abstra 3.23.6__py3-none-any.whl → 3.23.8__py3-none-any.whl

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 (252) hide show
  1. {abstra-3.23.6.dist-info → abstra-3.23.8.dist-info}/METADATA +1 -1
  2. {abstra-3.23.6.dist-info → abstra-3.23.8.dist-info}/RECORD +191 -189
  3. abstra_internals/consts/filepaths.py +1 -1
  4. abstra_internals/contracts_generated.py +3791 -3236
  5. abstra_internals/controllers/codebase.py +9 -18
  6. abstra_internals/controllers/codebase_events.py +6 -4
  7. abstra_internals/controllers/main.py +56 -67
  8. abstra_internals/interface/cli/deploy.py +1 -3
  9. abstra_internals/repositories/linter/repository.py +9 -40
  10. abstra_internals/repositories/linter/rules/__init__.py +2 -0
  11. abstra_internals/repositories/linter/rules/big_py_files.py +40 -0
  12. abstra_internals/repositories/linter/rules/big_py_files_test.py +93 -0
  13. abstra_internals/repositories/linter/rules/duplicate_package_in_requirements.py +16 -4
  14. abstra_internals/repositories/linter/rules/duplicate_package_in_requirements_test.py +24 -3
  15. abstra_internals/repositories/linter/rules/env_in_bundle.py +3 -6
  16. abstra_internals/repositories/linter/rules/env_in_bundle_test.py +4 -3
  17. abstra_internals/repositories/linter/rules/missing_packages_in_requirements.py +12 -1
  18. abstra_internals/repositories/linter/rules/syntax_errors.py +2 -19
  19. abstra_internals/repositories/linter/rules/venv_in_bundle.py +3 -2
  20. abstra_internals/server/routes/requirements.py +7 -3
  21. abstra_internals/server/routes/workspace.py +0 -10
  22. abstra_internals/services/fs.py +144 -99
  23. abstra_internals/services/fs_test.py +303 -8
  24. abstra_internals/services/requirements.py +271 -81
  25. abstra_internals/services/requirements_test.py +528 -164
  26. abstra_internals/templates/__init__.py +3 -1
  27. abstra_statics/dist/assets/AbstraButton.vue_vue_type_script_setup_true_lang.205eb76e.js +2 -0
  28. abstra_statics/dist/assets/AbstraLogo.vue_vue_type_script_setup_true_lang.32a17b0c.js +2 -0
  29. abstra_statics/dist/assets/{ApiKeys.05b5ab9a.js → ApiKeys.7fefafb4.js} +2 -2
  30. abstra_statics/dist/assets/App.c29df54f.js +2 -0
  31. abstra_statics/dist/assets/App.vue_vue_type_style_index_0_lang.efd9d3fa.js +2 -0
  32. abstra_statics/dist/assets/BaseLayout.b60c33b8.js +2 -0
  33. abstra_statics/dist/assets/Billing.b9f77b65.js +2 -0
  34. abstra_statics/dist/assets/{Breadcrumb.6179cdce.js → Breadcrumb.d0cc2c91.js} +2 -2
  35. abstra_statics/dist/assets/{Builds.43df5473.js → Builds.18e4ba1a.js} +2 -2
  36. abstra_statics/dist/assets/{Card.bf61638b.js → Card.957a87b2.js} +2 -2
  37. abstra_statics/dist/assets/{CircularLoading.e6d19d98.js → CircularLoading.3e4ddd6d.js} +2 -2
  38. abstra_statics/dist/assets/CloseCircleOutlined.4e05b917.js +2 -0
  39. abstra_statics/dist/assets/{ConnectorsView.5cef13aa.css → ConnectorsView.17764dde.css} +1 -1
  40. abstra_statics/dist/assets/ConnectorsView.562a5007.js +2 -0
  41. abstra_statics/dist/assets/ConsoleOmniChat.vue_vue_type_script_setup_true_lang.1d09cfdd.js +2 -0
  42. abstra_statics/dist/assets/ContentLayout.7d5c9f09.js +2 -0
  43. abstra_statics/dist/assets/{CrudView.bbc83763.js → CrudView.8fb84eac.js} +2 -2
  44. abstra_statics/dist/assets/{DocsButton.vue_vue_type_script_setup_true_lang.0796f440.js → DocsButton.vue_vue_type_script_setup_true_lang.0555d923.js} +2 -2
  45. abstra_statics/dist/assets/{EditorLogin.d00bf0ff.js → EditorLogin.02eb6050.js} +2 -2
  46. abstra_statics/dist/assets/{EditorsView.99ba9c06.js → EditorsView.f0ea00fc.js} +2 -2
  47. abstra_statics/dist/assets/EnvVars.063644bb.js +2 -0
  48. abstra_statics/dist/assets/Error.a81122c4.js +2 -0
  49. abstra_statics/dist/assets/ExclamationCircleOutlined.d410fb9a.js +2 -0
  50. abstra_statics/dist/assets/Files.f23b9c53.js +2 -0
  51. abstra_statics/dist/assets/Form.bfea5673.js +2 -0
  52. abstra_statics/dist/assets/{FormRunner.714ce2c1.css → FormRunner.46f6426d.css} +1 -1
  53. abstra_statics/dist/assets/FormRunner.8bbe841e.js +2 -0
  54. abstra_statics/dist/assets/Home.3bf2f131.js +2 -0
  55. abstra_statics/dist/assets/Home.42964d5b.js +2 -0
  56. abstra_statics/dist/assets/{Live.50f8f3ee.js → Live.5dc821b6.js} +2 -2
  57. abstra_statics/dist/assets/LoadingContainer.6e72d482.js +2 -0
  58. abstra_statics/dist/assets/LoadingOutlined.ee72932a.js +2 -0
  59. abstra_statics/dist/assets/Login.0b618d09.js +2 -0
  60. abstra_statics/dist/assets/{Login.35337e9b.js → Login.c702642b.js} +2 -2
  61. abstra_statics/dist/assets/Login.vue_vue_type_script_setup_true_lang.a92a80d0.js +2 -0
  62. abstra_statics/dist/assets/Logo.83b476a4.js +2 -0
  63. abstra_statics/dist/assets/{Logs.412b505f.js → Logs.eebc0504.js} +2 -2
  64. abstra_statics/dist/assets/{LogsController.770e0220.js → LogsController.eb1b811d.js} +2 -2
  65. abstra_statics/dist/assets/Main.88719eb3.js +2 -0
  66. abstra_statics/dist/assets/MockForm.c3318be9.js +2 -0
  67. abstra_statics/dist/assets/Navbar.abf206e9.js +2 -0
  68. abstra_statics/dist/assets/{NewEditor.8f32e814.css → NewEditor.0044878f.css} +1 -1
  69. abstra_statics/dist/assets/NewEditor.5650f697.js +8 -0
  70. abstra_statics/dist/assets/OidcLoginCallback.df2bdeb0.js +2 -0
  71. abstra_statics/dist/assets/OidcLogoutCallback.2ba5316d.js +2 -0
  72. abstra_statics/dist/assets/{OmniChat.7660057c.css → OmniChat.8a35a659.css} +1 -1
  73. abstra_statics/dist/assets/{OmniChat.cb7c5f10.js → OmniChat.de828c54.js} +4 -4
  74. abstra_statics/dist/assets/{OnboardingView.611e451f.js → OnboardingView.1c034f0d.js} +2 -2
  75. abstra_statics/dist/assets/{Organization.16168e9f.js → Organization.855f95a9.js} +2 -2
  76. abstra_statics/dist/assets/Organizations.3db82ab2.js +2 -0
  77. abstra_statics/dist/assets/{PhArrowCounterClockwise.vue.3f439d6d.js → PhArrowCounterClockwise.vue.76c9e146.js} +2 -2
  78. abstra_statics/dist/assets/{PhArrowSquareOut.vue.73431843.js → PhArrowSquareOut.vue.ecfa9cb2.js} +2 -2
  79. abstra_statics/dist/assets/{PhBookBookmark.vue.f5df4397.js → PhBookBookmark.vue.f8f803d9.js} +2 -2
  80. abstra_statics/dist/assets/{PhChats.vue.20c511b5.js → PhChats.vue.dfda946c.js} +2 -2
  81. abstra_statics/dist/assets/{PhClockCounterClockwise.vue.21ab2795.js → PhClockCounterClockwise.vue.cd77fd26.js} +2 -2
  82. abstra_statics/dist/assets/{PhCopy.vue.f0a6fc0c.js → PhCopy.vue.a63b48dd.js} +2 -2
  83. abstra_statics/dist/assets/{PhCopySimple.vue.f585b051.js → PhCopySimple.vue.ecffb042.js} +2 -2
  84. abstra_statics/dist/assets/{PhCube.vue.c7b0863a.js → PhCube.vue.b5b96a33.js} +2 -2
  85. abstra_statics/dist/assets/{PhDotsThreeVertical.vue.c1812ea8.js → PhDotsThreeVertical.vue.2db678ef.js} +2 -2
  86. abstra_statics/dist/assets/{PhDownloadSimple.vue.24466182.js → PhDownloadSimple.vue.cbca4f9b.js} +2 -2
  87. abstra_statics/dist/assets/{PhFolderPlus.vue.0cd449af.js → PhFolderPlus.vue.dfb9b117.js} +2 -2
  88. abstra_statics/dist/assets/{PhGear.vue.24fe28a2.js → PhGear.vue.6e1aeed0.js} +2 -2
  89. abstra_statics/dist/assets/{PhKey.vue.39ca7afb.js → PhKey.vue.50d82bb5.js} +2 -2
  90. abstra_statics/dist/assets/{PhPencil.vue.a86916ee.js → PhPencil.vue.ae2943da.js} +2 -2
  91. abstra_statics/dist/assets/{PhPencilSimple.vue.80a4282f.js → PhPencilSimple.vue.9042e169.js} +2 -2
  92. abstra_statics/dist/assets/{PhPencilSimpleLine.vue.a1883531.js → PhPencilSimpleLine.vue.f840cf0d.js} +2 -2
  93. abstra_statics/dist/assets/{PhRocket.vue.acacaa11.js → PhRocket.vue.3b5927aa.js} +2 -2
  94. abstra_statics/dist/assets/{PhSignOut.vue.3cb7cd40.js → PhSignOut.vue.d00d3657.js} +2 -2
  95. abstra_statics/dist/assets/{PhSparkle.vue.8e334c6d.js → PhSparkle.vue.8a94f3a0.js} +2 -2
  96. abstra_statics/dist/assets/{PhUserList.vue.38f46bf2.js → PhUserList.vue.3791cb59.js} +2 -2
  97. abstra_statics/dist/assets/{PhUsersThree.vue.f3486eeb.js → PhUsersThree.vue.ef0376b6.js} +2 -2
  98. abstra_statics/dist/assets/{PhWebhooksLogo.vue.3f80aef6.js → PhWebhooksLogo.vue.fe81fb65.js} +2 -2
  99. abstra_statics/dist/assets/{PlayerConfigProvider.0ec5f598.js → PlayerConfigProvider.2acd3a77.js} +2 -2
  100. abstra_statics/dist/assets/PlayerNavbar.13876ce7.js +2 -0
  101. abstra_statics/dist/assets/Project.0277535f.js +2 -0
  102. abstra_statics/dist/assets/ProjectLogin.46d5036b.js +2 -0
  103. abstra_statics/dist/assets/{ProjectSettings.17a585e6.js → ProjectSettings.652a838b.js} +2 -2
  104. abstra_statics/dist/assets/{ProjectsView.3f2dabb4.js → ProjectsView.c5ec993b.js} +2 -2
  105. abstra_statics/dist/assets/{SaveButton.57d5b00a.js → SaveButton.ac38b361.js} +2 -2
  106. abstra_statics/dist/assets/{files.b6e46123.js → ScrollArea.vue_vue_type_script_setup_true_lang.a58564d3.js} +2 -2
  107. abstra_statics/dist/assets/{Sidebar.3bc6e6c7.js → Sidebar.56e51ab5.js} +2 -2
  108. abstra_statics/dist/assets/Sql.3cdc910a.css +1 -0
  109. abstra_statics/dist/assets/Sql.6961306b.js +5 -0
  110. abstra_statics/dist/assets/Steps.f820fb18.js +2 -0
  111. abstra_statics/dist/assets/{TableEditor.791324c3.js → TableEditor.df6a4852.js} +2 -2
  112. abstra_statics/dist/assets/Tables.198b84c5.js +2 -0
  113. abstra_statics/dist/assets/{TablesDiagram.d27523e8.js → TablesDiagram.811d464d.js} +2 -2
  114. abstra_statics/dist/assets/TablesTabs.vue_vue_type_script_setup_true_lang.e6074880.js +2 -0
  115. abstra_statics/dist/assets/{Tasks.9f66e5d4.js → Tasks.df69d20e.js} +2 -2
  116. abstra_statics/dist/assets/{UploadOutlined.1e2f50aa.js → UploadOutlined.b601a592.js} +2 -2
  117. abstra_statics/dist/assets/{View.2b0dde2c.js → View.7a2ccc33.js} +2 -2
  118. abstra_statics/dist/assets/View.vue_vue_type_script_setup_true_lang.424410a2.js +2 -0
  119. abstra_statics/dist/assets/Watermark.40c8c47e.js +2 -0
  120. abstra_statics/dist/assets/{WebEditor.cdb4d362.js → WebEditor.82a3accf.js} +2 -2
  121. abstra_statics/dist/assets/{WidgetPreview.73776456.js → WidgetPreview.0f938200.js} +2 -2
  122. abstra_statics/dist/assets/ant-design.544de4a0.js +2 -0
  123. abstra_statics/dist/assets/apiKey.95126643.js +2 -0
  124. abstra_statics/dist/assets/asyncComputed.1b787534.js +2 -0
  125. abstra_statics/dist/assets/{build.36ea33ce.js → build.997fec15.js} +2 -2
  126. abstra_statics/dist/assets/{colorHelpers.f396fe13.js → colorHelpers.d4f3f275.js} +2 -2
  127. abstra_statics/dist/assets/{console.d7a64eef.js → console.54ab975c.js} +2 -2
  128. abstra_statics/dist/assets/constants.36bf7d70.js +2 -0
  129. abstra_statics/dist/assets/{cssMode.a2f505eb.js → cssMode.c1aa21d7.js} +2 -2
  130. abstra_statics/dist/assets/datetime.adc0acc4.js +2 -0
  131. abstra_statics/dist/assets/dayjs.a6bd0ee0.js +2 -0
  132. abstra_statics/dist/assets/editor.0ce52658.js +2 -0
  133. abstra_statics/dist/assets/editor.main.353e9a8f.js +2 -0
  134. abstra_statics/dist/assets/fetch.83d89bdc.js +2 -0
  135. abstra_statics/dist/assets/{folder.8e3a1b23.js → folder.41d37eb7.js} +2 -2
  136. abstra_statics/dist/assets/{freemarker2.48cf9094.js → freemarker2.40778f3f.js} +2 -2
  137. abstra_statics/dist/assets/{handlebars.b7185455.js → handlebars.92d4ff2a.js} +3 -3
  138. abstra_statics/dist/assets/{html.9eecf18a.js → html.b3c0c53a.js} +3 -3
  139. abstra_statics/dist/assets/{htmlMode.1b022721.js → htmlMode.1212da49.js} +2 -2
  140. abstra_statics/dist/assets/{index.2f04e3f6.js → index.36d8b30a.js} +5 -5
  141. abstra_statics/dist/assets/{index.bbe55f1a.js → index.37c46161.js} +2 -2
  142. abstra_statics/dist/assets/index.3d2a7b6d.js +2 -0
  143. abstra_statics/dist/assets/{index.25898d95.js → index.3e7471f4.js} +2 -2
  144. abstra_statics/dist/assets/{index.2d59a444.js → index.3ff1c0be.js} +3 -3
  145. abstra_statics/dist/assets/index.5e22e010.js +2 -0
  146. abstra_statics/dist/assets/{index.36aedb48.js → index.9e0166fe.js} +2 -2
  147. abstra_statics/dist/assets/{index.726d6111.js → index.a7b8e25e.js} +2 -2
  148. abstra_statics/dist/assets/{index.aca944a5.js → index.d181a22c.js} +2 -2
  149. abstra_statics/dist/assets/{javascript.84f7229f.js → javascript.f9710043.js} +3 -3
  150. abstra_statics/dist/assets/{jsonMode.1d488dc1.js → jsonMode.16d00c0d.js} +2 -2
  151. abstra_statics/dist/assets/{jwt-decode.esm.28320b05.js → jwt-decode.esm.992666e9.js} +8 -8
  152. abstra_statics/dist/assets/linters.3c5f0c83.js +2 -0
  153. abstra_statics/dist/assets/{liquid.5b33b8cc.js → liquid.9a777e1a.js} +3 -3
  154. abstra_statics/dist/assets/{member.73d141d7.js → member.6b2b3438.js} +2 -2
  155. abstra_statics/dist/assets/{metadata.8c8d4b20.js → metadata.cfad5458.js} +2 -2
  156. abstra_statics/dist/assets/omniChatStore.2b85c342.js +8 -0
  157. abstra_statics/dist/assets/{organization.7d79a3c7.js → organization.53636095.js} +2 -2
  158. abstra_statics/dist/assets/player.5b7eaa25.js +2 -0
  159. abstra_statics/dist/assets/{plotly.min.bc8ddded.js → plotly.min.9b8bef5c.js} +2 -2
  160. abstra_statics/dist/assets/polling.88a266b3.js +2 -0
  161. abstra_statics/dist/assets/{project.c76d644e.js → project.76f0af14.js} +2 -2
  162. abstra_statics/dist/assets/{python.1a326b7a.js → python.ae8270c8.js} +2 -2
  163. abstra_statics/dist/assets/{razor.3d5f09e6.js → razor.4f24e19e.js} +3 -3
  164. abstra_statics/dist/assets/{record.1b6df81e.js → record.87ef3b68.js} +2 -2
  165. abstra_statics/dist/assets/redirect.2fa4f8cf.js +2 -0
  166. abstra_statics/dist/assets/{repository.37d2927a.js → repository.9d5310b6.js} +2 -2
  167. abstra_statics/dist/assets/{repository.cc27afed.js → repository.af418855.js} +2 -2
  168. abstra_statics/dist/assets/{router.858e1af2.js → router.1324a1a9.js} +3 -3
  169. abstra_statics/dist/assets/router.55c0ff56.js +2 -0
  170. abstra_statics/dist/assets/{string.4c218fd1.js → string.f6a7565f.js} +2 -2
  171. abstra_statics/dist/assets/{tables.337a9b65.js → tables.c26107a1.js} +2 -2
  172. abstra_statics/dist/assets/{tasksController.a06fd7d3.js → tasksController.22584849.js} +2 -2
  173. abstra_statics/dist/assets/{toggleHighContrast.62d05446.js → toggleHighContrast.fc60753d.js} +7 -7
  174. abstra_statics/dist/assets/{tsMode.cacd2597.js → tsMode.a4b9b524.js} +2 -2
  175. abstra_statics/dist/assets/{typescript.a2a6a629.js → typescript.ab90fd1d.js} +3 -3
  176. abstra_statics/dist/assets/url.f490879d.js +2 -0
  177. abstra_statics/dist/assets/userStore.9e7a540a.js +2 -0
  178. abstra_statics/dist/assets/uuid.9161765c.js +2 -0
  179. abstra_statics/dist/assets/{vue-flow-background.d047c675.js → vue-flow-background.8e4c22c3.js} +2 -2
  180. abstra_statics/dist/assets/{vue-quill.esm-bundler.772b3404.js → vue-quill.esm-bundler.64c5837f.js} +2 -2
  181. abstra_statics/dist/assets/workspaceStore.4f0c433f.js +2 -0
  182. abstra_statics/dist/assets/{xml.e6a1736d.js → xml.3541c340.js} +2 -2
  183. abstra_statics/dist/assets/{yaml.47c8c844.js → yaml.314312d8.js} +3 -3
  184. abstra_statics/dist/console.html +15 -15
  185. abstra_statics/dist/editor.html +11 -11
  186. abstra_statics/dist/player.html +9 -9
  187. tests/e2e/test_crud_files.py +0 -1
  188. tests/e2e/test_requirements.py +41 -4
  189. abstra_statics/dist/assets/AbstraButton.vue_vue_type_script_setup_true_lang.5ac4912e.js +0 -2
  190. abstra_statics/dist/assets/AbstraLogo.vue_vue_type_script_setup_true_lang.9fc63b70.js +0 -2
  191. abstra_statics/dist/assets/App.c04b86c0.js +0 -2
  192. abstra_statics/dist/assets/App.vue_vue_type_style_index_0_lang.4abdaaf3.js +0 -2
  193. abstra_statics/dist/assets/BaseLayout.d7e7e9fe.js +0 -2
  194. abstra_statics/dist/assets/Billing.57e2ca6b.js +0 -2
  195. abstra_statics/dist/assets/CloseCircleOutlined.5183baf0.js +0 -2
  196. abstra_statics/dist/assets/ConnectorsView.c29b5831.js +0 -2
  197. abstra_statics/dist/assets/ConsoleOmniChat.vue_vue_type_script_setup_true_lang.c7982f0e.js +0 -2
  198. abstra_statics/dist/assets/ContentLayout.d3e84c3e.js +0 -2
  199. abstra_statics/dist/assets/EnvVars.3223d4dd.js +0 -2
  200. abstra_statics/dist/assets/Error.73539d40.js +0 -2
  201. abstra_statics/dist/assets/ExclamationCircleOutlined.5ed9d71f.js +0 -2
  202. abstra_statics/dist/assets/Files.7358e813.js +0 -2
  203. abstra_statics/dist/assets/Form.7b7f61dd.js +0 -2
  204. abstra_statics/dist/assets/FormRunner.617659c3.js +0 -2
  205. abstra_statics/dist/assets/Home.50e3cb44.js +0 -2
  206. abstra_statics/dist/assets/Home.e051b43c.js +0 -2
  207. abstra_statics/dist/assets/LoadingContainer.af0e1ba2.js +0 -2
  208. abstra_statics/dist/assets/LoadingOutlined.6ed83a08.js +0 -2
  209. abstra_statics/dist/assets/Login.99bd4c40.js +0 -2
  210. abstra_statics/dist/assets/Login.vue_vue_type_script_setup_true_lang.d3c2d47f.js +0 -2
  211. abstra_statics/dist/assets/Logo.e3649776.js +0 -2
  212. abstra_statics/dist/assets/Main.738990b8.js +0 -2
  213. abstra_statics/dist/assets/MockForm.4ead504b.js +0 -2
  214. abstra_statics/dist/assets/Navbar.50988594.js +0 -2
  215. abstra_statics/dist/assets/NewEditor.13d26823.js +0 -8
  216. abstra_statics/dist/assets/OidcLoginCallback.4982d0fb.js +0 -2
  217. abstra_statics/dist/assets/OidcLogoutCallback.717d758c.js +0 -2
  218. abstra_statics/dist/assets/Organizations.68ef6411.js +0 -2
  219. abstra_statics/dist/assets/PlayerNavbar.24544fa8.js +0 -2
  220. abstra_statics/dist/assets/Project.997d68f7.js +0 -2
  221. abstra_statics/dist/assets/ProjectLogin.311c2cd8.js +0 -2
  222. abstra_statics/dist/assets/Sql.1afe0bac.css +0 -1
  223. abstra_statics/dist/assets/Sql.c74977b7.js +0 -5
  224. abstra_statics/dist/assets/Steps.79eea5ae.js +0 -2
  225. abstra_statics/dist/assets/Tables.5cfd01db.js +0 -2
  226. abstra_statics/dist/assets/TablesTabs.vue_vue_type_script_setup_true_lang.82db1c2e.js +0 -2
  227. abstra_statics/dist/assets/View.vue_vue_type_script_setup_true_lang.34afb660.js +0 -2
  228. abstra_statics/dist/assets/Watermark.047823a2.js +0 -2
  229. abstra_statics/dist/assets/ant-design.dc326d34.js +0 -2
  230. abstra_statics/dist/assets/apiKey.d428e427.js +0 -2
  231. abstra_statics/dist/assets/asyncComputed.decbe125.js +0 -2
  232. abstra_statics/dist/assets/constants.54f5dbb0.js +0 -2
  233. abstra_statics/dist/assets/datetime.27912eb6.js +0 -2
  234. abstra_statics/dist/assets/dayjs.9a51c922.js +0 -2
  235. abstra_statics/dist/assets/editor.ac3f0982.js +0 -2
  236. abstra_statics/dist/assets/editor.main.39fc3e9d.js +0 -2
  237. abstra_statics/dist/assets/fetch.9946ecfe.js +0 -2
  238. abstra_statics/dist/assets/index.3a2ab2d2.js +0 -2
  239. abstra_statics/dist/assets/index.b0181193.js +0 -2
  240. abstra_statics/dist/assets/index.e21caff3.js +0 -2
  241. abstra_statics/dist/assets/linters.ed377d41.js +0 -2
  242. abstra_statics/dist/assets/omniChatStore.b7128bc4.js +0 -10
  243. abstra_statics/dist/assets/player.027b4a53.js +0 -2
  244. abstra_statics/dist/assets/polling.0bb90faf.js +0 -2
  245. abstra_statics/dist/assets/redirect.d8affe75.js +0 -2
  246. abstra_statics/dist/assets/url.e7d14364.js +0 -2
  247. abstra_statics/dist/assets/userStore.c0562f9d.js +0 -2
  248. abstra_statics/dist/assets/uuid.fe529613.js +0 -2
  249. abstra_statics/dist/assets/workspaceStore.20104d6a.js +0 -2
  250. {abstra-3.23.6.dist-info → abstra-3.23.8.dist-info}/WHEEL +0 -0
  251. {abstra-3.23.6.dist-info → abstra-3.23.8.dist-info}/entry_points.txt +0 -0
  252. {abstra-3.23.6.dist-info → abstra-3.23.8.dist-info}/top_level.txt +0 -0
@@ -1,4 +1,4 @@
1
- import{a8 as Ut,a9 as En,aa as Pn,ab as we,ac as $e,ad as Qe,d as G,N as te,ae as St,c as B,w as se,k as Ze,af as en,j as Li,ag as he,ah as U,ai as Oe,f as s,aj as O,ak as Ni,X as p,al as Ri,a4 as et,am as ct,an as Me,ao as Xt,ap as ye,aq as Fe,ar as Vn,as as Ae,at as it,r as ne,au as Pe,av as D,aw as po,ax as go,ay as Di,az as yt,aA as vo,aB as On,aC as zi,aD as Pt,aE as fn,aF as mt,g as ot,aG as mo,aH as _i,aI as Hi,aJ as ji,aK as Le,aL as Se,aM as Y,aN as J,aO as Wi,aP as ut,aQ as tn,aR as We,aS as Vi,aT as $l,aU as Ki,aV as Kn,aW as kt,aX as bo,aY as So,aZ as Gn,a_ as yo,a$ as wo,b0 as Co,b1 as xo,b2 as Gi,b3 as Ui,b4 as Xi,b5 as $o,b6 as ve,b7 as pe,b8 as ko,b9 as Yi,ba as Un,bb as Xn,bc as Mo,bd as To,be as Io,bf as qi,bg as Ao,bh as Eo,bi as Ot,bj as nn,bk as Po,bl as Oo,bm as at,bn as Bo,bo as kl,bp as Ml,bq as ln,br as Fo,bs as Zi,bt as Mt,bu as Yt,bv as qt,bw as zt,S as on,bx as Ue,by as Lo,bz as Xe,bA as Ji,bB as Qi,bC as ea,bD as hn,bE as ta,bF as na,bG as la,bH as oa,bI as ia,bJ as No,bK as aa,bL as ra,bM as Yn,a3 as qn,bN as Zn,bO as Ro,bP as Do,bQ as sa,bR as bt,bS as je,bT as ca,bU as ua,bV as da,bW as fa,bX as ha,bY as pa,bZ as ga,b_ as Bn,b$ as va,c0 as ma,c1 as an,c2 as ba,c3 as Tl,c4 as Sa,c5 as ya,c6 as wa,c7 as Ca,c8 as pn,c9 as xa,ca as $a,cb as ka,cc as Ma,cd as Ta,ce as Ia,cf as Aa,cg as Ea,ch as Pa,ci as Oa,a2 as zo,cj as Ba,ck as Il,cl as _o,cm as Fa,U as Ft,cn as La,co as Na,cp as Ra,cq as Da,cr as za,cs as _a,ct as Ha,cu as ja,cv as Wa,n as Ho,cw as Va,cx as Ka,cy as Ga,cz as Ua,cA as Xa,cB as Ya,cC as qa,cD as Za,cE as Ja,cF as Qa,cG as er,cH as jo,cI as tr,cJ as nr,cK as lr,M as tt,cL as Wo,cM as or,cN as ir,cO as ar,cP as rr,cQ as sr,cR as cr,cS as ur,cT as dr,cU as fr,cV as hr,cW as pr,cX as gr,cY as vr,cZ as mr,c_ as br,c$ as Sr,d0 as yr,d1 as wr,d2 as Cr,d3 as xr,d4 as $r,d5 as kr,d6 as Mr,d7 as Tr,T as Ir,d8 as Ar,d9 as Er,da as Pr,A as Or,db as Br,dc as Fr,dd as Lr,de as Nr,df as Rr,dg as Dr,m as zr,o as _r,a as Hr,b as jr,u as Wr,z as Vr,y as Kr,B as Gr,C as Ur,P as Xr,D as Yr,E as qr,F as Zr,G as gn,H as Jr,I as Qr,J as es,K as ts}from"./jwt-decode.esm.28320b05.js";import{A as ns}from"./index.2d59a444.js";import{A as ls,G as os}from"./index.36aedb48.js";import{B as Vo,i as is,R as as,C as rs,A as ss,a as cs,b as us,D as ds,c as fs,d as hs,e as ps,I as gs,f as vs,g as ms,r as Al}from"./router.858e1af2.js";import{B as bs,A as Ss}from"./index.e21caff3.js";import{G as ys,M as ws}from"./index.25898d95.js";import{A as Cs}from"./index.2f04e3f6.js";import{D as xs,M as $s,W as ks,R as Ms,Q as Ts}from"./dayjs.9a51c922.js";import{A as Is}from"./index.bbe55f1a.js";import{S as Ko,C as As,a as Es,b as Ps,c as Os,d as Bs,e as Fs,T as Ls,A as Ns}from"./Card.bf61638b.js";import{A as Rs}from"./index.3a2ab2d2.js";import{A as Ds,S as zs}from"./index.726d6111.js";import{B as _s,A as Hs}from"./Breadcrumb.6179cdce.js";import"./index.aca944a5.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},t=new Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="17b11cc2-7be9-4cfb-9d27-cc86bfcb6dc9",e._sentryDebugIdIdentifier="sentry-dbid-17b11cc2-7be9-4cfb-9d27-cc86bfcb6dc9")}catch{}})();function Fn(e){let t;const n=o=>()=>{t=null,e(...o)},l=function(){if(t==null){for(var o=arguments.length,c=new Array(o),f=0;f<o;f++)c[f]=arguments[f];t=Ut(n(c))}};return l.cancel=()=>{Ut.cancel(t),t=null},l}function Lt(e){return e!==window?e.getBoundingClientRect():{top:0,bottom:window.innerHeight}}function El(e,t,n){if(n!==void 0&&t.top>e.top-n)return`${n+t.top}px`}function Pl(e,t,n){if(n!==void 0&&t.bottom<e.bottom+n){const l=window.innerHeight-t.bottom;return`${n+l}px`}}const Go=["resize","scroll","touchstart","touchmove","touchend","pageshow","load"];let wt=[];function Ol(e,t){if(!e)return;let n=wt.find(l=>l.target===e);n?n.affixList.push(t):(n={target:e,affixList:[t],eventHandlers:{}},wt.push(n),Go.forEach(l=>{n.eventHandlers[l]=En(e,l,()=>{n.affixList.forEach(o=>{const{lazyUpdatePosition:c}=o.exposed;c()},(l==="touchstart"||l==="touchmove")&&Pn?{passive:!0}:!1)})}))}function Bl(e){const t=wt.find(n=>{const l=n.affixList.some(o=>o===e);return l&&(n.affixList=n.affixList.filter(o=>o!==e)),l});t&&t.affixList.length===0&&(wt=wt.filter(n=>n!==t),Go.forEach(n=>{const l=t.eventHandlers[n];l&&l.remove&&l.remove()}))}const js=e=>{const{componentCls:t}=e;return{[t]:{position:"fixed",zIndex:e.zIndexPopup}}},Ws=we("Affix",e=>{const t=$e(e,{zIndexPopup:e.zIndexBase+10});return[js(t)]});function Vs(){return typeof window<"u"?window:null}var ft;(function(e){e[e.None=0]="None",e[e.Prepare=1]="Prepare"})(ft||(ft={}));const Ks=()=>({offsetTop:Number,offsetBottom:Number,target:{type:Function,default:Vs},prefixCls:String,onChange:Function,onTestUpdatePosition:Function}),Gs=G({compatConfig:{MODE:3},name:"AAffix",inheritAttrs:!1,props:Ks(),setup(e,t){let{slots:n,emit:l,expose:o,attrs:c}=t;const f=te(),i=te(),r=St({affixStyle:void 0,placeholderStyle:void 0,status:ft.None,lastAffix:!1,prevTarget:null,timeout:null}),a=Ri(),u=B(()=>e.offsetBottom===void 0&&e.offsetTop===void 0?0:e.offsetTop),d=B(()=>e.offsetBottom),h=()=>{const{status:k,lastAffix:T}=r,{target:C}=e;if(k!==ft.Prepare||!i.value||!f.value||!C)return;const A=C();if(!A)return;const b={status:ft.None},M=Lt(f.value);if(M.top===0&&M.left===0&&M.width===0&&M.height===0)return;const P=Lt(A),I=El(M,P,u.value),w=Pl(M,P,d.value);if(!(M.top===0&&M.left===0&&M.width===0&&M.height===0)){if(I!==void 0){const $=`${M.width}px`,E=`${M.height}px`;b.affixStyle={position:"fixed",top:I,width:$,height:E},b.placeholderStyle={width:$,height:E}}else if(w!==void 0){const $=`${M.width}px`,E=`${M.height}px`;b.affixStyle={position:"fixed",bottom:w,width:$,height:E},b.placeholderStyle={width:$,height:E}}b.lastAffix=!!b.affixStyle,T!==b.lastAffix&&l("change",b.lastAffix),p(r,b)}},v=()=>{p(r,{status:ft.Prepare,affixStyle:void 0,placeholderStyle:void 0}),a.update()},g=Fn(()=>{v()}),m=Fn(()=>{const{target:k}=e,{affixStyle:T}=r;if(k&&T){const C=k();if(C&&f.value){const A=Lt(C),b=Lt(f.value),M=El(b,A,u.value),P=Pl(b,A,d.value);if(M!==void 0&&T.top===M||P!==void 0&&T.bottom===P)return}}v()});o({updatePosition:g,lazyUpdatePosition:m}),se(()=>e.target,k=>{const T=(k==null?void 0:k())||null;r.prevTarget!==T&&(Bl(a),T&&(Ol(T,a),g()),r.prevTarget=T)}),se(()=>[e.offsetTop,e.offsetBottom],g),Ze(()=>{const{target:k}=e;k&&(r.timeout=setTimeout(()=>{Ol(k(),a),g()}))}),en(()=>{h()}),Li(()=>{clearTimeout(r.timeout),Bl(a),g.cancel(),m.cancel()});const{prefixCls:x}=he("affix",e),[S,y]=Ws(x);return()=>{var k;const{affixStyle:T,placeholderStyle:C}=r,A=U({[x.value]:T,[y.value]:!0}),b=Oe(e,["prefixCls","offsetTop","offsetBottom","target","onChange","onTestUpdatePosition"]);return S(s(Ni,{onResize:g},{default:()=>[s("div",O(O(O({},b),c),{},{ref:f}),[T&&s("div",{style:C,"aria-hidden":"true"},null),s("div",{class:A,ref:i,style:T},[(k=n.default)===null||k===void 0?void 0:k.call(n)])])]}))}}}),Uo=Qe(Gs);function Nt(){}const Xo=Symbol("anchorContextKey"),Us=e=>{et(Xo,e)},Xs=()=>ct(Xo,{registerLink:Nt,unregisterLink:Nt,scrollTo:Nt,activeLink:B(()=>""),handleClick:Nt,direction:B(()=>"vertical")}),Ys=Us,qs=e=>{const{componentCls:t,holderOffsetBlock:n,motionDurationSlow:l,lineWidthBold:o,colorPrimary:c,lineType:f,colorSplit:i}=e;return{[`${t}-wrapper`]:{marginBlockStart:-n,paddingBlockStart:n,backgroundColor:"transparent",[t]:p(p({},Me(e)),{position:"relative",paddingInlineStart:o,[`${t}-link`]:{paddingBlock:e.anchorPaddingBlock,paddingInline:`${e.anchorPaddingInline}px 0`,"&-title":p(p({},Xt),{position:"relative",display:"block",marginBlockEnd:e.anchorTitleBlock,color:e.colorText,transition:`all ${e.motionDurationSlow}`,"&:only-child":{marginBlockEnd:0}}),[`&-active > ${t}-link-title`]:{color:e.colorPrimary},[`${t}-link`]:{paddingBlock:e.anchorPaddingBlockSecondary}}}),[`&:not(${t}-wrapper-horizontal)`]:{[t]:{"&::before":{position:"absolute",left:{_skip_check_:!0,value:0},top:0,height:"100%",borderInlineStart:`${o}px ${f} ${i}`,content:'" "'},[`${t}-ink`]:{position:"absolute",left:{_skip_check_:!0,value:0},display:"none",transform:"translateY(-50%)",transition:`top ${l} ease-in-out`,width:o,backgroundColor:c,[`&${t}-ink-visible`]:{display:"inline-block"}}}},[`${t}-fixed ${t}-ink ${t}-ink`]:{display:"none"}}}},Zs=e=>{const{componentCls:t,motionDurationSlow:n,lineWidthBold:l,colorPrimary:o}=e;return{[`${t}-wrapper-horizontal`]:{position:"relative","&::before":{position:"absolute",left:{_skip_check_:!0,value:0},right:{_skip_check_:!0,value:0},bottom:0,borderBottom:`1px ${e.lineType} ${e.colorSplit}`,content:'" "'},[t]:{overflowX:"scroll",position:"relative",display:"flex",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"},[`${t}-link:first-of-type`]:{paddingInline:0},[`${t}-ink`]:{position:"absolute",bottom:0,transition:`left ${n} ease-in-out, width ${n} ease-in-out`,height:l,backgroundColor:o}}}}},Js=we("Anchor",e=>{const{fontSize:t,fontSizeLG:n,padding:l,paddingXXS:o}=e,c=$e(e,{holderOffsetBlock:o,anchorPaddingBlock:o,anchorPaddingBlockSecondary:o/2,anchorPaddingInline:l,anchorTitleBlock:t/14*3,anchorBallSize:n/2});return[qs(c),Zs(c)]}),Qs=()=>({prefixCls:String,href:String,title:Vn(),target:String,customTitleProps:Ae()}),Jn=G({compatConfig:{MODE:3},name:"AAnchorLink",inheritAttrs:!1,props:ye(Qs(),{href:"#"}),slots:Object,setup(e,t){let{slots:n,attrs:l}=t,o=null;const{handleClick:c,scrollTo:f,unregisterLink:i,registerLink:r,activeLink:a}=Xs(),{prefixCls:u}=he("anchor",e),d=h=>{const{href:v}=e;c(h,{title:o,href:v}),f(v)};return se(()=>e.href,(h,v)=>{it(()=>{i(v),r(h)})}),Ze(()=>{r(e.href)}),Fe(()=>{i(e.href)}),()=>{var h;const{href:v,target:g,title:m=n.title,customTitleProps:x={}}=e,S=u.value;o=typeof m=="function"?m(x):m;const y=a.value===v,k=U(`${S}-link`,{[`${S}-link-active`]:y},l.class),T=U(`${S}-link-title`,{[`${S}-link-title-active`]:y});return s("div",O(O({},l),{},{class:k}),[s("a",{class:T,href:v,title:typeof o=="string"?o:"",target:g,onClick:d},[n.customTitle?n.customTitle(x):o]),(h=n.default)===null||h===void 0?void 0:h.call(n)])}}});function ec(){return window}function Fl(e,t){if(!e.getClientRects().length)return 0;const n=e.getBoundingClientRect();return n.width||n.height?t===window?(t=e.ownerDocument.documentElement,n.top-t.clientTop):n.top-t.getBoundingClientRect().top:n.top}const Ll=/#([\S ]+)$/,tc=()=>({prefixCls:String,offsetTop:Number,bounds:Number,affix:{type:Boolean,default:!0},showInkInFixed:{type:Boolean,default:!1},getContainer:Function,wrapperClass:String,wrapperStyle:{type:Object,default:void 0},getCurrentAnchor:Function,targetOffset:Number,items:Pe(),direction:D.oneOf(["vertical","horizontal"]).def("vertical"),onChange:Function,onClick:Function}),nt=G({compatConfig:{MODE:3},name:"AAnchor",inheritAttrs:!1,props:tc(),setup(e,t){let{emit:n,attrs:l,slots:o,expose:c}=t;const{prefixCls:f,getTargetContainer:i,direction:r}=he("anchor",e),a=B(()=>{var b;return(b=e.direction)!==null&&b!==void 0?b:"vertical"}),u=ne(null),d=ne(),h=St({links:[],scrollContainer:null,scrollEvent:null,animating:!1}),v=ne(null),g=B(()=>{const{getContainer:b}=e;return b||(i==null?void 0:i.value)||ec}),m=function(){let b=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:5;const P=[],I=g.value();return h.links.forEach(w=>{const $=Ll.exec(w.toString());if(!$)return;const E=document.getElementById($[1]);if(E){const N=Fl(E,I);N<b+M&&P.push({link:w,top:N})}}),P.length?P.reduce(($,E)=>E.top>$.top?E:$).link:""},x=b=>{const{getCurrentAnchor:M}=e;v.value!==b&&(v.value=typeof M=="function"?M(b):b,n("change",b))},S=b=>{const{offsetTop:M,targetOffset:P}=e;x(b);const I=Ll.exec(b);if(!I)return;const w=document.getElementById(I[1]);if(!w)return;const $=g.value(),E=po($,!0),N=Fl(w,$);let z=E+N;z-=P!==void 0?P:M||0,h.animating=!0,go(z,{callback:()=>{h.animating=!1},getContainer:g.value})};c({scrollTo:S});const y=()=>{if(h.animating)return;const{offsetTop:b,bounds:M,targetOffset:P}=e,I=m(P!==void 0?P:b||0,M);x(I)},k=()=>{const b=d.value.querySelector(`.${f.value}-link-title-active`);if(b&&u.value){const M=a.value==="horizontal";u.value.style.top=M?"":`${b.offsetTop+b.clientHeight/2}px`,u.value.style.height=M?"":`${b.clientHeight}px`,u.value.style.left=M?`${b.offsetLeft}px`:"",u.value.style.width=M?`${b.clientWidth}px`:"",M&&Di(b,{scrollMode:"if-needed",block:"nearest"})}};Ys({registerLink:b=>{h.links.includes(b)||h.links.push(b)},unregisterLink:b=>{const M=h.links.indexOf(b);M!==-1&&h.links.splice(M,1)},activeLink:v,scrollTo:S,handleClick:(b,M)=>{n("click",b,M)},direction:a}),Ze(()=>{it(()=>{const b=g.value();h.scrollContainer=b,h.scrollEvent=En(h.scrollContainer,"scroll",y),y()})}),Fe(()=>{h.scrollEvent&&h.scrollEvent.remove()}),en(()=>{if(h.scrollEvent){const b=g.value();h.scrollContainer!==b&&(h.scrollContainer=b,h.scrollEvent.remove(),h.scrollEvent=En(h.scrollContainer,"scroll",y),y())}k()});const T=b=>Array.isArray(b)?b.map(M=>{const{children:P,key:I,href:w,target:$,class:E,style:N,title:z}=M;return s(Jn,{key:I,href:w,target:$,class:E,style:N,title:z,customTitleProps:M},{default:()=>[a.value==="vertical"?T(P):null],customTitle:o.customTitle})}):null,[C,A]=Js(f);return()=>{var b;const{offsetTop:M,affix:P,showInkInFixed:I}=e,w=f.value,$=U(`${w}-ink`,{[`${w}-ink-visible`]:v.value}),E=U(A.value,e.wrapperClass,`${w}-wrapper`,{[`${w}-wrapper-horizontal`]:a.value==="horizontal",[`${w}-rtl`]:r.value==="rtl"}),N=U(w,{[`${w}-fixed`]:!P&&!I}),z=p({maxHeight:M?`calc(100vh - ${M}px)`:"100vh"},e.wrapperStyle),V=s("div",{class:E,style:z,ref:d},[s("div",{class:N},[s("span",{class:$,ref:u},null),Array.isArray(e.items)?T(e.items):(b=o.default)===null||b===void 0?void 0:b.call(o)])]);return C(P?s(Uo,O(O({},l),{},{offsetTop:M,target:g.value}),{default:()=>[V]}):V)}}});nt.Link=Jn;nt.install=function(e){return e.component(nt.name,nt),e.component(nt.Link.name,nt.Link),e};const Qn=()=>null;Qn.isSelectOption=!0;Qn.displayName="AAutoCompleteOption";const gt=Qn,el=()=>null;el.isSelectOptGroup=!0;el.displayName="AAutoCompleteOptGroup";const _t=el;function nc(e){var t,n;return((t=e==null?void 0:e.type)===null||t===void 0?void 0:t.isSelectOption)||((n=e==null?void 0:e.type)===null||n===void 0?void 0:n.isSelectOptGroup)}const lc=()=>p(p({},Oe(zi(),["loading","mode","optionLabelProp","labelInValue"])),{dataSource:Array,dropdownMenuStyle:{type:Object,default:void 0},dropdownMatchSelectWidth:{type:[Number,Boolean],default:!0},prefixCls:String,showSearch:{type:Boolean,default:void 0},transitionName:String,choiceTransitionName:{type:String,default:"zoom"},autofocus:{type:Boolean,default:void 0},backfill:{type:Boolean,default:void 0},filterOption:{type:[Boolean,Function],default:!1},defaultActiveFirstOption:{type:Boolean,default:!0},status:String}),oc=gt,ic=_t,vn=G({compatConfig:{MODE:3},name:"AAutoComplete",inheritAttrs:!1,props:lc(),slots:Object,setup(e,t){let{slots:n,attrs:l,expose:o}=t;yt(),yt(),yt(!e.dropdownClassName);const c=ne(),f=()=>{var u;const d=Pt((u=n.default)===null||u===void 0?void 0:u.call(n));return d.length?d[0]:void 0};o({focus:()=>{var u;(u=c.value)===null||u===void 0||u.focus()},blur:()=>{var u;(u=c.value)===null||u===void 0||u.blur()}});const{prefixCls:a}=he("select",e);return()=>{var u,d,h;const{size:v,dataSource:g,notFoundContent:m=(u=n.notFoundContent)===null||u===void 0?void 0:u.call(n)}=e;let x;const{class:S}=l,y={[S]:!!S,[`${a.value}-lg`]:v==="large",[`${a.value}-sm`]:v==="small",[`${a.value}-show-search`]:!0,[`${a.value}-auto-complete`]:!0};if(e.options===void 0){const T=((d=n.dataSource)===null||d===void 0?void 0:d.call(n))||((h=n.options)===null||h===void 0?void 0:h.call(n))||[];T.length&&nc(T[0])?x=T:x=g?g.map(C=>{if(vo(C))return C;switch(typeof C){case"string":return s(gt,{key:C,value:C},{default:()=>[C]});case"object":return s(gt,{key:C.value,value:C.value},{default:()=>[C.text]});default:throw new Error("AutoComplete[dataSource] only supports type `string[] | Object[]`.")}}):[]}const k=Oe(p(p(p({},e),l),{mode:On.SECRET_COMBOBOX_MODE_DO_NOT_USE,getInputElement:f,notFoundContent:m,class:y,popupClassName:e.popupClassName||e.dropdownClassName,ref:c}),["dataSource","loading"]);return s(On,k,O({default:()=>[x]},Oe(n,["default","dataSource","options"])))}}}),ac=p(vn,{Option:gt,OptGroup:_t,install(e){return e.component(vn.name,vn),e.component(gt.displayName,gt),e.component(_t.displayName,_t),e}}),rc=function(e){return e.replace(/[A-Z]/g,function(t){return"-"+t.toLowerCase()}).toLowerCase()},sc=function(e){return/[height|width]$/.test(e)},Nl=function(e){let t="";const n=Object.keys(e);return n.forEach(function(l,o){let c=e[l];l=rc(l),sc(l)&&typeof c=="number"&&(c=c+"px"),c===!0?t+=l:c===!1?t+="not "+l:t+="("+l+": "+c+")",o<n.length-1&&(t+=" and ")}),t};function mn(e){let t="";return typeof e=="string"?e:e instanceof Array?(e.forEach(function(n,l){t+=Nl(n),l<e.length-1&&(t+=", ")}),t):Nl(e)}const cc={accessibility:{type:Boolean,default:!0},adaptiveHeight:{type:Boolean,default:!1},afterChange:D.any.def(null),arrows:{type:Boolean,default:!0},autoplay:{type:Boolean,default:!1},autoplaySpeed:D.number.def(3e3),beforeChange:D.any.def(null),centerMode:{type:Boolean,default:!1},centerPadding:D.string.def("50px"),cssEase:D.string.def("ease"),dots:{type:Boolean,default:!1},dotsClass:D.string.def("slick-dots"),draggable:{type:Boolean,default:!0},unslick:{type:Boolean,default:!1},easing:D.string.def("linear"),edgeFriction:D.number.def(.35),fade:{type:Boolean,default:!1},focusOnSelect:{type:Boolean,default:!1},infinite:{type:Boolean,default:!0},initialSlide:D.number.def(0),lazyLoad:D.any.def(null),verticalSwiping:{type:Boolean,default:!1},asNavFor:D.any.def(null),pauseOnDotsHover:{type:Boolean,default:!1},pauseOnFocus:{type:Boolean,default:!1},pauseOnHover:{type:Boolean,default:!0},responsive:D.array,rows:D.number.def(1),rtl:{type:Boolean,default:!1},slide:D.string.def("div"),slidesPerRow:D.number.def(1),slidesToScroll:D.number.def(1),slidesToShow:D.number.def(1),speed:D.number.def(500),swipe:{type:Boolean,default:!0},swipeEvent:D.any.def(null),swipeToSlide:{type:Boolean,default:!1},touchMove:{type:Boolean,default:!0},touchThreshold:D.number.def(5),useCSS:{type:Boolean,default:!0},useTransform:{type:Boolean,default:!0},variableWidth:{type:Boolean,default:!1},vertical:{type:Boolean,default:!1},waitForAnimate:{type:Boolean,default:!0},children:D.array,__propsSymbol__:D.any},Yo=cc,uc={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0,targetSlide:0},dc=uc;function Ln(e,t,n){return Math.max(t,Math.min(e,n))}const vt=e=>{["touchstart","touchmove","wheel"].includes(e.type)||e.preventDefault()},Zt=e=>{const t=[],n=qo(e),l=Zo(e);for(let o=n;o<l;o++)e.lazyLoadedList.indexOf(o)<0&&t.push(o);return t},qo=e=>e.currentSlide-fc(e),Zo=e=>e.currentSlide+hc(e),fc=e=>e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0,hc=e=>e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow,Nn=e=>e&&e.offsetWidth||0,tl=e=>e&&e.offsetHeight||0,Jo=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n;const l=e.startX-e.curX,o=e.startY-e.curY,c=Math.atan2(o,l);return n=Math.round(c*180/Math.PI),n<0&&(n=360-Math.abs(n)),n<=45&&n>=0||n<=360&&n>=315?"left":n>=135&&n<=225?"right":t===!0?n>=35&&n<=135?"up":"down":"vertical"},rn=e=>{let t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t},bn=(e,t)=>{const n={};return t.forEach(l=>n[l]=e[l]),n},pc=e=>{const t=e.children.length,n=e.listRef,l=Math.ceil(Nn(n)),o=e.trackRef,c=Math.ceil(Nn(o));let f;if(e.vertical)f=l;else{let v=e.centerMode&&parseInt(e.centerPadding)*2;typeof e.centerPadding=="string"&&e.centerPadding.slice(-1)==="%"&&(v*=l/100),f=Math.ceil((l-v)/e.slidesToShow)}const i=n&&tl(n.querySelector('[data-index="0"]')),r=i*e.slidesToShow;let a=e.currentSlide===void 0?e.initialSlide:e.currentSlide;e.rtl&&e.currentSlide===void 0&&(a=t-1-e.initialSlide);let u=e.lazyLoadedList||[];const d=Zt(p(p({},e),{currentSlide:a,lazyLoadedList:u}));u=u.concat(d);const h={slideCount:t,slideWidth:f,listWidth:l,trackWidth:c,currentSlide:a,slideHeight:i,listHeight:r,lazyLoadedList:u};return e.autoplaying===null&&e.autoplay&&(h.autoplaying="playing"),h},gc=e=>{const{waitForAnimate:t,animating:n,fade:l,infinite:o,index:c,slideCount:f,lazyLoad:i,currentSlide:r,centerMode:a,slidesToScroll:u,slidesToShow:d,useCSS:h}=e;let{lazyLoadedList:v}=e;if(t&&n)return{};let g=c,m,x,S,y={},k={};const T=o?c:Ln(c,0,f-1);if(l){if(!o&&(c<0||c>=f))return{};c<0?g=c+f:c>=f&&(g=c-f),i&&v.indexOf(g)<0&&(v=v.concat(g)),y={animating:!0,currentSlide:g,lazyLoadedList:v,targetSlide:g},k={animating:!1,targetSlide:g}}else m=g,g<0?(m=g+f,o?f%u!==0&&(m=f-f%u):m=0):!rn(e)&&g>r?g=m=r:a&&g>=f?(g=o?f:f-1,m=o?0:f-1):g>=f&&(m=g-f,o?f%u!==0&&(m=0):m=f-d),!o&&g+d>=f&&(m=f-d),x=It(p(p({},e),{slideIndex:g})),S=It(p(p({},e),{slideIndex:m})),o||(x===S&&(g=m),x=S),i&&(v=v.concat(Zt(p(p({},e),{currentSlide:g})))),h?(y={animating:!0,currentSlide:m,trackStyle:Qo(p(p({},e),{left:x})),lazyLoadedList:v,targetSlide:T},k={animating:!1,currentSlide:m,trackStyle:Tt(p(p({},e),{left:S})),swipeLeft:null,targetSlide:T}):y={currentSlide:m,trackStyle:Tt(p(p({},e),{left:S})),lazyLoadedList:v,targetSlide:T};return{state:y,nextState:k}},vc=(e,t)=>{let n,l,o;const{slidesToScroll:c,slidesToShow:f,slideCount:i,currentSlide:r,targetSlide:a,lazyLoad:u,infinite:d}=e,v=i%c!==0?0:(i-r)%c;if(t.message==="previous")l=v===0?c:f-v,o=r-l,u&&!d&&(n=r-l,o=n===-1?i-1:n),d||(o=a-c);else if(t.message==="next")l=v===0?c:v,o=r+l,u&&!d&&(o=(r+c)%i+v),d||(o=a+c);else if(t.message==="dots")o=t.index*t.slidesToScroll;else if(t.message==="children"){if(o=t.index,d){const g=xc(p(p({},e),{targetSlide:o}));o>t.currentSlide&&g==="left"?o=o-i:o<t.currentSlide&&g==="right"&&(o=o+i)}}else t.message==="index"&&(o=Number(t.index));return o},mc=(e,t,n)=>e.target.tagName.match("TEXTAREA|INPUT|SELECT")||!t?"":e.keyCode===37?n?"next":"previous":e.keyCode===39?n?"previous":"next":"",bc=(e,t,n)=>(e.target.tagName==="IMG"&&vt(e),!t||!n&&e.type.indexOf("mouse")!==-1?"":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}),Sc=(e,t)=>{const{scrolling:n,animating:l,vertical:o,swipeToSlide:c,verticalSwiping:f,rtl:i,currentSlide:r,edgeFriction:a,edgeDragged:u,onEdge:d,swiped:h,swiping:v,slideCount:g,slidesToScroll:m,infinite:x,touchObject:S,swipeEvent:y,listHeight:k,listWidth:T}=t;if(n)return;if(l)return vt(e);o&&c&&f&&vt(e);let C,A={};const b=It(t);S.curX=e.touches?e.touches[0].pageX:e.clientX,S.curY=e.touches?e.touches[0].pageY:e.clientY,S.swipeLength=Math.round(Math.sqrt(Math.pow(S.curX-S.startX,2)));const M=Math.round(Math.sqrt(Math.pow(S.curY-S.startY,2)));if(!f&&!v&&M>10)return{scrolling:!0};f&&(S.swipeLength=M);let P=(i?-1:1)*(S.curX>S.startX?1:-1);f&&(P=S.curY>S.startY?1:-1);const I=Math.ceil(g/m),w=Jo(t.touchObject,f);let $=S.swipeLength;return x||(r===0&&(w==="right"||w==="down")||r+1>=I&&(w==="left"||w==="up")||!rn(t)&&(w==="left"||w==="up"))&&($=S.swipeLength*a,u===!1&&d&&(d(w),A.edgeDragged=!0)),!h&&y&&(y(w),A.swiped=!0),o?C=b+$*(k/T)*P:i?C=b-$*P:C=b+$*P,f&&(C=b+$*P),A=p(p({},A),{touchObject:S,swipeLeft:C,trackStyle:Tt(p(p({},t),{left:C}))}),Math.abs(S.curX-S.startX)<Math.abs(S.curY-S.startY)*.8||S.swipeLength>10&&(A.swiping=!0,vt(e)),A},yc=(e,t)=>{const{dragging:n,swipe:l,touchObject:o,listWidth:c,touchThreshold:f,verticalSwiping:i,listHeight:r,swipeToSlide:a,scrolling:u,onSwipe:d,targetSlide:h,currentSlide:v,infinite:g}=t;if(!n)return l&&vt(e),{};const m=i?r/f:c/f,x=Jo(o,i),S={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(u||!o.swipeLength)return S;if(o.swipeLength>m){vt(e),d&&d(x);let y,k;const T=g?v:h;switch(x){case"left":case"up":k=T+Dl(t),y=a?Rl(t,k):k,S.currentDirection=0;break;case"right":case"down":k=T-Dl(t),y=a?Rl(t,k):k,S.currentDirection=1;break;default:y=T}S.triggerSlideHandler=y}else{const y=It(t);S.trackStyle=Qo(p(p({},t),{left:y}))}return S},wc=e=>{const t=e.infinite?e.slideCount*2:e.slideCount;let n=e.infinite?e.slidesToShow*-1:0,l=e.infinite?e.slidesToShow*-1:0;const o=[];for(;n<t;)o.push(n),n=l+e.slidesToScroll,l+=Math.min(e.slidesToScroll,e.slidesToShow);return o},Rl=(e,t)=>{const n=wc(e);let l=0;if(t>n[n.length-1])t=n[n.length-1];else for(const o in n){if(t<n[o]){t=l;break}l=n[o]}return t},Dl=e=>{const t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){let n;const l=e.listRef,o=l.querySelectorAll&&l.querySelectorAll(".slick-slide")||[];if(Array.from(o).every(i=>{if(e.vertical){if(i.offsetTop+tl(i)/2>e.swipeLeft*-1)return n=i,!1}else if(i.offsetLeft-t+Nn(i)/2>e.swipeLeft*-1)return n=i,!1;return!0}),!n)return 0;const c=e.rtl===!0?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(n.dataset.index-c)||1}else return e.slidesToScroll},nl=(e,t)=>t.reduce((n,l)=>n&&e.hasOwnProperty(l),!0)?null:console.error("Keys Missing:",e),Tt=e=>{nl(e,["left","variableWidth","slideCount","slidesToShow","slideWidth"]);let t,n;const l=e.slideCount+2*e.slidesToShow;e.vertical?n=l*e.slideHeight:t=Cc(e)*e.slideWidth;let o={opacity:1,transition:"",WebkitTransition:""};if(e.useTransform){const c=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",f=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",i=e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)";o=p(p({},o),{WebkitTransform:c,transform:f,msTransform:i})}else e.vertical?o.top=e.left:o.left=e.left;return e.fade&&(o={opacity:1}),t&&(o.width=t+"px"),n&&(o.height=n+"px"),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?o.marginTop=e.left+"px":o.marginLeft=e.left+"px"),o},Qo=e=>{nl(e,["left","variableWidth","slideCount","slidesToShow","slideWidth","speed","cssEase"]);const t=Tt(e);return e.useTransform?(t.WebkitTransition="-webkit-transform "+e.speed+"ms "+e.cssEase,t.transition="transform "+e.speed+"ms "+e.cssEase):e.vertical?t.transition="top "+e.speed+"ms "+e.cssEase:t.transition="left "+e.speed+"ms "+e.cssEase,t},It=e=>{if(e.unslick)return 0;nl(e,["slideIndex","trackRef","infinite","centerMode","slideCount","slidesToShow","slidesToScroll","slideWidth","listWidth","variableWidth","slideHeight"]);const{slideIndex:t,trackRef:n,infinite:l,centerMode:o,slideCount:c,slidesToShow:f,slidesToScroll:i,slideWidth:r,listWidth:a,variableWidth:u,slideHeight:d,fade:h,vertical:v}=e;let g=0,m,x,S=0;if(h||e.slideCount===1)return 0;let y=0;if(l?(y=-qe(e),c%i!==0&&t+i>c&&(y=-(t>c?f-(t-c):c%i)),o&&(y+=parseInt(f/2))):(c%i!==0&&t+i>c&&(y=f-c%i),o&&(y=parseInt(f/2))),g=y*r,S=y*d,v?m=t*d*-1+S:m=t*r*-1+g,u===!0){let k;const T=n;if(k=t+qe(e),x=T&&T.childNodes[k],m=x?x.offsetLeft*-1:0,o===!0){k=l?t+qe(e):t,x=T&&T.children[k],m=0;for(let C=0;C<k;C++)m-=T&&T.children[C]&&T.children[C].offsetWidth;m-=parseInt(e.centerPadding),m+=x&&(a-x.offsetWidth)/2}}return m},qe=e=>e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0),Ht=e=>e.unslick||!e.infinite?0:e.slideCount,Cc=e=>e.slideCount===1?1:qe(e)+e.slideCount+Ht(e),xc=e=>e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+$c(e)?"left":"right":e.targetSlide<e.currentSlide-kc(e)?"right":"left",$c=e=>{let{slidesToShow:t,centerMode:n,rtl:l,centerPadding:o}=e;if(n){let c=(t-1)/2+1;return parseInt(o)>0&&(c+=1),l&&t%2===0&&(c+=1),c}return l?0:t-1},kc=e=>{let{slidesToShow:t,centerMode:n,rtl:l,centerPadding:o}=e;if(n){let c=(t-1)/2+1;return parseInt(o)>0&&(c+=1),!l&&t%2===0&&(c+=1),c}return l?t-1:0},zl=()=>!!(typeof window<"u"&&window.document&&window.document.createElement),Sn=e=>{let t,n,l,o;e.rtl?o=e.slideCount-1-e.index:o=e.index;const c=o<0||o>=e.slideCount;e.centerMode?(l=Math.floor(e.slidesToShow/2),n=(o-e.currentSlide)%e.slideCount===0,o>e.currentSlide-l-1&&o<=e.currentSlide+l&&(t=!0)):t=e.currentSlide<=o&&o<e.currentSlide+e.slidesToShow;let f;return e.targetSlide<0?f=e.targetSlide+e.slideCount:e.targetSlide>=e.slideCount?f=e.targetSlide-e.slideCount:f=e.targetSlide,{"slick-slide":!0,"slick-active":t,"slick-center":n,"slick-cloned":c,"slick-current":o===f}},Mc=function(e){const t={};return(e.variableWidth===void 0||e.variableWidth===!1)&&(t.width=e.slideWidth+(typeof e.slideWidth=="number"?"px":"")),e.fade&&(t.position="relative",e.vertical?t.top=-e.index*parseInt(e.slideHeight)+"px":t.left=-e.index*parseInt(e.slideWidth)+"px",t.opacity=e.currentSlide===e.index?1:0,e.useCSS&&(t.transition="opacity "+e.speed+"ms "+e.cssEase+", visibility "+e.speed+"ms "+e.cssEase)),t},yn=(e,t)=>e.key+"-"+t,Tc=function(e,t){let n;const l=[],o=[],c=[],f=t.length,i=qo(e),r=Zo(e);return t.forEach((a,u)=>{let d;const h={message:"children",index:u,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(u)>=0?d=a:d=s("div");const v=Mc(p(p({},e),{index:u})),g=d.props.class||"";let m=Sn(p(p({},e),{index:u}));if(l.push(fn(d,{key:"original"+yn(d,u),tabindex:"-1","data-index":u,"aria-hidden":!m["slick-active"],class:U(m,g),style:p(p({outline:"none"},d.props.style||{}),v),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(h)}})),e.infinite&&e.fade===!1){const x=f-u;x<=qe(e)&&f!==e.slidesToShow&&(n=-x,n>=i&&(d=a),m=Sn(p(p({},e),{index:n})),o.push(fn(d,{key:"precloned"+yn(d,n),class:U(m,g),tabindex:"-1","data-index":n,"aria-hidden":!m["slick-active"],style:p(p({},d.props.style||{}),v),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(h)}}))),f!==e.slidesToShow&&(n=f+u,n<r&&(d=a),m=Sn(p(p({},e),{index:n})),c.push(fn(d,{key:"postcloned"+yn(d,n),tabindex:"-1","data-index":n,"aria-hidden":!m["slick-active"],class:U(m,g),style:p(p({},d.props.style||{}),v),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(h)}})))}}),e.rtl?o.concat(l,c).reverse():o.concat(l,c)},ei=(e,t)=>{let{attrs:n,slots:l}=t;const o=Tc(n,Pt(l==null?void 0:l.default())),{onMouseenter:c,onMouseover:f,onMouseleave:i}=n,r={onMouseenter:c,onMouseover:f,onMouseleave:i},a=p({class:"slick-track",style:n.trackStyle},r);return s("div",a,[o])};ei.inheritAttrs=!1;const Ic=ei,Ac=function(e){let t;return e.infinite?t=Math.ceil(e.slideCount/e.slidesToScroll):t=Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,t},ti=(e,t)=>{let{attrs:n}=t;const{slideCount:l,slidesToScroll:o,slidesToShow:c,infinite:f,currentSlide:i,appendDots:r,customPaging:a,clickHandler:u,dotsClass:d,onMouseenter:h,onMouseover:v,onMouseleave:g}=n,m=Ac({slideCount:l,slidesToScroll:o,slidesToShow:c,infinite:f}),x={onMouseenter:h,onMouseover:v,onMouseleave:g};let S=[];for(let y=0;y<m;y++){let P=function(I){I&&I.preventDefault(),u(M)};const k=(y+1)*o-1,T=f?k:Ln(k,0,l-1),C=T-(o-1),A=f?C:Ln(C,0,l-1),b=U({"slick-active":f?i>=A&&i<=T:i===A}),M={message:"dots",index:y,slidesToScroll:o,currentSlide:i};S=S.concat(s("li",{key:y,class:b},[mt(a({i:y}),{onClick:P})]))}return mt(r({dots:S}),p({class:d},x))};ti.inheritAttrs=!1;const Ec=ti;function ni(){}function li(e,t,n){n&&n.preventDefault(),t(e,n)}const oi=(e,t)=>{let{attrs:n}=t;const{clickHandler:l,infinite:o,currentSlide:c,slideCount:f,slidesToShow:i}=n,r={"slick-arrow":!0,"slick-prev":!0};let a=function(v){li({message:"previous"},l,v)};!o&&(c===0||f<=i)&&(r["slick-disabled"]=!0,a=ni);const u={key:"0","data-role":"none",class:r,style:{display:"block"},onClick:a},d={currentSlide:c,slideCount:f};let h;return n.prevArrow?h=mt(n.prevArrow(p(p({},u),d)),{key:"0",class:r,style:{display:"block"},onClick:a},!1):h=s("button",O({key:"0",type:"button"},u),[" ",ot("Previous")]),h};oi.inheritAttrs=!1;const ii=(e,t)=>{let{attrs:n}=t;const{clickHandler:l,currentSlide:o,slideCount:c}=n,f={"slick-arrow":!0,"slick-next":!0};let i=function(d){li({message:"next"},l,d)};rn(n)||(f["slick-disabled"]=!0,i=ni);const r={key:"1","data-role":"none",class:U(f),style:{display:"block"},onClick:i},a={currentSlide:o,slideCount:c};let u;return n.nextArrow?u=mt(n.nextArrow(p(p({},r),a)),{key:"1",class:U(f),style:{display:"block"},onClick:i},!1):u=s("button",O({key:"1",type:"button"},r),[" ",ot("Next")]),u};ii.inheritAttrs=!1;var Pc=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};function Ie(){}const Oc={name:"InnerSlider",mixins:[mo],inheritAttrs:!1,props:p({},Yo),data(){this.preProps=p({},this.$props),this.list=null,this.track=null,this.callbackTimers=[],this.clickable=!0,this.debouncedResize=null;const e=this.ssrInit();return p(p(p({},dc),{currentSlide:this.initialSlide,slideCount:this.children.length}),e)},watch:{autoplay(e,t){!t&&e?this.handleAutoPlay("playing"):e?this.handleAutoPlay("update"):this.pause("paused")},__propsSymbol__(){const e=this.$props,t=p(p({listRef:this.list,trackRef:this.track},e),this.$data);let n=!1;for(const l of Object.keys(this.preProps)){if(!e.hasOwnProperty(l)){n=!0;break}if(!(typeof e[l]=="object"||typeof e[l]=="function"||typeof e[l]=="symbol")&&e[l]!==this.preProps[l]){n=!0;break}}this.updateState(t,n,()=>{this.currentSlide>=e.children.length&&this.changeSlide({message:"index",index:e.children.length-e.slidesToShow,currentSlide:this.currentSlide}),!this.preProps.autoplay&&e.autoplay?this.handleAutoPlay("playing"):e.autoplay?this.handleAutoPlay("update"):this.pause("paused")}),this.preProps=p({},e)}},mounted(){if(this.__emit("init"),this.lazyLoad){const e=Zt(p(p({},this.$props),this.$data));e.length>0&&(this.setState(t=>({lazyLoadedList:t.lazyLoadedList.concat(e)})),this.__emit("lazyLoad",e))}this.$nextTick(()=>{const e=p({listRef:this.list,trackRef:this.track,children:this.children},this.$props);this.updateState(e,!0,()=>{this.adaptHeight(),this.autoplay&&this.handleAutoPlay("playing")}),this.lazyLoad==="progressive"&&(this.lazyLoadTimer=setInterval(this.progressiveLazyLoad,1e3)),this.ro=new _i(()=>{this.animating?(this.onWindowResized(!1),this.callbackTimers.push(setTimeout(()=>this.onWindowResized(),this.speed))):this.onWindowResized()}),this.ro.observe(this.list),document.querySelectorAll&&Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"),t=>{t.onfocus=this.$props.pauseOnFocus?this.onSlideFocus:null,t.onblur=this.$props.pauseOnFocus?this.onSlideBlur:null}),window.addEventListener?window.addEventListener("resize",this.onWindowResized):window.attachEvent("onresize",this.onWindowResized)})},beforeUnmount(){var e;this.animationEndCallback&&clearTimeout(this.animationEndCallback),this.lazyLoadTimer&&clearInterval(this.lazyLoadTimer),this.callbackTimers.length&&(this.callbackTimers.forEach(t=>clearTimeout(t)),this.callbackTimers=[]),window.addEventListener?window.removeEventListener("resize",this.onWindowResized):window.detachEvent("onresize",this.onWindowResized),this.autoplayTimer&&clearInterval(this.autoplayTimer),(e=this.ro)===null||e===void 0||e.disconnect()},updated(){if(this.checkImagesLoad(),this.__emit("reInit"),this.lazyLoad){const e=Zt(p(p({},this.$props),this.$data));e.length>0&&(this.setState(t=>({lazyLoadedList:t.lazyLoadedList.concat(e)})),this.__emit("lazyLoad"))}this.adaptHeight()},methods:{listRefHandler(e){this.list=e},trackRefHandler(e){this.track=e},adaptHeight(){if(this.adaptiveHeight&&this.list){const e=this.list.querySelector(`[data-index="${this.currentSlide}"]`);this.list.style.height=tl(e)+"px"}},onWindowResized(e){this.debouncedResize&&this.debouncedResize.cancel(),this.debouncedResize=Hi(()=>this.resizeWindow(e),50),this.debouncedResize()},resizeWindow(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;if(!Boolean(this.track))return;const n=p(p({listRef:this.list,trackRef:this.track,children:this.children},this.$props),this.$data);this.updateState(n,e,()=>{this.autoplay?this.handleAutoPlay("update"):this.pause("paused")}),this.setState({animating:!1}),clearTimeout(this.animationEndCallback),delete this.animationEndCallback},updateState(e,t,n){const l=pc(e);e=p(p(p({},e),l),{slideIndex:l.currentSlide});const o=It(e);e=p(p({},e),{left:o});const c=Tt(e);(t||this.children.length!==e.children.length)&&(l.trackStyle=c),this.setState(l,n)},ssrInit(){const e=this.children;if(this.variableWidth){let r=0,a=0;const u=[],d=qe(p(p(p({},this.$props),this.$data),{slideCount:e.length})),h=Ht(p(p(p({},this.$props),this.$data),{slideCount:e.length}));e.forEach(g=>{var m,x;const S=((x=(m=g.props.style)===null||m===void 0?void 0:m.width)===null||x===void 0?void 0:x.split("px")[0])||0;u.push(S),r+=S});for(let g=0;g<d;g++)a+=u[u.length-1-g],r+=u[u.length-1-g];for(let g=0;g<h;g++)r+=u[g];for(let g=0;g<this.currentSlide;g++)a+=u[g];const v={width:r+"px",left:-a+"px"};if(this.centerMode){const g=`${u[this.currentSlide]}px`;v.left=`calc(${v.left} + (100% - ${g}) / 2 ) `}return{trackStyle:v}}const t=e.length,n=p(p(p({},this.$props),this.$data),{slideCount:t}),l=qe(n)+Ht(n)+t,o=100/this.slidesToShow*l,c=100/l;let f=-c*(qe(n)+this.currentSlide)*o/100;this.centerMode&&(f+=(100-c*o/100)/2);const i={width:o+"%",left:f+"%"};return{slideWidth:c+"%",trackStyle:i}},checkImagesLoad(){const e=this.list&&this.list.querySelectorAll&&this.list.querySelectorAll(".slick-slide img")||[],t=e.length;let n=0;Array.prototype.forEach.call(e,l=>{const o=()=>++n&&n>=t&&this.onWindowResized();if(!l.onclick)l.onclick=()=>l.parentNode.focus();else{const c=l.onclick;l.onclick=()=>{c(),l.parentNode.focus()}}l.onload||(this.$props.lazyLoad?l.onload=()=>{this.adaptHeight(),this.callbackTimers.push(setTimeout(this.onWindowResized,this.speed))}:(l.onload=o,l.onerror=()=>{o(),this.__emit("lazyLoadError")}))})},progressiveLazyLoad(){const e=[],t=p(p({},this.$props),this.$data);for(let n=this.currentSlide;n<this.slideCount+Ht(t);n++)if(this.lazyLoadedList.indexOf(n)<0){e.push(n);break}for(let n=this.currentSlide-1;n>=-qe(t);n--)if(this.lazyLoadedList.indexOf(n)<0){e.push(n);break}e.length>0?(this.setState(n=>({lazyLoadedList:n.lazyLoadedList.concat(e)})),this.__emit("lazyLoad",e)):this.lazyLoadTimer&&(clearInterval(this.lazyLoadTimer),delete this.lazyLoadTimer)},slideHandler(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const{asNavFor:n,currentSlide:l,beforeChange:o,speed:c,afterChange:f}=this.$props,{state:i,nextState:r}=gc(p(p(p({index:e},this.$props),this.$data),{trackRef:this.track,useCSS:this.useCSS&&!t}));if(!i)return;o&&o(l,i.currentSlide);const a=i.lazyLoadedList.filter(u=>this.lazyLoadedList.indexOf(u)<0);this.$attrs.onLazyLoad&&a.length>0&&this.__emit("lazyLoad",a),!this.$props.waitForAnimate&&this.animationEndCallback&&(clearTimeout(this.animationEndCallback),f&&f(l),delete this.animationEndCallback),this.setState(i,()=>{n&&this.asNavForIndex!==e&&(this.asNavForIndex=e,n.innerSlider.slideHandler(e)),r&&(this.animationEndCallback=setTimeout(()=>{const{animating:u}=r,d=Pc(r,["animating"]);this.setState(d,()=>{this.callbackTimers.push(setTimeout(()=>this.setState({animating:u}),10)),f&&f(i.currentSlide),delete this.animationEndCallback})},c))})},changeSlide(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n=p(p({},this.$props),this.$data),l=vc(n,e);if(!(l!==0&&!l)&&(t===!0?this.slideHandler(l,t):this.slideHandler(l),this.$props.autoplay&&this.handleAutoPlay("update"),this.$props.focusOnSelect)){const o=this.list.querySelectorAll(".slick-current");o[0]&&o[0].focus()}},clickHandler(e){this.clickable===!1&&(e.stopPropagation(),e.preventDefault()),this.clickable=!0},keyHandler(e){const t=mc(e,this.accessibility,this.rtl);t!==""&&this.changeSlide({message:t})},selectHandler(e){this.changeSlide(e)},disableBodyScroll(){const e=t=>{t=t||window.event,t.preventDefault&&t.preventDefault(),t.returnValue=!1};window.ontouchmove=e},enableBodyScroll(){window.ontouchmove=null},swipeStart(e){this.verticalSwiping&&this.disableBodyScroll();const t=bc(e,this.swipe,this.draggable);t!==""&&this.setState(t)},swipeMove(e){const t=Sc(e,p(p(p({},this.$props),this.$data),{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));!t||(t.swiping&&(this.clickable=!1),this.setState(t))},swipeEnd(e){const t=yc(e,p(p(p({},this.$props),this.$data),{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));if(!t)return;const n=t.triggerSlideHandler;delete t.triggerSlideHandler,this.setState(t),n!==void 0&&(this.slideHandler(n),this.$props.verticalSwiping&&this.enableBodyScroll())},touchEnd(e){this.swipeEnd(e),this.clickable=!0},slickPrev(){this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"previous"}),0))},slickNext(){this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"next"}),0))},slickGoTo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(e=Number(e),isNaN(e))return"";this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"index",index:e,currentSlide:this.currentSlide},t),0))},play(){let e;if(this.rtl)e=this.currentSlide-this.slidesToScroll;else if(rn(p(p({},this.$props),this.$data)))e=this.currentSlide+this.slidesToScroll;else return!1;this.slideHandler(e)},handleAutoPlay(e){this.autoplayTimer&&clearInterval(this.autoplayTimer);const t=this.autoplaying;if(e==="update"){if(t==="hovered"||t==="focused"||t==="paused")return}else if(e==="leave"){if(t==="paused"||t==="focused")return}else if(e==="blur"&&(t==="paused"||t==="hovered"))return;this.autoplayTimer=setInterval(this.play,this.autoplaySpeed+50),this.setState({autoplaying:"playing"})},pause(e){this.autoplayTimer&&(clearInterval(this.autoplayTimer),this.autoplayTimer=null);const t=this.autoplaying;e==="paused"?this.setState({autoplaying:"paused"}):e==="focused"?(t==="hovered"||t==="playing")&&this.setState({autoplaying:"focused"}):t==="playing"&&this.setState({autoplaying:"hovered"})},onDotsOver(){this.autoplay&&this.pause("hovered")},onDotsLeave(){this.autoplay&&this.autoplaying==="hovered"&&this.handleAutoPlay("leave")},onTrackOver(){this.autoplay&&this.pause("hovered")},onTrackLeave(){this.autoplay&&this.autoplaying==="hovered"&&this.handleAutoPlay("leave")},onSlideFocus(){this.autoplay&&this.pause("focused")},onSlideBlur(){this.autoplay&&this.autoplaying==="focused"&&this.handleAutoPlay("blur")},customPaging(e){let{i:t}=e;return s("button",null,[t+1])},appendDots(e){let{dots:t}=e;return s("ul",{style:{display:"block"}},[t])}},render(){const e=U("slick-slider",this.$attrs.class,{"slick-vertical":this.vertical,"slick-initialized":!0}),t=p(p({},this.$props),this.$data);let n=bn(t,["fade","cssEase","speed","infinite","centerMode","focusOnSelect","currentSlide","lazyLoad","lazyLoadedList","rtl","slideWidth","slideHeight","listHeight","vertical","slidesToShow","slidesToScroll","slideCount","trackStyle","variableWidth","unslick","centerPadding","targetSlide","useCSS"]);const{pauseOnHover:l}=this.$props;n=p(p({},n),{focusOnSelect:this.focusOnSelect&&this.clickable?this.selectHandler:null,ref:this.trackRefHandler,onMouseleave:l?this.onTrackLeave:Ie,onMouseover:l?this.onTrackOver:Ie});let o;if(this.dots===!0&&this.slideCount>=this.slidesToShow){let x=bn(t,["dotsClass","slideCount","slidesToShow","currentSlide","slidesToScroll","clickHandler","children","infinite","appendDots"]);x.customPaging=this.customPaging,x.appendDots=this.appendDots;const{customPaging:S,appendDots:y}=this.$slots;S&&(x.customPaging=S),y&&(x.appendDots=y);const{pauseOnDotsHover:k}=this.$props;x=p(p({},x),{clickHandler:this.changeSlide,onMouseover:k?this.onDotsOver:Ie,onMouseleave:k?this.onDotsLeave:Ie}),o=s(Ec,x,null)}let c,f;const i=bn(t,["infinite","centerMode","currentSlide","slideCount","slidesToShow"]);i.clickHandler=this.changeSlide;const{prevArrow:r,nextArrow:a}=this.$slots;r&&(i.prevArrow=r),a&&(i.nextArrow=a),this.arrows&&(c=s(oi,i,null),f=s(ii,i,null));let u=null;this.vertical&&(u={height:typeof this.listHeight=="number"?`${this.listHeight}px`:this.listHeight});let d=null;this.vertical===!1?this.centerMode===!0&&(d={padding:"0px "+this.centerPadding}):this.centerMode===!0&&(d={padding:this.centerPadding+" 0px"});const h=p(p({},u),d),v=this.touchMove;let g={ref:this.listRefHandler,class:"slick-list",style:h,onClick:this.clickHandler,onMousedown:v?this.swipeStart:Ie,onMousemove:this.dragging&&v?this.swipeMove:Ie,onMouseup:v?this.swipeEnd:Ie,onMouseleave:this.dragging&&v?this.swipeEnd:Ie,[Pn?"onTouchstartPassive":"onTouchstart"]:v?this.swipeStart:Ie,[Pn?"onTouchmovePassive":"onTouchmove"]:this.dragging&&v?this.swipeMove:Ie,onTouchend:v?this.touchEnd:Ie,onTouchcancel:this.dragging&&v?this.swipeEnd:Ie,onKeydown:this.accessibility?this.keyHandler:Ie},m={class:e,dir:"ltr",style:this.$attrs.style};return this.unslick&&(g={class:"slick-list",ref:this.listRefHandler},m={class:e}),s("div",m,[this.unslick?"":c,s("div",g,[s(Ic,n,{default:()=>[this.children]})]),this.unslick?"":f,this.unslick?"":o])}},Bc=G({name:"Slider",mixins:[mo],inheritAttrs:!1,props:p({},Yo),data(){return this._responsiveMediaHandlers=[],{breakpoint:null}},mounted(){if(this.responsive){const e=this.responsive.map(n=>n.breakpoint);e.sort((n,l)=>n-l),e.forEach((n,l)=>{let o;l===0?o=mn({minWidth:0,maxWidth:n}):o=mn({minWidth:e[l-1]+1,maxWidth:n}),zl()&&this.media(o,()=>{this.setState({breakpoint:n})})});const t=mn({minWidth:e.slice(-1)[0]});zl()&&this.media(t,()=>{this.setState({breakpoint:null})})}},beforeUnmount(){this._responsiveMediaHandlers.forEach(function(e){e.mql.removeListener(e.listener)})},methods:{innerSliderRefHandler(e){this.innerSlider=e},media(e,t){const n=window.matchMedia(e),l=o=>{let{matches:c}=o;c&&t()};n.addListener(l),l(n),this._responsiveMediaHandlers.push({mql:n,query:e,listener:l})},slickPrev(){var e;(e=this.innerSlider)===null||e===void 0||e.slickPrev()},slickNext(){var e;(e=this.innerSlider)===null||e===void 0||e.slickNext()},slickGoTo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var n;(n=this.innerSlider)===null||n===void 0||n.slickGoTo(e,t)},slickPause(){var e;(e=this.innerSlider)===null||e===void 0||e.pause("paused")},slickPlay(){var e;(e=this.innerSlider)===null||e===void 0||e.handleAutoPlay("play")}},render(){var e;let t,n;this.breakpoint?(n=this.responsive.filter(i=>i.breakpoint===this.breakpoint),t=n[0].settings==="unslick"?"unslick":p(p({},this.$props),n[0].settings)):t=p({},this.$props),t.centerMode&&(t.slidesToScroll>1,t.slidesToScroll=1),t.fade&&(t.slidesToShow>1,t.slidesToScroll>1,t.slidesToShow=1,t.slidesToScroll=1);let l=ji(this)||[];l=l.filter(i=>typeof i=="string"?!!i.trim():!!i),t.variableWidth&&(t.rows>1||t.slidesPerRow>1)&&(console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1"),t.variableWidth=!1);const o=[];let c=null;for(let i=0;i<l.length;i+=t.rows*t.slidesPerRow){const r=[];for(let a=i;a<i+t.rows*t.slidesPerRow;a+=t.slidesPerRow){const u=[];for(let d=a;d<a+t.slidesPerRow&&(t.variableWidth&&((e=l[d].props)===null||e===void 0?void 0:e.style)&&(c=l[d].props.style.width),!(d>=l.length));d+=1)u.push(mt(l[d],{key:100*i+10*a+d,tabindex:-1,style:{width:`${100/t.slidesPerRow}%`,display:"inline-block"}}));r.push(s("div",{key:10*i+a},[u]))}t.variableWidth?o.push(s("div",{key:i,style:{width:c}},[r])):o.push(s("div",{key:i},[r]))}if(t==="unslick"){const i="regular slider "+(this.className||"");return s("div",{class:i},[l])}else o.length<=t.slidesToShow&&(t.unslick=!0);const f=p(p(p({},this.$attrs),t),{children:o,ref:this.innerSliderRefHandler});return s(Oc,O(O({},f),{},{__propsSymbol__:[]}),this.$slots)}}),Fc=e=>{const{componentCls:t,antCls:n,carouselArrowSize:l,carouselDotOffset:o,marginXXS:c}=e,f=-l*1.25,i=c;return{[t]:p(p({},Me(e)),{".slick-slider":{position:"relative",display:"block",boxSizing:"border-box",touchAction:"pan-y",WebkitTouchCallout:"none",WebkitTapHighlightColor:"transparent",".slick-track, .slick-list":{transform:"translate3d(0, 0, 0)",touchAction:"pan-y"}},".slick-list":{position:"relative",display:"block",margin:0,padding:0,overflow:"hidden","&:focus":{outline:"none"},"&.dragging":{cursor:"pointer"},".slick-slide":{pointerEvents:"none",[`input${n}-radio-input, input${n}-checkbox-input`]:{visibility:"hidden"},"&.slick-active":{pointerEvents:"auto",[`input${n}-radio-input, input${n}-checkbox-input`]:{visibility:"visible"}},"> div > div":{verticalAlign:"bottom"}}},".slick-track":{position:"relative",top:0,insetInlineStart:0,display:"block","&::before, &::after":{display:"table",content:'""'},"&::after":{clear:"both"}},".slick-slide":{display:"none",float:"left",height:"100%",minHeight:1,img:{display:"block"},"&.dragging img":{pointerEvents:"none"}},".slick-initialized .slick-slide":{display:"block"},".slick-vertical .slick-slide":{display:"block",height:"auto"},".slick-arrow.slick-hidden":{display:"none"},".slick-prev, .slick-next":{position:"absolute",top:"50%",display:"block",width:l,height:l,marginTop:-l/2,padding:0,color:"transparent",fontSize:0,lineHeight:0,background:"transparent",border:0,outline:"none",cursor:"pointer","&:hover, &:focus":{color:"transparent",background:"transparent",outline:"none","&::before":{opacity:1}},"&.slick-disabled::before":{opacity:.25}},".slick-prev":{insetInlineStart:f,"&::before":{content:'"\u2190"'}},".slick-next":{insetInlineEnd:f,"&::before":{content:'"\u2192"'}},".slick-dots":{position:"absolute",insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:15,display:"flex !important",justifyContent:"center",paddingInlineStart:0,listStyle:"none","&-bottom":{bottom:o},"&-top":{top:o,bottom:"auto"},li:{position:"relative",display:"inline-block",flex:"0 1 auto",boxSizing:"content-box",width:e.dotWidth,height:e.dotHeight,marginInline:i,padding:0,textAlign:"center",textIndent:-999,verticalAlign:"top",transition:`all ${e.motionDurationSlow}`,button:{position:"relative",display:"block",width:"100%",height:e.dotHeight,padding:0,color:"transparent",fontSize:0,background:e.colorBgContainer,border:0,borderRadius:1,outline:"none",cursor:"pointer",opacity:.3,transition:`all ${e.motionDurationSlow}`,"&: hover, &:focus":{opacity:.75},"&::after":{position:"absolute",inset:-i,content:'""'}},"&.slick-active":{width:e.dotWidthActive,"& button":{background:e.colorBgContainer,opacity:1},"&: hover, &:focus":{opacity:1}}}}})}},Lc=e=>{const{componentCls:t,carouselDotOffset:n,marginXXS:l}=e,o={width:e.dotHeight,height:e.dotWidth};return{[`${t}-vertical`]:{".slick-dots":{top:"50%",bottom:"auto",flexDirection:"column",width:e.dotHeight,height:"auto",margin:0,transform:"translateY(-50%)","&-left":{insetInlineEnd:"auto",insetInlineStart:n},"&-right":{insetInlineEnd:n,insetInlineStart:"auto"},li:p(p({},o),{margin:`${l}px 0`,verticalAlign:"baseline",button:o,"&.slick-active":p(p({},o),{button:o})})}}}},Nc=e=>{const{componentCls:t}=e;return[{[`${t}-rtl`]:{direction:"rtl",".slick-dots":{[`${t}-rtl&`]:{flexDirection:"row-reverse"}}}},{[`${t}-vertical`]:{".slick-dots":{[`${t}-rtl&`]:{flexDirection:"column"}}}}]},Rc=we("Carousel",e=>{const{controlHeightLG:t,controlHeightSM:n}=e,l=$e(e,{carouselArrowSize:t/2,carouselDotOffset:n/2});return[Fc(l),Lc(l),Nc(l)]},{dotWidth:16,dotHeight:3,dotWidthActive:24});var Dc=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};const zc=()=>({effect:Se(),dots:Y(!0),vertical:Y(),autoplay:Y(),easing:String,beforeChange:J(),afterChange:J(),prefixCls:String,accessibility:Y(),nextArrow:D.any,prevArrow:D.any,pauseOnHover:Y(),adaptiveHeight:Y(),arrows:Y(!1),autoplaySpeed:Number,centerMode:Y(),centerPadding:String,cssEase:String,dotsClass:String,draggable:Y(!1),fade:Y(),focusOnSelect:Y(),infinite:Y(),initialSlide:Number,lazyLoad:Se(),rtl:Y(),slide:String,slidesToShow:Number,slidesToScroll:Number,speed:Number,swipe:Y(),swipeToSlide:Y(),swipeEvent:J(),touchMove:Y(),touchThreshold:Number,variableWidth:Y(),useCSS:Y(),slickGoTo:Number,responsive:Array,dotPosition:Se(),verticalSwiping:Y(!1)}),_c=G({compatConfig:{MODE:3},name:"ACarousel",inheritAttrs:!1,props:zc(),setup(e,t){let{slots:n,attrs:l,expose:o}=t;const c=ne();o({goTo:function(g){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var x;(x=c.value)===null||x===void 0||x.slickGoTo(g,m)},autoplay:g=>{var m,x;(x=(m=c.value)===null||m===void 0?void 0:m.innerSlider)===null||x===void 0||x.handleAutoPlay(g)},prev:()=>{var g;(g=c.value)===null||g===void 0||g.slickPrev()},next:()=>{var g;(g=c.value)===null||g===void 0||g.slickNext()},innerSlider:B(()=>{var g;return(g=c.value)===null||g===void 0?void 0:g.innerSlider})}),Le(()=>{yt(e.vertical===void 0)});const{prefixCls:i,direction:r}=he("carousel",e),[a,u]=Rc(i),d=B(()=>e.dotPosition?e.dotPosition:e.vertical!==void 0&&e.vertical?"right":"bottom"),h=B(()=>d.value==="left"||d.value==="right"),v=B(()=>{const g="slick-dots";return U({[g]:!0,[`${g}-${d.value}`]:!0,[`${e.dotsClass}`]:!!e.dotsClass})});return()=>{const{dots:g,arrows:m,draggable:x,effect:S}=e,{class:y,style:k}=l,T=Dc(l,["class","style"]),C=S==="fade"?!0:e.fade,A=U(i.value,{[`${i.value}-rtl`]:r.value==="rtl",[`${i.value}-vertical`]:h.value,[`${y}`]:!!y},u.value);return a(s("div",{class:A,style:k},[s(Bc,O(O(O({ref:c},e),T),{},{dots:!!g,dotsClass:v.value,arrows:m,draggable:x,fade:C,vertical:h.value}),n)]))}}}),Hc=Qe(_c),jc={useBreakpoint:Wi},Wc=e=>{const{componentCls:t,commentBg:n,commentPaddingBase:l,commentNestIndent:o,commentFontSizeBase:c,commentFontSizeSm:f,commentAuthorNameColor:i,commentAuthorTimeColor:r,commentActionColor:a,commentActionHoverColor:u,commentActionsMarginBottom:d,commentActionsMarginTop:h,commentContentDetailPMarginBottom:v}=e;return{[t]:{position:"relative",backgroundColor:n,[`${t}-inner`]:{display:"flex",padding:l},[`${t}-avatar`]:{position:"relative",flexShrink:0,marginRight:e.marginSM,cursor:"pointer",img:{width:"32px",height:"32px",borderRadius:"50%"}},[`${t}-content`]:{position:"relative",flex:"1 1 auto",minWidth:"1px",fontSize:c,wordWrap:"break-word",["&-author"]:{display:"flex",flexWrap:"wrap",justifyContent:"flex-start",marginBottom:e.marginXXS,fontSize:c,["& > a,& > span"]:{paddingRight:e.paddingXS,fontSize:f,lineHeight:"18px"},["&-name"]:{color:i,fontSize:c,transition:`color ${e.motionDurationSlow}`,["> *"]:{color:i,["&:hover"]:{color:i}}},["&-time"]:{color:r,whiteSpace:"nowrap",cursor:"auto"}},["&-detail p"]:{marginBottom:v,whiteSpace:"pre-wrap"}},[`${t}-actions`]:{marginTop:h,marginBottom:d,paddingLeft:0,["> li"]:{display:"inline-block",color:a,["> span"]:{marginRight:"10px",color:a,fontSize:f,cursor:"pointer",transition:`color ${e.motionDurationSlow}`,userSelect:"none",["&:hover"]:{color:u}}}},[`${t}-nested`]:{marginLeft:o},"&-rtl":{direction:"rtl"}}}},Vc=we("Comment",e=>{const t=$e(e,{commentBg:"inherit",commentPaddingBase:`${e.paddingMD}px 0`,commentNestIndent:"44px",commentFontSizeBase:e.fontSize,commentFontSizeSm:e.fontSizeSM,commentAuthorNameColor:e.colorTextTertiary,commentAuthorTimeColor:e.colorTextPlaceholder,commentActionColor:e.colorTextTertiary,commentActionHoverColor:e.colorTextSecondary,commentActionsMarginBottom:"inherit",commentActionsMarginTop:e.marginSM,commentContentDetailPMarginBottom:"inherit"});return[Wc(t)]}),Kc=()=>({actions:Array,author:D.any,avatar:D.any,content:D.any,prefixCls:String,datetime:D.any}),Gc=G({compatConfig:{MODE:3},name:"AComment",inheritAttrs:!1,props:Kc(),slots:Object,setup(e,t){let{slots:n,attrs:l}=t;const{prefixCls:o,direction:c}=he("comment",e),[f,i]=Vc(o),r=(u,d)=>s("div",{class:`${u}-nested`},[d]),a=u=>!u||!u.length?null:u.map((h,v)=>s("li",{key:`action-${v}`},[h]));return()=>{var u,d,h,v,g,m,x,S,y,k,T;const C=o.value,A=(u=e.actions)!==null&&u!==void 0?u:(d=n.actions)===null||d===void 0?void 0:d.call(n),b=(h=e.author)!==null&&h!==void 0?h:(v=n.author)===null||v===void 0?void 0:v.call(n),M=(g=e.avatar)!==null&&g!==void 0?g:(m=n.avatar)===null||m===void 0?void 0:m.call(n),P=(x=e.content)!==null&&x!==void 0?x:(S=n.content)===null||S===void 0?void 0:S.call(n),I=(y=e.datetime)!==null&&y!==void 0?y:(k=n.datetime)===null||k===void 0?void 0:k.call(n),w=s("div",{class:`${C}-avatar`},[typeof M=="string"?s("img",{src:M,alt:"comment-avatar"},null):M]),$=A?s("ul",{class:`${C}-actions`},[a(Array.isArray(A)?A:[A])]):null,E=s("div",{class:`${C}-content-author`},[b&&s("span",{class:`${C}-content-author-name`},[b]),I&&s("span",{class:`${C}-content-author-time`},[I])]),N=s("div",{class:`${C}-content`},[E,s("div",{class:`${C}-content-detail`},[P]),$]),z=s("div",{class:`${C}-inner`},[w,N]),V=Pt((T=n.default)===null||T===void 0?void 0:T.call(n));return f(s("div",O(O({},l),{},{class:[C,{[`${C}-rtl`]:c.value==="rtl"},l.class,i.value]}),[z,V&&V.length?r(C,V):null]))}}}),Uc=Qe(Gc);var Xc={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z"}}]},name:"file-text",theme:"outlined"};const Yc=Xc;function _l(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},l=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(l=l.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),l.forEach(function(o){qc(e,o,n[o])})}return e}function qc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ll=function(t,n){var l=_l({},t,n.attrs);return s(ut,_l({},l,{icon:Yc}),null)};ll.displayName="FileTextOutlined";ll.inheritAttrs=!1;const ai=ll,ol=()=>({prefixCls:String,description:D.any,type:Se("default"),shape:Se("circle"),tooltip:D.any,href:String,target:J(),badge:Ae(),onClick:J()}),Zc=()=>({prefixCls:Se()}),Jc=()=>p(p({},ol()),{trigger:Se(),open:Y(),onOpenChange:J(),"onUpdate:open":J()}),Qc=()=>p(p({},ol()),{prefixCls:String,duration:Number,target:J(),visibilityHeight:Number,onClick:J()}),eu=G({compatConfig:{MODE:3},name:"AFloatButtonContent",inheritAttrs:!1,props:Zc(),setup(e,t){let{attrs:n,slots:l}=t;return()=>{var o;const{prefixCls:c}=e,f=tn((o=l.description)===null||o===void 0?void 0:o.call(l));return s("div",O(O({},n),{},{class:[n.class,`${c}-content`]}),[l.icon||f.length?s(We,null,[l.icon&&s("div",{class:`${c}-icon`},[l.icon()]),f.length?s("div",{class:`${c}-description`},[f]):null]):s("div",{class:`${c}-icon`},[s(ai,null,null)])])}}}),tu=eu,ri=Symbol("floatButtonGroupContext"),nu=e=>(et(ri,e),e),si=()=>ct(ri,{shape:ne()}),lu=e=>e===0?0:e-Math.sqrt(Math.pow(e,2)/2),Hl=lu,ou=e=>{const{componentCls:t,floatButtonSize:n,motionDurationSlow:l,motionEaseInOutCirc:o}=e,c=`${t}-group`,f=new $l("antFloatButtonMoveDownIn",{"0%":{transform:`translate3d(0, ${n}px, 0)`,transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),i=new $l("antFloatButtonMoveDownOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:`translate3d(0, ${n}px, 0)`,transformOrigin:"0 0",opacity:0}});return[{[`${c}-wrap`]:p({},Ki(`${c}-wrap`,f,i,l,!0))},{[`${c}-wrap`]:{[`
1
+ import{a8 as Ut,a9 as En,aa as Pn,ab as we,ac as $e,ad as Qe,d as G,N as te,ae as St,c as B,w as se,k as Ze,af as en,j as Li,ag as he,ah as U,ai as Oe,f as s,aj as O,ak as Ni,X as p,al as Ri,a4 as et,am as ct,an as Me,ao as Xt,ap as ye,aq as Fe,ar as Vn,as as Ae,at as it,r as ne,au as Pe,av as D,aw as po,ax as go,ay as Di,az as yt,aA as vo,aB as On,aC as zi,aD as Pt,aE as fn,aF as mt,g as ot,aG as mo,aH as _i,aI as Hi,aJ as ji,aK as Le,aL as Se,aM as Y,aN as J,aO as Wi,aP as ut,aQ as tn,aR as We,aS as Vi,aT as $l,aU as Ki,aV as Kn,aW as kt,aX as bo,aY as So,aZ as Gn,a_ as yo,a$ as wo,b0 as Co,b1 as xo,b2 as Gi,b3 as Ui,b4 as Xi,b5 as $o,b6 as ve,b7 as pe,b8 as ko,b9 as Yi,ba as Un,bb as Xn,bc as Mo,bd as To,be as Io,bf as qi,bg as Ao,bh as Eo,bi as Ot,bj as nn,bk as Po,bl as Oo,bm as at,bn as Bo,bo as kl,bp as Ml,bq as ln,br as Fo,bs as Zi,bt as Mt,bu as Yt,bv as qt,bw as zt,S as on,bx as Ue,by as Lo,bz as Xe,bA as Ji,bB as Qi,bC as ea,bD as hn,bE as ta,bF as na,bG as la,bH as oa,bI as ia,bJ as No,bK as aa,bL as ra,bM as Yn,a3 as qn,bN as Zn,bO as Ro,bP as Do,bQ as sa,bR as bt,bS as je,bT as ca,bU as ua,bV as da,bW as fa,bX as ha,bY as pa,bZ as ga,b_ as Bn,b$ as va,c0 as ma,c1 as an,c2 as ba,c3 as Tl,c4 as Sa,c5 as ya,c6 as wa,c7 as Ca,c8 as pn,c9 as xa,ca as $a,cb as ka,cc as Ma,cd as Ta,ce as Ia,cf as Aa,cg as Ea,ch as Pa,ci as Oa,a2 as zo,cj as Ba,ck as Il,cl as _o,cm as Fa,U as Ft,cn as La,co as Na,cp as Ra,cq as Da,cr as za,cs as _a,ct as Ha,cu as ja,cv as Wa,n as Ho,cw as Va,cx as Ka,cy as Ga,cz as Ua,cA as Xa,cB as Ya,cC as qa,cD as Za,cE as Ja,cF as Qa,cG as er,cH as jo,cI as tr,cJ as nr,cK as lr,M as tt,cL as Wo,cM as or,cN as ir,cO as ar,cP as rr,cQ as sr,cR as cr,cS as ur,cT as dr,cU as fr,cV as hr,cW as pr,cX as gr,cY as vr,cZ as mr,c_ as br,c$ as Sr,d0 as yr,d1 as wr,d2 as Cr,d3 as xr,d4 as $r,d5 as kr,d6 as Mr,d7 as Tr,T as Ir,d8 as Ar,d9 as Er,da as Pr,A as Or,db as Br,dc as Fr,dd as Lr,de as Nr,df as Rr,dg as Dr,m as zr,o as _r,a as Hr,b as jr,u as Wr,z as Vr,y as Kr,B as Gr,C as Ur,P as Xr,D as Yr,E as qr,F as Zr,G as gn,H as Jr,I as Qr,J as es,K as ts}from"./jwt-decode.esm.992666e9.js";import{A as ns}from"./index.3ff1c0be.js";import{A as ls,G as os}from"./index.9e0166fe.js";import{B as Vo,i as is,R as as,C as rs,A as ss,a as cs,b as us,D as ds,c as fs,d as hs,e as ps,I as gs,f as vs,g as ms,r as Al}from"./router.1324a1a9.js";import{B as bs,A as Ss}from"./index.5e22e010.js";import{G as ys,M as ws}from"./index.3e7471f4.js";import{A as Cs}from"./index.36d8b30a.js";import{D as xs,M as $s,W as ks,R as Ms,Q as Ts}from"./dayjs.a6bd0ee0.js";import{A as Is}from"./index.37c46161.js";import{S as Ko,C as As,a as Es,b as Ps,c as Os,d as Bs,e as Fs,T as Ls,A as Ns}from"./Card.957a87b2.js";import{A as Rs}from"./index.3d2a7b6d.js";import{A as Ds,S as zs}from"./index.a7b8e25e.js";import{B as _s,A as Hs}from"./Breadcrumb.d0cc2c91.js";import"./index.d181a22c.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},t=new Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="c2f1ebf5-8ae3-4fbc-a0f5-4d7d0bf2d316",e._sentryDebugIdIdentifier="sentry-dbid-c2f1ebf5-8ae3-4fbc-a0f5-4d7d0bf2d316")}catch{}})();function Fn(e){let t;const n=o=>()=>{t=null,e(...o)},l=function(){if(t==null){for(var o=arguments.length,c=new Array(o),f=0;f<o;f++)c[f]=arguments[f];t=Ut(n(c))}};return l.cancel=()=>{Ut.cancel(t),t=null},l}function Lt(e){return e!==window?e.getBoundingClientRect():{top:0,bottom:window.innerHeight}}function El(e,t,n){if(n!==void 0&&t.top>e.top-n)return`${n+t.top}px`}function Pl(e,t,n){if(n!==void 0&&t.bottom<e.bottom+n){const l=window.innerHeight-t.bottom;return`${n+l}px`}}const Go=["resize","scroll","touchstart","touchmove","touchend","pageshow","load"];let wt=[];function Ol(e,t){if(!e)return;let n=wt.find(l=>l.target===e);n?n.affixList.push(t):(n={target:e,affixList:[t],eventHandlers:{}},wt.push(n),Go.forEach(l=>{n.eventHandlers[l]=En(e,l,()=>{n.affixList.forEach(o=>{const{lazyUpdatePosition:c}=o.exposed;c()},(l==="touchstart"||l==="touchmove")&&Pn?{passive:!0}:!1)})}))}function Bl(e){const t=wt.find(n=>{const l=n.affixList.some(o=>o===e);return l&&(n.affixList=n.affixList.filter(o=>o!==e)),l});t&&t.affixList.length===0&&(wt=wt.filter(n=>n!==t),Go.forEach(n=>{const l=t.eventHandlers[n];l&&l.remove&&l.remove()}))}const js=e=>{const{componentCls:t}=e;return{[t]:{position:"fixed",zIndex:e.zIndexPopup}}},Ws=we("Affix",e=>{const t=$e(e,{zIndexPopup:e.zIndexBase+10});return[js(t)]});function Vs(){return typeof window<"u"?window:null}var ft;(function(e){e[e.None=0]="None",e[e.Prepare=1]="Prepare"})(ft||(ft={}));const Ks=()=>({offsetTop:Number,offsetBottom:Number,target:{type:Function,default:Vs},prefixCls:String,onChange:Function,onTestUpdatePosition:Function}),Gs=G({compatConfig:{MODE:3},name:"AAffix",inheritAttrs:!1,props:Ks(),setup(e,t){let{slots:n,emit:l,expose:o,attrs:c}=t;const f=te(),i=te(),r=St({affixStyle:void 0,placeholderStyle:void 0,status:ft.None,lastAffix:!1,prevTarget:null,timeout:null}),a=Ri(),u=B(()=>e.offsetBottom===void 0&&e.offsetTop===void 0?0:e.offsetTop),d=B(()=>e.offsetBottom),h=()=>{const{status:k,lastAffix:T}=r,{target:C}=e;if(k!==ft.Prepare||!i.value||!f.value||!C)return;const A=C();if(!A)return;const b={status:ft.None},M=Lt(f.value);if(M.top===0&&M.left===0&&M.width===0&&M.height===0)return;const P=Lt(A),I=El(M,P,u.value),w=Pl(M,P,d.value);if(!(M.top===0&&M.left===0&&M.width===0&&M.height===0)){if(I!==void 0){const $=`${M.width}px`,E=`${M.height}px`;b.affixStyle={position:"fixed",top:I,width:$,height:E},b.placeholderStyle={width:$,height:E}}else if(w!==void 0){const $=`${M.width}px`,E=`${M.height}px`;b.affixStyle={position:"fixed",bottom:w,width:$,height:E},b.placeholderStyle={width:$,height:E}}b.lastAffix=!!b.affixStyle,T!==b.lastAffix&&l("change",b.lastAffix),p(r,b)}},v=()=>{p(r,{status:ft.Prepare,affixStyle:void 0,placeholderStyle:void 0}),a.update()},g=Fn(()=>{v()}),m=Fn(()=>{const{target:k}=e,{affixStyle:T}=r;if(k&&T){const C=k();if(C&&f.value){const A=Lt(C),b=Lt(f.value),M=El(b,A,u.value),P=Pl(b,A,d.value);if(M!==void 0&&T.top===M||P!==void 0&&T.bottom===P)return}}v()});o({updatePosition:g,lazyUpdatePosition:m}),se(()=>e.target,k=>{const T=(k==null?void 0:k())||null;r.prevTarget!==T&&(Bl(a),T&&(Ol(T,a),g()),r.prevTarget=T)}),se(()=>[e.offsetTop,e.offsetBottom],g),Ze(()=>{const{target:k}=e;k&&(r.timeout=setTimeout(()=>{Ol(k(),a),g()}))}),en(()=>{h()}),Li(()=>{clearTimeout(r.timeout),Bl(a),g.cancel(),m.cancel()});const{prefixCls:x}=he("affix",e),[S,y]=Ws(x);return()=>{var k;const{affixStyle:T,placeholderStyle:C}=r,A=U({[x.value]:T,[y.value]:!0}),b=Oe(e,["prefixCls","offsetTop","offsetBottom","target","onChange","onTestUpdatePosition"]);return S(s(Ni,{onResize:g},{default:()=>[s("div",O(O(O({},b),c),{},{ref:f}),[T&&s("div",{style:C,"aria-hidden":"true"},null),s("div",{class:A,ref:i,style:T},[(k=n.default)===null||k===void 0?void 0:k.call(n)])])]}))}}}),Uo=Qe(Gs);function Nt(){}const Xo=Symbol("anchorContextKey"),Us=e=>{et(Xo,e)},Xs=()=>ct(Xo,{registerLink:Nt,unregisterLink:Nt,scrollTo:Nt,activeLink:B(()=>""),handleClick:Nt,direction:B(()=>"vertical")}),Ys=Us,qs=e=>{const{componentCls:t,holderOffsetBlock:n,motionDurationSlow:l,lineWidthBold:o,colorPrimary:c,lineType:f,colorSplit:i}=e;return{[`${t}-wrapper`]:{marginBlockStart:-n,paddingBlockStart:n,backgroundColor:"transparent",[t]:p(p({},Me(e)),{position:"relative",paddingInlineStart:o,[`${t}-link`]:{paddingBlock:e.anchorPaddingBlock,paddingInline:`${e.anchorPaddingInline}px 0`,"&-title":p(p({},Xt),{position:"relative",display:"block",marginBlockEnd:e.anchorTitleBlock,color:e.colorText,transition:`all ${e.motionDurationSlow}`,"&:only-child":{marginBlockEnd:0}}),[`&-active > ${t}-link-title`]:{color:e.colorPrimary},[`${t}-link`]:{paddingBlock:e.anchorPaddingBlockSecondary}}}),[`&:not(${t}-wrapper-horizontal)`]:{[t]:{"&::before":{position:"absolute",left:{_skip_check_:!0,value:0},top:0,height:"100%",borderInlineStart:`${o}px ${f} ${i}`,content:'" "'},[`${t}-ink`]:{position:"absolute",left:{_skip_check_:!0,value:0},display:"none",transform:"translateY(-50%)",transition:`top ${l} ease-in-out`,width:o,backgroundColor:c,[`&${t}-ink-visible`]:{display:"inline-block"}}}},[`${t}-fixed ${t}-ink ${t}-ink`]:{display:"none"}}}},Zs=e=>{const{componentCls:t,motionDurationSlow:n,lineWidthBold:l,colorPrimary:o}=e;return{[`${t}-wrapper-horizontal`]:{position:"relative","&::before":{position:"absolute",left:{_skip_check_:!0,value:0},right:{_skip_check_:!0,value:0},bottom:0,borderBottom:`1px ${e.lineType} ${e.colorSplit}`,content:'" "'},[t]:{overflowX:"scroll",position:"relative",display:"flex",scrollbarWidth:"none","&::-webkit-scrollbar":{display:"none"},[`${t}-link:first-of-type`]:{paddingInline:0},[`${t}-ink`]:{position:"absolute",bottom:0,transition:`left ${n} ease-in-out, width ${n} ease-in-out`,height:l,backgroundColor:o}}}}},Js=we("Anchor",e=>{const{fontSize:t,fontSizeLG:n,padding:l,paddingXXS:o}=e,c=$e(e,{holderOffsetBlock:o,anchorPaddingBlock:o,anchorPaddingBlockSecondary:o/2,anchorPaddingInline:l,anchorTitleBlock:t/14*3,anchorBallSize:n/2});return[qs(c),Zs(c)]}),Qs=()=>({prefixCls:String,href:String,title:Vn(),target:String,customTitleProps:Ae()}),Jn=G({compatConfig:{MODE:3},name:"AAnchorLink",inheritAttrs:!1,props:ye(Qs(),{href:"#"}),slots:Object,setup(e,t){let{slots:n,attrs:l}=t,o=null;const{handleClick:c,scrollTo:f,unregisterLink:i,registerLink:r,activeLink:a}=Xs(),{prefixCls:u}=he("anchor",e),d=h=>{const{href:v}=e;c(h,{title:o,href:v}),f(v)};return se(()=>e.href,(h,v)=>{it(()=>{i(v),r(h)})}),Ze(()=>{r(e.href)}),Fe(()=>{i(e.href)}),()=>{var h;const{href:v,target:g,title:m=n.title,customTitleProps:x={}}=e,S=u.value;o=typeof m=="function"?m(x):m;const y=a.value===v,k=U(`${S}-link`,{[`${S}-link-active`]:y},l.class),T=U(`${S}-link-title`,{[`${S}-link-title-active`]:y});return s("div",O(O({},l),{},{class:k}),[s("a",{class:T,href:v,title:typeof o=="string"?o:"",target:g,onClick:d},[n.customTitle?n.customTitle(x):o]),(h=n.default)===null||h===void 0?void 0:h.call(n)])}}});function ec(){return window}function Fl(e,t){if(!e.getClientRects().length)return 0;const n=e.getBoundingClientRect();return n.width||n.height?t===window?(t=e.ownerDocument.documentElement,n.top-t.clientTop):n.top-t.getBoundingClientRect().top:n.top}const Ll=/#([\S ]+)$/,tc=()=>({prefixCls:String,offsetTop:Number,bounds:Number,affix:{type:Boolean,default:!0},showInkInFixed:{type:Boolean,default:!1},getContainer:Function,wrapperClass:String,wrapperStyle:{type:Object,default:void 0},getCurrentAnchor:Function,targetOffset:Number,items:Pe(),direction:D.oneOf(["vertical","horizontal"]).def("vertical"),onChange:Function,onClick:Function}),nt=G({compatConfig:{MODE:3},name:"AAnchor",inheritAttrs:!1,props:tc(),setup(e,t){let{emit:n,attrs:l,slots:o,expose:c}=t;const{prefixCls:f,getTargetContainer:i,direction:r}=he("anchor",e),a=B(()=>{var b;return(b=e.direction)!==null&&b!==void 0?b:"vertical"}),u=ne(null),d=ne(),h=St({links:[],scrollContainer:null,scrollEvent:null,animating:!1}),v=ne(null),g=B(()=>{const{getContainer:b}=e;return b||(i==null?void 0:i.value)||ec}),m=function(){let b=arguments.length>0&&arguments[0]!==void 0?arguments[0]:0,M=arguments.length>1&&arguments[1]!==void 0?arguments[1]:5;const P=[],I=g.value();return h.links.forEach(w=>{const $=Ll.exec(w.toString());if(!$)return;const E=document.getElementById($[1]);if(E){const N=Fl(E,I);N<b+M&&P.push({link:w,top:N})}}),P.length?P.reduce(($,E)=>E.top>$.top?E:$).link:""},x=b=>{const{getCurrentAnchor:M}=e;v.value!==b&&(v.value=typeof M=="function"?M(b):b,n("change",b))},S=b=>{const{offsetTop:M,targetOffset:P}=e;x(b);const I=Ll.exec(b);if(!I)return;const w=document.getElementById(I[1]);if(!w)return;const $=g.value(),E=po($,!0),N=Fl(w,$);let z=E+N;z-=P!==void 0?P:M||0,h.animating=!0,go(z,{callback:()=>{h.animating=!1},getContainer:g.value})};c({scrollTo:S});const y=()=>{if(h.animating)return;const{offsetTop:b,bounds:M,targetOffset:P}=e,I=m(P!==void 0?P:b||0,M);x(I)},k=()=>{const b=d.value.querySelector(`.${f.value}-link-title-active`);if(b&&u.value){const M=a.value==="horizontal";u.value.style.top=M?"":`${b.offsetTop+b.clientHeight/2}px`,u.value.style.height=M?"":`${b.clientHeight}px`,u.value.style.left=M?`${b.offsetLeft}px`:"",u.value.style.width=M?`${b.clientWidth}px`:"",M&&Di(b,{scrollMode:"if-needed",block:"nearest"})}};Ys({registerLink:b=>{h.links.includes(b)||h.links.push(b)},unregisterLink:b=>{const M=h.links.indexOf(b);M!==-1&&h.links.splice(M,1)},activeLink:v,scrollTo:S,handleClick:(b,M)=>{n("click",b,M)},direction:a}),Ze(()=>{it(()=>{const b=g.value();h.scrollContainer=b,h.scrollEvent=En(h.scrollContainer,"scroll",y),y()})}),Fe(()=>{h.scrollEvent&&h.scrollEvent.remove()}),en(()=>{if(h.scrollEvent){const b=g.value();h.scrollContainer!==b&&(h.scrollContainer=b,h.scrollEvent.remove(),h.scrollEvent=En(h.scrollContainer,"scroll",y),y())}k()});const T=b=>Array.isArray(b)?b.map(M=>{const{children:P,key:I,href:w,target:$,class:E,style:N,title:z}=M;return s(Jn,{key:I,href:w,target:$,class:E,style:N,title:z,customTitleProps:M},{default:()=>[a.value==="vertical"?T(P):null],customTitle:o.customTitle})}):null,[C,A]=Js(f);return()=>{var b;const{offsetTop:M,affix:P,showInkInFixed:I}=e,w=f.value,$=U(`${w}-ink`,{[`${w}-ink-visible`]:v.value}),E=U(A.value,e.wrapperClass,`${w}-wrapper`,{[`${w}-wrapper-horizontal`]:a.value==="horizontal",[`${w}-rtl`]:r.value==="rtl"}),N=U(w,{[`${w}-fixed`]:!P&&!I}),z=p({maxHeight:M?`calc(100vh - ${M}px)`:"100vh"},e.wrapperStyle),V=s("div",{class:E,style:z,ref:d},[s("div",{class:N},[s("span",{class:$,ref:u},null),Array.isArray(e.items)?T(e.items):(b=o.default)===null||b===void 0?void 0:b.call(o)])]);return C(P?s(Uo,O(O({},l),{},{offsetTop:M,target:g.value}),{default:()=>[V]}):V)}}});nt.Link=Jn;nt.install=function(e){return e.component(nt.name,nt),e.component(nt.Link.name,nt.Link),e};const Qn=()=>null;Qn.isSelectOption=!0;Qn.displayName="AAutoCompleteOption";const gt=Qn,el=()=>null;el.isSelectOptGroup=!0;el.displayName="AAutoCompleteOptGroup";const _t=el;function nc(e){var t,n;return((t=e==null?void 0:e.type)===null||t===void 0?void 0:t.isSelectOption)||((n=e==null?void 0:e.type)===null||n===void 0?void 0:n.isSelectOptGroup)}const lc=()=>p(p({},Oe(zi(),["loading","mode","optionLabelProp","labelInValue"])),{dataSource:Array,dropdownMenuStyle:{type:Object,default:void 0},dropdownMatchSelectWidth:{type:[Number,Boolean],default:!0},prefixCls:String,showSearch:{type:Boolean,default:void 0},transitionName:String,choiceTransitionName:{type:String,default:"zoom"},autofocus:{type:Boolean,default:void 0},backfill:{type:Boolean,default:void 0},filterOption:{type:[Boolean,Function],default:!1},defaultActiveFirstOption:{type:Boolean,default:!0},status:String}),oc=gt,ic=_t,vn=G({compatConfig:{MODE:3},name:"AAutoComplete",inheritAttrs:!1,props:lc(),slots:Object,setup(e,t){let{slots:n,attrs:l,expose:o}=t;yt(),yt(),yt(!e.dropdownClassName);const c=ne(),f=()=>{var u;const d=Pt((u=n.default)===null||u===void 0?void 0:u.call(n));return d.length?d[0]:void 0};o({focus:()=>{var u;(u=c.value)===null||u===void 0||u.focus()},blur:()=>{var u;(u=c.value)===null||u===void 0||u.blur()}});const{prefixCls:a}=he("select",e);return()=>{var u,d,h;const{size:v,dataSource:g,notFoundContent:m=(u=n.notFoundContent)===null||u===void 0?void 0:u.call(n)}=e;let x;const{class:S}=l,y={[S]:!!S,[`${a.value}-lg`]:v==="large",[`${a.value}-sm`]:v==="small",[`${a.value}-show-search`]:!0,[`${a.value}-auto-complete`]:!0};if(e.options===void 0){const T=((d=n.dataSource)===null||d===void 0?void 0:d.call(n))||((h=n.options)===null||h===void 0?void 0:h.call(n))||[];T.length&&nc(T[0])?x=T:x=g?g.map(C=>{if(vo(C))return C;switch(typeof C){case"string":return s(gt,{key:C,value:C},{default:()=>[C]});case"object":return s(gt,{key:C.value,value:C.value},{default:()=>[C.text]});default:throw new Error("AutoComplete[dataSource] only supports type `string[] | Object[]`.")}}):[]}const k=Oe(p(p(p({},e),l),{mode:On.SECRET_COMBOBOX_MODE_DO_NOT_USE,getInputElement:f,notFoundContent:m,class:y,popupClassName:e.popupClassName||e.dropdownClassName,ref:c}),["dataSource","loading"]);return s(On,k,O({default:()=>[x]},Oe(n,["default","dataSource","options"])))}}}),ac=p(vn,{Option:gt,OptGroup:_t,install(e){return e.component(vn.name,vn),e.component(gt.displayName,gt),e.component(_t.displayName,_t),e}}),rc=function(e){return e.replace(/[A-Z]/g,function(t){return"-"+t.toLowerCase()}).toLowerCase()},sc=function(e){return/[height|width]$/.test(e)},Nl=function(e){let t="";const n=Object.keys(e);return n.forEach(function(l,o){let c=e[l];l=rc(l),sc(l)&&typeof c=="number"&&(c=c+"px"),c===!0?t+=l:c===!1?t+="not "+l:t+="("+l+": "+c+")",o<n.length-1&&(t+=" and ")}),t};function mn(e){let t="";return typeof e=="string"?e:e instanceof Array?(e.forEach(function(n,l){t+=Nl(n),l<e.length-1&&(t+=", ")}),t):Nl(e)}const cc={accessibility:{type:Boolean,default:!0},adaptiveHeight:{type:Boolean,default:!1},afterChange:D.any.def(null),arrows:{type:Boolean,default:!0},autoplay:{type:Boolean,default:!1},autoplaySpeed:D.number.def(3e3),beforeChange:D.any.def(null),centerMode:{type:Boolean,default:!1},centerPadding:D.string.def("50px"),cssEase:D.string.def("ease"),dots:{type:Boolean,default:!1},dotsClass:D.string.def("slick-dots"),draggable:{type:Boolean,default:!0},unslick:{type:Boolean,default:!1},easing:D.string.def("linear"),edgeFriction:D.number.def(.35),fade:{type:Boolean,default:!1},focusOnSelect:{type:Boolean,default:!1},infinite:{type:Boolean,default:!0},initialSlide:D.number.def(0),lazyLoad:D.any.def(null),verticalSwiping:{type:Boolean,default:!1},asNavFor:D.any.def(null),pauseOnDotsHover:{type:Boolean,default:!1},pauseOnFocus:{type:Boolean,default:!1},pauseOnHover:{type:Boolean,default:!0},responsive:D.array,rows:D.number.def(1),rtl:{type:Boolean,default:!1},slide:D.string.def("div"),slidesPerRow:D.number.def(1),slidesToScroll:D.number.def(1),slidesToShow:D.number.def(1),speed:D.number.def(500),swipe:{type:Boolean,default:!0},swipeEvent:D.any.def(null),swipeToSlide:{type:Boolean,default:!1},touchMove:{type:Boolean,default:!0},touchThreshold:D.number.def(5),useCSS:{type:Boolean,default:!0},useTransform:{type:Boolean,default:!0},variableWidth:{type:Boolean,default:!1},vertical:{type:Boolean,default:!1},waitForAnimate:{type:Boolean,default:!0},children:D.array,__propsSymbol__:D.any},Yo=cc,uc={animating:!1,autoplaying:null,currentDirection:0,currentLeft:null,currentSlide:0,direction:1,dragging:!1,edgeDragged:!1,initialized:!1,lazyLoadedList:[],listHeight:null,listWidth:null,scrolling:!1,slideCount:null,slideHeight:null,slideWidth:null,swipeLeft:null,swiped:!1,swiping:!1,touchObject:{startX:0,startY:0,curX:0,curY:0},trackStyle:{},trackWidth:0,targetSlide:0},dc=uc;function Ln(e,t,n){return Math.max(t,Math.min(e,n))}const vt=e=>{["touchstart","touchmove","wheel"].includes(e.type)||e.preventDefault()},Zt=e=>{const t=[],n=qo(e),l=Zo(e);for(let o=n;o<l;o++)e.lazyLoadedList.indexOf(o)<0&&t.push(o);return t},qo=e=>e.currentSlide-fc(e),Zo=e=>e.currentSlide+hc(e),fc=e=>e.centerMode?Math.floor(e.slidesToShow/2)+(parseInt(e.centerPadding)>0?1:0):0,hc=e=>e.centerMode?Math.floor((e.slidesToShow-1)/2)+1+(parseInt(e.centerPadding)>0?1:0):e.slidesToShow,Nn=e=>e&&e.offsetWidth||0,tl=e=>e&&e.offsetHeight||0,Jo=function(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1,n;const l=e.startX-e.curX,o=e.startY-e.curY,c=Math.atan2(o,l);return n=Math.round(c*180/Math.PI),n<0&&(n=360-Math.abs(n)),n<=45&&n>=0||n<=360&&n>=315?"left":n>=135&&n<=225?"right":t===!0?n>=35&&n<=135?"up":"down":"vertical"},rn=e=>{let t=!0;return e.infinite||(e.centerMode&&e.currentSlide>=e.slideCount-1||e.slideCount<=e.slidesToShow||e.currentSlide>=e.slideCount-e.slidesToShow)&&(t=!1),t},bn=(e,t)=>{const n={};return t.forEach(l=>n[l]=e[l]),n},pc=e=>{const t=e.children.length,n=e.listRef,l=Math.ceil(Nn(n)),o=e.trackRef,c=Math.ceil(Nn(o));let f;if(e.vertical)f=l;else{let v=e.centerMode&&parseInt(e.centerPadding)*2;typeof e.centerPadding=="string"&&e.centerPadding.slice(-1)==="%"&&(v*=l/100),f=Math.ceil((l-v)/e.slidesToShow)}const i=n&&tl(n.querySelector('[data-index="0"]')),r=i*e.slidesToShow;let a=e.currentSlide===void 0?e.initialSlide:e.currentSlide;e.rtl&&e.currentSlide===void 0&&(a=t-1-e.initialSlide);let u=e.lazyLoadedList||[];const d=Zt(p(p({},e),{currentSlide:a,lazyLoadedList:u}));u=u.concat(d);const h={slideCount:t,slideWidth:f,listWidth:l,trackWidth:c,currentSlide:a,slideHeight:i,listHeight:r,lazyLoadedList:u};return e.autoplaying===null&&e.autoplay&&(h.autoplaying="playing"),h},gc=e=>{const{waitForAnimate:t,animating:n,fade:l,infinite:o,index:c,slideCount:f,lazyLoad:i,currentSlide:r,centerMode:a,slidesToScroll:u,slidesToShow:d,useCSS:h}=e;let{lazyLoadedList:v}=e;if(t&&n)return{};let g=c,m,x,S,y={},k={};const T=o?c:Ln(c,0,f-1);if(l){if(!o&&(c<0||c>=f))return{};c<0?g=c+f:c>=f&&(g=c-f),i&&v.indexOf(g)<0&&(v=v.concat(g)),y={animating:!0,currentSlide:g,lazyLoadedList:v,targetSlide:g},k={animating:!1,targetSlide:g}}else m=g,g<0?(m=g+f,o?f%u!==0&&(m=f-f%u):m=0):!rn(e)&&g>r?g=m=r:a&&g>=f?(g=o?f:f-1,m=o?0:f-1):g>=f&&(m=g-f,o?f%u!==0&&(m=0):m=f-d),!o&&g+d>=f&&(m=f-d),x=It(p(p({},e),{slideIndex:g})),S=It(p(p({},e),{slideIndex:m})),o||(x===S&&(g=m),x=S),i&&(v=v.concat(Zt(p(p({},e),{currentSlide:g})))),h?(y={animating:!0,currentSlide:m,trackStyle:Qo(p(p({},e),{left:x})),lazyLoadedList:v,targetSlide:T},k={animating:!1,currentSlide:m,trackStyle:Tt(p(p({},e),{left:S})),swipeLeft:null,targetSlide:T}):y={currentSlide:m,trackStyle:Tt(p(p({},e),{left:S})),lazyLoadedList:v,targetSlide:T};return{state:y,nextState:k}},vc=(e,t)=>{let n,l,o;const{slidesToScroll:c,slidesToShow:f,slideCount:i,currentSlide:r,targetSlide:a,lazyLoad:u,infinite:d}=e,v=i%c!==0?0:(i-r)%c;if(t.message==="previous")l=v===0?c:f-v,o=r-l,u&&!d&&(n=r-l,o=n===-1?i-1:n),d||(o=a-c);else if(t.message==="next")l=v===0?c:v,o=r+l,u&&!d&&(o=(r+c)%i+v),d||(o=a+c);else if(t.message==="dots")o=t.index*t.slidesToScroll;else if(t.message==="children"){if(o=t.index,d){const g=xc(p(p({},e),{targetSlide:o}));o>t.currentSlide&&g==="left"?o=o-i:o<t.currentSlide&&g==="right"&&(o=o+i)}}else t.message==="index"&&(o=Number(t.index));return o},mc=(e,t,n)=>e.target.tagName.match("TEXTAREA|INPUT|SELECT")||!t?"":e.keyCode===37?n?"next":"previous":e.keyCode===39?n?"previous":"next":"",bc=(e,t,n)=>(e.target.tagName==="IMG"&&vt(e),!t||!n&&e.type.indexOf("mouse")!==-1?"":{dragging:!0,touchObject:{startX:e.touches?e.touches[0].pageX:e.clientX,startY:e.touches?e.touches[0].pageY:e.clientY,curX:e.touches?e.touches[0].pageX:e.clientX,curY:e.touches?e.touches[0].pageY:e.clientY}}),Sc=(e,t)=>{const{scrolling:n,animating:l,vertical:o,swipeToSlide:c,verticalSwiping:f,rtl:i,currentSlide:r,edgeFriction:a,edgeDragged:u,onEdge:d,swiped:h,swiping:v,slideCount:g,slidesToScroll:m,infinite:x,touchObject:S,swipeEvent:y,listHeight:k,listWidth:T}=t;if(n)return;if(l)return vt(e);o&&c&&f&&vt(e);let C,A={};const b=It(t);S.curX=e.touches?e.touches[0].pageX:e.clientX,S.curY=e.touches?e.touches[0].pageY:e.clientY,S.swipeLength=Math.round(Math.sqrt(Math.pow(S.curX-S.startX,2)));const M=Math.round(Math.sqrt(Math.pow(S.curY-S.startY,2)));if(!f&&!v&&M>10)return{scrolling:!0};f&&(S.swipeLength=M);let P=(i?-1:1)*(S.curX>S.startX?1:-1);f&&(P=S.curY>S.startY?1:-1);const I=Math.ceil(g/m),w=Jo(t.touchObject,f);let $=S.swipeLength;return x||(r===0&&(w==="right"||w==="down")||r+1>=I&&(w==="left"||w==="up")||!rn(t)&&(w==="left"||w==="up"))&&($=S.swipeLength*a,u===!1&&d&&(d(w),A.edgeDragged=!0)),!h&&y&&(y(w),A.swiped=!0),o?C=b+$*(k/T)*P:i?C=b-$*P:C=b+$*P,f&&(C=b+$*P),A=p(p({},A),{touchObject:S,swipeLeft:C,trackStyle:Tt(p(p({},t),{left:C}))}),Math.abs(S.curX-S.startX)<Math.abs(S.curY-S.startY)*.8||S.swipeLength>10&&(A.swiping=!0,vt(e)),A},yc=(e,t)=>{const{dragging:n,swipe:l,touchObject:o,listWidth:c,touchThreshold:f,verticalSwiping:i,listHeight:r,swipeToSlide:a,scrolling:u,onSwipe:d,targetSlide:h,currentSlide:v,infinite:g}=t;if(!n)return l&&vt(e),{};const m=i?r/f:c/f,x=Jo(o,i),S={dragging:!1,edgeDragged:!1,scrolling:!1,swiping:!1,swiped:!1,swipeLeft:null,touchObject:{}};if(u||!o.swipeLength)return S;if(o.swipeLength>m){vt(e),d&&d(x);let y,k;const T=g?v:h;switch(x){case"left":case"up":k=T+Dl(t),y=a?Rl(t,k):k,S.currentDirection=0;break;case"right":case"down":k=T-Dl(t),y=a?Rl(t,k):k,S.currentDirection=1;break;default:y=T}S.triggerSlideHandler=y}else{const y=It(t);S.trackStyle=Qo(p(p({},t),{left:y}))}return S},wc=e=>{const t=e.infinite?e.slideCount*2:e.slideCount;let n=e.infinite?e.slidesToShow*-1:0,l=e.infinite?e.slidesToShow*-1:0;const o=[];for(;n<t;)o.push(n),n=l+e.slidesToScroll,l+=Math.min(e.slidesToScroll,e.slidesToShow);return o},Rl=(e,t)=>{const n=wc(e);let l=0;if(t>n[n.length-1])t=n[n.length-1];else for(const o in n){if(t<n[o]){t=l;break}l=n[o]}return t},Dl=e=>{const t=e.centerMode?e.slideWidth*Math.floor(e.slidesToShow/2):0;if(e.swipeToSlide){let n;const l=e.listRef,o=l.querySelectorAll&&l.querySelectorAll(".slick-slide")||[];if(Array.from(o).every(i=>{if(e.vertical){if(i.offsetTop+tl(i)/2>e.swipeLeft*-1)return n=i,!1}else if(i.offsetLeft-t+Nn(i)/2>e.swipeLeft*-1)return n=i,!1;return!0}),!n)return 0;const c=e.rtl===!0?e.slideCount-e.currentSlide:e.currentSlide;return Math.abs(n.dataset.index-c)||1}else return e.slidesToScroll},nl=(e,t)=>t.reduce((n,l)=>n&&e.hasOwnProperty(l),!0)?null:console.error("Keys Missing:",e),Tt=e=>{nl(e,["left","variableWidth","slideCount","slidesToShow","slideWidth"]);let t,n;const l=e.slideCount+2*e.slidesToShow;e.vertical?n=l*e.slideHeight:t=Cc(e)*e.slideWidth;let o={opacity:1,transition:"",WebkitTransition:""};if(e.useTransform){const c=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",f=e.vertical?"translate3d(0px, "+e.left+"px, 0px)":"translate3d("+e.left+"px, 0px, 0px)",i=e.vertical?"translateY("+e.left+"px)":"translateX("+e.left+"px)";o=p(p({},o),{WebkitTransform:c,transform:f,msTransform:i})}else e.vertical?o.top=e.left:o.left=e.left;return e.fade&&(o={opacity:1}),t&&(o.width=t+"px"),n&&(o.height=n+"px"),window&&!window.addEventListener&&window.attachEvent&&(e.vertical?o.marginTop=e.left+"px":o.marginLeft=e.left+"px"),o},Qo=e=>{nl(e,["left","variableWidth","slideCount","slidesToShow","slideWidth","speed","cssEase"]);const t=Tt(e);return e.useTransform?(t.WebkitTransition="-webkit-transform "+e.speed+"ms "+e.cssEase,t.transition="transform "+e.speed+"ms "+e.cssEase):e.vertical?t.transition="top "+e.speed+"ms "+e.cssEase:t.transition="left "+e.speed+"ms "+e.cssEase,t},It=e=>{if(e.unslick)return 0;nl(e,["slideIndex","trackRef","infinite","centerMode","slideCount","slidesToShow","slidesToScroll","slideWidth","listWidth","variableWidth","slideHeight"]);const{slideIndex:t,trackRef:n,infinite:l,centerMode:o,slideCount:c,slidesToShow:f,slidesToScroll:i,slideWidth:r,listWidth:a,variableWidth:u,slideHeight:d,fade:h,vertical:v}=e;let g=0,m,x,S=0;if(h||e.slideCount===1)return 0;let y=0;if(l?(y=-qe(e),c%i!==0&&t+i>c&&(y=-(t>c?f-(t-c):c%i)),o&&(y+=parseInt(f/2))):(c%i!==0&&t+i>c&&(y=f-c%i),o&&(y=parseInt(f/2))),g=y*r,S=y*d,v?m=t*d*-1+S:m=t*r*-1+g,u===!0){let k;const T=n;if(k=t+qe(e),x=T&&T.childNodes[k],m=x?x.offsetLeft*-1:0,o===!0){k=l?t+qe(e):t,x=T&&T.children[k],m=0;for(let C=0;C<k;C++)m-=T&&T.children[C]&&T.children[C].offsetWidth;m-=parseInt(e.centerPadding),m+=x&&(a-x.offsetWidth)/2}}return m},qe=e=>e.unslick||!e.infinite?0:e.variableWidth?e.slideCount:e.slidesToShow+(e.centerMode?1:0),Ht=e=>e.unslick||!e.infinite?0:e.slideCount,Cc=e=>e.slideCount===1?1:qe(e)+e.slideCount+Ht(e),xc=e=>e.targetSlide>e.currentSlide?e.targetSlide>e.currentSlide+$c(e)?"left":"right":e.targetSlide<e.currentSlide-kc(e)?"right":"left",$c=e=>{let{slidesToShow:t,centerMode:n,rtl:l,centerPadding:o}=e;if(n){let c=(t-1)/2+1;return parseInt(o)>0&&(c+=1),l&&t%2===0&&(c+=1),c}return l?0:t-1},kc=e=>{let{slidesToShow:t,centerMode:n,rtl:l,centerPadding:o}=e;if(n){let c=(t-1)/2+1;return parseInt(o)>0&&(c+=1),!l&&t%2===0&&(c+=1),c}return l?t-1:0},zl=()=>!!(typeof window<"u"&&window.document&&window.document.createElement),Sn=e=>{let t,n,l,o;e.rtl?o=e.slideCount-1-e.index:o=e.index;const c=o<0||o>=e.slideCount;e.centerMode?(l=Math.floor(e.slidesToShow/2),n=(o-e.currentSlide)%e.slideCount===0,o>e.currentSlide-l-1&&o<=e.currentSlide+l&&(t=!0)):t=e.currentSlide<=o&&o<e.currentSlide+e.slidesToShow;let f;return e.targetSlide<0?f=e.targetSlide+e.slideCount:e.targetSlide>=e.slideCount?f=e.targetSlide-e.slideCount:f=e.targetSlide,{"slick-slide":!0,"slick-active":t,"slick-center":n,"slick-cloned":c,"slick-current":o===f}},Mc=function(e){const t={};return(e.variableWidth===void 0||e.variableWidth===!1)&&(t.width=e.slideWidth+(typeof e.slideWidth=="number"?"px":"")),e.fade&&(t.position="relative",e.vertical?t.top=-e.index*parseInt(e.slideHeight)+"px":t.left=-e.index*parseInt(e.slideWidth)+"px",t.opacity=e.currentSlide===e.index?1:0,e.useCSS&&(t.transition="opacity "+e.speed+"ms "+e.cssEase+", visibility "+e.speed+"ms "+e.cssEase)),t},yn=(e,t)=>e.key+"-"+t,Tc=function(e,t){let n;const l=[],o=[],c=[],f=t.length,i=qo(e),r=Zo(e);return t.forEach((a,u)=>{let d;const h={message:"children",index:u,slidesToScroll:e.slidesToScroll,currentSlide:e.currentSlide};!e.lazyLoad||e.lazyLoad&&e.lazyLoadedList.indexOf(u)>=0?d=a:d=s("div");const v=Mc(p(p({},e),{index:u})),g=d.props.class||"";let m=Sn(p(p({},e),{index:u}));if(l.push(fn(d,{key:"original"+yn(d,u),tabindex:"-1","data-index":u,"aria-hidden":!m["slick-active"],class:U(m,g),style:p(p({outline:"none"},d.props.style||{}),v),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(h)}})),e.infinite&&e.fade===!1){const x=f-u;x<=qe(e)&&f!==e.slidesToShow&&(n=-x,n>=i&&(d=a),m=Sn(p(p({},e),{index:n})),o.push(fn(d,{key:"precloned"+yn(d,n),class:U(m,g),tabindex:"-1","data-index":n,"aria-hidden":!m["slick-active"],style:p(p({},d.props.style||{}),v),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(h)}}))),f!==e.slidesToShow&&(n=f+u,n<r&&(d=a),m=Sn(p(p({},e),{index:n})),c.push(fn(d,{key:"postcloned"+yn(d,n),tabindex:"-1","data-index":n,"aria-hidden":!m["slick-active"],class:U(m,g),style:p(p({},d.props.style||{}),v),onClick:()=>{e.focusOnSelect&&e.focusOnSelect(h)}})))}}),e.rtl?o.concat(l,c).reverse():o.concat(l,c)},ei=(e,t)=>{let{attrs:n,slots:l}=t;const o=Tc(n,Pt(l==null?void 0:l.default())),{onMouseenter:c,onMouseover:f,onMouseleave:i}=n,r={onMouseenter:c,onMouseover:f,onMouseleave:i},a=p({class:"slick-track",style:n.trackStyle},r);return s("div",a,[o])};ei.inheritAttrs=!1;const Ic=ei,Ac=function(e){let t;return e.infinite?t=Math.ceil(e.slideCount/e.slidesToScroll):t=Math.ceil((e.slideCount-e.slidesToShow)/e.slidesToScroll)+1,t},ti=(e,t)=>{let{attrs:n}=t;const{slideCount:l,slidesToScroll:o,slidesToShow:c,infinite:f,currentSlide:i,appendDots:r,customPaging:a,clickHandler:u,dotsClass:d,onMouseenter:h,onMouseover:v,onMouseleave:g}=n,m=Ac({slideCount:l,slidesToScroll:o,slidesToShow:c,infinite:f}),x={onMouseenter:h,onMouseover:v,onMouseleave:g};let S=[];for(let y=0;y<m;y++){let P=function(I){I&&I.preventDefault(),u(M)};const k=(y+1)*o-1,T=f?k:Ln(k,0,l-1),C=T-(o-1),A=f?C:Ln(C,0,l-1),b=U({"slick-active":f?i>=A&&i<=T:i===A}),M={message:"dots",index:y,slidesToScroll:o,currentSlide:i};S=S.concat(s("li",{key:y,class:b},[mt(a({i:y}),{onClick:P})]))}return mt(r({dots:S}),p({class:d},x))};ti.inheritAttrs=!1;const Ec=ti;function ni(){}function li(e,t,n){n&&n.preventDefault(),t(e,n)}const oi=(e,t)=>{let{attrs:n}=t;const{clickHandler:l,infinite:o,currentSlide:c,slideCount:f,slidesToShow:i}=n,r={"slick-arrow":!0,"slick-prev":!0};let a=function(v){li({message:"previous"},l,v)};!o&&(c===0||f<=i)&&(r["slick-disabled"]=!0,a=ni);const u={key:"0","data-role":"none",class:r,style:{display:"block"},onClick:a},d={currentSlide:c,slideCount:f};let h;return n.prevArrow?h=mt(n.prevArrow(p(p({},u),d)),{key:"0",class:r,style:{display:"block"},onClick:a},!1):h=s("button",O({key:"0",type:"button"},u),[" ",ot("Previous")]),h};oi.inheritAttrs=!1;const ii=(e,t)=>{let{attrs:n}=t;const{clickHandler:l,currentSlide:o,slideCount:c}=n,f={"slick-arrow":!0,"slick-next":!0};let i=function(d){li({message:"next"},l,d)};rn(n)||(f["slick-disabled"]=!0,i=ni);const r={key:"1","data-role":"none",class:U(f),style:{display:"block"},onClick:i},a={currentSlide:o,slideCount:c};let u;return n.nextArrow?u=mt(n.nextArrow(p(p({},r),a)),{key:"1",class:U(f),style:{display:"block"},onClick:i},!1):u=s("button",O({key:"1",type:"button"},r),[" ",ot("Next")]),u};ii.inheritAttrs=!1;var Pc=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};function Ie(){}const Oc={name:"InnerSlider",mixins:[mo],inheritAttrs:!1,props:p({},Yo),data(){this.preProps=p({},this.$props),this.list=null,this.track=null,this.callbackTimers=[],this.clickable=!0,this.debouncedResize=null;const e=this.ssrInit();return p(p(p({},dc),{currentSlide:this.initialSlide,slideCount:this.children.length}),e)},watch:{autoplay(e,t){!t&&e?this.handleAutoPlay("playing"):e?this.handleAutoPlay("update"):this.pause("paused")},__propsSymbol__(){const e=this.$props,t=p(p({listRef:this.list,trackRef:this.track},e),this.$data);let n=!1;for(const l of Object.keys(this.preProps)){if(!e.hasOwnProperty(l)){n=!0;break}if(!(typeof e[l]=="object"||typeof e[l]=="function"||typeof e[l]=="symbol")&&e[l]!==this.preProps[l]){n=!0;break}}this.updateState(t,n,()=>{this.currentSlide>=e.children.length&&this.changeSlide({message:"index",index:e.children.length-e.slidesToShow,currentSlide:this.currentSlide}),!this.preProps.autoplay&&e.autoplay?this.handleAutoPlay("playing"):e.autoplay?this.handleAutoPlay("update"):this.pause("paused")}),this.preProps=p({},e)}},mounted(){if(this.__emit("init"),this.lazyLoad){const e=Zt(p(p({},this.$props),this.$data));e.length>0&&(this.setState(t=>({lazyLoadedList:t.lazyLoadedList.concat(e)})),this.__emit("lazyLoad",e))}this.$nextTick(()=>{const e=p({listRef:this.list,trackRef:this.track,children:this.children},this.$props);this.updateState(e,!0,()=>{this.adaptHeight(),this.autoplay&&this.handleAutoPlay("playing")}),this.lazyLoad==="progressive"&&(this.lazyLoadTimer=setInterval(this.progressiveLazyLoad,1e3)),this.ro=new _i(()=>{this.animating?(this.onWindowResized(!1),this.callbackTimers.push(setTimeout(()=>this.onWindowResized(),this.speed))):this.onWindowResized()}),this.ro.observe(this.list),document.querySelectorAll&&Array.prototype.forEach.call(document.querySelectorAll(".slick-slide"),t=>{t.onfocus=this.$props.pauseOnFocus?this.onSlideFocus:null,t.onblur=this.$props.pauseOnFocus?this.onSlideBlur:null}),window.addEventListener?window.addEventListener("resize",this.onWindowResized):window.attachEvent("onresize",this.onWindowResized)})},beforeUnmount(){var e;this.animationEndCallback&&clearTimeout(this.animationEndCallback),this.lazyLoadTimer&&clearInterval(this.lazyLoadTimer),this.callbackTimers.length&&(this.callbackTimers.forEach(t=>clearTimeout(t)),this.callbackTimers=[]),window.addEventListener?window.removeEventListener("resize",this.onWindowResized):window.detachEvent("onresize",this.onWindowResized),this.autoplayTimer&&clearInterval(this.autoplayTimer),(e=this.ro)===null||e===void 0||e.disconnect()},updated(){if(this.checkImagesLoad(),this.__emit("reInit"),this.lazyLoad){const e=Zt(p(p({},this.$props),this.$data));e.length>0&&(this.setState(t=>({lazyLoadedList:t.lazyLoadedList.concat(e)})),this.__emit("lazyLoad"))}this.adaptHeight()},methods:{listRefHandler(e){this.list=e},trackRefHandler(e){this.track=e},adaptHeight(){if(this.adaptiveHeight&&this.list){const e=this.list.querySelector(`[data-index="${this.currentSlide}"]`);this.list.style.height=tl(e)+"px"}},onWindowResized(e){this.debouncedResize&&this.debouncedResize.cancel(),this.debouncedResize=Hi(()=>this.resizeWindow(e),50),this.debouncedResize()},resizeWindow(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0;if(!Boolean(this.track))return;const n=p(p({listRef:this.list,trackRef:this.track,children:this.children},this.$props),this.$data);this.updateState(n,e,()=>{this.autoplay?this.handleAutoPlay("update"):this.pause("paused")}),this.setState({animating:!1}),clearTimeout(this.animationEndCallback),delete this.animationEndCallback},updateState(e,t,n){const l=pc(e);e=p(p(p({},e),l),{slideIndex:l.currentSlide});const o=It(e);e=p(p({},e),{left:o});const c=Tt(e);(t||this.children.length!==e.children.length)&&(l.trackStyle=c),this.setState(l,n)},ssrInit(){const e=this.children;if(this.variableWidth){let r=0,a=0;const u=[],d=qe(p(p(p({},this.$props),this.$data),{slideCount:e.length})),h=Ht(p(p(p({},this.$props),this.$data),{slideCount:e.length}));e.forEach(g=>{var m,x;const S=((x=(m=g.props.style)===null||m===void 0?void 0:m.width)===null||x===void 0?void 0:x.split("px")[0])||0;u.push(S),r+=S});for(let g=0;g<d;g++)a+=u[u.length-1-g],r+=u[u.length-1-g];for(let g=0;g<h;g++)r+=u[g];for(let g=0;g<this.currentSlide;g++)a+=u[g];const v={width:r+"px",left:-a+"px"};if(this.centerMode){const g=`${u[this.currentSlide]}px`;v.left=`calc(${v.left} + (100% - ${g}) / 2 ) `}return{trackStyle:v}}const t=e.length,n=p(p(p({},this.$props),this.$data),{slideCount:t}),l=qe(n)+Ht(n)+t,o=100/this.slidesToShow*l,c=100/l;let f=-c*(qe(n)+this.currentSlide)*o/100;this.centerMode&&(f+=(100-c*o/100)/2);const i={width:o+"%",left:f+"%"};return{slideWidth:c+"%",trackStyle:i}},checkImagesLoad(){const e=this.list&&this.list.querySelectorAll&&this.list.querySelectorAll(".slick-slide img")||[],t=e.length;let n=0;Array.prototype.forEach.call(e,l=>{const o=()=>++n&&n>=t&&this.onWindowResized();if(!l.onclick)l.onclick=()=>l.parentNode.focus();else{const c=l.onclick;l.onclick=()=>{c(),l.parentNode.focus()}}l.onload||(this.$props.lazyLoad?l.onload=()=>{this.adaptHeight(),this.callbackTimers.push(setTimeout(this.onWindowResized,this.speed))}:(l.onload=o,l.onerror=()=>{o(),this.__emit("lazyLoadError")}))})},progressiveLazyLoad(){const e=[],t=p(p({},this.$props),this.$data);for(let n=this.currentSlide;n<this.slideCount+Ht(t);n++)if(this.lazyLoadedList.indexOf(n)<0){e.push(n);break}for(let n=this.currentSlide-1;n>=-qe(t);n--)if(this.lazyLoadedList.indexOf(n)<0){e.push(n);break}e.length>0?(this.setState(n=>({lazyLoadedList:n.lazyLoadedList.concat(e)})),this.__emit("lazyLoad",e)):this.lazyLoadTimer&&(clearInterval(this.lazyLoadTimer),delete this.lazyLoadTimer)},slideHandler(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const{asNavFor:n,currentSlide:l,beforeChange:o,speed:c,afterChange:f}=this.$props,{state:i,nextState:r}=gc(p(p(p({index:e},this.$props),this.$data),{trackRef:this.track,useCSS:this.useCSS&&!t}));if(!i)return;o&&o(l,i.currentSlide);const a=i.lazyLoadedList.filter(u=>this.lazyLoadedList.indexOf(u)<0);this.$attrs.onLazyLoad&&a.length>0&&this.__emit("lazyLoad",a),!this.$props.waitForAnimate&&this.animationEndCallback&&(clearTimeout(this.animationEndCallback),f&&f(l),delete this.animationEndCallback),this.setState(i,()=>{n&&this.asNavForIndex!==e&&(this.asNavForIndex=e,n.innerSlider.slideHandler(e)),r&&(this.animationEndCallback=setTimeout(()=>{const{animating:u}=r,d=Pc(r,["animating"]);this.setState(d,()=>{this.callbackTimers.push(setTimeout(()=>this.setState({animating:u}),10)),f&&f(i.currentSlide),delete this.animationEndCallback})},c))})},changeSlide(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;const n=p(p({},this.$props),this.$data),l=vc(n,e);if(!(l!==0&&!l)&&(t===!0?this.slideHandler(l,t):this.slideHandler(l),this.$props.autoplay&&this.handleAutoPlay("update"),this.$props.focusOnSelect)){const o=this.list.querySelectorAll(".slick-current");o[0]&&o[0].focus()}},clickHandler(e){this.clickable===!1&&(e.stopPropagation(),e.preventDefault()),this.clickable=!0},keyHandler(e){const t=mc(e,this.accessibility,this.rtl);t!==""&&this.changeSlide({message:t})},selectHandler(e){this.changeSlide(e)},disableBodyScroll(){const e=t=>{t=t||window.event,t.preventDefault&&t.preventDefault(),t.returnValue=!1};window.ontouchmove=e},enableBodyScroll(){window.ontouchmove=null},swipeStart(e){this.verticalSwiping&&this.disableBodyScroll();const t=bc(e,this.swipe,this.draggable);t!==""&&this.setState(t)},swipeMove(e){const t=Sc(e,p(p(p({},this.$props),this.$data),{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));!t||(t.swiping&&(this.clickable=!1),this.setState(t))},swipeEnd(e){const t=yc(e,p(p(p({},this.$props),this.$data),{trackRef:this.track,listRef:this.list,slideIndex:this.currentSlide}));if(!t)return;const n=t.triggerSlideHandler;delete t.triggerSlideHandler,this.setState(t),n!==void 0&&(this.slideHandler(n),this.$props.verticalSwiping&&this.enableBodyScroll())},touchEnd(e){this.swipeEnd(e),this.clickable=!0},slickPrev(){this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"previous"}),0))},slickNext(){this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"next"}),0))},slickGoTo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;if(e=Number(e),isNaN(e))return"";this.callbackTimers.push(setTimeout(()=>this.changeSlide({message:"index",index:e,currentSlide:this.currentSlide},t),0))},play(){let e;if(this.rtl)e=this.currentSlide-this.slidesToScroll;else if(rn(p(p({},this.$props),this.$data)))e=this.currentSlide+this.slidesToScroll;else return!1;this.slideHandler(e)},handleAutoPlay(e){this.autoplayTimer&&clearInterval(this.autoplayTimer);const t=this.autoplaying;if(e==="update"){if(t==="hovered"||t==="focused"||t==="paused")return}else if(e==="leave"){if(t==="paused"||t==="focused")return}else if(e==="blur"&&(t==="paused"||t==="hovered"))return;this.autoplayTimer=setInterval(this.play,this.autoplaySpeed+50),this.setState({autoplaying:"playing"})},pause(e){this.autoplayTimer&&(clearInterval(this.autoplayTimer),this.autoplayTimer=null);const t=this.autoplaying;e==="paused"?this.setState({autoplaying:"paused"}):e==="focused"?(t==="hovered"||t==="playing")&&this.setState({autoplaying:"focused"}):t==="playing"&&this.setState({autoplaying:"hovered"})},onDotsOver(){this.autoplay&&this.pause("hovered")},onDotsLeave(){this.autoplay&&this.autoplaying==="hovered"&&this.handleAutoPlay("leave")},onTrackOver(){this.autoplay&&this.pause("hovered")},onTrackLeave(){this.autoplay&&this.autoplaying==="hovered"&&this.handleAutoPlay("leave")},onSlideFocus(){this.autoplay&&this.pause("focused")},onSlideBlur(){this.autoplay&&this.autoplaying==="focused"&&this.handleAutoPlay("blur")},customPaging(e){let{i:t}=e;return s("button",null,[t+1])},appendDots(e){let{dots:t}=e;return s("ul",{style:{display:"block"}},[t])}},render(){const e=U("slick-slider",this.$attrs.class,{"slick-vertical":this.vertical,"slick-initialized":!0}),t=p(p({},this.$props),this.$data);let n=bn(t,["fade","cssEase","speed","infinite","centerMode","focusOnSelect","currentSlide","lazyLoad","lazyLoadedList","rtl","slideWidth","slideHeight","listHeight","vertical","slidesToShow","slidesToScroll","slideCount","trackStyle","variableWidth","unslick","centerPadding","targetSlide","useCSS"]);const{pauseOnHover:l}=this.$props;n=p(p({},n),{focusOnSelect:this.focusOnSelect&&this.clickable?this.selectHandler:null,ref:this.trackRefHandler,onMouseleave:l?this.onTrackLeave:Ie,onMouseover:l?this.onTrackOver:Ie});let o;if(this.dots===!0&&this.slideCount>=this.slidesToShow){let x=bn(t,["dotsClass","slideCount","slidesToShow","currentSlide","slidesToScroll","clickHandler","children","infinite","appendDots"]);x.customPaging=this.customPaging,x.appendDots=this.appendDots;const{customPaging:S,appendDots:y}=this.$slots;S&&(x.customPaging=S),y&&(x.appendDots=y);const{pauseOnDotsHover:k}=this.$props;x=p(p({},x),{clickHandler:this.changeSlide,onMouseover:k?this.onDotsOver:Ie,onMouseleave:k?this.onDotsLeave:Ie}),o=s(Ec,x,null)}let c,f;const i=bn(t,["infinite","centerMode","currentSlide","slideCount","slidesToShow"]);i.clickHandler=this.changeSlide;const{prevArrow:r,nextArrow:a}=this.$slots;r&&(i.prevArrow=r),a&&(i.nextArrow=a),this.arrows&&(c=s(oi,i,null),f=s(ii,i,null));let u=null;this.vertical&&(u={height:typeof this.listHeight=="number"?`${this.listHeight}px`:this.listHeight});let d=null;this.vertical===!1?this.centerMode===!0&&(d={padding:"0px "+this.centerPadding}):this.centerMode===!0&&(d={padding:this.centerPadding+" 0px"});const h=p(p({},u),d),v=this.touchMove;let g={ref:this.listRefHandler,class:"slick-list",style:h,onClick:this.clickHandler,onMousedown:v?this.swipeStart:Ie,onMousemove:this.dragging&&v?this.swipeMove:Ie,onMouseup:v?this.swipeEnd:Ie,onMouseleave:this.dragging&&v?this.swipeEnd:Ie,[Pn?"onTouchstartPassive":"onTouchstart"]:v?this.swipeStart:Ie,[Pn?"onTouchmovePassive":"onTouchmove"]:this.dragging&&v?this.swipeMove:Ie,onTouchend:v?this.touchEnd:Ie,onTouchcancel:this.dragging&&v?this.swipeEnd:Ie,onKeydown:this.accessibility?this.keyHandler:Ie},m={class:e,dir:"ltr",style:this.$attrs.style};return this.unslick&&(g={class:"slick-list",ref:this.listRefHandler},m={class:e}),s("div",m,[this.unslick?"":c,s("div",g,[s(Ic,n,{default:()=>[this.children]})]),this.unslick?"":f,this.unslick?"":o])}},Bc=G({name:"Slider",mixins:[mo],inheritAttrs:!1,props:p({},Yo),data(){return this._responsiveMediaHandlers=[],{breakpoint:null}},mounted(){if(this.responsive){const e=this.responsive.map(n=>n.breakpoint);e.sort((n,l)=>n-l),e.forEach((n,l)=>{let o;l===0?o=mn({minWidth:0,maxWidth:n}):o=mn({minWidth:e[l-1]+1,maxWidth:n}),zl()&&this.media(o,()=>{this.setState({breakpoint:n})})});const t=mn({minWidth:e.slice(-1)[0]});zl()&&this.media(t,()=>{this.setState({breakpoint:null})})}},beforeUnmount(){this._responsiveMediaHandlers.forEach(function(e){e.mql.removeListener(e.listener)})},methods:{innerSliderRefHandler(e){this.innerSlider=e},media(e,t){const n=window.matchMedia(e),l=o=>{let{matches:c}=o;c&&t()};n.addListener(l),l(n),this._responsiveMediaHandlers.push({mql:n,query:e,listener:l})},slickPrev(){var e;(e=this.innerSlider)===null||e===void 0||e.slickPrev()},slickNext(){var e;(e=this.innerSlider)===null||e===void 0||e.slickNext()},slickGoTo(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var n;(n=this.innerSlider)===null||n===void 0||n.slickGoTo(e,t)},slickPause(){var e;(e=this.innerSlider)===null||e===void 0||e.pause("paused")},slickPlay(){var e;(e=this.innerSlider)===null||e===void 0||e.handleAutoPlay("play")}},render(){var e;let t,n;this.breakpoint?(n=this.responsive.filter(i=>i.breakpoint===this.breakpoint),t=n[0].settings==="unslick"?"unslick":p(p({},this.$props),n[0].settings)):t=p({},this.$props),t.centerMode&&(t.slidesToScroll>1,t.slidesToScroll=1),t.fade&&(t.slidesToShow>1,t.slidesToScroll>1,t.slidesToShow=1,t.slidesToScroll=1);let l=ji(this)||[];l=l.filter(i=>typeof i=="string"?!!i.trim():!!i),t.variableWidth&&(t.rows>1||t.slidesPerRow>1)&&(console.warn("variableWidth is not supported in case of rows > 1 or slidesPerRow > 1"),t.variableWidth=!1);const o=[];let c=null;for(let i=0;i<l.length;i+=t.rows*t.slidesPerRow){const r=[];for(let a=i;a<i+t.rows*t.slidesPerRow;a+=t.slidesPerRow){const u=[];for(let d=a;d<a+t.slidesPerRow&&(t.variableWidth&&((e=l[d].props)===null||e===void 0?void 0:e.style)&&(c=l[d].props.style.width),!(d>=l.length));d+=1)u.push(mt(l[d],{key:100*i+10*a+d,tabindex:-1,style:{width:`${100/t.slidesPerRow}%`,display:"inline-block"}}));r.push(s("div",{key:10*i+a},[u]))}t.variableWidth?o.push(s("div",{key:i,style:{width:c}},[r])):o.push(s("div",{key:i},[r]))}if(t==="unslick"){const i="regular slider "+(this.className||"");return s("div",{class:i},[l])}else o.length<=t.slidesToShow&&(t.unslick=!0);const f=p(p(p({},this.$attrs),t),{children:o,ref:this.innerSliderRefHandler});return s(Oc,O(O({},f),{},{__propsSymbol__:[]}),this.$slots)}}),Fc=e=>{const{componentCls:t,antCls:n,carouselArrowSize:l,carouselDotOffset:o,marginXXS:c}=e,f=-l*1.25,i=c;return{[t]:p(p({},Me(e)),{".slick-slider":{position:"relative",display:"block",boxSizing:"border-box",touchAction:"pan-y",WebkitTouchCallout:"none",WebkitTapHighlightColor:"transparent",".slick-track, .slick-list":{transform:"translate3d(0, 0, 0)",touchAction:"pan-y"}},".slick-list":{position:"relative",display:"block",margin:0,padding:0,overflow:"hidden","&:focus":{outline:"none"},"&.dragging":{cursor:"pointer"},".slick-slide":{pointerEvents:"none",[`input${n}-radio-input, input${n}-checkbox-input`]:{visibility:"hidden"},"&.slick-active":{pointerEvents:"auto",[`input${n}-radio-input, input${n}-checkbox-input`]:{visibility:"visible"}},"> div > div":{verticalAlign:"bottom"}}},".slick-track":{position:"relative",top:0,insetInlineStart:0,display:"block","&::before, &::after":{display:"table",content:'""'},"&::after":{clear:"both"}},".slick-slide":{display:"none",float:"left",height:"100%",minHeight:1,img:{display:"block"},"&.dragging img":{pointerEvents:"none"}},".slick-initialized .slick-slide":{display:"block"},".slick-vertical .slick-slide":{display:"block",height:"auto"},".slick-arrow.slick-hidden":{display:"none"},".slick-prev, .slick-next":{position:"absolute",top:"50%",display:"block",width:l,height:l,marginTop:-l/2,padding:0,color:"transparent",fontSize:0,lineHeight:0,background:"transparent",border:0,outline:"none",cursor:"pointer","&:hover, &:focus":{color:"transparent",background:"transparent",outline:"none","&::before":{opacity:1}},"&.slick-disabled::before":{opacity:.25}},".slick-prev":{insetInlineStart:f,"&::before":{content:'"\u2190"'}},".slick-next":{insetInlineEnd:f,"&::before":{content:'"\u2192"'}},".slick-dots":{position:"absolute",insetInlineEnd:0,bottom:0,insetInlineStart:0,zIndex:15,display:"flex !important",justifyContent:"center",paddingInlineStart:0,listStyle:"none","&-bottom":{bottom:o},"&-top":{top:o,bottom:"auto"},li:{position:"relative",display:"inline-block",flex:"0 1 auto",boxSizing:"content-box",width:e.dotWidth,height:e.dotHeight,marginInline:i,padding:0,textAlign:"center",textIndent:-999,verticalAlign:"top",transition:`all ${e.motionDurationSlow}`,button:{position:"relative",display:"block",width:"100%",height:e.dotHeight,padding:0,color:"transparent",fontSize:0,background:e.colorBgContainer,border:0,borderRadius:1,outline:"none",cursor:"pointer",opacity:.3,transition:`all ${e.motionDurationSlow}`,"&: hover, &:focus":{opacity:.75},"&::after":{position:"absolute",inset:-i,content:'""'}},"&.slick-active":{width:e.dotWidthActive,"& button":{background:e.colorBgContainer,opacity:1},"&: hover, &:focus":{opacity:1}}}}})}},Lc=e=>{const{componentCls:t,carouselDotOffset:n,marginXXS:l}=e,o={width:e.dotHeight,height:e.dotWidth};return{[`${t}-vertical`]:{".slick-dots":{top:"50%",bottom:"auto",flexDirection:"column",width:e.dotHeight,height:"auto",margin:0,transform:"translateY(-50%)","&-left":{insetInlineEnd:"auto",insetInlineStart:n},"&-right":{insetInlineEnd:n,insetInlineStart:"auto"},li:p(p({},o),{margin:`${l}px 0`,verticalAlign:"baseline",button:o,"&.slick-active":p(p({},o),{button:o})})}}}},Nc=e=>{const{componentCls:t}=e;return[{[`${t}-rtl`]:{direction:"rtl",".slick-dots":{[`${t}-rtl&`]:{flexDirection:"row-reverse"}}}},{[`${t}-vertical`]:{".slick-dots":{[`${t}-rtl&`]:{flexDirection:"column"}}}}]},Rc=we("Carousel",e=>{const{controlHeightLG:t,controlHeightSM:n}=e,l=$e(e,{carouselArrowSize:t/2,carouselDotOffset:n/2});return[Fc(l),Lc(l),Nc(l)]},{dotWidth:16,dotHeight:3,dotWidthActive:24});var Dc=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};const zc=()=>({effect:Se(),dots:Y(!0),vertical:Y(),autoplay:Y(),easing:String,beforeChange:J(),afterChange:J(),prefixCls:String,accessibility:Y(),nextArrow:D.any,prevArrow:D.any,pauseOnHover:Y(),adaptiveHeight:Y(),arrows:Y(!1),autoplaySpeed:Number,centerMode:Y(),centerPadding:String,cssEase:String,dotsClass:String,draggable:Y(!1),fade:Y(),focusOnSelect:Y(),infinite:Y(),initialSlide:Number,lazyLoad:Se(),rtl:Y(),slide:String,slidesToShow:Number,slidesToScroll:Number,speed:Number,swipe:Y(),swipeToSlide:Y(),swipeEvent:J(),touchMove:Y(),touchThreshold:Number,variableWidth:Y(),useCSS:Y(),slickGoTo:Number,responsive:Array,dotPosition:Se(),verticalSwiping:Y(!1)}),_c=G({compatConfig:{MODE:3},name:"ACarousel",inheritAttrs:!1,props:zc(),setup(e,t){let{slots:n,attrs:l,expose:o}=t;const c=ne();o({goTo:function(g){let m=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;var x;(x=c.value)===null||x===void 0||x.slickGoTo(g,m)},autoplay:g=>{var m,x;(x=(m=c.value)===null||m===void 0?void 0:m.innerSlider)===null||x===void 0||x.handleAutoPlay(g)},prev:()=>{var g;(g=c.value)===null||g===void 0||g.slickPrev()},next:()=>{var g;(g=c.value)===null||g===void 0||g.slickNext()},innerSlider:B(()=>{var g;return(g=c.value)===null||g===void 0?void 0:g.innerSlider})}),Le(()=>{yt(e.vertical===void 0)});const{prefixCls:i,direction:r}=he("carousel",e),[a,u]=Rc(i),d=B(()=>e.dotPosition?e.dotPosition:e.vertical!==void 0&&e.vertical?"right":"bottom"),h=B(()=>d.value==="left"||d.value==="right"),v=B(()=>{const g="slick-dots";return U({[g]:!0,[`${g}-${d.value}`]:!0,[`${e.dotsClass}`]:!!e.dotsClass})});return()=>{const{dots:g,arrows:m,draggable:x,effect:S}=e,{class:y,style:k}=l,T=Dc(l,["class","style"]),C=S==="fade"?!0:e.fade,A=U(i.value,{[`${i.value}-rtl`]:r.value==="rtl",[`${i.value}-vertical`]:h.value,[`${y}`]:!!y},u.value);return a(s("div",{class:A,style:k},[s(Bc,O(O(O({ref:c},e),T),{},{dots:!!g,dotsClass:v.value,arrows:m,draggable:x,fade:C,vertical:h.value}),n)]))}}}),Hc=Qe(_c),jc={useBreakpoint:Wi},Wc=e=>{const{componentCls:t,commentBg:n,commentPaddingBase:l,commentNestIndent:o,commentFontSizeBase:c,commentFontSizeSm:f,commentAuthorNameColor:i,commentAuthorTimeColor:r,commentActionColor:a,commentActionHoverColor:u,commentActionsMarginBottom:d,commentActionsMarginTop:h,commentContentDetailPMarginBottom:v}=e;return{[t]:{position:"relative",backgroundColor:n,[`${t}-inner`]:{display:"flex",padding:l},[`${t}-avatar`]:{position:"relative",flexShrink:0,marginRight:e.marginSM,cursor:"pointer",img:{width:"32px",height:"32px",borderRadius:"50%"}},[`${t}-content`]:{position:"relative",flex:"1 1 auto",minWidth:"1px",fontSize:c,wordWrap:"break-word",["&-author"]:{display:"flex",flexWrap:"wrap",justifyContent:"flex-start",marginBottom:e.marginXXS,fontSize:c,["& > a,& > span"]:{paddingRight:e.paddingXS,fontSize:f,lineHeight:"18px"},["&-name"]:{color:i,fontSize:c,transition:`color ${e.motionDurationSlow}`,["> *"]:{color:i,["&:hover"]:{color:i}}},["&-time"]:{color:r,whiteSpace:"nowrap",cursor:"auto"}},["&-detail p"]:{marginBottom:v,whiteSpace:"pre-wrap"}},[`${t}-actions`]:{marginTop:h,marginBottom:d,paddingLeft:0,["> li"]:{display:"inline-block",color:a,["> span"]:{marginRight:"10px",color:a,fontSize:f,cursor:"pointer",transition:`color ${e.motionDurationSlow}`,userSelect:"none",["&:hover"]:{color:u}}}},[`${t}-nested`]:{marginLeft:o},"&-rtl":{direction:"rtl"}}}},Vc=we("Comment",e=>{const t=$e(e,{commentBg:"inherit",commentPaddingBase:`${e.paddingMD}px 0`,commentNestIndent:"44px",commentFontSizeBase:e.fontSize,commentFontSizeSm:e.fontSizeSM,commentAuthorNameColor:e.colorTextTertiary,commentAuthorTimeColor:e.colorTextPlaceholder,commentActionColor:e.colorTextTertiary,commentActionHoverColor:e.colorTextSecondary,commentActionsMarginBottom:"inherit",commentActionsMarginTop:e.marginSM,commentContentDetailPMarginBottom:"inherit"});return[Wc(t)]}),Kc=()=>({actions:Array,author:D.any,avatar:D.any,content:D.any,prefixCls:String,datetime:D.any}),Gc=G({compatConfig:{MODE:3},name:"AComment",inheritAttrs:!1,props:Kc(),slots:Object,setup(e,t){let{slots:n,attrs:l}=t;const{prefixCls:o,direction:c}=he("comment",e),[f,i]=Vc(o),r=(u,d)=>s("div",{class:`${u}-nested`},[d]),a=u=>!u||!u.length?null:u.map((h,v)=>s("li",{key:`action-${v}`},[h]));return()=>{var u,d,h,v,g,m,x,S,y,k,T;const C=o.value,A=(u=e.actions)!==null&&u!==void 0?u:(d=n.actions)===null||d===void 0?void 0:d.call(n),b=(h=e.author)!==null&&h!==void 0?h:(v=n.author)===null||v===void 0?void 0:v.call(n),M=(g=e.avatar)!==null&&g!==void 0?g:(m=n.avatar)===null||m===void 0?void 0:m.call(n),P=(x=e.content)!==null&&x!==void 0?x:(S=n.content)===null||S===void 0?void 0:S.call(n),I=(y=e.datetime)!==null&&y!==void 0?y:(k=n.datetime)===null||k===void 0?void 0:k.call(n),w=s("div",{class:`${C}-avatar`},[typeof M=="string"?s("img",{src:M,alt:"comment-avatar"},null):M]),$=A?s("ul",{class:`${C}-actions`},[a(Array.isArray(A)?A:[A])]):null,E=s("div",{class:`${C}-content-author`},[b&&s("span",{class:`${C}-content-author-name`},[b]),I&&s("span",{class:`${C}-content-author-time`},[I])]),N=s("div",{class:`${C}-content`},[E,s("div",{class:`${C}-content-detail`},[P]),$]),z=s("div",{class:`${C}-inner`},[w,N]),V=Pt((T=n.default)===null||T===void 0?void 0:T.call(n));return f(s("div",O(O({},l),{},{class:[C,{[`${C}-rtl`]:c.value==="rtl"},l.class,i.value]}),[z,V&&V.length?r(C,V):null]))}}}),Uc=Qe(Gc);var Xc={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7zM790.2 326H602V137.8L790.2 326zm1.8 562H232V136h302v216a42 42 0 0042 42h216v494zM504 618H320c-4.4 0-8 3.6-8 8v48c0 4.4 3.6 8 8 8h184c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8zM312 490v48c0 4.4 3.6 8 8 8h384c4.4 0 8-3.6 8-8v-48c0-4.4-3.6-8-8-8H320c-4.4 0-8 3.6-8 8z"}}]},name:"file-text",theme:"outlined"};const Yc=Xc;function _l(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},l=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(l=l.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),l.forEach(function(o){qc(e,o,n[o])})}return e}function qc(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var ll=function(t,n){var l=_l({},t,n.attrs);return s(ut,_l({},l,{icon:Yc}),null)};ll.displayName="FileTextOutlined";ll.inheritAttrs=!1;const ai=ll,ol=()=>({prefixCls:String,description:D.any,type:Se("default"),shape:Se("circle"),tooltip:D.any,href:String,target:J(),badge:Ae(),onClick:J()}),Zc=()=>({prefixCls:Se()}),Jc=()=>p(p({},ol()),{trigger:Se(),open:Y(),onOpenChange:J(),"onUpdate:open":J()}),Qc=()=>p(p({},ol()),{prefixCls:String,duration:Number,target:J(),visibilityHeight:Number,onClick:J()}),eu=G({compatConfig:{MODE:3},name:"AFloatButtonContent",inheritAttrs:!1,props:Zc(),setup(e,t){let{attrs:n,slots:l}=t;return()=>{var o;const{prefixCls:c}=e,f=tn((o=l.description)===null||o===void 0?void 0:o.call(l));return s("div",O(O({},n),{},{class:[n.class,`${c}-content`]}),[l.icon||f.length?s(We,null,[l.icon&&s("div",{class:`${c}-icon`},[l.icon()]),f.length?s("div",{class:`${c}-description`},[f]):null]):s("div",{class:`${c}-icon`},[s(ai,null,null)])])}}}),tu=eu,ri=Symbol("floatButtonGroupContext"),nu=e=>(et(ri,e),e),si=()=>ct(ri,{shape:ne()}),lu=e=>e===0?0:e-Math.sqrt(Math.pow(e,2)/2),Hl=lu,ou=e=>{const{componentCls:t,floatButtonSize:n,motionDurationSlow:l,motionEaseInOutCirc:o}=e,c=`${t}-group`,f=new $l("antFloatButtonMoveDownIn",{"0%":{transform:`translate3d(0, ${n}px, 0)`,transformOrigin:"0 0",opacity:0},"100%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1}}),i=new $l("antFloatButtonMoveDownOut",{"0%":{transform:"translate3d(0, 0, 0)",transformOrigin:"0 0",opacity:1},"100%":{transform:`translate3d(0, ${n}px, 0)`,transformOrigin:"0 0",opacity:0}});return[{[`${c}-wrap`]:p({},Ki(`${c}-wrap`,f,i,l,!0))},{[`${c}-wrap`]:{[`
2
2
  &${c}-wrap-enter,
3
3
  &${c}-wrap-appear
4
4
  `]:{opacity:0,animationTimingFunction:o},[`&${c}-wrap-leave`]:{animationTimingFunction:o}}}]},iu=e=>{const{antCls:t,componentCls:n,floatButtonSize:l,margin:o,borderRadiusLG:c,borderRadiusSM:f,badgeOffset:i,floatButtonBodyPadding:r}=e,a=`${n}-group`;return{[a]:p(p({},Me(e)),{zIndex:99,display:"block",border:"none",position:"fixed",width:l,height:"auto",boxShadow:"none",minHeight:l,insetInlineEnd:e.floatButtonInsetInlineEnd,insetBlockEnd:e.floatButtonInsetBlockEnd,borderRadius:c,[`${a}-wrap`]:{zIndex:-1,display:"block",position:"relative",marginBottom:o},[`&${a}-rtl`]:{direction:"rtl"},[n]:{position:"static"}}),[`${a}-circle`]:{[`${n}-circle:not(:last-child)`]:{marginBottom:e.margin,[`${n}-body`]:{width:l,height:l,borderRadius:"50%"}}},[`${a}-square`]:{[`${n}-square`]:{borderRadius:0,padding:0,"&:first-child":{borderStartStartRadius:c,borderStartEndRadius:c},"&:last-child":{borderEndStartRadius:c,borderEndEndRadius:c},"&:not(:last-child)":{borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},[`${t}-badge`]:{[`${t}-badge-count`]:{top:-(r+i),insetInlineEnd:-(r+i)}}},[`${a}-wrap`]:{display:"block",borderRadius:c,boxShadow:e.boxShadowSecondary,[`${n}-square`]:{boxShadow:"none",marginTop:0,borderRadius:0,padding:r,"&:first-child":{borderStartStartRadius:c,borderStartEndRadius:c},"&:last-child":{borderEndStartRadius:c,borderEndEndRadius:c},"&:not(:last-child)":{borderBottom:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`},[`${n}-body`]:{width:e.floatButtonBodySize,height:e.floatButtonBodySize}}}},[`${a}-circle-shadow`]:{boxShadow:"none"},[`${a}-square-shadow`]:{boxShadow:e.boxShadowSecondary,[`${n}-square`]:{boxShadow:"none",padding:r,[`${n}-body`]:{width:e.floatButtonBodySize,height:e.floatButtonBodySize,borderRadius:f}}}}},au=e=>{const{antCls:t,componentCls:n,floatButtonBodyPadding:l,floatButtonIconSize:o,floatButtonSize:c,borderRadiusLG:f,badgeOffset:i,dotOffsetInSquare:r,dotOffsetInCircle:a}=e;return{[n]:p(p({},Me(e)),{border:"none",position:"fixed",cursor:"pointer",zIndex:99,display:"block",justifyContent:"center",alignItems:"center",width:c,height:c,insetInlineEnd:e.floatButtonInsetInlineEnd,insetBlockEnd:e.floatButtonInsetBlockEnd,boxShadow:e.boxShadowSecondary,"&-pure":{position:"relative",inset:"auto"},"&:empty":{display:"none"},[`${t}-badge`]:{width:"100%",height:"100%",[`${t}-badge-count`]:{transform:"translate(0, 0)",transformOrigin:"center",top:-i,insetInlineEnd:-i}},[`${n}-body`]:{width:"100%",height:"100%",display:"flex",justifyContent:"center",alignItems:"center",transition:`all ${e.motionDurationMid}`,[`${n}-content`]:{overflow:"hidden",textAlign:"center",minHeight:c,display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",padding:`${l/2}px ${l}px`,[`${n}-icon`]:{textAlign:"center",margin:"auto",width:o,fontSize:o,lineHeight:1}}}}),[`${n}-rtl`]:{direction:"rtl"},[`${n}-circle`]:{height:c,borderRadius:"50%",[`${t}-badge`]:{[`${t}-badge-dot`]:{top:a,insetInlineEnd:a}},[`${n}-body`]:{borderRadius:"50%"}},[`${n}-square`]:{height:"auto",minHeight:c,borderRadius:f,[`${t}-badge`]:{[`${t}-badge-dot`]:{top:r,insetInlineEnd:r}},[`${n}-body`]:{height:"auto",borderRadius:f}},[`${n}-default`]:{backgroundColor:e.floatButtonBackgroundColor,transition:`background-color ${e.motionDurationMid}`,[`${n}-body`]:{backgroundColor:e.floatButtonBackgroundColor,transition:`background-color ${e.motionDurationMid}`,"&:hover":{backgroundColor:e.colorFillContent},[`${n}-content`]:{[`${n}-icon`]:{color:e.colorText},[`${n}-description`]:{display:"flex",alignItems:"center",lineHeight:`${e.fontSizeLG}px`,color:e.colorText,fontSize:e.fontSizeSM}}}},[`${n}-primary`]:{backgroundColor:e.colorPrimary,[`${n}-body`]:{backgroundColor:e.colorPrimary,transition:`background-color ${e.motionDurationMid}`,"&:hover":{backgroundColor:e.colorPrimaryHover},[`${n}-content`]:{[`${n}-icon`]:{color:e.colorTextLightSolid},[`${n}-description`]:{display:"flex",alignItems:"center",lineHeight:`${e.fontSizeLG}px`,color:e.colorTextLightSolid,fontSize:e.fontSizeSM}}}}}},il=we("FloatButton",e=>{const{colorTextLightSolid:t,colorBgElevated:n,controlHeightLG:l,marginXXL:o,marginLG:c,fontSize:f,fontSizeIcon:i,controlItemBgHover:r,paddingXXS:a,borderRadiusLG:u}=e,d=$e(e,{floatButtonBackgroundColor:n,floatButtonColor:t,floatButtonHoverBackgroundColor:r,floatButtonFontSize:f,floatButtonIconSize:i*1.5,floatButtonSize:l,floatButtonInsetBlockEnd:o,floatButtonInsetInlineEnd:c,floatButtonBodySize:l-a*2,floatButtonBodyPadding:a,badgeOffset:a*1.5,dotOffsetInCircle:Hl(l/2),dotOffsetInSquare:Hl(u)});return[iu(d),au(d),Vi(e),ou(d)]});var ru=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};const al="float-btn",su=G({compatConfig:{MODE:3},name:"AFloatButton",inheritAttrs:!1,props:ye(ol(),{type:"default",shape:"circle"}),setup(e,t){let{attrs:n,slots:l}=t;const{prefixCls:o,direction:c}=he(al,e),[f,i]=il(o),{shape:r}=si(),a=ne(null),u=B(()=>(r==null?void 0:r.value)||e.shape);return()=>{var d;const{prefixCls:h,type:v="default",shape:g="circle",description:m=(d=l.description)===null||d===void 0?void 0:d.call(l),tooltip:x,badge:S={}}=e,y=ru(e,["prefixCls","type","shape","description","tooltip","badge"]),k=U(o.value,`${o.value}-${v}`,`${o.value}-${u.value}`,{[`${o.value}-rtl`]:c.value==="rtl"},n.class,i.value),T=s(Kn,{placement:"left"},{title:l.tooltip||x?()=>l.tooltip&&l.tooltip()||x:void 0,default:()=>s(Vo,S,{default:()=>[s("div",{class:`${o.value}-body`},[s(tu,{prefixCls:o.value},{icon:l.icon,description:()=>m})])]})});return f(e.href?s("a",O(O(O({ref:a},n),y),{},{class:k}),[T]):s("button",O(O(O({ref:a},n),y),{},{class:k,type:"button"}),[T]))}}}),Je=su,cu=G({compatConfig:{MODE:3},name:"AFloatButtonGroup",inheritAttrs:!1,props:ye(Jc(),{type:"default",shape:"circle"}),setup(e,t){let{attrs:n,slots:l,emit:o}=t;const{prefixCls:c,direction:f}=he(al,e),[i,r]=il(c),[a,u]=kt(!1,{value:B(()=>e.open)}),d=ne(null),h=ne(null);nu({shape:B(()=>e.shape)});const v={onMouseenter(){var S;u(!0),o("update:open",!0),(S=e.onOpenChange)===null||S===void 0||S.call(e,!0)},onMouseleave(){var S;u(!1),o("update:open",!1),(S=e.onOpenChange)===null||S===void 0||S.call(e,!1)}},g=B(()=>e.trigger==="hover"?v:{}),m=()=>{var S;const y=!a.value;o("update:open",y),(S=e.onOpenChange)===null||S===void 0||S.call(e,y),u(y)},x=S=>{var y,k,T;if(!((y=d.value)===null||y===void 0)&&y.contains(S.target)){!((k=Co(h.value))===null||k===void 0)&&k.contains(S.target)&&m();return}u(!1),o("update:open",!1),(T=e.onOpenChange)===null||T===void 0||T.call(e,!1)};return se(B(()=>e.trigger),S=>{!xo()||(document.removeEventListener("click",x),S==="click"&&document.addEventListener("click",x))},{immediate:!0}),Fe(()=>{document.removeEventListener("click",x)}),()=>{var S;const{shape:y="circle",type:k="default",tooltip:T,description:C,trigger:A}=e,b=`${c.value}-group`,M=U(b,r.value,n.class,{[`${b}-rtl`]:f.value==="rtl",[`${b}-${y}`]:y,[`${b}-${y}-shadow`]:!A}),P=U(r.value,`${b}-wrap`),I=bo(`${b}-wrap`);return i(s("div",O(O({ref:d},n),{},{class:M},g.value),[A&&["click","hover"].includes(A)?s(We,null,[s(So,I,{default:()=>[Gn(s("div",{class:P},[l.default&&l.default()]),[[yo,a.value]])]}),s(Je,{ref:h,type:k,shape:y,tooltip:T,description:C},{icon:()=>{var w,$;return a.value?((w=l.closeIcon)===null||w===void 0?void 0:w.call(l))||s(wo,null,null):(($=l.icon)===null||$===void 0?void 0:$.call(l))||s(ai,null,null)},tooltip:l.tooltip,description:l.description})]):(S=l.default)===null||S===void 0?void 0:S.call(l)]))}}}),Jt=cu;var uu={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M859.9 168H164.1c-4.5 0-8.1 3.6-8.1 8v60c0 4.4 3.6 8 8.1 8h695.8c4.5 0 8.1-3.6 8.1-8v-60c0-4.4-3.6-8-8.1-8zM518.3 355a8 8 0 00-12.6 0l-112 141.7a7.98 7.98 0 006.3 12.9h73.9V848c0 4.4 3.6 8 8 8h60c4.4 0 8-3.6 8-8V509.7H624c6.7 0 10.4-7.7 6.3-12.9L518.3 355z"}}]},name:"vertical-align-top",theme:"outlined"};const du=uu;function jl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},l=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(l=l.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),l.forEach(function(o){fu(e,o,n[o])})}return e}function fu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var rl=function(t,n){var l=jl({},t,n.attrs);return s(ut,jl({},l,{icon:du}),null)};rl.displayName="VerticalAlignTopOutlined";rl.inheritAttrs=!1;const hu=rl,pu=G({compatConfig:{MODE:3},name:"ABackTop",inheritAttrs:!1,props:ye(Qc(),{visibilityHeight:400,target:()=>window,duration:450,type:"default",shape:"circle"}),setup(e,t){let{slots:n,attrs:l,emit:o}=t;const{prefixCls:c,direction:f}=he(al,e),[i]=il(c),r=ne(),a=St({visible:e.visibilityHeight===0,scrollEvent:null}),u=()=>r.value&&r.value.ownerDocument?r.value.ownerDocument:window,d=x=>{const{target:S=u,duration:y}=e;go(0,{getContainer:S,duration:y}),o("click",x)},h=Fn(x=>{const{visibilityHeight:S}=e,y=po(x.target,!0);a.visible=y>=S}),v=()=>{const{target:x}=e,y=(x||u)();h({target:y}),y==null||y.addEventListener("scroll",h)},g=()=>{const{target:x}=e,y=(x||u)();h.cancel(),y==null||y.removeEventListener("scroll",h)};se(()=>e.target,()=>{g(),it(()=>{v()})}),Ze(()=>{it(()=>{v()})}),Gi(()=>{it(()=>{v()})}),Ui(()=>{g()}),Fe(()=>{g()});const m=si();return()=>{const{description:x,type:S,shape:y,tooltip:k,badge:T}=e,C=p(p({},l),{shape:(m==null?void 0:m.shape.value)||y,onClick:d,class:{[`${c.value}`]:!0,[`${l.class}`]:l.class,[`${c.value}-rtl`]:f.value==="rtl"},description:x,type:S,tooltip:k,badge:T}),A=bo("fade");return i(s(So,A,{default:()=>[Gn(s(Je,O(O({},C),{},{ref:r}),{icon:()=>{var b;return((b=n.icon)===null||b===void 0?void 0:b.call(n))||s(hu,null,null)}}),[[yo,a.visible]])]}))}}}),Qt=pu;Je.Group=Jt;Je.BackTop=Qt;Je.install=function(e){return e.component(Je.name,Je),e.component(Jt.name,Jt),e.component(Qt.name,Qt),e};var gu={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M890.5 755.3L537.9 269.2c-12.8-17.6-39-17.6-51.7 0L133.5 755.3A8 8 0 00140 768h75c5.1 0 9.9-2.5 12.9-6.6L512 369.8l284.1 391.6c3 4.1 7.8 6.6 12.9 6.6h75c6.5 0 10.3-7.4 6.5-12.7z"}}]},name:"up",theme:"outlined"};const vu=gu;function Wl(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},l=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(l=l.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),l.forEach(function(o){mu(e,o,n[o])})}return e}function mu(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var sl=function(t,n){var l=Wl({},t,n.attrs);return s(ut,Wl({},l,{icon:vu}),null)};sl.displayName="UpOutlined";sl.inheritAttrs=!1;const bu=sl;function Rn(){return typeof BigInt=="function"}function Ct(e){let t=e.trim(),n=t.startsWith("-");n&&(t=t.slice(1)),t=t.replace(/(\.\d*[^0])0*$/,"$1").replace(/\.0*$/,"").replace(/^0+/,""),t.startsWith(".")&&(t=`0${t}`);const l=t||"0",o=l.split("."),c=o[0]||"0",f=o[1]||"0";c==="0"&&f==="0"&&(n=!1);const i=n?"-":"";return{negative:n,negativeStr:i,trimStr:l,integerStr:c,decimalStr:f,fullStr:`${i}${l}`}}function cl(e){const t=String(e);return!Number.isNaN(Number(t))&&t.includes("e")}function At(e){const t=String(e);if(cl(e)){let n=Number(t.slice(t.indexOf("e-")+2));const l=t.match(/\.(\d+)/);return l!=null&&l[1]&&(n+=l[1].length),n}return t.includes(".")&&dl(t)?t.length-t.indexOf(".")-1:0}function ul(e){let t=String(e);if(cl(e)){if(e>Number.MAX_SAFE_INTEGER)return String(Rn()?BigInt(e).toString():Number.MAX_SAFE_INTEGER);if(e<Number.MIN_SAFE_INTEGER)return String(Rn()?BigInt(e).toString():Number.MIN_SAFE_INTEGER);t=e.toFixed(At(t))}return Ct(t).fullStr}function dl(e){return typeof e=="number"?!Number.isNaN(e):e?/^\s*-?\d+(\.\d+)?\s*$/.test(e)||/^\s*-?\d+\.\s*$/.test(e)||/^\s*-?\.\d+\s*$/.test(e):!1}function ci(e){return!e&&e!==0&&!Number.isNaN(e)||!String(e).trim()}class lt{constructor(t){if(this.origin="",ci(t)){this.empty=!0;return}this.origin=String(t),this.number=Number(t)}negate(){return new lt(-this.toNumber())}add(t){if(this.isInvalidate())return new lt(t);const n=Number(t);if(Number.isNaN(n))return this;const l=this.number+n;if(l>Number.MAX_SAFE_INTEGER)return new lt(Number.MAX_SAFE_INTEGER);if(l<Number.MIN_SAFE_INTEGER)return new lt(Number.MIN_SAFE_INTEGER);const o=Math.max(At(this.number),At(n));return new lt(l.toFixed(o))}isEmpty(){return this.empty}isNaN(){return Number.isNaN(this.number)}isInvalidate(){return this.isEmpty()||this.isNaN()}equals(t){return this.toNumber()===(t==null?void 0:t.toNumber())}lessEquals(t){return this.add(t.negate().toString()).toNumber()<=0}toNumber(){return this.number}toString(){return(arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0)?this.isInvalidate()?"":ul(this.number):this.origin}}class ht{constructor(t){if(this.origin="",ci(t)){this.empty=!0;return}if(this.origin=String(t),t==="-"||Number.isNaN(t)){this.nan=!0;return}let n=t;if(cl(n)&&(n=Number(n)),n=typeof n=="string"?n:ul(n),dl(n)){const l=Ct(n);this.negative=l.negative;const o=l.trimStr.split(".");this.integer=BigInt(o[0]);const c=o[1]||"0";this.decimal=BigInt(c),this.decimalLen=c.length}else this.nan=!0}getMark(){return this.negative?"-":""}getIntegerStr(){return this.integer.toString()}getDecimalStr(){return this.decimal.toString().padStart(this.decimalLen,"0")}alignDecimal(t){const n=`${this.getMark()}${this.getIntegerStr()}${this.getDecimalStr().padEnd(t,"0")}`;return BigInt(n)}negate(){const t=new ht(this.toString());return t.negative=!t.negative,t}add(t){if(this.isInvalidate())return new ht(t);const n=new ht(t);if(n.isInvalidate())return this;const l=Math.max(this.getDecimalStr().length,n.getDecimalStr().length),o=this.alignDecimal(l),c=n.alignDecimal(l),f=(o+c).toString(),{negativeStr:i,trimStr:r}=Ct(f),a=`${i}${r.padStart(l+1,"0")}`;return new ht(`${a.slice(0,-l)}.${a.slice(-l)}`)}isEmpty(){return this.empty}isNaN(){return this.nan}isInvalidate(){return this.isEmpty()||this.isNaN()}equals(t){return this.toString()===(t==null?void 0:t.toString())}lessEquals(t){return this.add(t.negate().toString()).toNumber()<=0}toNumber(){return this.isNaN()?NaN:Number(this.toString())}toString(){return(arguments.length>0&&arguments[0]!==void 0?arguments[0]:!0)?this.isInvalidate()?"":Ct(`${this.getMark()}${this.getIntegerStr()}.${this.getDecimalStr()}`).fullStr:this.origin}}function He(e){return Rn()?new ht(e):new lt(e)}function Dn(e,t,n){let l=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(e==="")return"";const{negativeStr:o,integerStr:c,decimalStr:f}=Ct(e),i=`${t}${f}`,r=`${o}${c}`;if(n>=0){const a=Number(f[n]);if(a>=5&&!l){const u=He(e).add(`${o}0.${"0".repeat(n)}${10-a}`);return Dn(u.toString(),t,n,l)}return n===0?r:`${r}${t}${f.padEnd(n,"0").slice(0,n)}`}return i===".0"?r:`${r}${i}`}const Su=200,yu=600,wu=G({compatConfig:{MODE:3},name:"StepHandler",inheritAttrs:!1,props:{prefixCls:String,upDisabled:Boolean,downDisabled:Boolean,onStep:J()},slots:Object,setup(e,t){let{slots:n,emit:l}=t;const o=ne(),c=(i,r)=>{i.preventDefault(),l("step",r);function a(){l("step",r),o.value=setTimeout(a,Su)}o.value=setTimeout(a,yu)},f=()=>{clearTimeout(o.value)};return Fe(()=>{f()}),()=>{if(Xi())return null;const{prefixCls:i,upDisabled:r,downDisabled:a}=e,u=`${i}-handler`,d=U(u,`${u}-up`,{[`${u}-up-disabled`]:r}),h=U(u,`${u}-down`,{[`${u}-down-disabled`]:a}),v={unselectable:"on",role:"button",onMouseup:f,onMouseleave:f},{upNode:g,downNode:m}=n;return s("div",{class:`${u}-wrap`},[s("span",O(O({},v),{},{onMousedown:x=>{c(x,!0)},"aria-label":"Increase Value","aria-disabled":r,class:d}),[(g==null?void 0:g())||s("span",{unselectable:"on",class:`${i}-handler-up-inner`},null)]),s("span",O(O({},v),{},{onMousedown:x=>{c(x,!1)},"aria-label":"Decrease Value","aria-disabled":a,class:h}),[(m==null?void 0:m())||s("span",{unselectable:"on",class:`${i}-handler-down-inner`},null)])])}}});function Cu(e,t){const n=ne(null);function l(){try{const{selectionStart:c,selectionEnd:f,value:i}=e.value,r=i.substring(0,c),a=i.substring(f);n.value={start:c,end:f,value:i,beforeTxt:r,afterTxt:a}}catch{}}function o(){if(e.value&&n.value&&t.value)try{const{value:c}=e.value,{beforeTxt:f,afterTxt:i,start:r}=n.value;let a=c.length;if(c.endsWith(i))a=c.length-n.value.afterTxt.length;else if(c.startsWith(f))a=f.length;else{const u=f[r-1],d=c.indexOf(u,r-1);d!==-1&&(a=d+1)}e.value.setSelectionRange(a,a)}catch(c){$o(!1,`Something warning of cursor restore. Please fire issue about this: ${c.message}`)}}return[l,o]}const xu=()=>{const e=te(0),t=()=>{Ut.cancel(e.value)};return Fe(()=>{t()}),n=>{t(),e.value=Ut(()=>{n()})}};var $u=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};const Vl=(e,t)=>e||t.isEmpty()?t.toString():t.toNumber(),Kl=e=>{const t=He(e);return t.isInvalidate()?null:t},ui=()=>({stringMode:Y(),defaultValue:ve([String,Number]),value:ve([String,Number]),prefixCls:Se(),min:ve([String,Number]),max:ve([String,Number]),step:ve([String,Number],1),tabindex:Number,controls:Y(!0),readonly:Y(),disabled:Y(),autofocus:Y(),keyboard:Y(!0),parser:J(),formatter:J(),precision:Number,decimalSeparator:String,onInput:J(),onChange:J(),onPressEnter:J(),onStep:J(),onBlur:J(),onFocus:J()}),ku=G({compatConfig:{MODE:3},name:"InnerInputNumber",inheritAttrs:!1,props:p(p({},ui()),{lazy:Boolean}),slots:Object,setup(e,t){let{attrs:n,slots:l,emit:o,expose:c}=t;const f=te(),i=te(!1),r=te(!1),a=te(!1),u=te(He(e.value));function d(F){e.value===void 0&&(u.value=F)}const h=(F,R)=>{if(!R)return e.precision>=0?e.precision:Math.max(At(F),At(e.step))},v=F=>{const R=String(F);if(e.parser)return e.parser(R);let H=R;return e.decimalSeparator&&(H=H.replace(e.decimalSeparator,".")),H.replace(/[^\w.-]+/g,"")},g=te(""),m=(F,R)=>{if(e.formatter)return e.formatter(F,{userTyping:R,input:String(g.value)});let H=typeof F=="number"?ul(F):F;if(!R){const _=h(H,R);if(dl(H)&&(e.decimalSeparator||_>=0)){const L=e.decimalSeparator||".";H=Dn(H,L,_)}}return H},x=(()=>{const F=e.value;return u.value.isInvalidate()&&["string","number"].includes(typeof F)?Number.isNaN(F)?"":F:m(u.value.toString(),!1)})();g.value=x;function S(F,R){g.value=m(F.isInvalidate()?F.toString(!1):F.toString(!R),R)}const y=B(()=>Kl(e.max)),k=B(()=>Kl(e.min)),T=B(()=>!y.value||!u.value||u.value.isInvalidate()?!1:y.value.lessEquals(u.value)),C=B(()=>!k.value||!u.value||u.value.isInvalidate()?!1:u.value.lessEquals(k.value)),[A,b]=Cu(f,i),M=F=>y.value&&!F.lessEquals(y.value)?y.value:k.value&&!k.value.lessEquals(F)?k.value:null,P=F=>!M(F),I=(F,R)=>{var H;let _=F,L=P(_)||_.isEmpty();if(!_.isEmpty()&&!R&&(_=M(_)||_,L=!0),!e.readonly&&!e.disabled&&L){const j=_.toString(),Z=h(j,R);return Z>=0&&(_=He(Dn(j,".",Z))),_.equals(u.value)||(d(_),(H=e.onChange)===null||H===void 0||H.call(e,_.isEmpty()?null:Vl(e.stringMode,_)),e.value===void 0&&S(_,R)),_}return u.value},w=xu(),$=F=>{var R;if(A(),g.value=F,!a.value){const H=v(F),_=He(H);_.isNaN()||I(_,!0)}(R=e.onInput)===null||R===void 0||R.call(e,F),w(()=>{let H=F;e.parser||(H=F.replace(/。/g,".")),H!==F&&$(H)})},E=()=>{a.value=!0},N=()=>{a.value=!1,$(f.value.value)},z=F=>{$(F.target.value)},V=F=>{var R,H;if(F&&T.value||!F&&C.value)return;r.value=!1;let _=He(e.step);F||(_=_.negate());const L=(u.value||He(0)).add(_.toString()),j=I(L,!1);(R=e.onStep)===null||R===void 0||R.call(e,Vl(e.stringMode,j),{offset:e.step,type:F?"up":"down"}),(H=f.value)===null||H===void 0||H.focus()},q=F=>{const R=He(v(g.value));let H=R;R.isNaN()?H=u.value:H=I(R,F),e.value!==void 0?S(u.value,!1):H.isNaN()||S(H,!1)},Q=F=>{var R;const{which:H}=F;r.value=!0,H===pe.ENTER&&(a.value||(r.value=!1),q(!1),(R=e.onPressEnter)===null||R===void 0||R.call(e,F)),e.keyboard!==!1&&!a.value&&[pe.UP,pe.DOWN].includes(H)&&(V(pe.UP===H),F.preventDefault())},X=()=>{r.value=!1},ie=F=>{q(!1),i.value=!1,r.value=!1,o("blur",F)};return se(()=>e.precision,()=>{u.value.isInvalidate()||S(u.value,!1)},{flush:"post"}),se(()=>e.value,()=>{const F=He(e.value);u.value=F;const R=He(v(g.value));(!F.equals(R)||!r.value||e.formatter)&&S(F,r.value)},{flush:"post"}),se(g,()=>{e.formatter&&b()},{flush:"post"}),se(()=>e.disabled,F=>{F&&(i.value=!1)}),c({focus:()=>{var F;(F=f.value)===null||F===void 0||F.focus()},blur:()=>{var F;(F=f.value)===null||F===void 0||F.blur()}}),()=>{const F=p(p({},n),e),{prefixCls:R="rc-input-number",min:H,max:_,step:L=1,defaultValue:j,value:Z,disabled:oe,readonly:ue,keyboard:W,controls:ce=!0,autofocus:ge,stringMode:Ce,parser:be,formatter:Te,precision:Ve,decimalSeparator:Ne,onChange:Re,onInput:Be,onPressEnter:Ke,onStep:Ge,lazy:K,class:ee,style:le}=F,re=$u(F,["prefixCls","min","max","step","defaultValue","value","disabled","readonly","keyboard","controls","autofocus","stringMode","parser","formatter","precision","decimalSeparator","onChange","onInput","onPressEnter","onStep","lazy","class","style"]),{upHandler:me,downHandler:de}=l,ae=`${R}-input`,fe={};return K?fe.onChange=z:fe.onInput=z,s("div",{class:U(R,ee,{[`${R}-focused`]:i.value,[`${R}-disabled`]:oe,[`${R}-readonly`]:ue,[`${R}-not-a-number`]:u.value.isNaN(),[`${R}-out-of-range`]:!u.value.isInvalidate()&&!P(u.value)}),style:le,onKeydown:Q,onKeyup:X},[ce&&s(wu,{prefixCls:R,upDisabled:T.value,downDisabled:C.value,onStep:V},{upNode:me,downNode:de}),s("div",{class:`${ae}-wrap`},[s("input",O(O(O({autofocus:ge,autocomplete:"off",role:"spinbutton","aria-valuemin":H,"aria-valuemax":_,"aria-valuenow":u.value.isInvalidate()?null:u.value.toString(),step:L},re),{},{ref:f,class:ae,value:g.value,disabled:oe,readonly:ue,onFocus:ke=>{i.value=!0,o("focus",ke)}},fe),{},{onBlur:ie,onCompositionstart:E,onCompositionend:N}),null)])])}}});function wn(e){return e!=null}const Mu=e=>{const{componentCls:t,lineWidth:n,lineType:l,colorBorder:o,borderRadius:c,fontSizeLG:f,controlHeightLG:i,controlHeightSM:r,colorError:a,inputPaddingHorizontalSM:u,colorTextDescription:d,motionDurationMid:h,colorPrimary:v,controlHeight:g,inputPaddingHorizontal:m,colorBgContainer:x,colorTextDisabled:S,borderRadiusSM:y,borderRadiusLG:k,controlWidth:T,handleVisible:C}=e;return[{[t]:p(p(p(p({},Me(e)),Un(e)),Xn(e,t)),{display:"inline-block",width:T,margin:0,padding:0,border:`${n}px ${l} ${o}`,borderRadius:c,"&-rtl":{direction:"rtl",[`${t}-input`]:{direction:"rtl"}},"&-lg":{padding:0,fontSize:f,borderRadius:k,[`input${t}-input`]:{height:i-2*n}},"&-sm":{padding:0,borderRadius:y,[`input${t}-input`]:{height:r-2*n,padding:`0 ${u}px`}},"&:hover":p({},Mo(e)),"&-focused":p({},To(e)),"&-disabled":p(p({},Io(e)),{[`${t}-input`]:{cursor:"not-allowed"}}),"&-out-of-range":{input:{color:a}},"&-group":p(p(p({},Me(e)),qi(e)),{"&-wrapper":{display:"inline-block",textAlign:"start",verticalAlign:"top",[`${t}-affix-wrapper`]:{width:"100%"},"&-lg":{[`${t}-group-addon`]:{borderRadius:k}},"&-sm":{[`${t}-group-addon`]:{borderRadius:y}}}}),[t]:{"&-input":p(p({width:"100%",height:g-2*n,padding:`0 ${m}px`,textAlign:"start",backgroundColor:"transparent",border:0,borderRadius:c,outline:0,transition:`all ${h} linear`,appearance:"textfield",color:e.colorText,fontSize:"inherit",verticalAlign:"top"},Ao(e.colorTextPlaceholder)),{'&[type="number"]::-webkit-inner-spin-button, &[type="number"]::-webkit-outer-spin-button':{margin:0,webkitAppearance:"none",appearance:"none"}})}})},{[t]:{[`&:hover ${t}-handler-wrap, &-focused ${t}-handler-wrap`]:{opacity:1},[`${t}-handler-wrap`]:{position:"absolute",insetBlockStart:0,insetInlineEnd:0,width:e.handleWidth,height:"100%",background:x,borderStartStartRadius:0,borderStartEndRadius:c,borderEndEndRadius:c,borderEndStartRadius:0,opacity:C===!0?1:0,display:"flex",flexDirection:"column",alignItems:"stretch",transition:`opacity ${h} linear ${h}`,[`${t}-handler`]:{display:"flex",alignItems:"center",justifyContent:"center",flex:"auto",height:"40%",[`
@@ -22,4 +22,4 @@ import{a8 as Ut,a9 as En,aa as Pn,ab as we,ac as $e,ad as Qe,d as G,N as te,ae a
22
22
  ${t}-item-tail`]:{display:"block",height:`calc(100% - ${e.margin}px)`,borderInlineStart:`${e.timeLineItemTailWidth}px dotted ${e.colorSplit}`},[`&${t}-reverse
23
23
  ${t}-item-last
24
24
  ${t}-item-tail`]:{display:"none"},[`&${t}-reverse ${t}-item-pending`]:{[`${t}-item-tail`]:{insetBlockStart:e.margin,display:"block",height:`calc(100% - ${e.margin}px)`,borderInlineStart:`${e.timeLineItemTailWidth}px dotted ${e.colorSplit}`},[`${t}-item-content`]:{minHeight:e.controlHeightLG*1.2}},[`&${t}-label`]:{[`${t}-item-label`]:{position:"absolute",insetBlockStart:-(e.fontSize*e.lineHeight-e.fontSize)+e.timeLineItemTailWidth,width:`calc(50% - ${e.marginSM}px)`,textAlign:"end"},[`${t}-item-right`]:{[`${t}-item-label`]:{insetInlineStart:`calc(50% + ${e.marginSM}px)`,width:`calc(50% - ${e.marginSM}px)`,textAlign:"start"}}},"&-rtl":{direction:"rtl",[`${t}-item-head-custom`]:{transform:"translate(50%, -50%)"}}})}},of=we("Timeline",e=>{const t=$e(e,{timeLineItemPaddingBottom:e.padding*1.25,timeLineItemHeadSize:10,timeLineItemCustomHeadPaddingVertical:e.paddingXXS,timeLinePaddingInlineEnd:2,timeLineItemTailWidth:e.lineWidthBold,timeLineHeadBorderWidth:e.wireframe?e.lineWidthBold:e.lineWidth*3});return[lf(t)]}),af=()=>({prefixCls:String,pending:D.any,pendingDot:D.any,reverse:Y(),mode:D.oneOf(Mt("left","alternate","right",""))}),xt=G({compatConfig:{MODE:3},name:"ATimeline",inheritAttrs:!1,props:ye(af(),{reverse:!1,mode:""}),slots:Object,setup(e,t){let{slots:n,attrs:l}=t;const{prefixCls:o,direction:c}=he("timeline",e),[f,i]=of(o),r=(a,u)=>{const d=a.props||{};return e.mode==="alternate"?d.position==="right"?`${o.value}-item-right`:d.position==="left"?`${o.value}-item-left`:u%2===0?`${o.value}-item-left`:`${o.value}-item-right`:e.mode==="left"?`${o.value}-item-left`:e.mode==="right"?`${o.value}-item-right`:d.position==="right"?`${o.value}-item-right`:""};return()=>{var a,u,d;const{pending:h=(a=n.pending)===null||a===void 0?void 0:a.call(n),pendingDot:v=(u=n.pendingDot)===null||u===void 0?void 0:u.call(n),reverse:g,mode:m}=e,x=typeof h=="boolean"?null:h,S=tn((d=n.default)===null||d===void 0?void 0:d.call(n)),y=h?s(Et,{pending:!!h,dot:v||s(Ta,null,null)},{default:()=>[x]}):null;y&&S.push(y);const k=g?S.reverse():S,T=k.length,C=`${o.value}-item-last`,A=k.map((P,I)=>{const w=I===T-2?C:"",$=I===T-1?C:"";return Ia(P,{class:U([!g&&!!h?w:$,r(P,I)])})}),b=k.some(P=>{var I,w;return!!(((I=P.props)===null||I===void 0?void 0:I.label)||((w=P.children)===null||w===void 0?void 0:w.label))}),M=U(o.value,{[`${o.value}-pending`]:!!h,[`${o.value}-reverse`]:!!g,[`${o.value}-${m}`]:!!m&&!b,[`${o.value}-label`]:b,[`${o.value}-rtl`]:c.value==="rtl"},l.class,i.value);return f(s("ul",O(O({},l),{},{class:M}),[A]))}}});xt.Item=Et;xt.install=function(e){return e.component(xt.name,xt),e.component(Et.name,Et),e};function rf(e){return e.replace(/([A-Z])/g,"-$1").toLowerCase()}function sf(e){return Object.keys(e).map(t=>`${rf(t)}: ${e[t]};`).join(" ")}function ro(){return window.devicePixelRatio||1}function Tn(e,t,n,l){e.translate(t,n),e.rotate(Math.PI/180*Number(l)),e.translate(-t,-n)}const cf=(e,t)=>{let n=!1;return e.removedNodes.length&&(n=Array.from(e.removedNodes).some(l=>l===t)),e.type==="attributes"&&e.target===t&&(n=!0),n};var uf=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};function df(e,t){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};const{window:l=Aa}=n,o=uf(n,["window"]);let c;const f=Ea(()=>l&&"MutationObserver"in l),i=()=>{c&&(c.disconnect(),c=void 0)},r=se(()=>Pa(e),u=>{i(),f.value&&l&&u&&(c=new MutationObserver(t),c.observe(u,o))},{immediate:!0}),a=()=>{i(),r()};return Oa(a),{isSupported:f,stop:a}}const In=2,so=3,ff=()=>({zIndex:Number,rotate:Number,width:Number,height:Number,image:String,content:ve([String,Array]),font:Ae(),rootClassName:String,gap:Pe(),offset:Pe()}),hf=G({name:"AWatermark",inheritAttrs:!1,props:ye(ff(),{zIndex:9,rotate:-22,font:{},gap:[100,100]}),setup(e,t){let{slots:n,attrs:l}=t;const[,o]=zo(),c=te(),f=te(),i=te(!1),r=B(()=>{var I,w;return(w=(I=e.gap)===null||I===void 0?void 0:I[0])!==null&&w!==void 0?w:100}),a=B(()=>{var I,w;return(w=(I=e.gap)===null||I===void 0?void 0:I[1])!==null&&w!==void 0?w:100}),u=B(()=>r.value/2),d=B(()=>a.value/2),h=B(()=>{var I,w;return(w=(I=e.offset)===null||I===void 0?void 0:I[0])!==null&&w!==void 0?w:u.value}),v=B(()=>{var I,w;return(w=(I=e.offset)===null||I===void 0?void 0:I[1])!==null&&w!==void 0?w:d.value}),g=B(()=>{var I,w;return(w=(I=e.font)===null||I===void 0?void 0:I.fontSize)!==null&&w!==void 0?w:o.value.fontSizeLG}),m=B(()=>{var I,w;return(w=(I=e.font)===null||I===void 0?void 0:I.fontWeight)!==null&&w!==void 0?w:"normal"}),x=B(()=>{var I,w;return(w=(I=e.font)===null||I===void 0?void 0:I.fontStyle)!==null&&w!==void 0?w:"normal"}),S=B(()=>{var I,w;return(w=(I=e.font)===null||I===void 0?void 0:I.fontFamily)!==null&&w!==void 0?w:"sans-serif"}),y=B(()=>{var I,w;return(w=(I=e.font)===null||I===void 0?void 0:I.color)!==null&&w!==void 0?w:o.value.colorFill}),k=B(()=>{var I;const w={zIndex:(I=e.zIndex)!==null&&I!==void 0?I:9,position:"absolute",left:0,top:0,width:"100%",height:"100%",pointerEvents:"none",backgroundRepeat:"repeat"};let $=h.value-u.value,E=v.value-d.value;return $>0&&(w.left=`${$}px`,w.width=`calc(100% - ${$}px)`,$=0),E>0&&(w.top=`${E}px`,w.height=`calc(100% - ${E}px)`,E=0),w.backgroundPosition=`${$}px ${E}px`,w}),T=()=>{f.value&&(f.value.remove(),f.value=void 0)},C=(I,w)=>{var $;c.value&&f.value&&(i.value=!0,f.value.setAttribute("style",sf(p(p({},k.value),{backgroundImage:`url('${I}')`,backgroundSize:`${(r.value+w)*In}px`}))),($=c.value)===null||$===void 0||$.append(f.value),setTimeout(()=>{i.value=!1}))},A=I=>{let w=120,$=64;const E=e.content,N=e.image,z=e.width,V=e.height;if(!N&&I.measureText){I.font=`${Number(g.value)}px ${S.value}`;const q=Array.isArray(E)?E:[E],Q=q.map(X=>I.measureText(X).width);w=Math.ceil(Math.max(...Q)),$=Number(g.value)*q.length+(q.length-1)*so}return[z!=null?z:w,V!=null?V:$]},b=(I,w,$,E,N)=>{const z=ro(),V=e.content,q=Number(g.value)*z;I.font=`${x.value} normal ${m.value} ${q}px/${N}px ${S.value}`,I.fillStyle=y.value,I.textAlign="center",I.textBaseline="top",I.translate(E/2,0);const Q=Array.isArray(V)?V:[V];Q==null||Q.forEach((X,ie)=>{I.fillText(X!=null?X:"",w,$+ie*(q+so*z))})},M=()=>{var I;const w=document.createElement("canvas"),$=w.getContext("2d"),E=e.image,N=(I=e.rotate)!==null&&I!==void 0?I:-22;if($){f.value||(f.value=document.createElement("div"));const z=ro(),[V,q]=A($),Q=(r.value+V)*z,X=(a.value+q)*z;w.setAttribute("width",`${Q*In}px`),w.setAttribute("height",`${X*In}px`);const ie=r.value*z/2,F=a.value*z/2,R=V*z,H=q*z,_=(R+r.value*z)/2,L=(H+a.value*z)/2,j=ie+Q,Z=F+X,oe=_+Q,ue=L+X;if($.save(),Tn($,_,L,N),E){const W=new Image;W.onload=()=>{$.drawImage(W,ie,F,R,H),$.restore(),Tn($,oe,ue,N),$.drawImage(W,j,Z,R,H),C(w.toDataURL(),V)},W.crossOrigin="anonymous",W.referrerPolicy="no-referrer",W.src=E}else b($,ie,F,R,H),$.restore(),Tn($,oe,ue,N),b($,j,Z,R,H),C(w.toDataURL(),V)}};return Ze(()=>{M()}),se(()=>[e,o.value.colorFill,o.value.fontSizeLG],()=>{M()},{deep:!0,flush:"post"}),Fe(()=>{T()}),df(c,I=>{i.value||I.forEach(w=>{cf(w,f.value)&&(T(),M())})},{attributes:!0}),()=>{var I;return s("div",O(O({},l),{},{ref:c,class:[l.class,e.rootClassName],style:[{position:"relative"},l.style]}),[(I=n.default)===null||I===void 0?void 0:I.call(n)])}}}),pf=Qe(hf),gf=e=>{const{componentCls:t}=e;return{[t]:p(p({},Me(e)),{display:"flex",justifyContent:"center",alignItems:"center",padding:e.paddingSM,backgroundColor:e.colorWhite,borderRadius:e.borderRadiusLG,border:`${e.lineWidth}px ${e.lineType} ${e.colorSplit}`,position:"relative",width:"100%",height:"100%",overflow:"hidden",[`& > ${t}-mask`]:{position:"absolute",insetBlockStart:0,insetInlineStart:0,zIndex:10,display:"flex",flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%",color:e.colorText,lineHeight:e.lineHeight,background:e.QRCodeMaskBackgroundColor,textAlign:"center",[`& > ${t}-expired`]:{color:e.QRCodeExpiredTextColor}},"&-icon":{marginBlockEnd:e.marginXS,fontSize:e.controlHeight}}),[`${t}-borderless`]:{borderColor:"transparent"}}},vf=we("QRCode",e=>gf($e(e,{QRCodeExpiredTextColor:"rgba(0, 0, 0, 0.88)",QRCodeMaskBackgroundColor:"rgba(255, 255, 255, 0.96)"})));var mf={icon:{tag:"svg",attrs:{viewBox:"64 64 896 896",focusable:"false"},children:[{tag:"path",attrs:{d:"M909.1 209.3l-56.4 44.1C775.8 155.1 656.2 92 521.9 92 290 92 102.3 279.5 102 511.5 101.7 743.7 289.8 932 521.9 932c181.3 0 335.8-115 394.6-276.1 1.5-4.2-.7-8.9-4.9-10.3l-56.7-19.5a8 8 0 00-10.1 4.8c-1.8 5-3.8 10-5.9 14.9-17.3 41-42.1 77.8-73.7 109.4A344.77 344.77 0 01655.9 829c-42.3 17.9-87.4 27-133.8 27-46.5 0-91.5-9.1-133.8-27A341.5 341.5 0 01279 755.2a342.16 342.16 0 01-73.7-109.4c-17.9-42.4-27-87.4-27-133.9s9.1-91.5 27-133.9c17.3-41 42.1-77.8 73.7-109.4 31.6-31.6 68.4-56.4 109.3-73.8 42.3-17.9 87.4-27 133.8-27 46.5 0 91.5 9.1 133.8 27a341.5 341.5 0 01109.3 73.8c9.9 9.9 19.2 20.4 27.8 31.4l-60.2 47a8 8 0 003 14.1l175.6 43c5 1.2 9.9-2.6 9.9-7.7l.8-180.9c-.1-6.6-7.8-10.3-13-6.2z"}}]},name:"reload",theme:"outlined"};const bf=mf;function co(e){for(var t=1;t<arguments.length;t++){var n=arguments[t]!=null?Object(arguments[t]):{},l=Object.keys(n);typeof Object.getOwnPropertySymbols=="function"&&(l=l.concat(Object.getOwnPropertySymbols(n).filter(function(o){return Object.getOwnPropertyDescriptor(n,o).enumerable}))),l.forEach(function(o){Sf(e,o,n[o])})}return e}function Sf(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var yl=function(t,n){var l=co({},t,n.attrs);return s(ut,co({},l,{icon:bf}),null)};yl.displayName="ReloadOutlined";yl.inheritAttrs=!1;const yf=yl,wl=()=>({size:{type:Number,default:160},value:{type:String,required:!0},type:Se("canvas"),color:String,bgColor:String,includeMargin:Boolean,imageSettings:Ae()}),wf=()=>p(p({},wl()),{errorLevel:Se("M"),icon:String,iconSize:{type:Number,default:40},status:Se("active"),bordered:{type:Boolean,default:!0}});var st;(function(e){class t{static encodeText(i,r){const a=e.QrSegment.makeSegments(i);return t.encodeSegments(a,r)}static encodeBinary(i,r){const a=e.QrSegment.makeBytes(i);return t.encodeSegments([a],r)}static encodeSegments(i,r){let a=arguments.length>2&&arguments[2]!==void 0?arguments[2]:1,u=arguments.length>3&&arguments[3]!==void 0?arguments[3]:40,d=arguments.length>4&&arguments[4]!==void 0?arguments[4]:-1,h=arguments.length>5&&arguments[5]!==void 0?arguments[5]:!0;if(!(t.MIN_VERSION<=a&&a<=u&&u<=t.MAX_VERSION)||d<-1||d>7)throw new RangeError("Invalid value");let v,g;for(v=a;;v++){const y=t.getNumDataCodewords(v,r)*8,k=c.getTotalBits(i,v);if(k<=y){g=k;break}if(v>=u)throw new RangeError("Data too long")}for(const y of[t.Ecc.MEDIUM,t.Ecc.QUARTILE,t.Ecc.HIGH])h&&g<=t.getNumDataCodewords(v,y)*8&&(r=y);const m=[];for(const y of i){n(y.mode.modeBits,4,m),n(y.numChars,y.mode.numCharCountBits(v),m);for(const k of y.getData())m.push(k)}o(m.length==g);const x=t.getNumDataCodewords(v,r)*8;o(m.length<=x),n(0,Math.min(4,x-m.length),m),n(0,(8-m.length%8)%8,m),o(m.length%8==0);for(let y=236;m.length<x;y^=253)n(y,8,m);const S=[];for(;S.length*8<m.length;)S.push(0);return m.forEach((y,k)=>S[k>>>3]|=y<<7-(k&7)),new t(v,r,S,d)}constructor(i,r,a,u){if(this.version=i,this.errorCorrectionLevel=r,this.modules=[],this.isFunction=[],i<t.MIN_VERSION||i>t.MAX_VERSION)throw new RangeError("Version value out of range");if(u<-1||u>7)throw new RangeError("Mask value out of range");this.size=i*4+17;const d=[];for(let v=0;v<this.size;v++)d.push(!1);for(let v=0;v<this.size;v++)this.modules.push(d.slice()),this.isFunction.push(d.slice());this.drawFunctionPatterns();const h=this.addEccAndInterleave(a);if(this.drawCodewords(h),u==-1){let v=1e9;for(let g=0;g<8;g++){this.applyMask(g),this.drawFormatBits(g);const m=this.getPenaltyScore();m<v&&(u=g,v=m),this.applyMask(g)}}o(0<=u&&u<=7),this.mask=u,this.applyMask(u),this.drawFormatBits(u),this.isFunction=[]}getModule(i,r){return 0<=i&&i<this.size&&0<=r&&r<this.size&&this.modules[r][i]}getModules(){return this.modules}drawFunctionPatterns(){for(let a=0;a<this.size;a++)this.setFunctionModule(6,a,a%2==0),this.setFunctionModule(a,6,a%2==0);this.drawFinderPattern(3,3),this.drawFinderPattern(this.size-4,3),this.drawFinderPattern(3,this.size-4);const i=this.getAlignmentPatternPositions(),r=i.length;for(let a=0;a<r;a++)for(let u=0;u<r;u++)a==0&&u==0||a==0&&u==r-1||a==r-1&&u==0||this.drawAlignmentPattern(i[a],i[u]);this.drawFormatBits(0),this.drawVersion()}drawFormatBits(i){const r=this.errorCorrectionLevel.formatBits<<3|i;let a=r;for(let d=0;d<10;d++)a=a<<1^(a>>>9)*1335;const u=(r<<10|a)^21522;o(u>>>15==0);for(let d=0;d<=5;d++)this.setFunctionModule(8,d,l(u,d));this.setFunctionModule(8,7,l(u,6)),this.setFunctionModule(8,8,l(u,7)),this.setFunctionModule(7,8,l(u,8));for(let d=9;d<15;d++)this.setFunctionModule(14-d,8,l(u,d));for(let d=0;d<8;d++)this.setFunctionModule(this.size-1-d,8,l(u,d));for(let d=8;d<15;d++)this.setFunctionModule(8,this.size-15+d,l(u,d));this.setFunctionModule(8,this.size-8,!0)}drawVersion(){if(this.version<7)return;let i=this.version;for(let a=0;a<12;a++)i=i<<1^(i>>>11)*7973;const r=this.version<<12|i;o(r>>>18==0);for(let a=0;a<18;a++){const u=l(r,a),d=this.size-11+a%3,h=Math.floor(a/3);this.setFunctionModule(d,h,u),this.setFunctionModule(h,d,u)}}drawFinderPattern(i,r){for(let a=-4;a<=4;a++)for(let u=-4;u<=4;u++){const d=Math.max(Math.abs(u),Math.abs(a)),h=i+u,v=r+a;0<=h&&h<this.size&&0<=v&&v<this.size&&this.setFunctionModule(h,v,d!=2&&d!=4)}}drawAlignmentPattern(i,r){for(let a=-2;a<=2;a++)for(let u=-2;u<=2;u++)this.setFunctionModule(i+u,r+a,Math.max(Math.abs(u),Math.abs(a))!=1)}setFunctionModule(i,r,a){this.modules[r][i]=a,this.isFunction[r][i]=!0}addEccAndInterleave(i){const r=this.version,a=this.errorCorrectionLevel;if(i.length!=t.getNumDataCodewords(r,a))throw new RangeError("Invalid argument");const u=t.NUM_ERROR_CORRECTION_BLOCKS[a.ordinal][r],d=t.ECC_CODEWORDS_PER_BLOCK[a.ordinal][r],h=Math.floor(t.getNumRawDataModules(r)/8),v=u-h%u,g=Math.floor(h/u),m=[],x=t.reedSolomonComputeDivisor(d);for(let y=0,k=0;y<u;y++){const T=i.slice(k,k+g-d+(y<v?0:1));k+=T.length;const C=t.reedSolomonComputeRemainder(T,x);y<v&&T.push(0),m.push(T.concat(C))}const S=[];for(let y=0;y<m[0].length;y++)m.forEach((k,T)=>{(y!=g-d||T>=v)&&S.push(k[y])});return o(S.length==h),S}drawCodewords(i){if(i.length!=Math.floor(t.getNumRawDataModules(this.version)/8))throw new RangeError("Invalid argument");let r=0;for(let a=this.size-1;a>=1;a-=2){a==6&&(a=5);for(let u=0;u<this.size;u++)for(let d=0;d<2;d++){const h=a-d,g=(a+1&2)==0?this.size-1-u:u;!this.isFunction[g][h]&&r<i.length*8&&(this.modules[g][h]=l(i[r>>>3],7-(r&7)),r++)}}o(r==i.length*8)}applyMask(i){if(i<0||i>7)throw new RangeError("Mask value out of range");for(let r=0;r<this.size;r++)for(let a=0;a<this.size;a++){let u;switch(i){case 0:u=(a+r)%2==0;break;case 1:u=r%2==0;break;case 2:u=a%3==0;break;case 3:u=(a+r)%3==0;break;case 4:u=(Math.floor(a/3)+Math.floor(r/2))%2==0;break;case 5:u=a*r%2+a*r%3==0;break;case 6:u=(a*r%2+a*r%3)%2==0;break;case 7:u=((a+r)%2+a*r%3)%2==0;break;default:throw new Error("Unreachable")}!this.isFunction[r][a]&&u&&(this.modules[r][a]=!this.modules[r][a])}}getPenaltyScore(){let i=0;for(let d=0;d<this.size;d++){let h=!1,v=0;const g=[0,0,0,0,0,0,0];for(let m=0;m<this.size;m++)this.modules[d][m]==h?(v++,v==5?i+=t.PENALTY_N1:v>5&&i++):(this.finderPenaltyAddHistory(v,g),h||(i+=this.finderPenaltyCountPatterns(g)*t.PENALTY_N3),h=this.modules[d][m],v=1);i+=this.finderPenaltyTerminateAndCount(h,v,g)*t.PENALTY_N3}for(let d=0;d<this.size;d++){let h=!1,v=0;const g=[0,0,0,0,0,0,0];for(let m=0;m<this.size;m++)this.modules[m][d]==h?(v++,v==5?i+=t.PENALTY_N1:v>5&&i++):(this.finderPenaltyAddHistory(v,g),h||(i+=this.finderPenaltyCountPatterns(g)*t.PENALTY_N3),h=this.modules[m][d],v=1);i+=this.finderPenaltyTerminateAndCount(h,v,g)*t.PENALTY_N3}for(let d=0;d<this.size-1;d++)for(let h=0;h<this.size-1;h++){const v=this.modules[d][h];v==this.modules[d][h+1]&&v==this.modules[d+1][h]&&v==this.modules[d+1][h+1]&&(i+=t.PENALTY_N2)}let r=0;for(const d of this.modules)r=d.reduce((h,v)=>h+(v?1:0),r);const a=this.size*this.size,u=Math.ceil(Math.abs(r*20-a*10)/a)-1;return o(0<=u&&u<=9),i+=u*t.PENALTY_N4,o(0<=i&&i<=2568888),i}getAlignmentPatternPositions(){if(this.version==1)return[];{const i=Math.floor(this.version/7)+2,r=this.version==32?26:Math.ceil((this.version*4+4)/(i*2-2))*2,a=[6];for(let u=this.size-7;a.length<i;u-=r)a.splice(1,0,u);return a}}static getNumRawDataModules(i){if(i<t.MIN_VERSION||i>t.MAX_VERSION)throw new RangeError("Version number out of range");let r=(16*i+128)*i+64;if(i>=2){const a=Math.floor(i/7)+2;r-=(25*a-10)*a-55,i>=7&&(r-=36)}return o(208<=r&&r<=29648),r}static getNumDataCodewords(i,r){return Math.floor(t.getNumRawDataModules(i)/8)-t.ECC_CODEWORDS_PER_BLOCK[r.ordinal][i]*t.NUM_ERROR_CORRECTION_BLOCKS[r.ordinal][i]}static reedSolomonComputeDivisor(i){if(i<1||i>255)throw new RangeError("Degree out of range");const r=[];for(let u=0;u<i-1;u++)r.push(0);r.push(1);let a=1;for(let u=0;u<i;u++){for(let d=0;d<r.length;d++)r[d]=t.reedSolomonMultiply(r[d],a),d+1<r.length&&(r[d]^=r[d+1]);a=t.reedSolomonMultiply(a,2)}return r}static reedSolomonComputeRemainder(i,r){const a=r.map(u=>0);for(const u of i){const d=u^a.shift();a.push(0),r.forEach((h,v)=>a[v]^=t.reedSolomonMultiply(h,d))}return a}static reedSolomonMultiply(i,r){if(i>>>8!=0||r>>>8!=0)throw new RangeError("Byte out of range");let a=0;for(let u=7;u>=0;u--)a=a<<1^(a>>>7)*285,a^=(r>>>u&1)*i;return o(a>>>8==0),a}finderPenaltyCountPatterns(i){const r=i[1];o(r<=this.size*3);const a=r>0&&i[2]==r&&i[3]==r*3&&i[4]==r&&i[5]==r;return(a&&i[0]>=r*4&&i[6]>=r?1:0)+(a&&i[6]>=r*4&&i[0]>=r?1:0)}finderPenaltyTerminateAndCount(i,r,a){return i&&(this.finderPenaltyAddHistory(r,a),r=0),r+=this.size,this.finderPenaltyAddHistory(r,a),this.finderPenaltyCountPatterns(a)}finderPenaltyAddHistory(i,r){r[0]==0&&(i+=this.size),r.pop(),r.unshift(i)}}t.MIN_VERSION=1,t.MAX_VERSION=40,t.PENALTY_N1=3,t.PENALTY_N2=3,t.PENALTY_N3=40,t.PENALTY_N4=10,t.ECC_CODEWORDS_PER_BLOCK=[[-1,7,10,15,20,26,18,20,24,30,18,20,24,26,30,22,24,28,30,28,28,28,28,30,30,26,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,10,16,26,18,24,16,18,22,22,26,30,22,22,24,24,28,28,26,26,26,26,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28,28],[-1,13,22,18,26,18,24,18,22,20,24,28,26,24,20,30,24,28,28,26,30,28,30,30,30,30,28,30,30,30,30,30,30,30,30,30,30,30,30,30,30],[-1,17,28,22,16,22,28,26,26,24,28,24,28,22,24,24,30,28,28,26,28,30,24,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30]],t.NUM_ERROR_CORRECTION_BLOCKS=[[-1,1,1,1,1,1,2,2,2,2,4,4,4,4,4,6,6,6,6,7,8,8,9,9,10,12,12,12,13,14,15,16,17,18,19,19,20,21,22,24,25],[-1,1,1,1,2,2,4,4,4,5,5,5,8,9,9,10,10,11,13,14,16,17,17,18,20,21,23,25,26,28,29,31,33,35,37,38,40,43,45,47,49],[-1,1,1,2,2,4,4,6,6,8,8,8,10,12,16,12,17,16,18,21,20,23,23,25,27,29,34,34,35,38,40,43,45,48,51,53,56,59,62,65,68],[-1,1,1,2,4,4,4,5,6,8,8,11,11,16,16,18,16,19,21,25,25,25,34,30,32,35,37,40,42,45,48,51,54,57,60,63,66,70,74,77,81]],e.QrCode=t;function n(f,i,r){if(i<0||i>31||f>>>i!=0)throw new RangeError("Value out of range");for(let a=i-1;a>=0;a--)r.push(f>>>a&1)}function l(f,i){return(f>>>i&1)!=0}function o(f){if(!f)throw new Error("Assertion error")}class c{static makeBytes(i){const r=[];for(const a of i)n(a,8,r);return new c(c.Mode.BYTE,i.length,r)}static makeNumeric(i){if(!c.isNumeric(i))throw new RangeError("String contains non-numeric characters");const r=[];for(let a=0;a<i.length;){const u=Math.min(i.length-a,3);n(parseInt(i.substring(a,a+u),10),u*3+1,r),a+=u}return new c(c.Mode.NUMERIC,i.length,r)}static makeAlphanumeric(i){if(!c.isAlphanumeric(i))throw new RangeError("String contains unencodable characters in alphanumeric mode");const r=[];let a;for(a=0;a+2<=i.length;a+=2){let u=c.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a))*45;u+=c.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a+1)),n(u,11,r)}return a<i.length&&n(c.ALPHANUMERIC_CHARSET.indexOf(i.charAt(a)),6,r),new c(c.Mode.ALPHANUMERIC,i.length,r)}static makeSegments(i){return i==""?[]:c.isNumeric(i)?[c.makeNumeric(i)]:c.isAlphanumeric(i)?[c.makeAlphanumeric(i)]:[c.makeBytes(c.toUtf8ByteArray(i))]}static makeEci(i){const r=[];if(i<0)throw new RangeError("ECI assignment value out of range");if(i<1<<7)n(i,8,r);else if(i<1<<14)n(2,2,r),n(i,14,r);else if(i<1e6)n(6,3,r),n(i,21,r);else throw new RangeError("ECI assignment value out of range");return new c(c.Mode.ECI,0,r)}static isNumeric(i){return c.NUMERIC_REGEX.test(i)}static isAlphanumeric(i){return c.ALPHANUMERIC_REGEX.test(i)}constructor(i,r,a){if(this.mode=i,this.numChars=r,this.bitData=a,r<0)throw new RangeError("Invalid argument");this.bitData=a.slice()}getData(){return this.bitData.slice()}static getTotalBits(i,r){let a=0;for(const u of i){const d=u.mode.numCharCountBits(r);if(u.numChars>=1<<d)return 1/0;a+=4+d+u.bitData.length}return a}static toUtf8ByteArray(i){i=encodeURI(i);const r=[];for(let a=0;a<i.length;a++)i.charAt(a)!="%"?r.push(i.charCodeAt(a)):(r.push(parseInt(i.substring(a+1,a+3),16)),a+=2);return r}}c.NUMERIC_REGEX=/^[0-9]*$/,c.ALPHANUMERIC_REGEX=/^[A-Z0-9 $%*+.\/:-]*$/,c.ALPHANUMERIC_CHARSET="0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ $%*+-./:",e.QrSegment=c})(st||(st={}));(function(e){(function(t){class n{constructor(o,c){this.ordinal=o,this.formatBits=c}}n.LOW=new n(0,1),n.MEDIUM=new n(1,0),n.QUARTILE=new n(2,3),n.HIGH=new n(3,2),t.Ecc=n})(e.QrCode||(e.QrCode={}))})(st||(st={}));(function(e){(function(t){class n{constructor(o,c){this.modeBits=o,this.numBitsCharCount=c}numCharCountBits(o){return this.numBitsCharCount[Math.floor((o+7)/17)]}}n.NUMERIC=new n(1,[10,12,14]),n.ALPHANUMERIC=new n(2,[9,11,13]),n.BYTE=new n(4,[8,16,16]),n.KANJI=new n(8,[8,10,12]),n.ECI=new n(7,[0,0,0]),t.Mode=n})(e.QrSegment||(e.QrSegment={}))})(st||(st={}));const pt=st,Ci={L:pt.QrCode.Ecc.LOW,M:pt.QrCode.Ecc.MEDIUM,Q:pt.QrCode.Ecc.QUARTILE,H:pt.QrCode.Ecc.HIGH},Wn=128,xi="L",$i="#FFFFFF",ki="#000000",Mi=!1,Cf=4,xf=0,$f=.1;function Ti(e){let t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;const n=[];return e.forEach(function(l,o){let c=null;l.forEach(function(f,i){if(!f&&c!==null){n.push(`M${c+t} ${o+t}h${i-c}v1H${c+t}z`),c=null;return}if(i===l.length-1){if(!f)return;c===null?n.push(`M${i+t},${o+t} h1v1H${i+t}z`):n.push(`M${c+t},${o+t} h${i+1-c}v1H${c+t}z`);return}f&&c===null&&(c=i)})}),n.join("")}function Ii(e,t){return e.slice().map((n,l)=>l<t.y||l>=t.y+t.h?n:n.map((o,c)=>c<t.x||c>=t.x+t.w?o:!1))}function Ai(e,t,n,l){if(l==null)return null;const o=e.length+n*2,c=Math.floor(t*$f),f=o/t,i=(l.width||c)*f,r=(l.height||c)*f,a=l.x==null?e.length/2-i/2:l.x*f,u=l.y==null?e.length/2-r/2:l.y*f;let d=null;if(l.excavate){const h=Math.floor(a),v=Math.floor(u),g=Math.ceil(i+a-h),m=Math.ceil(r+u-v);d={x:h,y:v,w:g,h:m}}return{x:a,y:u,h:r,w:i,excavation:d}}function Ei(e,t){return t!=null?Math.floor(t):e?Cf:xf}const kf=function(){try{new Path2D().addPath(new Path2D)}catch{return!1}return!0}(),Mf=G({name:"QRCodeCanvas",inheritAttrs:!1,props:p(p({},wl()),{level:String,bgColor:String,fgColor:String,marginSize:Number}),setup(e,t){let{attrs:n,expose:l}=t;const o=B(()=>{var r;return(r=e.imageSettings)===null||r===void 0?void 0:r.src}),c=te(null),f=te(null),i=te(!1);return l({toDataURL:(r,a)=>{var u;return(u=c.value)===null||u===void 0?void 0:u.toDataURL(r,a)}}),Le(()=>{const{value:r,size:a=Wn,level:u=xi,bgColor:d=$i,fgColor:h=ki,includeMargin:v=Mi,marginSize:g,imageSettings:m}=e;if(c.value!=null){const x=c.value,S=x.getContext("2d");if(!S)return;let y=pt.QrCode.encodeText(r,Ci[u]).getModules();const k=Ei(v,g),T=y.length+k*2,C=Ai(y,a,k,m),A=f.value,b=i.value&&C!=null&&A!==null&&A.complete&&A.naturalHeight!==0&&A.naturalWidth!==0;b&&C.excavation!=null&&(y=Ii(y,C.excavation));const M=window.devicePixelRatio||1;x.height=x.width=a*M;const P=a/T*M;S.scale(P,P),S.fillStyle=d,S.fillRect(0,0,T,T),S.fillStyle=h,kf?S.fill(new Path2D(Ti(y,k))):y.forEach(function(I,w){I.forEach(function($,E){$&&S.fillRect(E+k,w+k,1,1)})}),b&&S.drawImage(A,C.x+k,C.y+k,C.w,C.h)}},{flush:"post"}),se(o,()=>{i.value=!1}),()=>{var r;const a=(r=e.size)!==null&&r!==void 0?r:Wn,u={height:`${a}px`,width:`${a}px`};let d=null;return o.value!=null&&(d=s("img",{src:o.value,key:o.value,style:{display:"none"},onLoad:()=>{i.value=!0},ref:f},null)),s(We,null,[s("canvas",O(O({},n),{},{style:[u,n.style],ref:c}),null),d])}}}),Tf=G({name:"QRCodeSVG",inheritAttrs:!1,props:p(p({},wl()),{color:String,level:String,bgColor:String,fgColor:String,marginSize:Number,title:String}),setup(e){let t=null,n=null,l=null,o=null,c=null,f=null;return Le(()=>{const{value:i,size:r=Wn,level:a=xi,includeMargin:u=Mi,marginSize:d,imageSettings:h}=e;t=pt.QrCode.encodeText(i,Ci[a]).getModules(),n=Ei(u,d),l=t.length+n*2,o=Ai(t,r,n,h),h!=null&&o!=null&&(o.excavation!=null&&(t=Ii(t,o.excavation)),f=s("image",{"xlink:href":h.src,height:o.h,width:o.w,x:o.x+n,y:o.y+n,preserveAspectRatio:"none"},null)),c=Ti(t,n)}),()=>{const i=e.bgColor&&$i,r=e.fgColor&&ki;return s("svg",{height:e.size,width:e.size,viewBox:`0 0 ${l} ${l}`},[!!e.title&&s("title",null,[e.title]),s("path",{fill:i,d:`M0,0 h${l}v${l}H0z`,"shape-rendering":"crispEdges"},null),s("path",{fill:r,d:c,"shape-rendering":"crispEdges"},null),f])}}}),If=G({name:"AQrcode",inheritAttrs:!1,props:wf(),emits:["refresh"],setup(e,t){let{emit:n,attrs:l,expose:o}=t;const[c]=Ba("QRCode"),{prefixCls:f}=he("qrcode",e),[i,r]=vf(f),[,a]=zo(),u=ne();o({toDataURL:(h,v)=>{var g;return(g=u.value)===null||g===void 0?void 0:g.toDataURL(h,v)}});const d=B(()=>{const{value:h,icon:v="",size:g=160,iconSize:m=40,color:x=a.value.colorText,bgColor:S="transparent",errorLevel:y="M"}=e,k={src:v,x:void 0,y:void 0,height:m,width:m,excavate:!0};return{value:h,size:g-(a.value.paddingSM+a.value.lineWidth)*2,level:y,bgColor:S,fgColor:x,imageSettings:v?k:void 0}});return()=>{const h=f.value;return i(s("div",O(O({},l),{},{style:[l.style,{width:`${e.size}px`,height:`${e.size}px`,backgroundColor:d.value.bgColor}],class:[r.value,h,{[`${h}-borderless`]:!e.bordered}]}),[e.status!=="active"&&s("div",{class:`${h}-mask`},[e.status==="loading"&&s(on,null,null),e.status==="expired"&&s(We,null,[s("p",{class:`${h}-expired`},[c.value.expired]),s(bt,{type:"link",onClick:v=>n("refresh",v)},{default:()=>[c.value.refresh],icon:()=>s(yf,null,null)})])]),e.type==="canvas"?s(Mf,O({ref:u},d.value),null):s(Tf,d.value,null)]))}}}),Af=Qe(If);function Ef(e){const t=window.innerWidth||document.documentElement.clientWidth,n=window.innerHeight||document.documentElement.clientHeight,{top:l,right:o,bottom:c,left:f}=e.getBoundingClientRect();return l>=0&&f>=0&&o<=t&&c<=n}function Pf(e,t,n,l){const[o,c]=Il(void 0);Le(()=>{const u=typeof e.value=="function"?e.value():e.value;c(u||null)},{flush:"post"});const[f,i]=Il(null),r=()=>{if(!t.value){i(null);return}if(o.value){!Ef(o.value)&&t.value&&o.value.scrollIntoView(l.value);const{left:u,top:d,width:h,height:v}=o.value.getBoundingClientRect(),g={left:u,top:d,width:h,height:v,radius:0};JSON.stringify(f.value)!==JSON.stringify(g)&&i(g)}else i(null)};return Ze(()=>{se([t,o],()=>{r()},{flush:"post",immediate:!0}),window.addEventListener("resize",r)}),Fe(()=>{window.removeEventListener("resize",r)}),[B(()=>{var u,d;if(!f.value)return f.value;const h=((u=n.value)===null||u===void 0?void 0:u.offset)||6,v=((d=n.value)===null||d===void 0?void 0:d.radius)||2;return{left:f.value.left-h,top:f.value.top-h,width:f.value.width+h*2,height:f.value.height+h*2,radius:v}}),o]}const Of=()=>({arrow:ve([Boolean,Object]),target:ve([String,Function,Object]),title:ve([String,Object]),description:ve([String,Object]),placement:Se(),mask:ve([Object,Boolean],!0),className:{type:String},style:Ae(),scrollIntoViewOptions:ve([Boolean,Object])}),Cl=()=>p(p({},Of()),{prefixCls:{type:String},total:{type:Number},current:{type:Number},onClose:J(),onFinish:J(),renderPanel:J(),onPrev:J(),onNext:J()}),Bf=G({name:"DefaultPanel",inheritAttrs:!1,props:Cl(),setup(e,t){let{attrs:n}=t;return()=>{const{prefixCls:l,current:o,total:c,title:f,description:i,onClose:r,onPrev:a,onNext:u,onFinish:d}=e;return s("div",O(O({},n),{},{class:U(`${l}-content`,n.class)}),[s("div",{class:`${l}-inner`},[s("button",{type:"button",onClick:r,"aria-label":"Close",class:`${l}-close`},[s("span",{class:`${l}-close-x`},[ot("\xD7")])]),s("div",{class:`${l}-header`},[s("div",{class:`${l}-title`},[f])]),s("div",{class:`${l}-description`},[i]),s("div",{class:`${l}-footer`},[s("div",{class:`${l}-sliders`},[c>1?[...Array.from({length:c}).keys()].map((h,v)=>s("span",{key:h,class:v===o?"active":""},null)):null]),s("div",{class:`${l}-buttons`},[o!==0?s("button",{class:`${l}-prev-btn`,onClick:a},[ot("Prev")]):null,o===c-1?s("button",{class:`${l}-finish-btn`,onClick:d},[ot("Finish")]):s("button",{class:`${l}-next-btn`,onClick:u},[ot("Next")])])])])])}}}),Ff=Bf,Lf=G({name:"TourStep",inheritAttrs:!1,props:Cl(),setup(e,t){let{attrs:n}=t;return()=>{const{current:l,renderPanel:o}=e;return s(We,null,[typeof o=="function"?o(p(p({},n),e),l):s(Ff,O(O({},n),e),null)])}}}),Nf=Lf;let uo=0;const Rf=xo();function Df(){let e;return Rf?(e=uo,uo+=1):e="TEST_OR_SSR",e}function zf(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:ne("");const t=`vc_unique_${Df()}`;return e.value||t}const Dt={fill:"transparent","pointer-events":"auto"},_f=G({name:"TourMask",props:{prefixCls:{type:String},pos:Ae(),rootClassName:{type:String},showMask:Y(),fill:{type:String,default:"rgba(0,0,0,0.5)"},open:Y(),animated:ve([Boolean,Object]),zIndex:{type:Number}},setup(e,t){let{attrs:n}=t;const l=zf();return()=>{const{prefixCls:o,open:c,rootClassName:f,pos:i,showMask:r,fill:a,animated:u,zIndex:d}=e,h=`${o}-mask-${l}`,v=typeof u=="object"?u==null?void 0:u.placeholder:u;return s(_o,{visible:c,autoLock:!0},{default:()=>c&&s("div",O(O({},n),{},{class:U(`${o}-mask`,f,n.class),style:[{position:"fixed",left:0,right:0,top:0,bottom:0,zIndex:d,pointerEvents:"none"},n.style]}),[r?s("svg",{style:{width:"100%",height:"100%"}},[s("defs",null,[s("mask",{id:h},[s("rect",{x:"0",y:"0",width:"100vw",height:"100vh",fill:"white"},null),i&&s("rect",{x:i.left,y:i.top,rx:i.radius,width:i.width,height:i.height,fill:"black",class:v?`${o}-placeholder-animated`:""},null)])]),s("rect",{x:"0",y:"0",width:"100%",height:"100%",fill:a,mask:`url(#${h})`},null),i&&s(We,null,[s("rect",O(O({},Dt),{},{x:"0",y:"0",width:"100%",height:i.top}),null),s("rect",O(O({},Dt),{},{x:"0",y:"0",width:i.left,height:"100%"}),null),s("rect",O(O({},Dt),{},{x:"0",y:i.top+i.height,width:"100%",height:`calc(100vh - ${i.top+i.height}px)`}),null),s("rect",O(O({},Dt),{},{x:i.left+i.width,y:"0",width:`calc(100vw - ${i.left+i.width}px)`,height:"100%"}),null)])]):null])})}}}),Hf=_f,jf=[0,0],fo={left:{points:["cr","cl"],offset:[-8,0]},right:{points:["cl","cr"],offset:[8,0]},top:{points:["bc","tc"],offset:[0,-8]},bottom:{points:["tc","bc"],offset:[0,8]},topLeft:{points:["bl","tl"],offset:[0,-8]},leftTop:{points:["tr","tl"],offset:[-8,0]},topRight:{points:["br","tr"],offset:[0,-8]},rightTop:{points:["tl","tr"],offset:[8,0]},bottomRight:{points:["tr","br"],offset:[0,8]},rightBottom:{points:["bl","br"],offset:[8,0]},bottomLeft:{points:["tl","bl"],offset:[0,8]},leftBottom:{points:["br","bl"],offset:[-8,0]}};function Pi(){let e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:!1;const t={};return Object.keys(fo).forEach(n=>{t[n]=p(p({},fo[n]),{autoArrow:e,targetOffset:jf})}),t}Pi();var Wf=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};const An={left:"50%",top:"50%",width:"1px",height:"1px"},Oi=()=>{const{builtinPlacements:e,popupAlign:t}=Fa();return{builtinPlacements:e,popupAlign:t,steps:Pe(),open:Y(),defaultCurrent:{type:Number},current:{type:Number},onChange:J(),onClose:J(),onFinish:J(),mask:ve([Boolean,Object],!0),arrow:ve([Boolean,Object],!0),rootClassName:{type:String},placement:Se("bottom"),prefixCls:{type:String,default:"rc-tour"},renderPanel:J(),gap:Ae(),animated:ve([Boolean,Object]),scrollIntoViewOptions:ve([Boolean,Object],!0),zIndex:{type:Number,default:1001}}},Vf=G({name:"Tour",inheritAttrs:!1,props:ye(Oi(),{}),setup(e){const{defaultCurrent:t,placement:n,mask:l,scrollIntoViewOptions:o,open:c,gap:f,arrow:i}=an(e),r=ne(),[a,u]=kt(0,{value:B(()=>e.current),defaultValue:t.value}),[d,h]=kt(void 0,{value:B(()=>e.open),postState:b=>a.value<0||a.value>=e.steps.length?!1:b!=null?b:!0}),v=te(d.value);Le(()=>{d.value&&!v.value&&u(0),v.value=d.value});const g=B(()=>e.steps[a.value]||{}),m=B(()=>{var b;return(b=g.value.placement)!==null&&b!==void 0?b:n.value}),x=B(()=>{var b;return d.value&&((b=g.value.mask)!==null&&b!==void 0?b:l.value)}),S=B(()=>{var b;return(b=g.value.scrollIntoViewOptions)!==null&&b!==void 0?b:o.value}),[y,k]=Pf(B(()=>g.value.target),c,f,S),T=B(()=>k.value?typeof g.value.arrow>"u"?i.value:g.value.arrow:!1),C=B(()=>typeof T.value=="object"?T.value.pointAtCenter:!1);se(C,()=>{var b;(b=r.value)===null||b===void 0||b.forcePopupAlign()}),se(a,()=>{var b;(b=r.value)===null||b===void 0||b.forcePopupAlign()});const A=b=>{var M;u(b),(M=e.onChange)===null||M===void 0||M.call(e,b)};return()=>{var b;const{prefixCls:M,steps:P,onClose:I,onFinish:w,rootClassName:$,renderPanel:E,animated:N,zIndex:z}=e,V=Wf(e,["prefixCls","steps","onClose","onFinish","rootClassName","renderPanel","animated","zIndex"]);if(k.value===void 0)return null;const q=()=>{h(!1),I==null||I(a.value)},Q=typeof x.value=="boolean"?x.value:!!x.value,X=typeof x.value=="boolean"?void 0:x.value,ie=()=>k.value||document.body,F=()=>s(Nf,O({arrow:T.value,key:"content",prefixCls:M,total:P.length,renderPanel:E,onPrev:()=>{A(a.value-1)},onNext:()=>{A(a.value+1)},onClose:q,current:a.value,onFinish:()=>{q(),w==null||w()}},g.value),null),R=B(()=>{const H=y.value||An,_={};return Object.keys(H).forEach(L=>{typeof H[L]=="number"?_[L]=`${H[L]}px`:_[L]=H[L]}),_});return d.value?s(We,null,[s(Hf,{zIndex:z,prefixCls:M,pos:y.value,showMask:Q,style:X==null?void 0:X.style,fill:X==null?void 0:X.color,open:d.value,animated:N,rootClassName:$},null),s(Lo,O(O({},V),{},{builtinPlacements:g.value.target?(b=V.builtinPlacements)!==null&&b!==void 0?b:Pi(C.value):void 0,ref:r,popupStyle:g.value.target?g.value.style:p(p({},g.value.style),{position:"fixed",left:An.left,top:An.top,transform:"translate(-50%, -50%)"}),popupPlacement:m.value,popupVisible:d.value,popupClassName:U($,g.value.className),prefixCls:M,popup:F,forceRender:!1,destroyPopupOnHide:!0,zIndex:z,mask:!1,getTriggerDOMNode:ie}),{default:()=>[s(_o,{visible:d.value,autoLock:!0},{default:()=>[s("div",{class:U($,`${M}-target-placeholder`),style:p(p({},R.value),{position:"fixed",pointerEvents:"none"})},null)]})]})]):null}}}),Kf=Vf,Gf=()=>p(p({},Oi()),{steps:{type:Array},prefixCls:{type:String},current:{type:Number},type:{type:String},"onUpdate:current":Function}),Uf=()=>p(p({},Cl()),{cover:{type:Object},nextButtonProps:{type:Object},prevButtonProps:{type:Object},current:{type:Number},type:{type:String}}),Xf=G({name:"ATourPanel",inheritAttrs:!1,props:Uf(),setup(e,t){let{attrs:n,slots:l}=t;const{current:o,total:c}=an(e),f=B(()=>o.value===c.value-1),i=a=>{var u;const d=e.prevButtonProps;(u=e.onPrev)===null||u===void 0||u.call(e,a),typeof(d==null?void 0:d.onClick)=="function"&&(d==null||d.onClick())},r=a=>{var u,d;const h=e.nextButtonProps;f.value?(u=e.onFinish)===null||u===void 0||u.call(e,a):(d=e.onNext)===null||d===void 0||d.call(e,a),typeof(h==null?void 0:h.onClick)=="function"&&(h==null||h.onClick())};return()=>{const{prefixCls:a,title:u,onClose:d,cover:h,description:v,type:g,arrow:m}=e,x=e.prevButtonProps,S=e.nextButtonProps;let y;u&&(y=s("div",{class:`${a}-header`},[s("div",{class:`${a}-title`},[u])]));let k;v&&(k=s("div",{class:`${a}-description`},[v]));let T;h&&(T=s("div",{class:`${a}-cover`},[h]));let C;l.indicatorsRender?C=l.indicatorsRender({current:o.value,total:c}):C=[...Array.from({length:c.value}).keys()].map((M,P)=>s("span",{key:M,class:U(P===o.value&&`${a}-indicator-active`,`${a}-indicator`)},null));const A=g==="primary"?"default":"primary",b={type:"default",ghost:g==="primary"};return s(Zn,{componentName:"Tour",defaultLocale:qn.Tour},{default:M=>{var P,I;return s("div",O(O({},n),{},{class:U(g==="primary"?`${a}-primary`:"",n.class,`${a}-content`)}),[m&&s("div",{class:`${a}-arrow`,key:"arrow"},null),s("div",{class:`${a}-inner`},[s(wo,{class:`${a}-close`,onClick:d},null),T,y,k,s("div",{class:`${a}-footer`},[c.value>1&&s("div",{class:`${a}-indicators`},[C]),s("div",{class:`${a}-buttons`},[o.value!==0?s(bt,O(O(O({},b),x),{},{onClick:i,size:"small",class:U(`${a}-prev-btn`,x==null?void 0:x.className)}),{default:()=>[(P=x==null?void 0:x.children)!==null&&P!==void 0?P:M.Previous]}):null,s(bt,O(O({type:A},S),{},{onClick:r,size:"small",class:U(`${a}-next-btn`,S==null?void 0:S.className)}),{default:()=>[(I=S==null?void 0:S.children)!==null&&I!==void 0?I:f.value?M.Finish:M.Next]})])])])])}})}}}),Yf=Xf,qf=e=>{let{defaultType:t,steps:n,current:l,defaultCurrent:o}=e;const c=ne(o==null?void 0:o.value),f=B(()=>l==null?void 0:l.value);se(f,u=>{c.value=u!=null?u:o==null?void 0:o.value},{immediate:!0});const i=u=>{c.value=u},r=B(()=>{var u,d;return typeof c.value=="number"?n&&((d=(u=n.value)===null||u===void 0?void 0:u[c.value])===null||d===void 0?void 0:d.type):t==null?void 0:t.value});return{currentMergedType:B(()=>{var u;return(u=r.value)!==null&&u!==void 0?u:t==null?void 0:t.value}),updateInnerCurrent:i}},Zf=qf,Jf=e=>{const{componentCls:t,lineHeight:n,padding:l,paddingXS:o,borderRadius:c,borderRadiusXS:f,colorPrimary:i,colorText:r,colorFill:a,indicatorHeight:u,indicatorWidth:d,boxShadowTertiary:h,tourZIndexPopup:v,fontSize:g,colorBgContainer:m,fontWeightStrong:x,marginXS:S,colorTextLightSolid:y,tourBorderRadius:k,colorWhite:T,colorBgTextHover:C,tourCloseSize:A,motionDurationSlow:b,antCls:M}=e;return[{[t]:p(p({},Me(e)),{color:r,position:"absolute",zIndex:v,display:"block",visibility:"visible",fontSize:g,lineHeight:n,width:520,"--antd-arrow-background-color":m,"&-pure":{maxWidth:"100%",position:"relative"},[`&${t}-hidden`]:{display:"none"},[`${t}-content`]:{position:"relative"},[`${t}-inner`]:{textAlign:"start",textDecoration:"none",borderRadius:k,boxShadow:h,position:"relative",backgroundColor:m,border:"none",backgroundClip:"padding-box",[`${t}-close`]:{position:"absolute",top:l,insetInlineEnd:l,color:e.colorIcon,outline:"none",width:A,height:A,borderRadius:e.borderRadiusSM,transition:`background-color ${e.motionDurationMid}, color ${e.motionDurationMid}`,display:"flex",alignItems:"center",justifyContent:"center","&:hover":{color:e.colorIconHover,backgroundColor:e.wireframe?"transparent":e.colorFillContent}},[`${t}-cover`]:{textAlign:"center",padding:`${l+A+o}px ${l}px 0`,img:{width:"100%"}},[`${t}-header`]:{padding:`${l}px ${l}px ${o}px`,[`${t}-title`]:{lineHeight:n,fontSize:g,fontWeight:x}},[`${t}-description`]:{padding:`0 ${l}px`,lineHeight:n,wordWrap:"break-word"},[`${t}-footer`]:{padding:`${o}px ${l}px ${l}px`,textAlign:"end",borderRadius:`0 0 ${f}px ${f}px`,display:"flex",[`${t}-indicators`]:{display:"inline-block",[`${t}-indicator`]:{width:d,height:u,display:"inline-block",borderRadius:"50%",background:a,"&:not(:last-child)":{marginInlineEnd:u},"&-active":{background:i}}},[`${t}-buttons`]:{marginInlineStart:"auto",[`${M}-btn`]:{marginInlineStart:S}}}},[`${t}-primary, &${t}-primary`]:{"--antd-arrow-background-color":i,[`${t}-inner`]:{color:y,textAlign:"start",textDecoration:"none",backgroundColor:i,borderRadius:c,boxShadow:h,[`${t}-close`]:{color:y},[`${t}-indicators`]:{[`${t}-indicator`]:{background:new Ft(y).setAlpha(.15).toRgbString(),"&-active":{background:y}}},[`${t}-prev-btn`]:{color:y,borderColor:new Ft(y).setAlpha(.15).toRgbString(),backgroundColor:i,"&:hover":{backgroundColor:new Ft(y).setAlpha(.15).toRgbString(),borderColor:"transparent"}},[`${t}-next-btn`]:{color:i,borderColor:"transparent",background:T,"&:hover":{background:new Ft(C).onBackground(T).toRgbString()}}}}}),[`${t}-mask`]:{[`${t}-placeholder-animated`]:{transition:`all ${b}`}},[["&-placement-left","&-placement-leftTop","&-placement-leftBottom","&-placement-right","&-placement-rightTop","&-placement-rightBottom"].join(",")]:{[`${t}-inner`]:{borderRadius:Math.min(k,La)}}},Na(e,{colorBg:"var(--antd-arrow-background-color)",contentRadius:k,limitVerticalRadius:!0})]},Qf=we("Tour",e=>{const{borderRadiusLG:t,fontSize:n,lineHeight:l}=e,o=$e(e,{tourZIndexPopup:e.zIndexPopupBase+70,indicatorWidth:6,indicatorHeight:6,tourBorderRadius:t,tourCloseSize:n*l});return[Jf(o)]});var e0=globalThis&&globalThis.__rest||function(e,t){var n={};for(var l in e)Object.prototype.hasOwnProperty.call(e,l)&&t.indexOf(l)<0&&(n[l]=e[l]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var o=0,l=Object.getOwnPropertySymbols(e);o<l.length;o++)t.indexOf(l[o])<0&&Object.prototype.propertyIsEnumerable.call(e,l[o])&&(n[l[o]]=e[l[o]]);return n};const t0=G({name:"ATour",inheritAttrs:!1,props:Gf(),setup(e,t){let{attrs:n,emit:l,slots:o}=t;const{current:c,type:f,steps:i,defaultCurrent:r}=an(e),{prefixCls:a,direction:u}=he("tour",e),[d,h]=Qf(a),{currentMergedType:v,updateInnerCurrent:g}=Zf({defaultType:f,steps:i,current:c,defaultCurrent:r});return()=>{const{steps:m,current:x,type:S,rootClassName:y}=e,k=e0(e,["steps","current","type","rootClassName"]),T=U({[`${a.value}-primary`]:v.value==="primary",[`${a.value}-rtl`]:u.value==="rtl"},h.value,y),C=(M,P)=>s(Yf,O(O({},M),{},{type:S,current:P}),{indicatorsRender:o.indicatorsRender}),A=M=>{g(M),l("update:current",M),l("change",M)},b=B(()=>Ra({arrowPointAtCenter:!0,autoAdjustOverflow:!0}));return d(s(Kf,O(O(O({},n),k),{},{rootClassName:T,prefixCls:a.value,current:x,defaultCurrent:e.defaultCurrent,animated:!0,renderPanel:C,onChange:A,steps:m,builtinPlacements:b.value}),null))}}}),n0=Qe(t0),Bi=Symbol("appConfigContext"),l0=e=>et(Bi,e),o0=()=>ct(Bi,{}),Fi=Symbol("appContext"),i0=e=>et(Fi,e),a0=St({message:{},notification:{},modal:{}}),r0=()=>ct(Fi,a0),s0=e=>{const{componentCls:t,colorText:n,fontSize:l,lineHeight:o,fontFamily:c}=e;return{[t]:{color:n,fontSize:l,lineHeight:o,fontFamily:c}}},c0=we("App",e=>[s0(e)]),u0=()=>({rootClassName:String,message:Ae(),notification:Ae()}),d0=()=>r0(),$t=G({name:"AApp",props:ye(u0(),{}),setup(e,t){let{slots:n}=t;const{prefixCls:l}=he("app",e),[o,c]=c0(l),f=B(()=>U(c.value,l.value,e.rootClassName)),i=o0(),r=B(()=>({message:p(p({},i.message),e.message),notification:p(p({},i.notification),e.notification)}));l0(r.value);const[a,u]=Da(r.value.message),[d,h]=za(r.value.notification),[v,g]=_a(),m=B(()=>({message:a,notification:d,modal:v}));return i0(m.value),()=>{var x;return o(s("div",{class:f.value},[g(),u(),h(),(x=n.default)===null||x===void 0?void 0:x.call(n)]))}}});$t.useApp=d0;$t.install=function(e){e.component($t.name,$t)};const f0=$t,ho=Object.freeze(Object.defineProperty({__proto__:null,Affix:Uo,Anchor:nt,AnchorLink:Jn,AutoComplete:ac,AutoCompleteOptGroup:ic,AutoCompleteOption:oc,Alert:ns,Avatar:ls,AvatarGroup:os,Badge:Vo,BadgeRibbon:as,Breadcrumb:_s,BreadcrumbItem:Hs,BreadcrumbSeparator:bs,Button:bt,ButtonGroup:Ha,Calendar:ja,Card:As,CardGrid:ys,CardMeta:ws,Collapse:rs,CollapsePanel:ss,Carousel:Hc,Cascader:Cs,Checkbox:Yn,CheckboxGroup:Wa,Col:cs,Comment:Uc,ConfigProvider:Ho,DatePicker:xs,MonthPicker:$s,WeekPicker:ks,RangePicker:Ms,QuarterPicker:Ts,Descriptions:us,DescriptionsItem:ds,Divider:fs,Dropdown:Do,DropdownButton:Va,Drawer:Is,Empty:Ka,FloatButton:Je,FloatButtonGroup:Jt,BackTop:Qt,Form:Ga,FormItem:Ua,FormItemRest:Xa,Grid:jc,Input:No,InputGroup:Ya,InputPassword:qa,InputSearch:Za,Textarea:Ja,Image:Qa,ImagePreviewGroup:er,InputNumber:Pu,Layout:Xu,LayoutHeader:Vu,LayoutSider:Gu,LayoutFooter:Ku,LayoutContent:Uu,List:hs,ListItem:ps,ListItemMeta:gs,message:jo,Menu:Ue,MenuDivider:tr,MenuItem:zt,MenuItemGroup:nr,SubMenu:lr,Mentions:gd,MentionsOption:Gt,Modal:tt,Statistic:Ye,StatisticCountdown:kd,notification:Wo,PageHeader:Ss,Pagination:Ro,Popconfirm:or,Popover:ir,Progress:ar,Radio:rr,RadioButton:sr,RadioGroup:cr,Rate:Hd,Result:s1,Row:vs,Select:On,SelectOptGroup:ur,SelectOption:dr,Skeleton:Ko,SkeletonButton:Es,SkeletonAvatar:Ps,SkeletonInput:Os,SkeletonImage:Bs,SkeletonTitle:Fs,Slider:fr,Space:Rs,Compact:hr,Spin:on,Steps:Ds,Step:zs,Switch:pr,Table:gr,TableColumn:vr,TableColumnGroup:mr,TableSummary:br,TableSummaryRow:Sr,TableSummaryCell:yr,Transfer:P1,Tree:wr,TreeNode:Cr,DirectoryTree:xr,TreeSelect:tf,TreeSelectNode:jn,Tabs:Ls,TabPane:Ns,Tag:$r,CheckableTag:kr,TimePicker:Mr,TimeRangePicker:Tr,Timeline:xt,TimelineItem:Et,Tooltip:Kn,Typography:Ir,TypographyLink:Ar,TypographyParagraph:Er,TypographyText:Pr,TypographyTitle:Or,Upload:Br,UploadDragger:Fr,LocaleProvider:Lr,Watermark:pf,Segmented:ms,QRCode:Af,Tour:n0,App:f0,Flex:Nr},Symbol.toStringTag,{value:"Module"})),h0=function(e){return Object.keys(ho).forEach(t=>{const n=ho[t];n.install&&e.use(n)}),e.use(Dr.StyleProvider),e.config.globalProperties.$message=jo,e.config.globalProperties.$notification=Wo,e.config.globalProperties.$info=tt.info,e.config.globalProperties.$success=tt.success,e.config.globalProperties.$error=tt.error,e.config.globalProperties.$warning=tt.warning,e.config.globalProperties.$confirm=tt.confirm,e.config.globalProperties.$destroyAll=tt.destroyAll,e},p0={version:Rr,install:h0},g0=G({__name:"App",setup(e){const t={token:{colorPrimary:"#EA576A",colorLink:"#813841",colorLinkHover:"#EA576A"}};return(n,l)=>{const o=zr("RouterView");return _r(),Hr(Wr(Ho),{theme:t,"page-header":{ghost:!1}},{default:jr(()=>[s(o)]),_:1})}}});(async()=>{const e=Vr({render:()=>Jr(g0)}),t=Kr();Gr.init(),Ur(e,Al),e.use(Al),e.use(t),e.use(Xr),e.use(p0),e.use(t),e.mount("#app"),e.component("VSelect",Yr),e.component("Markdown",qr),e.component("Message",Zr),gn(e,Qr),gn(e,es),gn(e,ts)})();
25
- //# sourceMappingURL=console.d7a64eef.js.map
25
+ //# sourceMappingURL=console.54ab975c.js.map
@@ -0,0 +1,2 @@
1
+ import"./jwt-decode.esm.992666e9.js";(function(){try{var t=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},e=new Error().stack;e&&(t._sentryDebugIds=t._sentryDebugIds||{},t._sentryDebugIds[e]="0741c2be-7703-41d8-8dc5-9dc50f04e650",t._sentryDebugIdIdentifier="sentry-dbid-0741c2be-7703-41d8-8dc5-9dc50f04e650")}catch{}})();const s={HOMEPAGE:{}.VITE_HOMEPAGE_URL||"https://abstra.io",DOCS:{}.VITE_DOCS_URL||"https://abstra.io/docs",CLOUD:{}.VITE_CONSOLE_URL||"https://cloud.abstra.io",GITHUB:{}.VITE_GITHUB_URL||"https://github.com/abstra-app/abstra-lib"},n=t=>{if(!t)return s.DOCS;const e=t.startsWith("/")?t.slice(1):t;return`${s.DOCS}/${e}`};export{s as A,n as b};
2
+ //# sourceMappingURL=constants.36bf7d70.js.map
@@ -1,4 +1,4 @@
1
- var Le=Object.defineProperty;var je=(e,n,i)=>n in e?Le(e,n,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[n]=i;var E=(e,n,i)=>(je(e,typeof n!="symbol"?n+"":n,i),i);import{m as Ne}from"./toggleHighContrast.62d05446.js";import"./jwt-decode.esm.28320b05.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},n=new Error().stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="7f97ed5e-79f3-48dd-b5c4-2e046e3541b7",e._sentryDebugIdIdentifier="sentry-dbid-7f97ed5e-79f3-48dd-b5c4-2e046e3541b7")}catch{}})();/*!-----------------------------------------------------------------------------
1
+ var Le=Object.defineProperty;var je=(e,n,i)=>n in e?Le(e,n,{enumerable:!0,configurable:!0,writable:!0,value:i}):e[n]=i;var E=(e,n,i)=>(je(e,typeof n!="symbol"?n+"":n,i),i);import{m as Ne}from"./toggleHighContrast.fc60753d.js";import"./jwt-decode.esm.992666e9.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},n=new Error().stack;n&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[n]="940f8905-2e33-4cb6-95e5-383f723d08c1",e._sentryDebugIdIdentifier="sentry-dbid-940f8905-2e33-4cb6-95e5-383f723d08c1")}catch{}})();/*!-----------------------------------------------------------------------------
2
2
  * Copyright (c) Microsoft Corporation. All rights reserved.
3
3
  * Version: 0.34.1(547870b6881302c5b4ff32173c16d06009e3588f)
4
4
  * Released under the MIT license
@@ -7,4 +7,4 @@ var Le=Object.defineProperty;var je=(e,n,i)=>n in e?Le(e,n,{enumerable:!0,config
7
7
  `,a==="\r"&&t+1<i.length&&i.charAt(t+1)===`
8
8
  `&&t++}r&&i.length>0&&n.push(i.length),this._lineOffsets=n}return this._lineOffsets},e.prototype.positionAt=function(n){n=Math.max(Math.min(n,this._content.length),0);var i=this.getLineOffsets(),r=0,t=i.length;if(t===0)return k.create(0,n);for(;r<t;){var a=Math.floor((r+t)/2);i[a]>n?t=a:r=a+1}var o=r-1;return k.create(o,n-i[o])},e.prototype.offsetAt=function(n){var i=this.getLineOffsets();if(n.line>=i.length)return this._content.length;if(n.line<0)return 0;var r=i[n.line],t=n.line+1<i.length?i[n.line+1]:this._content.length;return Math.max(Math.min(r+n.character,t),r)},Object.defineProperty(e.prototype,"lineCount",{get:function(){return this.getLineOffsets().length},enumerable:!1,configurable:!0}),e}(),s;(function(e){var n=Object.prototype.toString;function i(f){return typeof f<"u"}e.defined=i;function r(f){return typeof f>"u"}e.undefined=r;function t(f){return f===!0||f===!1}e.boolean=t;function a(f){return n.call(f)==="[object String]"}e.string=a;function o(f){return n.call(f)==="[object Number]"}e.number=o;function u(f,A,N){return n.call(f)==="[object Number]"&&A<=f&&f<=N}e.numberRange=u;function g(f){return n.call(f)==="[object Number]"&&-2147483648<=f&&f<=2147483647}e.integer=g;function d(f){return n.call(f)==="[object Number]"&&0<=f&&f<=2147483647}e.uinteger=d;function v(f){return n.call(f)==="[object Function]"}e.func=v;function w(f){return f!==null&&typeof f=="object"}e.objectLiteral=w;function b(f,A){return Array.isArray(f)&&f.every(A)}e.typedArray=b})(s||(s={}));var $e=class{constructor(e,n,i){E(this,"_disposables",[]);E(this,"_listener",Object.create(null));this._languageId=e,this._worker=n;const r=a=>{let o=a.getLanguageId();if(o!==this._languageId)return;let u;this._listener[a.uri.toString()]=a.onDidChangeContent(()=>{window.clearTimeout(u),u=window.setTimeout(()=>this._doValidate(a.uri,o),500)}),this._doValidate(a.uri,o)},t=a=>{c.editor.setModelMarkers(a,this._languageId,[]);let o=a.uri.toString(),u=this._listener[o];u&&(u.dispose(),delete this._listener[o])};this._disposables.push(c.editor.onDidCreateModel(r)),this._disposables.push(c.editor.onWillDisposeModel(t)),this._disposables.push(c.editor.onDidChangeModelLanguage(a=>{t(a.model),r(a.model)})),this._disposables.push(i(a=>{c.editor.getModels().forEach(o=>{o.getLanguageId()===this._languageId&&(t(o),r(o))})})),this._disposables.push({dispose:()=>{c.editor.getModels().forEach(t);for(let a in this._listener)this._listener[a].dispose()}}),c.editor.getModels().forEach(r)}dispose(){this._disposables.forEach(e=>e&&e.dispose()),this._disposables.length=0}_doValidate(e,n){this._worker(e).then(i=>i.doValidation(e.toString())).then(i=>{const r=i.map(a=>Qe(e,a));let t=c.editor.getModel(e);t&&t.getLanguageId()===n&&c.editor.setModelMarkers(t,n,r)}).then(void 0,i=>{console.error(i)})}};function qe(e){switch(e){case I.Error:return c.MarkerSeverity.Error;case I.Warning:return c.MarkerSeverity.Warning;case I.Information:return c.MarkerSeverity.Info;case I.Hint:return c.MarkerSeverity.Hint;default:return c.MarkerSeverity.Info}}function Qe(e,n){let i=typeof n.code=="number"?String(n.code):n.code;return{severity:qe(n.severity),startLineNumber:n.range.start.line+1,startColumn:n.range.start.character+1,endLineNumber:n.range.end.line+1,endColumn:n.range.end.character+1,message:n.message,code:i,source:n.source}}var Ge=class{constructor(e,n){this._worker=e,this._triggerCharacters=n}get triggerCharacters(){return this._triggerCharacters}provideCompletionItems(e,n,i,r){const t=e.uri;return this._worker(t).then(a=>a.doComplete(t.toString(),y(n))).then(a=>{if(!a)return;const o=e.getWordUntilPosition(n),u=new c.Range(n.lineNumber,o.startColumn,n.lineNumber,o.endColumn),g=a.items.map(d=>{const v={label:d.label,insertText:d.insertText||d.label,sortText:d.sortText,filterText:d.filterText,documentation:d.documentation,detail:d.detail,command:Ze(d.command),range:u,kind:Ye(d.kind)};return d.textEdit&&(Je(d.textEdit)?v.range={insert:m(d.textEdit.insert),replace:m(d.textEdit.replace)}:v.range=m(d.textEdit.range),v.insertText=d.textEdit.newText),d.additionalTextEdits&&(v.additionalTextEdits=d.additionalTextEdits.map(j)),d.insertTextFormat===G.Snippet&&(v.insertTextRules=c.languages.CompletionItemInsertTextRule.InsertAsSnippet),v});return{isIncomplete:a.isIncomplete,suggestions:g}})}};function y(e){if(!!e)return{character:e.column-1,line:e.lineNumber-1}}function Me(e){if(!!e)return{start:{line:e.startLineNumber-1,character:e.startColumn-1},end:{line:e.endLineNumber-1,character:e.endColumn-1}}}function m(e){if(!!e)return new c.Range(e.start.line+1,e.start.character+1,e.end.line+1,e.end.character+1)}function Je(e){return typeof e.insert<"u"&&typeof e.replace<"u"}function Ye(e){const n=c.languages.CompletionItemKind;switch(e){case l.Text:return n.Text;case l.Method:return n.Method;case l.Function:return n.Function;case l.Constructor:return n.Constructor;case l.Field:return n.Field;case l.Variable:return n.Variable;case l.Class:return n.Class;case l.Interface:return n.Interface;case l.Module:return n.Module;case l.Property:return n.Property;case l.Unit:return n.Unit;case l.Value:return n.Value;case l.Enum:return n.Enum;case l.Keyword:return n.Keyword;case l.Snippet:return n.Snippet;case l.Color:return n.Color;case l.File:return n.File;case l.Reference:return n.Reference}return n.Property}function j(e){if(!!e)return{range:m(e.range),text:e.newText}}function Ze(e){return e&&e.command==="editor.action.triggerSuggest"?{id:e.command,title:e.title,arguments:e.arguments}:void 0}var Ke=class{constructor(e){this._worker=e}provideHover(e,n,i){let r=e.uri;return this._worker(r).then(t=>t.doHover(r.toString(),y(n))).then(t=>{if(!!t)return{range:m(t.range),contents:tt(t.contents)}})}};function et(e){return e&&typeof e=="object"&&typeof e.kind=="string"}function De(e){return typeof e=="string"?{value:e}:et(e)?e.kind==="plaintext"?{value:e.value.replace(/[\\`*_{}[\]()#+\-.!]/g,"\\$&")}:{value:e.value}:{value:"```"+e.language+`
9
9
  `+e.value+"\n```\n"}}function tt(e){if(!!e)return Array.isArray(e)?e.map(De):[De(e)]}var rt=class{constructor(e){this._worker=e}provideDocumentHighlights(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.findDocumentHighlights(r.toString(),y(n))).then(t=>{if(!!t)return t.map(a=>({range:m(a.range),kind:nt(a.kind)}))})}};function nt(e){switch(e){case P.Read:return c.languages.DocumentHighlightKind.Read;case P.Write:return c.languages.DocumentHighlightKind.Write;case P.Text:return c.languages.DocumentHighlightKind.Text}return c.languages.DocumentHighlightKind.Text}var it=class{constructor(e){this._worker=e}provideDefinition(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.findDefinition(r.toString(),y(n))).then(t=>{if(!!t)return[Te(t)]})}};function Te(e){return{uri:c.Uri.parse(e.uri),range:m(e.range)}}var at=class{constructor(e){this._worker=e}provideReferences(e,n,i,r){const t=e.uri;return this._worker(t).then(a=>a.findReferences(t.toString(),y(n))).then(a=>{if(!!a)return a.map(Te)})}},ot=class{constructor(e){this._worker=e}provideRenameEdits(e,n,i,r){const t=e.uri;return this._worker(t).then(a=>a.doRename(t.toString(),y(n),i)).then(a=>st(a))}};function st(e){if(!e||!e.changes)return;let n=[];for(let i in e.changes){const r=c.Uri.parse(i);for(let t of e.changes[i])n.push({resource:r,versionId:void 0,textEdit:{range:m(t.range),text:t.newText}})}return{edits:n}}var ut=class{constructor(e){this._worker=e}provideDocumentSymbols(e,n){const i=e.uri;return this._worker(i).then(r=>r.findDocumentSymbols(i.toString())).then(r=>{if(!!r)return r.map(t=>({name:t.name,detail:"",containerName:t.containerName,kind:ct(t.kind),range:m(t.location.range),selectionRange:m(t.location.range),tags:[]}))})}};function ct(e){let n=c.languages.SymbolKind;switch(e){case h.File:return n.Array;case h.Module:return n.Module;case h.Namespace:return n.Namespace;case h.Package:return n.Package;case h.Class:return n.Class;case h.Method:return n.Method;case h.Property:return n.Property;case h.Field:return n.Field;case h.Constructor:return n.Constructor;case h.Enum:return n.Enum;case h.Interface:return n.Interface;case h.Function:return n.Function;case h.Variable:return n.Variable;case h.Constant:return n.Constant;case h.String:return n.String;case h.Number:return n.Number;case h.Boolean:return n.Boolean;case h.Array:return n.Array}return n.Function}var wt=class{constructor(e){this._worker=e}provideLinks(e,n){const i=e.uri;return this._worker(i).then(r=>r.findDocumentLinks(i.toString())).then(r=>{if(!!r)return{links:r.map(t=>({range:m(t.range),url:t.target}))}})}},dt=class{constructor(e){this._worker=e}provideDocumentFormattingEdits(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.format(r.toString(),null,Se(n)).then(a=>{if(!(!a||a.length===0))return a.map(j)}))}},ft=class{constructor(e){this._worker=e}provideDocumentRangeFormattingEdits(e,n,i,r){const t=e.uri;return this._worker(t).then(a=>a.format(t.toString(),Me(n),Se(i)).then(o=>{if(!(!o||o.length===0))return o.map(j)}))}};function Se(e){return{tabSize:e.tabSize,insertSpaces:e.insertSpaces}}var gt=class{constructor(e){this._worker=e}provideDocumentColors(e,n){const i=e.uri;return this._worker(i).then(r=>r.findDocumentColors(i.toString())).then(r=>{if(!!r)return r.map(t=>({color:t.color,range:m(t.range)}))})}provideColorPresentations(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.getColorPresentations(r.toString(),n.color,Me(n.range))).then(t=>{if(!!t)return t.map(a=>{let o={label:a.label};return a.textEdit&&(o.textEdit=j(a.textEdit)),a.additionalTextEdits&&(o.additionalTextEdits=a.additionalTextEdits.map(j)),o})})}},lt=class{constructor(e){this._worker=e}provideFoldingRanges(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.getFoldingRanges(r.toString(),n)).then(t=>{if(!!t)return t.map(a=>{const o={start:a.startLine+1,end:a.endLine+1};return typeof a.kind<"u"&&(o.kind=ht(a.kind)),o})})}};function ht(e){switch(e){case D.Comment:return c.languages.FoldingRangeKind.Comment;case D.Imports:return c.languages.FoldingRangeKind.Imports;case D.Region:return c.languages.FoldingRangeKind.Region}}var vt=class{constructor(e){this._worker=e}provideSelectionRanges(e,n,i){const r=e.uri;return this._worker(r).then(t=>t.getSelectionRanges(r.toString(),n.map(y))).then(t=>{if(!!t)return t.map(a=>{const o=[];for(;a;)o.push({range:m(a.range)}),a=a.parent;return o})})}};function kt(e){const n=[],i=[],r=new Xe(e);n.push(r);const t=(...o)=>r.getLanguageServiceWorker(...o);function a(){const{languageId:o,modeConfiguration:u}=e;Fe(i),u.completionItems&&i.push(c.languages.registerCompletionItemProvider(o,new Ge(t,["/","-",":"]))),u.hovers&&i.push(c.languages.registerHoverProvider(o,new Ke(t))),u.documentHighlights&&i.push(c.languages.registerDocumentHighlightProvider(o,new rt(t))),u.definitions&&i.push(c.languages.registerDefinitionProvider(o,new it(t))),u.references&&i.push(c.languages.registerReferenceProvider(o,new at(t))),u.documentSymbols&&i.push(c.languages.registerDocumentSymbolProvider(o,new ut(t))),u.rename&&i.push(c.languages.registerRenameProvider(o,new ot(t))),u.colors&&i.push(c.languages.registerColorProvider(o,new gt(t))),u.foldingRanges&&i.push(c.languages.registerFoldingRangeProvider(o,new lt(t))),u.diagnostics&&i.push(new $e(o,t,e.onDidChange)),u.selectionRanges&&i.push(c.languages.registerSelectionRangeProvider(o,new vt(t))),u.documentFormattingEdits&&i.push(c.languages.registerDocumentFormattingEditProvider(o,new dt(t))),u.documentRangeFormattingEdits&&i.push(c.languages.registerDocumentRangeFormattingEditProvider(o,new ft(t)))}return a(),n.push(Pe(i)),Pe(n)}function Pe(e){return{dispose:()=>Fe(e)}}function Fe(e){for(;e.length;)e.pop().dispose()}export{Ge as CompletionAdapter,it as DefinitionAdapter,$e as DiagnosticsAdapter,gt as DocumentColorAdapter,dt as DocumentFormattingEditProvider,rt as DocumentHighlightAdapter,wt as DocumentLinkAdapter,ft as DocumentRangeFormattingEditProvider,ut as DocumentSymbolAdapter,lt as FoldingRangeAdapter,Ke as HoverAdapter,at as ReferenceAdapter,ot as RenameAdapter,vt as SelectionRangeAdapter,Xe as WorkerManager,y as fromPosition,Me as fromRange,kt as setupMode,m as toRange,j as toTextEdit};
10
- //# sourceMappingURL=cssMode.a2f505eb.js.map
10
+ //# sourceMappingURL=cssMode.c1aa21d7.js.map
@@ -0,0 +1,2 @@
1
+ import"./jwt-decode.esm.992666e9.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},t=new Error().stack;t&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[t]="2b6cad9a-b193-46f6-943b-048c7c1a6203",e._sentryDebugIdIdentifier="sentry-dbid-2b6cad9a-b193-46f6-943b-048c7c1a6203")}catch{}})();function n(e,t){return e.toLocaleString(void 0,{hour12:!1,timeZoneName:"short",day:"2-digit",month:"2-digit",year:"numeric",hour:"2-digit",minute:"2-digit",second:"2-digit",weekday:"long",...t})}export{n as g};
2
+ //# sourceMappingURL=datetime.adc0acc4.js.map
@@ -0,0 +1,2 @@
1
+ import{X as c,dJ as i,dK as d}from"./jwt-decode.esm.992666e9.js";(function(){try{var e=typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:{},s=new Error().stack;s&&(e._sentryDebugIds=e._sentryDebugIds||{},e._sentryDebugIds[s]="5aef6a02-2823-4533-97e6-3c9078a1a512",e._sentryDebugIdIdentifier="sentry-dbid-5aef6a02-2823-4533-97e6-3c9078a1a512")}catch{}})();const{DatePicker:n,WeekPicker:t,MonthPicker:a,YearPicker:f,TimePicker:m,QuarterPicker:r,RangePicker:o}=i(d),y=c(n,{WeekPicker:t,MonthPicker:a,YearPicker:f,RangePicker:o,TimePicker:m,QuarterPicker:r,install:e=>(e.component(n.name,n),e.component(o.name,o),e.component(a.name,a),e.component(t.name,t),e.component(r.name,r),e)});export{y as D,a as M,r as Q,o as R,t as W};
2
+ //# sourceMappingURL=dayjs.a6bd0ee0.js.map