@baseplate-dev/plugin-auth 1.0.6 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (763) hide show
  1. package/dist/auth/core/common.d.ts.map +1 -1
  2. package/dist/auth/core/common.js +3 -7
  3. package/dist/auth/core/common.js.map +1 -1
  4. package/dist/auth/core/components/auth-definition-editor.d.ts.map +1 -1
  5. package/dist/auth/core/components/auth-definition-editor.js +44 -30
  6. package/dist/auth/core/components/auth-definition-editor.js.map +1 -1
  7. package/dist/{common/roles → auth/core}/components/role-editor-form/role-dialog.d.ts +1 -1
  8. package/dist/auth/core/components/role-editor-form/role-dialog.d.ts.map +1 -0
  9. package/dist/{common/roles → auth/core}/components/role-editor-form/role-dialog.js +1 -1
  10. package/dist/auth/core/components/role-editor-form/role-dialog.js.map +1 -0
  11. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts +10 -0
  12. package/dist/auth/core/components/role-editor-form/role-editor-form.d.ts.map +1 -0
  13. package/dist/{common/roles → auth/core}/components/role-editor-form/role-editor-form.js +6 -3
  14. package/dist/auth/core/components/role-editor-form/role-editor-form.js.map +1 -0
  15. package/dist/auth/core/node.d.ts.map +1 -1
  16. package/dist/auth/core/node.js +21 -32
  17. package/dist/auth/core/node.js.map +1 -1
  18. package/dist/auth/core/schema/plugin-definition.d.ts +3 -28
  19. package/dist/auth/core/schema/plugin-definition.d.ts.map +1 -1
  20. package/dist/auth/core/schema/plugin-definition.js +5 -20
  21. package/dist/auth/core/schema/plugin-definition.js.map +1 -1
  22. package/dist/auth/core/schema/roles/constants.d.ts.map +1 -0
  23. package/dist/auth/core/schema/roles/constants.js.map +1 -0
  24. package/dist/auth/core/schema/roles/index.d.ts +3 -0
  25. package/dist/auth/core/schema/roles/index.d.ts.map +1 -0
  26. package/dist/auth/core/schema/roles/index.js +3 -0
  27. package/dist/auth/core/schema/roles/index.js.map +1 -0
  28. package/dist/auth/core/schema/roles/schema.d.ts.map +1 -0
  29. package/dist/auth/core/schema/roles/schema.js.map +1 -0
  30. package/dist/auth/core/web.js +2 -2
  31. package/dist/auth/core/web.js.map +1 -1
  32. package/dist/auth/index.d.ts +1 -1
  33. package/dist/auth/index.d.ts.map +1 -1
  34. package/dist/auth/index.js +1 -1
  35. package/dist/auth/index.js.map +1 -1
  36. package/dist/auth/plugin.json +8 -0
  37. package/dist/auth/utils/get-auth-plugin-definition.d.ts +9 -0
  38. package/dist/auth/utils/get-auth-plugin-definition.d.ts.map +1 -0
  39. package/dist/auth/utils/get-auth-plugin-definition.js +10 -0
  40. package/dist/auth/utils/get-auth-plugin-definition.js.map +1 -0
  41. package/dist/auth/utils/index.d.ts +2 -0
  42. package/dist/auth/utils/index.d.ts.map +1 -0
  43. package/dist/auth/utils/index.js +2 -0
  44. package/dist/auth/utils/index.js.map +1 -0
  45. package/dist/auth0/core/common.d.ts +2 -1
  46. package/dist/auth0/core/common.d.ts.map +1 -1
  47. package/dist/auth0/core/common.js +7 -11
  48. package/dist/auth0/core/common.js.map +1 -1
  49. package/dist/auth0/core/components/auth0-definition-editor.d.ts +5 -0
  50. package/dist/auth0/core/components/auth0-definition-editor.d.ts.map +1 -0
  51. package/dist/auth0/core/components/auth0-definition-editor.js +54 -0
  52. package/dist/auth0/core/components/auth0-definition-editor.js.map +1 -0
  53. package/dist/auth0/core/node.d.ts.map +1 -1
  54. package/dist/auth0/core/node.js +12 -11
  55. package/dist/auth0/core/node.js.map +1 -1
  56. package/dist/auth0/core/schema/models.d.ts +2 -1
  57. package/dist/auth0/core/schema/models.d.ts.map +1 -1
  58. package/dist/auth0/core/schema/models.js +1 -1
  59. package/dist/auth0/core/schema/models.js.map +1 -1
  60. package/dist/auth0/core/schema/plugin-definition.d.ts +0 -61
  61. package/dist/auth0/core/schema/plugin-definition.d.ts.map +1 -1
  62. package/dist/auth0/core/schema/plugin-definition.js +1 -7
  63. package/dist/auth0/core/schema/plugin-definition.js.map +1 -1
  64. package/dist/auth0/core/web.js +3 -3
  65. package/dist/auth0/core/web.js.map +1 -1
  66. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts +3 -0
  67. package/dist/auth0/generators/fastify/auth0-module/auth0-module.generator.d.ts.map +1 -1
  68. package/dist/auth0/generators/fastify/auth0-module/generated/index.d.ts +6 -0
  69. package/dist/auth0/generators/fastify/auth0-module/generated/index.d.ts.map +1 -1
  70. package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.d.ts +3 -0
  71. package/dist/auth0/generators/fastify/auth0-module/generated/template-renderers.d.ts.map +1 -1
  72. package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.d.ts +3 -0
  73. package/dist/auth0/generators/fastify/auth0-module/generated/typed-templates.d.ts.map +1 -1
  74. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts +4 -0
  75. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.d.ts.map +1 -1
  76. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js +7 -1
  77. package/dist/auth0/generators/react/auth0-hooks/auth0-hooks.generator.js.map +1 -1
  78. package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts +6 -1
  79. package/dist/auth0/generators/react/auth0-hooks/generated/index.d.ts.map +1 -1
  80. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.d.ts +3 -0
  81. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.d.ts.map +1 -1
  82. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.js +1 -0
  83. package/dist/auth0/generators/react/auth0-hooks/generated/ts-import-providers.js.map +1 -1
  84. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts +6 -2
  85. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.d.ts.map +1 -1
  86. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js +6 -2
  87. package/dist/auth0/generators/react/auth0-hooks/generated/typed-templates.js.map +1 -1
  88. package/dist/auth0/generators/react/auth0-hooks/templates/src/hooks/use-session.ts +14 -1
  89. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts +2 -0
  90. package/dist/auth0/generators/react/react-auth0/react-auth0.generator.d.ts.map +1 -1
  91. package/dist/auth0/{metadata.json → plugin.json} +2 -1
  92. package/dist/common/components/auth-config-tabs.d.ts +2 -0
  93. package/dist/common/components/auth-config-tabs.d.ts.map +1 -0
  94. package/dist/common/components/auth-config-tabs.js +21 -0
  95. package/dist/common/components/auth-config-tabs.js.map +1 -0
  96. package/dist/index.d.ts +1 -1
  97. package/dist/index.js +1 -1
  98. package/dist/index.js.map +1 -1
  99. package/dist/local-auth/core/common.d.ts +8 -0
  100. package/dist/local-auth/core/common.d.ts.map +1 -0
  101. package/dist/local-auth/core/common.js +22 -0
  102. package/dist/local-auth/core/common.js.map +1 -0
  103. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts +5 -0
  104. package/dist/local-auth/core/components/local-auth-definition-editor.d.ts.map +1 -0
  105. package/dist/local-auth/core/components/local-auth-definition-editor.js +62 -0
  106. package/dist/local-auth/core/components/local-auth-definition-editor.js.map +1 -0
  107. package/dist/{auth → local-auth}/core/generators/auth-apollo/auth-apollo.generator.d.ts +1 -15
  108. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +1 -0
  109. package/dist/{auth → local-auth}/core/generators/auth-apollo/auth-apollo.generator.js +2 -6
  110. package/dist/local-auth/core/generators/auth-apollo/auth-apollo.generator.js.map +1 -0
  111. package/dist/local-auth/core/generators/auth-apollo/index.d.ts.map +1 -0
  112. package/dist/local-auth/core/generators/auth-apollo/index.js.map +1 -0
  113. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +1 -0
  114. package/dist/local-auth/core/generators/auth-apollo/templates/session-error-link.js.map +1 -0
  115. package/dist/{auth → local-auth}/core/generators/auth-email-password/auth-email-password.generator.d.ts +7 -6
  116. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +1 -0
  117. package/dist/{auth → local-auth}/core/generators/auth-email-password/auth-email-password.generator.js +2 -2
  118. package/dist/local-auth/core/generators/auth-email-password/auth-email-password.generator.js.map +1 -0
  119. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/index.d.ts +8 -7
  120. package/dist/local-auth/core/generators/auth-email-password/generated/index.d.ts.map +1 -0
  121. package/dist/local-auth/core/generators/auth-email-password/generated/index.js +11 -0
  122. package/dist/local-auth/core/generators/auth-email-password/generated/index.js.map +1 -0
  123. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts +14 -0
  124. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +1 -0
  125. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/template-paths.js +7 -7
  126. package/dist/local-auth/core/generators/auth-email-password/generated/template-paths.js.map +1 -0
  127. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/template-renderers.d.ts +7 -7
  128. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +1 -0
  129. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/template-renderers.js +12 -12
  130. package/dist/local-auth/core/generators/auth-email-password/generated/template-renderers.js.map +1 -0
  131. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/ts-import-providers.d.ts +5 -2
  132. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +1 -0
  133. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/ts-import-providers.js +7 -5
  134. package/dist/local-auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +1 -0
  135. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/typed-templates.d.ts +1 -1
  136. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +1 -0
  137. package/dist/{auth → local-auth}/core/generators/auth-email-password/generated/typed-templates.js +3 -2
  138. package/dist/local-auth/core/generators/auth-email-password/generated/typed-templates.js.map +1 -0
  139. package/dist/local-auth/core/generators/auth-email-password/index.d.ts.map +1 -0
  140. package/dist/local-auth/core/generators/auth-email-password/index.js.map +1 -0
  141. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +1 -0
  142. package/dist/local-auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +1 -0
  143. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +1 -0
  144. package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js +2 -2
  145. package/dist/local-auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +1 -0
  146. package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/schema/user-password.mutations.ts +2 -2
  147. package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts +9 -1
  148. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +1 -0
  149. package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/services/user-password.service.js +6 -2
  150. package/dist/local-auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +1 -0
  151. package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/services/user-password.service.ts +17 -4
  152. package/dist/{auth → local-auth}/core/generators/auth-hooks/auth-hooks.generator.d.ts +12 -20
  153. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +1 -0
  154. package/dist/{auth → local-auth}/core/generators/auth-hooks/auth-hooks.generator.js +2 -2
  155. package/dist/local-auth/core/generators/auth-hooks/auth-hooks.generator.js.map +1 -0
  156. package/dist/{auth → local-auth}/core/generators/auth-hooks/generated/index.d.ts +17 -54
  157. package/dist/local-auth/core/generators/auth-hooks/generated/index.d.ts.map +1 -0
  158. package/dist/local-auth/core/generators/auth-hooks/generated/index.js +11 -0
  159. package/dist/local-auth/core/generators/auth-hooks/generated/index.js.map +1 -0
  160. package/dist/{auth → local-auth}/core/generators/auth-hooks/generated/template-paths.d.ts +4 -4
  161. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +1 -0
  162. package/dist/{auth → local-auth}/core/generators/auth-hooks/generated/template-paths.js +9 -7
  163. package/dist/local-auth/core/generators/auth-hooks/generated/template-paths.js.map +1 -0
  164. package/dist/{auth → local-auth}/core/generators/auth-hooks/generated/template-renderers.d.ts +9 -23
  165. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +1 -0
  166. package/dist/{auth → local-auth}/core/generators/auth-hooks/generated/template-renderers.js +15 -13
  167. package/dist/local-auth/core/generators/auth-hooks/generated/template-renderers.js.map +1 -0
  168. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +31 -0
  169. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +1 -0
  170. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js +38 -0
  171. package/dist/local-auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +1 -0
  172. package/dist/{auth → local-auth}/core/generators/auth-hooks/generated/typed-templates.d.ts +7 -65
  173. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +1 -0
  174. package/dist/{auth → local-auth}/core/generators/auth-hooks/generated/typed-templates.js +14 -4
  175. package/dist/local-auth/core/generators/auth-hooks/generated/typed-templates.js.map +1 -0
  176. package/dist/local-auth/core/generators/auth-hooks/index.d.ts +4 -0
  177. package/dist/local-auth/core/generators/auth-hooks/index.d.ts.map +1 -0
  178. package/dist/local-auth/core/generators/auth-hooks/index.js +3 -0
  179. package/dist/local-auth/core/generators/auth-hooks/index.js.map +1 -0
  180. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts.map +1 -0
  181. package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-current-user.js +4 -4
  182. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js.map +1 -0
  183. package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-current-user.ts +4 -4
  184. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +1 -0
  185. package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-log-out.js +3 -7
  186. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +1 -0
  187. package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-log-out.ts +3 -7
  188. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +15 -0
  189. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +1 -0
  190. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js +16 -0
  191. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +1 -0
  192. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +32 -0
  193. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +1 -0
  194. package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js +1 -1
  195. package/dist/local-auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +1 -0
  196. package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.ts +1 -1
  197. package/dist/{auth → local-auth}/core/generators/auth-module/auth-module.generator.d.ts +12 -6
  198. package/dist/local-auth/core/generators/auth-module/auth-module.generator.d.ts.map +1 -0
  199. package/dist/{auth → local-auth}/core/generators/auth-module/auth-module.generator.js +3 -3
  200. package/dist/local-auth/core/generators/auth-module/auth-module.generator.js.map +1 -0
  201. package/dist/{auth → local-auth}/core/generators/auth-module/generated/index.d.ts +38 -8
  202. package/dist/local-auth/core/generators/auth-module/generated/index.d.ts.map +1 -0
  203. package/dist/local-auth/core/generators/auth-module/generated/index.js +11 -0
  204. package/dist/local-auth/core/generators/auth-module/generated/index.js.map +1 -0
  205. package/dist/{auth → local-auth}/core/generators/auth-module/generated/template-paths.d.ts +5 -4
  206. package/dist/local-auth/core/generators/auth-module/generated/template-paths.d.ts.map +1 -0
  207. package/dist/{auth → local-auth}/core/generators/auth-module/generated/template-paths.js +10 -7
  208. package/dist/local-auth/core/generators/auth-module/generated/template-paths.js.map +1 -0
  209. package/dist/{auth → local-auth}/core/generators/auth-module/generated/template-renderers.d.ts +16 -10
  210. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.d.ts.map +1 -0
  211. package/dist/{auth → local-auth}/core/generators/auth-module/generated/template-renderers.js +19 -16
  212. package/dist/local-auth/core/generators/auth-module/generated/template-renderers.js.map +1 -0
  213. package/dist/{auth → local-auth}/core/generators/auth-module/generated/ts-import-providers.d.ts +2 -2
  214. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +1 -0
  215. package/dist/{auth → local-auth}/core/generators/auth-module/generated/ts-import-providers.js +5 -5
  216. package/dist/local-auth/core/generators/auth-module/generated/ts-import-providers.js.map +1 -0
  217. package/dist/{auth → local-auth}/core/generators/auth-module/generated/typed-templates.d.ts +45 -3
  218. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.d.ts.map +1 -0
  219. package/dist/{auth → local-auth}/core/generators/auth-module/generated/typed-templates.js +19 -2
  220. package/dist/local-auth/core/generators/auth-module/generated/typed-templates.js.map +1 -0
  221. package/dist/local-auth/core/generators/auth-module/index.d.ts.map +1 -0
  222. package/dist/local-auth/core/generators/auth-module/index.js.map +1 -0
  223. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +1 -0
  224. package/dist/local-auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +1 -0
  225. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts +8 -0
  226. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.d.ts.map +1 -0
  227. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js +16 -0
  228. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.js.map +1 -0
  229. package/dist/local-auth/core/generators/auth-module/templates/module/schema/auth-role.enum.ts +21 -0
  230. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +1 -0
  231. package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js +2 -0
  232. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +1 -0
  233. package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.ts +2 -0
  234. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +1 -0
  235. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +1 -0
  236. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +1 -0
  237. package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session.queries.js +1 -0
  238. package/dist/local-auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +1 -0
  239. package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session.queries.ts +1 -0
  240. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +1 -0
  241. package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/services/user-session.service.js +11 -1
  242. package/dist/local-auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +1 -0
  243. package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/services/user-session.service.ts +13 -1
  244. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +1 -0
  245. package/dist/local-auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +1 -0
  246. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +1 -0
  247. package/dist/local-auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +1 -0
  248. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +1 -0
  249. package/dist/local-auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +1 -0
  250. package/dist/{auth → local-auth}/core/generators/auth-routes/auth-routes.generator.d.ts +1 -15
  251. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +1 -0
  252. package/dist/local-auth/core/generators/auth-routes/auth-routes.generator.js.map +1 -0
  253. package/dist/{auth → local-auth}/core/generators/auth-routes/generated/index.d.ts +3 -45
  254. package/dist/{auth → local-auth}/core/generators/auth-routes/generated/index.d.ts.map +1 -1
  255. package/dist/local-auth/core/generators/auth-routes/generated/index.js.map +1 -0
  256. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.d.ts.map +1 -0
  257. package/dist/local-auth/core/generators/auth-routes/generated/template-paths.js.map +1 -0
  258. package/dist/{auth → local-auth}/core/generators/auth-routes/generated/template-renderers.d.ts +1 -15
  259. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +1 -0
  260. package/dist/{auth → local-auth}/core/generators/auth-routes/generated/template-renderers.js +1 -1
  261. package/dist/local-auth/core/generators/auth-routes/generated/template-renderers.js.map +1 -0
  262. package/dist/{auth → local-auth}/core/generators/auth-routes/generated/typed-templates.d.ts +4 -60
  263. package/dist/{auth → local-auth}/core/generators/auth-routes/generated/typed-templates.d.ts.map +1 -1
  264. package/dist/{auth → local-auth}/core/generators/auth-routes/generated/typed-templates.js +1 -1
  265. package/dist/local-auth/core/generators/auth-routes/generated/typed-templates.js.map +1 -0
  266. package/dist/local-auth/core/generators/auth-routes/index.d.ts.map +1 -0
  267. package/dist/local-auth/core/generators/auth-routes/index.js.map +1 -0
  268. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +15 -0
  269. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +1 -0
  270. package/dist/{auth → local-auth}/core/generators/auth-routes/templates/routes/auth_/login.js +2 -3
  271. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +1 -0
  272. package/dist/{auth → local-auth}/core/generators/auth-routes/templates/routes/auth_/login.tsx +2 -3
  273. package/dist/{auth → local-auth}/core/generators/auth-routes/templates/routes/auth_/queries.gql +2 -0
  274. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +15 -0
  275. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +1 -0
  276. package/dist/{auth → local-auth}/core/generators/auth-routes/templates/routes/auth_/register.js +2 -3
  277. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +1 -0
  278. package/dist/{auth → local-auth}/core/generators/auth-routes/templates/routes/auth_/register.tsx +2 -3
  279. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts +2 -0
  280. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +1 -0
  281. package/dist/local-auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +1 -0
  282. package/dist/{auth → local-auth}/core/generators/index.d.ts +1 -0
  283. package/dist/local-auth/core/generators/index.d.ts.map +1 -0
  284. package/dist/{auth → local-auth}/core/generators/index.js +1 -0
  285. package/dist/local-auth/core/generators/index.js.map +1 -0
  286. package/dist/local-auth/core/generators/react-auth/index.d.ts.map +1 -0
  287. package/dist/local-auth/core/generators/react-auth/index.js.map +1 -0
  288. package/dist/local-auth/core/generators/react-auth/react-auth.generator.d.ts.map +1 -0
  289. package/dist/{auth → local-auth}/core/generators/react-auth/react-auth.generator.js +1 -1
  290. package/dist/local-auth/core/generators/react-auth/react-auth.generator.js.map +1 -0
  291. package/dist/local-auth/core/generators/react-session/generated/index.d.ts +345 -0
  292. package/dist/local-auth/core/generators/react-session/generated/index.d.ts.map +1 -0
  293. package/dist/local-auth/core/generators/react-session/generated/index.js +11 -0
  294. package/dist/{auth/core/generators/auth-email-password → local-auth/core/generators/react-session}/generated/index.js.map +1 -1
  295. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts +14 -0
  296. package/dist/local-auth/core/generators/react-session/generated/template-paths.d.ts.map +1 -0
  297. package/dist/local-auth/core/generators/react-session/generated/template-paths.js +26 -0
  298. package/dist/local-auth/core/generators/react-session/generated/template-paths.js.map +1 -0
  299. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts +173 -0
  300. package/dist/local-auth/core/generators/react-session/generated/template-renderers.d.ts.map +1 -0
  301. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js +58 -0
  302. package/dist/local-auth/core/generators/react-session/generated/template-renderers.js.map +1 -0
  303. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts +22 -0
  304. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +1 -0
  305. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js +30 -0
  306. package/dist/local-auth/core/generators/react-session/generated/ts-import-providers.js.map +1 -0
  307. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts +324 -0
  308. package/dist/local-auth/core/generators/react-session/generated/typed-templates.d.ts.map +1 -0
  309. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js +46 -0
  310. package/dist/local-auth/core/generators/react-session/generated/typed-templates.js.map +1 -0
  311. package/dist/local-auth/core/generators/react-session/index.d.ts.map +1 -0
  312. package/dist/local-auth/core/generators/react-session/index.js.map +1 -0
  313. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts +189 -0
  314. package/dist/local-auth/core/generators/react-session/react-session.generator.d.ts.map +1 -0
  315. package/dist/{auth → local-auth}/core/generators/react-session/react-session.generator.js +6 -11
  316. package/dist/local-auth/core/generators/react-session/react-session.generator.js.map +1 -0
  317. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +1 -0
  318. package/dist/{auth/core/generators/react-session/templates/src/app/user-session-check.gql → local-auth/core/generators/react-session/templates/src/app/user-session-provider.gql} +1 -0
  319. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js +48 -0
  320. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +1 -0
  321. package/dist/local-auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +73 -0
  322. package/dist/{auth → local-auth}/core/generators/react-session/templates/src/services/user-session-client.d.ts +10 -31
  323. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +1 -0
  324. package/dist/{auth → local-auth}/core/generators/react-session/templates/src/services/user-session-client.js +9 -25
  325. package/dist/local-auth/core/generators/react-session/templates/src/services/user-session-client.js.map +1 -0
  326. package/dist/{auth → local-auth}/core/generators/react-session/templates/src/services/user-session-client.ts +15 -52
  327. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts +75 -0
  328. package/dist/local-auth/core/generators/seed-initial-user/generated/index.d.ts.map +1 -0
  329. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js +11 -0
  330. package/dist/local-auth/core/generators/seed-initial-user/generated/index.js.map +1 -0
  331. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts +12 -0
  332. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.d.ts.map +1 -0
  333. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js +24 -0
  334. package/dist/local-auth/core/generators/seed-initial-user/generated/template-paths.js.map +1 -0
  335. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts +38 -0
  336. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.d.ts.map +1 -0
  337. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js +44 -0
  338. package/dist/local-auth/core/generators/seed-initial-user/generated/template-renderers.js.map +1 -0
  339. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts +19 -0
  340. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.d.ts.map +1 -0
  341. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js +26 -0
  342. package/dist/local-auth/core/generators/seed-initial-user/generated/ts-import-providers.js.map +1 -0
  343. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts +27 -0
  344. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.d.ts.map +1 -0
  345. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js +20 -0
  346. package/dist/local-auth/core/generators/seed-initial-user/generated/typed-templates.js.map +1 -0
  347. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts +4 -0
  348. package/dist/local-auth/core/generators/seed-initial-user/index.d.ts.map +1 -0
  349. package/dist/local-auth/core/generators/seed-initial-user/index.js +3 -0
  350. package/dist/local-auth/core/generators/seed-initial-user/index.js.map +1 -0
  351. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts +46 -0
  352. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.d.ts.map +1 -0
  353. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js +57 -0
  354. package/dist/local-auth/core/generators/seed-initial-user/seed-initial-user.generator.js.map +1 -0
  355. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts +3 -0
  356. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.d.ts.map +1 -0
  357. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js +32 -0
  358. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.js.map +1 -0
  359. package/dist/local-auth/core/generators/seed-initial-user/templates/src/prisma/seed-initial-user.ts +43 -0
  360. package/dist/local-auth/core/index.d.ts.map +1 -0
  361. package/dist/local-auth/core/index.js.map +1 -0
  362. package/dist/local-auth/core/node.d.ts +5 -0
  363. package/dist/local-auth/core/node.d.ts.map +1 -0
  364. package/dist/local-auth/core/node.js +59 -0
  365. package/dist/local-auth/core/node.js.map +1 -0
  366. package/dist/local-auth/core/schema/models.d.ts +10 -0
  367. package/dist/local-auth/core/schema/models.d.ts.map +1 -0
  368. package/dist/{auth → local-auth}/core/schema/models.js +1 -1
  369. package/dist/local-auth/core/schema/models.js.map +1 -0
  370. package/dist/local-auth/core/schema/plugin-definition.d.ts +40 -0
  371. package/dist/local-auth/core/schema/plugin-definition.d.ts.map +1 -0
  372. package/dist/local-auth/core/schema/plugin-definition.js +27 -0
  373. package/dist/local-auth/core/schema/plugin-definition.js.map +1 -0
  374. package/dist/local-auth/core/web.d.ts +6 -0
  375. package/dist/local-auth/core/web.d.ts.map +1 -0
  376. package/dist/local-auth/core/web.js +14 -0
  377. package/dist/local-auth/core/web.js.map +1 -0
  378. package/dist/local-auth/index.d.ts +2 -0
  379. package/dist/local-auth/index.d.ts.map +1 -0
  380. package/dist/local-auth/index.js +2 -0
  381. package/dist/local-auth/index.js.map +1 -0
  382. package/dist/{auth/metadata.json → local-auth/plugin.json} +4 -3
  383. package/dist/local-auth/static/icon.svg +1 -0
  384. package/dist/placeholder-auth/core/common.d.ts +1 -1
  385. package/dist/placeholder-auth/core/common.d.ts.map +1 -1
  386. package/dist/placeholder-auth/core/common.js +6 -10
  387. package/dist/placeholder-auth/core/common.js.map +1 -1
  388. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.d.ts.map +1 -1
  389. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js +12 -16
  390. package/dist/placeholder-auth/core/components/placeholder-auth-definition-editor.js.map +1 -1
  391. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts +3 -0
  392. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/index.d.ts.map +1 -1
  393. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts +3 -0
  394. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.d.ts.map +1 -1
  395. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js +1 -0
  396. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/ts-import-providers.js.map +1 -1
  397. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.d.ts.map +1 -1
  398. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js +5 -1
  399. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/generated/typed-templates.js.map +1 -1
  400. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts +3 -0
  401. package/dist/placeholder-auth/core/generators/placeholder-auth-hooks/placeholder-auth-hooks.generator.d.ts.map +1 -1
  402. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts +2 -0
  403. package/dist/placeholder-auth/core/generators/placeholder-auth-module/auth-module.generator.d.ts.map +1 -1
  404. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts +4 -0
  405. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/index.d.ts.map +1 -1
  406. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts +2 -0
  407. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/template-renderers.d.ts.map +1 -1
  408. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts +2 -0
  409. package/dist/placeholder-auth/core/generators/placeholder-auth-module/generated/typed-templates.d.ts.map +1 -1
  410. package/dist/placeholder-auth/core/node.d.ts.map +1 -1
  411. package/dist/placeholder-auth/core/node.js +7 -10
  412. package/dist/placeholder-auth/core/node.js.map +1 -1
  413. package/dist/placeholder-auth/core/schema/models.d.ts +2 -1
  414. package/dist/placeholder-auth/core/schema/models.d.ts.map +1 -1
  415. package/dist/placeholder-auth/core/schema/models.js +1 -1
  416. package/dist/placeholder-auth/core/schema/models.js.map +1 -1
  417. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts +0 -61
  418. package/dist/placeholder-auth/core/schema/plugin-definition.d.ts.map +1 -1
  419. package/dist/placeholder-auth/core/schema/plugin-definition.js +1 -7
  420. package/dist/placeholder-auth/core/schema/plugin-definition.js.map +1 -1
  421. package/dist/placeholder-auth/core/web.js +2 -2
  422. package/dist/placeholder-auth/core/web.js.map +1 -1
  423. package/dist/placeholder-auth/{metadata.json → plugin.json} +2 -1
  424. package/dist/web/assets/__federation_expose_auth0CoreCommon-lV5QSzvf.js +49 -0
  425. package/dist/web/assets/__federation_expose_auth0CoreCommon-lV5QSzvf.js.map +1 -0
  426. package/dist/web/assets/{__federation_expose_auth0CoreWeb-DjVw47sM.js → __federation_expose_auth0CoreWeb-5F0rTNis.js} +51 -78
  427. package/dist/web/assets/__federation_expose_auth0CoreWeb-5F0rTNis.js.map +1 -0
  428. package/dist/web/assets/__federation_expose_authCoreCommon-C5cVmNCH.js +29 -0
  429. package/dist/web/assets/__federation_expose_authCoreCommon-C5cVmNCH.js.map +1 -0
  430. package/dist/web/assets/__federation_expose_authCoreWeb-CJxY8hZC.js +439 -0
  431. package/dist/web/assets/__federation_expose_authCoreWeb-CJxY8hZC.js.map +1 -0
  432. package/dist/web/assets/__federation_expose_local-authCoreCommon-Dr_ngV2l.js +32 -0
  433. package/dist/web/assets/__federation_expose_local-authCoreCommon-Dr_ngV2l.js.map +1 -0
  434. package/dist/web/assets/{__federation_expose_authCoreWeb-CrFEmZp3.js → __federation_expose_local-authCoreWeb-B5iBudnh.js} +109 -108
  435. package/dist/web/assets/__federation_expose_local-authCoreWeb-B5iBudnh.js.map +1 -0
  436. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-l8knzO7I.js +32 -0
  437. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-l8knzO7I.js.map +1 -0
  438. package/dist/web/assets/{__federation_expose_placeholder-authCoreWeb-CpxfTdxv.js → __federation_expose_placeholder-authCoreWeb-DbI_bZsk.js} +50 -74
  439. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-DbI_bZsk.js.map +1 -0
  440. package/dist/web/assets/{__federation_fn_import-CGvRdRVe.js → __federation_fn_import-DReOsou_.js} +2 -2
  441. package/dist/web/assets/{__federation_fn_import-CGvRdRVe.js.map → __federation_fn_import-DReOsou_.js.map} +1 -1
  442. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-D1kBtwsm.js → web-BlPKO2K7.js} +7 -5
  443. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib/{web-D1kBtwsm.js.map → web-BlPKO2K7.js.map} +1 -1
  444. package/dist/web/assets/__federation_shared_@baseplate-dev/{project-builder-lib-B7442OYh.js → project-builder-lib-CGEZr0YI.js} +232 -614
  445. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-CGEZr0YI.js.map +1 -0
  446. package/dist/web/assets/__federation_shared_@baseplate-dev/{ui-components-X318M5Ml.js → ui-components-RO_rk4f0.js} +2224 -2030
  447. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-RO_rk4f0.js.map +1 -0
  448. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-BbU_EX7_.js +1544 -0
  449. package/dist/web/assets/__federation_shared_@baseplate-dev/utils-BbU_EX7_.js.map +1 -0
  450. package/dist/web/assets/__federation_shared_@tanstack/react-router-CNTPQj7N.js +6138 -0
  451. package/dist/web/assets/__federation_shared_@tanstack/react-router-CNTPQj7N.js.map +1 -0
  452. package/dist/web/assets/__federation_shared_react-CJ2OfFKA.js +8 -0
  453. package/dist/web/assets/{__federation_shared_react-uocnGSER.js.map → __federation_shared_react-CJ2OfFKA.js.map} +1 -1
  454. package/dist/web/assets/{__federation_shared_react-dom-Bwq4pLax.js → __federation_shared_react-dom-B4vgf5Ln.js} +3 -2
  455. package/dist/web/assets/{__federation_shared_react-dom-Bwq4pLax.js.map → __federation_shared_react-dom-B4vgf5Ln.js.map} +1 -1
  456. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js +6 -0
  457. package/dist/web/assets/_commonjsHelpers-B85MJLTf.js.map +1 -0
  458. package/dist/web/assets/get-auth-plugin-definition-CQ6mWMZk.js +13 -0
  459. package/dist/web/assets/get-auth-plugin-definition-CQ6mWMZk.js.map +1 -0
  460. package/dist/web/assets/{index-ydDQKauE.js → index-BkOJzK_m.js} +3 -3
  461. package/dist/web/assets/{index-ydDQKauE.js.map → index-BkOJzK_m.js.map} +1 -1
  462. package/dist/web/assets/{index-B1hOKVPw.js → index-DUwCgkeV.js} +2 -6
  463. package/dist/web/assets/{index-B1hOKVPw.js.map → index-DUwCgkeV.js.map} +1 -1
  464. package/dist/web/assets/{index.esm-DYWXRkn-.js → index.esm-UnRzlLlr.js} +3 -61
  465. package/dist/web/assets/index.esm-UnRzlLlr.js.map +1 -0
  466. package/dist/web/assets/isEqual-DAXqKRba.js +242 -0
  467. package/dist/web/assets/isEqual-DAXqKRba.js.map +1 -0
  468. package/dist/web/assets/jsx-runtime-XI9uIe3W.js +60 -0
  469. package/dist/web/assets/jsx-runtime-XI9uIe3W.js.map +1 -0
  470. package/dist/web/assets/{model-merger-BVBtbNAj.js → model-merger-BLEOsCIp.js} +9 -321
  471. package/dist/web/assets/model-merger-BLEOsCIp.js.map +1 -0
  472. package/dist/web/assets/plugin-definition-C935Xf1h.js +19 -0
  473. package/dist/web/assets/plugin-definition-C935Xf1h.js.map +1 -0
  474. package/dist/web/assets/plugin-definition-ChUKIqUg.js +40 -0
  475. package/dist/web/assets/plugin-definition-ChUKIqUg.js.map +1 -0
  476. package/dist/web/assets/plugin-definition-DH4QyCfv.js +86 -0
  477. package/dist/web/assets/plugin-definition-DH4QyCfv.js.map +1 -0
  478. package/dist/web/assets/plugin-definition-PCHsX2lR.js +19 -0
  479. package/dist/web/assets/plugin-definition-PCHsX2lR.js.map +1 -0
  480. package/dist/web/assets/{react-B23vKoD0.js → react-ecPihYHK.js} +2 -2
  481. package/dist/web/assets/{react-B23vKoD0.js.map → react-ecPihYHK.js.map} +1 -1
  482. package/dist/web/assets/remoteEntry.js +18 -12
  483. package/dist/web/assets/remoteEntry.js.map +1 -1
  484. package/dist/web/assets/sortBy-BPH_zRB8.js +34 -0
  485. package/dist/web/assets/sortBy-BPH_zRB8.js.map +1 -0
  486. package/dist/web/assets/{style-ZUYizAnf.css → style-BhUCMIWI.css} +51 -6
  487. package/dist/web/assets/styles-I6mpdfRm.js +58 -0
  488. package/dist/web/assets/styles-I6mpdfRm.js.map +1 -0
  489. package/dist/web/index.html +1 -1
  490. package/package.json +17 -16
  491. package/dist/auth/core/generators/auth-apollo/auth-apollo.generator.d.ts.map +0 -1
  492. package/dist/auth/core/generators/auth-apollo/auth-apollo.generator.js.map +0 -1
  493. package/dist/auth/core/generators/auth-apollo/index.d.ts.map +0 -1
  494. package/dist/auth/core/generators/auth-apollo/index.js.map +0 -1
  495. package/dist/auth/core/generators/auth-apollo/templates/session-error-link.d.ts.map +0 -1
  496. package/dist/auth/core/generators/auth-apollo/templates/session-error-link.js.map +0 -1
  497. package/dist/auth/core/generators/auth-email-password/auth-email-password.generator.d.ts.map +0 -1
  498. package/dist/auth/core/generators/auth-email-password/auth-email-password.generator.js.map +0 -1
  499. package/dist/auth/core/generators/auth-email-password/generated/index.d.ts.map +0 -1
  500. package/dist/auth/core/generators/auth-email-password/generated/index.js +0 -11
  501. package/dist/auth/core/generators/auth-email-password/generated/template-paths.d.ts +0 -14
  502. package/dist/auth/core/generators/auth-email-password/generated/template-paths.d.ts.map +0 -1
  503. package/dist/auth/core/generators/auth-email-password/generated/template-paths.js.map +0 -1
  504. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.d.ts.map +0 -1
  505. package/dist/auth/core/generators/auth-email-password/generated/template-renderers.js.map +0 -1
  506. package/dist/auth/core/generators/auth-email-password/generated/ts-import-providers.d.ts.map +0 -1
  507. package/dist/auth/core/generators/auth-email-password/generated/ts-import-providers.js.map +0 -1
  508. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.d.ts.map +0 -1
  509. package/dist/auth/core/generators/auth-email-password/generated/typed-templates.js.map +0 -1
  510. package/dist/auth/core/generators/auth-email-password/index.d.ts.map +0 -1
  511. package/dist/auth/core/generators/auth-email-password/index.js.map +0 -1
  512. package/dist/auth/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts.map +0 -1
  513. package/dist/auth/core/generators/auth-email-password/templates/module/constants/password.constants.js.map +0 -1
  514. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts.map +0 -1
  515. package/dist/auth/core/generators/auth-email-password/templates/module/schema/user-password.mutations.js.map +0 -1
  516. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.d.ts.map +0 -1
  517. package/dist/auth/core/generators/auth-email-password/templates/module/services/user-password.service.js.map +0 -1
  518. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.d.ts.map +0 -1
  519. package/dist/auth/core/generators/auth-hooks/auth-hooks.generator.js.map +0 -1
  520. package/dist/auth/core/generators/auth-hooks/generated/index.d.ts.map +0 -1
  521. package/dist/auth/core/generators/auth-hooks/generated/index.js +0 -11
  522. package/dist/auth/core/generators/auth-hooks/generated/index.js.map +0 -1
  523. package/dist/auth/core/generators/auth-hooks/generated/template-paths.d.ts.map +0 -1
  524. package/dist/auth/core/generators/auth-hooks/generated/template-paths.js.map +0 -1
  525. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.d.ts.map +0 -1
  526. package/dist/auth/core/generators/auth-hooks/generated/template-renderers.js.map +0 -1
  527. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts +0 -16
  528. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.d.ts.map +0 -1
  529. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.js +0 -27
  530. package/dist/auth/core/generators/auth-hooks/generated/ts-import-providers.js.map +0 -1
  531. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.d.ts.map +0 -1
  532. package/dist/auth/core/generators/auth-hooks/generated/typed-templates.js.map +0 -1
  533. package/dist/auth/core/generators/auth-hooks/index.d.ts +0 -2
  534. package/dist/auth/core/generators/auth-hooks/index.d.ts.map +0 -1
  535. package/dist/auth/core/generators/auth-hooks/index.js +0 -2
  536. package/dist/auth/core/generators/auth-hooks/index.js.map +0 -1
  537. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts.map +0 -1
  538. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-current-user.js.map +0 -1
  539. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts.map +0 -1
  540. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-log-out.js.map +0 -1
  541. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts +0 -8
  542. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.d.ts.map +0 -1
  543. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.js +0 -12
  544. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.js.map +0 -1
  545. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-session.ts +0 -16
  546. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts.map +0 -1
  547. package/dist/auth/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.js.map +0 -1
  548. package/dist/auth/core/generators/auth-module/auth-module.generator.d.ts.map +0 -1
  549. package/dist/auth/core/generators/auth-module/auth-module.generator.js.map +0 -1
  550. package/dist/auth/core/generators/auth-module/generated/index.d.ts.map +0 -1
  551. package/dist/auth/core/generators/auth-module/generated/index.js +0 -11
  552. package/dist/auth/core/generators/auth-module/generated/index.js.map +0 -1
  553. package/dist/auth/core/generators/auth-module/generated/template-paths.d.ts.map +0 -1
  554. package/dist/auth/core/generators/auth-module/generated/template-paths.js.map +0 -1
  555. package/dist/auth/core/generators/auth-module/generated/template-renderers.d.ts.map +0 -1
  556. package/dist/auth/core/generators/auth-module/generated/template-renderers.js.map +0 -1
  557. package/dist/auth/core/generators/auth-module/generated/ts-import-providers.d.ts.map +0 -1
  558. package/dist/auth/core/generators/auth-module/generated/ts-import-providers.js.map +0 -1
  559. package/dist/auth/core/generators/auth-module/generated/typed-templates.d.ts.map +0 -1
  560. package/dist/auth/core/generators/auth-module/generated/typed-templates.js.map +0 -1
  561. package/dist/auth/core/generators/auth-module/index.d.ts.map +0 -1
  562. package/dist/auth/core/generators/auth-module/index.js.map +0 -1
  563. package/dist/auth/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts.map +0 -1
  564. package/dist/auth/core/generators/auth-module/templates/module/constants/user-session.constants.js.map +0 -1
  565. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts.map +0 -1
  566. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.js.map +0 -1
  567. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts.map +0 -1
  568. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.mutations.js.map +0 -1
  569. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts.map +0 -1
  570. package/dist/auth/core/generators/auth-module/templates/module/schema/user-session.queries.js.map +0 -1
  571. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.d.ts.map +0 -1
  572. package/dist/auth/core/generators/auth-module/templates/module/services/user-session.service.js.map +0 -1
  573. package/dist/auth/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts.map +0 -1
  574. package/dist/auth/core/generators/auth-module/templates/module/utils/cookie-signer.js.map +0 -1
  575. package/dist/auth/core/generators/auth-module/templates/module/utils/session-cookie.d.ts.map +0 -1
  576. package/dist/auth/core/generators/auth-module/templates/module/utils/session-cookie.js.map +0 -1
  577. package/dist/auth/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts.map +0 -1
  578. package/dist/auth/core/generators/auth-module/templates/module/utils/verify-request-origin.js.map +0 -1
  579. package/dist/auth/core/generators/auth-routes/auth-routes.generator.d.ts.map +0 -1
  580. package/dist/auth/core/generators/auth-routes/auth-routes.generator.js.map +0 -1
  581. package/dist/auth/core/generators/auth-routes/generated/index.js.map +0 -1
  582. package/dist/auth/core/generators/auth-routes/generated/template-paths.d.ts.map +0 -1
  583. package/dist/auth/core/generators/auth-routes/generated/template-paths.js.map +0 -1
  584. package/dist/auth/core/generators/auth-routes/generated/template-renderers.d.ts.map +0 -1
  585. package/dist/auth/core/generators/auth-routes/generated/template-renderers.js.map +0 -1
  586. package/dist/auth/core/generators/auth-routes/generated/typed-templates.js.map +0 -1
  587. package/dist/auth/core/generators/auth-routes/index.d.ts.map +0 -1
  588. package/dist/auth/core/generators/auth-routes/index.js.map +0 -1
  589. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts +0 -2
  590. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.d.ts.map +0 -1
  591. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/login.js.map +0 -1
  592. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts +0 -2
  593. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.d.ts.map +0 -1
  594. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/register.js.map +0 -1
  595. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts +0 -2
  596. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.d.ts.map +0 -1
  597. package/dist/auth/core/generators/auth-routes/templates/routes/auth_/route.js.map +0 -1
  598. package/dist/auth/core/generators/index.d.ts.map +0 -1
  599. package/dist/auth/core/generators/index.js.map +0 -1
  600. package/dist/auth/core/generators/react-auth/index.d.ts.map +0 -1
  601. package/dist/auth/core/generators/react-auth/index.js.map +0 -1
  602. package/dist/auth/core/generators/react-auth/react-auth.generator.d.ts.map +0 -1
  603. package/dist/auth/core/generators/react-auth/react-auth.generator.js.map +0 -1
  604. package/dist/auth/core/generators/react-session/generated/index.d.ts +0 -74
  605. package/dist/auth/core/generators/react-session/generated/index.d.ts.map +0 -1
  606. package/dist/auth/core/generators/react-session/generated/index.js +0 -11
  607. package/dist/auth/core/generators/react-session/generated/index.js.map +0 -1
  608. package/dist/auth/core/generators/react-session/generated/template-paths.d.ts +0 -16
  609. package/dist/auth/core/generators/react-session/generated/template-paths.d.ts.map +0 -1
  610. package/dist/auth/core/generators/react-session/generated/template-paths.js +0 -26
  611. package/dist/auth/core/generators/react-session/generated/template-paths.js.map +0 -1
  612. package/dist/auth/core/generators/react-session/generated/template-renderers.d.ts +0 -27
  613. package/dist/auth/core/generators/react-session/generated/template-renderers.d.ts.map +0 -1
  614. package/dist/auth/core/generators/react-session/generated/template-renderers.js +0 -49
  615. package/dist/auth/core/generators/react-session/generated/template-renderers.js.map +0 -1
  616. package/dist/auth/core/generators/react-session/generated/ts-import-providers.d.ts +0 -64
  617. package/dist/auth/core/generators/react-session/generated/ts-import-providers.d.ts.map +0 -1
  618. package/dist/auth/core/generators/react-session/generated/ts-import-providers.js +0 -42
  619. package/dist/auth/core/generators/react-session/generated/ts-import-providers.js.map +0 -1
  620. package/dist/auth/core/generators/react-session/generated/typed-templates.d.ts +0 -46
  621. package/dist/auth/core/generators/react-session/generated/typed-templates.d.ts.map +0 -1
  622. package/dist/auth/core/generators/react-session/generated/typed-templates.js +0 -82
  623. package/dist/auth/core/generators/react-session/generated/typed-templates.js.map +0 -1
  624. package/dist/auth/core/generators/react-session/index.d.ts.map +0 -1
  625. package/dist/auth/core/generators/react-session/index.js.map +0 -1
  626. package/dist/auth/core/generators/react-session/react-session.generator.d.ts +0 -58
  627. package/dist/auth/core/generators/react-session/react-session.generator.d.ts.map +0 -1
  628. package/dist/auth/core/generators/react-session/react-session.generator.js.map +0 -1
  629. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.d.ts +0 -7
  630. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.d.ts.map +0 -1
  631. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.js +0 -25
  632. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.js.map +0 -1
  633. package/dist/auth/core/generators/react-session/templates/src/app/user-session-check.tsx +0 -28
  634. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.d.ts.map +0 -1
  635. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.js +0 -18
  636. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.js.map +0 -1
  637. package/dist/auth/core/generators/react-session/templates/src/app/user-session-provider.tsx +0 -45
  638. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.d.ts +0 -12
  639. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.d.ts.map +0 -1
  640. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.js +0 -15
  641. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.js.map +0 -1
  642. package/dist/auth/core/generators/react-session/templates/src/hooks/use-user-session-client.ts +0 -30
  643. package/dist/auth/core/generators/react-session/templates/src/services/user-session-client.d.ts.map +0 -1
  644. package/dist/auth/core/generators/react-session/templates/src/services/user-session-client.js.map +0 -1
  645. package/dist/auth/core/index.d.ts.map +0 -1
  646. package/dist/auth/core/index.js.map +0 -1
  647. package/dist/auth/core/schema/models.d.ts +0 -9
  648. package/dist/auth/core/schema/models.d.ts.map +0 -1
  649. package/dist/auth/core/schema/models.js.map +0 -1
  650. package/dist/auth0/core/components/auth-definition-editor.d.ts +0 -5
  651. package/dist/auth0/core/components/auth-definition-editor.d.ts.map +0 -1
  652. package/dist/auth0/core/components/auth-definition-editor.js +0 -61
  653. package/dist/auth0/core/components/auth-definition-editor.js.map +0 -1
  654. package/dist/common/compiler/generator-creators.d.ts +0 -18
  655. package/dist/common/compiler/generator-creators.d.ts.map +0 -1
  656. package/dist/common/compiler/generator-creators.js +0 -34
  657. package/dist/common/compiler/generator-creators.js.map +0 -1
  658. package/dist/common/compiler/index.d.ts +0 -2
  659. package/dist/common/compiler/index.d.ts.map +0 -1
  660. package/dist/common/compiler/index.js +0 -2
  661. package/dist/common/compiler/index.js.map +0 -1
  662. package/dist/common/index.d.ts +0 -3
  663. package/dist/common/index.d.ts.map +0 -1
  664. package/dist/common/index.js +0 -3
  665. package/dist/common/index.js.map +0 -1
  666. package/dist/common/roles/components/index.d.ts +0 -2
  667. package/dist/common/roles/components/index.d.ts.map +0 -1
  668. package/dist/common/roles/components/index.js +0 -2
  669. package/dist/common/roles/components/index.js.map +0 -1
  670. package/dist/common/roles/components/role-editor-form/role-dialog.d.ts.map +0 -1
  671. package/dist/common/roles/components/role-editor-form/role-dialog.js.map +0 -1
  672. package/dist/common/roles/components/role-editor-form/role-editor-form.d.ts +0 -10
  673. package/dist/common/roles/components/role-editor-form/role-editor-form.d.ts.map +0 -1
  674. package/dist/common/roles/components/role-editor-form/role-editor-form.js.map +0 -1
  675. package/dist/common/roles/constants.d.ts.map +0 -1
  676. package/dist/common/roles/constants.js.map +0 -1
  677. package/dist/common/roles/index.d.ts +0 -4
  678. package/dist/common/roles/index.d.ts.map +0 -1
  679. package/dist/common/roles/index.js +0 -4
  680. package/dist/common/roles/index.js.map +0 -1
  681. package/dist/common/roles/schema.d.ts.map +0 -1
  682. package/dist/common/roles/schema.js.map +0 -1
  683. package/dist/web/assets/__federation_expose_auth0CoreCommon-CSWdt8d_.js +0 -56
  684. package/dist/web/assets/__federation_expose_auth0CoreCommon-CSWdt8d_.js.map +0 -1
  685. package/dist/web/assets/__federation_expose_auth0CoreWeb-DjVw47sM.js.map +0 -1
  686. package/dist/web/assets/__federation_expose_authCoreCommon-CvHJZFIq.js +0 -36
  687. package/dist/web/assets/__federation_expose_authCoreCommon-CvHJZFIq.js.map +0 -1
  688. package/dist/web/assets/__federation_expose_authCoreWeb-CrFEmZp3.js.map +0 -1
  689. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CmkiEJ6z.js +0 -39
  690. package/dist/web/assets/__federation_expose_placeholder-authCoreCommon-CmkiEJ6z.js.map +0 -1
  691. package/dist/web/assets/__federation_expose_placeholder-authCoreWeb-CpxfTdxv.js.map +0 -1
  692. package/dist/web/assets/__federation_shared_@baseplate-dev/project-builder-lib-B7442OYh.js.map +0 -1
  693. package/dist/web/assets/__federation_shared_@baseplate-dev/ui-components-X318M5Ml.js.map +0 -1
  694. package/dist/web/assets/__federation_shared_react-uocnGSER.js +0 -7
  695. package/dist/web/assets/index.esm-DYWXRkn-.js.map +0 -1
  696. package/dist/web/assets/model-merger-BVBtbNAj.js.map +0 -1
  697. package/dist/web/assets/plugin-definition-Bdhuga1j.js +0 -36
  698. package/dist/web/assets/plugin-definition-Bdhuga1j.js.map +0 -1
  699. package/dist/web/assets/plugin-definition-C9d7ykhX.js +0 -24
  700. package/dist/web/assets/plugin-definition-C9d7ykhX.js.map +0 -1
  701. package/dist/web/assets/plugin-definition-QzgXWr1I.js +0 -24
  702. package/dist/web/assets/plugin-definition-QzgXWr1I.js.map +0 -1
  703. package/dist/web/assets/role-editor-form-BkcoVwtU.js +0 -319
  704. package/dist/web/assets/role-editor-form-BkcoVwtU.js.map +0 -1
  705. package/dist/web/assets/styles-Dfjm_ApH.js +0 -201
  706. package/dist/web/assets/styles-Dfjm_ApH.js.map +0 -1
  707. package/manifest.json +0 -4
  708. /package/dist/{common → auth/core/schema}/roles/constants.d.ts +0 -0
  709. /package/dist/{common → auth/core/schema}/roles/constants.js +0 -0
  710. /package/dist/{common → auth/core/schema}/roles/schema.d.ts +0 -0
  711. /package/dist/{common → auth/core/schema}/roles/schema.js +0 -0
  712. /package/dist/{auth → local-auth}/core/generators/auth-apollo/index.d.ts +0 -0
  713. /package/dist/{auth → local-auth}/core/generators/auth-apollo/index.js +0 -0
  714. /package/dist/{auth → local-auth}/core/generators/auth-apollo/templates/session-error-link.d.ts +0 -0
  715. /package/dist/{auth → local-auth}/core/generators/auth-apollo/templates/session-error-link.js +0 -0
  716. /package/dist/{auth → local-auth}/core/generators/auth-apollo/templates/session-error-link.ts +0 -0
  717. /package/dist/{auth → local-auth}/core/generators/auth-email-password/index.d.ts +0 -0
  718. /package/dist/{auth → local-auth}/core/generators/auth-email-password/index.js +0 -0
  719. /package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/constants/password.constants.d.ts +0 -0
  720. /package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/constants/password.constants.js +0 -0
  721. /package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/constants/password.constants.ts +0 -0
  722. /package/dist/{auth → local-auth}/core/generators/auth-email-password/templates/module/schema/user-password.mutations.d.ts +0 -0
  723. /package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-current-user.d.ts +0 -0
  724. /package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-current-user.gql +0 -0
  725. /package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-log-out.d.ts +0 -0
  726. /package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-log-out.gql +0 -0
  727. /package/dist/{auth → local-auth}/core/generators/auth-hooks/templates/src/hooks/use-user-id-or-throw.d.ts +0 -0
  728. /package/dist/{auth → local-auth}/core/generators/auth-module/index.d.ts +0 -0
  729. /package/dist/{auth → local-auth}/core/generators/auth-module/index.js +0 -0
  730. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/constants/user-session.constants.d.ts +0 -0
  731. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/constants/user-session.constants.js +0 -0
  732. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/constants/user-session.constants.ts +0 -0
  733. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session-payload.object-type.d.ts +0 -0
  734. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session.mutations.d.ts +0 -0
  735. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session.mutations.js +0 -0
  736. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session.mutations.ts +0 -0
  737. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/schema/user-session.queries.d.ts +0 -0
  738. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/services/user-session.service.d.ts +0 -0
  739. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/cookie-signer.d.ts +0 -0
  740. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/cookie-signer.js +0 -0
  741. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/cookie-signer.ts +0 -0
  742. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/session-cookie.d.ts +0 -0
  743. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/session-cookie.js +0 -0
  744. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/session-cookie.ts +0 -0
  745. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/verify-request-origin.d.ts +0 -0
  746. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/verify-request-origin.js +0 -0
  747. /package/dist/{auth → local-auth}/core/generators/auth-module/templates/module/utils/verify-request-origin.ts +0 -0
  748. /package/dist/{auth → local-auth}/core/generators/auth-routes/auth-routes.generator.js +0 -0
  749. /package/dist/{auth → local-auth}/core/generators/auth-routes/generated/index.js +0 -0
  750. /package/dist/{auth → local-auth}/core/generators/auth-routes/generated/template-paths.d.ts +0 -0
  751. /package/dist/{auth → local-auth}/core/generators/auth-routes/generated/template-paths.js +0 -0
  752. /package/dist/{auth → local-auth}/core/generators/auth-routes/index.d.ts +0 -0
  753. /package/dist/{auth → local-auth}/core/generators/auth-routes/index.js +0 -0
  754. /package/dist/{auth → local-auth}/core/generators/auth-routes/templates/routes/auth_/route.js +0 -0
  755. /package/dist/{auth → local-auth}/core/generators/auth-routes/templates/routes/auth_/route.tsx +0 -0
  756. /package/dist/{auth → local-auth}/core/generators/react-auth/index.d.ts +0 -0
  757. /package/dist/{auth → local-auth}/core/generators/react-auth/index.js +0 -0
  758. /package/dist/{auth → local-auth}/core/generators/react-auth/react-auth.generator.d.ts +0 -0
  759. /package/dist/{auth → local-auth}/core/generators/react-session/index.d.ts +0 -0
  760. /package/dist/{auth → local-auth}/core/generators/react-session/index.js +0 -0
  761. /package/dist/{auth → local-auth}/core/generators/react-session/templates/src/app/user-session-provider.d.ts +0 -0
  762. /package/dist/{auth → local-auth}/core/index.d.ts +0 -0
  763. /package/dist/{auth → local-auth}/core/index.js +0 -0
@@ -1,7 +1,3 @@
1
- function getDefaultExportFromCjs (x) {
2
- return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, 'default') ? x['default'] : x;
3
- }
4
-
5
1
  var react = {exports: {}};
6
2
 
7
3
  var react_production = {};
@@ -570,5 +566,5 @@ function requireReact () {
570
566
  return react.exports;
571
567
  }
572
568
 
573
- export { getDefaultExportFromCjs as g, requireReact as r };
574
- //# sourceMappingURL=index-B1hOKVPw.js.map
569
+ export { requireReact as r };
570
+ //# sourceMappingURL=index-DUwCgkeV.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index-B1hOKVPw.js","sources":["../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react.production.js","../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/index.js"],"sourcesContent":["/**\n * @license React\n * react.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_PORTAL_TYPE = Symbol.for(\"react.portal\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\"),\n REACT_STRICT_MODE_TYPE = Symbol.for(\"react.strict_mode\"),\n REACT_PROFILER_TYPE = Symbol.for(\"react.profiler\"),\n REACT_CONSUMER_TYPE = Symbol.for(\"react.consumer\"),\n REACT_CONTEXT_TYPE = Symbol.for(\"react.context\"),\n REACT_FORWARD_REF_TYPE = Symbol.for(\"react.forward_ref\"),\n REACT_SUSPENSE_TYPE = Symbol.for(\"react.suspense\"),\n REACT_MEMO_TYPE = Symbol.for(\"react.memo\"),\n REACT_LAZY_TYPE = Symbol.for(\"react.lazy\"),\n MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nfunction getIteratorFn(maybeIterable) {\n if (null === maybeIterable || \"object\" !== typeof maybeIterable) return null;\n maybeIterable =\n (MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL]) ||\n maybeIterable[\"@@iterator\"];\n return \"function\" === typeof maybeIterable ? maybeIterable : null;\n}\nvar ReactNoopUpdateQueue = {\n isMounted: function () {\n return !1;\n },\n enqueueForceUpdate: function () {},\n enqueueReplaceState: function () {},\n enqueueSetState: function () {}\n },\n assign = Object.assign,\n emptyObject = {};\nfunction Component(props, context, updater) {\n this.props = props;\n this.context = context;\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\nComponent.prototype.isReactComponent = {};\nComponent.prototype.setState = function (partialState, callback) {\n if (\n \"object\" !== typeof partialState &&\n \"function\" !== typeof partialState &&\n null != partialState\n )\n throw Error(\n \"takes an object of state variables to update or a function which returns an object of state variables.\"\n );\n this.updater.enqueueSetState(this, partialState, callback, \"setState\");\n};\nComponent.prototype.forceUpdate = function (callback) {\n this.updater.enqueueForceUpdate(this, callback, \"forceUpdate\");\n};\nfunction ComponentDummy() {}\nComponentDummy.prototype = Component.prototype;\nfunction PureComponent(props, context, updater) {\n this.props = props;\n this.context = context;\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\nvar pureComponentPrototype = (PureComponent.prototype = new ComponentDummy());\npureComponentPrototype.constructor = PureComponent;\nassign(pureComponentPrototype, Component.prototype);\npureComponentPrototype.isPureReactComponent = !0;\nvar isArrayImpl = Array.isArray,\n ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null },\n hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction ReactElement(type, key, self, source, owner, props) {\n self = props.ref;\n return {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n ref: void 0 !== self ? self : null,\n props: props\n };\n}\nfunction cloneAndReplaceKey(oldElement, newKey) {\n return ReactElement(\n oldElement.type,\n newKey,\n void 0,\n void 0,\n void 0,\n oldElement.props\n );\n}\nfunction isValidElement(object) {\n return (\n \"object\" === typeof object &&\n null !== object &&\n object.$$typeof === REACT_ELEMENT_TYPE\n );\n}\nfunction escape(key) {\n var escaperLookup = { \"=\": \"=0\", \":\": \"=2\" };\n return (\n \"$\" +\n key.replace(/[=:]/g, function (match) {\n return escaperLookup[match];\n })\n );\n}\nvar userProvidedKeyEscapeRegex = /\\/+/g;\nfunction getElementKey(element, index) {\n return \"object\" === typeof element && null !== element && null != element.key\n ? escape(\"\" + element.key)\n : index.toString(36);\n}\nfunction noop$1() {}\nfunction resolveThenable(thenable) {\n switch (thenable.status) {\n case \"fulfilled\":\n return thenable.value;\n case \"rejected\":\n throw thenable.reason;\n default:\n switch (\n (\"string\" === typeof thenable.status\n ? thenable.then(noop$1, noop$1)\n : ((thenable.status = \"pending\"),\n thenable.then(\n function (fulfilledValue) {\n \"pending\" === thenable.status &&\n ((thenable.status = \"fulfilled\"),\n (thenable.value = fulfilledValue));\n },\n function (error) {\n \"pending\" === thenable.status &&\n ((thenable.status = \"rejected\"), (thenable.reason = error));\n }\n )),\n thenable.status)\n ) {\n case \"fulfilled\":\n return thenable.value;\n case \"rejected\":\n throw thenable.reason;\n }\n }\n throw thenable;\n}\nfunction mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {\n var type = typeof children;\n if (\"undefined\" === type || \"boolean\" === type) children = null;\n var invokeCallback = !1;\n if (null === children) invokeCallback = !0;\n else\n switch (type) {\n case \"bigint\":\n case \"string\":\n case \"number\":\n invokeCallback = !0;\n break;\n case \"object\":\n switch (children.$$typeof) {\n case REACT_ELEMENT_TYPE:\n case REACT_PORTAL_TYPE:\n invokeCallback = !0;\n break;\n case REACT_LAZY_TYPE:\n return (\n (invokeCallback = children._init),\n mapIntoArray(\n invokeCallback(children._payload),\n array,\n escapedPrefix,\n nameSoFar,\n callback\n )\n );\n }\n }\n if (invokeCallback)\n return (\n (callback = callback(children)),\n (invokeCallback =\n \"\" === nameSoFar ? \".\" + getElementKey(children, 0) : nameSoFar),\n isArrayImpl(callback)\n ? ((escapedPrefix = \"\"),\n null != invokeCallback &&\n (escapedPrefix =\n invokeCallback.replace(userProvidedKeyEscapeRegex, \"$&/\") + \"/\"),\n mapIntoArray(callback, array, escapedPrefix, \"\", function (c) {\n return c;\n }))\n : null != callback &&\n (isValidElement(callback) &&\n (callback = cloneAndReplaceKey(\n callback,\n escapedPrefix +\n (null == callback.key ||\n (children && children.key === callback.key)\n ? \"\"\n : (\"\" + callback.key).replace(\n userProvidedKeyEscapeRegex,\n \"$&/\"\n ) + \"/\") +\n invokeCallback\n )),\n array.push(callback)),\n 1\n );\n invokeCallback = 0;\n var nextNamePrefix = \"\" === nameSoFar ? \".\" : nameSoFar + \":\";\n if (isArrayImpl(children))\n for (var i = 0; i < children.length; i++)\n (nameSoFar = children[i]),\n (type = nextNamePrefix + getElementKey(nameSoFar, i)),\n (invokeCallback += mapIntoArray(\n nameSoFar,\n array,\n escapedPrefix,\n type,\n callback\n ));\n else if (((i = getIteratorFn(children)), \"function\" === typeof i))\n for (\n children = i.call(children), i = 0;\n !(nameSoFar = children.next()).done;\n\n )\n (nameSoFar = nameSoFar.value),\n (type = nextNamePrefix + getElementKey(nameSoFar, i++)),\n (invokeCallback += mapIntoArray(\n nameSoFar,\n array,\n escapedPrefix,\n type,\n callback\n ));\n else if (\"object\" === type) {\n if (\"function\" === typeof children.then)\n return mapIntoArray(\n resolveThenable(children),\n array,\n escapedPrefix,\n nameSoFar,\n callback\n );\n array = String(children);\n throw Error(\n \"Objects are not valid as a React child (found: \" +\n (\"[object Object]\" === array\n ? \"object with keys {\" + Object.keys(children).join(\", \") + \"}\"\n : array) +\n \"). If you meant to render a collection of children, use an array instead.\"\n );\n }\n return invokeCallback;\n}\nfunction mapChildren(children, func, context) {\n if (null == children) return children;\n var result = [],\n count = 0;\n mapIntoArray(children, result, \"\", \"\", function (child) {\n return func.call(context, child, count++);\n });\n return result;\n}\nfunction lazyInitializer(payload) {\n if (-1 === payload._status) {\n var ctor = payload._result;\n ctor = ctor();\n ctor.then(\n function (moduleObject) {\n if (0 === payload._status || -1 === payload._status)\n (payload._status = 1), (payload._result = moduleObject);\n },\n function (error) {\n if (0 === payload._status || -1 === payload._status)\n (payload._status = 2), (payload._result = error);\n }\n );\n -1 === payload._status && ((payload._status = 0), (payload._result = ctor));\n }\n if (1 === payload._status) return payload._result.default;\n throw payload._result;\n}\nvar reportGlobalError =\n \"function\" === typeof reportError\n ? reportError\n : function (error) {\n if (\n \"object\" === typeof window &&\n \"function\" === typeof window.ErrorEvent\n ) {\n var event = new window.ErrorEvent(\"error\", {\n bubbles: !0,\n cancelable: !0,\n message:\n \"object\" === typeof error &&\n null !== error &&\n \"string\" === typeof error.message\n ? String(error.message)\n : String(error),\n error: error\n });\n if (!window.dispatchEvent(event)) return;\n } else if (\n \"object\" === typeof process &&\n \"function\" === typeof process.emit\n ) {\n process.emit(\"uncaughtException\", error);\n return;\n }\n console.error(error);\n };\nfunction noop() {}\nexports.Children = {\n map: mapChildren,\n forEach: function (children, forEachFunc, forEachContext) {\n mapChildren(\n children,\n function () {\n forEachFunc.apply(this, arguments);\n },\n forEachContext\n );\n },\n count: function (children) {\n var n = 0;\n mapChildren(children, function () {\n n++;\n });\n return n;\n },\n toArray: function (children) {\n return (\n mapChildren(children, function (child) {\n return child;\n }) || []\n );\n },\n only: function (children) {\n if (!isValidElement(children))\n throw Error(\n \"React.Children.only expected to receive a single React element child.\"\n );\n return children;\n }\n};\nexports.Component = Component;\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.Profiler = REACT_PROFILER_TYPE;\nexports.PureComponent = PureComponent;\nexports.StrictMode = REACT_STRICT_MODE_TYPE;\nexports.Suspense = REACT_SUSPENSE_TYPE;\nexports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =\n ReactSharedInternals;\nexports.__COMPILER_RUNTIME = {\n __proto__: null,\n c: function (size) {\n return ReactSharedInternals.H.useMemoCache(size);\n }\n};\nexports.cache = function (fn) {\n return function () {\n return fn.apply(null, arguments);\n };\n};\nexports.cloneElement = function (element, config, children) {\n if (null === element || void 0 === element)\n throw Error(\n \"The argument must be a React element, but you passed \" + element + \".\"\n );\n var props = assign({}, element.props),\n key = element.key,\n owner = void 0;\n if (null != config)\n for (propName in (void 0 !== config.ref && (owner = void 0),\n void 0 !== config.key && (key = \"\" + config.key),\n config))\n !hasOwnProperty.call(config, propName) ||\n \"key\" === propName ||\n \"__self\" === propName ||\n \"__source\" === propName ||\n (\"ref\" === propName && void 0 === config.ref) ||\n (props[propName] = config[propName]);\n var propName = arguments.length - 2;\n if (1 === propName) props.children = children;\n else if (1 < propName) {\n for (var childArray = Array(propName), i = 0; i < propName; i++)\n childArray[i] = arguments[i + 2];\n props.children = childArray;\n }\n return ReactElement(element.type, key, void 0, void 0, owner, props);\n};\nexports.createContext = function (defaultValue) {\n defaultValue = {\n $$typeof: REACT_CONTEXT_TYPE,\n _currentValue: defaultValue,\n _currentValue2: defaultValue,\n _threadCount: 0,\n Provider: null,\n Consumer: null\n };\n defaultValue.Provider = defaultValue;\n defaultValue.Consumer = {\n $$typeof: REACT_CONSUMER_TYPE,\n _context: defaultValue\n };\n return defaultValue;\n};\nexports.createElement = function (type, config, children) {\n var propName,\n props = {},\n key = null;\n if (null != config)\n for (propName in (void 0 !== config.key && (key = \"\" + config.key), config))\n hasOwnProperty.call(config, propName) &&\n \"key\" !== propName &&\n \"__self\" !== propName &&\n \"__source\" !== propName &&\n (props[propName] = config[propName]);\n var childrenLength = arguments.length - 2;\n if (1 === childrenLength) props.children = children;\n else if (1 < childrenLength) {\n for (var childArray = Array(childrenLength), i = 0; i < childrenLength; i++)\n childArray[i] = arguments[i + 2];\n props.children = childArray;\n }\n if (type && type.defaultProps)\n for (propName in ((childrenLength = type.defaultProps), childrenLength))\n void 0 === props[propName] &&\n (props[propName] = childrenLength[propName]);\n return ReactElement(type, key, void 0, void 0, null, props);\n};\nexports.createRef = function () {\n return { current: null };\n};\nexports.forwardRef = function (render) {\n return { $$typeof: REACT_FORWARD_REF_TYPE, render: render };\n};\nexports.isValidElement = isValidElement;\nexports.lazy = function (ctor) {\n return {\n $$typeof: REACT_LAZY_TYPE,\n _payload: { _status: -1, _result: ctor },\n _init: lazyInitializer\n };\n};\nexports.memo = function (type, compare) {\n return {\n $$typeof: REACT_MEMO_TYPE,\n type: type,\n compare: void 0 === compare ? null : compare\n };\n};\nexports.startTransition = function (scope) {\n var prevTransition = ReactSharedInternals.T,\n currentTransition = {};\n ReactSharedInternals.T = currentTransition;\n try {\n var returnValue = scope(),\n onStartTransitionFinish = ReactSharedInternals.S;\n null !== onStartTransitionFinish &&\n onStartTransitionFinish(currentTransition, returnValue);\n \"object\" === typeof returnValue &&\n null !== returnValue &&\n \"function\" === typeof returnValue.then &&\n returnValue.then(noop, reportGlobalError);\n } catch (error) {\n reportGlobalError(error);\n } finally {\n ReactSharedInternals.T = prevTransition;\n }\n};\nexports.unstable_useCacheRefresh = function () {\n return ReactSharedInternals.H.useCacheRefresh();\n};\nexports.use = function (usable) {\n return ReactSharedInternals.H.use(usable);\n};\nexports.useActionState = function (action, initialState, permalink) {\n return ReactSharedInternals.H.useActionState(action, initialState, permalink);\n};\nexports.useCallback = function (callback, deps) {\n return ReactSharedInternals.H.useCallback(callback, deps);\n};\nexports.useContext = function (Context) {\n return ReactSharedInternals.H.useContext(Context);\n};\nexports.useDebugValue = function () {};\nexports.useDeferredValue = function (value, initialValue) {\n return ReactSharedInternals.H.useDeferredValue(value, initialValue);\n};\nexports.useEffect = function (create, createDeps, update) {\n var dispatcher = ReactSharedInternals.H;\n if (\"function\" === typeof update)\n throw Error(\n \"useEffect CRUD overload is not enabled in this build of React.\"\n );\n return dispatcher.useEffect(create, createDeps);\n};\nexports.useId = function () {\n return ReactSharedInternals.H.useId();\n};\nexports.useImperativeHandle = function (ref, create, deps) {\n return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);\n};\nexports.useInsertionEffect = function (create, deps) {\n return ReactSharedInternals.H.useInsertionEffect(create, deps);\n};\nexports.useLayoutEffect = function (create, deps) {\n return ReactSharedInternals.H.useLayoutEffect(create, deps);\n};\nexports.useMemo = function (create, deps) {\n return ReactSharedInternals.H.useMemo(create, deps);\n};\nexports.useOptimistic = function (passthrough, reducer) {\n return ReactSharedInternals.H.useOptimistic(passthrough, reducer);\n};\nexports.useReducer = function (reducer, initialArg, init) {\n return ReactSharedInternals.H.useReducer(reducer, initialArg, init);\n};\nexports.useRef = function (initialValue) {\n return ReactSharedInternals.H.useRef(initialValue);\n};\nexports.useState = function (initialState) {\n return ReactSharedInternals.H.useState(initialState);\n};\nexports.useSyncExternalStore = function (\n subscribe,\n getSnapshot,\n getServerSnapshot\n) {\n return ReactSharedInternals.H.useSyncExternalStore(\n subscribe,\n getSnapshot,\n getServerSnapshot\n );\n};\nexports.useTransition = function () {\n return ReactSharedInternals.H.useTransition();\n};\nexports.version = \"19.1.0\";\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n"],"names":["reactModule","require$$0"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAWA,CAAA,IAAI,kBAAkB,GAAG,MAAM,CAAC,GAAG,CAAC,4BAA4B,CAAC;AACjE,GAAE,iBAAiB,GAAG,MAAM,CAAC,GAAG,CAAC,cAAc,CAAC;AAChD,GAAE,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC;AACpD,GAAE,sBAAsB,GAAG,MAAM,CAAC,GAAG,CAAC,mBAAmB,CAAC;AAC1D,GAAE,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC;AACpD,GAAE,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC;AACpD,GAAE,kBAAkB,GAAG,MAAM,CAAC,GAAG,CAAC,eAAe,CAAC;AAClD,GAAE,sBAAsB,GAAG,MAAM,CAAC,GAAG,CAAC,mBAAmB,CAAC;AAC1D,GAAE,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,gBAAgB,CAAC;AACpD,GAAE,eAAe,GAAG,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC;AAC5C,GAAE,eAAe,GAAG,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC;AAC5C,GAAE,qBAAqB,GAAG,MAAM,CAAC,QAAQ;CACzC,SAAS,aAAa,CAAC,aAAa,EAAE;GACpC,IAAI,IAAI,KAAK,aAAa,IAAI,QAAQ,KAAK,OAAO,aAAa,EAAE,OAAO,IAAI;AAC9E,GAAE,aAAa;AACf,KAAI,CAAC,qBAAqB,IAAI,aAAa,CAAC,qBAAqB,CAAC;KAC9D,aAAa,CAAC,YAAY,CAAC;GAC7B,OAAO,UAAU,KAAK,OAAO,aAAa,GAAG,aAAa,GAAG,IAAI;AACnE;AACA,CAAA,IAAI,oBAAoB,GAAG;KACvB,SAAS,EAAE,YAAY;OACrB,OAAO,KAAE;MACV;KACD,kBAAkB,EAAE,YAAY,EAAE;KAClC,mBAAmB,EAAE,YAAY,EAAE;KACnC,eAAe,EAAE,YAAY;IAC9B;AACH,GAAE,MAAM,GAAG,MAAM,CAAC,MAAM;GACtB,WAAW,GAAG,EAAE;AAClB,CAAA,SAAS,SAAS,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE;AAC5C,GAAE,IAAI,CAAC,KAAK,GAAG,KAAK;AACpB,GAAE,IAAI,CAAC,OAAO,GAAG,OAAO;AACxB,GAAE,IAAI,CAAC,IAAI,GAAG,WAAW;AACzB,GAAE,IAAI,CAAC,OAAO,GAAG,OAAO,IAAI,oBAAoB;AAChD;AACA,CAAA,SAAS,CAAC,SAAS,CAAC,gBAAgB,GAAG,EAAE;CACzC,SAAS,CAAC,SAAS,CAAC,QAAQ,GAAG,UAAU,YAAY,EAAE,QAAQ,EAAE;GAC/D;KACE,QAAQ,KAAK,OAAO,YAAY;KAChC,UAAU,KAAK,OAAO,YAAY;AACtC,KAAI,IAAI,IAAI;AACZ;AACA,KAAI,MAAM,KAAK;OACT;MACD;AACL,GAAE,IAAI,CAAC,OAAO,CAAC,eAAe,CAAC,IAAI,EAAE,YAAY,EAAE,QAAQ,EAAE,UAAU,CAAC;EACvE;AACD,CAAA,SAAS,CAAC,SAAS,CAAC,WAAW,GAAG,UAAU,QAAQ,EAAE;GACpD,IAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,IAAI,EAAE,QAAQ,EAAE,aAAa,CAAC;EAC/D;AACD,CAAA,SAAS,cAAc,GAAG;AAC1B,CAAA,cAAc,CAAC,SAAS,GAAG,SAAS,CAAC,SAAS;AAC9C,CAAA,SAAS,aAAa,CAAC,KAAK,EAAE,OAAO,EAAE,OAAO,EAAE;AAChD,GAAE,IAAI,CAAC,KAAK,GAAG,KAAK;AACpB,GAAE,IAAI,CAAC,OAAO,GAAG,OAAO;AACxB,GAAE,IAAI,CAAC,IAAI,GAAG,WAAW;AACzB,GAAE,IAAI,CAAC,OAAO,GAAG,OAAO,IAAI,oBAAoB;AAChD;CACA,IAAI,sBAAsB,IAAI,aAAa,CAAC,SAAS,GAAG,IAAI,cAAc,EAAE,CAAC;CAC7E,sBAAsB,CAAC,WAAW,GAAG,aAAa;AAClD,CAAA,MAAM,CAAC,sBAAsB,EAAE,SAAS,CAAC,SAAS,CAAC;AACnD,CAAA,sBAAsB,CAAC,oBAAoB,GAAG,IAAE;AAChD,CAAA,IAAI,WAAW,GAAG,KAAK,CAAC,OAAO;GAC7B,oBAAoB,GAAG,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE;AACxE,GAAE,cAAc,GAAG,MAAM,CAAC,SAAS,CAAC,cAAc;AAClD,CAAA,SAAS,YAAY,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE;AAC7D,GAAE,IAAI,GAAG,KAAK,CAAC,GAAG;AAClB,GAAE,OAAO;KACL,QAAQ,EAAE,kBAAkB;KAC5B,IAAI,EAAE,IAAI;KACV,GAAG,EAAE,GAAG;KACR,GAAG,EAAE,MAAM,KAAK,IAAI,GAAG,IAAI,GAAG,IAAI;AACtC,KAAI,KAAK,EAAE;IACR;AACH;AACA,CAAA,SAAS,kBAAkB,CAAC,UAAU,EAAE,MAAM,EAAE;AAChD,GAAE,OAAO,YAAY;KACjB,UAAU,CAAC,IAAI;AACnB,KAAI,MAAM;AACV,KAAI,MAAM;AACV,KAAI,MAAM;AACV,KAAI,MAAM;AACV,KAAI,UAAU,CAAC;IACZ;AACH;CACA,SAAS,cAAc,CAAC,MAAM,EAAE;GAC9B;KACE,QAAQ,KAAK,OAAO,MAAM;KAC1B,IAAI,KAAK,MAAM;KACf,MAAM,CAAC,QAAQ,KAAK;AACxB;AACA;CACA,SAAS,MAAM,CAAC,GAAG,EAAE;GACnB,IAAI,aAAa,GAAG,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE;GAC5C;AACF,KAAI,GAAG;KACH,GAAG,CAAC,OAAO,CAAC,OAAO,EAAE,UAAU,KAAK,EAAE;AAC1C,OAAM,OAAO,aAAa,CAAC,KAAK,CAAC;MAC5B;AACL;AACA;CACA,IAAI,0BAA0B,GAAG,MAAM;AACvC,CAAA,SAAS,aAAa,CAAC,OAAO,EAAE,KAAK,EAAE;AACvC,GAAE,OAAO,QAAQ,KAAK,OAAO,OAAO,IAAI,IAAI,KAAK,OAAO,IAAI,IAAI,IAAI,OAAO,CAAC;AAC5E,OAAM,MAAM,CAAC,EAAE,GAAG,OAAO,CAAC,GAAG;AAC7B,OAAM,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC;AACxB;AACA,CAAA,SAAS,MAAM,GAAG;CAClB,SAAS,eAAe,CAAC,QAAQ,EAAE;GACjC,QAAQ,QAAQ,CAAC,MAAM;AACzB,KAAI,KAAK,WAAW;OACd,OAAO,QAAQ,CAAC,KAAK;AAC3B,KAAI,KAAK,UAAU;OACb,MAAM,QAAQ,CAAC,MAAM;KACvB;OACE;AACN,UAAS,QAAQ,KAAK,OAAO,QAAQ,CAAC;AACtC,aAAY,QAAQ,CAAC,IAAI,CAAC,MAAM,EAAE,MAAM;AACxC,cAAa,CAAC,QAAQ,CAAC,MAAM,GAAG,SAAS;aAC7B,QAAQ,CAAC,IAAI;eACX,UAAU,cAAc,EAAE;AACxC,iBAAgB,SAAS,KAAK,QAAQ,CAAC,MAAM;AAC7C,oBAAmB,CAAC,QAAQ,CAAC,MAAM,GAAG,WAAW;AACjD,oBAAmB,QAAQ,CAAC,KAAK,GAAG,cAAc,CAAC,CAAC;gBACrC;eACD,UAAU,KAAK,EAAE;AAC/B,iBAAgB,SAAS,KAAK,QAAQ,CAAC,MAAM;AAC7C,oBAAmB,CAAC,QAAQ,CAAC,MAAM,GAAG,UAAU,IAAI,QAAQ,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC;AAC7E;AACA,cAAa,CAAC;SACN,QAAQ,CAAC,MAAM;AACvB;AACA,SAAQ,KAAK,WAAW;WACd,OAAO,QAAQ,CAAC,KAAK;AAC/B,SAAQ,KAAK,UAAU;WACb,MAAM,QAAQ,CAAC,MAAM;AAC/B;AACA;AACA,GAAE,MAAM,QAAQ;AAChB;CACA,SAAS,YAAY,CAAC,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,SAAS,EAAE,QAAQ,EAAE;AAC3E,GAAE,IAAI,IAAI,GAAG,OAAO,QAAQ;GAC1B,IAAI,WAAW,KAAK,IAAI,IAAI,SAAS,KAAK,IAAI,EAAE,QAAQ,GAAG,IAAI;AACjE,GAAE,IAAI,cAAc,GAAG,KAAE;GACvB,IAAI,IAAI,KAAK,QAAQ,EAAE,cAAc,GAAG,IAAE;AAC5C;AACA,KAAI,QAAQ,IAAI;AAChB,OAAM,KAAK,QAAQ;AACnB,OAAM,KAAK,QAAQ;AACnB,OAAM,KAAK,QAAQ;SACX,cAAc,GAAG,IAAE;SACnB;AACR,OAAM,KAAK,QAAQ;SACX,QAAQ,QAAQ,CAAC,QAAQ;AACjC,WAAU,KAAK,kBAAkB;AACjC,WAAU,KAAK,iBAAiB;aACpB,cAAc,GAAG,IAAE;aACnB;AACZ,WAAU,KAAK,eAAe;aAClB;AACZ,eAAc,CAAC,cAAc,GAAG,QAAQ,CAAC,KAAK;AAC9C,eAAc,YAAY;AAC1B,iBAAgB,cAAc,CAAC,QAAQ,CAAC,QAAQ,CAAC;AACjD,iBAAgB,KAAK;AACrB,iBAAgB,aAAa;AAC7B,iBAAgB,SAAS;iBACT;AAChB;AACA;AACA;AACA;AACA,GAAE,IAAI,cAAc;KAChB;AACJ,OAAM,CAAC,QAAQ,GAAG,QAAQ,CAAC,QAAQ,CAAC;AACpC,QAAO,cAAc;AACrB,SAAQ,EAAE,KAAK,SAAS,GAAG,GAAG,GAAG,aAAa,CAAC,QAAQ,EAAE,CAAC,CAAC,GAAG,SAAS;OACjE,WAAW,CAAC,QAAQ;YACf,CAAC,aAAa,GAAG,EAAE;WACpB,IAAI,IAAI,cAAc;AAChC,cAAa,aAAa;eACZ,cAAc,CAAC,OAAO,CAAC,0BAA0B,EAAE,KAAK,CAAC,GAAG,GAAG,CAAC;AAC9E,WAAU,YAAY,CAAC,QAAQ,EAAE,KAAK,EAAE,aAAa,EAAE,EAAE,EAAE,UAAU,CAAC,EAAE;AACxE,aAAY,OAAO,CAAC;AACpB,YAAW,CAAC;WACF,IAAI,IAAI,QAAQ;YACf,cAAc,CAAC,QAAQ,CAAC;cACtB,QAAQ,GAAG,kBAAkB;AAC1C,eAAc,QAAQ;AACtB,eAAc,aAAa;AAC3B,kBAAiB,IAAI,IAAI,QAAQ,CAAC,GAAG;kBACpB,QAAQ,IAAI,QAAQ,CAAC,GAAG,KAAK,QAAQ,CAAC,GAAG;qBACtC;AACpB,qBAAoB,CAAC,EAAE,GAAG,QAAQ,CAAC,GAAG,EAAE,OAAO;AAC/C,uBAAsB,0BAA0B;uBAC1B;sBACD,GAAG,GAAG,CAAC;iBACZ;AAChB,cAAa,CAAC;AACd,WAAU,KAAK,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC;OACzB;AACN;GACE,cAAc,GAAG,CAAC;GAClB,IAAI,cAAc,GAAG,EAAE,KAAK,SAAS,GAAG,GAAG,GAAG,SAAS,GAAG,GAAG;AAC/D,GAAE,IAAI,WAAW,CAAC,QAAQ,CAAC;AAC3B,KAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,CAAC,MAAM,EAAE,CAAC,EAAE;AAC5C,OAAM,CAAC,SAAS,GAAG,QAAQ,CAAC,CAAC,CAAC;UACrB,IAAI,GAAG,cAAc,GAAG,aAAa,CAAC,SAAS,EAAE,CAAC,CAAC;UACnD,cAAc,IAAI,YAAY;AACvC,WAAU,SAAS;AACnB,WAAU,KAAK;AACf,WAAU,aAAa;AACvB,WAAU,IAAI;WACJ;AACV,UAAS,CAAC;AACV,QAAO,KAAK,CAAC,CAAC,GAAG,aAAa,CAAC,QAAQ,CAAC,GAAG,UAAU,KAAK,OAAO,CAAC;KAC9D;OACE,QAAQ,GAAG,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC;OAClC,CAAC,CAAC,SAAS,GAAG,QAAQ,CAAC,IAAI,EAAE,EAAE,IAAI;;AAEzC;AACA,OAAM,CAAC,SAAS,GAAG,SAAS,CAAC,KAAK;UACzB,IAAI,GAAG,cAAc,GAAG,aAAa,CAAC,SAAS,EAAE,CAAC,EAAE,CAAC;UACrD,cAAc,IAAI,YAAY;AACvC,WAAU,SAAS;AACnB,WAAU,KAAK;AACf,WAAU,aAAa;AACvB,WAAU,IAAI;WACJ;AACV,UAAS,CAAC;AACV,QAAO,IAAI,QAAQ,KAAK,IAAI,EAAE;AAC9B,KAAI,IAAI,UAAU,KAAK,OAAO,QAAQ,CAAC,IAAI;AAC3C,OAAM,OAAO,YAAY;SACjB,eAAe,CAAC,QAAQ,CAAC;AACjC,SAAQ,KAAK;AACb,SAAQ,aAAa;AACrB,SAAQ,SAAS;SACT;QACD;AACP,KAAI,KAAK,GAAG,MAAM,CAAC,QAAQ,CAAC;AAC5B,KAAI,MAAM,KAAK;AACf,OAAM,iDAAiD;AACvD,UAAS,iBAAiB,KAAK;AAC/B,aAAY,oBAAoB,GAAG,MAAM,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG;AACtE,aAAY,KAAK,CAAC;SACV;MACH;AACL;AACA,GAAE,OAAO,cAAc;AACvB;AACA,CAAA,SAAS,WAAW,CAAC,QAAQ,EAAE,IAAI,EAAE,OAAO,EAAE;AAC9C,GAAE,IAAI,IAAI,IAAI,QAAQ,EAAE,OAAO,QAAQ;GACrC,IAAI,MAAM,GAAG,EAAE;KACb,KAAK,GAAG,CAAC;AACb,GAAE,YAAY,CAAC,QAAQ,EAAE,MAAM,EAAE,EAAE,EAAE,EAAE,EAAE,UAAU,KAAK,EAAE;KACtD,OAAO,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC;AAC7C,IAAG,CAAC;AACJ,GAAE,OAAO,MAAM;AACf;CACA,SAAS,eAAe,CAAC,OAAO,EAAE;AAClC,GAAE,IAAI,EAAE,KAAK,OAAO,CAAC,OAAO,EAAE;AAC9B,KAAI,IAAI,IAAI,GAAG,OAAO,CAAC,OAAO;KAC1B,IAAI,GAAG,IAAI,EAAE;KACb,IAAI,CAAC,IAAI;OACP,UAAU,YAAY,EAAE;AAC9B,SAAQ,IAAI,CAAC,KAAK,OAAO,CAAC,OAAO,IAAI,EAAE,KAAK,OAAO,CAAC,OAAO;AAC3D,WAAU,CAAC,OAAO,CAAC,OAAO,GAAG,CAAC,IAAI,OAAO,CAAC,OAAO,GAAG,YAAY,CAAC;QAC1D;OACD,UAAU,KAAK,EAAE;AACvB,SAAQ,IAAI,CAAC,KAAK,OAAO,CAAC,OAAO,IAAI,EAAE,KAAK,OAAO,CAAC,OAAO;AAC3D,WAAU,CAAC,OAAO,CAAC,OAAO,GAAG,CAAC,IAAI,OAAO,CAAC,OAAO,GAAG,KAAK,CAAC;AAC1D;MACK;KACD,EAAE,KAAK,OAAO,CAAC,OAAO,KAAK,CAAC,OAAO,CAAC,OAAO,GAAG,CAAC,IAAI,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC,CAAC;AAC/E;AACA,GAAE,IAAI,CAAC,KAAK,OAAO,CAAC,OAAO,EAAE,OAAO,OAAO,CAAC,OAAO,CAAC,OAAO;GACzD,MAAM,OAAO,CAAC,OAAO;AACvB;AACA,CAAA,IAAI,iBAAiB;GACnB,UAAU,KAAK,OAAO;OAClB;OACA,UAAU,KAAK,EAAE;SACf;WACE,QAAQ,KAAK,OAAO,MAAM;AACpC,WAAU,UAAU,KAAK,OAAO,MAAM,CAAC;WAC7B;WACA,IAAI,KAAK,GAAG,IAAI,MAAM,CAAC,UAAU,CAAC,OAAO,EAAE;aACzC,OAAO,EAAE,IAAE;aACX,UAAU,EAAE,IAAE;AAC1B,aAAY,OAAO;eACL,QAAQ,KAAK,OAAO,KAAK;eACzB,IAAI,KAAK,KAAK;AAC5B,eAAc,QAAQ,KAAK,OAAO,KAAK,CAAC;AACxC,mBAAkB,MAAM,CAAC,KAAK,CAAC,OAAO;mBACpB,MAAM,CAAC,KAAK,CAAC;AAC/B,aAAY,KAAK,EAAE;AACnB,YAAW,CAAC;WACF,IAAI,CAAC,MAAM,CAAC,aAAa,CAAC,KAAK,CAAC,EAAE;AAC5C,UAAS,MAAM;WACL,QAAQ,KAAK,OAAO,OAAO;AACrC,WAAU,UAAU,KAAK,OAAO,OAAO,CAAC;WAC9B;AACV,WAAU,OAAO,CAAC,IAAI,CAAC,mBAAmB,EAAE,KAAK,CAAC;WACxC;AACV;AACA,SAAQ,OAAO,CAAC,KAAK,CAAC,KAAK,CAAC;QACrB;AACP,CAAA,SAAS,IAAI,GAAG;AAChB,CAAA,gBAAA,CAAA,QAAgB,GAAG;GACjB,GAAG,EAAE,WAAW;GAChB,OAAO,EAAE,UAAU,QAAQ,EAAE,WAAW,EAAE,cAAc,EAAE;AAC5D,KAAI,WAAW;AACf,OAAM,QAAQ;AACd,OAAM,YAAY;AAClB,SAAQ,WAAW,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC;QACnC;OACD;MACD;IACF;AACH,GAAE,KAAK,EAAE,UAAU,QAAQ,EAAE;KACzB,IAAI,CAAC,GAAG,CAAC;AACb,KAAI,WAAW,CAAC,QAAQ,EAAE,YAAY;AACtC,OAAM,CAAC,EAAE;AACT,MAAK,CAAC;AACN,KAAI,OAAO,CAAC;IACT;AACH,GAAE,OAAO,EAAE,UAAU,QAAQ,EAAE;KAC3B;AACJ,OAAM,WAAW,CAAC,QAAQ,EAAE,UAAU,KAAK,EAAE;AAC7C,SAAQ,OAAO,KAAK;AACpB,QAAO,CAAC,IAAI;AACZ;IACG;AACH,GAAE,IAAI,EAAE,UAAU,QAAQ,EAAE;AAC5B,KAAI,IAAI,CAAC,cAAc,CAAC,QAAQ,CAAC;AACjC,OAAM,MAAM,KAAK;SACT;QACD;AACP,KAAI,OAAO,QAAQ;AACnB;EACC;AACD,CAAA,gBAAA,CAAA,SAAiB,GAAG,SAAS;AAC7B,CAAA,gBAAA,CAAA,QAAgB,GAAG,mBAAmB;AACtC,CAAA,gBAAA,CAAA,QAAgB,GAAG,mBAAmB;AACtC,CAAA,gBAAA,CAAA,aAAqB,GAAG,aAAa;AACrC,CAAA,gBAAA,CAAA,UAAkB,GAAG,sBAAsB;AAC3C,CAAA,gBAAA,CAAA,QAAgB,GAAG,mBAAmB;AACtC,CAAuE,gBAAA,CAAA,+DAAA;AACvE,GAAE,oBAAoB;AACtB,CAAA,gBAAA,CAAA,kBAA0B,GAAG;GAC3B,SAAS,EAAE,IAAI;AACjB,GAAE,CAAC,EAAE,UAAU,IAAI,EAAE;KACjB,OAAO,oBAAoB,CAAC,CAAC,CAAC,YAAY,CAAC,IAAI,CAAC;AACpD;EACC;AACD,CAAa,gBAAA,CAAA,KAAA,GAAG,UAAU,EAAE,EAAE;AAC9B,GAAE,OAAO,YAAY;KACjB,OAAO,EAAE,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC;IACjC;EACF;AACD,CAAA,gBAAA,CAAA,YAAoB,GAAG,UAAU,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE;GAC1D,IAAI,IAAI,KAAK,OAAO,IAAI,MAAM,KAAK,OAAO;AAC5C,KAAI,MAAM,KAAK;OACT,uDAAuD,GAAG,OAAO,GAAG;MACrE;GACH,IAAI,KAAK,GAAG,MAAM,CAAC,EAAE,EAAE,OAAO,CAAC,KAAK,CAAC;AACvC,KAAI,GAAG,GAAG,OAAO,CAAC,GAAG;KACjB,KAAK,GAAG,MAAM;GAChB,IAAI,IAAI,IAAI,MAAM;AACpB,KAAI,KAAK,QAAQ,KAAK,MAAM,KAAK,MAAM,CAAC,GAAG,KAAK,KAAK,GAAG,MAAM,CAAC;AAC/D,KAAI,MAAM,KAAK,MAAM,CAAC,GAAG,KAAK,GAAG,GAAG,EAAE,GAAG,MAAM,CAAC,GAAG,CAAC;AACpD,KAAI,MAAM;OACJ,CAAC,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC;SACpC,KAAK,KAAK,QAAQ;SAClB,QAAQ,KAAK,QAAQ;SACrB,UAAU,KAAK,QAAQ;UACtB,KAAK,KAAK,QAAQ,IAAI,MAAM,KAAK,MAAM,CAAC,GAAG,CAAC;UAC5C,KAAK,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;AAC5C,GAAE,IAAI,QAAQ,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC;GACnC,IAAI,CAAC,KAAK,QAAQ,EAAE,KAAK,CAAC,QAAQ,GAAG,QAAQ;AAC/C,QAAO,IAAI,CAAC,GAAG,QAAQ,EAAE;AACzB,KAAI,KAAK,IAAI,UAAU,GAAG,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,QAAQ,EAAE,CAAC,EAAE;OAC7D,UAAU,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC;AACtC,KAAI,KAAK,CAAC,QAAQ,GAAG,UAAU;AAC/B;AACA,GAAE,OAAO,YAAY,CAAC,OAAO,CAAC,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,KAAK,EAAE,KAAK,CAAC;EACrE;AACD,CAAqB,gBAAA,CAAA,aAAA,GAAG,UAAU,YAAY,EAAE;AAChD,GAAE,YAAY,GAAG;KACb,QAAQ,EAAE,kBAAkB;KAC5B,aAAa,EAAE,YAAY;KAC3B,cAAc,EAAE,YAAY;KAC5B,YAAY,EAAE,CAAC;KACf,QAAQ,EAAE,IAAI;AAClB,KAAI,QAAQ,EAAE;IACX;AACH,GAAE,YAAY,CAAC,QAAQ,GAAG,YAAY;GACpC,YAAY,CAAC,QAAQ,GAAG;KACtB,QAAQ,EAAE,mBAAmB;AACjC,KAAI,QAAQ,EAAE;IACX;AACH,GAAE,OAAO,YAAY;EACpB;AACD,CAAA,gBAAA,CAAA,aAAqB,GAAG,UAAU,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE;AAC1D,GAAE,IAAI,QAAQ;KACV,KAAK,GAAG,EAAE;KACV,GAAG,GAAG,IAAI;GACZ,IAAI,IAAI,IAAI,MAAM;AACpB,KAAI,KAAK,QAAQ,KAAK,MAAM,KAAK,MAAM,CAAC,GAAG,KAAK,GAAG,GAAG,EAAE,GAAG,MAAM,CAAC,GAAG,CAAC,EAAE,MAAM;AAC9E,OAAM,cAAc,CAAC,IAAI,CAAC,MAAM,EAAE,QAAQ,CAAC;SACnC,KAAK,KAAK,QAAQ;SAClB,QAAQ,KAAK,QAAQ;SACrB,UAAU,KAAK,QAAQ;UACtB,KAAK,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;AAC5C,GAAE,IAAI,cAAc,GAAG,SAAS,CAAC,MAAM,GAAG,CAAC;GACzC,IAAI,CAAC,KAAK,cAAc,EAAE,KAAK,CAAC,QAAQ,GAAG,QAAQ;AACrD,QAAO,IAAI,CAAC,GAAG,cAAc,EAAE;AAC/B,KAAI,KAAK,IAAI,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,cAAc,EAAE,CAAC,EAAE;OACzE,UAAU,CAAC,CAAC,CAAC,GAAG,SAAS,CAAC,CAAC,GAAG,CAAC,CAAC;AACtC,KAAI,KAAK,CAAC,QAAQ,GAAG,UAAU;AAC/B;AACA,GAAE,IAAI,IAAI,IAAI,IAAI,CAAC,YAAY;KAC3B,KAAK,QAAQ,KAAK,CAAC,cAAc,GAAG,IAAI,CAAC,YAAY,GAAG,cAAc;AAC1E,OAAM,MAAM,KAAK,KAAK,CAAC,QAAQ,CAAC;UACvB,KAAK,CAAC,QAAQ,CAAC,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AACpD,GAAE,OAAO,YAAY,CAAC,IAAI,EAAE,GAAG,EAAE,MAAM,EAAE,MAAM,EAAE,IAAI,EAAE,KAAK,CAAC;EAC5D;AACD,CAAA,gBAAA,CAAA,SAAiB,GAAG,YAAY;AAChC,GAAE,OAAO,EAAE,OAAO,EAAE,IAAI,EAAE;EACzB;AACD,CAAkB,gBAAA,CAAA,UAAA,GAAG,UAAU,MAAM,EAAE;GACrC,OAAO,EAAE,QAAQ,EAAE,sBAAsB,EAAE,MAAM,EAAE,MAAM,EAAE;EAC5D;AACD,CAAA,gBAAA,CAAA,cAAsB,GAAG,cAAc;AACvC,CAAY,gBAAA,CAAA,IAAA,GAAG,UAAU,IAAI,EAAE;AAC/B,GAAE,OAAO;KACL,QAAQ,EAAE,eAAe;KACzB,QAAQ,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE;AAC5C,KAAI,KAAK,EAAE;IACR;EACF;AACD,CAAA,gBAAA,CAAA,IAAY,GAAG,UAAU,IAAI,EAAE,OAAO,EAAE;AACxC,GAAE,OAAO;KACL,QAAQ,EAAE,eAAe;KACzB,IAAI,EAAE,IAAI;KACV,OAAO,EAAE,MAAM,KAAK,OAAO,GAAG,IAAI,GAAG;IACtC;EACF;AACD,CAAuB,gBAAA,CAAA,eAAA,GAAG,UAAU,KAAK,EAAE;AAC3C,GAAE,IAAI,cAAc,GAAG,oBAAoB,CAAC,CAAC;KACzC,iBAAiB,GAAG,EAAE;AAC1B,GAAE,oBAAoB,CAAC,CAAC,GAAG,iBAAiB;AAC5C,GAAE,IAAI;AACN,KAAI,IAAI,WAAW,GAAG,KAAK,EAAE;AAC7B,OAAM,uBAAuB,GAAG,oBAAoB,CAAC,CAAC;KAClD,IAAI,KAAK,uBAAuB;AACpC,OAAM,uBAAuB,CAAC,iBAAiB,EAAE,WAAW,CAAC;KACzD,QAAQ,KAAK,OAAO,WAAW;OAC7B,IAAI,KAAK,WAAW;AAC1B,OAAM,UAAU,KAAK,OAAO,WAAW,CAAC,IAAI;AAC5C,OAAM,WAAW,CAAC,IAAI,CAAC,IAAI,EAAE,iBAAiB,CAAC;IAC5C,CAAC,OAAO,KAAK,EAAE;KACd,iBAAiB,CAAC,KAAK,CAAC;AAC5B,IAAG,SAAS;AACZ,KAAI,oBAAoB,CAAC,CAAC,GAAG,cAAc;AAC3C;EACC;AACD,CAAA,gBAAA,CAAA,wBAAgC,GAAG,YAAY;AAC/C,GAAE,OAAO,oBAAoB,CAAC,CAAC,CAAC,eAAe,EAAE;EAChD;AACD,CAAW,gBAAA,CAAA,GAAA,GAAG,UAAU,MAAM,EAAE;GAC9B,OAAO,oBAAoB,CAAC,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC;EAC1C;AACD,CAAA,gBAAA,CAAA,cAAsB,GAAG,UAAU,MAAM,EAAE,YAAY,EAAE,SAAS,EAAE;AACpE,GAAE,OAAO,oBAAoB,CAAC,CAAC,CAAC,cAAc,CAAC,MAAM,EAAE,YAAY,EAAE,SAAS,CAAC;EAC9E;AACD,CAAA,gBAAA,CAAA,WAAmB,GAAG,UAAU,QAAQ,EAAE,IAAI,EAAE;GAC9C,OAAO,oBAAoB,CAAC,CAAC,CAAC,WAAW,CAAC,QAAQ,EAAE,IAAI,CAAC;EAC1D;AACD,CAAkB,gBAAA,CAAA,UAAA,GAAG,UAAU,OAAO,EAAE;GACtC,OAAO,oBAAoB,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,CAAC;EAClD;AACD,CAAqB,gBAAA,CAAA,aAAA,GAAG,YAAY,EAAE;AACtC,CAAA,gBAAA,CAAA,gBAAwB,GAAG,UAAU,KAAK,EAAE,YAAY,EAAE;GACxD,OAAO,oBAAoB,CAAC,CAAC,CAAC,gBAAgB,CAAC,KAAK,EAAE,YAAY,CAAC;EACpE;AACD,CAAA,gBAAA,CAAA,SAAiB,GAAG,UAAU,MAAM,EAAE,UAAU,EAAE,MAAM,EAAE;AAC1D,GAAE,IAAI,UAAU,GAAG,oBAAoB,CAAC,CAAC;AACzC,GAAE,IAAI,UAAU,KAAK,OAAO,MAAM;AAClC,KAAI,MAAM,KAAK;OACT;MACD;GACH,OAAO,UAAU,CAAC,SAAS,CAAC,MAAM,EAAE,UAAU,CAAC;EAChD;AACD,CAAA,gBAAA,CAAA,KAAa,GAAG,YAAY;AAC5B,GAAE,OAAO,oBAAoB,CAAC,CAAC,CAAC,KAAK,EAAE;EACtC;AACD,CAAA,gBAAA,CAAA,mBAA2B,GAAG,UAAU,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE;AAC3D,GAAE,OAAO,oBAAoB,CAAC,CAAC,CAAC,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,CAAC;EACrE;AACD,CAAA,gBAAA,CAAA,kBAA0B,GAAG,UAAU,MAAM,EAAE,IAAI,EAAE;GACnD,OAAO,oBAAoB,CAAC,CAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE,IAAI,CAAC;EAC/D;AACD,CAAA,gBAAA,CAAA,eAAuB,GAAG,UAAU,MAAM,EAAE,IAAI,EAAE;GAChD,OAAO,oBAAoB,CAAC,CAAC,CAAC,eAAe,CAAC,MAAM,EAAE,IAAI,CAAC;EAC5D;AACD,CAAA,gBAAA,CAAA,OAAe,GAAG,UAAU,MAAM,EAAE,IAAI,EAAE;GACxC,OAAO,oBAAoB,CAAC,CAAC,CAAC,OAAO,CAAC,MAAM,EAAE,IAAI,CAAC;EACpD;AACD,CAAA,gBAAA,CAAA,aAAqB,GAAG,UAAU,WAAW,EAAE,OAAO,EAAE;GACtD,OAAO,oBAAoB,CAAC,CAAC,CAAC,aAAa,CAAC,WAAW,EAAE,OAAO,CAAC;EAClE;AACD,CAAA,gBAAA,CAAA,UAAkB,GAAG,UAAU,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE;AAC1D,GAAE,OAAO,oBAAoB,CAAC,CAAC,CAAC,UAAU,CAAC,OAAO,EAAE,UAAU,EAAE,IAAI,CAAC;EACpE;AACD,CAAc,gBAAA,CAAA,MAAA,GAAG,UAAU,YAAY,EAAE;GACvC,OAAO,oBAAoB,CAAC,CAAC,CAAC,MAAM,CAAC,YAAY,CAAC;EACnD;AACD,CAAgB,gBAAA,CAAA,QAAA,GAAG,UAAU,YAAY,EAAE;GACzC,OAAO,oBAAoB,CAAC,CAAC,CAAC,QAAQ,CAAC,YAAY,CAAC;EACrD;AACD,CAAA,gBAAA,CAAA,oBAA4B,GAAG;AAC/B,GAAE,SAAS;AACX,GAAE,WAAW;GACX;GACA;AACF,GAAE,OAAO,oBAAoB,CAAC,CAAC,CAAC,oBAAoB;AACpD,KAAI,SAAS;AACb,KAAI,WAAW;KACX;IACD;EACF;AACD,CAAA,gBAAA,CAAA,aAAqB,GAAG,YAAY;AACpC,GAAE,OAAO,oBAAoB,CAAC,CAAC,CAAC,aAAa,EAAE;EAC9C;AACD,CAAA,gBAAA,CAAA,OAAe,GAAG,QAAQ;;;;;;;;;AC/hB1B,CAA2C;GAClCA,KAAA,CAAA,OAAA,GAAUC,uBAAmC,EAAA;;;;;;;","x_google_ignoreList":[0,1]}
1
+ {"version":3,"file":"index-DUwCgkeV.js","sources":["../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/cjs/react.production.js","../../../../../node_modules/.pnpm/react@19.1.0/node_modules/react/index.js"],"sourcesContent":["/**\n * @license React\n * react.production.js\n *\n * Copyright (c) Meta Platforms, Inc. and affiliates.\n *\n * This source code is licensed under the MIT license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\n\"use strict\";\nvar REACT_ELEMENT_TYPE = Symbol.for(\"react.transitional.element\"),\n REACT_PORTAL_TYPE = Symbol.for(\"react.portal\"),\n REACT_FRAGMENT_TYPE = Symbol.for(\"react.fragment\"),\n REACT_STRICT_MODE_TYPE = Symbol.for(\"react.strict_mode\"),\n REACT_PROFILER_TYPE = Symbol.for(\"react.profiler\"),\n REACT_CONSUMER_TYPE = Symbol.for(\"react.consumer\"),\n REACT_CONTEXT_TYPE = Symbol.for(\"react.context\"),\n REACT_FORWARD_REF_TYPE = Symbol.for(\"react.forward_ref\"),\n REACT_SUSPENSE_TYPE = Symbol.for(\"react.suspense\"),\n REACT_MEMO_TYPE = Symbol.for(\"react.memo\"),\n REACT_LAZY_TYPE = Symbol.for(\"react.lazy\"),\n MAYBE_ITERATOR_SYMBOL = Symbol.iterator;\nfunction getIteratorFn(maybeIterable) {\n if (null === maybeIterable || \"object\" !== typeof maybeIterable) return null;\n maybeIterable =\n (MAYBE_ITERATOR_SYMBOL && maybeIterable[MAYBE_ITERATOR_SYMBOL]) ||\n maybeIterable[\"@@iterator\"];\n return \"function\" === typeof maybeIterable ? maybeIterable : null;\n}\nvar ReactNoopUpdateQueue = {\n isMounted: function () {\n return !1;\n },\n enqueueForceUpdate: function () {},\n enqueueReplaceState: function () {},\n enqueueSetState: function () {}\n },\n assign = Object.assign,\n emptyObject = {};\nfunction Component(props, context, updater) {\n this.props = props;\n this.context = context;\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\nComponent.prototype.isReactComponent = {};\nComponent.prototype.setState = function (partialState, callback) {\n if (\n \"object\" !== typeof partialState &&\n \"function\" !== typeof partialState &&\n null != partialState\n )\n throw Error(\n \"takes an object of state variables to update or a function which returns an object of state variables.\"\n );\n this.updater.enqueueSetState(this, partialState, callback, \"setState\");\n};\nComponent.prototype.forceUpdate = function (callback) {\n this.updater.enqueueForceUpdate(this, callback, \"forceUpdate\");\n};\nfunction ComponentDummy() {}\nComponentDummy.prototype = Component.prototype;\nfunction PureComponent(props, context, updater) {\n this.props = props;\n this.context = context;\n this.refs = emptyObject;\n this.updater = updater || ReactNoopUpdateQueue;\n}\nvar pureComponentPrototype = (PureComponent.prototype = new ComponentDummy());\npureComponentPrototype.constructor = PureComponent;\nassign(pureComponentPrototype, Component.prototype);\npureComponentPrototype.isPureReactComponent = !0;\nvar isArrayImpl = Array.isArray,\n ReactSharedInternals = { H: null, A: null, T: null, S: null, V: null },\n hasOwnProperty = Object.prototype.hasOwnProperty;\nfunction ReactElement(type, key, self, source, owner, props) {\n self = props.ref;\n return {\n $$typeof: REACT_ELEMENT_TYPE,\n type: type,\n key: key,\n ref: void 0 !== self ? self : null,\n props: props\n };\n}\nfunction cloneAndReplaceKey(oldElement, newKey) {\n return ReactElement(\n oldElement.type,\n newKey,\n void 0,\n void 0,\n void 0,\n oldElement.props\n );\n}\nfunction isValidElement(object) {\n return (\n \"object\" === typeof object &&\n null !== object &&\n object.$$typeof === REACT_ELEMENT_TYPE\n );\n}\nfunction escape(key) {\n var escaperLookup = { \"=\": \"=0\", \":\": \"=2\" };\n return (\n \"$\" +\n key.replace(/[=:]/g, function (match) {\n return escaperLookup[match];\n })\n );\n}\nvar userProvidedKeyEscapeRegex = /\\/+/g;\nfunction getElementKey(element, index) {\n return \"object\" === typeof element && null !== element && null != element.key\n ? escape(\"\" + element.key)\n : index.toString(36);\n}\nfunction noop$1() {}\nfunction resolveThenable(thenable) {\n switch (thenable.status) {\n case \"fulfilled\":\n return thenable.value;\n case \"rejected\":\n throw thenable.reason;\n default:\n switch (\n (\"string\" === typeof thenable.status\n ? thenable.then(noop$1, noop$1)\n : ((thenable.status = \"pending\"),\n thenable.then(\n function (fulfilledValue) {\n \"pending\" === thenable.status &&\n ((thenable.status = \"fulfilled\"),\n (thenable.value = fulfilledValue));\n },\n function (error) {\n \"pending\" === thenable.status &&\n ((thenable.status = \"rejected\"), (thenable.reason = error));\n }\n )),\n thenable.status)\n ) {\n case \"fulfilled\":\n return thenable.value;\n case \"rejected\":\n throw thenable.reason;\n }\n }\n throw thenable;\n}\nfunction mapIntoArray(children, array, escapedPrefix, nameSoFar, callback) {\n var type = typeof children;\n if (\"undefined\" === type || \"boolean\" === type) children = null;\n var invokeCallback = !1;\n if (null === children) invokeCallback = !0;\n else\n switch (type) {\n case \"bigint\":\n case \"string\":\n case \"number\":\n invokeCallback = !0;\n break;\n case \"object\":\n switch (children.$$typeof) {\n case REACT_ELEMENT_TYPE:\n case REACT_PORTAL_TYPE:\n invokeCallback = !0;\n break;\n case REACT_LAZY_TYPE:\n return (\n (invokeCallback = children._init),\n mapIntoArray(\n invokeCallback(children._payload),\n array,\n escapedPrefix,\n nameSoFar,\n callback\n )\n );\n }\n }\n if (invokeCallback)\n return (\n (callback = callback(children)),\n (invokeCallback =\n \"\" === nameSoFar ? \".\" + getElementKey(children, 0) : nameSoFar),\n isArrayImpl(callback)\n ? ((escapedPrefix = \"\"),\n null != invokeCallback &&\n (escapedPrefix =\n invokeCallback.replace(userProvidedKeyEscapeRegex, \"$&/\") + \"/\"),\n mapIntoArray(callback, array, escapedPrefix, \"\", function (c) {\n return c;\n }))\n : null != callback &&\n (isValidElement(callback) &&\n (callback = cloneAndReplaceKey(\n callback,\n escapedPrefix +\n (null == callback.key ||\n (children && children.key === callback.key)\n ? \"\"\n : (\"\" + callback.key).replace(\n userProvidedKeyEscapeRegex,\n \"$&/\"\n ) + \"/\") +\n invokeCallback\n )),\n array.push(callback)),\n 1\n );\n invokeCallback = 0;\n var nextNamePrefix = \"\" === nameSoFar ? \".\" : nameSoFar + \":\";\n if (isArrayImpl(children))\n for (var i = 0; i < children.length; i++)\n (nameSoFar = children[i]),\n (type = nextNamePrefix + getElementKey(nameSoFar, i)),\n (invokeCallback += mapIntoArray(\n nameSoFar,\n array,\n escapedPrefix,\n type,\n callback\n ));\n else if (((i = getIteratorFn(children)), \"function\" === typeof i))\n for (\n children = i.call(children), i = 0;\n !(nameSoFar = children.next()).done;\n\n )\n (nameSoFar = nameSoFar.value),\n (type = nextNamePrefix + getElementKey(nameSoFar, i++)),\n (invokeCallback += mapIntoArray(\n nameSoFar,\n array,\n escapedPrefix,\n type,\n callback\n ));\n else if (\"object\" === type) {\n if (\"function\" === typeof children.then)\n return mapIntoArray(\n resolveThenable(children),\n array,\n escapedPrefix,\n nameSoFar,\n callback\n );\n array = String(children);\n throw Error(\n \"Objects are not valid as a React child (found: \" +\n (\"[object Object]\" === array\n ? \"object with keys {\" + Object.keys(children).join(\", \") + \"}\"\n : array) +\n \"). If you meant to render a collection of children, use an array instead.\"\n );\n }\n return invokeCallback;\n}\nfunction mapChildren(children, func, context) {\n if (null == children) return children;\n var result = [],\n count = 0;\n mapIntoArray(children, result, \"\", \"\", function (child) {\n return func.call(context, child, count++);\n });\n return result;\n}\nfunction lazyInitializer(payload) {\n if (-1 === payload._status) {\n var ctor = payload._result;\n ctor = ctor();\n ctor.then(\n function (moduleObject) {\n if (0 === payload._status || -1 === payload._status)\n (payload._status = 1), (payload._result = moduleObject);\n },\n function (error) {\n if (0 === payload._status || -1 === payload._status)\n (payload._status = 2), (payload._result = error);\n }\n );\n -1 === payload._status && ((payload._status = 0), (payload._result = ctor));\n }\n if (1 === payload._status) return payload._result.default;\n throw payload._result;\n}\nvar reportGlobalError =\n \"function\" === typeof reportError\n ? reportError\n : function (error) {\n if (\n \"object\" === typeof window &&\n \"function\" === typeof window.ErrorEvent\n ) {\n var event = new window.ErrorEvent(\"error\", {\n bubbles: !0,\n cancelable: !0,\n message:\n \"object\" === typeof error &&\n null !== error &&\n \"string\" === typeof error.message\n ? String(error.message)\n : String(error),\n error: error\n });\n if (!window.dispatchEvent(event)) return;\n } else if (\n \"object\" === typeof process &&\n \"function\" === typeof process.emit\n ) {\n process.emit(\"uncaughtException\", error);\n return;\n }\n console.error(error);\n };\nfunction noop() {}\nexports.Children = {\n map: mapChildren,\n forEach: function (children, forEachFunc, forEachContext) {\n mapChildren(\n children,\n function () {\n forEachFunc.apply(this, arguments);\n },\n forEachContext\n );\n },\n count: function (children) {\n var n = 0;\n mapChildren(children, function () {\n n++;\n });\n return n;\n },\n toArray: function (children) {\n return (\n mapChildren(children, function (child) {\n return child;\n }) || []\n );\n },\n only: function (children) {\n if (!isValidElement(children))\n throw Error(\n \"React.Children.only expected to receive a single React element child.\"\n );\n return children;\n }\n};\nexports.Component = Component;\nexports.Fragment = REACT_FRAGMENT_TYPE;\nexports.Profiler = REACT_PROFILER_TYPE;\nexports.PureComponent = PureComponent;\nexports.StrictMode = REACT_STRICT_MODE_TYPE;\nexports.Suspense = REACT_SUSPENSE_TYPE;\nexports.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE =\n ReactSharedInternals;\nexports.__COMPILER_RUNTIME = {\n __proto__: null,\n c: function (size) {\n return ReactSharedInternals.H.useMemoCache(size);\n }\n};\nexports.cache = function (fn) {\n return function () {\n return fn.apply(null, arguments);\n };\n};\nexports.cloneElement = function (element, config, children) {\n if (null === element || void 0 === element)\n throw Error(\n \"The argument must be a React element, but you passed \" + element + \".\"\n );\n var props = assign({}, element.props),\n key = element.key,\n owner = void 0;\n if (null != config)\n for (propName in (void 0 !== config.ref && (owner = void 0),\n void 0 !== config.key && (key = \"\" + config.key),\n config))\n !hasOwnProperty.call(config, propName) ||\n \"key\" === propName ||\n \"__self\" === propName ||\n \"__source\" === propName ||\n (\"ref\" === propName && void 0 === config.ref) ||\n (props[propName] = config[propName]);\n var propName = arguments.length - 2;\n if (1 === propName) props.children = children;\n else if (1 < propName) {\n for (var childArray = Array(propName), i = 0; i < propName; i++)\n childArray[i] = arguments[i + 2];\n props.children = childArray;\n }\n return ReactElement(element.type, key, void 0, void 0, owner, props);\n};\nexports.createContext = function (defaultValue) {\n defaultValue = {\n $$typeof: REACT_CONTEXT_TYPE,\n _currentValue: defaultValue,\n _currentValue2: defaultValue,\n _threadCount: 0,\n Provider: null,\n Consumer: null\n };\n defaultValue.Provider = defaultValue;\n defaultValue.Consumer = {\n $$typeof: REACT_CONSUMER_TYPE,\n _context: defaultValue\n };\n return defaultValue;\n};\nexports.createElement = function (type, config, children) {\n var propName,\n props = {},\n key = null;\n if (null != config)\n for (propName in (void 0 !== config.key && (key = \"\" + config.key), config))\n hasOwnProperty.call(config, propName) &&\n \"key\" !== propName &&\n \"__self\" !== propName &&\n \"__source\" !== propName &&\n (props[propName] = config[propName]);\n var childrenLength = arguments.length - 2;\n if (1 === childrenLength) props.children = children;\n else if (1 < childrenLength) {\n for (var childArray = Array(childrenLength), i = 0; i < childrenLength; i++)\n childArray[i] = arguments[i + 2];\n props.children = childArray;\n }\n if (type && type.defaultProps)\n for (propName in ((childrenLength = type.defaultProps), childrenLength))\n void 0 === props[propName] &&\n (props[propName] = childrenLength[propName]);\n return ReactElement(type, key, void 0, void 0, null, props);\n};\nexports.createRef = function () {\n return { current: null };\n};\nexports.forwardRef = function (render) {\n return { $$typeof: REACT_FORWARD_REF_TYPE, render: render };\n};\nexports.isValidElement = isValidElement;\nexports.lazy = function (ctor) {\n return {\n $$typeof: REACT_LAZY_TYPE,\n _payload: { _status: -1, _result: ctor },\n _init: lazyInitializer\n };\n};\nexports.memo = function (type, compare) {\n return {\n $$typeof: REACT_MEMO_TYPE,\n type: type,\n compare: void 0 === compare ? null : compare\n };\n};\nexports.startTransition = function (scope) {\n var prevTransition = ReactSharedInternals.T,\n currentTransition = {};\n ReactSharedInternals.T = currentTransition;\n try {\n var returnValue = scope(),\n onStartTransitionFinish = ReactSharedInternals.S;\n null !== onStartTransitionFinish &&\n onStartTransitionFinish(currentTransition, returnValue);\n \"object\" === typeof returnValue &&\n null !== returnValue &&\n \"function\" === typeof returnValue.then &&\n returnValue.then(noop, reportGlobalError);\n } catch (error) {\n reportGlobalError(error);\n } finally {\n ReactSharedInternals.T = prevTransition;\n }\n};\nexports.unstable_useCacheRefresh = function () {\n return ReactSharedInternals.H.useCacheRefresh();\n};\nexports.use = function (usable) {\n return ReactSharedInternals.H.use(usable);\n};\nexports.useActionState = function (action, initialState, permalink) {\n return ReactSharedInternals.H.useActionState(action, initialState, permalink);\n};\nexports.useCallback = function (callback, deps) {\n return ReactSharedInternals.H.useCallback(callback, deps);\n};\nexports.useContext = function (Context) {\n return ReactSharedInternals.H.useContext(Context);\n};\nexports.useDebugValue = function () {};\nexports.useDeferredValue = function (value, initialValue) {\n return ReactSharedInternals.H.useDeferredValue(value, initialValue);\n};\nexports.useEffect = function (create, createDeps, update) {\n var dispatcher = ReactSharedInternals.H;\n if (\"function\" === typeof update)\n throw Error(\n \"useEffect CRUD overload is not enabled in this build of React.\"\n );\n return dispatcher.useEffect(create, createDeps);\n};\nexports.useId = function () {\n return ReactSharedInternals.H.useId();\n};\nexports.useImperativeHandle = function (ref, create, deps) {\n return ReactSharedInternals.H.useImperativeHandle(ref, create, deps);\n};\nexports.useInsertionEffect = function (create, deps) {\n return ReactSharedInternals.H.useInsertionEffect(create, deps);\n};\nexports.useLayoutEffect = function (create, deps) {\n return ReactSharedInternals.H.useLayoutEffect(create, deps);\n};\nexports.useMemo = function (create, deps) {\n return ReactSharedInternals.H.useMemo(create, deps);\n};\nexports.useOptimistic = function (passthrough, reducer) {\n return ReactSharedInternals.H.useOptimistic(passthrough, reducer);\n};\nexports.useReducer = function (reducer, initialArg, init) {\n return ReactSharedInternals.H.useReducer(reducer, initialArg, init);\n};\nexports.useRef = function (initialValue) {\n return ReactSharedInternals.H.useRef(initialValue);\n};\nexports.useState = function (initialState) {\n return ReactSharedInternals.H.useState(initialState);\n};\nexports.useSyncExternalStore = function (\n subscribe,\n getSnapshot,\n getServerSnapshot\n) {\n return ReactSharedInternals.H.useSyncExternalStore(\n subscribe,\n getSnapshot,\n getServerSnapshot\n );\n};\nexports.useTransition = function () {\n return ReactSharedInternals.H.useTransition();\n};\nexports.version = \"19.1.0\";\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/react.production.js');\n} else {\n module.exports = require('./cjs/react.development.js');\n}\n"],"names":["reactModule","require$$0"],"mappings":"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","x_google_ignoreList":[0,1]}
@@ -1,62 +1,4 @@
1
- import { importShared } from './__federation_fn_import-CGvRdRVe.js';
2
-
3
- var jsxRuntime = {exports: {}};
4
-
5
- var reactJsxRuntime_production = {};
6
-
7
- /**
8
- * @license React
9
- * react-jsx-runtime.production.js
10
- *
11
- * Copyright (c) Meta Platforms, Inc. and affiliates.
12
- *
13
- * This source code is licensed under the MIT license found in the
14
- * LICENSE file in the root directory of this source tree.
15
- */
16
-
17
- var hasRequiredReactJsxRuntime_production;
18
-
19
- function requireReactJsxRuntime_production () {
20
- if (hasRequiredReactJsxRuntime_production) return reactJsxRuntime_production;
21
- hasRequiredReactJsxRuntime_production = 1;
22
- var REACT_ELEMENT_TYPE = Symbol.for("react.transitional.element"),
23
- REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
24
- function jsxProd(type, config, maybeKey) {
25
- var key = null;
26
- void 0 !== maybeKey && (key = "" + maybeKey);
27
- void 0 !== config.key && (key = "" + config.key);
28
- if ("key" in config) {
29
- maybeKey = {};
30
- for (var propName in config)
31
- "key" !== propName && (maybeKey[propName] = config[propName]);
32
- } else maybeKey = config;
33
- config = maybeKey.ref;
34
- return {
35
- $$typeof: REACT_ELEMENT_TYPE,
36
- type: type,
37
- key: key,
38
- ref: void 0 !== config ? config : null,
39
- props: maybeKey
40
- };
41
- }
42
- reactJsxRuntime_production.Fragment = REACT_FRAGMENT_TYPE;
43
- reactJsxRuntime_production.jsx = jsxProd;
44
- reactJsxRuntime_production.jsxs = jsxProd;
45
- return reactJsxRuntime_production;
46
- }
47
-
48
- var hasRequiredJsxRuntime;
49
-
50
- function requireJsxRuntime () {
51
- if (hasRequiredJsxRuntime) return jsxRuntime.exports;
52
- hasRequiredJsxRuntime = 1;
53
- {
54
- jsxRuntime.exports = requireReactJsxRuntime_production();
55
- }
56
- return jsxRuntime.exports;
57
- }
58
-
59
- var jsxRuntimeExports = requireJsxRuntime();
1
+ import { importShared } from './__federation_fn_import-DReOsou_.js';
60
2
 
61
3
  const React = await importShared('react');
62
4
 
@@ -2623,5 +2565,5 @@ function useForm(props = {}) {
2623
2565
  return _formControl.current;
2624
2566
  }
2625
2567
 
2626
- export { useForm as a, useController as b, appendErrors as c, useFieldArray as d, useWatch as e, get as g, jsxRuntimeExports as j, set as s, useFormState as u };
2627
- //# sourceMappingURL=index.esm-DYWXRkn-.js.map
2568
+ export { useForm as a, useController as b, useFieldArray as c, useWatch as d, appendErrors as e, get as g, set as s, useFormState as u };
2569
+ //# sourceMappingURL=index.esm-UnRzlLlr.js.map