vona-cli-set-api 1.1.97 → 1.1.100

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 (371) hide show
  1. package/LICENSE +0 -0
  2. package/README.md +0 -0
  3. package/cli/templates/create/module/boilerplate/_package.json +0 -0
  4. package/cli/templates/create/module/boilerplate/src/index.ts_ +0 -0
  5. package/cli/templates/create/suite/modules/.gitkeep +0 -0
  6. package/package.json +18 -15
  7. package/cli/templates/create/project/cabloy-basic/boilerplate/.editorconfig +0 -9
  8. package/cli/templates/create/project/cabloy-basic/boilerplate/.gitattributes +0 -2
  9. package/cli/templates/create/project/cabloy-basic/boilerplate/.vscode/extensions.json +0 -4
  10. package/cli/templates/create/project/cabloy-basic/boilerplate/.vscode/settings.json +0 -51
  11. package/cli/templates/create/project/cabloy-basic/boilerplate/.vscode/vona.code-snippets +0 -360
  12. package/cli/templates/create/project/cabloy-basic/boilerplate/_.gitignore +0 -68
  13. package/cli/templates/create/project/cabloy-basic/boilerplate/__CABLOY_BASIC___ +0 -0
  14. package/cli/templates/create/project/cabloy-basic/boilerplate/__VONA___ +0 -1
  15. package/cli/templates/create/project/cabloy-basic/boilerplate/docker-compose/config/nginx/conf.d/nginx.conf +0 -28
  16. package/cli/templates/create/project/cabloy-basic/boilerplate/docker-compose/data/mysql/.gitkeep +0 -0
  17. package/cli/templates/create/project/cabloy-basic/boilerplate/docker-compose/data/redis/.gitkeep +0 -0
  18. package/cli/templates/create/project/cabloy-basic/boilerplate/docker-compose/logs/nginx/.gitkeep +0 -0
  19. package/cli/templates/create/project/cabloy-basic/boilerplate/docker-compose/output/app/vona/.gitkeep +0 -0
  20. package/cli/templates/create/project/cabloy-basic/boilerplate/docker-compose-dockerfile-app +0 -12
  21. package/cli/templates/create/project/cabloy-basic/boilerplate/docker-compose.yml +0 -89
  22. package/cli/templates/create/project/cabloy-basic/boilerplate/env/.env +0 -90
  23. package/cli/templates/create/project/cabloy-basic/boilerplate/env/.env.dev +0 -3
  24. package/cli/templates/create/project/cabloy-basic/boilerplate/env/.env.dev.play +0 -7
  25. package/cli/templates/create/project/cabloy-basic/boilerplate/env/.env.prod +0 -29
  26. package/cli/templates/create/project/cabloy-basic/boilerplate/env/.env.prod.ci +0 -26
  27. package/cli/templates/create/project/cabloy-basic/boilerplate/env/.env.prod.docker +0 -31
  28. package/cli/templates/create/project/cabloy-basic/boilerplate/env/.env.test +0 -3
  29. package/cli/templates/create/project/cabloy-basic/boilerplate/oxfmt.config.ts +0 -22
  30. package/cli/templates/create/project/cabloy-basic/boilerplate/oxlint.config.ts +0 -55
  31. package/cli/templates/create/project/cabloy-basic/boilerplate/package.original.json +0 -55
  32. package/cli/templates/create/project/cabloy-basic/boilerplate/pnpm-workspace.yaml +0 -40
  33. package/cli/templates/create/project/cabloy-basic/boilerplate/scripts/app-init.sh +0 -5
  34. package/cli/templates/create/project/cabloy-basic/boilerplate/scripts/wait-for-it.sh +0 -156
  35. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/cli.ts +0 -8
  36. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/config/config.dev.play.ts +0 -36
  37. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/config/config.dev.ts +0 -42
  38. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/config/config.prod.ts +0 -36
  39. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/config/config.test.ts +0 -47
  40. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/config/config.ts +0 -210
  41. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/locale/en-us.ts +0 -8
  42. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/locale/zh-cn.ts +0 -8
  43. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/config/locales.ts +0 -29
  44. package/cli/templates/create/project/cabloy-basic/boilerplate/src/backend/typing/env.d.ts +0 -5
  45. package/cli/templates/create/project/cabloy-basic/boilerplate/src/module/.gitkeep +0 -0
  46. package/cli/templates/create/project/cabloy-basic/boilerplate/src/module-vendor/.gitkeep +0 -0
  47. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/.gitkeep +0 -0
  48. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/package.json +0 -52
  49. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/.metadata/index.ts +0 -155
  50. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/.metadata/this.ts +0 -2
  51. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/controller/menu.ts +0 -20
  52. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/controller/permission.ts +0 -21
  53. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/index.ts +0 -1
  54. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/main.ts +0 -20
  55. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/service/menu.ts +0 -21
  56. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/src/service/permission.ts +0 -11
  57. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/tsconfig.build.json +0 -11
  58. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-base/tsconfig.json +0 -7
  59. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/assets/static/img/vona.png +0 -0
  60. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/package.json +0 -52
  61. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/.metadata/index.ts +0 -105
  62. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/.metadata/locales.ts +0 -18
  63. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/.metadata/this.ts +0 -2
  64. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/bean/meta.printTip.ts +0 -14
  65. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/config/locale/en-us.ts +0 -4
  66. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/config/locale/zh-cn.ts +0 -4
  67. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/controller/home.ts +0 -20
  68. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/src/index.ts +0 -2
  69. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/test/home.test.ts +0 -15
  70. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/tsconfig.build.json +0 -11
  71. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-index/tsconfig.json +0 -7
  72. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/package.json +0 -53
  73. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/.metadata/index.ts +0 -619
  74. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/.metadata/locales.ts +0 -18
  75. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/.metadata/this.ts +0 -2
  76. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.activate.ts +0 -28
  77. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.emailConfirmCallback.ts +0 -32
  78. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.passwordResetCallback.ts +0 -30
  79. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.register.ts +0 -27
  80. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/meta.index.ts +0 -14
  81. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/meta.version.ts +0 -71
  82. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/zodRefine.emailUnique.ts +0 -32
  83. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/zodRefine.passwordConfirm.ts +0 -35
  84. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/bean/zodRefine.usernameUnique.ts +0 -32
  85. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/config/config.ts +0 -11
  86. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/config/locale/en-us.ts +0 -18
  87. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/config/locale/zh-cn.ts +0 -18
  88. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/controller/passport.ts +0 -144
  89. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/dto/login.ts +0 -24
  90. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/dto/passport.ts +0 -22
  91. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/dto/passportJwt.ts +0 -18
  92. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/dto/register.ts +0 -28
  93. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/entity/role.ts +0 -15
  94. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/entity/roleUser.ts +0 -16
  95. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/entity/user.ts +0 -35
  96. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/index.ts +0 -3
  97. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/model/role.ts +0 -10
  98. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/model/roleUser.ts +0 -10
  99. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/model/user.ts +0 -26
  100. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/service/passportAdapter.ts +0 -34
  101. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/service/roleAdapter.ts +0 -29
  102. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/service/userAdapter.ts +0 -46
  103. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/types/auth.ts +0 -5
  104. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/types/index.ts +0 -5
  105. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/types/jwt.ts +0 -8
  106. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/types/passport.ts +0 -5
  107. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/types/role.ts +0 -5
  108. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/src/types/user.ts +0 -5
  109. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/tsconfig.build.json +0 -11
  110. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/modules/home-user/tsconfig.json +0 -7
  111. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/package.json +0 -18
  112. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/tsconfig.base.json +0 -4
  113. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/a-home/tsconfig.json +0 -16
  114. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-api-BqNqY2GN.js +0 -1
  115. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-app-D7EP8U-3.js +0 -1
  116. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-bean-CUO4gVIm.js +0 -1
  117. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-behavior-BAP2Ff4w.js +0 -1
  118. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-behaviors-CkK01keI.js +0 -1
  119. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-boundary-BoCvn9dH.js +0 -1
  120. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-command-RwirCrc8.js +0 -1
  121. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-fetch-B1Po-5Co.js +0 -1
  122. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-form-B9pT_aEp.js +0 -1
  123. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-icon-EEVl8aoi.js +0 -1
  124. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-interceptor-06a7Nl5q.js +0 -1
  125. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-logger-Bj9zsUzc.js +0 -1
  126. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-meta-C3IXQKfQ.js +0 -1
  127. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-model-BmCSLXQU.js +0 -1
  128. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-openapi-B9APBFN4.js +0 -1
  129. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-router-C7QHN86t.js +0 -1
  130. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-routerstack-DxBmHbVZ.js +0 -1
  131. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-routertabs-9sSx4dt9.js +0 -1
  132. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-ssr-Dxm9T35E.js +0 -1
  133. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-ssrhmr-B2cvF-nD.js +0 -1
  134. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-style-Bht4iQ_d.js +0 -1
  135. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-table-BBksZBe1.js +0 -1
  136. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-zod-BWqOglw0.js +0 -1
  137. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/a-zova-CLVn3kWM.js +0 -1
  138. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/auth-Bjup4K84.svg +0 -8
  139. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/axios-DyuziMXs.js +0 -1
  140. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-adapter-DS840NRF.js +0 -1
  141. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-captcha-BNweQgyJ.js +0 -1
  142. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-commands-C0VoFwfq.js +0 -1
  143. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-commandssync-ojYOahN8.js +0 -1
  144. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-currency-B53xuwSH.js +0 -1
  145. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-date-DmB2H1Wl.js +0 -1
  146. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-form-CTT8W72D.js +0 -1
  147. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-input-CujxC8t2.js +0 -1
  148. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-page-DUPLsQtX.js +0 -1
  149. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-pageentry-CURMfZZV.js +0 -1
  150. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-select-48uSP1-o.js +0 -1
  151. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-table-vjdwIkpu.js +0 -1
  152. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/basic-text-D0lSueNu.js +0 -1
  153. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/browser-BGhVutxz.js +0 -1
  154. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/business-DQeTVrBD.svg +0 -12
  155. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/daisy-BZm4lJOy.svg +0 -4
  156. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/default-DxTAw1iv.svg +0 -118
  157. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/demo-student-Cb-fUR36.js +0 -1
  158. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/devui-adapter-BT7_PUBh.js +0 -1
  159. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/dist.es2015-BmIAFcrV.js +0 -1
  160. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/editor-CmZexDJp.svg +0 -32
  161. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/emoji-CLaR2GZg.svg +0 -3
  162. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/esm-C5llv4f3.js +0 -1
  163. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/extends-DY_KS8Q4.js +0 -1
  164. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/fecha-Dt-wbMrP.js +0 -1
  165. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/flow-DCn4s91p.svg +0 -13
  166. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-api-CwYBZ2Yj.js +0 -1
  167. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-base-BvY2RqA9.js +0 -1
  168. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-icon-BbtfW8qU.js +0 -1
  169. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-index-Dq4LNszg.js +0 -1
  170. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-layoutempty-C3MCtlEr.js +0 -1
  171. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-layouttabs-DWEz1yYL.js +0 -1
  172. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-login-DwGRB1YX.js +0 -1
  173. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-passport-DPYau1K1.js +0 -1
  174. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/home-theme-nhgndR7j.js +0 -1
  175. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/index-CWywDwZx.css +0 -2
  176. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/index-DT1-EycQ.js +0 -2
  177. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/localforage-BWp9fnSw.js +0 -1
  178. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/login-Qly1YUqs.svg +0 -7
  179. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/openapi3-FT2pEsVX.js +0 -1
  180. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/outline-C6s9io8r.svg +0 -41
  181. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/rest-resource-C6GQiEpn.js +0 -1
  182. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/role-fXTNmWmb.svg +0 -10
  183. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/rolldown-runtime-CHbrDDT0.js +0 -1
  184. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/social-DosI14Uo.svg +0 -12
  185. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/src-BjsHwghP.js +0 -1
  186. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/src-CIw4njQ0.js +0 -1
  187. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/src-D9laPyFH.js +0 -1
  188. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/src-i44gADN5.js +0 -1
  189. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/tanstack-form-CXtAdtI3.js +0 -1
  190. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/tanstack-query-CvGZOEQ7.js +0 -1
  191. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/tanstack-query-DOmL-fBO.js +0 -1
  192. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/tanstack-query-ReR706Mh.js +0 -1
  193. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/tanstack-table-Cc9nzOiG.js +0 -1
  194. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/tanstack-table-Ck6NfDtc.js +0 -1
  195. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/tools-Wk7SnIwE.svg +0 -4
  196. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/typestyle-CGqKSHBa.js +0 -1
  197. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/vue-B9pRh0Vf.js +0 -1
  198. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/vue-De0oSCem.js +0 -1
  199. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/vue-Dl-yK_yx.js +0 -1
  200. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/vue-Ds00Ozkv.js +0 -1
  201. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/vue-hlNowAAI.js +0 -1
  202. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/vue-router-CVjseDu5.js +0 -1
  203. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/wrapAsyncGenerator-yXk7XHT3.js +0 -1
  204. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-BPLu5wVn2.js +0 -1
  205. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-C85f6rBG.js +0 -1
  206. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-Cb9EgvUI.js +0 -1
  207. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-CybCK-Pu.js +0 -1
  208. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-D5ZWWzCV.js +0 -1
  209. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-DrRXpYkJ.js +0 -1
  210. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-Rh1G4Wtd.js +0 -1
  211. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-bwa4oaWV.js +0 -1
  212. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/assets/zova-sdmNUH4m.js +0 -1
  213. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/client/favicon.ico +0 -0
  214. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/handler.js +0 -571
  215. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/index.js +0 -370
  216. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/assets/site/ssr-cabloyBasicAdmin-5.0.0/quasar.manifest.json +0 -1
  217. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/package.json +0 -55
  218. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/.metadata/index.ts +0 -113
  219. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/.metadata/locales.ts +0 -18
  220. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/.metadata/this.ts +0 -2
  221. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/bean/ssrMenu.home.ts +0 -22
  222. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/bean/ssrMenuGroup.management.ts +0 -21
  223. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/bean/ssrSite.admin.ts +0 -26
  224. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/config/locale/en-us.ts +0 -4
  225. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/config/locale/zh-cn.ts +0 -4
  226. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/src/index.ts +0 -2
  227. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/tsconfig.build.json +0 -11
  228. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/tsconfig.json +0 -7
  229. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/zovaRest/cabloy-basic-admin/index.d.mts +0 -8007
  230. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/zovaRest/cabloy-basic-admin/index.mjs +0 -232
  231. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/modules/basic-siteadmin/zovaRest/cabloy-basic-admin/package.json +0 -40
  232. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/package.json +0 -17
  233. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/tsconfig.base.json +0 -4
  234. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite/cabloy-basic/tsconfig.json +0 -10
  235. package/cli/templates/create/project/cabloy-basic/boilerplate/src/suite-vendor/.gitkeep +0 -0
  236. package/cli/templates/create/project/cabloy-basic/boilerplate/tsconfig.base.esm.json +0 -11
  237. package/cli/templates/create/project/cabloy-basic/boilerplate/tsconfig.base.json +0 -3
  238. package/cli/templates/create/project/cabloy-basic/boilerplate/tsconfig.json +0 -18
  239. package/cli/templates/create/project/cabloy-start/boilerplate/.editorconfig +0 -9
  240. package/cli/templates/create/project/cabloy-start/boilerplate/.gitattributes +0 -2
  241. package/cli/templates/create/project/cabloy-start/boilerplate/.vscode/extensions.json +0 -4
  242. package/cli/templates/create/project/cabloy-start/boilerplate/.vscode/settings.json +0 -51
  243. package/cli/templates/create/project/cabloy-start/boilerplate/.vscode/vona.code-snippets +0 -360
  244. package/cli/templates/create/project/cabloy-start/boilerplate/_.gitignore +0 -68
  245. package/cli/templates/create/project/cabloy-start/boilerplate/__CABLOY_START___ +0 -0
  246. package/cli/templates/create/project/cabloy-start/boilerplate/__VONA___ +0 -1
  247. package/cli/templates/create/project/cabloy-start/boilerplate/docker-compose/config/nginx/conf.d/nginx.conf +0 -28
  248. package/cli/templates/create/project/cabloy-start/boilerplate/docker-compose/data/mysql/.gitkeep +0 -0
  249. package/cli/templates/create/project/cabloy-start/boilerplate/docker-compose/data/redis/.gitkeep +0 -0
  250. package/cli/templates/create/project/cabloy-start/boilerplate/docker-compose/logs/nginx/.gitkeep +0 -0
  251. package/cli/templates/create/project/cabloy-start/boilerplate/docker-compose/output/app/vona/.gitkeep +0 -0
  252. package/cli/templates/create/project/cabloy-start/boilerplate/docker-compose-dockerfile-app +0 -12
  253. package/cli/templates/create/project/cabloy-start/boilerplate/docker-compose.yml +0 -89
  254. package/cli/templates/create/project/cabloy-start/boilerplate/env/.env +0 -90
  255. package/cli/templates/create/project/cabloy-start/boilerplate/env/.env.dev +0 -3
  256. package/cli/templates/create/project/cabloy-start/boilerplate/env/.env.dev.play +0 -7
  257. package/cli/templates/create/project/cabloy-start/boilerplate/env/.env.prod +0 -29
  258. package/cli/templates/create/project/cabloy-start/boilerplate/env/.env.prod.ci +0 -26
  259. package/cli/templates/create/project/cabloy-start/boilerplate/env/.env.prod.docker +0 -31
  260. package/cli/templates/create/project/cabloy-start/boilerplate/env/.env.test +0 -3
  261. package/cli/templates/create/project/cabloy-start/boilerplate/oxfmt.config.ts +0 -22
  262. package/cli/templates/create/project/cabloy-start/boilerplate/oxlint.config.ts +0 -55
  263. package/cli/templates/create/project/cabloy-start/boilerplate/package.original.json +0 -55
  264. package/cli/templates/create/project/cabloy-start/boilerplate/pnpm-workspace.yaml +0 -40
  265. package/cli/templates/create/project/cabloy-start/boilerplate/scripts/app-init.sh +0 -5
  266. package/cli/templates/create/project/cabloy-start/boilerplate/scripts/wait-for-it.sh +0 -156
  267. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/cli.ts +0 -8
  268. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/config/config.dev.play.ts +0 -36
  269. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/config/config.dev.ts +0 -42
  270. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/config/config.prod.ts +0 -36
  271. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/config/config.test.ts +0 -47
  272. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/config/config.ts +0 -210
  273. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/locale/en-us.ts +0 -8
  274. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/locale/zh-cn.ts +0 -8
  275. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/config/locales.ts +0 -29
  276. package/cli/templates/create/project/cabloy-start/boilerplate/src/backend/typing/env.d.ts +0 -5
  277. package/cli/templates/create/project/cabloy-start/boilerplate/src/module/.gitkeep +0 -0
  278. package/cli/templates/create/project/cabloy-start/boilerplate/src/module-vendor/.gitkeep +0 -0
  279. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/.gitkeep +0 -0
  280. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/package.json +0 -52
  281. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/.metadata/index.ts +0 -155
  282. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/.metadata/this.ts +0 -2
  283. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/controller/menu.ts +0 -20
  284. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/controller/permission.ts +0 -21
  285. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/index.ts +0 -1
  286. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/main.ts +0 -20
  287. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/service/menu.ts +0 -21
  288. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/src/service/permission.ts +0 -11
  289. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/tsconfig.build.json +0 -11
  290. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-base/tsconfig.json +0 -7
  291. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/assets/static/img/vona.png +0 -0
  292. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/package.json +0 -52
  293. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/.metadata/index.ts +0 -105
  294. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/.metadata/locales.ts +0 -18
  295. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/.metadata/this.ts +0 -2
  296. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/bean/meta.printTip.ts +0 -14
  297. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/config/locale/en-us.ts +0 -4
  298. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/config/locale/zh-cn.ts +0 -4
  299. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/controller/home.ts +0 -20
  300. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/src/index.ts +0 -2
  301. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/test/home.test.ts +0 -15
  302. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/tsconfig.build.json +0 -11
  303. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-index/tsconfig.json +0 -7
  304. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/package.json +0 -53
  305. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/.metadata/index.ts +0 -619
  306. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/.metadata/locales.ts +0 -18
  307. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/.metadata/this.ts +0 -2
  308. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.activate.ts +0 -28
  309. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.emailConfirmCallback.ts +0 -32
  310. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.passwordResetCallback.ts +0 -30
  311. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/eventListener.register.ts +0 -27
  312. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/meta.index.ts +0 -14
  313. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/meta.version.ts +0 -71
  314. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/zodRefine.emailUnique.ts +0 -32
  315. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/zodRefine.passwordConfirm.ts +0 -35
  316. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/bean/zodRefine.usernameUnique.ts +0 -32
  317. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/config/config.ts +0 -11
  318. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/config/locale/en-us.ts +0 -18
  319. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/config/locale/zh-cn.ts +0 -18
  320. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/controller/passport.ts +0 -144
  321. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/dto/login.ts +0 -24
  322. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/dto/passport.ts +0 -22
  323. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/dto/passportJwt.ts +0 -18
  324. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/dto/register.ts +0 -28
  325. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/entity/role.ts +0 -15
  326. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/entity/roleUser.ts +0 -16
  327. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/entity/user.ts +0 -35
  328. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/index.ts +0 -3
  329. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/model/role.ts +0 -10
  330. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/model/roleUser.ts +0 -10
  331. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/model/user.ts +0 -26
  332. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/service/passportAdapter.ts +0 -34
  333. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/service/roleAdapter.ts +0 -29
  334. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/service/userAdapter.ts +0 -46
  335. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/types/auth.ts +0 -5
  336. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/types/index.ts +0 -5
  337. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/types/jwt.ts +0 -8
  338. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/types/passport.ts +0 -5
  339. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/types/role.ts +0 -5
  340. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/src/types/user.ts +0 -5
  341. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/tsconfig.build.json +0 -11
  342. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/modules/home-user/tsconfig.json +0 -7
  343. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/package.json +0 -18
  344. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/tsconfig.base.json +0 -4
  345. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/a-home/tsconfig.json +0 -16
  346. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/package.json +0 -54
  347. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/.metadata/index.ts +0 -113
  348. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/.metadata/locales.ts +0 -18
  349. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/.metadata/this.ts +0 -2
  350. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/bean/ssrMenu.home.ts +0 -22
  351. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/bean/ssrMenuGroup.management.ts +0 -21
  352. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/bean/ssrSite.admin.ts +0 -26
  353. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/config/locale/en-us.ts +0 -4
  354. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/config/locale/zh-cn.ts +0 -4
  355. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/src/index.ts +0 -2
  356. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/tsconfig.build.json +0 -11
  357. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteadmin/tsconfig.json +0 -7
  358. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteweb/package.json +0 -54
  359. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteweb/src/.metadata/index.ts +0 -55
  360. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteweb/src/.metadata/this.ts +0 -2
  361. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteweb/src/bean/ssrSite.web.ts +0 -26
  362. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteweb/src/index.ts +0 -1
  363. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteweb/tsconfig.build.json +0 -11
  364. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/modules/start-siteweb/tsconfig.json +0 -7
  365. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/package.json +0 -17
  366. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/tsconfig.base.json +0 -4
  367. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite/cabloy-start/tsconfig.json +0 -13
  368. package/cli/templates/create/project/cabloy-start/boilerplate/src/suite-vendor/.gitkeep +0 -0
  369. package/cli/templates/create/project/cabloy-start/boilerplate/tsconfig.base.esm.json +0 -11
  370. package/cli/templates/create/project/cabloy-start/boilerplate/tsconfig.base.json +0 -3
  371. package/cli/templates/create/project/cabloy-start/boilerplate/tsconfig.json +0 -18
@@ -1 +0,0 @@
1
- import{i as e,t as n}from"./rolldown-runtime-CHbrDDT0.js";var t=n((n,t)=>{!function(e){if("object"==typeof n&&void 0!==t)t.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).localforage=e()}}(function(){return function n(t,r,o){function i(u,c){if(!r[u]){if(!t[u]){var f="function"==typeof e&&e;if(!c&&f)return f(u,!0);if(a)return a(u,!0);var s=new Error("Cannot find module '"+u+"'");throw s.code="MODULE_NOT_FOUND",s}var l=r[u]={exports:{}};t[u][0].call(l.exports,function(e){var n=t[u][1][e];return i(n||e)},l,l.exports,n,t,r,o)}return r[u].exports}for(var a="function"==typeof e&&e,u=0;u<o.length;u++)i(o[u]);return i}({1:[function(e,n,t){(function(e){var t,r,o=e.MutationObserver||e.WebKitMutationObserver;if(o){var i=0,a=new o(s),u=e.document.createTextNode("");a.observe(u,{characterData:!0}),t=function(){u.data=i=++i%2}}else if(e.setImmediate||void 0===e.MessageChannel)t="document"in e&&"onreadystatechange"in e.document.createElement("script")?function(){var n=e.document.createElement("script");n.onreadystatechange=function(){s(),n.onreadystatechange=null,n.parentNode.removeChild(n),n=null},e.document.documentElement.appendChild(n)}:function(){setTimeout(s,0)};else{var c=new e.MessageChannel;c.port1.onmessage=s,t=function(){c.port2.postMessage(0)}}var f=[];function s(){var e,n;r=!0;for(var t=f.length;t;){for(n=f,f=[],e=-1;++e<t;)n[e]();t=f.length}r=!1}n.exports=function(e){1!==f.push(e)||r||t()}}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{}],2:[function(e,n,t){var r=e(1);function o(){}var i={},a=["REJECTED"],u=["FULFILLED"],c=["PENDING"];function f(e){if("function"!=typeof e)throw new TypeError("resolver must be a function");this.state=c,this.queue=[],this.outcome=void 0,e!==o&&v(this,e)}function s(e,n,t){this.promise=e,"function"==typeof n&&(this.onFulfilled=n,this.callFulfilled=this.otherCallFulfilled),"function"==typeof t&&(this.onRejected=t,this.callRejected=this.otherCallRejected)}function l(e,n,t){r(function(){var r;try{r=n(t)}catch(o){return i.reject(e,o)}r===e?i.reject(e,new TypeError("Cannot resolve promise with itself")):i.resolve(e,r)})}function d(e){var n=e&&e.then;if(e&&("object"==typeof e||"function"==typeof e)&&"function"==typeof n)return function(){n.apply(e,arguments)}}function v(e,n){var t=!1;function r(n){t||(t=!0,i.reject(e,n))}function o(n){t||(t=!0,i.resolve(e,n))}var a=h(function(){n(o,r)});"error"===a.status&&r(a.value)}function h(e,n){var t={};try{t.value=e(n),t.status="success"}catch(r){t.status="error",t.value=r}return t}n.exports=f,f.prototype.catch=function(e){return this.then(null,e)},f.prototype.then=function(e,n){if("function"!=typeof e&&this.state===u||"function"!=typeof n&&this.state===a)return this;var t=new this.constructor(o);return this.state!==c?l(t,this.state===u?e:n,this.outcome):this.queue.push(new s(t,e,n)),t},s.prototype.callFulfilled=function(e){i.resolve(this.promise,e)},s.prototype.otherCallFulfilled=function(e){l(this.promise,this.onFulfilled,e)},s.prototype.callRejected=function(e){i.reject(this.promise,e)},s.prototype.otherCallRejected=function(e){l(this.promise,this.onRejected,e)},i.resolve=function(e,n){var t=h(d,n);if("error"===t.status)return i.reject(e,t.value);var r=t.value;if(r)v(e,r);else{e.state=u,e.outcome=n;for(var o=-1,a=e.queue.length;++o<a;)e.queue[o].callFulfilled(n)}return e},i.reject=function(e,n){e.state=a,e.outcome=n;for(var t=-1,r=e.queue.length;++t<r;)e.queue[t].callRejected(n);return e},f.resolve=function(e){return e instanceof this?e:i.resolve(new this(o),e)},f.reject=function(e){var n=new this(o);return i.reject(n,e)},f.all=function(e){var n=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var t=e.length,r=!1;if(!t)return this.resolve([]);var a=new Array(t),u=0,c=-1,f=new this(o);for(;++c<t;)s(e[c],c);return f;function s(e,o){n.resolve(e).then(function(e){a[o]=e,++u!==t||r||(r=!0,i.resolve(f,a))},function(e){r||(r=!0,i.reject(f,e))})}},f.race=function(e){var n=this;if("[object Array]"!==Object.prototype.toString.call(e))return this.reject(new TypeError("must be an array"));var t=e.length,r=!1;if(!t)return this.resolve([]);var a=-1,u=new this(o);for(;++a<t;)c(e[a]);return u;function c(e){n.resolve(e).then(function(e){r||(r=!0,i.resolve(u,e))},function(e){r||(r=!0,i.reject(u,e))})}}},{1:1}],3:[function(e,n,t){(function(n){"function"!=typeof n.Promise&&(n.Promise=e(2))}).call(this,"undefined"!=typeof global?global:"undefined"!=typeof self?self:"undefined"!=typeof window?window:{})},{2:2}],4:[function(e,n,t){var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};var o=function(){try{if("undefined"!=typeof indexedDB)return indexedDB;if("undefined"!=typeof webkitIndexedDB)return webkitIndexedDB;if("undefined"!=typeof mozIndexedDB)return mozIndexedDB;if("undefined"!=typeof OIndexedDB)return OIndexedDB;if("undefined"!=typeof msIndexedDB)return msIndexedDB}catch(e){return}}();function i(e,n){e=e||[],n=n||{};try{return new Blob(e,n)}catch(o){if("TypeError"!==o.name)throw o;for(var t=new("undefined"!=typeof BlobBuilder?BlobBuilder:"undefined"!=typeof MSBlobBuilder?MSBlobBuilder:"undefined"!=typeof MozBlobBuilder?MozBlobBuilder:WebKitBlobBuilder),r=0;r<e.length;r+=1)t.append(e[r]);return t.getBlob(n.type)}}"undefined"==typeof Promise&&e(3);var a=Promise;function u(e,n){n&&e.then(function(e){n(null,e)},function(e){n(e)})}function c(e,n,t){"function"==typeof n&&e.then(n),"function"==typeof t&&e.catch(t)}function f(e){return"string"!=typeof e&&(console.warn(e+" used as a key, but it is not a string."),e=String(e)),e}function s(){if(arguments.length&&"function"==typeof arguments[arguments.length-1])return arguments[arguments.length-1]}var l="local-forage-detect-blob-support",d=void 0,v={},h=Object.prototype.toString,y="readonly",p="readwrite";function b(e){for(var n=e.length,t=new ArrayBuffer(n),r=new Uint8Array(t),o=0;o<n;o++)r[o]=e.charCodeAt(o);return t}function m(e){return"boolean"==typeof d?a.resolve(d):function(e){return new a(function(n){var t=e.transaction(l,p),r=i([""]);t.objectStore(l).put(r,"key"),t.onabort=function(e){e.preventDefault(),e.stopPropagation(),n(!1)},t.oncomplete=function(){var e=navigator.userAgent.match(/Chrome\/(\d+)/);n(navigator.userAgent.match(/Edge\//)||!e||parseInt(e[1],10)>=43)}}).catch(function(){return!1})}(e).then(function(e){return d=e})}function g(e){var n=v[e.name],t={};t.promise=new a(function(e,n){t.resolve=e,t.reject=n}),n.deferredOperations.push(t),n.dbReady?n.dbReady=n.dbReady.then(function(){return t.promise}):n.dbReady=t.promise}function _(e){var n=v[e.name].deferredOperations.pop();if(n)return n.resolve(),n.promise}function w(e,n){var t=v[e.name].deferredOperations.pop();if(t)return t.reject(n),t.promise}function I(e,n){return new a(function(t,r){if(v[e.name]=v[e.name]||{forages:[],db:null,dbReady:null,deferredOperations:[]},e.db){if(!n)return t(e.db);g(e),e.db.close()}var i=[e.name];n&&i.push(e.version);var a=o.open.apply(o,i);n&&(a.onupgradeneeded=function(n){var t=a.result;try{t.createObjectStore(e.storeName),n.oldVersion<=1&&t.createObjectStore(l)}catch(r){if("ConstraintError"!==r.name)throw r;console.warn('The database "'+e.name+'" has been upgraded from version '+n.oldVersion+" to version "+n.newVersion+', but the storage "'+e.storeName+'" already exists.')}}),a.onerror=function(e){e.preventDefault(),r(a.error)},a.onsuccess=function(){var n=a.result;n.onversionchange=function(e){e.target.close()},t(n),_(e)}})}function S(e){return I(e,!1)}function E(e){return I(e,!0)}function N(e,n){if(!e.db)return!0;var t=!e.db.objectStoreNames.contains(e.storeName),r=e.version<e.db.version,o=e.version>e.db.version;if(r&&(e.version!==n&&console.warn('The database "'+e.name+"\" can't be downgraded from version "+e.db.version+" to version "+e.version+"."),e.version=e.db.version),o||t){if(t){var i=e.db.version+1;i>e.version&&(e.version=i)}return!0}return!1}function j(e){return i([b(atob(e.data))],{type:e.type})}function R(e){return e&&e.__local_forage_encoded_blob}function A(e){var n=this,t=n._initReady().then(function(){var e=v[n._dbInfo.name];if(e&&e.dbReady)return e.dbReady});return c(t,e,e),t}function O(e,n,t,r){void 0===r&&(r=1);try{t(null,e.db.transaction(e.storeName,n))}catch(o){if(r>0&&(!e.db||"InvalidStateError"===o.name||"NotFoundError"===o.name))return a.resolve().then(function(){if(!e.db||"NotFoundError"===o.name&&!e.db.objectStoreNames.contains(e.storeName)&&e.version<=e.db.version)return e.db&&(e.version=e.db.version+1),E(e)}).then(function(){return function(e){g(e);for(var n=v[e.name],t=n.forages,r=0;r<t.length;r++){var o=t[r];o._dbInfo.db&&(o._dbInfo.db.close(),o._dbInfo.db=null)}return e.db=null,S(e).then(function(n){return e.db=n,N(e)?E(e):n}).then(function(r){e.db=n.db=r;for(var o=0;o<t.length;o++)t[o]._dbInfo.db=r}).catch(function(n){throw w(e,n),n})}(e).then(function(){O(e,n,t,r-1)})}).catch(t);t(o)}}var D={_driver:"asyncStorage",_initStorage:function(e){var n=this,t={db:null};if(e)for(var r in e)t[r]=e[r];var o=v[t.name];o||(o={forages:[],db:null,dbReady:null,deferredOperations:[]},v[t.name]=o),o.forages.push(n),n._initReady||(n._initReady=n.ready,n.ready=A);var i=[];function u(){return a.resolve()}for(var c=0;c<o.forages.length;c++){var f=o.forages[c];f!==n&&i.push(f._initReady().catch(u))}var s=o.forages.slice(0);return a.all(i).then(function(){return t.db=o.db,S(t)}).then(function(e){return t.db=e,N(t,n._defaultConfig.version)?E(t):e}).then(function(e){t.db=o.db=e,n._dbInfo=t;for(var r=0;r<s.length;r++){var i=s[r];i!==n&&(i._dbInfo.db=t.db,i._dbInfo.version=t.version)}})},_support:function(){try{if(!o||!o.open)return!1;var e="undefined"!=typeof openDatabase&&/(Safari|iPhone|iPad|iPod)/.test(navigator.userAgent)&&!/Chrome/.test(navigator.userAgent)&&!/BlackBerry/.test(navigator.platform),n="function"==typeof fetch&&-1!==fetch.toString().indexOf("[native code");return(!e||n)&&"undefined"!=typeof indexedDB&&"undefined"!=typeof IDBKeyRange}catch(t){return!1}}(),iterate:function(e,n){var t=this,r=new a(function(n,r){t.ready().then(function(){O(t._dbInfo,y,function(o,i){if(o)return r(o);try{var a=i.objectStore(t._dbInfo.storeName).openCursor(),u=1;a.onsuccess=function(){var t=a.result;if(t){var r=t.value;R(r)&&(r=j(r));var o=e(r,t.key,u++);void 0!==o?n(o):t.continue()}else n()},a.onerror=function(){r(a.error)}}catch(c){r(c)}})}).catch(r)});return u(r,n),r},getItem:function(e,n){var t=this;e=f(e);var r=new a(function(n,r){t.ready().then(function(){O(t._dbInfo,y,function(o,i){if(o)return r(o);try{var a=i.objectStore(t._dbInfo.storeName).get(e);a.onsuccess=function(){var e=a.result;void 0===e&&(e=null),R(e)&&(e=j(e)),n(e)},a.onerror=function(){r(a.error)}}catch(u){r(u)}})}).catch(r)});return u(r,n),r},setItem:function(e,n,t){var r=this;e=f(e);var o=new a(function(t,o){var i;r.ready().then(function(){return i=r._dbInfo,"[object Blob]"===h.call(n)?m(i.db).then(function(e){return e?n:(t=n,new a(function(e,n){var r=new FileReader;r.onerror=n,r.onloadend=function(n){e({__local_forage_encoded_blob:!0,data:btoa(n.target.result||""),type:t.type})},r.readAsBinaryString(t)}));var t}):n}).then(function(n){O(r._dbInfo,p,function(i,a){if(i)return o(i);try{var u=a.objectStore(r._dbInfo.storeName);null===n&&(n=void 0);var c=u.put(n,e);a.oncomplete=function(){void 0===n&&(n=null),t(n)},a.onabort=a.onerror=function(){o(c.error?c.error:c.transaction.error)}}catch(f){o(f)}})}).catch(o)});return u(o,t),o},removeItem:function(e,n){var t=this;e=f(e);var r=new a(function(n,r){t.ready().then(function(){O(t._dbInfo,p,function(o,i){if(o)return r(o);try{var a=i.objectStore(t._dbInfo.storeName).delete(e);i.oncomplete=function(){n()},i.onerror=function(){r(a.error)},i.onabort=function(){r(a.error?a.error:a.transaction.error)}}catch(u){r(u)}})}).catch(r)});return u(r,n),r},clear:function(e){var n=this,t=new a(function(e,t){n.ready().then(function(){O(n._dbInfo,p,function(r,o){if(r)return t(r);try{var i=o.objectStore(n._dbInfo.storeName).clear();o.oncomplete=function(){e()},o.onabort=o.onerror=function(){t(i.error?i.error:i.transaction.error)}}catch(a){t(a)}})}).catch(t)});return u(t,e),t},length:function(e){var n=this,t=new a(function(e,t){n.ready().then(function(){O(n._dbInfo,y,function(r,o){if(r)return t(r);try{var i=o.objectStore(n._dbInfo.storeName).count();i.onsuccess=function(){e(i.result)},i.onerror=function(){t(i.error)}}catch(a){t(a)}})}).catch(t)});return u(t,e),t},key:function(e,n){var t=this,r=new a(function(n,r){e<0?n(null):t.ready().then(function(){O(t._dbInfo,y,function(o,i){if(o)return r(o);try{var a=i.objectStore(t._dbInfo.storeName),u=!1,c=a.openKeyCursor();c.onsuccess=function(){var t=c.result;t?0===e||u?n(t.key):(u=!0,t.advance(e)):n(null)},c.onerror=function(){r(c.error)}}catch(f){r(f)}})}).catch(r)});return u(r,n),r},keys:function(e){var n=this,t=new a(function(e,t){n.ready().then(function(){O(n._dbInfo,y,function(r,o){if(r)return t(r);try{var i=o.objectStore(n._dbInfo.storeName).openKeyCursor(),a=[];i.onsuccess=function(){var n=i.result;n?(a.push(n.key),n.continue()):e(a)},i.onerror=function(){t(i.error)}}catch(u){t(u)}})}).catch(t)});return u(t,e),t},dropInstance:function(e,n){n=s.apply(this,arguments);var t,r=this.config();if((e="function"!=typeof e&&e||{}).name||(e.name=e.name||r.name,e.storeName=e.storeName||r.storeName),e.name){var i=e.name===r.name&&this._dbInfo.db?a.resolve(this._dbInfo.db):S(e).then(function(n){var t=v[e.name],r=t.forages;t.db=n;for(var o=0;o<r.length;o++)r[o]._dbInfo.db=n;return n});t=e.storeName?i.then(function(n){if(n.objectStoreNames.contains(e.storeName)){var t=n.version+1;g(e);var r=v[e.name],i=r.forages;n.close();for(var u=0;u<i.length;u++){var c=i[u];c._dbInfo.db=null,c._dbInfo.version=t}return new a(function(n,r){var i=o.open(e.name,t);i.onerror=function(e){i.result.close(),r(e)},i.onupgradeneeded=function(){i.result.deleteObjectStore(e.storeName)},i.onsuccess=function(){var e=i.result;e.close(),n(e)}}).then(function(e){r.db=e;for(var n=0;n<i.length;n++){var t=i[n];t._dbInfo.db=e,_(t._dbInfo)}}).catch(function(n){throw(w(e,n)||a.resolve()).catch(function(){}),n})}}):i.then(function(n){g(e);var t=v[e.name],r=t.forages;n.close();for(var i=0;i<r.length;i++){r[i]._dbInfo.db=null}return new a(function(n,t){var r=o.deleteDatabase(e.name);r.onerror=function(){var e=r.result;e&&e.close(),t(r.error)},r.onblocked=function(){console.warn('dropInstance blocked for database "'+e.name+'" until all open connections are closed')},r.onsuccess=function(){var e=r.result;e&&e.close(),n(e)}}).then(function(e){t.db=e;for(var n=0;n<r.length;n++){_(r[n]._dbInfo)}}).catch(function(n){throw(w(e,n)||a.resolve()).catch(function(){}),n})})}else t=a.reject("Invalid arguments");return u(t,n),t}};var x="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",B=/^~~local_forage_type~([^~]+)~/,k="__lfsc__:",C="arbf",T="blob",F="si08",L="ui08",M="uic8",z="si16",P="si32",U="ur16",q="ui32",W="fl32",K="fl64",H=Object.prototype.toString;function Q(e){var n,t,r,o,i,a=.75*e.length,u=e.length,c=0;"="===e[e.length-1]&&(a--,"="===e[e.length-2]&&a--);var f=new ArrayBuffer(a),s=new Uint8Array(f);for(n=0;n<u;n+=4)t=x.indexOf(e[n]),r=x.indexOf(e[n+1]),o=x.indexOf(e[n+2]),i=x.indexOf(e[n+3]),s[c++]=t<<2|r>>4,s[c++]=(15&r)<<4|o>>2,s[c++]=(3&o)<<6|63&i;return f}function X(e){var n,t=new Uint8Array(e),r="";for(n=0;n<t.length;n+=3)r+=x[t[n]>>2],r+=x[(3&t[n])<<4|t[n+1]>>4],r+=x[(15&t[n+1])<<2|t[n+2]>>6],r+=x[63&t[n+2]];return t.length%3==2?r=r.substring(0,r.length-1)+"=":t.length%3==1&&(r=r.substring(0,r.length-2)+"=="),r}var G={serialize:function(e,n){var t="";if(e&&(t=H.call(e)),e&&("[object ArrayBuffer]"===t||e.buffer&&"[object ArrayBuffer]"===H.call(e.buffer))){var r,o=k;e instanceof ArrayBuffer?(r=e,o+=C):(r=e.buffer,"[object Int8Array]"===t?o+=F:"[object Uint8Array]"===t?o+=L:"[object Uint8ClampedArray]"===t?o+=M:"[object Int16Array]"===t?o+=z:"[object Uint16Array]"===t?o+=U:"[object Int32Array]"===t?o+=P:"[object Uint32Array]"===t?o+=q:"[object Float32Array]"===t?o+=W:"[object Float64Array]"===t?o+=K:n(new Error("Failed to get type for BinaryArray"))),n(o+X(r))}else if("[object Blob]"===t){var i=new FileReader;i.onload=function(){var t="~~local_forage_type~"+e.type+"~"+X(this.result);n(k+T+t)},i.readAsArrayBuffer(e)}else try{n(JSON.stringify(e))}catch(a){console.error("Couldn't convert value into a JSON string: ",e),n(null,a)}},deserialize:function(e){if(e.substring(0,9)!==k)return JSON.parse(e);var n,t=e.substring(13),r=e.substring(9,13);if(r===T&&B.test(t)){var o=t.match(B);n=o[1],t=t.substring(o[0].length)}var a=Q(t);switch(r){case C:return a;case T:return i([a],{type:n});case F:return new Int8Array(a);case L:return new Uint8Array(a);case M:return new Uint8ClampedArray(a);case z:return new Int16Array(a);case U:return new Uint16Array(a);case P:return new Int32Array(a);case q:return new Uint32Array(a);case W:return new Float32Array(a);case K:return new Float64Array(a);default:throw new Error("Unkown type: "+r)}},stringToBuffer:Q,bufferToString:X};function J(e,n,t,r){e.executeSql("CREATE TABLE IF NOT EXISTS "+n.storeName+" (id INTEGER PRIMARY KEY, key unique, value)",[],t,r)}function V(e,n,t,r,o,i){e.executeSql(t,r,o,function(e,a){a.code===a.SYNTAX_ERR?e.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name = ?",[n.storeName],function(e,u){u.rows.length?i(e,a):J(e,n,function(){e.executeSql(t,r,o,i)},i)},i):i(e,a)},i)}function Y(e,n,t,r){var o=this;e=f(e);var i=new a(function(i,a){o.ready().then(function(){void 0===n&&(n=null);var u=n,c=o._dbInfo;c.serializer.serialize(n,function(n,f){f?a(f):c.db.transaction(function(t){V(t,c,"INSERT OR REPLACE INTO "+c.storeName+" (key, value) VALUES (?, ?)",[e,n],function(){i(u)},function(e,n){a(n)})},function(n){if(n.code===n.QUOTA_ERR){if(r>0)return void i(Y.apply(o,[e,u,t,r-1]));a(n)}})})}).catch(a)});return u(i,t),i}var Z={_driver:"webSQLStorage",_initStorage:function(e){var n=this,t={db:null};if(e)for(var r in e)t[r]="string"!=typeof e[r]?e[r].toString():e[r];var o=new a(function(e,r){try{t.db=openDatabase(t.name,String(t.version),t.description,t.size)}catch(o){return r(o)}t.db.transaction(function(o){J(o,t,function(){n._dbInfo=t,e()},function(e,n){r(n)})},r)});return t.serializer=G,o},_support:"function"==typeof openDatabase,iterate:function(e,n){var t=this,r=new a(function(n,r){t.ready().then(function(){var o=t._dbInfo;o.db.transaction(function(t){V(t,o,"SELECT * FROM "+o.storeName,[],function(t,r){for(var i=r.rows,a=i.length,u=0;u<a;u++){var c=i.item(u),f=c.value;if(f&&(f=o.serializer.deserialize(f)),void 0!==(f=e(f,c.key,u+1)))return void n(f)}n()},function(e,n){r(n)})})}).catch(r)});return u(r,n),r},getItem:function(e,n){var t=this;e=f(e);var r=new a(function(n,r){t.ready().then(function(){var o=t._dbInfo;o.db.transaction(function(t){V(t,o,"SELECT * FROM "+o.storeName+" WHERE key = ? LIMIT 1",[e],function(e,t){var r=t.rows.length?t.rows.item(0).value:null;r&&(r=o.serializer.deserialize(r)),n(r)},function(e,n){r(n)})})}).catch(r)});return u(r,n),r},setItem:function(e,n,t){return Y.apply(this,[e,n,t,1])},removeItem:function(e,n){var t=this;e=f(e);var r=new a(function(n,r){t.ready().then(function(){var o=t._dbInfo;o.db.transaction(function(t){V(t,o,"DELETE FROM "+o.storeName+" WHERE key = ?",[e],function(){n()},function(e,n){r(n)})})}).catch(r)});return u(r,n),r},clear:function(e){var n=this,t=new a(function(e,t){n.ready().then(function(){var r=n._dbInfo;r.db.transaction(function(n){V(n,r,"DELETE FROM "+r.storeName,[],function(){e()},function(e,n){t(n)})})}).catch(t)});return u(t,e),t},length:function(e){var n=this,t=new a(function(e,t){n.ready().then(function(){var r=n._dbInfo;r.db.transaction(function(n){V(n,r,"SELECT COUNT(key) as c FROM "+r.storeName,[],function(n,t){var r=t.rows.item(0).c;e(r)},function(e,n){t(n)})})}).catch(t)});return u(t,e),t},key:function(e,n){var t=this,r=new a(function(n,r){t.ready().then(function(){var o=t._dbInfo;o.db.transaction(function(t){V(t,o,"SELECT key FROM "+o.storeName+" WHERE id = ? LIMIT 1",[e+1],function(e,t){n(t.rows.length?t.rows.item(0).key:null)},function(e,n){r(n)})})}).catch(r)});return u(r,n),r},keys:function(e){var n=this,t=new a(function(e,t){n.ready().then(function(){var r=n._dbInfo;r.db.transaction(function(n){V(n,r,"SELECT key FROM "+r.storeName,[],function(n,t){for(var r=[],o=0;o<t.rows.length;o++)r.push(t.rows.item(o).key);e(r)},function(e,n){t(n)})})}).catch(t)});return u(t,e),t},dropInstance:function(e,n){n=s.apply(this,arguments);var t=this.config();(e="function"!=typeof e&&e||{}).name||(e.name=e.name||t.name,e.storeName=e.storeName||t.storeName);var r,o=this;return u(r=e.name?new a(function(n){var r;r=e.name===t.name?o._dbInfo.db:openDatabase(e.name,"","",0),e.storeName?n({db:r,storeNames:[e.storeName]}):n(function(e){return new a(function(n,t){e.transaction(function(r){r.executeSql("SELECT name FROM sqlite_master WHERE type='table' AND name <> '__WebKitDatabaseInfoTable__'",[],function(t,r){for(var o=[],i=0;i<r.rows.length;i++)o.push(r.rows.item(i).name);n({db:e,storeNames:o})},function(e,n){t(n)})},function(e){t(e)})})}(r))}).then(function(e){return new a(function(n,t){e.db.transaction(function(r){function o(e){return new a(function(n,t){r.executeSql("DROP TABLE IF EXISTS "+e,[],function(){n()},function(e,n){t(n)})})}for(var i=[],u=0,c=e.storeNames.length;u<c;u++)i.push(o(e.storeNames[u]));a.all(i).then(function(){n()}).catch(function(e){t(e)})},function(e){t(e)})})}):a.reject("Invalid arguments"),n),r}};function $(e,n){var t=e.name+"/";return e.storeName!==n.storeName&&(t+=e.storeName+"/"),t}function ee(){return!function(){var e="_localforage_support_test";try{return localStorage.setItem(e,!0),localStorage.removeItem(e),!1}catch(n){return!0}}()||localStorage.length>0}var ne={_driver:"localStorageWrapper",_initStorage:function(e){var n={};if(e)for(var t in e)n[t]=e[t];return n.keyPrefix=$(e,this._defaultConfig),ee()?(this._dbInfo=n,n.serializer=G,a.resolve()):a.reject()},_support:function(){try{return"undefined"!=typeof localStorage&&"setItem"in localStorage&&!!localStorage.setItem}catch(e){return!1}}(),iterate:function(e,n){var t=this,r=t.ready().then(function(){for(var n=t._dbInfo,r=n.keyPrefix,o=r.length,i=localStorage.length,a=1,u=0;u<i;u++){var c=localStorage.key(u);if(0===c.indexOf(r)){var f=localStorage.getItem(c);if(f&&(f=n.serializer.deserialize(f)),void 0!==(f=e(f,c.substring(o),a++)))return f}}});return u(r,n),r},getItem:function(e,n){var t=this;e=f(e);var r=t.ready().then(function(){var n=t._dbInfo,r=localStorage.getItem(n.keyPrefix+e);return r&&(r=n.serializer.deserialize(r)),r});return u(r,n),r},setItem:function(e,n,t){var r=this;e=f(e);var o=r.ready().then(function(){void 0===n&&(n=null);var t=n;return new a(function(o,i){var a=r._dbInfo;a.serializer.serialize(n,function(n,r){if(r)i(r);else try{localStorage.setItem(a.keyPrefix+e,n),o(t)}catch(u){"QuotaExceededError"!==u.name&&"NS_ERROR_DOM_QUOTA_REACHED"!==u.name||i(u),i(u)}})})});return u(o,t),o},removeItem:function(e,n){var t=this;e=f(e);var r=t.ready().then(function(){var n=t._dbInfo;localStorage.removeItem(n.keyPrefix+e)});return u(r,n),r},clear:function(e){var n=this,t=n.ready().then(function(){for(var e=n._dbInfo.keyPrefix,t=localStorage.length-1;t>=0;t--){var r=localStorage.key(t);0===r.indexOf(e)&&localStorage.removeItem(r)}});return u(t,e),t},length:function(e){var n=this.keys().then(function(e){return e.length});return u(n,e),n},key:function(e,n){var t=this,r=t.ready().then(function(){var n,r=t._dbInfo;try{n=localStorage.key(e)}catch(o){n=null}return n&&(n=n.substring(r.keyPrefix.length)),n});return u(r,n),r},keys:function(e){var n=this,t=n.ready().then(function(){for(var e=n._dbInfo,t=localStorage.length,r=[],o=0;o<t;o++){var i=localStorage.key(o);0===i.indexOf(e.keyPrefix)&&r.push(i.substring(e.keyPrefix.length))}return r});return u(t,e),t},dropInstance:function(e,n){if(n=s.apply(this,arguments),!(e="function"!=typeof e&&e||{}).name){var t=this.config();e.name=e.name||t.name,e.storeName=e.storeName||t.storeName}var r,o=this;return r=e.name?new a(function(n){e.storeName?n($(e,o._defaultConfig)):n(e.name+"/")}).then(function(e){for(var n=localStorage.length-1;n>=0;n--){var t=localStorage.key(n);0===t.indexOf(e)&&localStorage.removeItem(t)}}):a.reject("Invalid arguments"),u(r,n),r}},te=function(e,n){return e===n||"number"==typeof e&&"number"==typeof n&&isNaN(e)&&isNaN(n)},re=function(e,n){for(var t=e.length,r=0;r<t;){if(te(e[r],n))return!0;r++}return!1},oe=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},ie={},ae={},ue={INDEXEDDB:D,WEBSQL:Z,LOCALSTORAGE:ne},ce=[ue.INDEXEDDB._driver,ue.WEBSQL._driver,ue.LOCALSTORAGE._driver],fe=["dropInstance"],se=["clear","getItem","iterate","key","keys","length","removeItem","setItem"].concat(fe),le={description:"",driver:ce.slice(),name:"localforage",size:4980736,storeName:"keyvaluepairs",version:1};function de(e,n){e[n]=function(){var t=arguments;return e.ready().then(function(){return e[n].apply(e,t)})}}function ve(){for(var e=1;e<arguments.length;e++){var n=arguments[e];if(n)for(var t in n)n.hasOwnProperty(t)&&(oe(n[t])?arguments[0][t]=n[t].slice():arguments[0][t]=n[t])}return arguments[0]}n.exports=new(function(){function e(n){for(var t in function(e,n){if(!(e instanceof n))throw new TypeError("Cannot call a class as a function")}(this,e),ue)if(ue.hasOwnProperty(t)){var r=ue[t],o=r._driver;this[t]=o,ie[o]||this.defineDriver(r)}this._defaultConfig=ve({},le),this._config=ve({},this._defaultConfig,n),this._driverSet=null,this._initDriver=null,this._ready=!1,this._dbInfo=null,this._wrapLibraryMethodsWithReady(),this.setDriver(this._config.driver).catch(function(){})}return e.prototype.config=function(e){if("object"===(void 0===e?"undefined":r(e))){if(this._ready)return new Error("Can't call config() after localforage has been used.");for(var n in e){if("storeName"===n&&(e[n]=e[n].replace(/\W/g,"_")),"version"===n&&"number"!=typeof e[n])return new Error("Database version must be a number.");this._config[n]=e[n]}return!("driver"in e)||!e.driver||this.setDriver(this._config.driver)}return"string"==typeof e?this._config[e]:this._config},e.prototype.defineDriver=function(e,n,t){var r=new a(function(n,t){try{var r=e._driver,o=new Error("Custom driver not compliant; see https://mozilla.github.io/localForage/#definedriver");if(!e._driver)return void t(o);for(var i=se.concat("_initStorage"),c=0,f=i.length;c<f;c++){var s=i[c];if((!re(fe,s)||e[s])&&"function"!=typeof e[s])return void t(o)}!function(){for(var n=function(e){return function(){var n=new Error("Method "+e+" is not implemented by the current driver"),t=a.reject(n);return u(t,arguments[arguments.length-1]),t}},t=0,r=fe.length;t<r;t++){var o=fe[t];e[o]||(e[o]=n(o))}}();var l=function(t){ie[r]&&console.info("Redefining LocalForage driver: "+r),ie[r]=e,ae[r]=t,n()};"_support"in e?e._support&&"function"==typeof e._support?e._support().then(l,t):l(!!e._support):l(!0)}catch(d){t(d)}});return c(r,n,t),r},e.prototype.driver=function(){return this._driver||null},e.prototype.getDriver=function(e,n,t){var r=ie[e]?a.resolve(ie[e]):a.reject(new Error("Driver not found."));return c(r,n,t),r},e.prototype.getSerializer=function(e){var n=a.resolve(G);return c(n,e),n},e.prototype.ready=function(e){var n=this,t=n._driverSet.then(function(){return null===n._ready&&(n._ready=n._initDriver()),n._ready});return c(t,e,e),t},e.prototype.setDriver=function(e,n,t){var r=this;oe(e)||(e=[e]);var o=this._getSupportedDrivers(e);function i(){r._config.driver=r.driver()}function u(e){return r._extend(e),i(),r._ready=r._initStorage(r._config),r._ready}var f=null!==this._driverSet?this._driverSet.catch(function(){return a.resolve()}):a.resolve();return this._driverSet=f.then(function(){var e=o[0];return r._dbInfo=null,r._ready=null,r.getDriver(e).then(function(e){r._driver=e._driver,i(),r._wrapLibraryMethodsWithReady(),r._initDriver=function(e){return function(){var n=0;return function t(){for(;n<e.length;){var o=e[n];return n++,r._dbInfo=null,r._ready=null,r.getDriver(o).then(u).catch(t)}i();var c=new Error("No available storage method found.");return r._driverSet=a.reject(c),r._driverSet}()}}(o)})}).catch(function(){i();var e=new Error("No available storage method found.");return r._driverSet=a.reject(e),r._driverSet}),c(this._driverSet,n,t),this._driverSet},e.prototype.supports=function(e){return!!ae[e]},e.prototype._extend=function(e){ve(this,e)},e.prototype._getSupportedDrivers=function(e){for(var n=[],t=0,r=e.length;t<r;t++){var o=e[t];this.supports(o)&&n.push(o)}return n},e.prototype._wrapLibraryMethodsWithReady=function(){for(var e=0,n=se.length;e<n;e++)de(this,se[e])},e.prototype.createInstance=function(n){return new e(n)},e}())},{3:3}]},{},[4])(4)})});export{t};
@@ -1,7 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <symbol id="zova-svg-icon-home-icon-login-call-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 16 16"><path fill="currentColor" d="M3.714 5.258C3.523 4 4.41 2.87 5.765 2.456a.99.99 0 0 1 1.214.598l.435 1.16a1 1 0 0 1-.26 1.088L5.86 6.487a.5.5 0 0 0-.152.47l.012.052.031.13a7.3 7.3 0 0 0 .729 1.805 7.3 7.3 0 0 0 1.296 1.627l.04.036a.5.5 0 0 0 .482.103l1.673-.527a1 1 0 0 1 1.072.319l.792.961c.33.4.29.988-.089 1.341-1.037.967-2.463 1.165-3.455.368a12.7 12.7 0 0 1-3.024-3.529 12.4 12.4 0 0 1-1.554-4.385Zm3.043 1.765 1.072-.984a2 2 0 0 0 .521-2.176l-.434-1.16A1.99 1.99 0 0 0 5.473 1.5c-1.683.515-3.034 2.024-2.748 3.909.2 1.316.661 2.99 1.678 4.738a13.7 13.7 0 0 0 3.262 3.805c1.488 1.195 3.474.787 4.764-.415a1.98 1.98 0 0 0 .179-2.708l-.792-.962a2 2 0 0 0-2.144-.636l-1.389.437a6.6 6.6 0 0 1-.936-1.223 6.3 6.3 0 0 1-.59-1.421Z"/></symbol>
3
- <symbol id="zova-svg-icon-home-icon-login-chevron-left" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 20 20"><path fill="currentColor" d="M12.452 4.516c.446.436.481 1.043 0 1.576L8.705 10l3.747 3.908c.481.533.446 1.141 0 1.574-.445.436-1.197.408-1.615 0-.418-.406-4.502-4.695-4.502-4.695a1.095 1.095 0 0 1 0-1.576s4.084-4.287 4.502-4.695 1.17-.436 1.615 0"/></symbol>
4
- <symbol id="zova-svg-icon-home-icon-login-done" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="m9 16.2-3.5-3.5a.984.984 0 0 0-1.4 0 .984.984 0 0 0 0 1.4l4.19 4.19c.39.39 1.02.39 1.41 0L20.3 7.7a.984.984 0 0 0 0-1.4.984.984 0 0 0-1.4 0z"/></symbol>
5
- <symbol id="zova-svg-icon-home-icon-login-lock-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 1024 1024"><path fill="currentColor" d="M224 448a32 32 0 0 0-32 32v384a32 32 0 0 0 32 32h576a32 32 0 0 0 32-32V480a32 32 0 0 0-32-32zm0-64h576a96 96 0 0 1 96 96v384a96 96 0 0 1-96 96H224a96 96 0 0 1-96-96V480a96 96 0 0 1 96-96"/><path fill="currentColor" d="M512 544a32 32 0 0 1 32 32v192a32 32 0 1 1-64 0V576a32 32 0 0 1 32-32m192-160v-64a192 192 0 1 0-384 0v64zM512 64a256 256 0 0 1 256 256v128H256V320A256 256 0 0 1 512 64"/></symbol>
6
- <symbol id="zova-svg-icon-home-icon-login-person-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 24c4.42 0 8-3.58 8-8s-3.58-8-8-8-8 3.58-8 8 3.58 8 8 8m10-8c0 5.525-4.475 10-10 10s-10-4.475-10-10S18.475 6 24 6s10 4.475 10 10M9.223 34.212C8.22 35.022 8 35.629 8 36v4h32v-4c0-.37-.22-.979-1.224-1.788-.98-.791-2.442-1.545-4.214-2.197C31.02 30.712 26.753 30 24 30s-7.02.712-10.562 2.015c-1.772.652-3.234 1.406-4.215 2.197M24 28c-6.008 0-18 3.035-18 8v6h36v-6c0-4.965-11.992-8-18-8" clip-rule="evenodd"/></symbol>
7
- </svg>
@@ -1 +0,0 @@
1
- import{n as r}from"./rolldown-runtime-CHbrDDT0.js";import{t as o}from"./browser-BGhVutxz.js";var s=r(()=>{o()}),t=r(()=>{s()}),a=r(()=>{o()}),m=r(()=>{a()});export{t as n,m as t};
@@ -1,41 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <symbol id="zova-svg-icon-home-icon-outline-add-circle-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M12 7c-.55 0-1 .45-1 1v3H8c-.55 0-1 .45-1 1s.45 1 1 1h3v3c0 .55.45 1 1 1s1-.45 1-1v-3h3c.55 0 1-.45 1-1s-.45-1-1-1h-3V8c0-.55-.45-1-1-1m0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"/></symbol>
3
- <symbol id="zova-svg-icon-home-icon-outline-alert-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--fluent" viewBox="0 0 24 24"><path fill="currentColor" d="M12 1.996a7.49 7.49 0 0 1 7.496 7.25l.004.25v4.097l1.38 3.156a1.25 1.25 0 0 1-1.145 1.75L15 18.502a3 3 0 0 1-5.995.177L9 18.499H4.275a1.25 1.25 0 0 1-1.147-1.747L4.5 13.594V9.496c0-4.155 3.352-7.5 7.5-7.5M13.5 18.5l-3 .002a1.5 1.5 0 0 0 2.993.145zM12 3.496c-3.32 0-6 2.674-6 6v4.41L4.656 17h14.697L18 13.907V9.509l-.003-.225A5.99 5.99 0 0 0 12 3.496"/></symbol>
4
- <symbol id="zova-svg-icon-home-icon-outline-apps-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ant-design" viewBox="0 0 1024 1024"><path fill="currentColor" d="M464 144H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H212V212h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V160c0-8.8-7.2-16-16-16m-52 268H612V212h200zM464 544H160c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H212V612h200zm452-268H560c-8.8 0-16 7.2-16 16v304c0 8.8 7.2 16 16 16h304c8.8 0 16-7.2 16-16V560c0-8.8-7.2-16-16-16m-52 268H612V612h200z"/></symbol>
5
- <symbol id="zova-svg-icon-home-icon-outline-archive-lock-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--mdi" viewBox="0 0 24 24"><path fill="currentColor" d="M15 12.06c-.21.29-.36.61-.5.94H9v-1.5c0-.28.22-.5.5-.5h5c.28 0 .5.22.5.5zM21 9H3V3h18zm-2-4H5v2h14zm-6 14H6v-9H4v11h9.03c-.03-.1-.03-.2-.03-.3zm10-1.7v3.5c0 .6-.6 1.2-1.3 1.2h-5.5c-.6 0-1.2-.6-1.2-1.3v-3.5c0-.6.6-1.2 1.2-1.2v-1.5c0-1.4 1.4-2.5 2.8-2.5s2.8 1.1 2.8 2.5V16c.6 0 1.2.6 1.2 1.3m-2.5-2.8c0-.8-.7-1.3-1.5-1.3s-1.5.5-1.5 1.3V16h3z"/></symbol>
6
- <symbol id="zova-svg-icon-home-icon-outline-archive-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="m21.706 5.291-2.999-2.998A1 1 0 0 0 18 2H6a1 1 0 0 0-.707.293L2.294 5.291A1 1 0 0 0 2 5.999V19c0 1.103.897 2 2 2h16c1.103 0 2-.897 2-2V5.999a1 1 0 0 0-.294-.708M6.414 4h11.172l.999.999H5.415zM4 19V6.999h16L20.002 19z"/><path fill="currentColor" d="M15 12H9v-2H7v4h10v-4h-2z"/></symbol>
7
- <symbol id="zova-svg-icon-home-icon-outline-article-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ri" viewBox="0 0 24 24"><path fill="currentColor" d="M20 22H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1h16a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1m-1-2V4H5v16zM7 6h4v4H7zm0 6h10v2H7zm0 4h10v2H7zm6-9h4v2h-4z"/></symbol>
8
- <symbol id="zova-svg-icon-home-icon-outline-backspace-outline" viewBox="0 0 24 24"><path fill="currentColor" d="M22 3H7c-.69 0-1.23.35-1.59.88L0 12l5.41 8.11c.36.53.9.89 1.59.89h15c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 16H7.07L2.4 12l4.66-7H22zm-11.59-2L14 13.41 17.59 17 19 15.59 15.41 12 19 8.41 17.59 7 14 10.59 10.41 7 9 8.41 12.59 12 9 15.59z"/></symbol>
9
- <symbol id="zova-svg-icon-home-icon-outline-build-circle-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8"/><path fill="currentColor" fill-rule="evenodd" d="M13.49 11.38c.43-1.22.17-2.64-.81-3.62a3.47 3.47 0 0 0-4.1-.59l2.35 2.35-1.41 1.41-2.35-2.35c-.71 1.32-.52 2.99.59 4.1.98.98 2.4 1.24 3.62.81l3.41 3.41c.2.2.51.2.71 0l1.4-1.4c.2-.2.2-.51 0-.71z"/></symbol>
10
- <symbol id="zova-svg-icon-home-icon-outline-calendar-today-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m0 18H4V10h16zm0-13H4V5h16z"/></symbol>
11
- <symbol id="zova-svg-icon-home-icon-outline-check-circle-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m3.88-11.71L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0"/></symbol>
12
- <symbol id="zova-svg-icon-home-icon-outline-checkbox-checked-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5zm-9 12-4-4 1.41-1.42L10 14.17l6.59-6.59L18 9"/></symbol>
13
- <symbol id="zova-svg-icon-home-icon-outline-checkbox-off-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M22.11 21.46 2.39 1.73 1.11 3 3 4.9V19a2 2 0 0 0 2 2h14.1l1.74 1.73zM5 19V6.89L17.11 19zM8.2 5l-2-2H19a2 2 0 0 1 2 2v12.8l-2-2V5z"/></symbol>
14
- <symbol id="zova-svg-icon-home-icon-outline-checkbox-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3H5c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2m0 2v14H5V5z"/></symbol>
15
- <symbol id="zova-svg-icon-home-icon-outline-copy-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M5.503 4.627 5.5 6.75v10.504a3.25 3.25 0 0 0 3.25 3.25h8.616a2.25 2.25 0 0 1-2.122 1.5H8.75A4.75 4.75 0 0 1 4 17.254V6.75c0-.98.627-1.815 1.503-2.123M17.75 2A2.25 2.25 0 0 1 20 4.25v13a2.25 2.25 0 0 1-2.25 2.25h-9a2.25 2.25 0 0 1-2.25-2.25v-13A2.25 2.25 0 0 1 8.75 2zm0 1.5h-9a.75.75 0 0 0-.75.75v13c0 .414.336.75.75.75h9a.75.75 0 0 0 .75-.75v-13a.75.75 0 0 0-.75-.75"/></symbol>
16
- <symbol id="zova-svg-icon-home-icon-outline-data-list-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--material-symbols" viewBox="0 0 24 24"><path fill="currentColor" d="M7 13h7q.425 0 .713-.288Q15 12.425 15 12t-.287-.713T14 11H7q-.425 0-.713.287Q6 11.575 6 12t.287.712Q6.575 13 7 13m0-3h7q.425 0 .713-.288Q15 9.425 15 9t-.287-.713T14 8H7q-.425 0-.713.287Q6 8.575 6 9t.287.712Q6.575 10 7 10M4 20q-.825 0-1.412-.587Q2 18.825 2 18V6q0-.825.588-1.412Q3.175 4 4 4h16q.825 0 1.413.588Q22 5.175 22 6v12q0 .825-.587 1.413Q20.825 20 20 20Zm0-2V6zm0 0h16V6H4z"/></symbol>
17
- <symbol id="zova-svg-icon-home-icon-outline-database-lock-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--mdi" viewBox="0 0 24 24"><path fill="currentColor" d="M6 12.45V9.64c1.47.83 3.61 1.36 6 1.36s4.53-.53 6-1.36v1.41c.17-.02.33-.05.5-.05.53 0 1.03.1 1.5.26V7c0-2.21-3.58-4-8-4S4 4.79 4 7v10c0 2.21 3.59 4 8 4 .34 0 .67 0 1-.03v-2.02c-.32.05-.65.05-1 .05-3.87 0-6-1.5-6-2v-2.23c1.61.78 3.72 1.23 6 1.23.41 0 .81-.03 1.21-.06.19-.48.47-.91.86-1.24.06-.31.16-.61.27-.9-.74.13-1.53.2-2.34.2-2.42 0-4.7-.6-6-1.55M12 5c3.87 0 6 1.5 6 2s-2.13 2-6 2-6-1.5-6-2 2.13-2 6-2m9 11v-.5a2.5 2.5 0 0 0-5 0v.5c-.55 0-1 .45-1 1v4c0 .55.45 1 1 1h5c.55 0 1-.45 1-1v-4c0-.55-.45-1-1-1m-1 0h-3v-.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5z"/></symbol>
18
- <symbol id="zova-svg-icon-home-icon-outline-delete-forever-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M14.12 10.47 12 12.59l-2.13-2.12-1.41 1.41L10.59 14l-2.12 2.12 1.41 1.41L12 15.41l2.12 2.12 1.41-1.41L13.41 14l2.12-2.12zM15.5 4l-1-1h-5l-1 1H5v2h14V4zM6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6zM8 9h8v10H8z"/></symbol>
19
- <symbol id="zova-svg-icon-home-icon-outline-delete-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M6 19a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V7H6zM8 9h8v10H8zm7.5-5-1-1h-5l-1 1H5v2h14V4z"/></symbol>
20
- <symbol id="zova-svg-icon-home-icon-outline-dict-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--arcticons" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M8.4 6.5v35a2 2 0 0 0 2 2h2.33v-39H10.4a2 2 0 0 0-2 2m4.33-2v39H37.6a2 2 0 0 0 2-2v-35a2 2 0 0 0-2-2Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M32.165 26.1a6 6 0 0 0-6-6h0a6 6 0 0 0-6 6V30a6 6 0 0 0 6 6h0a6 6 0 0 0 6-6m0 6V12"/></symbol>
21
- <symbol id="zova-svg-icon-home-icon-outline-draft-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M20 2a1 1 0 0 1 1 1v3.757l-2 2V4H5v16h14v-2.758l2-2V21a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3a1 1 0 0 1 1-1zm1.778 6.808 1.414 1.414L15.414 18l-1.416-.002.002-1.412zM13 12v2H8v-2zm3-4v2H8V8z"/></symbol>
22
- <symbol id="zova-svg-icon-home-icon-outline-folder-transfer-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ri" viewBox="0 0 24 24"><path fill="currentColor" d="M12.414 5H21a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h7.414zM4 5v14h16V7h-8.414l-2-2zm8 7V9l4 4-4 4v-3H8v-2z"/></symbol>
23
- <symbol id="zova-svg-icon-home-icon-outline-group-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ri" viewBox="0 0 24 24"><path fill="currentColor" d="M2 22a8 8 0 1 1 16 0h-2a6 6 0 1 0-12 0zm8-9c-3.315 0-6-2.685-6-6s2.685-6 6-6 6 2.685 6 6-2.685 6-6 6m0-2c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m8.284 3.703A8 8 0 0 1 23 22h-2a6 6 0 0 0-3.537-5.473zm-.688-11.29A5.5 5.5 0 0 1 21 8.5a5.5 5.5 0 0 1-5 5.478v-2.013a3.5 3.5 0 0 0 1.041-6.609z"/></symbol>
24
- <symbol id="zova-svg-icon-home-icon-outline-heart-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 3C4.239 3 2 5.216 2 7.95c0 2.207.875 7.445 9.488 12.74a.99.99 0 0 0 1.024 0C21.125 15.395 22 10.157 22 7.95 22 5.216 19.761 3 17 3s-5 3-5 3-2.239-3-5-3"/></symbol>
25
- <symbol id="zova-svg-icon-home-icon-outline-insert-emoticon-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2M12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8m3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5m-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11m3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5"/></symbol>
26
- <symbol id="zova-svg-icon-home-icon-outline-key-reset-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--fluent" viewBox="0 0 24 24"><path fill="currentColor" d="M17 8.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5m-8.05.35a6.554 6.554 0 0 1 6.55-6.55c3.596 0 6.55 2.819 6.55 6.45a6.5 6.5 0 0 1-1.255 3.852 6 6 0 0 0-1.276-.798 5.03 5.03 0 0 0 1.03-3.054c0-2.769-2.247-4.95-5.05-4.95a5.054 5.054 0 0 0-5.05 5.05c0 .262.034.539.088.845a1.77 1.77 0 0 1-.486 1.564l-6.236 6.235a1.25 1.25 0 0 0-.366.884V20.3c0 .138.112.25.25.25h2.5a.25.25 0 0 0 .25-.25v-1.5c0-.69.56-1.25 1.25-1.25h1.75V15.8c0-.65.497-1.185 1.132-1.245l1.077 1.078a1.8 1.8 0 0 0-.378.417h-.33v1.75c0 .69-.56 1.25-1.25 1.25H7.95v1.25a1.75 1.75 0 0 1-1.75 1.75H3.7a1.75 1.75 0 0 1-1.75-1.75v-2.172c0-.73.289-1.429.805-1.944L8.99 9.948a.28.28 0 0 0 .07-.244A6.4 6.4 0 0 1 8.95 8.6m4.83 2.68a.75.75 0 1 0-1.06-1.06l-2 2a.75.75 0 0 0 0 1.06l2 2a.75.75 0 1 0 1.06-1.06l-.72-.72H17a3.5 3.5 0 1 1-3.5 3.5.75.75 0 0 0-1.5 0 5 5 0 1 0 5-5h-3.94z"/></symbol>
27
- <symbol id="zova-svg-icon-home-icon-outline-label-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M17.63 5.84C17.27 5.33 16.67 5 16 5L5 5.01C3.9 5.01 3 5.9 3 7v10c0 1.1.9 1.99 2 1.99L16 19c.67 0 1.27-.33 1.63-.84L22 12zM16 17H5V7h11l3.55 5z"/></symbol>
28
- <symbol id="zova-svg-icon-home-icon-outline-layout-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ph" viewBox="0 0 256 256"><path fill="currentColor" d="M216 40H40a16 16 0 0 0-16 16v144a16 16 0 0 0 16 16h176a16 16 0 0 0 16-16V56a16 16 0 0 0-16-16M40 56h176v40H40Zm0 56h56v88H40Zm176 88H112v-88h104z"/></symbol>
29
- <symbol id="zova-svg-icon-home-icon-outline-login-outline" viewBox="0 0 1024 1024"><path fill="currentColor" d="M521.7 82c-152.5-.4-286.7 78.5-363.4 197.7-3.4 5.3.4 12.3 6.7 12.3h70.3c4.8 0 9.3-2.1 12.3-5.8 7-8.5 14.5-16.7 22.4-24.5 32.6-32.5 70.5-58.1 112.7-75.9 43.6-18.4 90-27.8 137.9-27.8s94.3 9.3 137.9 27.8c42.2 17.8 80.1 43.4 112.7 75.9s58.1 70.4 76 112.5C865.7 417.8 875 464.1 875 512s-9.4 94.2-27.8 137.8c-17.8 42.1-43.4 80-76 112.5s-70.5 58.1-112.7 75.9A352.8 352.8 0 0 1 520.6 866c-47.9 0-94.3-9.4-137.9-27.8A353.8 353.8 0 0 1 270 762.3c-7.9-7.9-15.3-16.1-22.4-24.5-3-3.7-7.6-5.8-12.3-5.8H165c-6.3 0-10.2 7-6.7 12.3C234.9 863.2 368.5 942 520.6 942c236.2 0 428-190.1 430.4-425.6C953.4 277.1 761.3 82.6 521.7 82M395.02 624v-76h-314c-4.4 0-8-3.6-8-8v-56c0-4.4 3.6-8 8-8h314v-76c0-6.7 7.8-10.5 13-6.3l141.9 112a8 8 0 0 1 0 12.6l-141.9 112c-5.2 4.1-13 .4-13-6.3"/></symbol>
30
- <symbol id="zova-svg-icon-home-icon-outline-logout-outline" viewBox="0 0 1024 1024"><path fill="currentColor" d="M868 732h-70.3c-4.8 0-9.3 2.1-12.3 5.8-7 8.5-14.5 16.7-22.4 24.5a353.8 353.8 0 0 1-112.7 75.9A352.8 352.8 0 0 1 512.4 866c-47.9 0-94.3-9.4-137.9-27.8a353.8 353.8 0 0 1-112.7-75.9 353.3 353.3 0 0 1-76-112.5C167.3 606.2 158 559.9 158 512s9.4-94.2 27.8-137.8c17.8-42.1 43.4-80 76-112.5s70.5-58.1 112.7-75.9c43.6-18.4 90-27.8 137.9-27.8s94.3 9.3 137.9 27.8c42.2 17.8 80.1 43.4 112.7 75.9 7.9 7.9 15.3 16.1 22.4 24.5 3 3.7 7.6 5.8 12.3 5.8H868c6.3 0 10.2-7 6.7-12.3C798 160.5 663.8 81.6 511.3 82 271.7 82.6 79.6 277.1 82 516.4 84.4 751.9 276.2 942 512.4 942c152.1 0 285.7-78.8 362.3-197.7 3.4-5.3-.4-12.3-6.7-12.3m88.9-226.3L815 393.7c-5.3-4.2-13-.4-13 6.3v76H488c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h314v76c0 6.7 7.8 10.5 13 6.3l141.9-112a8 8 0 0 0 0-12.6"/></symbol>
31
- <symbol id="zova-svg-icon-home-icon-outline-mail-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2m0 14H4V8l8 5 8-5zm-8-7L4 6h16z"/></symbol>
32
- <symbol id="zova-svg-icon-home-icon-outline-note-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M19 3h-4.18C14.4 1.84 13.3 1 12 1s-2.4.84-2.82 2H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2m-7-.25c.41 0 .75.34.75.75s-.34.75-.75.75-.75-.34-.75-.75.34-.75.75-.75M19 19H5V5h14z"/><path fill="currentColor" d="m15.08 11.03-2.12-2.12L7 14.86V17h2.1zm1.77-1.76c.2-.2.2-.51 0-.71l-1.41-1.41c-.2-.2-.51-.2-.71 0l-1.06 1.06 2.12 2.12z"/></symbol>
33
- <symbol id="zova-svg-icon-home-icon-outline-software-resource-cluster-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--carbon"><path fill="currentColor" d="M24 21c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8-3 3 3 3 3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C11.2 9 11 8.5 11 8s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8-3 3 3 3 3-3zm0 24c-.5 0-1-.2-1.4-.6l-3-3c-.4-.4-.6-.9-.6-1.4s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8-3 3 3 3 3-3zm-8 0c-.5 0-1-.2-1.4-.6l-3-3C3.2 17 3 16.5 3 16s.2-1 .6-1.4l3-3c.4-.4.9-.6 1.4-.6s1 .2 1.4.6l3 3c.4.4.6.9.6 1.4s-.2 1-.6 1.4l-3 3c-.4.4-.9.6-1.4.6m0-8-3 3 3 3 3-3z"/></symbol>
34
- <symbol id="zova-svg-icon-home-icon-outline-software-resource-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--carbon"><path fill="currentColor" d="M29.391 14.527 17.473 2.609A2.08 2.08 0 0 0 16 2c-.533 0-1.067.203-1.473.609L2.609 14.527C2.203 14.933 2 15.466 2 16s.203 1.067.609 1.473L14.526 29.39c.407.407.941.61 1.474.61s1.067-.203 1.473-.609L29.39 17.474c.407-.407.61-.94.61-1.474s-.203-1.067-.609-1.473M16 28.036 3.965 16 16 3.964 28.036 16z"/></symbol>
35
- <symbol id="zova-svg-icon-home-icon-outline-star-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 32 32"><path fill="currentColor" d="m16 6.52 2.76 5.58.46 1 1 .15 6.16.89-4.38 4.3-.75.73.18 1 1.05 6.13-5.51-2.89L16 23l-.93.49-5.51 2.85 1-6.13.18-1-.74-.77-4.42-4.35 6.16-.89 1-.15.46-1zM16 2l-4.55 9.22-10.17 1.47 7.36 7.18L6.9 30l9.1-4.78L25.1 30l-1.74-10.13 7.36-7.17-10.17-1.48Z"/></symbol>
36
- <symbol id="zova-svg-icon-home-icon-outline-theme-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--icon-park-outline" viewBox="0 0 48 48"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="4" d="M18 6a6 6 0 1 0 12 0h5.455L42 15.818l-5.727 4.91V42H11.727V20.727L6 15.818 12.545 6z"/></symbol>
37
- <symbol id="zova-svg-icon-home-icon-outline-timer-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5a8.5 8.5 0 1 1 0 17 8.5 8.5 0 0 1 0-17m0 1.5a7 7 0 1 0 0 14 7 7 0 0 0 0-14M12 8a.75.75 0 0 1 .743.648l.007.102v4.5a.75.75 0 0 1-1.493.102l-.007-.102v-4.5A.75.75 0 0 1 12 8m7.147-2.886.083.06 1.158.964a.75.75 0 0 1-.877 1.212l-.082-.06-1.159-.964a.75.75 0 0 1 .877-1.212M14.25 2.5a.75.75 0 0 1 .102 1.493L14.25 4h-4.5a.75.75 0 0 1-.102-1.493L9.75 2.5z"/></symbol>
38
- <symbol id="zova-svg-icon-home-icon-outline-visibility-off-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6a9.77 9.77 0 0 1 8.82 5.5 9.65 9.65 0 0 1-2.41 3.12l1.41 1.41c1.39-1.23 2.49-2.77 3.18-4.53C21.27 7.11 17 4 12 4c-1.27 0-2.49.2-3.64.57l1.65 1.65C10.66 6.09 11.32 6 12 6m-1.07 1.14L13 9.21c.57.25 1.03.71 1.28 1.28l2.07 2.07c.08-.34.14-.7.14-1.07C16.5 9.01 14.48 7 12 7c-.37 0-.72.05-1.07.14M2.01 3.87l2.68 2.68A11.74 11.74 0 0 0 1 11.5C2.73 15.89 7 19 12 19c1.52 0 2.98-.29 4.32-.82l3.42 3.42 1.41-1.41L3.42 2.45zm7.5 7.5 2.61 2.61c-.04.01-.08.02-.12.02a2.5 2.5 0 0 1-2.5-2.5c0-.05.01-.08.01-.13m-3.4-3.4 1.75 1.75a4.6 4.6 0 0 0-.36 1.78 4.507 4.507 0 0 0 6.27 4.14l.98.98c-.88.24-1.8.38-2.75.38a9.77 9.77 0 0 1-8.82-5.5c.7-1.43 1.72-2.61 2.93-3.53"/></symbol>
39
- <symbol id="zova-svg-icon-home-icon-outline-visibility-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M12 6a9.77 9.77 0 0 1 8.82 5.5C19.17 14.87 15.79 17 12 17s-7.17-2.13-8.82-5.5A9.77 9.77 0 0 1 12 6m0-2C7 4 2.73 7.11 1 11.5 2.73 15.89 7 19 12 19s9.27-3.11 11-7.5C21.27 7.11 17 4 12 4m0 5a2.5 2.5 0 0 1 0 5 2.5 2.5 0 0 1 0-5m0-2c-2.48 0-4.5 2.02-4.5 4.5S9.52 16 12 16s4.5-2.02 4.5-4.5S14.48 7 12 7"/></symbol>
40
- <symbol id="zova-svg-icon-home-icon-outline-work-history-outline" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" viewBox="0 0 24 24"><path fill="currentColor" d="M4 19V8h16v3.29c.72.22 1.4.54 2 .97V8c0-1.11-.89-2-2-2h-4V4c0-1.11-.89-2-2-2h-4c-1.11 0-2 .89-2 2v2H4c-1.11 0-1.99.89-1.99 2L2 19c0 1.11.89 2 2 2h7.68c-.3-.62-.5-1.29-.6-2zm6-15h4v2h-4z"/><path fill="currentColor" d="M18 13c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5m1.65 7.35L17.5 18.2V15h1v2.79l1.85 1.85z"/></symbol>
41
- </svg>
@@ -1 +0,0 @@
1
- import{n as e,r}from"./rolldown-runtime-CHbrDDT0.js";import{_ as t,l as a}from"./vue-De0oSCem.js";import{n as i}from"./vue-B9pRh0Vf.js";import{C as o,D as s,E as n,J as c,Z as u,q as l}from"./zova-sdmNUH4m.js";import{d as p,f as m,m as d,p as h}from"./fecha-Dt-wbMrP.js";import{C as f,S as v,T as y,_ as g,k as $,m as S,p as b,s as P,t as w,w as j,z as A}from"./zova-CybCK-Pu.js";import{t as C}from"./zova-D5ZWWzCV.js";import{i as R,s as _,t as z}from"./a-bean-CUO4gVIm.js";import{n as O,t as E}from"./zova-Cb9EgvUI.js";import{a as k,i as M,o as F,t as x}from"./a-model-BmCSLXQU.js";import{i as D,t as q}from"./a-openapi-B9APBFN4.js";import{i as K,r as Z,t as V}from"./a-form-B9pT_aEp.js";var N,Q,U,B,T,J,I,G,H,L,W,X,Y,ee,re,te,ae,ie,oe=e(()=>{var e,r,t,a,i,o;d(),C(),c(),V(),x(),q(),N=k({enableSelector:!0}),Q=$({module:"rest-resource"}),U=f("a-openapi"),B=Reflect.metadata("design:type","undefined"==typeof ScopeModuleAOpenapi?Object:ScopeModuleAOpenapi),G=N(T=Q((J=class ModelResource extends F{constructor(...e){var r,t,a,i;super(...e),this.resource=void 0,this.resourceApi=void 0,this.permissions=void 0,this.formProvider=void 0,this.schemaView=void 0,this.schemaCreate=void 0,this.schemaUpdate=void 0,this.schemaFilter=void 0,this.schemaRow=void 0,this.schemaPages=void 0,r=this,t="$$scopeOpenapi",i=this,(a=I)&&Object.defineProperty(r,t,{enumerable:a.enumerable,configurable:a.configurable,writable:a.writable,value:a.initializer?a.initializer.call(i):void 0})}__init__(e){var r=()=>super.__init__,t=this;return h(function*(){if(!e)throw new Error("resource not specified");yield r().call(t,e),t.resource=e,t.permissions=t.$computed(()=>t.$sdk.getPermissions(t.resource).data),t.formProvider=t.$computed(()=>t.$$scopeOpenapi.config.formProvider),t.schemaView=t.$computed(()=>t.apiSchemasView.responseBody),t.schemaCreate=t.$computed(()=>t.apiSchemasCreate.requestBody),t.schemaUpdate=t.$computed(()=>t.apiSchemasUpdate.requestBody),t.schemaFilter=t.$computed(()=>t.apiSchemasSelect.filter),t.schemaRow=t.$computed(()=>t.apiSchemasSelect.row),t.schemaPages=t.$computed(()=>t.apiSchemasSelect.paged),yield t._bootstrap()})()}selectGeneral(e,r){var t=this;const a=l(r);return this.$useStateData({queryKey:["select",null!=e?e:"",a],queryFn:(i=h(function*(){const a=e?`${t.resourceApi}/${e}`:t.resourceApi;return t.$fetch.get(t.sys.util.apiActionPathTranslate(a),t.sys.util.apiActionConfigPrepare(void 0,{query:r}))}),function(){return i.apply(this,arguments)})});var i}select(e){return this.selectGeneral(void 0,e)}view(e){var r,t=this;if(u(e))throw new Error("row id cannot empty");return this.$useStateData({queryKey:["get",e],queryFn:(r=h(function*(){const r=yield t.$fetch.get(t.sys.util.apiActionPathTranslate(`${t.resourceApi}/:id`,{id:e}),t.sys.util.apiActionConfigPrepare());return null!=r?r:null}),function(){return r.apply(this,arguments)})})}create(){var e,r=this;return this.$useMutationData({mutationKey:["create"],mutationFn:(e=h(function*(e){return r.$fetch.post(r.sys.util.apiActionPathTranslate(r.resourceApi),e,r.sys.util.apiActionConfigPrepare())}),function(r){return e.apply(this,arguments)}),onSuccess:()=>{this.$invalidateQueries({queryKey:["select"]})}})}update(e){var r,t=this;return this.$useMutationData({mutationKey:["update",e],mutationFn:(r=h(function*(r){return t.$fetch.patch(t.sys.util.apiActionPathTranslate(`${t.resourceApi}/:id`,{id:e}),r,t.sys.util.apiActionConfigPrepare())}),function(e){return r.apply(this,arguments)}),onSuccess:()=>{this.$invalidateQueries({queryKey:["select"]}),this.$invalidateQueries({queryKey:["get",e]})}})}delete(e){var r,t=this;return this.$useMutationData({mutationKey:["delete",e],mutationFn:(r=h(function*(){return t.$fetch.delete(t.sys.util.apiActionPathTranslate(`${t.resourceApi}/:id`,{id:e}),t.sys.util.apiActionConfigPrepare())}),function(){return r.apply(this,arguments)}),onSuccess:()=>{this.$invalidateQueries({queryKey:["select"]}),this.$invalidateQueries({queryKey:["get",e]})}})}get apiSchemasSelect(){return this.$sdk.createApiSchemas(this.resourceApi,"get")}get apiSchemasView(){return this.$sdk.createApiSchemas(`${this.resourceApi}/:id`,"get")}get apiSchemasCreate(){return this.$sdk.createApiSchemas(this.resourceApi,"post")}get apiSchemasUpdate(){return this.$sdk.createApiSchemas(`${this.resourceApi}/:id`,"patch")}getFormSchema(e){var r;const t=null!==(r=e.formScene)&&void 0!==r?r:K(e);return"view"===t?this.schemaView:"create"===t?this.schemaCreate:"edit"===t?this.schemaUpdate:void 0}getFormApiSchemas(e){var r;const t=null!==(r=e.formScene)&&void 0!==r?r:K(e);if("view"===t)return this.apiSchemasView;if("create"===t)return this.apiSchemasCreate;if("edit"===t)return this.apiSchemasUpdate;throw new Error("invalid parameters")}getFormMutationSubmit(e,r){if("edit"===e.formMode)return"create"===e.editMode?this.create():"update"===e.editMode?this.update(r):void 0}getFormData(e,r){return"edit"===e.formMode&&"create"===e.editMode?this.getQueryDataDefaultValue(this.schemaCreate):u(r)?void 0:this.view(r).data}getQueryDataDefaultValue(e){if(e)return"object"==typeof e&&(e=e.__schemaName__),this.$sdk.getSchemaDefaultValue(e)}_bootstrap(){var e=this;return h(function*(){const r=yield M(()=>e.$sdk.getBootstrap(e.resource));if(!(null==r?void 0:r.data))throw new Error(`not found sdk of resource: ${e.resource}`);e.resourceApi=e.sys.util.parseResourceApi(e.resource,r.data.apiPath)})()}},e=J.prototype,r="$$scopeOpenapi",t=[U,B],a={configurable:!0,enumerable:!0,writable:!0,initializer:null},o={},Object.keys(a).forEach(function(e){o[e]=a[e]}),o.enumerable=!!o.enumerable,o.configurable=!!o.configurable,("value"in o||o.initializer)&&(o.writable=!0),o=t.slice().reverse().reduce(function(t,a){return a(e,r,t)||t},o),i&&void 0!==o.initializer&&(o.value=o.initializer?o.initializer.call(i):void 0,o.initializer=void 0),I=void 0===o.initializer?(Object.defineProperty(e,r,o),null):o,T=J))||T)||T});var se,ne,ce,ue,le,pe,me,de,he,fe,ve,ye,ge,$e,Se,be,Pe=e(()=>{var e,r,l,f,v,S;i(),m(),d(),C(),c(),o(),E(),z(),V(),x(),te=b("home-base","page"),ae=n({resource:s(),id:s().optional(),formScene:s().optional()}),H=_(),L=$({module:"rest-resource"}),W=j({beanFullName:"rest-resource.model.resource"}),X=Reflect.metadata("design:type",Function),Y=Reflect.metadata("design:paramtypes",[]),ie=H(ee=L((e=(re=class ControllerPageEntry extends g{constructor(...e){super(...e),this.formMeta=void 0,this.formProvider=void 0,this.formSchema=void 0,this.jsxZova=void 0}get $$modelResource(){return y(this.$params.resource,!0)}get resource(){return this.$params.resource}get entryId(){return this.$params.id}get formScene(){var e;return null!==(e=this.$params.formScene)&&void 0!==e?e:u(this.entryId)?"create":"view"}__init__(){var e=this;return h(function*(){e.formMeta=e.$computed(()=>{const r=e.formScene;return p(p({},Z(r)),{},{formScene:r})}),e.formProvider=e.$computed(()=>e.$$modelResource.formProvider),e.formSchema=e.$computed(()=>e.$$modelResource.getFormSchema(e.formMeta)),e._prepareJsx(),yield M(()=>{var r;return null===(r=e.$$modelResource.getFormApiSchemas(e.formMeta))||void 0===r?void 0:r.sdk})})()}_prepareJsx(){this.jsxZova=this.bean._newBeanSimple(O,!1,this.formProvider.components)}render(){var e;const r=null===(e=this.formSchema)||void 0===e||null===(e=e.rest)||void 0===e?void 0:e.blocks;if(!r||0===r.length)return;let i=[];return r.forEach((e,r)=>{const t=A({key:r},{resource:this.resource,id:this.entryId,formScene:this.formScene},e.options),a=this.jsxZova.render(e.render,t);a&&(Array.isArray(a)?i.push(...a):i.push(a))}),a(te,null,"function"==typeof(o=i)||"[object Object]"===Object.prototype.toString.call(o)&&!t(o)?i:{default:()=>[i]});var o}}).prototype,r="$$modelResource",l=[W,X,Y],f=Object.getOwnPropertyDescriptor(re.prototype,"$$modelResource"),v=re.prototype,S={},Object.keys(f).forEach(function(e){S[e]=f[e]}),S.enumerable=!!S.enumerable,S.configurable=!!S.configurable,("value"in S||S.initializer)&&(S.writable=!0),S=l.slice().reverse().reduce(function(t,a){return a(e,r,t)||t},S),v&&void 0!==S.initializer&&(S.value=S.initializer?S.initializer.call(v):void 0,S.initializer=void 0),void 0===S.initializer&&Object.defineProperty(e,r,S),ee=re))||ee)||ee}),we=e(()=>{C(),w(),z(),Pe(),le=ae,se=_(),ne=v(),ce=$({module:"rest-resource"}),pe=se(ue=ne(ue=ce(ue=class ControllerPageEntryCreate extends ie{})||ue)||ue)||ue});var je,Ae,Ce,Re,_e,ze,Oe,Ee=e(()=>{var e,r,c,u,l,p;i(),d(),C(),o(),E(),z(),x(),$e=b("home-base","page"),Se=n({resource:s()}),me=_(),de=$({module:"rest-resource"}),he=j({beanFullName:"rest-resource.model.resource"}),fe=Reflect.metadata("design:type",Function),ve=Reflect.metadata("design:paramtypes",[]),be=me(ye=de((e=(ge=class ControllerPageResource extends g{constructor(...e){super(...e),this.jsxZova=void 0}get $$modelResource(){return y(this.$params.resource,!0)}get resource(){return this.$params.resource}__init__(){var e=this;return h(function*(){e._prepareJsx(),yield M(()=>e.$$modelResource.apiSchemasSelect.sdk)})()}_prepareJsx(){this.jsxZova=this.bean._newBeanSimple(O,!1)}get schemaRow(){return this.$$modelResource.schemaRow}render(){var e;const r=null===(e=this.schemaRow)||void 0===e||null===(e=e.rest)||void 0===e?void 0:e.blocks;if(!r||0===r.length)return;let i=[];return r.forEach((e,r)=>{const t=A({key:r},{resource:this.resource},e.options),a=this.jsxZova.render(e.render,t);a&&(Array.isArray(a)?i.push(...a):i.push(a))}),a($e,null,"function"==typeof(o=i)||"[object Object]"===Object.prototype.toString.call(o)&&!t(o)?i:{default:()=>[i]});var o}}).prototype,r="$$modelResource",c=[he,fe,ve],u=Object.getOwnPropertyDescriptor(ge.prototype,"$$modelResource"),l=ge.prototype,p={},Object.keys(u).forEach(function(e){p[e]=u[e]}),p.enumerable=!!p.enumerable,p.configurable=!!p.configurable,("value"in p||p.initializer)&&(p.writable=!0),p=c.slice().reverse().reduce(function(t,a){return a(e,r,t)||t},p),l&&void 0!==p.initializer&&(p.value=p.initializer?p.initializer.call(l):void 0,p.initializer=void 0),void 0===p.initializer&&Object.defineProperty(e,r,p),ye=ge))||ye)||ye}),ke=e(()=>{C(),Pe(),(je||(je={})).paramsSchema=ae,Ae=P(ie,void 0,void 0)}),Me=e(()=>{C(),we(),(Ce||(Ce={})).paramsSchema=le,Re=P(pe,void 0,void 0)}),Fe=e(()=>{C(),Ee(),(_e||(_e={})).paramsSchema=Se,ze=P(be,void 0,void 0)});function xe(e){return`/rest/resource/${encodeURIComponent(e.params.resource)}`}var De,qe,Ke,Ze,Ve,Ne,Qe=e(()=>{ke(),Me(),Fe(),Oe=[{name:"resource",path:":resource",component:ze,meta:{tabKey:xe}},{name:"entryCreate",path:":resource/create",component:Re,meta:{tabKey:xe}},{name:"entry",path:":resource/:id/:formScene?",component:Ae,meta:{tabKey:xe}}]}),Ue=e(()=>{C(),oe(),x(),Pe(),we(),Ee(),ke(),ke(),Me(),Me(),Fe(),Fe(),Qe(),z(),Ze={},Ve={"rest-resource:entry":{params:je.paramsSchema},"rest-resource:entryCreate":{params:Ce.paramsSchema},"rest-resource:resource":{params:_e.paramsSchema}},De=R(),qe=$({module:"rest-resource"}),Ne=De(Ke=qe(Ke=class ScopeModuleRestResource extends S{})||Ke)||Ke}),Be=e(()=>{q()}),Te=e(()=>{q()}),Je=e(()=>{}),Ie=e(()=>{Be(),Te(),Je()}),Ge=r({ControllerPageEntry:()=>ie,ControllerPageEntryCreate:()=>pe,ControllerPageEntryCreateSchemaParams:()=>le,ControllerPageEntrySchemaParams:()=>ae,ControllerPageResource:()=>be,ControllerPageResourceSchemaParams:()=>Se,ModelResource:()=>G,NSControllerPageEntry:()=>je,NSControllerPageEntryCreate:()=>Ce,NSControllerPageResource:()=>_e,ScopeModuleRestResource:()=>Ne,ZPageEntry:()=>Ae,ZPageEntryCreate:()=>Re,ZPageResource:()=>ze,pageNameSchemas:()=>Ve,pagePathSchemas:()=>Ze,routes:()=>Oe}),He=e(()=>{Ue(),Ie()});export{Ge as n,He as t};
@@ -1,10 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <symbol id="zova-svg-icon-home-icon-role-collaboration" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="M6 21v-1H4v1a7 7 0 0 0 7 7h3v-2h-3a5 5 0 0 1-5-5m18-10v1h2v-1a7 7 0 0 0-7-7h-3v2h3a5 5 0 0 1 5 5m-13 0H5a3 3 0 0 0-3 3v2h2v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2h2v-2a3 3 0 0 0-3-3m-3-1a4 4 0 1 0-4-4 4 4 0 0 0 4 4m0-6a2 2 0 1 1-2 2 2 2 0 0 1 2-2m19 21h-6a3 3 0 0 0-3 3v2h2v-2a1 1 0 0 1 1-1h6a1 1 0 0 1 1 1v2h2v-2a3 3 0 0 0-3-3m-7-5a4 4 0 1 0 4-4 4 4 0 0 0-4 4m6 0a2 2 0 1 1-2-2 2 2 0 0 1 2 2"/></symbol>
3
- <symbol id="zova-svg-icon-home-icon-role-level" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--icon-park-outline" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="4"><path stroke-linejoin="round" d="M6 8v32M24 8v32M7 24h16"/><path d="M32 24v16m0-8.976C32 28.46 34 26 37 26s5 2.358 5 5.024v8.99"/></g></symbol>
4
- <symbol id="zova-svg-icon-home-icon-role-organization" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--fluent" viewBox="0 0 24 24"><path fill="currentColor" d="M11.75 1.998a3.752 3.752 0 0 0-.75 7.43V11.5H7.75a2.25 2.25 0 0 0-2.25 2.25v.826a3.754 3.754 0 0 0 .752 7.429A3.752 3.752 0 0 0 7 14.575v-.825a.75.75 0 0 1 .75-.75h8a.75.75 0 0 1 .75.75v.826a3.754 3.754 0 0 0 .752 7.429 3.752 3.752 0 0 0 .748-7.43v-.825a2.25 2.25 0 0 0-2.25-2.25H12.5V9.428a3.754 3.754 0 0 0-.75-7.43M9.498 5.75a2.252 2.252 0 1 1 4.504 0 2.252 2.252 0 0 1-4.504 0M4 18.253a2.252 2.252 0 1 1 4.505 0 2.252 2.252 0 0 1-4.505 0M17.252 16a2.252 2.252 0 1 1 0 4.505 2.252 2.252 0 0 1 0-4.505"/></symbol>
5
- <symbol id="zova-svg-icon-home-icon-role-position" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--iconoir" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.73 8.36-2.25 3a.6.6 0 0 1-.96 0l-2.25-3a.6.6 0 0 1 0-.72l2.25-3a.6.6 0 0 1 .96 0l2.25 3a.6.6 0 0 1 0 .72M3 20h18m-9-3v-2"/></symbol>
6
- <symbol id="zova-svg-icon-home-icon-role-relation" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--mdi" viewBox="0 0 24 24"><path fill="currentColor" d="M21 15v-2h-2v2h-.21a2.5 2.5 0 0 0-4.58 0H13V7H9.79a2.5 2.5 0 0 0-4.58 0H5V5H3v2H2v2h1v2h2V9h.21a2.5 2.5 0 0 0 4.58 0H11v8h3.21a2.5 2.5 0 0 0 4.58 0H19v2h2v-2h1v-2M7.5 9a1 1 0 1 1 1-1 1 1 0 0 1-1 1m9 8a1 1 0 1 1 1-1 1 1 0 0 1-1 1"/></symbol>
7
- <symbol id="zova-svg-icon-home-icon-role-role" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M12 11c1.33 0 4 .67 4 2v.16c-.97 1.12-2.4 1.84-4 1.84s-3.03-.72-4-1.84V13c0-1.33 2.67-2 4-2m0-1c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2m6 .2C18 6.57 15.35 4 12 4s-6 2.57-6 6.2c0 2.34 1.95 5.44 6 9.14 4.05-3.7 6-6.8 6-9.14M12 2c4.2 0 8 3.22 8 8.2 0 3.32-2.67 7.25-8 11.8-5.33-4.55-8-8.48-8-11.8C4 5.22 7.8 2 12 2"/></symbol>
8
- <symbol id="zova-svg-icon-home-icon-role-shield-key" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--mdi" viewBox="0 0 24 24"><path fill="currentColor" d="M21 11c0 5.55-3.84 10.74-9 12-5.16-1.26-9-6.45-9-12V5l9-4 9 4zm-9 10c3.75-1 7-5.46 7-9.78V6.3l-7-3.12L5 6.3v4.92C5 15.54 8.25 20 12 21m0-15a3 3 0 0 1 3 3c0 1.31-.83 2.42-2 2.83V14h2v2h-2v2h-2v-6.17A2.99 2.99 0 0 1 9 9a3 3 0 0 1 3-3m0 2a1 1 0 0 0-1 1 1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1"/></symbol>
9
- <symbol id="zova-svg-icon-home-icon-role-template" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5.5C5 6.33 5.67 7 6.5 7h4v10.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5V7h4c.83 0 1.5-.67 1.5-1.5S18.33 4 17.5 4h-11C5.67 4 5 4.67 5 5.5"/></symbol>
10
- </svg>
@@ -1 +0,0 @@
1
- var e=Object.create,r=Object.defineProperty,t=Object.getOwnPropertyDescriptor,n=Object.getOwnPropertyNames,o=Object.getPrototypeOf,u=Object.prototype.hasOwnProperty,i=(e,r)=>()=>(e&&(r=e(e=0)),r),l=(e,r)=>()=>(r||(e((r={exports:{}}).exports,r),e=null),r.exports),a=(e,t)=>{let n={};for(var o in e)r(n,o,{get:e[o],enumerable:!0});return t||r(n,Symbol.toStringTag,{value:"Module"}),n},p=(i,l,a)=>(a=null!=i?e(o(i)):{},((e,o,i,l)=>{if(o&&"object"==typeof o||"function"==typeof o)for(var a,p=n(o),f=0,s=p.length;f<s;f++)a=p[f],u.call(e,a)||a===i||r(e,a,{get:(e=>o[e]).bind(null,a),enumerable:!(l=t(o,a))||l.enumerable});return e})(!l&&i&&i.__esModule?a:r(a,"default",{value:i,enumerable:!0}),i)),f=(e=>"undefined"!=typeof require?require:"undefined"!=typeof Proxy?new Proxy(e,{get:(e,r)=>("undefined"!=typeof require?require:e)[r]}):e)(function(e){if("undefined"!=typeof require)return require.apply(this,arguments);throw Error('Calling `require` for "'+e+"\" in an environment that doesn't expose the `require` function. See https://rolldown.rs/in-depth/bundling-cjs#require-external-modules for more details.")});export{p as a,f as i,i as n,a as r,l as t};
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
2
- <symbol id="zova-svg-icon-home-icon-social-cabloy" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="#FF9300" d="M14.11 0q.968 0 1.328.219.36.218.359.765v6q0 .532-.485.766-.468.219-1.578.219-.735 0-1.14-.094-.39-.11-.547-.312-.156-.204-.156-.579 0-1.562-.86-2.5-.843-.937-2.422-.937-2.172 0-3.296 1.562-1.125 1.563-1.125 4.5 0 2.907 1.187 4.5 1.203 1.58 3.39 1.579 1.36 0 2.61-.36 1.25-.375 2.719-1.125.25-.125.469-.125.734 0 1.218 1.297.219.594.219 1.063 0 .796-.719 1.14-3.344 1.656-6.672 1.656-2.562 0-4.515-1.172-1.953-1.17-3.032-3.343Q0 12.53 0 9.609q0-2.906 1.047-5.078 1.047-2.187 2.89-3.36Q5.798.002 8.142 0q2.735 0 4.062 1.969V.984q0-.531.453-.75Q13.11 0 14.11 0"/></symbol>
3
- <symbol id="zova-svg-icon-home-icon-social-chat" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="m6 18-2.3 2.3q-.475.475-1.088.213T2 19.575V4q0-.825.588-1.412T4 2h16q.825 0 1.413.588T22 4v12q0 .825-.587 1.413T20 18zm1-4h6q.425 0 .713-.288T14 13t-.288-.712T13 12H7q-.425 0-.712.288T6 13t.288.713T7 14m0-3h10q.425 0 .713-.288T18 10t-.288-.712T17 9H7q-.425 0-.712.288T6 10t.288.713T7 11m0-3h10q.425 0 .713-.288T18 7t-.288-.712T17 6H7q-.425 0-.712.288T6 7t.288.713T7 8"/></symbol>
4
- <symbol id="zova-svg-icon-home-icon-social-facebook" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--ic" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12c0-5.52-4.48-10-10-10S2 6.48 2 12c0 4.84 3.44 8.87 8 9.8V15H8v-3h2V9.5C10 7.57 11.57 6 13.5 6H16v3h-2c-.55 0-1 .45-1 1v2h3v3h-3v6.95c5.05-.5 9-4.76 9-9.95"/></symbol>
5
- <symbol id="zova-svg-icon-home-icon-social-github" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2A10 10 0 0 0 2 12c0 4.42 2.87 8.17 6.84 9.5.5.08.66-.23.66-.5v-1.69c-2.77.6-3.36-1.34-3.36-1.34-.46-1.16-1.11-1.47-1.11-1.47-.91-.62.07-.6.07-.6 1 .07 1.53 1.03 1.53 1.03.87 1.52 2.34 1.07 2.91.83.09-.65.35-1.09.63-1.34-2.22-.25-4.55-1.11-4.55-4.92 0-1.11.38-2 1.03-2.71-.1-.25-.45-1.29.1-2.64 0 0 .84-.27 2.75 1.02.79-.22 1.65-.33 2.5-.33s1.71.11 2.5.33c1.91-1.29 2.75-1.02 2.75-1.02.55 1.35.2 2.39.1 2.64.65.71 1.03 1.6 1.03 2.71 0 3.82-2.34 4.66-4.57 4.91.36.31.69.92.69 1.85V21c0 .27.16.59.67.5C19.14 20.16 22 16.42 22 12A10 10 0 0 0 12 2"/></symbol>
6
- <symbol id="zova-svg-icon-home-icon-social-public" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M12 22q-2.075 0-3.9-.788t-3.175-2.137T2.788 15.9 2 12t.788-3.9 2.137-3.175T8.1 2.788 12 2t3.9.788 3.175 2.137T21.213 8.1 22 12t-.788 3.9-2.137 3.175-3.175 2.138T12 22m-1-2.05V18q-.825 0-1.412-.587T9 16v-1l-4.8-4.8q-.075.45-.137.9T4 12q0 3.025 1.988 5.3T11 19.95m6.9-2.55q.5-.55.9-1.187t.662-1.325.4-1.413T20 12q0-2.45-1.363-4.475T15 4.6V5q0 .825-.587 1.413T13 7h-2v2q0 .425-.288.713T10 10H8v2h6q.425 0 .713.288T15 13v3h1q.65 0 1.175.388T17.9 17.4"/></symbol>
7
- <symbol id="zova-svg-icon-home-icon-social-record-voice-over" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M19.95 15.95 18.4 14.4q1.1-1.025 1.725-2.425T20.75 9t-.625-2.95-1.725-2.4l1.55-1.6q1.4 1.325 2.225 3.125T23 9t-.825 3.825-2.225 3.125m-3.2-3.2-1.6-1.6q.45-.425.725-.962T16.15 9t-.275-1.187-.725-.963l1.6-1.6q.8.725 1.25 1.688T18.45 9 18 11.063t-1.25 1.687M9 13q-1.65 0-2.825-1.175T5 9t1.175-2.825T9 5t2.825 1.175T13 9t-1.175 2.825T9 13m-8 8v-2.8q0-.825.425-1.55t1.175-1.1q1.275-.65 2.875-1.1T9 14t3.525.45 2.875 1.1q.75.375 1.175 1.1T17 18.2V21z"/></symbol>
8
- <symbol id="zova-svg-icon-home-icon-social-school" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="currentColor" d="M21 17v-6.9L12 15 1 9l11-6 11 6v8zm-9 4-7-3.8v-5l7 3.8 7-3.8v5z"/></symbol>
9
- <symbol id="zova-svg-icon-home-icon-social-twitter" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="iconify iconify--mdi" viewBox="0 0 24 24"><path fill="currentColor" d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.2 4.2 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.52 8.52 0 0 1-5.33 1.84q-.51 0-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23"/></symbol>
10
- <symbol id="zova-svg-icon-home-icon-social-vona" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="#FF9300" d="M18.516 0q.375 0 .578.14.203.126.297.47.11.343.109 1 0 .655-.11 1-.093.343-.296.468t-.578.125h-1.063l-5.672 14.672q-.219.562-.672.781-.452.235-1.406.235-.953 0-1.406-.235-.438-.234-.64-.781L2.186 3.203H.984q-.374 0-.578-.125Q.204 2.953.11 2.61 0 2.266 0 1.61q0-.655.11-1Q.202.266.405.141.61 0 .984 0h6.782q.375 0 .578.14.203.126.297.47.11.343.109 1 0 .655-.11 1-.092.343-.296.468t-.578.125H6.375l3.36 9.578 3.578-9.578h-1.11q-.375 0-.578-.125t-.312-.469q-.094-.343-.094-1 0-.655.094-1 .109-.343.312-.468.203-.141.578-.141z"/></symbol>
11
- <symbol id="zova-svg-icon-home-icon-social-zova" xmlns="http://www.w3.org/2000/svg" fill="none"><path fill="#FF9300" d="M13.734 0q.375 0 .579.14.203.126.296.47.11.343.11 1 0 .953-.36 1.437l-8.968 12.14h5.734V11.72q0-.531.453-.75.454-.235 1.453-.235.97 0 1.328.22.36.217.36.765v5.812q0 .531-.235.782-.234.234-.78.234H.983q-.374 0-.578-.125-.203-.126-.312-.469-.094-.343-.094-1 0-1.031.313-1.453L9.28 3.36H4.062v3.156q0 .531-.453.765-.453.219-1.453.219-.968 0-1.328-.219-.36-.218-.36-.765v-5.5q0-.547.235-.782Q.953 0 1.484 0z"/></symbol>
12
- </svg>
@@ -1 +0,0 @@
1
- import{n as e}from"./rolldown-runtime-CHbrDDT0.js";import{d as t,f as n,i as r,r as s}from"./fecha-Dt-wbMrP.js";import{a as i,c as a,d as o,i as u,l,n as c,o as h,r as d,s as m,t as f,u as y}from"./basic-date-DmB2H1Wl.js";function g(e,t={}){const n=JSON.stringify([e,t]);let r=Pt.get(n);return void 0===r&&(r=new Intl.DateTimeFormat(e,t),Pt.set(n,r)),r}function w(e){let t=Qt.get(e);return void 0===t&&(t=new Intl.DateTimeFormat(e).resolvedOptions(),Qt.set(e,t)),t}function p(e,t,n,r){const s=e.listingMode();return"error"===s?null:"en"===s?n(t):r(t)}function k(e,t){if(C(e)||null===e)return t;if(e instanceof jt)return e;if("string"==typeof e){const n=e.toLowerCase();return"default"===n?t:"local"===n||"system"===n?qt.instance:"utc"===n||"gmt"===n?an.utcInstance:an.parseSpecifier(n)||Rt.create(e)}return Z(e)?an.instance(e):"object"==typeof e&&"offset"in e&&"function"==typeof e.offset?e:new on(e)}function v({numberingSystem:e},t=""){const n=e||"latn";let r=hn.get(n);void 0===r&&(r=new Map,hn.set(n,r));let s=r.get(t);return void 0===s&&(s=new RegExp(`${un[n]}${t}`),r.set(t,s)),s}function T(e,t){return new Tn("unit out of range",`you specified ${t} (of type ${typeof t}) as a ${e}, which is invalid`)}function S(e,t,n){const r=new Date(Date.UTC(e,t-1,n));e<100&&e>=0&&r.setUTCFullYear(r.getUTCFullYear()-1900);const s=r.getUTCDay();return 0===s?7:s}function O(e,t,n){return n+(P(e)?On:Sn)[t-1]}function b(e,t){const n=P(e)?On:Sn,r=n.findIndex(e=>e<t);return{month:r+1,day:t-n[r]}}function D(e,t){return(e-t+7)%7+1}function N(e,n=4,r=1){const{year:s,month:i,day:a}=e,o=O(s,i,a),u=D(S(s,i,a),r);let l,c=Math.floor((o-u+14-n)/7);return c<1?(l=s-1,c=K(l,n,r)):c>K(s,n,r)?(l=s+1,c=1):l=s,t({weekYear:l,weekNumber:c,weekday:u},ie(e))}function M(e,n=4,r=1){const{weekYear:s,weekNumber:i,weekday:a}=e,o=D(S(s,1,n),r),u=J(s);let l,c=7*i+a-o-7+n;c<1?(l=s-1,c+=J(l)):c>u?(l=s+1,c-=J(s)):l=s;const{month:h,day:d}=b(l,c);return t({year:l,month:h,day:d},ie(e))}function I(e){const{year:n,month:r,day:s}=e;return t({year:n,ordinal:O(n,r,s)},ie(e))}function V(e){const{year:n,ordinal:r}=e,{month:s,day:i}=b(n,r);return t({year:n,month:s,day:i},ie(e))}function x(e,t){if(C(e.localWeekday)&&C(e.localWeekNumber)&&C(e.localWeekYear))return{minDaysInFirstWeek:4,startOfWeek:1};if(!C(e.weekday)||!C(e.weekNumber)||!C(e.weekYear))throw new ct("Cannot mix locale-based week fields with ISO-based week fields");return C(e.localWeekday)||(e.weekday=e.localWeekday),C(e.localWeekNumber)||(e.weekNumber=e.localWeekNumber),C(e.localWeekYear)||(e.weekYear=e.localWeekYear),delete e.localWeekday,delete e.localWeekNumber,delete e.localWeekYear,{minDaysInFirstWeek:t.getMinDaysInFirstWeek(),startOfWeek:t.getStartOfWeek()}}function E(e){const t=$(e.year),n=q(e.month,1,12),r=q(e.day,1,G(e.year,e.month));return t?n?!r&&T("day",e.day):T("month",e.month):T("year",e.year)}function F(e){const{hour:t,minute:n,second:r,millisecond:s}=e,i=q(t,0,23)||24===t&&0===n&&0===r&&0===s,a=q(n,0,59),o=q(r,0,59),u=q(s,0,999);return i?a?o?!u&&T("millisecond",s):T("second",r):T("minute",n):T("hour",t)}function C(e){return void 0===e}function Z(e){return"number"==typeof e}function $(e){return"number"==typeof e&&e%1==0}function W(){try{return"undefined"!=typeof Intl&&!!Intl.RelativeTimeFormat}catch(e){return!1}}function L(){try{return"undefined"!=typeof Intl&&!!Intl.Locale&&("weekInfo"in Intl.Locale.prototype||"getWeekInfo"in Intl.Locale.prototype)}catch(e){return!1}}function z(e,t,n){if(0!==e.length)return e.reduce((e,r)=>{const s=[t(r),r];return e&&n(e[0],s[0])===e[0]?e:s},null)[1]}function j(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function A(e){if(null==e)return null;if("object"!=typeof e)throw new dt("Week settings must be an object");if(!q(e.firstDay,1,7)||!q(e.minimalDays,1,7)||!Array.isArray(e.weekend)||e.weekend.some(e=>!q(e,1,7)))throw new dt("Invalid week settings");return{firstDay:e.firstDay,minimalDays:e.minimalDays,weekend:Array.from(e.weekend)}}function q(e,t,n){return $(e)&&e>=t&&e<=n}function U(e,t=2){let n;return n=e<0?"-"+(""+-e).padStart(t,"0"):(""+e).padStart(t,"0"),n}function _(e){return C(e)||null===e||""===e?void 0:parseInt(e,10)}function Y(e){return C(e)||null===e||""===e?void 0:parseFloat(e)}function R(e){if(!C(e)&&null!==e&&""!==e){const t=1e3*parseFloat("0."+e);return Math.floor(t)}}function H(e,t,n="round"){const r=Math.pow(10,t);switch(n){case"expand":return e>0?Math.ceil(e*r)/r:Math.floor(e*r)/r;case"trunc":return Math.trunc(e*r)/r;case"round":return Math.round(e*r)/r;case"floor":return Math.floor(e*r)/r;case"ceil":return Math.ceil(e*r)/r;default:throw new RangeError(`Value rounding ${n} is out of range`)}}function P(e){return e%4==0&&(e%100!=0||e%400==0)}function J(e){return P(e)?366:365}function G(e,t){const n=function(e,t){return e-t*Math.floor(e/t)}(t-1,12)+1;return 2===n?P(e+(t-n)/12)?29:28:[31,null,31,30,31,30,31,31,30,31,30,31][n-1]}function B(e){let t=Date.UTC(e.year,e.month-1,e.day,e.hour,e.minute,e.second,e.millisecond);return e.year<100&&e.year>=0&&(t=new Date(t),t.setUTCFullYear(e.year,e.month-1,e.day)),+t}function Q(e,t,n){return-D(S(e,1,t),n)+t-1}function K(e,t=4,n=1){const r=Q(e,t,n),s=Q(e+1,t,n);return(J(e)-r+s)/7}function X(e){return e>99?e:e>vn.twoDigitCutoffYear?1900+e:2e3+e}function ee(e,n,r,s=null){const i=new Date(e),a={hourCycle:"h23",year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"};s&&(a.timeZone=s);const o=t({timeZoneName:n},a),u=new Intl.DateTimeFormat(r,o).formatToParts(i).find(e=>"timezonename"===e.type.toLowerCase());return u?u.value:null}function te(e,t){let n=parseInt(e,10);Number.isNaN(n)&&(n=0);const r=parseInt(t,10)||0;return 60*n+(n<0||Object.is(n,-0)?-r:r)}function ne(e){const t=Number(e);if("boolean"==typeof e||""===e||!Number.isFinite(t))throw new dt(`Invalid unit value ${e}`);return t}function re(e,t){const n={};for(const r in e)if(j(e,r)){const s=e[r];if(null==s)continue;n[t(r)]=ne(s)}return n}function se(e,t){const n=Math.trunc(Math.abs(e/60)),r=Math.trunc(Math.abs(e%60)),s=e>=0?"+":"-";switch(t){case"short":return`${s}${U(n,2)}:${U(r,2)}`;case"narrow":return`${s}${n}${r>0?`:${r}`:""}`;case"techie":return`${s}${U(n,2)}${U(r,2)}`;default:throw new RangeError(`Value format ${t} is out of range for property format`)}}function ie(e){return function(e,t){return t.reduce((t,n)=>(t[n]=e[n],t),{})}(e,["hour","minute","second","millisecond"])}function ae(e){switch(e){case"narrow":return[...Nn];case"short":return[...Dn];case"long":return[...bn];case"numeric":return["1","2","3","4","5","6","7","8","9","10","11","12"];case"2-digit":return["01","02","03","04","05","06","07","08","09","10","11","12"];default:return null}}function oe(e){switch(e){case"narrow":return[...Vn];case"short":return[...In];case"long":return[...Mn];case"numeric":return["1","2","3","4","5","6","7"];default:return null}}function ue(e){switch(e){case"narrow":return[...Cn];case"short":return[...Fn];case"long":return[...En];default:return null}}function le(e,t){let n="";for(const r of e)r.literal?n+=r.val:n+=t(r.val);return n}function ce(...e){const t=e.reduce((e,t)=>e+t.source,"");return RegExp(`^${t}$`)}function he(...e){return n=>e.reduce(([e,r,s],i)=>{const[a,o,u]=i(n,s);return[t(t({},e),a),o||r,u]},[{},null,1]).slice(0,2)}function de(e,...t){if(null==e)return[null,null];for(const[n,r]of t){const t=n.exec(e);if(t)return r(t)}return[null,null]}function me(...e){return(t,n)=>{const r={};let s;for(s=0;s<e.length;s++)r[e[s]]=_(t[n+s]);return[r,null,n+s]}}function fe(e,t,n){const r=e[t];return C(r)?n:_(r)}function ye(e,t){return[{year:fe(e,t),month:fe(e,t+1,1),day:fe(e,t+2,1)},null,t+3]}function ge(e,t){return[{hours:fe(e,t,0),minutes:fe(e,t+1,0),seconds:fe(e,t+2,0),milliseconds:R(e[t+3])},null,t+4]}function we(e,t){const n=!e[t]&&!e[t+1],r=te(e[t+1],e[t+2]);return[{},n?null:an.instance(r),t+3]}function pe(e,t){return[{},e[t]?Rt.create(e[t]):null,t+1]}function ke(e){const[t,n,r,s,i,a,o,u,l]=e,c="-"===t[0],h=u&&"-"===u[0],d=(e,t=!1)=>void 0!==e&&(t||e&&c)?-e:e;return[{years:d(Y(n)),months:d(Y(r)),weeks:d(Y(s)),days:d(Y(i)),hours:d(Y(a)),minutes:d(Y(o)),seconds:d(Y(u),"-0"===u),milliseconds:d(R(l),h)}]}function ve(e,t,n,r,s,i,a){const o={year:2===t.length?X(_(t)):_(t),month:Dn.indexOf(n)+1,day:_(r),hour:_(s),minute:_(i)};return a&&(o.second=_(a)),e&&(o.weekday=e.length>3?Mn.indexOf(e)+1:In.indexOf(e)+1),o}function Te(e){const[,t,n,r,s,i,a,o,u,l,c,h]=e,d=ve(t,s,r,n,i,a,o);let m;return m=u?Kn[u]:l?0:te(c,h),[d,new an(m)]}function Se(e){const[,t,n,r,s,i,a,o]=e;return[ve(t,s,r,n,i,a,o),an.utcInstance]}function Oe(e){const[,t,n,r,s,i,a,o]=e;return[ve(t,o,n,r,s,i,a),an.utcInstance]}function be(e,n,r=!1){return new Tr({values:r?n.values:t(t({},e.values),n.values||{}),loc:e.loc.clone(n.loc),conversionAccuracy:n.conversionAccuracy||e.conversionAccuracy,matrix:n.matrix||e.matrix})}function De(e,t){var n;let r=null!==(n=t.milliseconds)&&void 0!==n?n:0;for(const s of vr.slice(1))t[s]&&(r+=t[s]*e[s].milliseconds);return r}function Ne(e,t){const n=De(e,t)<0?-1:1;kr.reduceRight((r,s)=>{if(C(t[s]))return r;if(r){const i=t[r]*n,a=e[s][r],o=Math.floor(i/a);t[s]+=o*n,t[r]-=o*a*n}return s},null),kr.reduce((n,r)=>{if(C(t[r]))return n;if(n){const s=t[n]%1;t[n]-=s,t[r]+=s*e[n][r]}return r},null)}function Me(e){const t={};for(const[n,r]of Object.entries(e))0!==r&&(t[n]=r);return t}function Ie(e,t){return e&&e.isValid?t&&t.isValid?t<e?Or.invalid("end before start",`The end of an interval must be after its start, but you had start=${e.toISO()} and end=${t.toISO()}`):null:Or.invalid("missing or invalid end"):Or.invalid("missing or invalid start")}function Ve(e,t){const n=e=>e.toUTC(0,{keepLocalTime:!0}).startOf("day").valueOf(),r=n(t)-n(e);return Math.floor(Tr.fromMillis(r).as("days"))}function xe(e,t,n,r){let[s,i,a,o]=function(e,t,n){const r=[["years",(e,t)=>t.year-e.year],["quarters",(e,t)=>t.quarter-e.quarter+4*(t.year-e.year)],["months",(e,t)=>t.month-e.month+12*(t.year-e.year)],["weeks",(e,t)=>{const n=Ve(e,t);return(n-n%7)/7}],["days",Ve]],s={},i=e;let a,o;for(const[u,l]of r)n.indexOf(u)>=0&&(a=u,s[u]=l(e,t),o=i.plus(s),o>t?(s[u]--,(e=i.plus(s))>t&&(o=e,s[u]--,e=i.plus(s))):e=o);return[e,s,o,a]}(e,t,n);const u=t-s,l=n.filter(e=>["hours","minutes","seconds","milliseconds"].indexOf(e)>=0);0===l.length&&(a<t&&(a=s.plus({[o]:1})),a!==s&&(i[o]=(i[o]||0)+u/(a-s)));const c=Tr.fromObject(i,r);return l.length>0?Tr.fromMillis(u,r).shiftTo(...l).plus(c):c}function Ee(e,t=e=>e){return{regex:e,deser:([e])=>t(function(e){let t=parseInt(e,10);if(isNaN(t)){t="";for(let n=0;n<e.length;n++){const r=e.charCodeAt(n);if(-1!==e[n].search(un.hanidec))t+=cn.indexOf(e[n]);else for(const e in ln){const[n,s]=ln[e];r>=n&&r<=s&&(t+=r-n)}}return parseInt(t,10)}return t}(e))}}function Fe(e){return e.replace(/\./g,"\\.?").replace(Mr,Nr)}function Ce(e){return e.replace(/\./g,"").replace(Mr," ").toLowerCase()}function Ze(e,t){return null===e?null:{regex:RegExp(e.map(Fe).join("|")),deser:([n])=>e.findIndex(e=>Ce(n)===Ce(e))+t}}function $e(e,t){return{regex:e,deser:([,e,t])=>te(e,t),groups:t}}function We(e){return{regex:e,deser:([e])=>e}}function Le(e,t){return Array.prototype.concat(...e.map(e=>function(e,t){if(e.literal)return e;const n=je($n.macroTokenToFormatOpts(e.val),t);return null==n||n.includes(void 0)?e:n}(e,t)))}function ze(e,t,n){return new xr(e,n).explainFromTokens(t)}function je(e,t){if(!e)return null;const n=$n.create(t,e).dtFormatter((Vr||(Vr=qr.fromMillis(1555555555555)),Vr)),r=n.formatToParts(),s=n.resolvedOptions();return r.map(t=>function(e,t,n){const{type:r,value:s}=e;if("literal"===r){const e=/^\s+$/.test(s);return{literal:!e,val:e?" ":s}}const i=t[r];let a=r;"hour"===r&&(a=null!=t.hour12?t.hour12?"hour12":"hour24":null!=t.hourCycle?"h11"===t.hourCycle||"h12"===t.hourCycle?"hour12":"hour24":n.hour12?"hour12":"hour24");let o=Ir[a];if("object"==typeof o&&(o=o[i]),o)return{literal:!1,val:o}}(t,e,s))}function Ae(e){return new Tn("unsupported zone",`the zone "${e.name}" is not supported`)}function qe(e){return null===e.weekData&&(e.weekData=N(e.c)),e.weekData}function Ue(e){return null===e.localWeekData&&(e.localWeekData=N(e.c,e.loc.getMinDaysInFirstWeek(),e.loc.getStartOfWeek())),e.localWeekData}function _e(e,n){const r={ts:e.ts,zone:e.zone,c:e.c,o:e.o,loc:e.loc,invalid:e.invalid};return new qr(t(t(t({},r),n),{},{old:r}))}function Ye(e,t,n){let r=e-60*t*1e3;const s=n.offset(r);if(t===s)return[r,t];r-=60*(s-t)*1e3;const i=n.offset(r);return s===i?[r,s]:[e-60*Math.min(s,i)*1e3,Math.max(s,i)]}function Re(e,t){const n=new Date(e+=60*t*1e3);return{year:n.getUTCFullYear(),month:n.getUTCMonth()+1,day:n.getUTCDate(),hour:n.getUTCHours(),minute:n.getUTCMinutes(),second:n.getUTCSeconds(),millisecond:n.getUTCMilliseconds()}}function He(e,t,n){return Ye(B(e),t,n)}function Pe(e,n){const r=e.o,s=e.c.year+Math.trunc(n.years),i=e.c.month+Math.trunc(n.months)+3*Math.trunc(n.quarters),a=t(t({},e.c),{},{year:s,month:i,day:Math.min(e.c.day,G(s,i))+Math.trunc(n.days)+7*Math.trunc(n.weeks)}),o=Tr.fromObject({years:n.years-Math.trunc(n.years),quarters:n.quarters-Math.trunc(n.quarters),months:n.months-Math.trunc(n.months),weeks:n.weeks-Math.trunc(n.weeks),days:n.days-Math.trunc(n.days),hours:n.hours,minutes:n.minutes,seconds:n.seconds,milliseconds:n.milliseconds}).as("milliseconds");let[u,l]=Ye(B(a),r,e.zone);return 0!==o&&(u+=o,l=e.zone.offset(u)),{ts:u,o:l}}function Je(e,n,r,s,i,a){const{setZone:o,zone:u}=r;if(e&&0!==Object.keys(e).length||n){const s=n||u,i=qr.fromObject(e,t(t({},r),{},{zone:s,specificOffset:a}));return o?i:i.setZone(u)}return qr.invalid(new Tn("unparsable",`the input "${i}" can't be parsed as ${s}`))}function Ge(e,t,n=!0){return e.isValid?$n.create(rn.create("en-US"),{allowZ:n,forceSimple:!0}).formatDateTimeFromString(e,t):null}function Be(e,t,n){const r=e.c.year>9999||e.c.year<0;let s="";if(r&&e.c.year>=0&&(s+="+"),s+=U(e.c.year,r?6:4),"year"===n)return s;if(t){if(s+="-",s+=U(e.c.month),"month"===n)return s;s+="-"}else if(s+=U(e.c.month),"month"===n)return s;return s+=U(e.c.day),s}function Qe(e,t,n,r,s,i,a){let o=!n||0!==e.c.millisecond||0!==e.c.second,u="";switch(a){case"day":case"month":case"year":break;default:if(u+=U(e.c.hour),"hour"===a)break;if(t){if(u+=":",u+=U(e.c.minute),"minute"===a)break;o&&(u+=":",u+=U(e.c.second))}else{if(u+=U(e.c.minute),"minute"===a)break;o&&(u+=U(e.c.second))}if("second"===a)break;!o||r&&0===e.c.millisecond||(u+=".",u+=U(e.c.millisecond,3))}return s&&(e.isOffsetFixed&&0===e.offset&&!i?u+="Z":e.o<0?(u+="-",u+=U(Math.trunc(-e.o/60)),u+=":",u+=U(Math.trunc(-e.o%60))):(u+="+",u+=U(Math.trunc(e.o/60)),u+=":",u+=U(Math.trunc(e.o%60)))),i&&(u+="["+e.zone.ianaName+"]"),u}function Ke(e){const t={year:"year",years:"year",month:"month",months:"month",day:"day",days:"day",hour:"hour",hours:"hour",minute:"minute",minutes:"minute",quarter:"quarter",quarters:"quarter",second:"second",seconds:"second",millisecond:"millisecond",milliseconds:"millisecond",weekday:"weekday",weekdays:"weekday",weeknumber:"weekNumber",weeksnumber:"weekNumber",weeknumbers:"weekNumber",weekyear:"weekYear",weekyears:"weekYear",ordinal:"ordinal"}[e.toLowerCase()];if(!t)throw new ht(e);return t}function Xe(e){switch(e.toLowerCase()){case"localweekday":case"localweekdays":return"localWeekday";case"localweeknumber":case"localweeknumbers":return"localWeekNumber";case"localweekyear":case"localweekyears":return"localWeekYear";default:return Ke(e)}}function et(e,t){const n=k(t.zone,vn.defaultZone);if(!n.isValid)return qr.invalid(Ae(n));const r=rn.fromObject(t);let s,i;if(C(e.year))s=vn.now();else{for(const n of Wr)C(e[n])&&(e[n]=Cr[n]);const t=E(e)||F(e);if(t)return qr.invalid(t);const r=function(e){if(void 0===jr&&(jr=vn.now()),"iana"!==e.type)return e.offset(jr);const t=e.name;let n=Ar.get(t);return void 0===n&&(n=e.offset(jr),Ar.set(t,n)),n}(n);[s,i]=He(e,r,n)}return new qr({ts:s,zone:n,loc:r,o:i})}function tt(e,t,n){const r=!!C(n.round)||n.round,s=C(n.rounding)?"trunc":n.rounding,i=(e,i)=>(e=H(e,r||n.calendary?0:2,n.calendary?"round":s),t.loc.clone(n).relFormatter(n).format(e,i)),a=r=>n.calendary?t.hasSame(e,r)?0:t.startOf(r).diff(e.startOf(r),r).get(r):t.diff(e,r).get(r);if(n.unit)return i(a(n.unit),n.unit);for(const o of n.units){const e=a(o);if(Math.abs(e)>=1)return i(e,o)}return i(e>t?-0:0,n.units[n.units.length-1])}function nt(e){let t,n={};return e.length>0&&"object"==typeof e[e.length-1]?(n=e[e.length-1],t=Array.from(e).slice(0,e.length-1)):t=Array.from(e),[n,t]}function rt(e){if(qr.isDateTime(e))return e;if(e&&e.valueOf&&Z(e.valueOf()))return qr.fromJSDate(e);if(e&&"object"==typeof e)return qr.fromObject(e);throw new dt(`Unknown datetime argument: ${e}, of type ${typeof e}`)}var st,it,at,ot,ut,lt,ct,ht,dt,mt,ft,yt,gt,wt,pt,kt,vt,Tt,St,Ot,bt,Dt,Nt,Mt,It,Vt,xt,Et,Ft,Ct,Zt,$t,Wt,Lt,zt,jt,At,qt,Ut,_t,Yt,Rt,Ht,Pt,Jt,Gt,Bt,Qt,Kt,Xt,en,tn,nn,rn,sn,an,on,un,ln,cn,hn,dn,mn,fn,yn,gn,wn,pn,kn,vn,Tn,Sn,On,bn,Dn,Nn,Mn,In,Vn,xn,En,Fn,Cn,Zn,$n,Wn,Ln,zn,jn,An,qn,Un,_n,Yn,Rn,Hn,Pn,Jn,Gn,Bn,Qn,Kn,Xn,er,tr,nr,rr,sr,ir,ar,or,ur,lr,cr,hr,dr,mr,fr,yr,gr,wr,pr,kr,vr,Tr,Sr,Or,br,Dr,Nr,Mr,Ir,Vr,xr,Er,Fr,Cr,Zr,$r,Wr,Lr,zr,jr,Ar,qr,Ur=e(()=>{r(),n(),st=["base"],it=["padTo","floor"],at=class extends Error{},ot=class extends at{constructor(e){super(`Invalid DateTime: ${e.toMessage()}`)}},ut=class extends at{constructor(e){super(`Invalid Interval: ${e.toMessage()}`)}},lt=class extends at{constructor(e){super(`Invalid Duration: ${e.toMessage()}`)}},ct=class extends at{},ht=class extends at{constructor(e){super(`Invalid unit ${e}`)}},dt=class extends at{},mt=class extends at{constructor(){super("Zone is an abstract class")}},wt={year:ft="numeric",month:ft,day:ft},pt={year:ft,month:yt="short",day:ft},kt={year:ft,month:yt,day:ft,weekday:yt},vt={year:ft,month:gt="long",day:ft},Tt={year:ft,month:gt,day:ft,weekday:gt},St={hour:ft,minute:ft},Ot={hour:ft,minute:ft,second:ft},bt={hour:ft,minute:ft,second:ft,timeZoneName:yt},Dt={hour:ft,minute:ft,second:ft,timeZoneName:gt},Nt={hour:ft,minute:ft,hourCycle:"h23"},Mt={hour:ft,minute:ft,second:ft,hourCycle:"h23"},It={hour:ft,minute:ft,second:ft,hourCycle:"h23",timeZoneName:yt},Vt={hour:ft,minute:ft,second:ft,hourCycle:"h23",timeZoneName:gt},xt={year:ft,month:ft,day:ft,hour:ft,minute:ft},Et={year:ft,month:ft,day:ft,hour:ft,minute:ft,second:ft},Ft={year:ft,month:yt,day:ft,hour:ft,minute:ft},Ct={year:ft,month:yt,day:ft,hour:ft,minute:ft,second:ft},Zt={year:ft,month:yt,day:ft,weekday:yt,hour:ft,minute:ft},$t={year:ft,month:gt,day:ft,hour:ft,minute:ft,timeZoneName:yt},Wt={year:ft,month:gt,day:ft,hour:ft,minute:ft,second:ft,timeZoneName:yt},Lt={year:ft,month:gt,day:ft,weekday:gt,hour:ft,minute:ft,timeZoneName:gt},zt={year:ft,month:gt,day:ft,weekday:gt,hour:ft,minute:ft,second:ft,timeZoneName:gt},jt=class{get type(){throw new mt}get name(){throw new mt}get ianaName(){return this.name}get isUniversal(){throw new mt}offsetName(e,t){throw new mt}formatOffset(e,t){throw new mt}offset(e){throw new mt}equals(e){throw new mt}get isValid(){throw new mt}},At=null,qt=class SystemZone extends jt{static get instance(){return null===At&&(At=new SystemZone),At}get type(){return"system"}get name(){return(new Intl.DateTimeFormat).resolvedOptions().timeZone}get isUniversal(){return!1}offsetName(e,{format:t,locale:n}){return ee(e,t,n)}formatOffset(e,t){return se(this.offset(e),t)}offset(e){return-new Date(e).getTimezoneOffset()}equals(e){return"system"===e.type}get isValid(){return!0}},Ut=new Map,_t={year:0,month:1,day:2,era:3,hour:4,minute:5,second:6},Yt=new Map,Rt=class IANAZone extends jt{static create(e){let t=Yt.get(e);return void 0===t&&Yt.set(e,t=new IANAZone(e)),t}static resetCache(){Yt.clear(),Ut.clear()}static isValidSpecifier(e){return this.isValidZone(e)}static isValidZone(e){if(!e)return!1;try{return new Intl.DateTimeFormat("en-US",{timeZone:e}).format(),!0}catch(t){return!1}}constructor(e){super(),this.zoneName=e,this.valid=IANAZone.isValidZone(e)}get type(){return"iana"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(e,{format:t,locale:n}){return ee(e,t,n,this.name)}formatOffset(e,t){return se(this.offset(e),t)}offset(e){if(!this.valid)return NaN;const t=new Date(e);if(isNaN(t))return NaN;const n=function(e){let t=Ut.get(e);return void 0===t&&(t=new Intl.DateTimeFormat("en-US",{hour12:!1,timeZone:e,year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit",second:"2-digit",era:"short"}),Ut.set(e,t)),t}(this.name);let[r,s,i,a,o,u,l]=n.formatToParts?function(e,t){const n=e.formatToParts(t),r=[];for(let s=0;s<n.length;s++){const{type:e,value:t}=n[s],i=_t[e];"era"===e?r[i]=t:C(i)||(r[i]=parseInt(t,10))}return r}(n,t):function(e,t){const n=e.format(t).replace(/\u200E/g,""),[,r,s,i,a,o,u,l]=/(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n);return[i,r,s,a,o,u,l]}(n,t);"BC"===a&&(r=1-Math.abs(r));let c=+t;const h=c%1e3;return c-=h>=0?h:1e3+h,(B({year:r,month:s,day:i,hour:24===o?0:o,minute:u,second:l,millisecond:0})-c)/6e4}equals(e){return"iana"===e.type&&e.name===this.name}get isValid(){return this.valid}},Ht={},Pt=new Map,Jt=new Map,Gt=new Map,Bt=null,Qt=new Map,Kt=new Map,Xt=class{constructor(e,n,r){this.padTo=r.padTo||0,this.floor=r.floor||!1;const{padTo:i,floor:a}=r,o=s(r,it);if(!n||Object.keys(o).length>0){const n=t({useGrouping:!1},r);r.padTo>0&&(n.minimumIntegerDigits=r.padTo),this.inf=function(e,t={}){const n=JSON.stringify([e,t]);let r=Jt.get(n);return void 0===r&&(r=new Intl.NumberFormat(e,t),Jt.set(n,r)),r}(e,n)}}format(e){if(this.inf){const t=this.floor?Math.floor(e):e;return this.inf.format(t)}return U(this.floor?Math.floor(e):H(e,3),this.padTo)}},en=class{constructor(e,n,r){let s;if(this.opts=r,this.originalZone=void 0,this.opts.timeZone)this.dt=e;else if("fixed"===e.zone.type){const t=e.offset/60*-1,n=t>=0?`Etc/GMT+${t}`:`Etc/GMT${t}`;0!==e.offset&&Rt.create(n).valid?(s=n,this.dt=e):(s="UTC",this.dt=0===e.offset?e:e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone)}else"system"===e.zone.type?this.dt=e:"iana"===e.zone.type?(this.dt=e,s=e.zone.name):(s="UTC",this.dt=e.setZone("UTC").plus({minutes:e.offset}),this.originalZone=e.zone);const i=t({},this.opts);i.timeZone=i.timeZone||s,this.dtf=g(n,i)}format(){return this.originalZone?this.formatToParts().map(({value:e})=>e).join(""):this.dtf.format(this.dt.toJSDate())}formatToParts(){const e=this.dtf.formatToParts(this.dt.toJSDate());return this.originalZone?e.map(e=>{if("timeZoneName"===e.type){const n=this.originalZone.offsetName(this.dt.ts,{locale:this.dt.locale,format:this.opts.timeZoneName});return t(t({},e),{},{value:n})}return e}):e}resolvedOptions(){return this.dtf.resolvedOptions()}},tn=class{constructor(e,n,r){this.opts=t({style:"long"},r),!n&&W()&&(this.rtf=function(e,t={}){const{base:n}=t,r=s(t,st),i=JSON.stringify([e,r]);let a=Gt.get(i);return void 0===a&&(a=new Intl.RelativeTimeFormat(e,t),Gt.set(i,a)),a}(e,r))}format(e,t){return this.rtf?this.rtf.format(e,t):function(e,t,n="always",r=!1){const s={years:["year","yr."],quarters:["quarter","qtr."],months:["month","mo."],weeks:["week","wk."],days:["day","day","days"],hours:["hour","hr."],minutes:["minute","min."],seconds:["second","sec."]},i=-1===["hours","minutes","seconds"].indexOf(e);if("auto"===n&&i){const n="days"===e;switch(t){case 1:return n?"tomorrow":`next ${s[e][0]}`;case-1:return n?"yesterday":`last ${s[e][0]}`;case 0:return n?"today":`this ${s[e][0]}`}}const a=Object.is(t,-0)||t<0,o=Math.abs(t),u=1===o,l=s[e],c=r?u?l[1]:l[2]||l[1]:u?s[e][0]:e;return a?`${o} ${c} ago`:`in ${o} ${c}`}(t,e,this.opts.numeric,"long"!==this.opts.style)}formatToParts(e,t){return this.rtf?this.rtf.formatToParts(e,t):[]}},nn={firstDay:1,minimalDays:4,weekend:[6,7]},rn=class Locale{static fromOpts(e){return Locale.create(e.locale,e.numberingSystem,e.outputCalendar,e.weekSettings,e.defaultToEN)}static create(e,t,n,r,s=!1){const i=e||vn.defaultLocale;return new Locale(i||(s?"en-US":Bt||(Bt=(new Intl.DateTimeFormat).resolvedOptions().locale)),t||vn.defaultNumberingSystem,n||vn.defaultOutputCalendar,A(r)||vn.defaultWeekSettings,i)}static resetCache(){Bt=null,Pt.clear(),Jt.clear(),Gt.clear(),Qt.clear(),Kt.clear()}static fromObject({locale:e,numberingSystem:t,outputCalendar:n,weekSettings:r}={}){return Locale.create(e,t,n,r)}constructor(e,t,n,r,s){const[i,a,o]=function(e){const t=e.indexOf("-x-");-1!==t&&(e=e.substring(0,t));const n=e.indexOf("-u-");if(-1===n)return[e];{let t,s;try{t=g(e).resolvedOptions(),s=e}catch(r){const i=e.substring(0,n);t=g(i).resolvedOptions(),s=i}const{numberingSystem:i,calendar:a}=t;return[s,i,a]}}(e);this.locale=i,this.numberingSystem=t||a||null,this.outputCalendar=n||o||null,this.weekSettings=r,this.intl=function(e,t,n){return n||t?(e.includes("-u-")||(e+="-u"),n&&(e+=`-ca-${n}`),t&&(e+=`-nu-${t}`),e):e}(this.locale,this.numberingSystem,this.outputCalendar),this.weekdaysCache={format:{},standalone:{}},this.monthsCache={format:{},standalone:{}},this.meridiemCache=null,this.eraCache={},this.specifiedLocale=s,this.fastNumbersCached=null}get fastNumbers(){var e;return null==this.fastNumbersCached&&(this.fastNumbersCached=(!(e=this).numberingSystem||"latn"===e.numberingSystem)&&("latn"===e.numberingSystem||!e.locale||e.locale.startsWith("en")||"latn"===w(e.locale).numberingSystem)),this.fastNumbersCached}listingMode(){const e=this.isEnglish(),t=!(null!==this.numberingSystem&&"latn"!==this.numberingSystem||null!==this.outputCalendar&&"gregory"!==this.outputCalendar);return e&&t?"en":"intl"}clone(e){return e&&0!==Object.getOwnPropertyNames(e).length?Locale.create(e.locale||this.specifiedLocale,e.numberingSystem||this.numberingSystem,e.outputCalendar||this.outputCalendar,A(e.weekSettings)||this.weekSettings,e.defaultToEN||!1):this}redefaultToEN(e={}){return this.clone(t(t({},e),{},{defaultToEN:!0}))}redefaultToSystem(e={}){return this.clone(t(t({},e),{},{defaultToEN:!1}))}months(e,t=!1){return p(this,e,ae,()=>{const n="ja"===this.intl||this.intl.startsWith("ja-"),r=(t&=!n)?{month:e,day:"numeric"}:{month:e},s=t?"format":"standalone";if(!this.monthsCache[s][e]){const t=n?e=>this.dtFormatter(e,r).format():e=>this.extract(e,r,"month");this.monthsCache[s][e]=function(e){const t=[];for(let n=1;n<=12;n++){const r=qr.utc(2009,n,1);t.push(e(r))}return t}(t)}return this.monthsCache[s][e]})}weekdays(e,t=!1){return p(this,e,oe,()=>{const n=t?{weekday:e,year:"numeric",month:"long",day:"numeric"}:{weekday:e},r=t?"format":"standalone";return this.weekdaysCache[r][e]||(this.weekdaysCache[r][e]=function(e){const t=[];for(let n=1;n<=7;n++){const r=qr.utc(2016,11,13+n);t.push(e(r))}return t}(e=>this.extract(e,n,"weekday"))),this.weekdaysCache[r][e]})}meridiems(){return p(this,void 0,()=>xn,()=>{if(!this.meridiemCache){const e={hour:"numeric",hourCycle:"h12"};this.meridiemCache=[qr.utc(2016,11,13,9),qr.utc(2016,11,13,19)].map(t=>this.extract(t,e,"dayperiod"))}return this.meridiemCache})}eras(e){return p(this,e,ue,()=>{const t={era:e};return this.eraCache[e]||(this.eraCache[e]=[qr.utc(-40,1,1),qr.utc(2017,1,1)].map(e=>this.extract(e,t,"era"))),this.eraCache[e]})}extract(e,t,n){const r=this.dtFormatter(e,t).formatToParts().find(e=>e.type.toLowerCase()===n);return r?r.value:null}numberFormatter(e={}){return new Xt(this.intl,e.forceSimple||this.fastNumbers,e)}dtFormatter(e,t={}){return new en(e,this.intl,t)}relFormatter(e={}){return new tn(this.intl,this.isEnglish(),e)}listFormatter(e={}){return function(e,t={}){const n=JSON.stringify([e,t]);let r=Ht[n];return r||(r=new Intl.ListFormat(e,t),Ht[n]=r),r}(this.intl,e)}isEnglish(){return"en"===this.locale||"en-us"===this.locale.toLowerCase()||w(this.intl).locale.startsWith("en-us")}getWeekSettings(){return this.weekSettings?this.weekSettings:L()?function(e){let n=Kt.get(e);if(!n){const r=new Intl.Locale(e);n="getWeekInfo"in r?r.getWeekInfo():r.weekInfo,"minimalDays"in n||(n=t(t({},nn),n)),Kt.set(e,n)}return n}(this.locale):nn}getStartOfWeek(){return this.getWeekSettings().firstDay}getMinDaysInFirstWeek(){return this.getWeekSettings().minimalDays}getWeekendDays(){return this.getWeekSettings().weekend}equals(e){return this.locale===e.locale&&this.numberingSystem===e.numberingSystem&&this.outputCalendar===e.outputCalendar}toString(){return`Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`}},sn=null,an=class FixedOffsetZone extends jt{static get utcInstance(){return null===sn&&(sn=new FixedOffsetZone(0)),sn}static instance(e){return 0===e?FixedOffsetZone.utcInstance:new FixedOffsetZone(e)}static parseSpecifier(e){if(e){const t=e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);if(t)return new FixedOffsetZone(te(t[1],t[2]))}return null}constructor(e){super(),this.fixed=e}get type(){return"fixed"}get name(){return 0===this.fixed?"UTC":`UTC${se(this.fixed,"narrow")}`}get ianaName(){return 0===this.fixed?"Etc/UTC":`Etc/GMT${se(-this.fixed,"narrow")}`}offsetName(){return this.name}formatOffset(e,t){return se(this.fixed,t)}get isUniversal(){return!0}offset(){return this.fixed}equals(e){return"fixed"===e.type&&e.fixed===this.fixed}get isValid(){return!0}},on=class extends jt{constructor(e){super(),this.zoneName=e}get type(){return"invalid"}get name(){return this.zoneName}get isUniversal(){return!1}offsetName(){return null}formatOffset(){return""}offset(){return NaN}equals(){return!1}get isValid(){return!1}},ln={arab:[1632,1641],arabext:[1776,1785],bali:[6992,7001],beng:[2534,2543],deva:[2406,2415],fullwide:[65296,65303],gujr:[2790,2799],khmr:[6112,6121],knda:[3302,3311],laoo:[3792,3801],limb:[6470,6479],mlym:[3430,3439],mong:[6160,6169],mymr:[4160,4169],orya:[2918,2927],tamldec:[3046,3055],telu:[3174,3183],thai:[3664,3673],tibt:[3872,3881]},cn=(un={arab:"[٠-٩]",arabext:"[۰-۹]",bali:"[᭐-᭙]",beng:"[০-৯]",deva:"[०-९]",fullwide:"[0-9]",gujr:"[૦-૯]",hanidec:"[〇|一|二|三|四|五|六|七|八|九]",khmr:"[០-៩]",knda:"[೦-೯]",laoo:"[໐-໙]",limb:"[᥆-᥏]",mlym:"[൦-൯]",mong:"[᠐-᠙]",mymr:"[၀-၉]",orya:"[୦-୯]",tamldec:"[௦-௯]",telu:"[౦-౯]",thai:"[๐-๙]",tibt:"[༠-༩]",latn:"\\d"}).hanidec.replace(/[\[|\]]/g,"").split(""),hn=new Map,dn=()=>Date.now(),mn="system",fn=null,yn=null,gn=null,wn=60,kn=null,vn=class{static get now(){return dn}static set now(e){dn=e}static set defaultZone(e){mn=e}static get defaultZone(){return k(mn,qt.instance)}static get defaultLocale(){return fn}static set defaultLocale(e){fn=e}static get defaultNumberingSystem(){return yn}static set defaultNumberingSystem(e){yn=e}static get defaultOutputCalendar(){return gn}static set defaultOutputCalendar(e){gn=e}static get defaultWeekSettings(){return kn}static set defaultWeekSettings(e){kn=A(e)}static get twoDigitCutoffYear(){return wn}static set twoDigitCutoffYear(e){wn=e%100}static get throwOnInvalid(){return pn}static set throwOnInvalid(e){pn=e}static resetCaches(){rn.resetCache(),Rt.resetCache(),qr.resetCache(),hn.clear()}},Tn=class{constructor(e,t){this.reason=e,this.explanation=t}toMessage(){return this.explanation?`${this.reason}: ${this.explanation}`:this.reason}},Sn=[0,31,59,90,120,151,181,212,243,273,304,334],On=[0,31,60,91,121,152,182,213,244,274,305,335],bn=["January","February","March","April","May","June","July","August","September","October","November","December"],Dn=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],Nn=["J","F","M","A","M","J","J","A","S","O","N","D"],Mn=["Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday"],In=["Mon","Tue","Wed","Thu","Fri","Sat","Sun"],Vn=["M","T","W","T","F","S","S"],xn=["AM","PM"],En=["Before Christ","Anno Domini"],Fn=["BC","AD"],Cn=["B","A"],Zn={D:wt,DD:pt,DDD:vt,DDDD:Tt,t:St,tt:Ot,ttt:bt,tttt:Dt,T:Nt,TT:Mt,TTT:It,TTTT:Vt,f:xt,ff:Ft,fff:$t,ffff:Lt,F:Et,FF:Ct,FFF:Wt,FFFF:zt},$n=class Formatter{static create(e,t={}){return new Formatter(e,t)}static parseFormat(e){let t=null,n="",r=!1;const s=[];for(let i=0;i<e.length;i++){const a=e.charAt(i);"'"===a?((n.length>0||r)&&s.push({literal:r||/^\s+$/.test(n),val:""===n?"'":n}),t=null,n="",r=!r):r||a===t?n+=a:(n.length>0&&s.push({literal:/^\s+$/.test(n),val:n}),n=a,t=a)}return n.length>0&&s.push({literal:r||/^\s+$/.test(n),val:n}),s}static macroTokenToFormatOpts(e){return Zn[e]}constructor(e,t){this.opts=t,this.loc=e,this.systemLoc=null}formatWithSystemDefault(e,n){return null===this.systemLoc&&(this.systemLoc=this.loc.redefaultToSystem()),this.systemLoc.dtFormatter(e,t(t({},this.opts),n)).format()}dtFormatter(e,n={}){return this.loc.dtFormatter(e,t(t({},this.opts),n))}formatDateTime(e,t){return this.dtFormatter(e,t).format()}formatDateTimeParts(e,t){return this.dtFormatter(e,t).formatToParts()}formatInterval(e,t){return this.dtFormatter(e.start,t).dtf.formatRange(e.start.toJSDate(),e.end.toJSDate())}resolvedOptions(e,t){return this.dtFormatter(e,t).resolvedOptions()}num(e,n=0,r=void 0){if(this.opts.forceSimple)return U(e,n);const s=t({},this.opts);return n>0&&(s.padTo=n),r&&(s.signDisplay=r),this.loc.numberFormatter(s).format(e)}formatDateTimeFromString(e,t){const n="en"===this.loc.listingMode(),r=this.loc.outputCalendar&&"gregory"!==this.loc.outputCalendar,s=(t,n)=>this.loc.extract(e,t,n),i=t=>e.isOffsetFixed&&0===e.offset&&t.allowZ?"Z":e.isValid?e.zone.formatOffset(e.ts,t.format):"",a=()=>n?function(e){return xn[e.hour<12?0:1]}(e):s({hour:"numeric",hourCycle:"h12"},"dayperiod"),o=(t,r)=>n?function(e,t){return ae(t)[e.month-1]}(e,t):s(r?{month:t}:{month:t,day:"numeric"},"month"),u=(t,r)=>n?function(e,t){return oe(t)[e.weekday-1]}(e,t):s(r?{weekday:t}:{weekday:t,month:"long",day:"numeric"},"weekday"),l=t=>{const n=Formatter.macroTokenToFormatOpts(t);return n?this.formatWithSystemDefault(e,n):t},c=t=>n?function(e,t){return ue(t)[e.year<0?0:1]}(e,t):s({era:t},"era");return le(Formatter.parseFormat(t),t=>{switch(t){case"S":return this.num(e.millisecond);case"u":case"SSS":return this.num(e.millisecond,3);case"s":return this.num(e.second);case"ss":return this.num(e.second,2);case"uu":return this.num(Math.floor(e.millisecond/10),2);case"uuu":return this.num(Math.floor(e.millisecond/100));case"m":return this.num(e.minute);case"mm":return this.num(e.minute,2);case"h":return this.num(e.hour%12==0?12:e.hour%12);case"hh":return this.num(e.hour%12==0?12:e.hour%12,2);case"H":return this.num(e.hour);case"HH":return this.num(e.hour,2);case"Z":return i({format:"narrow",allowZ:this.opts.allowZ});case"ZZ":return i({format:"short",allowZ:this.opts.allowZ});case"ZZZ":return i({format:"techie",allowZ:this.opts.allowZ});case"ZZZZ":return e.zone.offsetName(e.ts,{format:"short",locale:this.loc.locale});case"ZZZZZ":return e.zone.offsetName(e.ts,{format:"long",locale:this.loc.locale});case"z":return e.zoneName;case"a":return a();case"d":return r?s({day:"numeric"},"day"):this.num(e.day);case"dd":return r?s({day:"2-digit"},"day"):this.num(e.day,2);case"c":case"E":return this.num(e.weekday);case"ccc":return u("short",!0);case"cccc":return u("long",!0);case"ccccc":return u("narrow",!0);case"EEE":return u("short",!1);case"EEEE":return u("long",!1);case"EEEEE":return u("narrow",!1);case"L":return r?s({month:"numeric",day:"numeric"},"month"):this.num(e.month);case"LL":return r?s({month:"2-digit",day:"numeric"},"month"):this.num(e.month,2);case"LLL":return o("short",!0);case"LLLL":return o("long",!0);case"LLLLL":return o("narrow",!0);case"M":return r?s({month:"numeric"},"month"):this.num(e.month);case"MM":return r?s({month:"2-digit"},"month"):this.num(e.month,2);case"MMM":return o("short",!1);case"MMMM":return o("long",!1);case"MMMMM":return o("narrow",!1);case"y":return r?s({year:"numeric"},"year"):this.num(e.year);case"yy":return r?s({year:"2-digit"},"year"):this.num(e.year.toString().slice(-2),2);case"yyyy":return r?s({year:"numeric"},"year"):this.num(e.year,4);case"yyyyyy":return r?s({year:"numeric"},"year"):this.num(e.year,6);case"G":return c("short");case"GG":return c("long");case"GGGGG":return c("narrow");case"kk":return this.num(e.weekYear.toString().slice(-2),2);case"kkkk":return this.num(e.weekYear,4);case"W":return this.num(e.weekNumber);case"WW":return this.num(e.weekNumber,2);case"n":return this.num(e.localWeekNumber);case"nn":return this.num(e.localWeekNumber,2);case"ii":return this.num(e.localWeekYear.toString().slice(-2),2);case"iiii":return this.num(e.localWeekYear,4);case"o":return this.num(e.ordinal);case"ooo":return this.num(e.ordinal,3);case"q":return this.num(e.quarter);case"qq":return this.num(e.quarter,2);case"X":return this.num(Math.floor(e.ts/1e3));case"x":return this.num(e.ts);default:return l(t)}})}formatDurationFromString(e,t){const n="negativeLargestOnly"===this.opts.signMode?-1:1,r=e=>{switch(e[0]){case"S":return"milliseconds";case"s":return"seconds";case"m":return"minutes";case"h":return"hours";case"d":return"days";case"w":return"weeks";case"M":return"months";case"y":return"years";default:return null}},s=Formatter.parseFormat(t),i=s.reduce((e,{literal:t,val:n})=>t?e:e.concat(n),[]),a=e.shiftTo(...i.map(r).filter(e=>e));return le(s,((e,t)=>s=>{const i=r(s);if(i){const r=t.isNegativeDuration&&i!==t.largestUnit?n:1;let a;return a="negativeLargestOnly"===this.opts.signMode&&i!==t.largestUnit?"never":"all"===this.opts.signMode?"always":"auto",this.num(e.get(i)*r,s.length,a)}return s})(a,{isNegativeDuration:a<0,largestUnit:Object.keys(a.values)[0]}))}},zn=`(?:${(Ln=/(?:([Zz])|([+-]\d\d)(?::?(\d\d))?)/).source}?(?:\\[(${(Wn=/[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/).source})\\])?)?`,jn=/(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/,An=RegExp(`${jn.source}${zn}`),qn=RegExp(`(?:[Tt]${An.source})?`),Un=/([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/,_n=/(\d{4})-?W(\d\d)(?:-?(\d))?/,Yn=/(\d{4})-?(\d{3})/,Rn=me("weekYear","weekNumber","weekDay"),Hn=me("year","ordinal"),Pn=/(\d{4})-(\d\d)-(\d\d)/,Jn=RegExp(`${jn.source} ?(?:${Ln.source}|(${Wn.source}))?`),Gn=RegExp(`(?: ${Jn.source})?`),Bn=RegExp(`^T?${jn.source}$`),Qn=/^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/,Kn={GMT:0,EDT:-240,EST:-300,CDT:-300,CST:-360,MDT:-360,MST:-420,PDT:-420,PST:-480},Xn=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/,er=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/,tr=/^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/,nr=/^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/,rr=ce(Un,qn),sr=ce(_n,qn),ir=ce(Yn,qn),ar=ce(An),or=he(ye,ge,we,pe),ur=he(Rn,ge,we,pe),lr=he(Hn,ge,we,pe),cr=he(ge,we,pe),hr=he(ge),dr=ce(Pn,Gn),mr=ce(Jn),fr=he(ge,we,pe),yr="Invalid Duration",wr=t({years:{quarters:4,months:12,weeks:52,days:365,hours:8760,minutes:525600,seconds:31536e3,milliseconds:31536e6},quarters:{months:3,weeks:13,days:91,hours:2184,minutes:131040,seconds:7862400,milliseconds:78624e5},months:{weeks:4,days:30,hours:720,minutes:43200,seconds:2592e3,milliseconds:2592e6}},gr={weeks:{days:7,hours:168,minutes:10080,seconds:604800,milliseconds:6048e5},days:{hours:24,minutes:1440,seconds:86400,milliseconds:864e5},hours:{minutes:60,seconds:3600,milliseconds:36e5},minutes:{seconds:60,milliseconds:6e4},seconds:{milliseconds:1e3}}),pr=t({years:{quarters:4,months:12,weeks:52.1775,days:365.2425,hours:8765.82,minutes:525949.2,seconds:525949.2*60,milliseconds:525949.2*60*1e3},quarters:{months:3,weeks:13.044375,days:91.310625,hours:2191.455,minutes:131487.3,seconds:525949.2*60/4,milliseconds:7889237999.999999},months:{weeks:4.3481250000000005,days:30.436875,hours:730.485,minutes:43829.1,seconds:2629746,milliseconds:2629746e3}},gr),vr=(kr=["years","quarters","months","weeks","days","hours","minutes","seconds","milliseconds"]).slice(0).reverse(),Tr=class Duration{constructor(e){const t="longterm"===e.conversionAccuracy||!1;let n=t?pr:wr;e.matrix&&(n=e.matrix),this.values=e.values,this.loc=e.loc||rn.create(),this.conversionAccuracy=t?"longterm":"casual",this.invalid=e.invalid||null,this.matrix=n,this.isLuxonDuration=!0}static fromMillis(e,t){return Duration.fromObject({milliseconds:e},t)}static fromObject(e,t={}){if(null==e||"object"!=typeof e)throw new dt("Duration.fromObject: argument expected to be an object, got "+(null===e?"null":typeof e));return new Duration({values:re(e,Duration.normalizeUnit),loc:rn.fromObject(t),conversionAccuracy:t.conversionAccuracy,matrix:t.matrix})}static fromDurationLike(e){if(Z(e))return Duration.fromMillis(e);if(Duration.isDuration(e))return e;if("object"==typeof e)return Duration.fromObject(e);throw new dt(`Unknown duration argument ${e} of type ${typeof e}`)}static fromISO(e,t){const[n]=function(e){return de(e,[Qn,ke])}(e);return n?Duration.fromObject(n,t):Duration.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static fromISOTime(e,t){const[n]=function(e){return de(e,[Bn,hr])}(e);return n?Duration.fromObject(n,t):Duration.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static invalid(e,t=null){if(!e)throw new dt("need to specify a reason the Duration is invalid");const n=e instanceof Tn?e:new Tn(e,t);if(vn.throwOnInvalid)throw new lt(n);return new Duration({invalid:n})}static normalizeUnit(e){const t={year:"years",years:"years",quarter:"quarters",quarters:"quarters",month:"months",months:"months",week:"weeks",weeks:"weeks",day:"days",days:"days",hour:"hours",hours:"hours",minute:"minutes",minutes:"minutes",second:"seconds",seconds:"seconds",millisecond:"milliseconds",milliseconds:"milliseconds"}[e?e.toLowerCase():e];if(!t)throw new ht(e);return t}static isDuration(e){return e&&e.isLuxonDuration||!1}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}toFormat(e,n={}){const r=t(t({},n),{},{floor:!1!==n.round&&!1!==n.floor});return this.isValid?$n.create(this.loc,r).formatDurationFromString(this,e):yr}toHuman(e={}){if(!this.isValid)return yr;const n=!1!==e.showZeros,r=kr.map(r=>{const s=this.values[r];return C(s)||0===s&&!n?null:this.loc.numberFormatter(t(t({style:"unit",unitDisplay:"long"},e),{},{unit:r.slice(0,-1)})).format(s)}).filter(e=>e);return this.loc.listFormatter(t({type:"conjunction",style:e.listStyle||"narrow"},e)).format(r)}toObject(){return this.isValid?t({},this.values):{}}toISO(){if(!this.isValid)return null;let e="P";return 0!==this.years&&(e+=this.years+"Y"),0===this.months&&0===this.quarters||(e+=this.months+3*this.quarters+"M"),0!==this.weeks&&(e+=this.weeks+"W"),0!==this.days&&(e+=this.days+"D"),0===this.hours&&0===this.minutes&&0===this.seconds&&0===this.milliseconds||(e+="T"),0!==this.hours&&(e+=this.hours+"H"),0!==this.minutes&&(e+=this.minutes+"M"),0===this.seconds&&0===this.milliseconds||(e+=H(this.seconds+this.milliseconds/1e3,3)+"S"),"P"===e&&(e+="T0S"),e}toISOTime(e={}){if(!this.isValid)return null;const n=this.toMillis();return n<0||n>=864e5?null:(e=t(t({suppressMilliseconds:!1,suppressSeconds:!1,includePrefix:!1,format:"extended"},e),{},{includeOffset:!1}),qr.fromMillis(n,{zone:"UTC"}).toISOTime(e))}toJSON(){return this.toISO()}toString(){return this.toISO()}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Duration { values: ${JSON.stringify(this.values)} }`:`Duration { Invalid, reason: ${this.invalidReason} }`}toMillis(){return this.isValid?De(this.matrix,this.values):NaN}valueOf(){return this.toMillis()}plus(e){if(!this.isValid)return this;const t=Duration.fromDurationLike(e),n={};for(const r of kr)(j(t.values,r)||j(this.values,r))&&(n[r]=t.get(r)+this.get(r));return be(this,{values:n},!0)}minus(e){if(!this.isValid)return this;const t=Duration.fromDurationLike(e);return this.plus(t.negate())}mapUnits(e){if(!this.isValid)return this;const t={};for(const n of Object.keys(this.values))t[n]=ne(e(this.values[n],n));return be(this,{values:t},!0)}get(e){return this[Duration.normalizeUnit(e)]}set(e){if(!this.isValid)return this;return be(this,{values:t(t({},this.values),re(e,Duration.normalizeUnit))})}reconfigure({locale:e,numberingSystem:t,conversionAccuracy:n,matrix:r}={}){return be(this,{loc:this.loc.clone({locale:e,numberingSystem:t}),matrix:r,conversionAccuracy:n})}as(e){return this.isValid?this.shiftTo(e).get(e):NaN}normalize(){if(!this.isValid)return this;const e=this.toObject();return Ne(this.matrix,e),be(this,{values:e},!0)}rescale(){if(!this.isValid)return this;return be(this,{values:Me(this.normalize().shiftToAll().toObject())},!0)}shiftTo(...e){if(!this.isValid)return this;if(0===e.length)return this;e=e.map(e=>Duration.normalizeUnit(e));const t={},n={},r=this.toObject();let s;for(const i of kr)if(e.indexOf(i)>=0){s=i;let e=0;for(const t in n)e+=this.matrix[t][i]*n[t],n[t]=0;Z(r[i])&&(e+=r[i]);const a=Math.trunc(e);t[i]=a,n[i]=(1e3*e-1e3*a)/1e3}else Z(r[i])&&(n[i]=r[i]);for(const i in n)0!==n[i]&&(t[s]+=i===s?n[i]:n[i]/this.matrix[s][i]);return Ne(this.matrix,t),be(this,{values:t},!0)}shiftToAll(){return this.isValid?this.shiftTo("years","months","weeks","days","hours","minutes","seconds","milliseconds"):this}negate(){if(!this.isValid)return this;const e={};for(const t of Object.keys(this.values))e[t]=0===this.values[t]?0:-this.values[t];return be(this,{values:e},!0)}removeZeros(){if(!this.isValid)return this;return be(this,{values:Me(this.values)},!0)}get years(){return this.isValid?this.values.years||0:NaN}get quarters(){return this.isValid?this.values.quarters||0:NaN}get months(){return this.isValid?this.values.months||0:NaN}get weeks(){return this.isValid?this.values.weeks||0:NaN}get days(){return this.isValid?this.values.days||0:NaN}get hours(){return this.isValid?this.values.hours||0:NaN}get minutes(){return this.isValid?this.values.minutes||0:NaN}get seconds(){return this.isValid?this.values.seconds||0:NaN}get milliseconds(){return this.isValid?this.values.milliseconds||0:NaN}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}equals(e){if(!this.isValid||!e.isValid)return!1;if(!this.loc.equals(e.loc))return!1;function t(e,t){return void 0===e||0===e?void 0===t||0===t:e===t}for(const n of kr)if(!t(this.values[n],e.values[n]))return!1;return!0}},Sr="Invalid Interval",Or=class Interval{constructor(e){this.s=e.start,this.e=e.end,this.invalid=e.invalid||null,this.isLuxonInterval=!0}static invalid(e,t=null){if(!e)throw new dt("need to specify a reason the Interval is invalid");const n=e instanceof Tn?e:new Tn(e,t);if(vn.throwOnInvalid)throw new ut(n);return new Interval({invalid:n})}static fromDateTimes(e,t){const n=rt(e),r=rt(t),s=Ie(n,r);return null==s?new Interval({start:n,end:r}):s}static after(e,t){const n=Tr.fromDurationLike(t),r=rt(e);return Interval.fromDateTimes(r,r.plus(n))}static before(e,t){const n=Tr.fromDurationLike(t),r=rt(e);return Interval.fromDateTimes(r.minus(n),r)}static fromISO(e,t){const[n,r]=(e||"").split("/",2);if(n&&r){let e,s,i,a;try{e=qr.fromISO(n,t),s=e.isValid}catch(r){s=!1}try{i=qr.fromISO(r,t),a=i.isValid}catch(r){a=!1}if(s&&a)return Interval.fromDateTimes(e,i);if(s){const n=Tr.fromISO(r,t);if(n.isValid)return Interval.after(e,n)}else if(a){const e=Tr.fromISO(n,t);if(e.isValid)return Interval.before(i,e)}}return Interval.invalid("unparsable",`the input "${e}" can't be parsed as ISO 8601`)}static isInterval(e){return e&&e.isLuxonInterval||!1}get start(){return this.isValid?this.s:null}get end(){return this.isValid?this.e:null}get lastDateTime(){return this.isValid&&this.e?this.e.minus(1):null}get isValid(){return null===this.invalidReason}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}length(e="milliseconds"){return this.isValid?this.toDuration(e).get(e):NaN}count(e="milliseconds",t){if(!this.isValid)return NaN;const n=this.start.startOf(e,t);let r;return r=(null==t?void 0:t.useLocaleWeeks)?this.end.reconfigure({locale:n.locale}):this.end,r=r.startOf(e,t),Math.floor(r.diff(n,e).get(e))+(r.valueOf()!==this.end.valueOf())}hasSame(e){return!!this.isValid&&(this.isEmpty()||this.e.minus(1).hasSame(this.s,e))}isEmpty(){return this.s.valueOf()===this.e.valueOf()}isAfter(e){return!!this.isValid&&this.s>e}isBefore(e){return!!this.isValid&&this.e<=e}contains(e){return!!this.isValid&&(this.s<=e&&this.e>e)}set({start:e,end:t}={}){return this.isValid?Interval.fromDateTimes(e||this.s,t||this.e):this}splitAt(...e){if(!this.isValid)return[];const t=e.map(rt).filter(e=>this.contains(e)).sort((e,t)=>e.toMillis()-t.toMillis()),n=[];let{s:r}=this,s=0;for(;r<this.e;){const e=t[s]||this.e,i=+e>+this.e?this.e:e;n.push(Interval.fromDateTimes(r,i)),r=i,s+=1}return n}splitBy(e){const t=Tr.fromDurationLike(e);if(!this.isValid||!t.isValid||0===t.as("milliseconds"))return[];let n,{s:r}=this,s=1;const i=[];for(;r<this.e;){const e=this.start.plus(t.mapUnits(e=>e*s));n=+e>+this.e?this.e:e,i.push(Interval.fromDateTimes(r,n)),r=n,s+=1}return i}divideEqually(e){return this.isValid?this.splitBy(this.length()/e).slice(0,e):[]}overlaps(e){return this.e>e.s&&this.s<e.e}abutsStart(e){return!!this.isValid&&+this.e===+e.s}abutsEnd(e){return!!this.isValid&&+e.e===+this.s}engulfs(e){return!!this.isValid&&(this.s<=e.s&&this.e>=e.e)}equals(e){return!(!this.isValid||!e.isValid)&&(this.s.equals(e.s)&&this.e.equals(e.e))}intersection(e){if(!this.isValid)return this;const t=this.s>e.s?this.s:e.s,n=this.e<e.e?this.e:e.e;return t>=n?null:Interval.fromDateTimes(t,n)}union(e){if(!this.isValid)return this;const t=this.s<e.s?this.s:e.s,n=this.e>e.e?this.e:e.e;return Interval.fromDateTimes(t,n)}static merge(e){const[t,n]=e.sort((e,t)=>e.s-t.s).reduce(([e,t],n)=>t?t.overlaps(n)||t.abutsStart(n)?[e,t.union(n)]:[e.concat([t]),n]:[e,n],[[],null]);return n&&t.push(n),t}static xor(e){let t=null,n=0;const r=[],s=e.map(e=>[{time:e.s,type:"s"},{time:e.e,type:"e"}]),i=Array.prototype.concat(...s).sort((e,t)=>e.time-t.time);for(const a of i)n+="s"===a.type?1:-1,1===n?t=a.time:(t&&+t!==+a.time&&r.push(Interval.fromDateTimes(t,a.time)),t=null);return Interval.merge(r)}difference(...e){return Interval.xor([this].concat(e)).map(e=>this.intersection(e)).filter(e=>e&&!e.isEmpty())}toString(){return this.isValid?`[${this.s.toISO()} – ${this.e.toISO()})`:Sr}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`Interval { start: ${this.s.toISO()}, end: ${this.e.toISO()} }`:`Interval { Invalid, reason: ${this.invalidReason} }`}toLocaleString(e=wt,t={}){return this.isValid?$n.create(this.s.loc.clone(t),e).formatInterval(this):Sr}toISO(e){return this.isValid?`${this.s.toISO(e)}/${this.e.toISO(e)}`:Sr}toISODate(){return this.isValid?`${this.s.toISODate()}/${this.e.toISODate()}`:Sr}toISOTime(e){return this.isValid?`${this.s.toISOTime(e)}/${this.e.toISOTime(e)}`:Sr}toFormat(e,{separator:t=" – "}={}){return this.isValid?`${this.s.toFormat(e)}${t}${this.e.toFormat(e)}`:Sr}toDuration(e,t){return this.isValid?this.e.diff(this.s,e,t):Tr.invalid(this.invalidReason)}mapEndpoints(e){return Interval.fromDateTimes(e(this.s),e(this.e))}},br=class{static hasDST(e=vn.defaultZone){const t=qr.now().setZone(e).set({month:12});return!e.isUniversal&&t.offset!==t.set({month:6}).offset}static isValidIANAZone(e){return Rt.isValidZone(e)}static normalizeZone(e){return k(e,vn.defaultZone)}static getStartOfWeek({locale:e=null,locObj:t=null}={}){return(t||rn.create(e)).getStartOfWeek()}static getMinimumDaysInFirstWeek({locale:e=null,locObj:t=null}={}){return(t||rn.create(e)).getMinDaysInFirstWeek()}static getWeekendWeekdays({locale:e=null,locObj:t=null}={}){return(t||rn.create(e)).getWeekendDays().slice()}static months(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||rn.create(t,n,s)).months(e)}static monthsFormat(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null,outputCalendar:s="gregory"}={}){return(r||rn.create(t,n,s)).months(e,!0)}static weekdays(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null}={}){return(r||rn.create(t,n,null)).weekdays(e)}static weekdaysFormat(e="long",{locale:t=null,numberingSystem:n=null,locObj:r=null}={}){return(r||rn.create(t,n,null)).weekdays(e,!0)}static meridiems({locale:e=null}={}){return rn.create(e).meridiems()}static eras(e="short",{locale:t=null}={}){return rn.create(t,null,"gregory").eras(e)}static features(){return{relative:W(),localeWeek:L()}}},Dr="missing Intl.DateTimeFormat.formatToParts support",Nr=`[ ${String.fromCharCode(160)}]`,Mr=new RegExp(Nr,"g"),Ir={year:{"2-digit":"yy",numeric:"yyyyy"},month:{numeric:"M","2-digit":"MM",short:"MMM",long:"MMMM"},day:{numeric:"d","2-digit":"dd"},weekday:{short:"EEE",long:"EEEE"},dayperiod:"a",dayPeriod:"a",hour12:{numeric:"h","2-digit":"hh"},hour24:{numeric:"H","2-digit":"HH"},minute:{numeric:"m","2-digit":"mm"},second:{numeric:"s","2-digit":"ss"},timeZoneName:{long:"ZZZZZ",short:"ZZZ"}},Vr=null,xr=class{constructor(e,t){if(this.locale=e,this.format=t,this.tokens=Le($n.parseFormat(t),e),this.units=this.tokens.map(t=>function(e,t){const n=v(t),r=v(t,"{2}"),s=v(t,"{3}"),i=v(t,"{4}"),a=v(t,"{6}"),o=v(t,"{1,2}"),u=v(t,"{1,3}"),l=v(t,"{1,6}"),c=v(t,"{1,9}"),h=v(t,"{2,4}"),d=v(t,"{4,6}"),m=e=>{return{regex:RegExp((t=e.val,t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g,"\\$&"))),deser:([e])=>e,literal:!0};var t},f=(f=>{if(e.literal)return m(f);switch(f.val){case"G":return Ze(t.eras("short"),0);case"GG":return Ze(t.eras("long"),0);case"y":return Ee(l);case"yy":case"kk":return Ee(h,X);case"yyyy":case"kkkk":return Ee(i);case"yyyyy":return Ee(d);case"yyyyyy":return Ee(a);case"M":case"L":case"d":case"H":case"h":case"m":case"q":case"s":case"W":return Ee(o);case"MM":case"LL":case"dd":case"HH":case"hh":case"mm":case"qq":case"ss":case"WW":return Ee(r);case"MMM":return Ze(t.months("short",!0),1);case"MMMM":return Ze(t.months("long",!0),1);case"LLL":return Ze(t.months("short",!1),1);case"LLLL":return Ze(t.months("long",!1),1);case"o":case"S":return Ee(u);case"ooo":case"SSS":return Ee(s);case"u":return We(c);case"uu":return We(o);case"uuu":case"E":case"c":return Ee(n);case"a":return Ze(t.meridiems(),0);case"EEE":return Ze(t.weekdays("short",!1),1);case"EEEE":return Ze(t.weekdays("long",!1),1);case"ccc":return Ze(t.weekdays("short",!0),1);case"cccc":return Ze(t.weekdays("long",!0),1);case"Z":case"ZZ":return $e(new RegExp(`([+-]${o.source})(?::(${r.source}))?`),2);case"ZZZ":return $e(new RegExp(`([+-]${o.source})(${r.source})?`),2);case"z":return We(/[a-z_+-/]{1,256}?/i);case" ":return We(/[^\S\n\r]/);default:return m(f)}})(e)||{invalidReason:Dr};return f.token=e,f}(t,e)),this.disqualifyingUnit=this.units.find(e=>e.invalidReason),!this.disqualifyingUnit){const[e,t]=[`^${(n=this.units).map(e=>e.regex).reduce((e,t)=>`${e}(${t.source})`,"")}$`,n];this.regex=RegExp(e,"i"),this.handlers=t}var n}explainFromTokens(e){if(this.isValid){const[t,n]=function(e,t,n){const r=e.match(t);if(r){const e={};let t=1;for(const s in n)if(j(n,s)){const i=n[s],a=i.groups?i.groups+1:1;!i.literal&&i.token&&(e[i.token.val[0]]=i.deser(r.slice(t,t+a))),t+=a}return[r,e]}return[r,{}]}(e,this.regex,this.handlers),[r,s,i]=n?function(e){let t,n=null;return C(e.z)||(n=Rt.create(e.z)),C(e.Z)||(n||(n=new an(e.Z)),t=e.Z),C(e.q)||(e.M=3*(e.q-1)+1),C(e.h)||(e.h<12&&1===e.a?e.h+=12:12===e.h&&0===e.a&&(e.h=0)),0===e.G&&e.y&&(e.y=-e.y),C(e.u)||(e.S=R(e.u)),[Object.keys(e).reduce((t,n)=>{const r=(e=>{switch(e){case"S":return"millisecond";case"s":return"second";case"m":return"minute";case"h":case"H":return"hour";case"d":return"day";case"o":return"ordinal";case"L":case"M":return"month";case"y":return"year";case"E":case"c":return"weekday";case"W":return"weekNumber";case"k":return"weekYear";case"q":return"quarter";default:return null}})(n);return r&&(t[r]=e[n]),t},{}),n,t]}(n):[null,null,void 0];if(j(n,"a")&&j(n,"H"))throw new ct("Can't include meridiem when specifying 24-hour format");return{input:e,tokens:this.tokens,regex:this.regex,rawMatches:t,matches:n,result:r,zone:s,specificOffset:i}}return{input:e,tokens:this.tokens,invalidReason:this.invalidReason}}get isValid(){return!this.disqualifyingUnit}get invalidReason(){return this.disqualifyingUnit?this.disqualifyingUnit.invalidReason:null}},Er="Invalid DateTime",Fr=864e13,Cr={month:1,day:1,hour:0,minute:0,second:0,millisecond:0},Zr={weekNumber:1,weekday:1,hour:0,minute:0,second:0,millisecond:0},$r={ordinal:1,hour:0,minute:0,second:0,millisecond:0},Wr=["year","month","day","hour","minute","second","millisecond"],Lr=["weekYear","weekNumber","weekday","hour","minute","second","millisecond"],zr=["year","ordinal","hour","minute","second","millisecond"],Ar=new Map,qr=class DateTime{constructor(e){const t=e.zone||vn.defaultZone;let n=e.invalid||(Number.isNaN(e.ts)?new Tn("invalid input"):null)||(t.isValid?null:Ae(t));this.ts=C(e.ts)?vn.now():e.ts;let r=null,s=null;if(!n)if(e.old&&e.old.ts===this.ts&&e.old.zone.equals(t))[r,s]=[e.old.c,e.old.o];else{const i=Z(e.o)&&!e.old?e.o:t.offset(this.ts);r=Re(this.ts,i),n=Number.isNaN(r.year)?new Tn("invalid input"):null,r=n?null:r,s=n?null:i}this._zone=t,this.loc=e.loc||rn.create(),this.invalid=n,this.weekData=null,this.localWeekData=null,this.c=r,this.o=s,this.isLuxonDateTime=!0}static now(){return new DateTime({})}static local(){const[e,t]=nt(arguments),[n,r,s,i,a,o,u]=t;return et({year:n,month:r,day:s,hour:i,minute:a,second:o,millisecond:u},e)}static utc(){const[e,t]=nt(arguments),[n,r,s,i,a,o,u]=t;return e.zone=an.utcInstance,et({year:n,month:r,day:s,hour:i,minute:a,second:o,millisecond:u},e)}static fromJSDate(e,t={}){const n=(r=e,"[object Date]"===Object.prototype.toString.call(r)?e.valueOf():NaN);var r;if(Number.isNaN(n))return DateTime.invalid("invalid input");const s=k(t.zone,vn.defaultZone);return s.isValid?new DateTime({ts:n,zone:s,loc:rn.fromObject(t)}):DateTime.invalid(Ae(s))}static fromMillis(e,t={}){if(Z(e))return e<-Fr||e>Fr?DateTime.invalid("Timestamp out of range"):new DateTime({ts:e,zone:k(t.zone,vn.defaultZone),loc:rn.fromObject(t)});throw new dt(`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`)}static fromSeconds(e,t={}){if(Z(e))return new DateTime({ts:1e3*e,zone:k(t.zone,vn.defaultZone),loc:rn.fromObject(t)});throw new dt("fromSeconds requires a numerical input")}static fromObject(e,t={}){e=e||{};const n=k(t.zone,vn.defaultZone);if(!n.isValid)return DateTime.invalid(Ae(n));const r=rn.fromObject(t),s=re(e,Xe),{minDaysInFirstWeek:i,startOfWeek:a}=x(s,r),o=vn.now(),u=C(t.specificOffset)?n.offset(o):t.specificOffset,l=!C(s.ordinal),c=!C(s.year),h=!C(s.month)||!C(s.day),d=c||h,m=s.weekYear||s.weekNumber;if((d||l)&&m)throw new ct("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(h&&l)throw new ct("Can't mix ordinal dates with month/day");const f=m||s.weekday&&!d;let y,g,w=Re(o,u);f?(y=Lr,g=Zr,w=N(w,i,a)):l?(y=zr,g=$r,w=I(w)):(y=Wr,g=Cr);let p=!1;for(const k of y){C(s[k])?s[k]=p?g[k]:w[k]:p=!0}const v=(f?function(e,t=4,n=1){const r=$(e.weekYear),s=q(e.weekNumber,1,K(e.weekYear,t,n)),i=q(e.weekday,1,7);return r?s?!i&&T("weekday",e.weekday):T("week",e.weekNumber):T("weekYear",e.weekYear)}(s,i,a):l?function(e){const t=$(e.year),n=q(e.ordinal,1,J(e.year));return t?!n&&T("ordinal",e.ordinal):T("year",e.year)}(s):E(s))||F(s);if(v)return DateTime.invalid(v);const[S,O]=He(f?M(s,i,a):l?V(s):s,u,n),b=new DateTime({ts:S,zone:n,o:O,loc:r});return s.weekday&&d&&e.weekday!==b.weekday?DateTime.invalid("mismatched weekday",`you can't specify both a weekday of ${s.weekday} and a date of ${b.toISO()}`):b.isValid?b:DateTime.invalid(b.invalid)}static fromISO(e,t={}){const[n,r]=function(e){return de(e,[rr,or],[sr,ur],[ir,lr],[ar,cr])}(e);return Je(n,r,t,"ISO 8601",e)}static fromRFC2822(e,t={}){const[n,r]=function(e){return de(function(e){return e.replace(/\([^()]*\)|[\n\t]/g," ").replace(/(\s\s+)/g," ").trim()}(e),[Xn,Te])}(e);return Je(n,r,t,"RFC 2822",e)}static fromHTTP(e,t={}){const[n,r]=function(e){return de(e,[er,Se],[tr,Se],[nr,Oe])}(e);return Je(n,r,t,"HTTP",t)}static fromFormat(e,t,n={}){if(C(e)||C(t))throw new dt("fromFormat requires an input string and a format");const{locale:r=null,numberingSystem:s=null}=n,[i,a,o,u]=function(e,t,n){const{result:r,zone:s,specificOffset:i,invalidReason:a}=ze(e,t,n);return[r,s,i,a]}(rn.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),e,t);return u?DateTime.invalid(u):Je(i,a,n,`format ${t}`,e,o)}static fromString(e,t,n={}){return DateTime.fromFormat(e,t,n)}static fromSQL(e,t={}){const[n,r]=function(e){return de(e,[dr,or],[mr,fr])}(e);return Je(n,r,t,"SQL",e)}static invalid(e,t=null){if(!e)throw new dt("need to specify a reason the DateTime is invalid");const n=e instanceof Tn?e:new Tn(e,t);if(vn.throwOnInvalid)throw new ot(n);return new DateTime({invalid:n})}static isDateTime(e){return e&&e.isLuxonDateTime||!1}static parseFormatForOpts(e,t={}){const n=je(e,rn.fromObject(t));return n?n.map(e=>e?e.val:null).join(""):null}static expandFormat(e,t={}){return Le($n.parseFormat(e),rn.fromObject(t)).map(e=>e.val).join("")}static resetCache(){jr=void 0,Ar.clear()}get(e){return this[e]}get isValid(){return null===this.invalid}get invalidReason(){return this.invalid?this.invalid.reason:null}get invalidExplanation(){return this.invalid?this.invalid.explanation:null}get locale(){return this.isValid?this.loc.locale:null}get numberingSystem(){return this.isValid?this.loc.numberingSystem:null}get outputCalendar(){return this.isValid?this.loc.outputCalendar:null}get zone(){return this._zone}get zoneName(){return this.isValid?this.zone.name:null}get year(){return this.isValid?this.c.year:NaN}get quarter(){return this.isValid?Math.ceil(this.c.month/3):NaN}get month(){return this.isValid?this.c.month:NaN}get day(){return this.isValid?this.c.day:NaN}get hour(){return this.isValid?this.c.hour:NaN}get minute(){return this.isValid?this.c.minute:NaN}get second(){return this.isValid?this.c.second:NaN}get millisecond(){return this.isValid?this.c.millisecond:NaN}get weekYear(){return this.isValid?qe(this).weekYear:NaN}get weekNumber(){return this.isValid?qe(this).weekNumber:NaN}get weekday(){return this.isValid?qe(this).weekday:NaN}get isWeekend(){return this.isValid&&this.loc.getWeekendDays().includes(this.weekday)}get localWeekday(){return this.isValid?Ue(this).weekday:NaN}get localWeekNumber(){return this.isValid?Ue(this).weekNumber:NaN}get localWeekYear(){return this.isValid?Ue(this).weekYear:NaN}get ordinal(){return this.isValid?I(this.c).ordinal:NaN}get monthShort(){return this.isValid?br.months("short",{locObj:this.loc})[this.month-1]:null}get monthLong(){return this.isValid?br.months("long",{locObj:this.loc})[this.month-1]:null}get weekdayShort(){return this.isValid?br.weekdays("short",{locObj:this.loc})[this.weekday-1]:null}get weekdayLong(){return this.isValid?br.weekdays("long",{locObj:this.loc})[this.weekday-1]:null}get offset(){return this.isValid?+this.o:NaN}get offsetNameShort(){return this.isValid?this.zone.offsetName(this.ts,{format:"short",locale:this.locale}):null}get offsetNameLong(){return this.isValid?this.zone.offsetName(this.ts,{format:"long",locale:this.locale}):null}get isOffsetFixed(){return this.isValid?this.zone.isUniversal:null}get isInDST(){return!this.isOffsetFixed&&(this.offset>this.set({month:1,day:1}).offset||this.offset>this.set({month:5}).offset)}getPossibleOffsets(){if(!this.isValid||this.isOffsetFixed)return[this];const e=864e5,t=6e4,n=B(this.c),r=this.zone.offset(n-e),s=this.zone.offset(n+e),i=this.zone.offset(n-r*t),a=this.zone.offset(n-s*t);if(i===a)return[this];const o=n-i*t,u=n-a*t,l=Re(o,i),c=Re(u,a);return l.hour===c.hour&&l.minute===c.minute&&l.second===c.second&&l.millisecond===c.millisecond?[_e(this,{ts:o}),_e(this,{ts:u})]:[this]}get isInLeapYear(){return P(this.year)}get daysInMonth(){return G(this.year,this.month)}get daysInYear(){return this.isValid?J(this.year):NaN}get weeksInWeekYear(){return this.isValid?K(this.weekYear):NaN}get weeksInLocalWeekYear(){return this.isValid?K(this.localWeekYear,this.loc.getMinDaysInFirstWeek(),this.loc.getStartOfWeek()):NaN}resolvedLocaleOptions(e={}){const{locale:t,numberingSystem:n,calendar:r}=$n.create(this.loc.clone(e),e).resolvedOptions(this);return{locale:t,numberingSystem:n,outputCalendar:r}}toUTC(e=0,t={}){return this.setZone(an.instance(e),t)}toLocal(){return this.setZone(vn.defaultZone)}setZone(e,{keepLocalTime:t=!1,keepCalendarTime:n=!1}={}){if((e=k(e,vn.defaultZone)).equals(this.zone))return this;if(e.isValid){let r=this.ts;if(t||n){const t=e.offset(this.ts),n=this.toObject();[r]=He(n,t,e)}return _e(this,{ts:r,zone:e})}return DateTime.invalid(Ae(e))}reconfigure({locale:e,numberingSystem:t,outputCalendar:n}={}){return _e(this,{loc:this.loc.clone({locale:e,numberingSystem:t,outputCalendar:n})})}setLocale(e){return this.reconfigure({locale:e})}set(e){if(!this.isValid)return this;const n=re(e,Xe),{minDaysInFirstWeek:r,startOfWeek:s}=x(n,this.loc),i=!C(n.weekYear)||!C(n.weekNumber)||!C(n.weekday),a=!C(n.ordinal),o=!C(n.year),u=!C(n.month)||!C(n.day),l=o||u,c=n.weekYear||n.weekNumber;if((l||a)&&c)throw new ct("Can't mix weekYear/weekNumber units with year/month/day or ordinals");if(u&&a)throw new ct("Can't mix ordinal dates with month/day");let h;i?h=M(t(t({},N(this.c,r,s)),n),r,s):C(n.ordinal)?(h=t(t({},this.toObject()),n),C(n.day)&&(h.day=Math.min(G(h.year,h.month),h.day))):h=V(t(t({},I(this.c)),n));const[d,m]=He(h,this.o,this.zone);return _e(this,{ts:d,o:m})}plus(e){if(!this.isValid)return this;return _e(this,Pe(this,Tr.fromDurationLike(e)))}minus(e){if(!this.isValid)return this;return _e(this,Pe(this,Tr.fromDurationLike(e).negate()))}startOf(e,{useLocaleWeeks:t=!1}={}){if(!this.isValid)return this;const n={},r=Tr.normalizeUnit(e);switch(r){case"years":n.month=1;case"quarters":case"months":n.day=1;case"weeks":case"days":n.hour=0;case"hours":n.minute=0;case"minutes":n.second=0;case"seconds":n.millisecond=0}if("weeks"===r)if(t){const e=this.loc.getStartOfWeek(),{weekday:t}=this;t<e&&(n.weekNumber=this.weekNumber-1),n.weekday=e}else n.weekday=1;return"quarters"===r&&(n.month=3*(Math.ceil(this.month/3)-1)+1),this.set(n)}endOf(e,t){return this.isValid?this.plus({[e]:1}).startOf(e,t).minus(1):this}toFormat(e,t={}){return this.isValid?$n.create(this.loc.redefaultToEN(t)).formatDateTimeFromString(this,e):Er}toLocaleString(e=wt,t={}){return this.isValid?$n.create(this.loc.clone(t),e).formatDateTime(this):Er}toLocaleParts(e={}){return this.isValid?$n.create(this.loc.clone(e),e).formatDateTimeParts(this):[]}toISO({format:e="extended",suppressSeconds:t=!1,suppressMilliseconds:n=!1,includeOffset:r=!0,extendedZone:s=!1,precision:i="milliseconds"}={}){if(!this.isValid)return null;const a="extended"===e;let o=Be(this,a,i=Ke(i));return Wr.indexOf(i)>=3&&(o+="T"),o+=Qe(this,a,t,n,r,s,i),o}toISODate({format:e="extended",precision:t="day"}={}){return this.isValid?Be(this,"extended"===e,Ke(t)):null}toISOWeekDate(){return Ge(this,"kkkk-'W'WW-c")}toISOTime({suppressMilliseconds:e=!1,suppressSeconds:t=!1,includeOffset:n=!0,includePrefix:r=!1,extendedZone:s=!1,format:i="extended",precision:a="milliseconds"}={}){return this.isValid?(a=Ke(a),(r&&Wr.indexOf(a)>=3?"T":"")+Qe(this,"extended"===i,t,e,n,s,a)):null}toRFC2822(){return Ge(this,"EEE, dd LLL yyyy HH:mm:ss ZZZ",!1)}toHTTP(){return Ge(this.toUTC(),"EEE, dd LLL yyyy HH:mm:ss 'GMT'")}toSQLDate(){return this.isValid?Be(this,!0):null}toSQLTime({includeOffset:e=!0,includeZone:t=!1,includeOffsetSpace:n=!0}={}){let r="HH:mm:ss.SSS";return(t||e)&&(n&&(r+=" "),t?r+="z":e&&(r+="ZZ")),Ge(this,r,!0)}toSQL(e={}){return this.isValid?`${this.toSQLDate()} ${this.toSQLTime(e)}`:null}toString(){return this.isValid?this.toISO():Er}[Symbol.for("nodejs.util.inspect.custom")](){return this.isValid?`DateTime { ts: ${this.toISO()}, zone: ${this.zone.name}, locale: ${this.locale} }`:`DateTime { Invalid, reason: ${this.invalidReason} }`}valueOf(){return this.toMillis()}toMillis(){return this.isValid?this.ts:NaN}toSeconds(){return this.isValid?this.ts/1e3:NaN}toUnixInteger(){return this.isValid?Math.floor(this.ts/1e3):NaN}toJSON(){return this.toISO()}toBSON(){return this.toJSDate()}toObject(e={}){if(!this.isValid)return{};const n=t({},this.c);return e.includeConfig&&(n.outputCalendar=this.outputCalendar,n.numberingSystem=this.loc.numberingSystem,n.locale=this.loc.locale),n}toJSDate(){return new Date(this.isValid?this.ts:NaN)}diff(e,n="milliseconds",r={}){if(!this.isValid||!e.isValid)return Tr.invalid("created by diffing an invalid DateTime");const s=t({locale:this.locale,numberingSystem:this.numberingSystem},r),i=(u=n,Array.isArray(u)?u:[u]).map(Tr.normalizeUnit),a=e.valueOf()>this.valueOf(),o=xe(a?this:e,a?e:this,i,s);var u;return a?o.negate():o}diffNow(e="milliseconds",t={}){return this.diff(DateTime.now(),e,t)}until(e){return this.isValid?Or.fromDateTimes(this,e):this}hasSame(e,t,n){if(!this.isValid)return!1;const r=e.valueOf(),s=this.setZone(e.zone,{keepLocalTime:!0});return s.startOf(t,n)<=r&&r<=s.endOf(t,n)}equals(e){return this.isValid&&e.isValid&&this.valueOf()===e.valueOf()&&this.zone.equals(e.zone)&&this.loc.equals(e.loc)}toRelative(e={}){if(!this.isValid)return null;const n=e.base||DateTime.fromObject({},{zone:this.zone}),r=e.padding?this<n?-e.padding:e.padding:0;let s=["years","months","days","hours","minutes","seconds"],i=e.unit;return Array.isArray(e.unit)&&(s=e.unit,i=void 0),tt(n,this.plus(r),t(t({},e),{},{numeric:"always",units:s,unit:i}))}toRelativeCalendar(e={}){return this.isValid?tt(e.base||DateTime.fromObject({},{zone:this.zone}),this,t(t({},e),{},{numeric:"auto",units:["years","months","days"],calendary:!0})):null}static min(...e){if(!e.every(DateTime.isDateTime))throw new dt("min requires all arguments be DateTimes");return z(e,e=>e.valueOf(),Math.min)}static max(...e){if(!e.every(DateTime.isDateTime))throw new dt("max requires all arguments be DateTimes");return z(e,e=>e.valueOf(),Math.max)}static fromFormatExplain(e,t,n={}){const{locale:r=null,numberingSystem:s=null}=n;return ze(rn.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0}),e,t)}static fromStringExplain(e,t,n={}){return DateTime.fromFormatExplain(e,t,n)}static buildFormatParser(e,t={}){const{locale:n=null,numberingSystem:r=null}=t;return new xr(rn.fromOpts({locale:n,numberingSystem:r,defaultToEN:!0}),e)}static fromFormatParser(e,t,n={}){if(C(e)||C(t))throw new dt("fromFormatParser requires an input string and a format parser");const{locale:r=null,numberingSystem:s=null}=n,i=rn.fromOpts({locale:r,numberingSystem:s,defaultToEN:!0});if(!i.equals(t.locale))throw new dt(`fromFormatParser called with a locale of ${i}, but the format parser was created for ${t.locale}`);const{result:a,zone:o,specificOffset:u,invalidReason:l}=t.explainFromTokens(e);return l?DateTime.invalid(l):Je(a,o,n,`format ${t.format}`,e,u)}static get DATE_SHORT(){return wt}static get DATE_MED(){return pt}static get DATE_MED_WITH_WEEKDAY(){return kt}static get DATE_FULL(){return vt}static get DATE_HUGE(){return Tt}static get TIME_SIMPLE(){return St}static get TIME_WITH_SECONDS(){return Ot}static get TIME_WITH_SHORT_OFFSET(){return bt}static get TIME_WITH_LONG_OFFSET(){return Dt}static get TIME_24_SIMPLE(){return Nt}static get TIME_24_WITH_SECONDS(){return Mt}static get TIME_24_WITH_SHORT_OFFSET(){return It}static get TIME_24_WITH_LONG_OFFSET(){return Vt}static get DATETIME_SHORT(){return xt}static get DATETIME_SHORT_WITH_SECONDS(){return Et}static get DATETIME_MED(){return Ft}static get DATETIME_MED_WITH_SECONDS(){return Ct}static get DATETIME_MED_WITH_WEEKDAY(){return Zt}static get DATETIME_FULL(){return $t}static get DATETIME_FULL_WITH_SECONDS(){return Wt}static get DATETIME_HUGE(){return Lt}static get DATETIME_HUGE_WITH_SECONDS(){return zt}}});f();export{y as ControllerDateRange,l as ControllerFormFieldDate,m as ControllerFormFieldDateRange,c as ScopeModuleBasicDate,u as TableCellDate,a as ZDateRange,h as ZFormFieldDate,i as ZFormFieldDateRange,d as components,o as dateFormatUtil,Ur as n,qr as t};
@@ -1 +0,0 @@
1
- import{n as e}from"./rolldown-runtime-CHbrDDT0.js";import{d as t,f as r}from"./fecha-Dt-wbMrP.js";import{a,c as n,i as s,l as o,n as c,o as i,r as u,s as f,t as l}from"./a-ssr-Dxm9T35E.js";function y(e){if(null===e||"object"!=typeof e)return!1;const t=Object.getPrototypeOf(e);return(null===t||t===Object.prototype||null===Object.getPrototypeOf(t))&&(!(Symbol.iterator in e)&&(!(Symbol.toStringTag in e)||"[object Module]"===Object.prototype.toString.call(e)))}function p(e,r,a=".",n){if(!y(r))return p(e,{},a,n);const s=t({},r);for(const t of Object.keys(e)){if("__proto__"===t||"constructor"===t)continue;const r=e[t];null!=r&&(n&&n(s,t,r,a)||(Array.isArray(r)&&Array.isArray(s[t])?s[t]=[...r,...s[t]]:y(r)&&y(s[t])?s[t]=p(r,s[t],(a?`${a}.`:"")+t.toString(),n):s[t]=r))}return s}function h(e){return(...t)=>t.reduce((t,r)=>p(t,r,"",e),{})}var b,g,$,A,m,w,O,j=e(()=>{r(),b=h(),h((e,t,r)=>{if(void 0!==e[t]&&"function"==typeof r)return e[t]=r(e[t]),!0}),h((e,t,r)=>{if(Array.isArray(e[t])&&"function"==typeof r)return e[t]=r(e[t]),!0})}),d=e(()=>{g=Math.pow(2,32)-1,$=g-1});function S(e){return null===e||"object"!=typeof e&&"function"!=typeof e}function U(e){return Object.prototype.toString.call(e).slice(8,-1)}function _(e){switch(e){case'"':return'\\"';case"<":return"\\u003C";case"\\":return"\\\\";case"\n":return"\\n";case"\r":return"\\r";case"\t":return"\\t";case"\b":return"\\b";case"\f":return"\\f";case"\u2028":return"\\u2028";case"\u2029":return"\\u2029";default:return e<" "?`\\u${e.charCodeAt(0).toString(16).padStart(4,"0")}`:""}}function P(e){let t="",r=0;const a=e.length;for(let n=0;n<a;n+=1){const a=_(e[n]);a&&(t+=e.slice(r,n)+a,r=n+1)}return`"${0===r?e:t+e.slice(r)}"`}function T(e){return O.test(e)?"."+e:"["+JSON.stringify(e)+"]"}function E(e){if(0===e.length)return!1;if(e.length>1&&48===e.charCodeAt(0))return!1;for(let r=0;r<e.length;r++){const t=e.charCodeAt(r);if(t<48||t>57)return!1}return t=+e,!(!Number.isInteger(t)||t<0||t>$);var t}function v(e){const t=Object.keys(e);for(var r=t.length-1;r>=0&&!E(t[r]);r--);return t.length=r+1,t}var k,D,L,R=e(()=>{d(),A={"<":"\\u003C","\\":"\\\\","\b":"\\b","\f":"\\f","\n":"\\n","\r":"\\r","\t":"\\t","\u2028":"\\u2028","\u2029":"\\u2029"},m=class extends Error{constructor(e,t,r,a){super(e),this.name="DevalueError",this.path=t.join(""),this.value=r,this.root=a}},w=Object.getOwnPropertyNames(Object.prototype).sort().join("\0"),O=/^[a-zA-Z_$][a-zA-Z_$0-9]*$/});function I(e,t){const r=new Map,a=[],n=new Map;!function s(o){if(S(o)){if("symbol"==typeof o)throw new m("Cannot stringify a Symbol primitive",a,o,e)}else{if(r.has(o))return void r.set(o,r.get(o)+1);if(r.set(o,1),t){const e=t(o,e=>I(e,t));if("string"==typeof e)return void n.set(o,e)}if("function"==typeof o)throw new m("Cannot stringify a function",a,o,e);switch(U(o)){case"Number":case"BigInt":case"String":case"Boolean":case"Date":case"RegExp":case"URL":case"URLSearchParams":case"ArrayBuffer":case"Temporal.Duration":case"Temporal.Instant":case"Temporal.PlainDate":case"Temporal.PlainTime":case"Temporal.PlainDateTime":case"Temporal.PlainMonthDay":case"Temporal.PlainYearMonth":case"Temporal.ZonedDateTime":return;case"Array":o.forEach((e,t)=>{a.push(`[${t}]`),s(e),a.pop()});break;case"Set":Array.from(o).forEach(s);break;case"Map":for(const[e,t]of o)a.push(`.get(${S(e)?C(e):"..."})`),s(t),a.pop();break;case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Float16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":case"DataView":return void s(o.buffer);default:if(!function(e){const t=Object.getPrototypeOf(e);return t===Object.prototype||null===t||null===Object.getPrototypeOf(t)||Object.getOwnPropertyNames(t).sort().join("\0")===w}(o))throw new m("Cannot stringify arbitrary non-POJOs",a,o,e);if((c=o,Object.getOwnPropertySymbols(c).filter(e=>Object.getOwnPropertyDescriptor(c,e).enumerable)).length>0)throw new m("Cannot stringify POJOs with symbolic keys",a,o,e);for(const t of Object.keys(o)){if("__proto__"===t)throw new m("Cannot stringify objects with __proto__ keys",a,o,e);a.push(T(t)),s(o[t]),a.pop()}}}var c}(e);const s=new Map;function o(e){if(s.has(e))return s.get(e);if(S(e))return C(e);if(n.has(e))return n.get(e);const t=U(e);switch(t){case"Number":case"String":case"Boolean":case"BigInt":return`Object(${o(e.valueOf())})`;case"RegExp":const{source:r,flags:a}=e;return a?`new RegExp(${P(r)},"${a}")`:`new RegExp(${P(r)})`;case"Date":return`new Date(${e.getTime()})`;case"URL":return`new URL(${P(e.toString())})`;case"URLSearchParams":return`new URLSearchParams(${P(e.toString())})`;case"Array":{let t=!1,r="[";for(let a=0;a<e.length;a+=1)if(a>0&&(r+=","),Object.hasOwn(e,a))r+=o(e[a]);else if(!t){const r=v(e),n=r.length,s=String(e.length).length;if(e.length+2>25+s+n*(s+2)){const t=r.map(t=>`${t}:${o(e[t])}`).join(",");return`Object.assign(Array(${e.length}),{${t}})`}t=!0,a-=1}return r+(0===e.length||e.length-1 in e?"":",")+"]"}case"Set":case"Map":return`new ${t}([${Array.from(e).map(o).join(",")}])`;case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Float16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":{let r=`new ${t}`;if(s.has(e.buffer))r+=`(${o(e.buffer)})`;else{r+=`([${new e.constructor(e.buffer)}])`}if(e.byteLength!==e.buffer.byteLength){const t=e.byteOffset/e.BYTES_PER_ELEMENT;r+=`.subarray(${t},${t+e.length})`}return r}case"DataView":{let t="new DataView";return s.has(e.buffer)?t+=`(${o(e.buffer)}`:t+=`(new Uint8Array([${new Uint8Array(e.buffer)}]).buffer`,e.byteLength!==e.buffer.byteLength&&(t+=`,${e.startOffset},${e.byteLength}`),t+")"}case"ArrayBuffer":return`new Uint8Array([${new Uint8Array(e).toString()}]).buffer`;case"Temporal.Duration":case"Temporal.Instant":case"Temporal.PlainDate":case"Temporal.PlainTime":case"Temporal.PlainDateTime":case"Temporal.PlainMonthDay":case"Temporal.PlainYearMonth":case"Temporal.ZonedDateTime":return`${t}.from(${P(e.toString())})`;default:const n=Object.keys(e),c=n.map(t=>`${function(e){return/^[_$a-zA-Z][_$a-zA-Z0-9]*$/.test(e)?e:M(JSON.stringify(e))}(t)}:${o(e[t])}`).join(",");return null===Object.getPrototypeOf(e)?n.length>0?`{${c},__proto__:null}`:"{__proto__:null}":`{${c}}`}}Array.from(r).filter(e=>e[1]>1).sort((e,t)=>t[1]-e[1]).forEach((e,t)=>{s.set(e[0],function(e){let t="";do{t=k[e%54]+t,e=~~(e/54)-1}while(e>=0);return L.test(t)?`${t}0`:t}(t))});const c=o(e);if(s.size){const e=[],t=[],r=[];return s.forEach((a,c)=>{if(e.push(a),n.has(c))return void r.push(n.get(c));if(S(c))return void r.push(C(c));const i=U(c);switch(i){case"Number":case"String":case"Boolean":case"BigInt":r.push(`Object(${o(c.valueOf())})`);break;case"RegExp":const{source:e,flags:n}=c,u=n?`new RegExp(${P(e)},"${n}")`:`new RegExp(${P(e)})`;r.push(u);break;case"Date":r.push(`new Date(${c.getTime()})`);break;case"URL":r.push(`new URL(${P(c.toString())})`);break;case"URLSearchParams":r.push(`new URLSearchParams(${P(c.toString())})`);break;case"Array":r.push(`Array(${c.length})`),c.forEach((e,r)=>{t.push(`${a}[${r}]=${o(e)}`)});break;case"Set":r.push("new Set"),t.push(`${a}.${Array.from(c).map(e=>`add(${o(e)})`).join(".")}`);break;case"Map":r.push("new Map"),t.push(`${a}.${Array.from(c).map(([e,t])=>`set(${o(e)}, ${o(t)})`).join(".")}`);break;case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Float16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":{let e=`new ${i}`;if(s.has(c.buffer))e+=`(${o(c.buffer)})`;else{e+=`([${new c.constructor(c.buffer)}])`}if(c.byteLength!==c.buffer.byteLength){const t=c.byteOffset/c.BYTES_PER_ELEMENT;e+=`.subarray(${t},${t+c.length})`}r.push("{}"),t.push(`${a}=${e}`);break}case"DataView":{let e="new DataView";s.has(c.buffer)?e+=`(${o(c.buffer)}`:e+=`(new Uint8Array([${new Uint8Array(c.buffer)}]).buffer`,c.byteLength!==c.buffer.byteLength&&(e+=`,${c.byteOffset},${c.byteLength}`),e+=")",r.push("{}"),t.push(`${a}=${e}`);break}case"ArrayBuffer":r.push(`new Uint8Array([${new Uint8Array(c)}]).buffer`);break;default:r.push(null===Object.getPrototypeOf(c)?"Object.create(null)":"{}"),Object.keys(c).forEach(e=>{t.push(`${a}${function(e){return/^[_$a-zA-Z][_$a-zA-Z0-9]*$/.test(e)?`.${e}`:`[${M(JSON.stringify(e))}]`}(e)}=${o(c[e])}`)})}}),t.push(`return ${c}`),`(function(${e.join(",")}){${t.join(";")}}(${r.join(",")}))`}return c}function B(e){return A[e]||e}function M(e){return e.replace(D,B)}function C(e){const t=typeof e;if("string"===t)return P(e);if(void 0===e)return"void 0";if(0===e&&1/e<0)return"-0";const r=String(e);return"number"===t?r.replace(/^(-)?0\./,"$1."):"bigint"===t?e+"n":r}var N=e(()=>{R(),k="abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_$",D=/[<\b\f\n\r\t\0\u2028\u2029]/g,L=/^(?:do|if|in|for|int|let|new|try|var|byte|case|char|else|enum|goto|long|this|void|with|await|break|catch|class|const|final|float|short|super|throw|while|yield|delete|double|export|import|native|return|switch|throws|typeof|boolean|default|extends|finally|package|private|abstract|continue|debugger|function|volatile|interface|protected|transient|implements|instanceof|synchronized)$/}),x=e(()=>{N(),d(),R()});l();export{s as CtxSSR,a as CtxSSRMetaStore,f as Monkey,u as MonkeySys,c as ScopeModuleASsr,o as SysSsrState,n as config,j as i,I as n,b as r,x as t,i as unevalPatch};
@@ -1 +0,0 @@
1
- import{n as t}from"./rolldown-runtime-CHbrDDT0.js";import{i as e,n as o,r,t as n}from"./a-ssrhmr-B2cvF-nD.js";function i(t,e=100,o={}){if("function"!=typeof t)throw new TypeError(`Expected the first parameter to be a function, got \`${typeof t}\`.`);if(e<0)throw new RangeError("`wait` must not be negative.");if("boolean"==typeof o)throw new TypeError("The `options` parameter must be an object, not a boolean. Use `{immediate: true}` instead.");const{immediate:r}=o;let n,i,a,s,f;function c(){const e=n,o=i;return n=void 0,i=void 0,f=t.apply(e,o),f}function m(){const t=Date.now()-s;t<e&&t>=0?a=setTimeout(m,e-t):(a=void 0,r||(f=c()))}const p=function(...t){if(n&&this!==n&&Object.getPrototypeOf(this)===Object.getPrototypeOf(n))throw new Error("Debounced method called with different contexts of the same prototype.");n=this,i=t,s=Date.now();const o=r&&!a;if(a||(a=setTimeout(m,e)),o)return f=c(),f};return Object.defineProperty(p,"isPending",{get:()=>void 0!==a}),p.clear=()=>{a&&(clearTimeout(a),a=void 0,n=void 0,i=void 0)},p.flush=()=>{a&&p.trigger()},p.trigger=()=>{f=c(),p.clear()},p}var a=t(()=>{});n();export{r as MonkeySys,o as ScopeModuleASsrhmr,e as config,a as n,i as t};
@@ -1 +0,0 @@
1
- import{n as t}from"./rolldown-runtime-CHbrDDT0.js";import{g as i,h as r}from"./fecha-Dt-wbMrP.js";import{a as e,c as s,i as o,n,o as a,r as f,s as l,t as u}from"./basic-currency-B53xuwSH.js";var h,d=t(()=>{i(),h=class{constructor(t){var i,e,s;if(r(this,"fixed",void 0),r(this,"exp",void 0),r(this,"zero",void 0),!1===t)throw new Error("Currency options cannot be false");t&&"object"==typeof t||(t={}),this.fixed=null!==(i=t.fixed)&&void 0!==i?i:2,this.exp=null!==(e=t.exp)&&void 0!==e?e:this.fixed,this.zero=null!==(s=t.zero)&&void 0!==s?s:this.fixed}format(t){return null==t||"string"==typeof t&&""===t.trim()?"":isNaN(t)?String(t):function(t,i){let r=t.indexOf(".");if(-1===r)return t;for(let e=t.length-1;e>r&&"0"===t[e]&&e-r>i;e--)t=t.substring(0,t.length-1);return r===t.length-1&&(t=t.substring(0,t.length-1)),t}((Number(t)/Math.pow(10,this.exp)).toFixed(this.fixed),this.zero)}update(t){if(null!=t){if("string"==typeof t&&""===t.trim())return null;if(!isNaN(t))return Number((Number(t)*Math.pow(10,this.exp)).toFixed(0))}}}});u();export{a as ControllerFormFieldCurrency,n as ScopeModuleBasicCurrency,o as TableCellCurrency,e as ZFormFieldCurrency,f as components,l as currencyFormat,s as currencyUpdate,d as n,h as t};
@@ -1 +0,0 @@
1
- import{n as e}from"./rolldown-runtime-CHbrDDT0.js";import{C as r,d as t,k as a,o as s,p as o,w as u}from"./vue-De0oSCem.js";import{n as i}from"./vue-B9pRh0Vf.js";import{d as n,f as m}from"./fecha-Dt-wbMrP.js";import{a as l,i as d,n as v,r as f,t as c}from"./esm-C5llv4f3.js";function p(e){const t=new d(n(n({},e),{},{form:e.form,name:e.name})),o=v(t.store,"array"===e.mode?e=>e.meta._arrayVersion||0:e=>e.value),i=v(t.store,e=>e.meta.isTouched),m=v(t.store,e=>e.meta.isBlurred),l=v(t.store,e=>e.meta.isDirty),f=v(t.store,e=>e.meta.errorMap),c=v(t.store,e=>e.meta.errorSourceMap),p=v(t.store,e=>e.meta.isValidating),h=s(()=>{const r=o.value,a=i.value,s=m.value,u=l.value,d=f.value,v=c.value,h=p.value;return{value:"array"===e.mode?t.state.value:r,meta:n(n({},t.state.meta),{},{isTouched:a,isBlurred:s,isDirty:u,errorMap:d,errorSourceMap:v,isValidating:h})}}),j=s(()=>n(n({},t),{},{get state(){return h.value}}));let y;return r(()=>{y=t.mount()}),u(()=>{y()}),a(()=>e,()=>{t.update(n(n({},e),{},{form:e.form}))}),{api:j.value,state:h.value}}var h,j=e(()=>{f(),c(),i(),m(),h=t((e,r)=>{const t=p(n(n({},e),r.attrs));return()=>r.slots.default({field:t.api,state:t.state})},{name:"Field",inheritAttrs:!1})});function y(e){const a=(()=>{const r=new l(e),a=r;return a.Field=t((e,t)=>()=>o(h,n(n(n({},e),t.attrs),{},{form:r}),t.slots),{name:"APIField",inheritAttrs:!1}),a.useStore=e=>v(r.store,e),a.Subscribe=t((e,t)=>{var a;const s=null!==(a=n(n({},e),t.attrs).selector)&&void 0!==a?a:e=>e,o=v(r.store,s);return()=>t.slots.default(o.value)},{name:"Subscribe",inheritAttrs:!1}),a})();return r(a.mount),a.update(e),a}var S=e(()=>{f(),c(),i(),j(),m()}),b=e(()=>{f(),c(),j(),S()});export{y as n,p as r,b as t};
@@ -1 +0,0 @@
1
- import{n as e}from"./rolldown-runtime-CHbrDDT0.js";import{m as t,p as r}from"./fecha-Dt-wbMrP.js";import{f as i,p as n,s,t as a,u}from"./tanstack-query-ReR706Mh.js";var o,y=e(()=>{}),l=e(()=>{});function c({storage:e,buster:t="",maxAge:a=864e5,serialize:y=JSON.stringify,deserialize:l=JSON.parse,prefix:c=o,refetchOnRestore:f=!0,filters:d}){function p(e){if(e.state.dataUpdatedAt){const r=Date.now()-e.state.dataUpdatedAt>a,i=e.buster!==t;return!(!r&&!i)}return!0}function h(e,t){return m.apply(this,arguments)}function m(){return(m=r(function*(t,r){if(null!=e){const a=`${c}-${t}`;try{const t=yield e.getItem(a);if(t){let n;try{n=yield l(t)}catch(i){return void(yield e.removeItem(a))}if(!p(n))return r&&s.schedule(()=>r(n)),n.state.data;yield e.removeItem(a)}}catch(n){yield e.removeItem(a)}}})).apply(this,arguments)}function v(){return(v=r(function*(t,r){if(null!=e){const e=r.getQueryCache().find({queryKey:t});e&&(yield q(e))}})).apply(this,arguments)}function q(e){return I.apply(this,arguments)}function I(){return(I=r(function*(r){if(null!=e){const i=`${c}-${r.queryHash}`;e.setItem(i,yield y({state:r.state,queryKey:r.queryKey,queryHash:r.queryHash,buster:t}))}})).apply(this,arguments)}function A(){return(A=r(function*(t,r,n){const a=!d||i(d,n);if(a&&void 0===n.state.data&&null!=e){const e=yield h(n.queryHash,e=>{n.setState({dataUpdatedAt:e.state.dataUpdatedAt,errorUpdatedAt:e.state.errorUpdatedAt}),("always"===f||!0===f&&n.isStale())&&n.fetch()});if(void 0!==e)return Promise.resolve(e)}const u=yield t(r);return a&&null!=e&&s.schedule(()=>{q(n)}),Promise.resolve(u)})).apply(this,arguments)}function K(){return(K=r(function*(){if(null==e?void 0:e.entries){const r=`${c}-`,i=yield e.entries();for(const[n,s]of i)if(n.startsWith(r)){let r;try{r=yield l(s)}catch(t){yield e.removeItem(n);continue}p(r)&&(yield e.removeItem(n))}}})).apply(this,arguments)}function Q(){return(Q=r(function*(t,r={}){const{exact:i,queryKey:s}=r;if(null==e?void 0:e.entries){const r=`${c}-`,o=yield e.entries();for(const[y,c]of o)if(y.startsWith(r)){let r;try{r=yield l(c)}catch(a){yield e.removeItem(y);continue}if(p(r)){yield e.removeItem(y);continue}if(s)if(i){if(r.queryHash!==u(s))continue}else if(!n(r.queryKey,s))continue;t.setQueryData(r.queryKey,r.state.data,{updatedAt:r.state.dataUpdatedAt})}}})).apply(this,arguments)}function U(){return(U=r(function*(t={}){const{exact:r,queryKey:i}=t;if(null==e?void 0:e.entries){const t=yield e.entries(),a=`${c}-`;for(const[o,y]of t)if(o.startsWith(a)){if(!i){yield e.removeItem(o);continue}let t;try{t=yield l(y)}catch(s){yield e.removeItem(o);continue}if(r){if(t.queryHash!==u(i))continue}else if(!n(t.queryKey,i))continue;yield e.removeItem(o)}}})).apply(this,arguments)}return{persisterFn:function(e,t,r){return A.apply(this,arguments)},persistQuery:q,persistQueryByKey:function(e,t){return v.apply(this,arguments)},retrieveQuery:h,persisterGc:function(){return K.apply(this,arguments)},restoreQueries:function(e){return Q.apply(this,arguments)},removeQueries:function(){return U.apply(this,arguments)}}}var f=e(()=>{a(),t(),o="tanstack-query"}),d=e(()=>{y(),l(),f()});export{c as n,d as t};
@@ -1 +0,0 @@
1
- import{n as e}from"./rolldown-runtime-CHbrDDT0.js";import{S as t,T as r,_ as n,c as u,h as s,m as i,p as o,u as a,v as l}from"./vue-Dl-yK_yx.js";import{g as c,k as f,m as p,o as y,y as h}from"./vue-De0oSCem.js";import{d as v,f as m}from"./fecha-Dt-wbMrP.js";import{a as g}from"./extends-DY_KS8Q4.js";import{a as Q,d,i as O,m as C,n as w,o as D,r as b,t as R}from"./tanstack-query-ReR706Mh.js";function j(e){return`${A}${e?`:${e}`:""}`}function q(e,t){Object.keys(e).forEach(r=>{e[r]=t[r]})}function E(e,t,r="",n=0){if(t){const s=t(e,r,n);if(void 0===s&&u(e))return s;if(void 0!==s)return s}if(Array.isArray(e))return e.map((e,r)=>E(e,t,String(r),n+1));if("object"==typeof e&&function(e){if("[object Object]"!==Object.prototype.toString.call(e))return!1;const t=Object.getPrototypeOf(e);return null===t||t===Object.prototype}(e)){const r=Object.entries(e).map(([e,r])=>[e,E(r,t,e,n+1)]);return Object.fromEntries(r)}return e}function x(e,t=!1){return E(e,(e,n,s)=>1===s&&"queryKey"===n?x(e,!0):t&&"function"==typeof e?x(e(),t):u(e)?x(r(e),t):void 0)}var A,M=e(()=>{g(),A="VUE_QUERY_CLIENT"});function P(e=""){if(!p())throw new Error("vue-query hooks can only be used inside setup() function or functions that support injection context.");const t=c(j(e));if(!t)throw new Error("No 'queryClient' found in Vue context, use 'VueQueryPlugin' to properly initialize the library.");return t}var S,I,T,k,U=e(()=>{g(),M()}),_=e(()=>{R(),M(),S=class extends b{find(e){return super.find(x(e))}findAll(e={}){return super.findAll(x(e))}}}),F=e(()=>{R(),M(),I=class extends Q{find(e){return super.find(x(e))}findAll(e={}){return super.findAll(x(e))}}}),V=e(()=>{g(),R(),M(),_(),F(),m(),T=class extends w{constructor(e={}){super({defaultOptions:e.defaultOptions,queryCache:e.queryCache||new S,mutationCache:e.mutationCache||new I}),this.isRestoring=s(!1)}isFetching(e={}){return super.isFetching(x(e))}isMutating(e={}){return super.isMutating(x(e))}getQueryData(e){return super.getQueryData(x(e))}ensureQueryData(e){return super.ensureQueryData(x(e))}getQueriesData(e){return super.getQueriesData(x(e))}setQueryData(e,t,r={}){return super.setQueryData(x(e),t,x(r))}setQueriesData(e,t,r={}){return super.setQueriesData(x(e),t,x(r))}getQueryState(e){return super.getQueryState(x(e))}removeQueries(e={}){return super.removeQueries(x(e))}resetQueries(e={},t={}){return super.resetQueries(x(e),x(t))}cancelQueries(e={},t={}){return super.cancelQueries(x(e),x(t))}invalidateQueries(e={},t={}){var r,n;const u=x(e),s=x(t);if(super.invalidateQueries(v(v({},u),{},{refetchType:"none"}),s),"none"===u.refetchType)return Promise.resolve();const i=v(v({},u),{},{type:null!==(r=null!==(n=u.refetchType)&&void 0!==n?n:u.type)&&void 0!==r?r:"active"});return h().then(()=>super.refetchQueries(i,s))}refetchQueries(e={},t={}){return super.refetchQueries(x(e),x(t))}fetchQuery(e){return super.fetchQuery(x(e))}prefetchQuery(e){return super.prefetchQuery(x(e))}fetchInfiniteQuery(e){return super.fetchInfiniteQuery(x(e))}prefetchInfiniteQuery(e){return super.prefetchInfiniteQuery(x(e))}setDefaultOptions(e){super.setDefaultOptions(x(e))}setQueryDefaults(e,t){super.setQueryDefaults(x(e),x(t))}getQueryDefaults(e){return super.getQueryDefaults(x(e))}setMutationDefaults(e,t){super.setMutationDefaults(x(e),x(t))}getMutationDefaults(e){return super.getMutationDefaults(x(e))}}}),$=e(()=>{g(),R(),V(),M(),k={install:(e,t={})=>{const r=j(t.queryClientKey);let n;n="queryClient"in t&&t.queryClient?t.queryClient:new T("queryClientConfig"in t?t.queryClientConfig:void 0),d||n.mount();let u=()=>{};if(t.clientPersister){n.isRestoring&&(n.isRestoring.value=!0);const[e,r]=t.clientPersister(n);u=e,r.then(()=>{var e;n.isRestoring&&(n.isRestoring.value=!1),null===(e=t.clientPersisterOnSuccess)||void 0===e||e.call(t,n)})}const s=()=>{n.unmount(),u()};if(e.onUnmount)e.onUnmount(s);else{const t=e.unmount;e.unmount=function(){s(),t()}}e.provide(r,n)}}});var K=e(()=>{g(),R(),U(),M()});function N(e,r){return function(e,r,u){const s=u||P(),c=y(()=>{var e;let t=r;"function"==typeof t&&(t=t());const n=x(t);"function"==typeof n.enabled&&(n.enabled=n.enabled());const u=s.defaultQueryOptions(n);return u._optimisticResults=(null===(e=s.isRestoring)||void 0===e?void 0:e.value)?"isRestoring":"optimistic",u}),p=new e(s,c.value),h=c.value.shallow?n(p.getCurrentResult()):o(p.getCurrentResult());let v=()=>{};s.isRestoring&&f(s.isRestoring,e=>{e||(v(),v=p.subscribe(e=>{q(h,e)}))},{immediate:!0});const m=()=>{p.setOptions(c.value),q(h,p.getCurrentResult())};f(c,m),a(()=>{v()}),f(()=>h.error,e=>{if(h.isError&&!h.isFetching&&C(c.value.throwOnError,[e,p.getCurrentQuery()]))throw e});const g=t(c.value.shallow?l(h):i(h));for(const t in h)"function"==typeof h[t]&&(g[t]=h[t]);return g.suspense=()=>new Promise((e,t)=>{let r=()=>{};const n=()=>{if(!1!==c.value.enabled){p.setOptions(c.value);const n=p.getOptimisticResult(c.value);n.isStale?(r(),p.fetchOptimistic(c.value).then(e,r=>{C(c.value.throwOnError,[r,p.getCurrentQuery()])?t(r):e(p.getCurrentResult())})):(r(),e(n))}};n(),r=f(c,n)}),g.refetch=(...e)=>(m(),h.refetch(...e)),g}(D,e,r)}var z=e(()=>{R(),K()});function L(e,r){const u=r||P(),s=y(()=>{const t="function"==typeof e?e():e;return u.defaultMutationOptions(x(t))}),c=new O(u,s.value),p=s.value.shallow?n(c.getCurrentResult()):o(c.getCurrentResult()),h=c.subscribe(e=>{q(p,e)});f(s,()=>{c.setOptions(s.value)}),a(()=>{h()});const m=t(s.value.shallow?l(p):i(p));return f(()=>p.error,e=>{if(e&&C(s.value.throwOnError,[e]))throw e}),v(v({},m),{},{mutate:(e,t)=>{c.mutate(e,t).catch(()=>{})},mutateAsync:p.mutate,reset:p.reset})}var Y=e(()=>{g(),R(),M(),U(),m()}),B=e(()=>{R(),U(),$(),V(),_(),z(),Y()});export{T as a,k as i,L as n,S as o,N as r,P as s,B as t};