dmart 1.4.40.post8__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 (489) hide show
  1. dmart/__init__.py +7 -0
  2. dmart/alembic/README +1 -0
  3. dmart/alembic/__init__.py +0 -0
  4. dmart/alembic/env.py +91 -0
  5. dmart/alembic/notes.txt +11 -0
  6. dmart/alembic/script.py.mako +28 -0
  7. dmart/alembic/scripts/__init__.py +0 -0
  8. dmart/alembic/scripts/calculate_checksums.py +77 -0
  9. dmart/alembic/scripts/migration_f7a4949eed19.py +28 -0
  10. dmart/alembic/versions/0f3d2b1a7c21_add_authz_materialized_views.py +87 -0
  11. dmart/alembic/versions/10d2041b94d4_last_checksum_history.py +62 -0
  12. dmart/alembic/versions/1cf4e1ee3cb8_ext_permission_with_filter_fields_values.py +33 -0
  13. dmart/alembic/versions/26bfe19b49d4_rm_failedloginattempts.py +42 -0
  14. dmart/alembic/versions/3c8bca2219cc_add_otp_table.py +38 -0
  15. dmart/alembic/versions/6675fd9dfe42_remove_unique_from_sessions_table.py +36 -0
  16. dmart/alembic/versions/71bc1df82e6a_adding_user_last_login_at.py +43 -0
  17. dmart/alembic/versions/74288ccbd3b5_initial.py +264 -0
  18. dmart/alembic/versions/7520a89a8467_rm_activesession_table.py +39 -0
  19. dmart/alembic/versions/848b623755a4_make_created_nd_updated_at_required.py +138 -0
  20. dmart/alembic/versions/8640dcbebf85_add_notes_to_users.py +32 -0
  21. dmart/alembic/versions/91c94250232a_adding_fk_on_owner_shortname.py +104 -0
  22. dmart/alembic/versions/98ecd6f56f9a_ext_meta_with_owner_group_shortname.py +66 -0
  23. dmart/alembic/versions/9aae9138c4ef_indexing_created_at_updated_at.py +80 -0
  24. dmart/alembic/versions/__init__.py +0 -0
  25. dmart/alembic/versions/b53f916b3f6d_json_to_jsonb.py +492 -0
  26. dmart/alembic/versions/eb5f1ec65156_adding_user_locked_to_device.py +36 -0
  27. dmart/alembic/versions/f7a4949eed19_adding_query_policies_to_meta.py +60 -0
  28. dmart/alembic.ini +117 -0
  29. dmart/api/__init__.py +0 -0
  30. dmart/api/info/__init__.py +0 -0
  31. dmart/api/info/router.py +109 -0
  32. dmart/api/managed/__init__.py +0 -0
  33. dmart/api/managed/router.py +1541 -0
  34. dmart/api/managed/utils.py +1879 -0
  35. dmart/api/public/__init__.py +0 -0
  36. dmart/api/public/router.py +758 -0
  37. dmart/api/qr/__init__.py +0 -0
  38. dmart/api/qr/router.py +108 -0
  39. dmart/api/user/__init__.py +0 -0
  40. dmart/api/user/model/__init__.py +0 -0
  41. dmart/api/user/model/errors.py +14 -0
  42. dmart/api/user/model/requests.py +165 -0
  43. dmart/api/user/model/responses.py +11 -0
  44. dmart/api/user/router.py +1413 -0
  45. dmart/api/user/service.py +270 -0
  46. dmart/bundler.py +52 -0
  47. dmart/cli.py +1133 -0
  48. dmart/config/__init__.py +0 -0
  49. dmart/config/channels.json +11 -0
  50. dmart/config/notification.json +17 -0
  51. dmart/config.env.sample +27 -0
  52. dmart/config.ini.sample +7 -0
  53. dmart/conftest.py +13 -0
  54. dmart/curl.sh +196 -0
  55. dmart/cxb/__init__.py +0 -0
  56. dmart/cxb/assets/@codemirror-Rn7_6DkE.js +10 -0
  57. dmart/cxb/assets/@edraj-CS4NwVbD.js +1 -0
  58. dmart/cxb/assets/@floating-ui-BwwcF-xh.js +1 -0
  59. dmart/cxb/assets/@formatjs-yKEsAtjs.js +1 -0
  60. dmart/cxb/assets/@fortawesome-DRW1UCdr.js +9 -0
  61. dmart/cxb/assets/@jsonquerylang-laKNoFFq.js +12 -0
  62. dmart/cxb/assets/@lezer-za4Q-8Ew.js +1 -0
  63. dmart/cxb/assets/@marijn-DXwl3gUT.js +1 -0
  64. dmart/cxb/assets/@popperjs-l0sNRNKZ.js +1 -0
  65. dmart/cxb/assets/@replit--ERk53eB.js +1 -0
  66. dmart/cxb/assets/@roxi-CGMFK4i8.js +6 -0
  67. dmart/cxb/assets/@typewriter-cCzskkIv.js +17 -0
  68. dmart/cxb/assets/@zerodevx-BlBZjKxu.js +1 -0
  69. dmart/cxb/assets/@zerodevx-CVEpe6WZ.css +1 -0
  70. dmart/cxb/assets/BreadCrumbLite-DAhOx38v.js +1 -0
  71. dmart/cxb/assets/EntryRenderer-CCqV8Rkg.js +32 -0
  72. dmart/cxb/assets/EntryRenderer-DXytdFp9.css +1 -0
  73. dmart/cxb/assets/ListView-BQelo7vZ.js +16 -0
  74. dmart/cxb/assets/ListView-U8of-_c-.css +1 -0
  75. dmart/cxb/assets/Prism--hMplq-p.js +3 -0
  76. dmart/cxb/assets/Prism-Uh6uStUw.css +1 -0
  77. dmart/cxb/assets/Table2Cols-BsbwicQm.js +1 -0
  78. dmart/cxb/assets/_..-BvT6vdHa.css +1 -0
  79. dmart/cxb/assets/_...404_-fuLH_rX9.js +2 -0
  80. dmart/cxb/assets/_...fallback_-Ba_NLmAE.js +1 -0
  81. dmart/cxb/assets/_module-3HrtKAWo.js +3 -0
  82. dmart/cxb/assets/_module-DFKFq0AM.js +4 -0
  83. dmart/cxb/assets/_module-Dgq0ZVtz.js +1 -0
  84. dmart/cxb/assets/ajv-Cpj98o6Y.js +1 -0
  85. dmart/cxb/assets/axios-CG2WSiiR.js +6 -0
  86. dmart/cxb/assets/clsx-B-dksMZM.js +1 -0
  87. dmart/cxb/assets/codemirror-wrapped-line-indent-DPhKvljI.js +1 -0
  88. dmart/cxb/assets/compare-C3AjiGFR.js +1 -0
  89. dmart/cxb/assets/compute-scroll-into-view-Bl8rNFhg.js +1 -0
  90. dmart/cxb/assets/consolite-DlCuI0F9.js +1 -0
  91. dmart/cxb/assets/crelt-C8TCjufn.js +1 -0
  92. dmart/cxb/assets/date-fns-l0sNRNKZ.js +1 -0
  93. dmart/cxb/assets/deepmerge-rn4rBaHU.js +1 -0
  94. dmart/cxb/assets/dmart_services-AL6-IdDE.js +1 -0
  95. dmart/cxb/assets/downloadFile-D08i0YDh.js +1 -0
  96. dmart/cxb/assets/easy-signal-BiPFIK3O.js +1 -0
  97. dmart/cxb/assets/esm-env-rsSWfq8L.js +1 -0
  98. dmart/cxb/assets/export-OF_rTiXu.js +1 -0
  99. dmart/cxb/assets/fast-deep-equal-l0sNRNKZ.js +1 -0
  100. dmart/cxb/assets/fast-diff-C-IidNf4.js +1 -0
  101. dmart/cxb/assets/fast-uri-l0sNRNKZ.js +1 -0
  102. dmart/cxb/assets/flowbite-svelte-BLvjb-sa.js +1 -0
  103. dmart/cxb/assets/flowbite-svelte-CD54FDqW.css +1 -0
  104. dmart/cxb/assets/flowbite-svelte-icons-BI8GVhw_.js +1 -0
  105. dmart/cxb/assets/github-slugger-CQ4oX9Ud.js +1 -0
  106. dmart/cxb/assets/global-igKv-1g9.js +1 -0
  107. dmart/cxb/assets/hookar-BMRD9G9H.js +1 -0
  108. dmart/cxb/assets/immutable-json-patch-DtRO2E_S.js +1 -0
  109. dmart/cxb/assets/import-1vE3gBat.js +1 -0
  110. dmart/cxb/assets/index-B-eTh-ZX.js +1 -0
  111. dmart/cxb/assets/index-BSsK-X71.js +1 -0
  112. dmart/cxb/assets/index-BVyxzKtH.js +1 -0
  113. dmart/cxb/assets/index-BdeNM69f.js +1 -0
  114. dmart/cxb/assets/index-CC-A1ipE.js +1 -0
  115. dmart/cxb/assets/index-CQohGiYB.js +1 -0
  116. dmart/cxb/assets/index-ChjnkpdZ.js +4 -0
  117. dmart/cxb/assets/index-DLP7csA4.js +1 -0
  118. dmart/cxb/assets/index-DTfhnhwd.js +1 -0
  119. dmart/cxb/assets/index-DdXRK7n9.js +2 -0
  120. dmart/cxb/assets/index-DtiCmB4o.js +1 -0
  121. dmart/cxb/assets/index-NBrXBlLA.css +2 -0
  122. dmart/cxb/assets/index-X1uNehO7.js +1 -0
  123. dmart/cxb/assets/index-nrQW6Nrr.js +1 -0
  124. dmart/cxb/assets/info-B986lRiM.js +1 -0
  125. dmart/cxb/assets/intl-messageformat-Dc5UU-HB.js +3 -0
  126. dmart/cxb/assets/jmespath-l0sNRNKZ.js +1 -0
  127. dmart/cxb/assets/json-schema-traverse-l0sNRNKZ.js +1 -0
  128. dmart/cxb/assets/json-source-map-DRgZidqy.js +5 -0
  129. dmart/cxb/assets/jsonpath-plus-l0sNRNKZ.js +1 -0
  130. dmart/cxb/assets/jsonrepair-B30Dx381.js +8 -0
  131. dmart/cxb/assets/lodash-es-DZVAA2ox.js +1 -0
  132. dmart/cxb/assets/marked-DKjyhwJX.js +56 -0
  133. dmart/cxb/assets/marked-gfm-heading-id-U5zO829x.js +2 -0
  134. dmart/cxb/assets/marked-mangle-CDMeiHC6.js +1 -0
  135. dmart/cxb/assets/memoize-one-BdPwpGay.js +1 -0
  136. dmart/cxb/assets/natural-compare-lite-Bg2Xcf-o.js +7 -0
  137. dmart/cxb/assets/pagination-svelte-D5CyoiE_.js +13 -0
  138. dmart/cxb/assets/pagination-svelte-v10nAbbM.css +1 -0
  139. dmart/cxb/assets/plantuml-encoder-C47mzt9T.js +1 -0
  140. dmart/cxb/assets/prismjs-DTUiLGJu.js +9 -0
  141. dmart/cxb/assets/profile-BUf-tKMe.js +1 -0
  142. dmart/cxb/assets/query-CNmXTsgf.js +1 -0
  143. dmart/cxb/assets/queryHelpers-C9iBWwqe.js +1 -0
  144. dmart/cxb/assets/scroll-into-view-if-needed-KR58zyjF.js +1 -0
  145. dmart/cxb/assets/spaces-0oyGvpii.js +1 -0
  146. dmart/cxb/assets/style-mod-Bs6eFhZE.js +3 -0
  147. dmart/cxb/assets/svelte-B2XmcTi_.js +4 -0
  148. dmart/cxb/assets/svelte-awesome-COLlx0DN.css +1 -0
  149. dmart/cxb/assets/svelte-awesome-DhnMA6Q_.js +1 -0
  150. dmart/cxb/assets/svelte-datatables-net-CY7LBj6I.js +1 -0
  151. dmart/cxb/assets/svelte-floating-ui-BlS3sOAQ.js +1 -0
  152. dmart/cxb/assets/svelte-i18n-CT2KkQaN.js +3 -0
  153. dmart/cxb/assets/svelte-jsoneditor-BzfX6Usi.css +1 -0
  154. dmart/cxb/assets/svelte-jsoneditor-CUGSvWId.js +25 -0
  155. dmart/cxb/assets/svelte-select-CegQKzqH.css +1 -0
  156. dmart/cxb/assets/svelte-select-CjHAt_85.js +6 -0
  157. dmart/cxb/assets/tailwind-merge-CJvxXMcu.js +1 -0
  158. dmart/cxb/assets/tailwind-variants-Cj20BoQ3.js +1 -0
  159. dmart/cxb/assets/toast-B9WDyfyI.js +1 -0
  160. dmart/cxb/assets/tslib-pJfR_DrR.js +1 -0
  161. dmart/cxb/assets/typewriter-editor-DkTVIJdm.js +25 -0
  162. dmart/cxb/assets/user-DeK_NB5v.js +1 -0
  163. dmart/cxb/assets/vanilla-picker-l5rcX3cq.js +8 -0
  164. dmart/cxb/assets/w3c-keyname-Vcq4gwWv.js +1 -0
  165. dmart/cxb/config.json +11 -0
  166. dmart/cxb/config.sample.json +11 -0
  167. dmart/cxb/favicon.ico +0 -0
  168. dmart/cxb/favicon.png +0 -0
  169. dmart/cxb/index.html +28 -0
  170. dmart/data_adapters/__init__.py +0 -0
  171. dmart/data_adapters/adapter.py +16 -0
  172. dmart/data_adapters/base_data_adapter.py +467 -0
  173. dmart/data_adapters/file/__init__.py +0 -0
  174. dmart/data_adapters/file/adapter.py +2043 -0
  175. dmart/data_adapters/file/adapter_helpers.py +1013 -0
  176. dmart/data_adapters/file/archive.py +150 -0
  177. dmart/data_adapters/file/create_index.py +331 -0
  178. dmart/data_adapters/file/create_users_folders.py +52 -0
  179. dmart/data_adapters/file/custom_validations.py +68 -0
  180. dmart/data_adapters/file/drop_index.py +40 -0
  181. dmart/data_adapters/file/health_check.py +560 -0
  182. dmart/data_adapters/file/redis_services.py +1110 -0
  183. dmart/data_adapters/helpers.py +27 -0
  184. dmart/data_adapters/sql/__init__.py +0 -0
  185. dmart/data_adapters/sql/adapter.py +3218 -0
  186. dmart/data_adapters/sql/adapter_helpers.py +491 -0
  187. dmart/data_adapters/sql/create_tables.py +451 -0
  188. dmart/data_adapters/sql/create_users_folders.py +53 -0
  189. dmart/data_adapters/sql/db_to_json_migration.py +485 -0
  190. dmart/data_adapters/sql/health_check_sql.py +232 -0
  191. dmart/data_adapters/sql/json_to_db_migration.py +454 -0
  192. dmart/data_adapters/sql/update_query_policies.py +101 -0
  193. dmart/data_generator.py +81 -0
  194. dmart/dmart.py +761 -0
  195. dmart/get_settings.py +7 -0
  196. dmart/hypercorn_config.toml +3 -0
  197. dmart/info.json +1 -0
  198. dmart/languages/__init__.py +0 -0
  199. dmart/languages/arabic.json +15 -0
  200. dmart/languages/english.json +16 -0
  201. dmart/languages/kurdish.json +14 -0
  202. dmart/languages/loader.py +12 -0
  203. dmart/login_creds.sh +7 -0
  204. dmart/login_creds.sh.sample +7 -0
  205. dmart/main.py +563 -0
  206. dmart/manifest.sh +12 -0
  207. dmart/migrate.py +24 -0
  208. dmart/models/__init__.py +0 -0
  209. dmart/models/api.py +203 -0
  210. dmart/models/core.py +597 -0
  211. dmart/models/enums.py +255 -0
  212. dmart/password_gen.py +8 -0
  213. dmart/plugins/__init__.py +0 -0
  214. dmart/plugins/action_log/__init__.py +0 -0
  215. dmart/plugins/action_log/config.json +13 -0
  216. dmart/plugins/action_log/plugin.py +121 -0
  217. dmart/plugins/admin_notification_sender/__init__.py +0 -0
  218. dmart/plugins/admin_notification_sender/config.json +13 -0
  219. dmart/plugins/admin_notification_sender/plugin.py +124 -0
  220. dmart/plugins/ldap_manager/__init__.py +0 -0
  221. dmart/plugins/ldap_manager/config.json +12 -0
  222. dmart/plugins/ldap_manager/dmart.schema +146 -0
  223. dmart/plugins/ldap_manager/plugin.py +100 -0
  224. dmart/plugins/ldap_manager/slapd.conf +53 -0
  225. dmart/plugins/local_notification/__init__.py +0 -0
  226. dmart/plugins/local_notification/config.json +13 -0
  227. dmart/plugins/local_notification/plugin.py +123 -0
  228. dmart/plugins/realtime_updates_notifier/__init__.py +0 -0
  229. dmart/plugins/realtime_updates_notifier/config.json +12 -0
  230. dmart/plugins/realtime_updates_notifier/plugin.py +58 -0
  231. dmart/plugins/redis_db_update/__init__.py +0 -0
  232. dmart/plugins/redis_db_update/config.json +13 -0
  233. dmart/plugins/redis_db_update/plugin.py +188 -0
  234. dmart/plugins/resource_folders_creation/__init__.py +0 -0
  235. dmart/plugins/resource_folders_creation/config.json +12 -0
  236. dmart/plugins/resource_folders_creation/plugin.py +81 -0
  237. dmart/plugins/system_notification_sender/__init__.py +0 -0
  238. dmart/plugins/system_notification_sender/config.json +13 -0
  239. dmart/plugins/system_notification_sender/plugin.py +188 -0
  240. dmart/plugins/update_access_controls/__init__.py +0 -0
  241. dmart/plugins/update_access_controls/config.json +12 -0
  242. dmart/plugins/update_access_controls/plugin.py +9 -0
  243. dmart/publish.sh +57 -0
  244. dmart/pylint.sh +16 -0
  245. dmart/pyrightconfig.json +7 -0
  246. dmart/redis_connections.sh +13 -0
  247. dmart/reload.sh +56 -0
  248. dmart/run.sh +3 -0
  249. dmart/run_notification_campaign.py +85 -0
  250. dmart/sample/spaces/applications/.dm/meta.space.json +30 -0
  251. dmart/sample/spaces/applications/api/.dm/meta.folder.json +1 -0
  252. dmart/sample/spaces/applications/api/.dm/query_all_applications/meta.content.json +1 -0
  253. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/meta.warframe.json +1 -0
  254. dmart/sample/spaces/applications/api/.dm/test_by_saad/attachments.media/warframe.png +0 -0
  255. dmart/sample/spaces/applications/api/.dm/test_by_saad/meta.content.json +1 -0
  256. dmart/sample/spaces/applications/api/.dm/user_profile/meta.content.json +1 -0
  257. dmart/sample/spaces/applications/api/applications/.dm/create_log/meta.content.json +1 -0
  258. dmart/sample/spaces/applications/api/applications/.dm/create_public_logs/meta.content.json +1 -0
  259. dmart/sample/spaces/applications/api/applications/.dm/meta.folder.json +1 -0
  260. dmart/sample/spaces/applications/api/applications/.dm/query_all_translated_data/meta.content.json +1 -0
  261. dmart/sample/spaces/applications/api/applications/.dm/query_logs/meta.content.json +1 -0
  262. dmart/sample/spaces/applications/api/applications/.dm/query_translated_enums/meta.content.json +1 -0
  263. dmart/sample/spaces/applications/api/applications/.dm/query_translated_others/meta.content.json +1 -0
  264. dmart/sample/spaces/applications/api/applications/.dm/query_translated_resolution/meta.content.json +1 -0
  265. dmart/sample/spaces/applications/api/applications/create_log.json +1 -0
  266. dmart/sample/spaces/applications/api/applications/create_public_logs.json +1 -0
  267. dmart/sample/spaces/applications/api/applications/query_all_translated_data.json +1 -0
  268. dmart/sample/spaces/applications/api/applications/query_logs.json +1 -0
  269. dmart/sample/spaces/applications/api/applications/query_translated_enums.json +1 -0
  270. dmart/sample/spaces/applications/api/applications/query_translated_others.json +1 -0
  271. dmart/sample/spaces/applications/api/applications/query_translated_resolution.json +1 -0
  272. dmart/sample/spaces/applications/api/applications.json +1 -0
  273. dmart/sample/spaces/applications/api/management/.dm/create_subaccount/meta.content.json +1 -0
  274. dmart/sample/spaces/applications/api/management/.dm/meta.folder.json +1 -0
  275. dmart/sample/spaces/applications/api/management/.dm/update_password/meta.content.json +1 -0
  276. dmart/sample/spaces/applications/api/management/create_subaccount.json +53 -0
  277. dmart/sample/spaces/applications/api/management/update_password.json +1 -0
  278. dmart/sample/spaces/applications/api/management.json +1 -0
  279. dmart/sample/spaces/applications/api/query_all_applications.json +15 -0
  280. dmart/sample/spaces/applications/api/test_by_saad.json +1 -0
  281. dmart/sample/spaces/applications/api/user/.dm/meta.folder.json +1 -0
  282. dmart/sample/spaces/applications/api/user/.dm/test_by_saad/meta.content.json +1 -0
  283. dmart/sample/spaces/applications/api/user/.dm/user_profile/meta.content.json +1 -0
  284. dmart/sample/spaces/applications/api/user/test_by_saad.json +1 -0
  285. dmart/sample/spaces/applications/api/user/user_profile.json +1 -0
  286. dmart/sample/spaces/applications/api/user_profile.json +1 -0
  287. dmart/sample/spaces/applications/api.json +1 -0
  288. dmart/sample/spaces/applications/collections/.dm/meta.folder.json +19 -0
  289. dmart/sample/spaces/applications/collections.json +1 -0
  290. dmart/sample/spaces/applications/configurations/.dm/meta.folder.json +1 -0
  291. dmart/sample/spaces/applications/configurations/time_out.json +1 -0
  292. dmart/sample/spaces/applications/configurations.json +19 -0
  293. dmart/sample/spaces/applications/errors.json +1 -0
  294. dmart/sample/spaces/applications/logs/.dm/meta.folder.json +1 -0
  295. dmart/sample/spaces/applications/logs.json +1 -0
  296. dmart/sample/spaces/applications/queries/.dm/meta.folder.json +1 -0
  297. dmart/sample/spaces/applications/queries/.dm/order/meta.content.json +1 -0
  298. dmart/sample/spaces/applications/queries/order.json +1 -0
  299. dmart/sample/spaces/applications/queries.json +1 -0
  300. dmart/sample/spaces/applications/schema/.dm/api/meta.schema.json +1 -0
  301. dmart/sample/spaces/applications/schema/.dm/configuration/meta.schema.json +1 -0
  302. dmart/sample/spaces/applications/schema/.dm/error/meta.schema.json +1 -0
  303. dmart/sample/spaces/applications/schema/.dm/log/meta.schema.json +1 -0
  304. dmart/sample/spaces/applications/schema/.dm/meta.folder.json +1 -0
  305. dmart/sample/spaces/applications/schema/.dm/query/meta.schema.json +16 -0
  306. dmart/sample/spaces/applications/schema/.dm/translation/meta.schema.json +1 -0
  307. dmart/sample/spaces/applications/schema/api.json +28 -0
  308. dmart/sample/spaces/applications/schema/configuration.json +1 -0
  309. dmart/sample/spaces/applications/schema/error.json +43 -0
  310. dmart/sample/spaces/applications/schema/log.json +1 -0
  311. dmart/sample/spaces/applications/schema/query.json +118 -0
  312. dmart/sample/spaces/applications/schema/translation.json +26 -0
  313. dmart/sample/spaces/applications/schema.json +1 -0
  314. dmart/sample/spaces/applications/translations/.dm/meta.folder.json +1 -0
  315. dmart/sample/spaces/applications/translations.json +1 -0
  316. dmart/sample/spaces/archive/.dm/meta.space.json +27 -0
  317. dmart/sample/spaces/custom_plugins/dummy/__pycache__/plugin.cpython-314.pyc +0 -0
  318. dmart/sample/spaces/custom_plugins/dummy/config.json +28 -0
  319. dmart/sample/spaces/custom_plugins/dummy/plugin.py +6 -0
  320. dmart/sample/spaces/custom_plugins/missed_entry/config.json +12 -0
  321. dmart/sample/spaces/custom_plugins/missed_entry/plugin.py +119 -0
  322. dmart/sample/spaces/custom_plugins/own_changed_notification/__pycache__/plugin.cpython-314.pyc +0 -0
  323. dmart/sample/spaces/custom_plugins/own_changed_notification/config.json +12 -0
  324. dmart/sample/spaces/custom_plugins/own_changed_notification/plugin.py +65 -0
  325. dmart/sample/spaces/custom_plugins/reports_stats/config.json +14 -0
  326. dmart/sample/spaces/custom_plugins/reports_stats/plugin.py +82 -0
  327. dmart/sample/spaces/custom_plugins/system_notification_sender/config.json +22 -0
  328. dmart/sample/spaces/custom_plugins/system_notification_sender/notification.py +268 -0
  329. dmart/sample/spaces/custom_plugins/system_notification_sender/plugin.py +98 -0
  330. dmart/sample/spaces/management/.dm/events.jsonl +32 -0
  331. dmart/sample/spaces/management/.dm/meta.space.json +48 -0
  332. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/admin.json +36 -0
  333. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.admin.json +1 -0
  334. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/meta.system.json +1 -0
  335. dmart/sample/spaces/management/.dm/notifications/attachments.view.json/system.json +32 -0
  336. dmart/sample/spaces/management/collections/.dm/meta.folder.json +1 -0
  337. dmart/sample/spaces/management/collections.json +1 -0
  338. dmart/sample/spaces/management/groups/.dm/meta.folder.json +1 -0
  339. dmart/sample/spaces/management/groups.json +1 -0
  340. dmart/sample/spaces/management/health_check/.dm/meta.folder.json +1 -0
  341. dmart/sample/spaces/management/health_check.json +1 -0
  342. dmart/sample/spaces/management/notifications/.dm/meta.folder.json +1 -0
  343. dmart/sample/spaces/management/notifications/admin/.dm/meta.folder.json +9 -0
  344. dmart/sample/spaces/management/notifications/system/.dm/meta.folder.json +9 -0
  345. dmart/sample/spaces/management/notifications.json +1 -0
  346. dmart/sample/spaces/management/permissions/.dm/access_applications/meta.permission.json +31 -0
  347. dmart/sample/spaces/management/permissions/.dm/access_applications_world/meta.permission.json +31 -0
  348. dmart/sample/spaces/management/permissions/.dm/access_messages/meta.permission.json +23 -0
  349. dmart/sample/spaces/management/permissions/.dm/access_personal/meta.permission.json +40 -0
  350. dmart/sample/spaces/management/permissions/.dm/access_protected/meta.permission.json +33 -0
  351. dmart/sample/spaces/management/permissions/.dm/access_public/meta.permission.json +24 -0
  352. dmart/sample/spaces/management/permissions/.dm/browse_all_folders/meta.permission.json +23 -0
  353. dmart/sample/spaces/management/permissions/.dm/create_log/meta.permission.json +24 -0
  354. dmart/sample/spaces/management/permissions/.dm/interviewer/meta.permission.json +1 -0
  355. dmart/sample/spaces/management/permissions/.dm/manage_applications/meta.permission.json +1 -0
  356. dmart/sample/spaces/management/permissions/.dm/manage_debug/meta.permission.json +25 -0
  357. dmart/sample/spaces/management/permissions/.dm/manage_spaces/meta.permission.json +24 -0
  358. dmart/sample/spaces/management/permissions/.dm/meta.folder.json +1 -0
  359. dmart/sample/spaces/management/permissions/.dm/rules_management_default/meta.permission.json +32 -0
  360. dmart/sample/spaces/management/permissions/.dm/super_manager/meta.permission.json +52 -0
  361. dmart/sample/spaces/management/permissions/.dm/view_activity_log/meta.permission.json +26 -0
  362. dmart/sample/spaces/management/permissions/.dm/view_collections/meta.permission.json +29 -0
  363. dmart/sample/spaces/management/permissions/.dm/view_logs/meta.permission.json +30 -0
  364. dmart/sample/spaces/management/permissions/.dm/view_roles/meta.permission.json +29 -0
  365. dmart/sample/spaces/management/permissions/.dm/view_users/meta.permission.json +25 -0
  366. dmart/sample/spaces/management/permissions/.dm/view_world/meta.permission.json +31 -0
  367. dmart/sample/spaces/management/permissions/.dm/world/meta.permission.json +35 -0
  368. dmart/sample/spaces/management/permissions.json +1 -0
  369. dmart/sample/spaces/management/requests.json +1 -0
  370. dmart/sample/spaces/management/roles/.dm/dummy/meta.role.json +12 -0
  371. dmart/sample/spaces/management/roles/.dm/logged_in/meta.role.json +18 -0
  372. dmart/sample/spaces/management/roles/.dm/manager/meta.role.json +13 -0
  373. dmart/sample/spaces/management/roles/.dm/meta.folder.json +1 -0
  374. dmart/sample/spaces/management/roles/.dm/moderator/meta.role.json +13 -0
  375. dmart/sample/spaces/management/roles/.dm/super_admin/meta.role.json +14 -0
  376. dmart/sample/spaces/management/roles/.dm/test_role/meta.role.json +13 -0
  377. dmart/sample/spaces/management/roles/.dm/world/meta.role.json +15 -0
  378. dmart/sample/spaces/management/roles.json +1 -0
  379. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/meta.ui_schema.json +10 -0
  380. dmart/sample/spaces/management/schema/.dm/admin_notification_request/attachments.media/ui_schema.json +32 -0
  381. dmart/sample/spaces/management/schema/.dm/admin_notification_request/meta.schema.json +1 -0
  382. dmart/sample/spaces/management/schema/.dm/api/meta.schema.json +1 -0
  383. dmart/sample/spaces/management/schema/.dm/folder_rendering/meta.schema.json +1 -0
  384. dmart/sample/spaces/management/schema/.dm/health_check/meta.schema.json +17 -0
  385. dmart/sample/spaces/management/schema/.dm/meta.folder.json +1 -0
  386. dmart/sample/spaces/management/schema/.dm/meta_schema/meta.schema.json +1 -0
  387. dmart/sample/spaces/management/schema/.dm/metafile/meta.schema.json +14 -0
  388. dmart/sample/spaces/management/schema/.dm/notification/meta.schema.json +1 -0
  389. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/meta.ui_schema.json +10 -0
  390. dmart/sample/spaces/management/schema/.dm/system_notification_request/attachments.media/ui_schema.json +32 -0
  391. dmart/sample/spaces/management/schema/.dm/system_notification_request/meta.schema.json +1 -0
  392. dmart/sample/spaces/management/schema/.dm/view/meta.schema.json +1 -0
  393. dmart/sample/spaces/management/schema/.dm/workflow/meta.schema.json +1 -0
  394. dmart/sample/spaces/management/schema/admin_notification_request.json +89 -0
  395. dmart/sample/spaces/management/schema/api.json +1 -0
  396. dmart/sample/spaces/management/schema/folder_rendering.json +238 -0
  397. dmart/sample/spaces/management/schema/health_check.json +8 -0
  398. dmart/sample/spaces/management/schema/meta_schema.json +74 -0
  399. dmart/sample/spaces/management/schema/metafile.json +153 -0
  400. dmart/sample/spaces/management/schema/notification.json +28 -0
  401. dmart/sample/spaces/management/schema/system_notification_request.json +57 -0
  402. dmart/sample/spaces/management/schema/view.json +23 -0
  403. dmart/sample/spaces/management/schema/workflow.json +87 -0
  404. dmart/sample/spaces/management/schema.json +1 -0
  405. dmart/sample/spaces/management/users/.dm/alibaba/meta.user.json +23 -0
  406. dmart/sample/spaces/management/users/.dm/anonymous/meta.user.json +18 -0
  407. dmart/sample/spaces/management/users/.dm/dmart/meta.user.json +26 -0
  408. dmart/sample/spaces/management/users/.dm/meta.folder.json +14 -0
  409. dmart/sample/spaces/management/workflows/.dm/channel/meta.content.json +1 -0
  410. dmart/sample/spaces/management/workflows/.dm/meta.folder.json +1 -0
  411. dmart/sample/spaces/management/workflows/channel.json +148 -0
  412. dmart/sample/spaces/management/workflows.json +1 -0
  413. dmart/sample/spaces/maqola/.dm/meta.space.json +33 -0
  414. dmart/sample/spaces/personal/.dm/meta.space.json +24 -0
  415. dmart/sample/spaces/personal/people/.dm/meta.folder.json +1 -0
  416. dmart/sample/spaces/personal/people/dmart/.dm/meta.folder.json +1 -0
  417. dmart/sample/spaces/personal/people/dmart/messages/.dm/0b5f7e7f/meta.content.json +1 -0
  418. dmart/sample/spaces/personal/people/dmart/messages/.dm/meta.folder.json +1 -0
  419. dmart/sample/spaces/personal/people/dmart/messages/.dm/mytest/meta.content.json +1 -0
  420. dmart/sample/spaces/personal/people/dmart/messages/0b5f7e7f.json +1 -0
  421. dmart/sample/spaces/personal/people/dmart/messages/mytest.json +1 -0
  422. dmart/sample/spaces/personal/people/dmart/notifications/.dm/meta.folder.json +1 -0
  423. dmart/sample/spaces/personal/people/dmart/private/.dm/inner/meta.content.json +1 -0
  424. dmart/sample/spaces/personal/people/dmart/private/.dm/meta.folder.json +1 -0
  425. dmart/sample/spaces/personal/people/dmart/private/inner.json +1 -0
  426. dmart/sample/spaces/personal/people/dmart/protected/.dm/avatar/meta.content.json +1 -0
  427. dmart/sample/spaces/personal/people/dmart/protected/.dm/meta.folder.json +1 -0
  428. dmart/sample/spaces/personal/people/dmart/protected/avatar.png +0 -0
  429. dmart/sample/spaces/personal/people/dmart/public/.dm/meta.folder.json +1 -0
  430. dmart/sample/test/.gitignore +2 -0
  431. dmart/sample/test/createcontent.json +9 -0
  432. dmart/sample/test/createmedia.json +9 -0
  433. dmart/sample/test/createmedia_entry.json +6 -0
  434. dmart/sample/test/createschema.json +8 -0
  435. dmart/sample/test/createschemawork.json +11 -0
  436. dmart/sample/test/createticket.json +13 -0
  437. dmart/sample/test/data.json +4 -0
  438. dmart/sample/test/deletecontent.json +12 -0
  439. dmart/sample/test/logo.jpeg +0 -0
  440. dmart/sample/test/my.jpg +0 -0
  441. dmart/sample/test/myticket.json +23 -0
  442. dmart/sample/test/resources.csv +12 -0
  443. dmart/sample/test/schema.json +16 -0
  444. dmart/sample/test/temp.json +1 -0
  445. dmart/sample/test/test.dmart +45 -0
  446. dmart/sample/test/ticket_schema.json +23 -0
  447. dmart/sample/test/ticket_workflow.json +85 -0
  448. dmart/sample/test/ticketbody.json +4 -0
  449. dmart/sample/test/ticketcontent.json +14 -0
  450. dmart/sample/test/updatecontent.json +20 -0
  451. dmart/sample/test/workflow_schema.json +68 -0
  452. dmart/scheduled_notification_handler.py +121 -0
  453. dmart/schema_migration.py +208 -0
  454. dmart/schema_modulate.py +192 -0
  455. dmart/set_admin_passwd.py +75 -0
  456. dmart/sync.py +202 -0
  457. dmart/test_utils.py +34 -0
  458. dmart/utils/__init__.py +0 -0
  459. dmart/utils/access_control.py +306 -0
  460. dmart/utils/async_request.py +8 -0
  461. dmart/utils/exporter.py +309 -0
  462. dmart/utils/firebase_notifier.py +57 -0
  463. dmart/utils/generate_email.py +37 -0
  464. dmart/utils/helpers.py +352 -0
  465. dmart/utils/hypercorn_config.py +12 -0
  466. dmart/utils/internal_error_code.py +60 -0
  467. dmart/utils/jwt.py +124 -0
  468. dmart/utils/logger.py +167 -0
  469. dmart/utils/middleware.py +99 -0
  470. dmart/utils/notification.py +75 -0
  471. dmart/utils/password_hashing.py +16 -0
  472. dmart/utils/plugin_manager.py +202 -0
  473. dmart/utils/query_policies_helper.py +128 -0
  474. dmart/utils/regex.py +44 -0
  475. dmart/utils/repository.py +529 -0
  476. dmart/utils/router_helper.py +19 -0
  477. dmart/utils/settings.py +212 -0
  478. dmart/utils/sms_notifier.py +21 -0
  479. dmart/utils/social_sso.py +67 -0
  480. dmart/utils/templates/activation.html.j2 +26 -0
  481. dmart/utils/templates/reminder.html.j2 +17 -0
  482. dmart/utils/ticket_sys_utils.py +203 -0
  483. dmart/utils/web_notifier.py +29 -0
  484. dmart/websocket.py +231 -0
  485. dmart-1.4.40.post8.dist-info/METADATA +75 -0
  486. dmart-1.4.40.post8.dist-info/RECORD +489 -0
  487. dmart-1.4.40.post8.dist-info/WHEEL +5 -0
  488. dmart-1.4.40.post8.dist-info/entry_points.txt +2 -0
  489. dmart-1.4.40.post8.dist-info/top_level.txt +1 -0
@@ -0,0 +1 @@
1
+ .clip{clip-path:polygon(0 0,0% 100%,100% 100%,100% 85%,15% 0)}
@@ -0,0 +1 @@
1
+ import{p as B,g as O,b as x,a5 as n,C as j,a3 as A,j as y,E as c,F as P,k as r,l as S,R as g,af as b,a6 as W}from"./svelte-B2XmcTi_.js";import{c as R}from"./clsx-B-dksMZM.js";import{t as I}from"./tailwind-merge-CJvxXMcu.js";function F(...L){return I(R(L))}var T=n("<title> </title>"),q=n("<desc> </desc>"),N=n('<svg><!><!><path fill-rule="evenodd" d="M10 2a3 3 0 0 0-3 3v1H5a3 3 0 0 0-3 3v2.382l1.447.723.005.003.027.013.12.056c.108.05.272.123.486.212.429.177 1.056.416 1.834.655C7.481 13.524 9.63 14 12 14c2.372 0 4.52-.475 6.08-.956.78-.24 1.406-.478 1.835-.655a14.028 14.028 0 0 0 .606-.268l.027-.013.005-.002L22 11.381V9a3 3 0 0 0-3-3h-2V5a3 3 0 0 0-3-3h-4Zm5 4V5a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v1h6Zm6.447 7.894.553-.276V19a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3v-5.382l.553.276.002.002.004.002.013.006.041.02.151.07c.13.06.318.144.557.242.478.198 1.163.46 2.01.72C7.019 15.476 9.37 16 12 16c2.628 0 4.98-.525 6.67-1.044a22.95 22.95 0 0 0 2.01-.72 15.994 15.994 0 0 0 .707-.312l.041-.02.013-.006.004-.002.001-.001-.431-.866.432.865ZM12 10a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2H12Z" clip-rule="evenodd"></path></svg>');function Yi(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=N();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=T(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=q(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var U=n("<title> </title>"),G=n("<desc> </desc>"),J=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M4 10h16m-8-3V4M7 7V4m10 3V4M5 20h14a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1Zm3-7h.01v.01H8V13Zm4 0h.01v.01H12V13Zm4 0h.01v.01H16V13Zm-8 4h.01v.01H8V17Zm4 0h.01v.01H12V17Zm4 0h.01v.01H16V17Z"></path></svg>');function $i(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=J();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=U(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=G(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var K=n("<title> </title>"),Q=n("<desc> </desc>"),X=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m7 16 4-4-4-4m6 8 4-4-4-4"></path></svg>');function pi(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=X();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=K(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Q(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Y=n("<title> </title>"),$=n("<desc> </desc>"),p=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m8 10 4 4 4-4"></path></svg>');function ea(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=p();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Y(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=$(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var ee=n("<title> </title>"),te=n("<desc> </desc>"),ie=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m10 16 4-4-4-4"></path></svg>');function ta(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=ie();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=ee(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=te(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var ae=n("<title> </title>"),le=n("<desc> </desc>"),de=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 8v4l3 3M3.22302 14C4.13247 18.008 7.71683 21 12 21c4.9706 0 9-4.0294 9-9 0-4.97056-4.0294-9-9-9-3.72916 0-6.92858 2.26806-8.29409 5.5M7 9H3V5"></path></svg>');function ia(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=de();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=ae(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=le(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var se=n("<title> </title>"),ce=n("<desc> </desc>"),re=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 8v4l3 3m6-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path></svg>');function aa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=re();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=se(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=ce(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var ne=n("<title> </title>"),oe=n("<desc> </desc>"),ve=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M6 18 17.94 6M18 18 6.06 6"></path></svg>');function la(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=ve();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=ne(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=oe(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var he=n("<title> </title>"),we=n("<desc> </desc>"),be=n('<svg><!><!><path fill-rule="evenodd" d="M5 6a3 3 0 1 1 4 2.83V10a1 1 0 0 0 1 1h4a1 1 0 0 0 1-1V8.83a3.001 3.001 0 1 1 2 0V10a3 3 0 0 1-3 3h-1v2.17a3.001 3.001 0 1 1-2 0V13h-1a3 3 0 0 1-3-3V8.83A3.001 3.001 0 0 1 5 6Z" clip-rule="evenodd"></path></svg>');function da(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=be();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=he(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=we(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var xe=n("<title> </title>"),ge=n("<desc> </desc>"),ue=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m8 8-4 4 4 4m8 0 4-4-4-4m-2-3-4 14"></path></svg>');function sa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=ue();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=xe(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=ge(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var me=n("<title> </title>"),ke=n("<desc> </desc>"),_e=n('<svg><!><!><path d="M9.98189 4.50602c1.24881-.67469 2.78741-.67469 4.03621 0l3.9638 2.14148c.3634.19632.6862.44109.9612.72273l-6.9288 3.60207L5.20654 7.225c.2403-.22108.51215-.41573.81157-.5775l3.96378-2.14148ZM4.16678 8.84364C4.05757 9.18783 4 9.5493 4 9.91844v4.28296c0 1.3494.7693 2.5963 2.01811 3.2709l3.96378 2.1415c.32051.1732.66011.3019 1.00901.3862v-7.4L4.16678 8.84364ZM13.009 20c.3489-.0843.6886-.213 1.0091-.3862l3.9638-2.1415C19.2307 16.7977 20 15.5508 20 14.2014V9.91844c0-.30001-.038-.59496-.1109-.87967L13.009 12.6155V20Z"></path></svg>');function ca(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=_e();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=me(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=ke(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var fe=n("<title> </title>"),ze=n("<desc> </desc>"),Le=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" d="M6 12h.01m6 0h.01m5.99 0h.01"></path></svg>');function ra(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||3),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Le();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=fe(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=ze(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Ce=n("<title> </title>"),ye=n("<desc> </desc>"),We=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 13V4M7 14H5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-2m-1-5-4 5-4-5m9 8h.01"></path></svg>');function na(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=We();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Ce(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=ye(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var De=n("<title> </title>"),Me=n("<desc> </desc>"),Ze=n('<svg><!><!><path d="M5 3a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H5Zm0 12a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H5Zm12 0a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2h-2Zm0-12a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2h-2Z"></path><path fill-rule="evenodd" d="M10 6.5a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1ZM10 18a1 1 0 0 1 1-1h2a1 1 0 1 1 0 2h-2a1 1 0 0 1-1-1Zm-4-4a1 1 0 0 1-1-1v-2a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1Zm12 0a1 1 0 0 1-1-1v-2a1 1 0 1 1 2 0v2a1 1 0 0 1-1 1Z" clip-rule="evenodd"></path></svg>');function oa(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Ze();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=De(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=Me(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var He=n("<title> </title>"),Ve=n("<desc> </desc>"),Pe=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="m14.304 4.844 2.852 2.852M7 7H4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h11a1 1 0 0 0 1-1v-4.5m2.409-9.91a2.017 2.017 0 0 1 0 2.853l-6.844 6.844L8 14l.713-3.565 6.844-6.844a2.015 2.015 0 0 1 2.852 0Z"></path></svg>');function va(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Pe();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=He(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Ve(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Be=n("<title> </title>"),Oe=n("<desc> </desc>"),je=n('<svg><!><!><path stroke="currentColor" d="M21 12c0 1.2-4.03 6-9 6s-9-4.8-9-6c0-1.2 4.03-6 9-6s9 4.8 9 6Z"></path><path stroke="currentColor" d="M15 12a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"></path></svg>');function ha(L,e){var o,l,a,i;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((o=e.title)==null?void 0:o.id)||""} ${((l=e.desc)==null?void 0:l.id)||""}`.trim();const u=!!((a=e.title)!=null&&a.id||(i=e.desc)!=null&&i.id),w=!!e.ariaLabel||u;var s=je();j(s,t=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:t,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=t=>{var h=Be(),E=c(h);g(()=>{b(h,"id",e.title.id),W(E,e.title.title)}),r(t,h)};y(m,t=>{var h;(h=e.title)!=null&&h.id&&e.title.title&&t(V)})}var k=P(m);{var z=t=>{var h=Oe(),E=c(h);g(()=>{b(h,"id",e.desc.id),W(E,e.desc.desc)}),r(t,h)};y(k,t=>{var h;(h=e.desc)!=null&&h.id&&e.desc.desc&&t(z)})}var _=P(k),v=P(_);g(()=>{b(_,"stroke-width",C()),b(v,"stroke-width",C())}),r(L,s),S()}var Ae=n("<title> </title>"),Se=n("<desc> </desc>"),Fe=n('<svg><!><!><path d="m4 15.6 3.055-3.056A4.913 4.913 0 0 1 7 12.012a5.006 5.006 0 0 1 5-5c.178.009.356.027.532.054l1.744-1.744A8.973 8.973 0 0 0 12 5.012c-5.388 0-10 5.336-10 7A6.49 6.49 0 0 0 4 15.6Z"></path><path d="m14.7 10.726 4.995-5.007A.998.998 0 0 0 18.99 4a1 1 0 0 0-.71.305l-4.995 5.007a2.98 2.98 0 0 0-.588-.21l-.035-.01a2.981 2.981 0 0 0-3.584 3.583c0 .012.008.022.01.033.05.204.12.402.211.59l-4.995 4.983a1 1 0 1 0 1.414 1.414l4.995-4.983c.189.091.386.162.59.211.011 0 .021.007.033.01a2.982 2.982 0 0 0 3.584-3.584c0-.012-.008-.023-.011-.035a3.05 3.05 0 0 0-.21-.588Z"></path><path d="m19.821 8.605-2.857 2.857a4.952 4.952 0 0 1-5.514 5.514l-1.785 1.785c.767.166 1.55.25 2.335.251 6.453 0 10-5.258 10-7 0-1.166-1.637-2.874-2.179-3.407Z"></path></svg>');function wa(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Fe();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Ae(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=Se(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Ee=n("<title> </title>"),Re=n("<desc> </desc>"),Ie=n('<svg><!><!><path fill-rule="evenodd" d="M4.998 7.78C6.729 6.345 9.198 5 12 5c2.802 0 5.27 1.345 7.002 2.78a12.713 12.713 0 0 1 2.096 2.183c.253.344.465.682.618.997.14.286.284.658.284 1.04s-.145.754-.284 1.04a6.6 6.6 0 0 1-.618.997 12.712 12.712 0 0 1-2.096 2.183C17.271 17.655 14.802 19 12 19c-2.802 0-5.27-1.345-7.002-2.78a12.712 12.712 0 0 1-2.096-2.183 6.6 6.6 0 0 1-.618-.997C2.144 12.754 2 12.382 2 12s.145-.754.284-1.04c.153-.315.365-.653.618-.997A12.714 12.714 0 0 1 4.998 7.78ZM12 15a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z" clip-rule="evenodd"></path></svg>');function ba(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Ie();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Ee(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=Re(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Te=n("<title> </title>"),qe=n("<desc> </desc>"),Ne=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M18 9V4a1 1 0 0 0-1-1H8.914a1 1 0 0 0-.707.293L4.293 7.207A1 1 0 0 0 4 7.914V20a1 1 0 0 0 1 1h4M9 3v4a1 1 0 0 1-1 1H4m11 6v4m-2-2h4m3 0a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z"></path></svg>');function xa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Ne();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Te(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=qe(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Ue=n("<title> </title>"),Ge=n("<desc> </desc>"),Je=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M10 3v4a1 1 0 0 1-1 1H5m5 4-2 2 2 2m4-4 2 2-2 2m5-12v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V7.914a1 1 0 0 1 .293-.707l3.914-3.914A1 1 0 0 1 9.914 3H18a1 1 0 0 1 1 1Z"></path></svg>');function ga(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Je();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Ue(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Ge(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Ke=n("<title> </title>"),Qe=n("<desc> </desc>"),Xe=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M5 10V7.914a1 1 0 0 1 .293-.707l3.914-3.914A1 1 0 0 1 9.914 3H18a1 1 0 0 1 1 1v6M5 19v1a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-1M10 3v4a1 1 0 0 1-1 1H5m2.665 9H6.647A1.647 1.647 0 0 1 5 15.353v-1.706A1.647 1.647 0 0 1 6.647 12h1.018M16 12l1.443 4.773L19 12m-6.057-.152-.943-.02a1.34 1.34 0 0 0-1.359 1.22 1.32 1.32 0 0 0 1.172 1.421l.536.059a1.273 1.273 0 0 1 1.226 1.718c-.2.571-.636.754-1.337.754h-1.13"></path></svg>');function ua(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Xe();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Ke(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Qe(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Ye=n("<title> </title>"),$e=n("<desc> </desc>"),pe=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M19 10V4a1 1 0 0 0-1-1H9.914a1 1 0 0 0-.707.293L5.293 7.207A1 1 0 0 0 5 7.914V20a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2M10 3v4a1 1 0 0 1-1 1H5m5 6h9m0 0-2-2m2 2-2 2"></path></svg>');function ma(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=pe();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Ye(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=$e(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var et=n("<title> </title>"),tt=n("<desc> </desc>"),it=n('<svg><!><!><path d="M16 18H8l2.5-6 2 4 1.5-2 2 4Zm-1-8.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"></path><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M10 3v4a1 1 0 0 1-1 1H5m14-4v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V7.914a1 1 0 0 1 .293-.707l3.914-3.914A1 1 0 0 1 9.914 3H18a1 1 0 0 1 1 1ZM8 18h8l-2-4-1.5 2-2-4L8 18Zm7-8.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"></path></svg>');function ka(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=it();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=et(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=tt(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k,2);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var at=n("<title> </title>"),lt=n("<desc> </desc>"),dt=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M5 12V7.914a1 1 0 0 1 .293-.707l3.914-3.914A1 1 0 0 1 9.914 3H18a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1v-4m5-13v4a1 1 0 0 1-1 1H5m0 6h9m0 0-2-2m2 2-2 2"></path></svg>');function _a(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=dt();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=at(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=lt(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var st=n("<title> </title>"),ct=n("<desc> </desc>"),rt=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M10 3v4a1 1 0 0 1-1 1H5m4 8h6m-6-4h6m4-8v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V7.914a1 1 0 0 1 .293-.707l3.914-3.914A1 1 0 0 1 9.914 3H18a1 1 0 0 1 1 1Z"></path></svg>');function fa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=rt();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=st(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=ct(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var nt=n("<title> </title>"),ot=n("<desc> </desc>"),vt=n('<svg><!><!><path fill-rule="evenodd" d="M9 2.221V7H4.221a2 2 0 0 1 .365-.5L8.5 2.586A2 2 0 0 1 9 2.22ZM11 2v5a2 2 0 0 1-2 2H4v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2h-7ZM8 16a1 1 0 0 1 1-1h6a1 1 0 1 1 0 2H9a1 1 0 0 1-1-1Zm1-5a1 1 0 1 0 0 2h6a1 1 0 1 0 0-2H9Z" clip-rule="evenodd"></path></svg>');function za(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=vt();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=nt(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=ot(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var ht=n("<title> </title>"),wt=n("<desc> </desc>"),bt=n('<svg><!><!><path fill-rule="evenodd" d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5H9Zm2 0V2h7a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2Zm2.318.052h-.002A1 1 0 0 0 12 8v5.293A4.033 4.033 0 0 0 10.5 13C8.787 13 7 14.146 7 16s1.787 3 3.5 3 3.5-1.146 3.5-3c0-.107-.006-.211-.017-.313A1.04 1.04 0 0 0 14 15.5V9.766c.538.493 1 1.204 1 2.234a1 1 0 1 0 2 0c0-1.881-.956-3.14-1.86-3.893a6.4 6.4 0 0 0-1.636-.985 4.009 4.009 0 0 0-.165-.063l-.014-.005-.005-.001-.002-.001ZM9 16c0-.356.452-1 1.5-1s1.5.644 1.5 1-.452 1-1.5 1S9 16.356 9 16Z" clip-rule="evenodd"></path></svg>');function La(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=bt();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=ht(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=wt(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var xt=n("<title> </title>"),gt=n("<desc> </desc>"),ut=n('<svg><!><!><path stroke="currentColor" stroke-linejoin="round" d="M10 3v4a1 1 0 0 1-1 1H5m14-4v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V7.914a1 1 0 0 1 .293-.707l3.914-3.914A1 1 0 0 1 9.914 3H18a1 1 0 0 1 1 1Z"></path></svg>');function Ca(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=ut();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=xt(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=gt(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var mt=n("<title> </title>"),kt=n("<desc> </desc>"),_t=n('<svg><!><!><path fill-rule="evenodd" d="M9 7V2.221a2 2 0 0 0-.5.365L4.586 6.5a2 2 0 0 0-.365.5H9Zm2 0V2h7a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V9h5a2 2 0 0 0 2-2Zm-2 4a2 2 0 0 0-2 2v2a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H9Zm0 2h2v2H9v-2Zm7.965-.557a1 1 0 0 0-1.692-.72l-1.268 1.218a1 1 0 0 0-.308.721v.733a1 1 0 0 0 .37.776l1.267 1.032a1 1 0 0 0 1.631-.776v-2.984Z" clip-rule="evenodd"></path></svg>');function ya(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=_t();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=mt(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=kt(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var ft=n("<title> </title>"),zt=n("<desc> </desc>"),Lt=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" d="M18.796 4H5.204a1 1 0 0 0-.753 1.659l5.302 6.058a1 1 0 0 1 .247.659v4.874a.5.5 0 0 0 .2.4l3 2.25a.5.5 0 0 0 .8-.4v-7.124a1 1 0 0 1 .247-.659l5.302-6.059c.566-.646.106-1.658-.753-1.658Z"></path></svg>');function Wa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Lt();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=ft(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=zt(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Ct=n("<title> </title>"),yt=n("<desc> </desc>"),Wt=n('<svg><!><!><path d="M5.05 3C3.291 3 2.352 5.024 3.51 6.317l5.422 6.059v4.874c0 .472.227.917.613 1.2l3.069 2.25c1.01.742 2.454.036 2.454-1.2v-7.124l5.422-6.059C21.647 5.024 20.708 3 18.95 3H5.05Z"></path></svg>');function Da(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Wt();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Ct(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=yt(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Dt=n("<title> </title>"),Mt=n("<desc> </desc>"),Zt=n('<svg><!><!><path stroke="currentColor" stroke-linejoin="round" d="M4 5a1 1 0 0 1 1-1h11.586a1 1 0 0 1 .707.293l2.414 2.414a1 1 0 0 1 .293.707V19a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5Z"></path><path stroke="currentColor" stroke-linejoin="round" d="M8 4h8v4H8V4Zm7 10a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"></path></svg>');function Ma(L,e){var o,l,a,i;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((o=e.title)==null?void 0:o.id)||""} ${((l=e.desc)==null?void 0:l.id)||""}`.trim();const u=!!((a=e.title)!=null&&a.id||(i=e.desc)!=null&&i.id),w=!!e.ariaLabel||u;var s=Zt();j(s,t=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:t,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=t=>{var h=Dt(),E=c(h);g(()=>{b(h,"id",e.title.id),W(E,e.title.title)}),r(t,h)};y(m,t=>{var h;(h=e.title)!=null&&h.id&&e.title.title&&t(V)})}var k=P(m);{var z=t=>{var h=Mt(),E=c(h);g(()=>{b(h,"id",e.desc.id),W(E,e.desc.desc)}),r(t,h)};y(k,t=>{var h;(h=e.desc)!=null&&h.id&&e.desc.desc&&t(z)})}var _=P(k),v=P(_);g(()=>{b(_,"stroke-width",C()),b(v,"stroke-width",C())}),r(L,s),S()}var Ht=n("<title> </title>"),Vt=n("<desc> </desc>"),Pt=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M13.5 8H4m0-2v13a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-5.032a1 1 0 0 1-.768-.36l-1.9-2.28a1 1 0 0 0-.768-.36H5a1 1 0 0 0-1 1Z"></path></svg>');function Za(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Pt();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Ht(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Vt(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Bt=n("<title> </title>"),Ot=n("<desc> </desc>"),jt=n('<svg><!><!><path fill-rule="evenodd" d="M3 6a2 2 0 0 1 2-2h5.532a2 2 0 0 1 1.536.72l1.9 2.28H3V6Zm0 3v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V9H3Z" clip-rule="evenodd"></path></svg>');function Ha(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=jt();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Bt(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=Ot(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var At=n("<title> </title>"),St=n("<desc> </desc>"),Ft=n('<svg><!><!><path fill-rule="evenodd" d="M11.293 3.293a1 1 0 0 1 1.414 0l6 6 2 2a1 1 0 0 1-1.414 1.414L19 12.414V19a2 2 0 0 1-2 2h-3a1 1 0 0 1-1-1v-3h-2v3a1 1 0 0 1-1 1H7a2 2 0 0 1-2-2v-6.586l-.293.293a1 1 0 0 1-1.414-1.414l2-2 6-6Z" clip-rule="evenodd"></path></svg>');function Va(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Ft();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=At(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=St(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Et=n("<title> </title>"),Rt=n("<desc> </desc>"),It=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M10 11h2v5m-2 0h4m-2.592-8.5h.01M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path></svg>');function Pa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=It();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Et(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Rt(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Tt=n("<title> </title>"),qt=n("<desc> </desc>"),Nt=n('<svg><!><!><path fill-rule="evenodd" d="M2 12C2 6.477 6.477 2 12 2s10 4.477 10 10-4.477 10-10 10S2 17.523 2 12Zm9.408-5.5a1 1 0 1 0 0 2h.01a1 1 0 1 0 0-2h-.01ZM10 10a1 1 0 1 0 0 2h1v3h-1a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2h-1v-4a1 1 0 0 0-1-1h-2Z" clip-rule="evenodd"></path></svg>');function Ba(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Nt();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Tt(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=qt(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Ut=n("<title> </title>"),Gt=n("<desc> </desc>"),Jt=n('<svg><!><!><path fill-rule="evenodd" d="M5.005 10.19a1 1 0 0 1 1 1v.233l5.998 3.464L18 11.423v-.232a1 1 0 1 1 2 0V12a1 1 0 0 1-.5.866l-6.997 4.042a1 1 0 0 1-1 0l-6.998-4.042a1 1 0 0 1-.5-.866v-.81a1 1 0 0 1 1-1ZM5 15.15a1 1 0 0 1 1 1v.232l5.997 3.464 5.998-3.464v-.232a1 1 0 1 1 2 0v.81a1 1 0 0 1-.5.865l-6.998 4.042a1 1 0 0 1-1 0L4.5 17.824a1 1 0 0 1-.5-.866v-.81a1 1 0 0 1 1-1Z" clip-rule="evenodd"></path><path d="M12.503 2.134a1 1 0 0 0-1 0L4.501 6.17A1 1 0 0 0 4.5 7.902l7.002 4.047a1 1 0 0 0 1 0l6.998-4.04a1 1 0 0 0 0-1.732l-6.997-4.042Z"></path></svg>');function Oa(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Jt();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Ut(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=Gt(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Kt=n("<title> </title>"),Qt=n("<desc> </desc>"),Xt=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" d="M9 8h10M9 12h10M9 16h10M4.99 8H5m-.02 4h.01m0 4H5"></path></svg>');function ja(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Xt();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Kt(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Qt(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Yt=n("<title> </title>"),$t=n("<desc> </desc>"),pt=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M5 12h14"></path></svg>');function Aa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=pt();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Yt(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=$t(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var ei=n("<title> </title>"),ti=n("<desc> </desc>"),ii=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M18 18V6h-5v12h5Zm0 0h2M4 18h2.5m3.5-5.5V12M6 6l7-2v16l-7-2V6Z"></path></svg>');function Sa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=ii();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=ei(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=ti(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var ai=n("<title> </title>"),li=n("<desc> </desc>"),di=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M7 8v8a5 5 0 1 0 10 0V6.5a3.5 3.5 0 1 0-7 0V15a2 2 0 0 0 4 0V8"></path></svg>');function Fa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=di();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=ai(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=li(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var si=n("<title> </title>"),ci=n("<desc> </desc>"),ri=n('<svg><!><!><path fill-rule="evenodd" d="M14 4.182A4.136 4.136 0 0 1 16.9 3c1.087 0 2.13.425 2.899 1.182A4.01 4.01 0 0 1 21 7.037c0 1.068-.43 2.092-1.194 2.849L18.5 11.214l-5.8-5.71 1.287-1.31.012-.012Zm-2.717 2.763L6.186 12.13l2.175 2.141 5.063-5.218-2.141-2.108Zm-6.25 6.886-1.98 5.849a.992.992 0 0 0 .245 1.026 1.03 1.03 0 0 0 1.043.242L10.282 19l-5.25-5.168Zm6.954 4.01 5.096-5.186-2.218-2.183-5.063 5.218 2.185 2.15Z" clip-rule="evenodd"></path></svg>');function Ea(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=ri();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=si(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=ci(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var ni=n("<title> </title>"),oi=n("<desc> </desc>"),vi=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M5 12h14m-7 7V5"></path></svg>');function Ra(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=vi();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=ni(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=oi(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var hi=n("<title> </title>"),wi=n("<desc> </desc>"),bi=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M11 9h6m-6 3h6m-6 3h6M6.996 9h.01m-.01 3h.01m-.01 3h.01M4 5h16a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1Z"></path></svg>');function Ia(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=bi();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=hi(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=wi(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var xi=n("<title> </title>"),gi=n("<desc> </desc>"),ui=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M17.651 7.65a7.131 7.131 0 0 0-12.68 3.15M18.001 4v4h-4m-7.652 8.35a7.13 7.13 0 0 0 12.68-3.15M6 20v-4h4"></path></svg>');function Ta(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=ui();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=xi(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=gi(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var mi=n("<title> </title>"),ki=n("<desc> </desc>"),_i=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" d="m21 21-3.5-3.5M17 10a7 7 0 1 1-14 0 7 7 0 0 1 14 0Z"></path></svg>');function qa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=_i();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=mi(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=ki(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var fi=n("<title> </title>"),zi=n("<desc> </desc>"),Li=n('<svg><!><!><path d="M17.5 3a3.5 3.5 0 0 0-3.456 4.06L8.143 9.704a3.5 3.5 0 1 0-.01 4.6l5.91 2.65a3.5 3.5 0 1 0 .863-1.805l-5.94-2.662a3.53 3.53 0 0 0 .002-.961l5.948-2.667A3.5 3.5 0 1 0 17.5 3Z"></path></svg>');function Na(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Li();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=fi(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=zi(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Ci=n("<title> </title>"),yi=n("<desc> </desc>"),Wi=n('<svg><!><!><path d="M13.849 4.22c-.684-1.626-3.014-1.626-3.698 0L8.397 8.387l-4.552.361c-1.775.14-2.495 2.331-1.142 3.477l3.468 2.937-1.06 4.392c-.413 1.713 1.472 3.067 2.992 2.149L12 19.35l3.897 2.354c1.52.918 3.405-.436 2.992-2.15l-1.06-4.39 3.468-2.938c1.353-1.146.633-3.336-1.142-3.477l-4.552-.36-1.754-4.17Z"></path></svg>');function Ua(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Wi();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Ci(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=yi(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Di=n("<title> </title>"),Mi=n("<desc> </desc>"),Zi=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M3 15v3c0 .5523.44772 1 1 1h16c.5523 0 1-.4477 1-1v-3M3 15V6c0-.55228.44772-1 1-1h16c.5523 0 1 .44772 1 1v9M3 15h18M8 15v4m4-4v4m4-4v4m-7-9h1.9909M15 10c0 1.1046-.8954 2-2 2s-2-.8954-2-2c0-1.10457.8954-2 2-2s2 .89543 2 2Z"></path></svg>');function Ga(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Zi();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Di(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Mi(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Hi=n("<title> </title>"),Vi=n("<desc> </desc>"),Pi=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M5 7h14m-9 3v8m4-8v8M10 3h4a1 1 0 0 1 1 1v3H9V4a1 1 0 0 1 1-1ZM6 7h12v13a1 1 0 0 1-1 1H7a1 1 0 0 1-1-1V7Z"></path></svg>');function Ja(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Pi();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Hi(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Vi(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Bi=n("<title> </title>"),Oi=n("<desc> </desc>"),ji=n('<svg><!><!><path fill-rule="evenodd" d="M8.586 2.586A2 2 0 0 1 10 2h4a2 2 0 0 1 2 2v2h3a1 1 0 1 1 0 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V8a1 1 0 0 1 0-2h3V4a2 2 0 0 1 .586-1.414ZM10 6h4V4h-4v2Zm1 4a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Zm4 0a1 1 0 1 0-2 0v8a1 1 0 1 0 2 0v-8Z" clip-rule="evenodd"></path></svg>');function Ka(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=ji();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Bi(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=Oi(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Ai=n("<title> </title>"),Si=n("<desc> </desc>"),Fi=n('<svg><!><!><path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" d="M12 5v9m-5 0H5a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1v-4a1 1 0 0 0-1-1h-2M8 9l4-5 4 5m1 8h.01"></path></svg>');function Qa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Fi();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Ai(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Si(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Ei=n("<title> </title>"),Ri=n("<desc> </desc>"),Ii=n('<svg><!><!><path stroke="currentColor" stroke-linecap="square" stroke-linejoin="round" d="M10 19H5a1 1 0 0 1-1-1v-1a3 3 0 0 1 3-3h2m10 1a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m3 3h1m-4 3a3 3 0 0 1-3-3m3 3v1m-3-4a3 3 0 0 1 3-3m-3 3h-1m4-3v-1m-2.121 1.879-.707-.707m5.656 5.656-.707-.707m-4.242 0-.707.707m5.656-5.656-.707.707M12 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"></path></svg>');function Xa(L,e){var v,o,l,a;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=x(e,"strokeWidth",19,()=>d.strokeWidth||2),H=A(e,["$$slots","$$events","$$legacy","size","color","title","strokeWidth","desc","class","ariaLabel"]),f=`${((v=e.title)==null?void 0:v.id)||""} ${((o=e.desc)==null?void 0:o.id)||""}`.trim();const u=!!((l=e.title)!=null&&l.id||(a=e.desc)!=null&&a.id),w=!!e.ariaLabel||u;var s=Ii();j(s,i=>({xmlns:"http://www.w3.org/2000/svg",fill:"none",color:Z(),...H,class:i,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":u?f:void 0,"aria-hidden":!w}),[()=>F("shrink-0",D[M()],e.class)]);var m=c(s);{var V=i=>{var t=Ei(),h=c(t);g(()=>{b(t,"id",e.title.id),W(h,e.title.title)}),r(i,t)};y(m,i=>{var t;(t=e.title)!=null&&t.id&&e.title.title&&i(V)})}var k=P(m);{var z=i=>{var t=Ri(),h=c(t);g(()=>{b(t,"id",e.desc.id),W(h,e.desc.desc)}),r(i,t)};y(k,i=>{var t;(t=e.desc)!=null&&t.id&&e.desc.desc&&i(z)})}var _=P(k);g(()=>b(_,"stroke-width",C())),r(L,s),S()}var Ti=n("<title> </title>"),qi=n("<desc> </desc>"),Ni=n('<svg><!><!><path fill-rule="evenodd" d="M17 10v1.126c.367.095.714.24 1.032.428l.796-.797 1.415 1.415-.797.796c.188.318.333.665.428 1.032H21v2h-1.126c-.095.367-.24.714-.428 1.032l.797.796-1.415 1.415-.796-.797a3.979 3.979 0 0 1-1.032.428V20h-2v-1.126a3.977 3.977 0 0 1-1.032-.428l-.796.797-1.415-1.415.797-.796A3.975 3.975 0 0 1 12.126 16H11v-2h1.126c.095-.367.24-.714.428-1.032l-.797-.796 1.415-1.415.796.797A3.977 3.977 0 0 1 15 11.126V10h2Zm.406 3.578.016.016c.354.358.574.85.578 1.392v.028a2 2 0 0 1-3.409 1.406l-.01-.012a2 2 0 0 1 2.826-2.83ZM5 8a4 4 0 1 1 7.938.703 7.029 7.029 0 0 0-3.235 3.235A4 4 0 0 1 5 8Zm4.29 5H7a4 4 0 0 0-4 4v1a2 2 0 0 0 2 2h6.101A6.979 6.979 0 0 1 9 15c0-.695.101-1.366.29-2Z" clip-rule="evenodd"></path></svg>');function Ya(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Ni();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Ti(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=qi(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}var Ui=n("<title> </title>"),Gi=n("<desc> </desc>"),Ji=n('<svg><!><!><path fill-rule="evenodd" d="M12 4a4 4 0 1 0 0 8 4 4 0 0 0 0-8Zm-2 9a4 4 0 0 0-4 4v1a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-1a4 4 0 0 0-4-4h-4Z" clip-rule="evenodd"></path></svg>');function $a(L,e){var z,_,v,o;B(e,!0);const d=O("iconCtx")??{},D={xs:"w-3 h-3",sm:"w-4 h-4",md:"w-5 h-5",lg:"w-6 h-6",xl:"w-8 h-8"};let M=x(e,"size",19,()=>d.size||"md"),Z=x(e,"color",19,()=>d.color||"currentColor"),C=A(e,["$$slots","$$events","$$legacy","size","color","title","desc","class","ariaLabel"]),H=`${((z=e.title)==null?void 0:z.id)||""} ${((_=e.desc)==null?void 0:_.id)||""}`.trim();const f=!!((v=e.title)!=null&&v.id||(o=e.desc)!=null&&o.id),u=!!e.ariaLabel||f;var w=Ji();j(w,l=>({xmlns:"http://www.w3.org/2000/svg",fill:Z(),...C,class:l,viewBox:"0 0 24 24","aria-label":e.ariaLabel,"aria-describedby":f?H:void 0,"aria-hidden":!u}),[()=>F("shrink-0",D[M()],e.class)]);var s=c(w);{var m=l=>{var a=Ui(),i=c(a);g(()=>{b(a,"id",e.title.id),W(i,e.title.title)}),r(l,a)};y(s,l=>{var a;(a=e.title)!=null&&a.id&&e.title.title&&l(m)})}var V=P(s);{var k=l=>{var a=Gi(),i=c(a);g(()=>{b(a,"id",e.desc.id),W(i,e.desc.desc)}),r(l,a)};y(V,l=>{var a;(a=e.desc)!=null&&a.id&&e.desc.desc&&l(k)})}r(L,w),S()}export{Aa as $,Ra as A,Yi as B,ca as C,ra as D,ba as E,Ha as F,qa as G,Va as H,sa as I,ga as J,la as K,Oa as L,xa as M,na as N,Sa as O,Ea as P,ia as Q,Ia as R,Ua as S,Ga as T,$a as U,Ba as V,Pa as W,$i as X,_a as Y,ma as Z,Xa as _,wa as a,Da as a0,Wa as a1,Ya as b,Za as c,ea as d,ta as e,da as f,ja as g,ka as h,La as i,ya as j,Qa as k,Ka as l,ha as m,ua as n,fa as o,Ca as p,za as q,va as r,Fa as s,aa as t,Ta as u,oa as v,Na as w,Ma as x,Ja as y,pi as z};
@@ -0,0 +1 @@
1
+ const B=/[\0-\x1F!-,\.\/:-@\[-\^`\{-\xA9\xAB-\xB4\xB6-\xB9\xBB-\xBF\xD7\xF7\u02C2-\u02C5\u02D2-\u02DF\u02E5-\u02EB\u02ED\u02EF-\u02FF\u0375\u0378\u0379\u037E\u0380-\u0385\u0387\u038B\u038D\u03A2\u03F6\u0482\u0530\u0557\u0558\u055A-\u055F\u0589-\u0590\u05BE\u05C0\u05C3\u05C6\u05C8-\u05CF\u05EB-\u05EE\u05F3-\u060F\u061B-\u061F\u066A-\u066D\u06D4\u06DD\u06DE\u06E9\u06FD\u06FE\u0700-\u070F\u074B\u074C\u07B2-\u07BF\u07F6-\u07F9\u07FB\u07FC\u07FE\u07FF\u082E-\u083F\u085C-\u085F\u086B-\u089F\u08B5\u08C8-\u08D2\u08E2\u0964\u0965\u0970\u0984\u098D\u098E\u0991\u0992\u09A9\u09B1\u09B3-\u09B5\u09BA\u09BB\u09C5\u09C6\u09C9\u09CA\u09CF-\u09D6\u09D8-\u09DB\u09DE\u09E4\u09E5\u09F2-\u09FB\u09FD\u09FF\u0A00\u0A04\u0A0B-\u0A0E\u0A11\u0A12\u0A29\u0A31\u0A34\u0A37\u0A3A\u0A3B\u0A3D\u0A43-\u0A46\u0A49\u0A4A\u0A4E-\u0A50\u0A52-\u0A58\u0A5D\u0A5F-\u0A65\u0A76-\u0A80\u0A84\u0A8E\u0A92\u0AA9\u0AB1\u0AB4\u0ABA\u0ABB\u0AC6\u0ACA\u0ACE\u0ACF\u0AD1-\u0ADF\u0AE4\u0AE5\u0AF0-\u0AF8\u0B00\u0B04\u0B0D\u0B0E\u0B11\u0B12\u0B29\u0B31\u0B34\u0B3A\u0B3B\u0B45\u0B46\u0B49\u0B4A\u0B4E-\u0B54\u0B58-\u0B5B\u0B5E\u0B64\u0B65\u0B70\u0B72-\u0B81\u0B84\u0B8B-\u0B8D\u0B91\u0B96-\u0B98\u0B9B\u0B9D\u0BA0-\u0BA2\u0BA5-\u0BA7\u0BAB-\u0BAD\u0BBA-\u0BBD\u0BC3-\u0BC5\u0BC9\u0BCE\u0BCF\u0BD1-\u0BD6\u0BD8-\u0BE5\u0BF0-\u0BFF\u0C0D\u0C11\u0C29\u0C3A-\u0C3C\u0C45\u0C49\u0C4E-\u0C54\u0C57\u0C5B-\u0C5F\u0C64\u0C65\u0C70-\u0C7F\u0C84\u0C8D\u0C91\u0CA9\u0CB4\u0CBA\u0CBB\u0CC5\u0CC9\u0CCE-\u0CD4\u0CD7-\u0CDD\u0CDF\u0CE4\u0CE5\u0CF0\u0CF3-\u0CFF\u0D0D\u0D11\u0D45\u0D49\u0D4F-\u0D53\u0D58-\u0D5E\u0D64\u0D65\u0D70-\u0D79\u0D80\u0D84\u0D97-\u0D99\u0DB2\u0DBC\u0DBE\u0DBF\u0DC7-\u0DC9\u0DCB-\u0DCE\u0DD5\u0DD7\u0DE0-\u0DE5\u0DF0\u0DF1\u0DF4-\u0E00\u0E3B-\u0E3F\u0E4F\u0E5A-\u0E80\u0E83\u0E85\u0E8B\u0EA4\u0EA6\u0EBE\u0EBF\u0EC5\u0EC7\u0ECE\u0ECF\u0EDA\u0EDB\u0EE0-\u0EFF\u0F01-\u0F17\u0F1A-\u0F1F\u0F2A-\u0F34\u0F36\u0F38\u0F3A-\u0F3D\u0F48\u0F6D-\u0F70\u0F85\u0F98\u0FBD-\u0FC5\u0FC7-\u0FFF\u104A-\u104F\u109E\u109F\u10C6\u10C8-\u10CC\u10CE\u10CF\u10FB\u1249\u124E\u124F\u1257\u1259\u125E\u125F\u1289\u128E\u128F\u12B1\u12B6\u12B7\u12BF\u12C1\u12C6\u12C7\u12D7\u1311\u1316\u1317\u135B\u135C\u1360-\u137F\u1390-\u139F\u13F6\u13F7\u13FE-\u1400\u166D\u166E\u1680\u169B-\u169F\u16EB-\u16ED\u16F9-\u16FF\u170D\u1715-\u171F\u1735-\u173F\u1754-\u175F\u176D\u1771\u1774-\u177F\u17D4-\u17D6\u17D8-\u17DB\u17DE\u17DF\u17EA-\u180A\u180E\u180F\u181A-\u181F\u1879-\u187F\u18AB-\u18AF\u18F6-\u18FF\u191F\u192C-\u192F\u193C-\u1945\u196E\u196F\u1975-\u197F\u19AC-\u19AF\u19CA-\u19CF\u19DA-\u19FF\u1A1C-\u1A1F\u1A5F\u1A7D\u1A7E\u1A8A-\u1A8F\u1A9A-\u1AA6\u1AA8-\u1AAF\u1AC1-\u1AFF\u1B4C-\u1B4F\u1B5A-\u1B6A\u1B74-\u1B7F\u1BF4-\u1BFF\u1C38-\u1C3F\u1C4A-\u1C4C\u1C7E\u1C7F\u1C89-\u1C8F\u1CBB\u1CBC\u1CC0-\u1CCF\u1CD3\u1CFB-\u1CFF\u1DFA\u1F16\u1F17\u1F1E\u1F1F\u1F46\u1F47\u1F4E\u1F4F\u1F58\u1F5A\u1F5C\u1F5E\u1F7E\u1F7F\u1FB5\u1FBD\u1FBF-\u1FC1\u1FC5\u1FCD-\u1FCF\u1FD4\u1FD5\u1FDC-\u1FDF\u1FED-\u1FF1\u1FF5\u1FFD-\u203E\u2041-\u2053\u2055-\u2070\u2072-\u207E\u2080-\u208F\u209D-\u20CF\u20F1-\u2101\u2103-\u2106\u2108\u2109\u2114\u2116-\u2118\u211E-\u2123\u2125\u2127\u2129\u212E\u213A\u213B\u2140-\u2144\u214A-\u214D\u214F-\u215F\u2189-\u24B5\u24EA-\u2BFF\u2C2F\u2C5F\u2CE5-\u2CEA\u2CF4-\u2CFF\u2D26\u2D28-\u2D2C\u2D2E\u2D2F\u2D68-\u2D6E\u2D70-\u2D7E\u2D97-\u2D9F\u2DA7\u2DAF\u2DB7\u2DBF\u2DC7\u2DCF\u2DD7\u2DDF\u2E00-\u2E2E\u2E30-\u3004\u3008-\u3020\u3030\u3036\u3037\u303D-\u3040\u3097\u3098\u309B\u309C\u30A0\u30FB\u3100-\u3104\u3130\u318F-\u319F\u31C0-\u31EF\u3200-\u33FF\u4DC0-\u4DFF\u9FFD-\u9FFF\uA48D-\uA4CF\uA4FE\uA4FF\uA60D-\uA60F\uA62C-\uA63F\uA673\uA67E\uA6F2-\uA716\uA720\uA721\uA789\uA78A\uA7C0\uA7C1\uA7CB-\uA7F4\uA828-\uA82B\uA82D-\uA83F\uA874-\uA87F\uA8C6-\uA8CF\uA8DA-\uA8DF\uA8F8-\uA8FA\uA8FC\uA92E\uA92F\uA954-\uA95F\uA97D-\uA97F\uA9C1-\uA9CE\uA9DA-\uA9DF\uA9FF\uAA37-\uAA3F\uAA4E\uAA4F\uAA5A-\uAA5F\uAA77-\uAA79\uAAC3-\uAADA\uAADE\uAADF\uAAF0\uAAF1\uAAF7-\uAB00\uAB07\uAB08\uAB0F\uAB10\uAB17-\uAB1F\uAB27\uAB2F\uAB5B\uAB6A-\uAB6F\uABEB\uABEE\uABEF\uABFA-\uABFF\uD7A4-\uD7AF\uD7C7-\uD7CA\uD7FC-\uD7FF\uE000-\uF8FF\uFA6E\uFA6F\uFADA-\uFAFF\uFB07-\uFB12\uFB18-\uFB1C\uFB29\uFB37\uFB3D\uFB3F\uFB42\uFB45\uFBB2-\uFBD2\uFD3E-\uFD4F\uFD90\uFD91\uFDC8-\uFDEF\uFDFC-\uFDFF\uFE10-\uFE1F\uFE30-\uFE32\uFE35-\uFE4C\uFE50-\uFE6F\uFE75\uFEFD-\uFF0F\uFF1A-\uFF20\uFF3B-\uFF3E\uFF40\uFF5B-\uFF65\uFFBF-\uFFC1\uFFC8\uFFC9\uFFD0\uFFD1\uFFD8\uFFD9\uFFDD-\uFFFF]|\uD800[\uDC0C\uDC27\uDC3B\uDC3E\uDC4E\uDC4F\uDC5E-\uDC7F\uDCFB-\uDD3F\uDD75-\uDDFC\uDDFE-\uDE7F\uDE9D-\uDE9F\uDED1-\uDEDF\uDEE1-\uDEFF\uDF20-\uDF2C\uDF4B-\uDF4F\uDF7B-\uDF7F\uDF9E\uDF9F\uDFC4-\uDFC7\uDFD0\uDFD6-\uDFFF]|\uD801[\uDC9E\uDC9F\uDCAA-\uDCAF\uDCD4-\uDCD7\uDCFC-\uDCFF\uDD28-\uDD2F\uDD64-\uDDFF\uDF37-\uDF3F\uDF56-\uDF5F\uDF68-\uDFFF]|\uD802[\uDC06\uDC07\uDC09\uDC36\uDC39-\uDC3B\uDC3D\uDC3E\uDC56-\uDC5F\uDC77-\uDC7F\uDC9F-\uDCDF\uDCF3\uDCF6-\uDCFF\uDD16-\uDD1F\uDD3A-\uDD7F\uDDB8-\uDDBD\uDDC0-\uDDFF\uDE04\uDE07-\uDE0B\uDE14\uDE18\uDE36\uDE37\uDE3B-\uDE3E\uDE40-\uDE5F\uDE7D-\uDE7F\uDE9D-\uDEBF\uDEC8\uDEE7-\uDEFF\uDF36-\uDF3F\uDF56-\uDF5F\uDF73-\uDF7F\uDF92-\uDFFF]|\uD803[\uDC49-\uDC7F\uDCB3-\uDCBF\uDCF3-\uDCFF\uDD28-\uDD2F\uDD3A-\uDE7F\uDEAA\uDEAD-\uDEAF\uDEB2-\uDEFF\uDF1D-\uDF26\uDF28-\uDF2F\uDF51-\uDFAF\uDFC5-\uDFDF\uDFF7-\uDFFF]|\uD804[\uDC47-\uDC65\uDC70-\uDC7E\uDCBB-\uDCCF\uDCE9-\uDCEF\uDCFA-\uDCFF\uDD35\uDD40-\uDD43\uDD48-\uDD4F\uDD74\uDD75\uDD77-\uDD7F\uDDC5-\uDDC8\uDDCD\uDDDB\uDDDD-\uDDFF\uDE12\uDE38-\uDE3D\uDE3F-\uDE7F\uDE87\uDE89\uDE8E\uDE9E\uDEA9-\uDEAF\uDEEB-\uDEEF\uDEFA-\uDEFF\uDF04\uDF0D\uDF0E\uDF11\uDF12\uDF29\uDF31\uDF34\uDF3A\uDF45\uDF46\uDF49\uDF4A\uDF4E\uDF4F\uDF51-\uDF56\uDF58-\uDF5C\uDF64\uDF65\uDF6D-\uDF6F\uDF75-\uDFFF]|\uD805[\uDC4B-\uDC4F\uDC5A-\uDC5D\uDC62-\uDC7F\uDCC6\uDCC8-\uDCCF\uDCDA-\uDD7F\uDDB6\uDDB7\uDDC1-\uDDD7\uDDDE-\uDDFF\uDE41-\uDE43\uDE45-\uDE4F\uDE5A-\uDE7F\uDEB9-\uDEBF\uDECA-\uDEFF\uDF1B\uDF1C\uDF2C-\uDF2F\uDF3A-\uDFFF]|\uD806[\uDC3B-\uDC9F\uDCEA-\uDCFE\uDD07\uDD08\uDD0A\uDD0B\uDD14\uDD17\uDD36\uDD39\uDD3A\uDD44-\uDD4F\uDD5A-\uDD9F\uDDA8\uDDA9\uDDD8\uDDD9\uDDE2\uDDE5-\uDDFF\uDE3F-\uDE46\uDE48-\uDE4F\uDE9A-\uDE9C\uDE9E-\uDEBF\uDEF9-\uDFFF]|\uD807[\uDC09\uDC37\uDC41-\uDC4F\uDC5A-\uDC71\uDC90\uDC91\uDCA8\uDCB7-\uDCFF\uDD07\uDD0A\uDD37-\uDD39\uDD3B\uDD3E\uDD48-\uDD4F\uDD5A-\uDD5F\uDD66\uDD69\uDD8F\uDD92\uDD99-\uDD9F\uDDAA-\uDEDF\uDEF7-\uDFAF\uDFB1-\uDFFF]|\uD808[\uDF9A-\uDFFF]|\uD809[\uDC6F-\uDC7F\uDD44-\uDFFF]|[\uD80A\uD80B\uD80E-\uD810\uD812-\uD819\uD824-\uD82B\uD82D\uD82E\uD830-\uD833\uD837\uD839\uD83D\uD83F\uD87B-\uD87D\uD87F\uD885-\uDB3F\uDB41-\uDBFF][\uDC00-\uDFFF]|\uD80D[\uDC2F-\uDFFF]|\uD811[\uDE47-\uDFFF]|\uD81A[\uDE39-\uDE3F\uDE5F\uDE6A-\uDECF\uDEEE\uDEEF\uDEF5-\uDEFF\uDF37-\uDF3F\uDF44-\uDF4F\uDF5A-\uDF62\uDF78-\uDF7C\uDF90-\uDFFF]|\uD81B[\uDC00-\uDE3F\uDE80-\uDEFF\uDF4B-\uDF4E\uDF88-\uDF8E\uDFA0-\uDFDF\uDFE2\uDFE5-\uDFEF\uDFF2-\uDFFF]|\uD821[\uDFF8-\uDFFF]|\uD823[\uDCD6-\uDCFF\uDD09-\uDFFF]|\uD82C[\uDD1F-\uDD4F\uDD53-\uDD63\uDD68-\uDD6F\uDEFC-\uDFFF]|\uD82F[\uDC6B-\uDC6F\uDC7D-\uDC7F\uDC89-\uDC8F\uDC9A-\uDC9C\uDC9F-\uDFFF]|\uD834[\uDC00-\uDD64\uDD6A-\uDD6C\uDD73-\uDD7A\uDD83\uDD84\uDD8C-\uDDA9\uDDAE-\uDE41\uDE45-\uDFFF]|\uD835[\uDC55\uDC9D\uDCA0\uDCA1\uDCA3\uDCA4\uDCA7\uDCA8\uDCAD\uDCBA\uDCBC\uDCC4\uDD06\uDD0B\uDD0C\uDD15\uDD1D\uDD3A\uDD3F\uDD45\uDD47-\uDD49\uDD51\uDEA6\uDEA7\uDEC1\uDEDB\uDEFB\uDF15\uDF35\uDF4F\uDF6F\uDF89\uDFA9\uDFC3\uDFCC\uDFCD]|\uD836[\uDC00-\uDDFF\uDE37-\uDE3A\uDE6D-\uDE74\uDE76-\uDE83\uDE85-\uDE9A\uDEA0\uDEB0-\uDFFF]|\uD838[\uDC07\uDC19\uDC1A\uDC22\uDC25\uDC2B-\uDCFF\uDD2D-\uDD2F\uDD3E\uDD3F\uDD4A-\uDD4D\uDD4F-\uDEBF\uDEFA-\uDFFF]|\uD83A[\uDCC5-\uDCCF\uDCD7-\uDCFF\uDD4C-\uDD4F\uDD5A-\uDFFF]|\uD83B[\uDC00-\uDDFF\uDE04\uDE20\uDE23\uDE25\uDE26\uDE28\uDE33\uDE38\uDE3A\uDE3C-\uDE41\uDE43-\uDE46\uDE48\uDE4A\uDE4C\uDE50\uDE53\uDE55\uDE56\uDE58\uDE5A\uDE5C\uDE5E\uDE60\uDE63\uDE65\uDE66\uDE6B\uDE73\uDE78\uDE7D\uDE7F\uDE8A\uDE9C-\uDEA0\uDEA4\uDEAA\uDEBC-\uDFFF]|\uD83C[\uDC00-\uDD2F\uDD4A-\uDD4F\uDD6A-\uDD6F\uDD8A-\uDFFF]|\uD83E[\uDC00-\uDFEF\uDFFA-\uDFFF]|\uD869[\uDEDE-\uDEFF]|\uD86D[\uDF35-\uDF3F]|\uD86E[\uDC1E\uDC1F]|\uD873[\uDEA2-\uDEAF]|\uD87A[\uDFE1-\uDFFF]|\uD87E[\uDE1E-\uDFFF]|\uD884[\uDF4B-\uDFFF]|\uDB40[\uDC00-\uDCFF\uDDF0-\uDFFF]/g,e=Object.hasOwnProperty;class c{constructor(){this.occurrences,this.reset()}slug(C,A){const F=this;let D=r(C,A===!0);const E=D;for(;e.call(F.occurrences,D);)F.occurrences[E]++,D=E+"-"+F.occurrences[E];return F.occurrences[D]=0,D}reset(){this.occurrences=Object.create(null)}}function r(u,C){return typeof u!="string"?"":(C||(u=u.toLowerCase()),u.replace(B,"").replace(/ /g,"-"))}export{c as B};
@@ -0,0 +1 @@
1
+ import{w as o}from"./svelte-B2XmcTi_.js";import{R as s}from"./@edraj-CS4NwVbD.js";const a=o(null),c=o(null),i=o({data:new Map,refresh:null}),l=[s.role,s.permission],u=["roles","permissions","groups"],m=[s.user,s.content,s.folder,s.ticket];var e=(r=>(r.form="form",r.json="json",r))(e||{});export{e as I,c as a,m as b,a as c,u as d,l as r,i as s};
@@ -0,0 +1 @@
1
+ const C=e=>{let c;return(...o)=>{if(!c)return c=!0,e(...o)}},h=e=>{const c=[],t=o=>(c.push(o),()=>c.splice(c.indexOf(o),1));return t.hooks=c,t.run=e(c),t.runOnce=C(e(c)),t.next=o=>{const n=t((...r)=>{o(...r),n()})},t},x=e=>h(c=>(t,...o)=>c.reduce((n,r)=>n!=null&&n.then?n.then(s=>r(s,...o)):r(n,...o),t)),y=e=>h(c=>(t,...o)=>c.reduce((n,r)=>n!=null&&n.then?n.then(s=>r(t,...o)):r(t,...o),t)),O=e=>h(c=>(t,...o)=>c.reduce((n,r)=>n!=null&&n.then?n.then(s=>s&&r(t,...o)):n&&r(t,...o),t||!0));export{O as a,x as b,y as c};
@@ -0,0 +1 @@
1
+ function y(e){return Array.isArray(e)}function O(e){return e!==null&&typeof e=="object"&&(e.constructor===void 0||e.constructor.name==="Object")}function H(e){return e&&typeof e=="object"?e.op==="add":!1}function K(e){return e&&typeof e=="object"?e.op==="remove":!1}function L(e){return e&&typeof e=="object"?e.op==="replace":!1}function Q(e){return e&&typeof e=="object"?e.op==="copy":!1}function Y(e){return e&&typeof e=="object"?e.op==="move":!1}function x(e,r){return JSON.stringify(e)===JSON.stringify(r)}function k(e,r){return e===r}function P(e){return e.slice(0,e.length-1)}function T(e){return e[e.length-1]}function q(e,r){let n=arguments.length>2&&arguments[2]!==void 0?arguments[2]:k;if(e.length<r.length)return!1;for(let t=0;t<r.length;t++)if(!n(e[t],r[t]))return!1;return!0}function E(e){return typeof e=="object"&&e!==null}function N(e){if(y(e)){const r=e.slice();return Object.getOwnPropertySymbols(e).forEach(n=>{r[n]=e[n]}),r}if(O(e)){const r={...e};return Object.getOwnPropertySymbols(e).forEach(n=>{r[n]=e[n]}),r}return e}function S(e,r,n){if(e[r]===n)return e;const t=N(e);return t[r]=n,t}function a(e,r){let n=e,t=0;for(;t<r.length;)O(n)?n=n[r[t]]:y(n)?n=n[Number.parseInt(r[t])]:n=void 0,t++;return n}function p(e,r,n){let t=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if(r.length===0)return n;const o=r[0],i=p(e?e[o]:void 0,r.slice(1),n,t);if(O(e)||y(e))return S(e,o,i);if(t){const f=D.test(o)?[]:{};return f[o]=i,f}throw new Error("Path does not exist")}const D=/^\d+$/;function v(e,r,n){if(r.length===0)return n(e);if(!E(e))throw new Error("Path doesn't exist");const t=r[0],o=v(e[t],r.slice(1),n);return S(e,t,o)}function m(e,r){if(r.length===0)return e;if(!E(e))throw new Error("Path does not exist");if(r.length===1){const o=r[0];if(!(o in e))return e;const i=N(e);return y(i)&&i.splice(Number.parseInt(o),1),O(i)&&delete i[o],i}const n=r[0],t=m(e[n],r.slice(1));return S(e,n,t)}function J(e,r,n){const t=r.slice(0,r.length-1),o=r[r.length-1];return v(e,t,i=>{if(!Array.isArray(i))throw new TypeError(`Array expected at path ${JSON.stringify(t)}`);const f=N(i);return f.splice(Number.parseInt(o),0,n),f})}function d(e,r){return e===void 0?!1:r.length===0?!0:e===null?!1:d(e[r[0]],r.slice(1))}function b(e){const r=e.split("/");return r.shift(),r.map(n=>n.replace(/~1/g,"/").replace(/~0/g,"~"))}function l(e){return e.map(A).join("")}function A(e){return`/${String(e).replace(/~/g,"~0").replace(/\//g,"~1")}`}function Z(e,r){return e+A(r)}function V(e,r,n){let t=e;for(let o=0;o<r.length;o++){X(r[o]);let i=r[o];if(n!=null&&n.before){const u=n.before(t,i);if(u!==void 0){if(u.document!==void 0&&(t=u.document),u.json!==void 0)throw new Error('Deprecation warning: returned object property ".json" has been renamed to ".document"');u.operation!==void 0&&(i=u.operation)}}const f=t,s=I(t,i.path);if(i.op==="add")t=G(t,s,i.value);else if(i.op==="remove")t=U(t,s);else if(i.op==="replace")t=C(t,s,i.value);else if(i.op==="copy")t=M(t,s,w(i.from));else if(i.op==="move")t=_(t,s,w(i.from));else if(i.op==="test")F(t,s,i.value);else throw new Error(`Unknown JSONPatch operation ${JSON.stringify(i)}`);if(n!=null&&n.after){const u=n.after(t,i,f);u!==void 0&&(t=u)}}return t}function C(e,r,n){return d(e,r)?p(e,r,n):e}function U(e,r){return m(e,r)}function G(e,r,n){return g(e,r)?J(e,r,n):p(e,r,n)}function M(e,r,n){const t=a(e,n);return g(e,r)?J(e,r,t):p(e,r,t)}function _(e,r,n){const t=a(e,n),o=m(e,n);return g(o,r)?J(o,r,t):p(o,r,t)}function F(e,r,n){if(n===void 0)throw new Error(`Test failed: no value provided (path: "${l(r)}")`);if(!d(e,r))throw new Error(`Test failed: path not found (path: "${l(r)}")`);const t=a(e,r);if(!x(t,n))throw new Error(`Test failed, value differs (path: "${l(r)}")`)}function g(e,r){if(r.length===0)return!1;const n=a(e,P(r));return Array.isArray(n)}function W(e,r){if(T(r)!=="-")return r;const n=P(r),t=a(e,n);return n.concat(t.length)}function X(e){if(!["add","remove","replace","copy","move","test"].includes(e.op))throw new Error(`Unknown JSONPatch op ${JSON.stringify(e.op)}`);if(typeof e.path!="string")throw new Error(`Required property "path" missing or not a string in operation ${JSON.stringify(e)}`);if((e.op==="copy"||e.op==="move")&&typeof e.from!="string")throw new Error(`Required property "from" missing or not a string in operation ${JSON.stringify(e)}`)}function I(e,r){return W(e,b(r))}function w(e){return b(e)}function ee(e,r,n){let t=[];return V(e,r,{before:(i,f)=>{let s;const u=I(i,f.path);if(f.op==="add")s=j(i,u);else if(f.op==="remove")s=R(i,u);else if(f.op==="replace")s=$(i,u);else if(f.op==="copy")s=z(i,u);else if(f.op==="move")s=B(i,u,w(f.from));else if(f.op==="test")s=[];else throw new Error(`Unknown JSONPatch operation ${JSON.stringify(f)}`);let h;if(n!=null&&n.before){const c=n.before(i,f,s);if(c!=null&&c.revertOperations&&(s=c.revertOperations),c!=null&&c.document&&(h=c.document),c!=null&&c.json)throw new Error('Deprecation warning: returned object property ".json" has been renamed to ".document"')}if(t=s.concat(t),h!==void 0)return{document:h}}}),t}function $(e,r){return d(e,r)?[{op:"replace",path:l(r),value:a(e,r)}]:[]}function R(e,r){return[{op:"add",path:l(r),value:a(e,r)}]}function j(e,r){return g(e,r)||!d(e,r)?[{op:"remove",path:l(r)}]:$(e,r)}function z(e,r){return j(e,r)}function B(e,r,n){if(r.length<n.length&&q(n,r))return[{op:"replace",path:l(r),value:e}];const t={op:"move",from:l(r),path:l(n)};return!g(e,r)&&d(e,r)?[t,...R(e,r)]:[t]}export{H as a,K as b,l as c,L as d,I as e,Q as f,a as g,Y as h,V as i,y as j,O as k,m as l,d as m,Z as n,b as p,ee as r,p as s,v as u};
@@ -0,0 +1 @@
1
+ import{p as N,B as y,h as j,F as u,R as $,L as O,a6 as v,k as p,E as d,aj as I,j as k,c as o,a8 as E,f as Q,a2 as X,l as Y,H as Z,e as g}from"./svelte-B2XmcTi_.js";import{b as aa}from"./svelte-i18n-CT2KkQaN.js";import{s as h,L as x}from"./toast-B9WDyfyI.js";import{D as H}from"./@edraj-CS4NwVbD.js";import{C as ea,g as ta,L as sa,F as ra,B as oa}from"./flowbite-svelte-BLvjb-sa.js";import{V as ia}from"./flowbite-svelte-icons-BI8GVhw_.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./deepmerge-rn4rBaHU.js";import"./ajv-Cpj98o6Y.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./@zerodevx-BlBZjKxu.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";var la=y('<span class="font-medium"><b> </b></span> ',1),na=y('<p class="text-sm text-gray-600 mt-1"> </p>'),pa=y('<div class="space-y-4"><!> <div class="space-y-4"><div><!> <!> <!></div> <div class="flex justify-center"><!></div></div></div>'),da=y('<div class="min-w-11/12 m-6"><!></div>');function La(T,U){N(U,!0);const a=()=>O(aa,"$_",A),[A,M]=Z();let t=E(null),w=E(!1);function R(i){const b=i.target,s=b.files;if(s&&s.length>0){const f=s[0];f.type==="application/zip"||f.name.toLowerCase().endsWith(".zip")?g(t,f,!0):(h(x.warn,a()("invalid_file_type")),b.value="",g(t,null))}}async function S(){if(!o(t)){h(x.warn,a()("please_select_zip_file"));return}g(w,!0);try{const i=new FormData;if(i.append("zip_file",o(t)),(await H.axiosDmartInstance.post("managed/import",i,{headers:{...H.getHeaders(),"Content-Type":"multipart/form-data"}})).status===200){h(x.info,a()("import_successful")),g(t,null);const s=document.getElementById("zip_file");s&&(s.value="")}else h(x.warn,a()("import_failed"))}catch(i){console.error("Import error:",i),h(x.warn,a()("import_failed"))}finally{g(w,!1)}}var L=da(),V=d(L);ea(V,{class:"min-w-full p-4",children:(i,b)=>{var s=pa(),f=d(s);ta(f,{color:"red",class:"mb-4",children:(e,m)=>{var l=la(),r=j(l),_=d(r),z=d(_),F=u(r);$((n,c)=>{v(z,`${n??""}!`),v(F,` ${c??""}`)},[()=>a()("warning"),()=>a()("import_warning_message")]),p(e,l)},$$slots:{default:!0,icon:(e,m)=>{ia(e,{slot:"icon",class:"w-4 h-4"})}}});var W=u(f,2),B=d(W),D=d(B);sa(D,{for:"zip_file",class:"mb-2",children:(e,m)=>{var l=I();$(r=>v(l,r),[()=>a()("select_zip_file")]),p(e,l)},$$slots:{default:!0}});var P=u(D,2);ra(P,{id:"zip_file",accept:".zip,application/zip",onchange:R,class:"mb-2"});var q=u(P,2);{var G=e=>{var m=na(),l=d(m);$((r,_)=>v(l,`${r??""}: ${o(t).name??""} (${_??""} MB)`),[()=>a()("selected_file"),()=>(o(t).size/1024/1024).toFixed(2)]),p(e,m)};k(q,e=>{o(t)&&e(G)})}var J=u(B,2),K=d(J);{let e=X(()=>!o(t)||o(w));oa(K,{onclick:S,color:"blue",get disabled(){return o(e)},class:"px-6 py-2",children:(m,l)=>{var r=Q(),_=j(r);{var z=n=>{var c=I();$(C=>v(c,`${C??""}...`),[()=>a()("uploading")]),p(n,c)},F=n=>{var c=I();$(C=>v(c,C),[()=>a()("upload_and_import")]),p(n,c)};k(_,n=>{o(w)?n(z):n(F,!1)})}p(m,r)},$$slots:{default:!0}})}p(i,s)},$$slots:{default:!0}}),p(T,L),Y(),M()}export{La as default};
@@ -0,0 +1 @@
1
+ import{p as Oe,L as fe,a8 as S,a9 as _e,B as u,h,F as l,E as n,k as s,O as Le,c as e,R as $e,a6 as H,al as Te,e as r,j as C,aj as O,f as G,l as Be,H as Re,aJ as Je,ag as He}from"./svelte-B2XmcTi_.js";import{s as Ne}from"./spaces-0oyGvpii.js";import{B as z,C as Ie,D as Ue,a as K,M as I,S as Q}from"./flowbite-svelte-BLvjb-sa.js";import{J as he,M as Ve}from"./svelte-jsoneditor-CUGSvWId.js";import{M as Ge,r as Ke,j as Qe}from"./compare-C3AjiGFR.js";import{a as W}from"./dmart_services-AL6-IdDE.js";import{D as X,R as Y,a as Z}from"./@edraj-CS4NwVbD.js";import{s as ee,L as te}from"./toast-B9WDyfyI.js";import{P as re}from"./Prism--hMplq-p.js";import{g as We}from"./@roxi-CGMFK4i8.js";import{A as Xe,D as Ye,E as Ze,P as et,l as tt}from"./flowbite-svelte-icons-BI8GVhw_.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./json-source-map-DRgZidqy.js";import"./ajv-Cpj98o6Y.js";import"./immutable-json-patch-DtRO2E_S.js";import"./jsonrepair-B30Dx381.js";import"./lodash-es-DZVAA2ox.js";import"./@jsonquerylang-laKNoFFq.js";import"./@fortawesome-DRW1UCdr.js";import"./svelte-awesome-DhnMA6Q_.js";import"./svelte-select-CjHAt_85.js";import"./svelte-floating-ui-BlS3sOAQ.js";import"./natural-compare-lite-Bg2Xcf-o.js";import"./memoize-one-BdPwpGay.js";import"./@lezer-za4Q-8Ew.js";import"./@codemirror-Rn7_6DkE.js";import"./crelt-C8TCjufn.js";import"./@marijn-DXwl3gUT.js";import"./style-mod-Bs6eFhZE.js";import"./w3c-keyname-Vcq4gwWv.js";import"./@replit--ERk53eB.js";import"./codemirror-wrapped-line-indent-DPhKvljI.js";import"./@zerodevx-BlBZjKxu.js";import"./prismjs-DTUiLGJu.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";var rt=u("<!>Add new space",1),at=u('<div class="flex items-center gap-2"><!> View Meta</div>'),st=u('<div class="flex items-center gap-2"><!> Edit</div>'),ot=u('<div class="flex items-center gap-2 text-red-600"><!> Delete</div>'),lt=u("<!> <!> <!>",1),it=u("<!> <!>",1),nt=u('<div class="absolute top-2 left-2"><!></div> <div class="flex flex-col items-center text-center p-4" style="cursor: pointer"><span class="inline-block px-3 py-1 mb-3 border border-gray-300 rounded-md text-sm font-medium"> </span> <h3 class="font-semibold text-lg"> </h3> <p class="text-gray-600 mt-2 mb-4 line-clamp-3"> </p> <div class="text-xs text-gray-500 mt-auto"> </div></div>',1),dt=u('<div class="mt-4"><p class="text-red-600 font-medium mb-2">Error:</p> <div class="max-h-60 overflow-auto"><!></div></div>'),ct=u("<!> Creating ...",1),vt=u('<div class="space-y-4"><!> <!></div> <div class="flex justify-between w-full mt-4"><!> <!></div>',1),ut=u("<div><!></div>"),mt=u('<div class="mt-4"><p class="text-red-600 font-medium mb-2">Error:</p> <div class="max-h-60 overflow-auto"><!></div></div>'),pt=u("<!> Saving Changes ...",1),ft=u('<div><!> <!></div> <div class="flex justify-between w-full"><!> <!></div>',1),_t=u('<p class="text-center mb-6">Are you sure you want to delete the space <span class="font-bold"> </span>?<br/> This action cannot be undone.</p>'),$t=u('<div class="mt-4"><p class="text-red-600 font-medium mb-2">Error:</p> <div class="max-h-60 overflow-auto"><!></div></div>'),ht=u("<!> Deleting ...",1),gt=u('<!> <!> <div class="flex justify-between w-full"><!> <!></div>',1),xt=u('<div class="container mx-auto px-12 py-6"><div class="flex justify-between items-center mb-1 px-1"><h1 class="text-2xl font-bold mb-6">All Spaces</h1> <!></div> <hr class="mb-6 border-gray-300"/> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-4 gap-4 w-full place-items-center"></div></div> <!> <!> <!> <!>',1);function nr(ge,xe){Oe(xe,!0);const ae=()=>fe(We,"$goto",se),ye=()=>fe(Ne,"$spaces",se),[se,be]=Re();ae();let U=S(!1),L=S(!1),T=S(!1),B=S(!1),m=S(null),f=S(null),b=S(_e({shortname:"",is_active:!0,slug:"",displayname:{en:"",ar:"",ku:""},description:{en:"",ar:"",ku:""}})),V=S(()=>!0),P=S(!1),F=S(_e({json:void 0}));function we(){r(f,null),r(b,{shortname:"",is_active:!0,slug:"",displayname:{en:"",ar:"",ku:""},description:{en:"",ar:"",ku:""}},!0),r(B,!0)}async function Se(){if(e(V)()&&e(b).shortname.trim())try{r(P,!0),r(f,null);const t={is_active:e(b).is_active,slug:e(b).slug,displayname:e(b).displayname,description:e(b).description};await X.request({space_name:e(b).shortname.trim(),request_type:Z.create,records:[{resource_type:Y.space,shortname:e(b).shortname.trim(),subpath:"/",attributes:Ke(t)}]}),ee(te.info,`Space "${e(b).shortname.trim()}" created successfully!`),await W(),r(B,!1)}catch(t){r(f,t.response.data,!0)}finally{r(P,!1)}}function Pe(t){r(f,null),r(m,structuredClone(t),!0),r(F,{json:e(m)},!0),r(U,!0)}function ke(t){r(f,null),r(m,structuredClone(t),!0),r(F,{json:e(m)},!0),r(L,!0)}async function Ce(){if(e(m)){const t=Qe(Je(e(F)));delete t.uuid;try{r(P,!0),r(f,null),await X.request({space_name:e(m).shortname,request_type:Z.update,records:[{resource_type:Y.space,shortname:e(m).shortname,subpath:"/",attributes:t.attributes}]}),r(L,!1),ee(te.info,`Space "${e(m).shortname}" updated successfully!`),await W()}catch(v){r(f,v,!0)}finally{r(P,!1)}}}function De(t){r(f,null),r(m,t,!0),r(T,!0)}async function Me(){if(e(m))try{r(P,!0),r(f,null),await X.request({space_name:e(m).shortname,request_type:Z.delete,records:[{resource_type:Y.space,shortname:e(m).shortname,subpath:"/",attributes:{}}]}),ee(te.info,`Space "${e(m).shortname}" has been deleted successfully!`),r(T,!1),r(m,null),await W()}catch(t){r(f,t,!0)}finally{r(P,!1)}}async function je(t){ae()("/management/content/[space_name]",{space_name:t})}var oe=xt(),le=h(oe),ie=n(le),ze=l(n(ie),2);z(ze,{size:"md",class:"bg-primary",style:"cursor: pointer",onclick:we,children:(t,v)=>{var _=rt(),g=h(_);Xe(g,{class:"me-2 h-5 w-5"}),s(t,_)},$$slots:{default:!0}});var Ee=l(ie,4);Le(Ee,5,()=>(ye()??[]).filter(t=>{var v;return((v=t==null?void 0:t.attributes)==null?void 0:v.hide_space)!==!0}),Te,(t,v)=>{Ie(t,{class:"relative w-full",children:(_,g)=>{var y=nt(),x=h(y),E=n(x);z(E,{class:"!p-1",color:"light",children:(d,c)=>{var $=it(),A=h($);Ye(A,{});var N=l(A,2);Ue(N,{simple:!0,children:(Ae,yt)=>{var ve=lt(),ue=h(ve);K(ue,{class:"w-full",onclick:()=>Pe(e(v)),children:(R,pe)=>{var j=at(),J=n(j);Ze(J,{size:"sm"}),s(R,j)},$$slots:{default:!0}});var me=l(ue,2);K(me,{class:"w-full",onclick:()=>ke(e(v)),children:(R,pe)=>{var j=st(),J=n(j);et(J,{size:"sm"}),s(R,j)},$$slots:{default:!0}});var Fe=l(me,2);K(Fe,{class:"w-full",onclick:()=>De(e(v)),children:(R,pe)=>{var j=ot(),J=n(j);tt(J,{size:"sm"}),s(R,j)},$$slots:{default:!0}}),s(Ae,ve)},$$slots:{default:!0}}),s(d,$)},$$slots:{default:!0}});var D=l(x,2);D.__click=()=>je(e(v).shortname);var w=n(D),M=n(w),a=l(w,2),o=n(a),i=l(a,2),p=n(i),k=l(i,2),q=n(k);$e(d=>{var c,$,A,N;H(M,e(v).shortname),H(o,(($=(c=e(v).attributes)==null?void 0:c.displayname)==null?void 0:$.en)||e(v).shortname),H(p,((N=(A=e(v))==null?void 0:A.description)==null?void 0:N.en)||""),H(q,`Updated: ${d??""}`)},[()=>{var d;return new Date((d=e(v))==null?void 0:d.attributes.updated_at).toLocaleDateString()}]),s(_,y)},$$slots:{default:!0}})});var ne=l(le,2);I(ne,{size:"xl",title:"Add New Space",get open(){return e(B)},set open(t){r(B,t,!0)},children:(t,v)=>{var _=vt(),g=h(_),y=n(g);Ge(y,{isCreate:!0,get formData(){return e(b)},set formData(a){r(b,a,!0)},get validateFn(){return e(V)},set validateFn(a){r(V,a,!0)}});var x=l(y,2);{var E=a=>{var o=dt(),i=l(n(o),2),p=n(i);re(p,{get code(){return e(f)}}),s(a,o)};C(x,a=>{e(f)&&a(E)})}var D=l(g,2),w=n(D);z(w,{color:"alternative",onclick:()=>r(B,!1),children:(a,o)=>{var i=O("Cancel");s(a,i)},$$slots:{default:!0}});var M=l(w,2);z(M,{class:"bg-primary",onclick:Se,children:(a,o)=>{var i=G(),p=h(i);{var k=d=>{var c=ct(),$=h(c);Q($,{class:"me-3",size:"4",color:"blue"}),s(d,c)},q=d=>{var c=O("Create");s(d,c)};C(p,d=>{e(P)?d(k):d(q,!1)})}s(a,i)},$$slots:{default:!0}}),s(t,_)},$$slots:{default:!0}});var de=l(ne,2);I(de,{size:"xl",title:"Space Metadata",autoclose:!0,get open(){return e(U)},set open(t){r(U,t,!0)},children:(t,v)=>{var _=ut(),g=n(_);{var y=x=>{he(x,{get content(){return e(F)},readOnly:!0})};C(g,x=>{e(m)&&x(y)})}s(t,_)},$$slots:{default:!0}});var ce=l(de,2);I(ce,{size:"xl",title:"Edit Space",get open(){return e(L)},set open(t){r(L,t,!0)},children:(t,v)=>{var _=ft(),g=h(_),y=n(g);{var x=o=>{he(o,{readOnly:!1,get mode(){return Ve.text},get content(){return e(F)},set content(i){r(F,i,!0)}})};C(y,o=>{e(m)&&o(x)})}var E=l(y,2);{var D=o=>{var i=mt(),p=l(n(i),2),k=n(p);re(k,{get code(){return e(f)}}),s(o,i)};C(E,o=>{e(f)&&o(D)})}var w=l(g,2),M=n(w);z(M,{color:"alternative",onclick:()=>r(L,!1),children:(o,i)=>{var p=O("Cancel");s(o,p)},$$slots:{default:!0}});var a=l(M,2);z(a,{class:"bg-primary",onclick:Ce,children:(o,i)=>{var p=G(),k=h(p);{var q=c=>{var $=pt(),A=h($);Q(A,{class:"me-3",size:"4",color:"blue"}),s(c,$)},d=c=>{var $=O("Save Changes");s(c,$)};C(k,c=>{e(P)?c(q):c(d,!1)})}s(o,p)},$$slots:{default:!0}}),s(t,_)},$$slots:{default:!0}});var qe=l(ce,2);I(qe,{size:"md",title:"Confirm Deletion",get open(){return e(T)},set open(t){r(T,t,!0)},children:(t,v)=>{var _=gt(),g=h(_);{var y=a=>{var o=_t(),i=l(n(o)),p=n(i);$e(()=>H(p,e(m).shortname)),s(a,o)};C(g,a=>{e(m)&&a(y)})}var x=l(g,2);{var E=a=>{var o=$t(),i=l(n(o),2),p=n(i);re(p,{get code(){return e(f)}}),s(a,o)};C(x,a=>{e(f)&&a(E)})}var D=l(x,2),w=n(D);z(w,{color:"alternative",onclick:()=>r(T,!1),children:(a,o)=>{var i=O("Cancel");s(a,i)},$$slots:{default:!0}});var M=l(w,2);z(M,{color:"red",onclick:Me,children:(a,o)=>{var i=G(),p=h(i);{var k=d=>{var c=ht(),$=h(c);Q($,{class:"me-3",size:"4",color:"blue"}),s(d,c)},q=d=>{var c=O("Delete");s(d,c)};C(p,d=>{e(P)?d(k):d(q,!1)})}s(a,i)},$$slots:{default:!0}}),s(t,_)},$$slots:{default:!0}}),s(ge,oe),Be(),be()}He(["click"]);export{nr as default};
@@ -0,0 +1 @@
1
+ import{p as R,i as k,f,h as l,j as A,L as T,k as i,l as j,H as D,I as O,B as n,R as u,c as _,M as q,O as z,al as B,F,a6 as v,E as h}from"./svelte-B2XmcTi_.js";import{p as H}from"./@roxi-CGMFK4i8.js";import{R as d,D as I}from"./@edraj-CS4NwVbD.js";import{E as J}from"./EntryRenderer-CCqV8Rkg.js";import{T as L}from"./flowbite-svelte-BLvjb-sa.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./ListView-BQelo7vZ.js";import"./svelte-datatables-net-CY7LBj6I.js";import"./pagination-svelte-D5CyoiE_.js";import"./Prism--hMplq-p.js";import"./prismjs-DTUiLGJu.js";import"./ajv-Cpj98o6Y.js";import"./compare-C3AjiGFR.js";import"./spaces-0oyGvpii.js";import"./dmart_services-AL6-IdDE.js";import"./toast-B9WDyfyI.js";import"./@zerodevx-BlBZjKxu.js";import"./flowbite-svelte-icons-BI8GVhw_.js";import"./tailwind-merge-CJvxXMcu.js";import"./global-igKv-1g9.js";import"./svelte-jsoneditor-CUGSvWId.js";import"./json-source-map-DRgZidqy.js";import"./immutable-json-patch-DtRO2E_S.js";import"./jsonrepair-B30Dx381.js";import"./lodash-es-DZVAA2ox.js";import"./@jsonquerylang-laKNoFFq.js";import"./@fortawesome-DRW1UCdr.js";import"./svelte-awesome-DhnMA6Q_.js";import"./svelte-select-CjHAt_85.js";import"./@floating-ui-BwwcF-xh.js";import"./svelte-floating-ui-BlS3sOAQ.js";import"./natural-compare-lite-Bg2Xcf-o.js";import"./memoize-one-BdPwpGay.js";import"./@lezer-za4Q-8Ew.js";import"./@codemirror-Rn7_6DkE.js";import"./crelt-C8TCjufn.js";import"./@marijn-DXwl3gUT.js";import"./style-mod-Bs6eFhZE.js";import"./w3c-keyname-Vcq4gwWv.js";import"./@replit--ERk53eB.js";import"./codemirror-wrapped-line-indent-DPhKvljI.js";import"./@typewriter-cCzskkIv.js";import"./fast-diff-C-IidNf4.js";import"./typewriter-editor-DkTVIJdm.js";import"./easy-signal-BiPFIK3O.js";import"./marked-DKjyhwJX.js";import"./marked-mangle-CDMeiHC6.js";import"./marked-gfm-heading-id-U5zO829x.js";import"./github-slugger-CQ4oX9Ud.js";import"./downloadFile-D08i0YDh.js";import"./user-DeK_NB5v.js";import"./svelte-i18n-CT2KkQaN.js";import"./deepmerge-rn4rBaHU.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./index-ChjnkpdZ.js";import"./Table2Cols-BsbwicQm.js";import"./axios-CG2WSiiR.js";import"./BreadCrumbLite-DAhOx38v.js";import"./plantuml-encoder-C47mzt9T.js";import"./tailwind-variants-Cj20BoQ3.js";var M=n('<p style="color: red"> </p>'),N=n('<div class="flex flex-col w-full"></div>'),P=n("<h4>We shouldn't be here ...</h4> <pre> </pre>",1);function rt(y,g){R(g,!1);const r=()=>T(H,"$params",b),[b,x]=D();k();var c=f(),$=l(c);{var w=o=>{var a=f(),s=l(a);O(s,()=>I.retrieveEntry({resource_type:d[r().resource_type],space_name:r().space_name,subpath:r().subpath.replaceAll("-","/"),shortname:r().shortname,retrieve_json_payload:!0,retrieve_attachments:!0,validate_schema:r().validate_schema!=="false"}),e=>{var t=N();z(t,4,()=>Array(5),B,(p,m)=>{L(p,{class:"m-5",size:"lg",style:"width: 100vw"})}),i(e,t)},(e,t)=>{{let p=q(()=>{var m;return(m=r().subpath)==null?void 0:m.replaceAll("-","/")});J(e,{get entry(){return _(t)},get resource_type(){return d[r().resource_type]},get space_name(){return r().space_name},get subpath(){return _(p)}})}},(e,t)=>{var p=M(),m=h(p);u(()=>v(m,_(t).message)),i(e,p)}),i(o,a)},E=o=>{var a=P(),s=F(l(a),2),e=h(s);u(t=>v(e,t),[()=>JSON.stringify(r())]),i(o,a)};A($,o=>{r().space_name&&r().subpath&&r().shortname?o(w):o(E,!1)})}i(y,c),j(),x()}export{rt as default};
@@ -0,0 +1 @@
1
+ import{p as ma,L as sa,a8 as N,a9 as ua,B as p,h as w,e as z,aj as _,k as e,E as f,F as r,j as I,c as a,R as h,I as fa,f as Q,O as H,al as T,l as ha,H as $a,ag as ba,a6 as d}from"./svelte-B2XmcTi_.js";import{g as ga,p as ya}from"./@roxi-CGMFK4i8.js";import{M as xa,B as W,i as Pa,j as E,h as wa}from"./flowbite-svelte-BLvjb-sa.js";import{R as X,D as la}from"./@edraj-CS4NwVbD.js";import{B as Ea}from"./BreadCrumbLite-DAhOx38v.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./flowbite-svelte-icons-BI8GVhw_.js";var ja=p('<div class="space-y-2"><p><b>UUID:</b> </p> <p><b>Space name:</b> </p> <p><b>Subpath:</b> </p> <p><b>Issues:</b> </p> <p><b>Exception:</b><br/> </p></div>'),Ia=p('<div slot="header" class="text-lg font-semibold"> </div>'),ka=p('<div slot="footer" class="flex justify-between"><!> <!></div>'),Ba=p("<!> <!>",1),La=p("<span><!></span>"),Da=p("<!> <!>",1),Ca=p("<!> <!> <!>",1),Ra=p("<!> <!>",1),za=p("<!> <!> <!> <!>",1),Aa=p('<p class="text-red-500"> </p>'),Fa=p('<div class="flex flex-col w-full"><!></div>'),Ma=p('<!> <!> <div class="mx-2 mt-3 mb-3"></div> <!>',1);function Ya(da,ia){ma(ia,!0);const Y=()=>sa(ga,"$goto",Z),k=()=>sa(ya,"$params",Z),[Z,na]=$a();Y();let $=N(ua({subpath:"",shortname:"",resource_type:X.content,uuid:"",issues:[],exception:""}));function va(){Y()("/management/content/[space_name]/[subpath]/[shortname]/[resource_type]",{space_name:k().shortname,subpath:a($).subpath.replaceAll("/","-"),shortname:a($).shortname,resource_type:a($).resource_type,validate_schema:"false"})}let U=N(!1),q=N(!1);async function _a(s,t){z($,{...s,...t},!0);try{await la.retrieveEntry({resource_type:a($).resource_type,space_name:k().space_name,subpath:k().subpath.replaceAll("-","/"),shortname:k().shortname,retrieve_json_payload:!1,retrieve_attachments:!1,validate_schema:!1}),z(q,!0)}catch{z(q,!1)}z(U,!0)}var aa=Ma(),ea=w(aa);xa(ea,{size:"lg",class:"w-full",get open(){return a(U)},set open(s){z(U,s,!0)},children:(s,t)=>{var o=ja(),b=f(o),D=r(f(b)),B=r(b,2),A=r(f(B)),i=r(B,2),x=r(f(i)),j=r(i,2),L=r(f(j)),G=r(j,2),l=r(f(G),2);h(()=>{d(D,` ${a($).uuid??""}`),d(A,` ${k().shortname??""}`),d(x,` ${a($).subpath??""}`),d(L,` ${a($).issues??""}`),d(l,` ${a($).exception??""}`)}),e(s,o)},$$slots:{default:!0,header:(s,t)=>{var o=Ia(),b=f(o);h(()=>d(b,a($).shortname)),e(s,o)},footer:(s,t)=>{var o=ka(),b=f(o);W(b,{color:"alternative",onclick:()=>z(U,!1),children:(i,x)=>{var j=_("Close");e(i,j)},$$slots:{default:!0}});var D=r(b,2);{var B=i=>{W(i,{color:"primary",onclick:va,children:(x,j)=>{var L=_("Edit");e(x,L)},$$slots:{default:!0}})},A=i=>{W(i,{color:"yellow",children:(x,j)=>{var L=_("Entry does not exist");e(x,L)},$$slots:{default:!0}})};I(D,i=>{a(q)?i(B):i(A,!1)})}e(s,o)}}});var ta=r(ea,2);Ea(ta,{space_name:"management",subpath:"health_check",get resource_type(){return X.content},schema_name:"health_check",get shortname(){return k().space_name}});var pa=r(ta,4);fa(pa,()=>la.retrieveEntry({resource_type:X.content,space_name:"management",subpath:"/health_check",shortname:k().space_name,retrieve_json_payload:!0,retrieve_attachments:!0,validate_schema:!0}),s=>{var t=Fa(),o=f(t);wa(o,{class:"m-5",size:"lg",style:"width: 100vw"}),e(s,t)},(s,t)=>{Pa(s,{class:"w-full px-5",children:(o,b)=>{var D=za(),B=w(D);{var A=l=>{var P=Ba(),g=w(P);E(g,{class:"bg-blue-500 text-white",children:(n,y)=>{var v=_();h(()=>d(v,`Invalid folders (${a(t).payload.body.invalid_folders.length} invalid entires)`)),e(n,v)},$$slots:{default:!0}});var F=r(g,2);{var c=n=>{var y=Q(),v=w(y);H(v,17,()=>a(t).payload.body.invalid_folders,T,(M,O)=>{E(M,{class:"bg-gray-200",children:(S,m)=>{var u=_();h(()=>d(u,a(O))),e(S,u)},$$slots:{default:!0}})}),e(n,y)};I(F,n=>{a(t).payload.body.invalid_folders.length&&n(c)})}e(l,P)};I(B,l=>{a(t).payload.body.invalid_folders&&l(A)})}var i=r(B,2);E(i,{class:"bg-blue-500 text-white",children:(l,P)=>{var g=_();g.nodeValue="Folders report",e(l,g)},$$slots:{default:!0}});var x=r(i,2);{var j=l=>{var P=Q(),g=w(P);H(g,17,()=>Object.keys(a(t).payload.body.folders_report),T,(F,c)=>{var n=Ca(),y=w(n);E(y,{class:"bg-gray-200",children:(m,u)=>{var C=_();h(()=>d(C,a(c))),e(m,C)},$$slots:{default:!0}});var v=r(y,2);{var M=m=>{E(m,{class:"bg-green-500 text-white",children:(u,C)=>{var V=_();h(()=>d(V,`Valid entries ${a(t).payload.body.folders_report[a(c)].valid_entries}`)),e(u,V)},$$slots:{default:!0}})};I(v,m=>{a(t).payload.body.folders_report[a(c)].valid_entries&&m(M)})}var O=r(v,2);{var S=m=>{var u=Da(),C=w(u);E(C,{class:"bg-red-500 text-white",children:(J,K)=>{var R=_();h(()=>d(R,`Invalid entries ${a(t).payload.body.folders_report[a(c)].invalid_entries.length}`)),e(J,R)},$$slots:{default:!0}});var V=r(C,2);H(V,17,()=>a(t).payload.body.folders_report[a(c)].invalid_entries,T,(J,K)=>{var R=La();R.__click=ra=>{_a(a(K),{subpath:a(c)})};var ca=f(R);E(ca,{class:"cursor-pointer hover:bg-gray-100 border",children:(ra,Oa)=>{var oa=_();h(()=>d(oa,a(K).shortname)),e(ra,oa)},$$slots:{default:!0}}),e(J,R)}),e(m,u)};I(O,m=>{a(t).payload.body.folders_report[a(c)].invalid_entries&&m(S)})}e(F,n)}),e(l,P)};I(x,l=>{a(t).payload.body.folders_report&&l(j)})}var L=r(x,2);{var G=l=>{var P=Ra(),g=w(P);E(g,{class:"bg-blue-500 text-white",children:(n,y)=>{var v=_();h(()=>d(v,`Invalid meta folders (${a(t).payload.body.invalid_meta_folders.length} invalid entires)`)),e(n,v)},$$slots:{default:!0}});var F=r(g,2);{var c=n=>{var y=Q(),v=w(y);H(v,17,()=>a(t).payload.body.invalid_meta_folders,T,(M,O)=>{E(M,{class:"bg-gray-200",children:(S,m)=>{var u=_();h(()=>d(u,a(O))),e(S,u)},$$slots:{default:!0}})}),e(n,y)};I(F,n=>{a(t).payload.body.invalid_meta_folders.length&&n(c)})}e(l,P)};I(L,l=>{a(t).payload.body.invalid_meta_folders&&l(G)})}e(o,D)},$$slots:{default:!0}})},(s,t)=>{var o=Aa(),b=f(o);h(()=>d(b,a(t).message)),e(s,o)}),e(da,aa),ha(),na()}ba(["click"]);export{Ya as default};
@@ -0,0 +1 @@
1
+ import{p as F,L as f,i as O,B as b,F as r,E as e,O as P,c as a,R,a6 as o,k as u,al as U,l as q,H as z,ag as A}from"./svelte-B2XmcTi_.js";import{s as G}from"./spaces-0oyGvpii.js";import{C as I}from"./flowbite-svelte-BLvjb-sa.js";import{g as J}from"./@roxi-CGMFK4i8.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";var K=b('<div class="flex flex-col items-center text-center p-4" style="cursor: pointer"><span class="inline-block px-3 py-1 mb-3 border border-gray-300 rounded-md text-sm font-medium"> </span> <h3 class="font-semibold text-lg"> </h3> <p class="text-gray-600 mt-2 mb-4 line-clamp-3"> </p> <div class="text-xs text-gray-500 mt-auto"> </div></div>'),M=b('<div class="container mx-auto px-12 py-6"><div class="flex justify-between items-center mb-1 px-1"><h1 class="text-2xl font-bold mb-6">Select Space to list the events</h1></div> <hr class="mb-6 border-gray-300"/> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-4 gap-4 w-full place-items-center"></div></div>');function rt($,y){F(y,!1);const c=()=>f(J,"$goto",n),k=()=>f(G,"$spaces",n),[n,S]=z();c();async function w(l){c()("/management/content/[space_name]/health_check/[space_name_health]",{space_name:"management",space_name_health:l})}O();var m=M(),C=r(e(m),4);P(C,5,k,U,(l,t)=>{I(l,{class:"relative w-full",children:(D,N)=>{var i=K();i.__click=()=>w(a(t).shortname);var d=e(i),H=e(d),p=r(d,2),L=e(p),v=r(p,2),j=e(v),B=r(v,2),E=e(B);R(s=>{var g,h,x,_;o(H,a(t).shortname),o(L,((h=(g=a(t).attributes)==null?void 0:g.displayname)==null?void 0:h.en)||a(t).shortname),o(j,((_=(x=a(t))==null?void 0:x.description)==null?void 0:_.en)||""),o(E,`Updated: ${s??""}`)},[()=>{var s;return new Date((s=a(t))==null?void 0:s.attributes.updated_at).toLocaleDateString()}]),u(D,i)},$$slots:{default:!0}})}),u($,m),q(),S()}A(["click"]);export{rt as default};
@@ -0,0 +1 @@
1
+ import{B as e,k as s}from"./svelte-B2XmcTi_.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";var t=e('<div class="container flex row"><div class="row"><div class="col-12"><h1>Welcome to the Svelte App</h1> <p>This is a simple Svelte application.</p></div></div> <div class="row"><div class="col-12"><p>Content goes here...</p></div></div></div>');function v(i){var o=t();s(i,o)}export{v as default};
@@ -0,0 +1 @@
1
+ import{p as h,i as d,f as m,h as i,J as g,k as e,l,H as v,j as k,L as $}from"./svelte-B2XmcTi_.js";import{Q as w}from"./@edraj-CS4NwVbD.js";import{L as b}from"./ListView-BQelo7vZ.js";import{p as L}from"./@roxi-CGMFK4i8.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./svelte-datatables-net-CY7LBj6I.js";import"./pagination-svelte-D5CyoiE_.js";import"./Prism--hMplq-p.js";import"./prismjs-DTUiLGJu.js";import"./ajv-Cpj98o6Y.js";import"./compare-C3AjiGFR.js";import"./flowbite-svelte-BLvjb-sa.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./spaces-0oyGvpii.js";import"./dmart_services-AL6-IdDE.js";import"./toast-B9WDyfyI.js";import"./@zerodevx-BlBZjKxu.js";import"./flowbite-svelte-icons-BI8GVhw_.js";import"./global-igKv-1g9.js";import"./svelte-jsoneditor-CUGSvWId.js";import"./json-source-map-DRgZidqy.js";import"./immutable-json-patch-DtRO2E_S.js";import"./jsonrepair-B30Dx381.js";import"./lodash-es-DZVAA2ox.js";import"./@jsonquerylang-laKNoFFq.js";import"./@fortawesome-DRW1UCdr.js";import"./svelte-awesome-DhnMA6Q_.js";import"./svelte-select-CjHAt_85.js";import"./svelte-floating-ui-BlS3sOAQ.js";import"./natural-compare-lite-Bg2Xcf-o.js";import"./memoize-one-BdPwpGay.js";import"./@lezer-za4Q-8Ew.js";import"./@codemirror-Rn7_6DkE.js";import"./crelt-C8TCjufn.js";import"./@marijn-DXwl3gUT.js";import"./style-mod-Bs6eFhZE.js";import"./w3c-keyname-Vcq4gwWv.js";import"./@replit--ERk53eB.js";import"./codemirror-wrapped-line-indent-DPhKvljI.js";import"./@typewriter-cCzskkIv.js";import"./fast-diff-C-IidNf4.js";import"./typewriter-editor-DkTVIJdm.js";import"./easy-signal-BiPFIK3O.js";import"./marked-DKjyhwJX.js";import"./marked-mangle-CDMeiHC6.js";import"./marked-gfm-heading-id-U5zO829x.js";import"./github-slugger-CQ4oX9Ud.js";import"./downloadFile-D08i0YDh.js";import"./user-DeK_NB5v.js";import"./svelte-i18n-CT2KkQaN.js";import"./deepmerge-rn4rBaHU.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";import"./index-ChjnkpdZ.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";const Q={key:"shortname",name:"shortname",type:"string",width:"25%"},T={key:"resource_type",name:"Resource type",type:"string",width:"15%"},j={key:"attributes.request",name:"Event",type:"string",width:"15%"},q={key:"attributes.timestamp",title:"Timestamp",type:"string",width:"15%"},x={shortname:Q,resource_type:T,event:j,timestamp:q};function zt(s,a){h(a,!1);const t=()=>$(L,"$params",n),[n,c]=v();d();var p=m(),u=i(p);g(u,()=>t().space_name,_=>{var o=m(),y=i(o);{var f=r=>{b(r,{get type(){return w.events},get space_name(){return t().space_name},subpath:"/",get folderColumns(){return x}})};k(y,r=>{t().space_name&&r(f)})}e(_,o)}),e(s,p),l(),c()}export{zt as default};
@@ -0,0 +1,4 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/_module-3HrtKAWo.js","assets/svelte-B2XmcTi_.js","assets/clsx-B-dksMZM.js","assets/esm-env-rsSWfq8L.js","assets/flowbite-svelte-BLvjb-sa.js","assets/@floating-ui-BwwcF-xh.js","assets/tailwind-variants-Cj20BoQ3.js","assets/tailwind-merge-CJvxXMcu.js","assets/flowbite-svelte-CD54FDqW.css","assets/@roxi-CGMFK4i8.js","assets/hookar-BMRD9G9H.js","assets/consolite-DlCuI0F9.js","assets/user-DeK_NB5v.js","assets/@edraj-CS4NwVbD.js","assets/svelte-i18n-CT2KkQaN.js","assets/deepmerge-rn4rBaHU.js","assets/ajv-Cpj98o6Y.js","assets/intl-messageformat-Dc5UU-HB.js","assets/tslib-pJfR_DrR.js","assets/@formatjs-yKEsAtjs.js","assets/dmart_services-AL6-IdDE.js","assets/spaces-0oyGvpii.js","assets/toast-B9WDyfyI.js","assets/@zerodevx-BlBZjKxu.js","assets/@zerodevx-CVEpe6WZ.css","assets/flowbite-svelte-icons-BI8GVhw_.js","assets/index-DdXRK7n9.js","assets/index-CC-A1ipE.js","assets/_module-DFKFq0AM.js","assets/axios-CG2WSiiR.js","assets/_...fallback_-Ba_NLmAE.js","assets/_module-Dgq0ZVtz.js","assets/svelte-jsoneditor-CUGSvWId.js","assets/json-source-map-DRgZidqy.js","assets/immutable-json-patch-DtRO2E_S.js","assets/jsonrepair-B30Dx381.js","assets/lodash-es-DZVAA2ox.js","assets/@jsonquerylang-laKNoFFq.js","assets/@fortawesome-DRW1UCdr.js","assets/svelte-awesome-DhnMA6Q_.js","assets/svelte-awesome-COLlx0DN.css","assets/svelte-select-CjHAt_85.js","assets/svelte-floating-ui-BlS3sOAQ.js","assets/svelte-select-CegQKzqH.css","assets/natural-compare-lite-Bg2Xcf-o.js","assets/memoize-one-BdPwpGay.js","assets/@lezer-za4Q-8Ew.js","assets/@codemirror-Rn7_6DkE.js","assets/crelt-C8TCjufn.js","assets/@marijn-DXwl3gUT.js","assets/style-mod-Bs6eFhZE.js","assets/w3c-keyname-Vcq4gwWv.js","assets/@replit--ERk53eB.js","assets/codemirror-wrapped-line-indent-DPhKvljI.js","assets/svelte-jsoneditor-BzfX6Usi.css","assets/Prism--hMplq-p.js","assets/prismjs-DTUiLGJu.js","assets/Prism-Uh6uStUw.css","assets/compare-C3AjiGFR.js","assets/global-igKv-1g9.js","assets/index-BSsK-X71.js","assets/EntryRenderer-CCqV8Rkg.js","assets/ListView-BQelo7vZ.js","assets/svelte-datatables-net-CY7LBj6I.js","assets/pagination-svelte-D5CyoiE_.js","assets/pagination-svelte-v10nAbbM.css","assets/@typewriter-cCzskkIv.js","assets/fast-diff-C-IidNf4.js","assets/typewriter-editor-DkTVIJdm.js","assets/easy-signal-BiPFIK3O.js","assets/marked-DKjyhwJX.js","assets/marked-mangle-CDMeiHC6.js","assets/marked-gfm-heading-id-U5zO829x.js","assets/github-slugger-CQ4oX9Ud.js","assets/downloadFile-D08i0YDh.js","assets/ListView-U8of-_c-.css","assets/Table2Cols-BsbwicQm.js","assets/BreadCrumbLite-DAhOx38v.js","assets/plantuml-encoder-C47mzt9T.js","assets/EntryRenderer-DXytdFp9.css","assets/index-X1uNehO7.js","assets/index-BVyxzKtH.js","assets/index-BdeNM69f.js","assets/index-nrQW6Nrr.js","assets/index-B-eTh-ZX.js","assets/index-DTfhnhwd.js","assets/profile-BUf-tKMe.js","assets/index-CQohGiYB.js","assets/index-DtiCmB4o.js","assets/export-OF_rTiXu.js","assets/queryHelpers-C9iBWwqe.js","assets/import-1vE3gBat.js","assets/index-DLP7csA4.js","assets/info-B986lRiM.js","assets/query-CNmXTsgf.js","assets/_...404_-fuLH_rX9.js","assets/_..-BvT6vdHa.css"])))=>i.map(i=>d[i]);
2
+ import{d as w,w as L,p as R,a7 as S,B as T,I as O,k as M,l as q,H as V,L as b,E as C,c as j,F as N,aH as z}from"./svelte-B2XmcTi_.js";import{_ as o,R as F,c as H}from"./@roxi-CGMFK4i8.js";import{S as Z}from"./@zerodevx-BlBZjKxu.js";import{a as k,$ as h,i as B,g as Q}from"./svelte-i18n-CT2KkQaN.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";import"./deepmerge-rn4rBaHU.js";import"./ajv-Cpj98o6Y.js";import"./intl-messageformat-Dc5UU-HB.js";import"./tslib-pJfR_DrR.js";import"./@formatjs-yKEsAtjs.js";(function(){const r=document.createElement("link").relList;if(r&&r.supports&&r.supports("modulepreload"))return;for(const s of document.querySelectorAll('link[rel="modulepreload"]'))_(s);new MutationObserver(s=>{for(const c of s)if(c.type==="childList")for(const i of c.addedNodes)i.tagName==="LINK"&&i.rel==="modulepreload"&&_(i)}).observe(document,{childList:!0,subtree:!0});function a(s){const c={};return s.integrity&&(c.integrity=s.integrity),s.referrerPolicy&&(c.referrerPolicy=s.referrerPolicy),s.crossOrigin==="use-credentials"?c.credentials="include":s.crossOrigin==="anonymous"?c.credentials="omit":c.credentials="same-origin",c}function _(s){if(s.ep)return;s.ep=!0;const c=a(s);fetch(s.href,c)}})();const p={meta:{},id:"_default",name:"",file:{path:"src/routes/_module.svelte",dir:"src/routes",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-3HrtKAWo.js"),__vite__mapDeps([0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25])),rootName:"default",routifyDir:import.meta.url,children:[{meta:{isDefault:!0},id:"_default_index_md",name:"index",file:{path:"src/routes/index.md",dir:"src/routes",base:"index.md",ext:".md",name:"index"},asyncModule:()=>o(()=>import("./index-DdXRK7n9.js"),__vite__mapDeps([26,1,2,3,25,7])),children:[]},{meta:{isDefault:!0},id:"_default_index_svelte",name:"index",file:{path:"src/routes/index.svelte",dir:"src/routes",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-CC-A1ipE.js"),__vite__mapDeps([27,1,2,3])),children:[]},{meta:{reset:!0},id:"_default_management",name:"management",file:{path:"src/routes/management/_module.svelte",dir:"src/routes/management",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-DFKFq0AM.js"),__vite__mapDeps([28,1,2,3,9,10,11,13,29,4,5,6,7,8,12,14,15,16,17,18,19,25,20,21,22,23,24])),children:[{meta:{dynamic:!0,order:!1,dynamicSpread:!0},id:"_default_management_____fallback__svelte",name:"[...fallback]",file:{path:"src/routes/management/[...fallback].svelte",dir:"src/routes/management",base:"[...fallback].svelte",ext:".svelte",name:"[...fallback]"},asyncModule:()=>o(()=>import("./_...fallback_-Ba_NLmAE.js"),__vite__mapDeps([30,1,2,3])),children:[]},{meta:{},id:"_default_management_content",name:"content",module:!1,file:{path:"src/routes/management/content",dir:"src/routes/management",base:"content",ext:"",name:"content"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name_",name:"[space_name]",file:{path:"src/routes/management/content/[space_name]/_module.svelte",dir:"src/routes/management/content/[space_name]",base:"_module.svelte",ext:".svelte",name:"_module"},asyncModule:()=>o(()=>import("./_module-Dgq0ZVtz.js"),__vite__mapDeps([31,1,2,3,4,5,6,7,8,32,33,16,34,35,36,37,38,39,40,9,10,11,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,13,22,23,24,20,21,58,59,25])),children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath_",name:"[subpath]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]",dir:"src/routes/management/content/[space_name]",base:"[subpath]",ext:"",name:"[subpath]"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath___shortname_",name:"[shortname]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]",dir:"src/routes/management/content/[space_name]/[subpath]",base:"[shortname]",ext:"",name:"[shortname]"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name___subpath___shortname___resource_type_",name:"[resource_type]",module:!1,file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]",dir:"src/routes/management/content/[space_name]/[subpath]/[shortname]",base:"[resource_type]",ext:"",name:"[resource_type]"},children:[{meta:{isDefault:!0},id:"_default_management_content__space_name___subpath___shortname___resource_type__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]/index.svelte",dir:"src/routes/management/content/[space_name]/[subpath]/[shortname]/[resource_type]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BSsK-X71.js"),__vite__mapDeps([60,1,2,3,9,10,11,13,61,62,63,64,65,55,56,16,57,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name___subpath__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/[subpath]/index.svelte",dir:"src/routes/management/content/[space_name]/[subpath]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-X1uNehO7.js"),__vite__mapDeps([80,1,2,3,9,10,11,13,61,62,63,64,65,55,56,16,57,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]},{meta:{},id:"_default_management_content__space_name__health_check",name:"health_check",module:!1,file:{path:"src/routes/management/content/[space_name]/health_check",dir:"src/routes/management/content/[space_name]",base:"health_check",ext:"",name:"health_check"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_content__space_name__health_check__space_name_health_",name:"[space_name_health]",module:!1,file:{path:"src/routes/management/content/[space_name]/health_check/[space_name_health]",dir:"src/routes/management/content/[space_name]/health_check",base:"[space_name_health]",ext:"",name:"[space_name_health]"},children:[{meta:{isDefault:!0},id:"_default_management_content__space_name__health_check__space_name_health__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/health_check/[space_name_health]/index.svelte",dir:"src/routes/management/content/[space_name]/health_check/[space_name_health]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BVyxzKtH.js"),__vite__mapDeps([81,1,2,3,9,10,11,4,5,6,7,8,13,77,25])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name__health_check_index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/health_check/index.svelte",dir:"src/routes/management/content/[space_name]/health_check",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-BdeNM69f.js"),__vite__mapDeps([82,1,2,3,21,4,5,6,7,8,9,10,11])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content__space_name__index_svelte",name:"index",file:{path:"src/routes/management/content/[space_name]/index.svelte",dir:"src/routes/management/content/[space_name]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-nrQW6Nrr.js"),__vite__mapDeps([83,1,2,3,9,10,11,13,4,5,6,7,8,61,62,63,64,65,55,56,16,57,58,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75,76,29,77,78,79])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_content_index_svelte",name:"index",file:{path:"src/routes/management/content/index.svelte",dir:"src/routes/management/content",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-B-eTh-ZX.js"),__vite__mapDeps([84,1,2,3,21,4,5,6,7,8,32,33,16,34,35,36,37,38,39,40,9,10,11,41,42,43,44,45,46,47,48,49,50,51,52,53,54,58,13,20,22,23,24,55,56,57,25])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_index_svelte",name:"index",file:{path:"src/routes/management/index.svelte",dir:"src/routes/management",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DTfhnhwd.js"),__vite__mapDeps([85,1,2,3,9,10,11])),children:[]},{meta:{},id:"_default_management_profile_svelte",name:"profile",file:{path:"src/routes/management/profile.svelte",dir:"src/routes/management",base:"profile.svelte",ext:".svelte",name:"profile"},asyncModule:()=>o(()=>import("./profile-BUf-tKMe.js"),__vite__mapDeps([86,1,2,3,13,4,5,6,7,8,20,21,22,23,24])),children:[]},{meta:{},id:"_default_management_tools",name:"tools",module:!1,file:{path:"src/routes/management/tools",dir:"src/routes/management",base:"tools",ext:"",name:"tools"},children:[{meta:{},id:"_default_management_tools_events",name:"events",module:!1,file:{path:"src/routes/management/tools/events",dir:"src/routes/management/tools",base:"events",ext:"",name:"events"},children:[{meta:{dynamic:!0,order:!1},id:"_default_management_tools_events__space_name_",name:"[space_name]",module:!1,file:{path:"src/routes/management/tools/events/[space_name]",dir:"src/routes/management/tools/events",base:"[space_name]",ext:"",name:"[space_name]"},children:[{meta:{isDefault:!0},id:"_default_management_tools_events__space_name__index_svelte",name:"index",file:{path:"src/routes/management/tools/events/[space_name]/index.svelte",dir:"src/routes/management/tools/events/[space_name]",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-CQohGiYB.js"),__vite__mapDeps([87,1,2,3,13,62,63,64,65,55,56,16,57,9,10,11,58,4,5,6,7,8,21,20,22,23,24,25,59,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,66,67,68,69,70,71,72,73,74,12,14,15,17,18,19,75])),children:[]}]},{meta:{isDefault:!0},id:"_default_management_tools_events_index_svelte",name:"index",file:{path:"src/routes/management/tools/events/index.svelte",dir:"src/routes/management/tools/events",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DtiCmB4o.js"),__vite__mapDeps([88,1,2,3,21,4,5,6,7,8,9,10,11])),children:[]}]},{meta:{},id:"_default_management_tools_export_svelte",name:"export",file:{path:"src/routes/management/tools/export.svelte",dir:"src/routes/management/tools",base:"export.svelte",ext:".svelte",name:"export"},asyncModule:()=>o(()=>import("./export-OF_rTiXu.js"),__vite__mapDeps([89,1,2,3,14,15,16,17,18,19,74,22,23,24,13,20,21,4,5,6,7,8,55,56,57,90])),children:[]},{meta:{},id:"_default_management_tools_import_svelte",name:"import",file:{path:"src/routes/management/tools/import.svelte",dir:"src/routes/management/tools",base:"import.svelte",ext:".svelte",name:"import"},asyncModule:()=>o(()=>import("./import-1vE3gBat.js"),__vite__mapDeps([91,1,2,3,14,15,16,17,18,19,22,23,24,13,4,5,6,7,8,25])),children:[]},{meta:{isDefault:!0},id:"_default_management_tools_index_svelte",name:"index",file:{path:"src/routes/management/tools/index.svelte",dir:"src/routes/management/tools",base:"index.svelte",ext:".svelte",name:"index"},asyncModule:()=>o(()=>import("./index-DLP7csA4.js"),__vite__mapDeps([92,1,2,3,4,5,6,7,8,9,10,11,25])),children:[]},{meta:{},id:"_default_management_tools_info_svelte",name:"info",file:{path:"src/routes/management/tools/info.svelte",dir:"src/routes/management/tools",base:"info.svelte",ext:".svelte",name:"info"},asyncModule:()=>o(()=>import("./info-B986lRiM.js"),__vite__mapDeps([93,1,2,3,13,76,4,5,6,7,8,25])),children:[]},{meta:{},id:"_default_management_tools_query_svelte",name:"query",file:{path:"src/routes/management/tools/query.svelte",dir:"src/routes/management/tools",base:"query.svelte",ext:".svelte",name:"query"},asyncModule:()=>o(()=>import("./query-CNmXTsgf.js"),__vite__mapDeps([94,1,2,3,14,15,16,17,18,19,74,22,23,24,13,20,21,4,5,6,7,8,25,55,56,57,90])),children:[]}]}]},{meta:{dynamic:!0,dynamicSpread:!0,order:!1,inline:!1},name:"[...404]",file:{path:".routify/components/[...404].svelte",dir:".routify/components",base:"[...404].svelte",ext:".svelte",name:"[...404]"},asyncModule:()=>o(()=>import("./_...404_-fuLH_rX9.js"),__vite__mapDeps([95,1,2,3,96])),children:[]}]},U=async()=>{try{const r="/cxb/config.json".replace("//","/"),a=await fetch(r);if(!a.ok)throw new Error(`Failed to load config: ${a.status} ${a.statusText}`);return await a.json()}catch(e){return console.error("Error loading configuration:",e),{title:"DMART Unified Data Platform",footer:"dmart.cc unified data platform",short_name:"dmart",display_name:"dmart",description:"dmart unified data platform",default_language:"ar",languages:{ar:"العربية",en:"English"},backend:"http://localhost:8282",websocket:"ws://0.0.0.0:8484/ws",backend_timeout:3e4,delay_total_count:!1}}};let m={default_language:"ar",languages:{ar:"العربية",en:"English"},backend:"http://localhost:8282",backend_timeout:3e4,delay_total_count:!1};U().then(e=>{m=e});const W="{ts, date, full} - الساعة {ts, time, ::hh} ",J="الرئيسة",K="توثيقات",G="اللغة",X="عن الموقع",Y="منشورات",ee="المؤلف",te="المحرر",ne="مُلحقات",se="العلاقات",oe="ردود",ae="تفاعلات",ce="المزيد",re="وسوم",ie="المُلَخّص",le="شخصي",_e="رسائل",me="تذاكر",de="إشراف",ue="تنبيهات",pe="مهام",fe="جهات اتصال",he="تقويم",ge="اشتراكات",$e="أخبار",ve="صفحة شخصية",ye="محتوى",be="وسائط متعددة",xe="بيانات",we="طلبات",ke="صفحات شخصية",Ee="فضاءات أخرى",Pe="تعريفات",De="منتدى",Ae="موقع",Ie="صفحات",Le="نماذج",Re="ترجمة",Se="الشجرة_الجانبية",Te="مكونات",Oe="إشراف",Me="حِسابات",qe="أدوار وصلاحيات",Ve="فهرس",Ce="إصدارات",je="إضافات",Ne="بحث",ze="ما الذي تبحث عنه؟",Fe="مَلَفُّ المُستَخدِم",He="ولوج",Ze="اسم المُستخدم أو كلمة المرور غير صحيحة",Be="خروج",Qe="استعلام",Ue="سِجلّات الأحداث",We="العام",Je="الأعضاء",Ke="عودة",Ge="تنبيه",Xe="احذف المختارات",Ye="تحرير",et="تفعيل",tt="تحميل",nt="تحميل",st="استعراض",ot="مصدر",at="تاريخ",ct="حفظ",rt="كلمة المرور",it="اسم المُستخدم",lt="استعلامات",_t="الدخول إلى قِسم الأعضاء",mt="نسخ احتياطي",dt="تعليقات",ut="تفاعلات",pt="مشاركات",ft="تحقق",ht="أدخل الرمز هنا",gt="abcdefghijklmnopqrstuvwxyz",$t="تحميل البيانات ... ",vt="الاسم",yt="البريد الإلكتروني",bt="الموضوع",xt="نموذج الاتصال",wt="الرسالة",kt="إرسال",Et="الاتصال",Pt="غ.م.",Dt="نموذج الاستعلام",At="مسار جزئي",It="عشوائي",Lt="نوع الاستعلام",Rt="أنواع الموارد",St="منشور",Tt="مجلد",Ot="سيرة",Mt="جهة اتصال",qt="وسائط",Vt="الكمية",Ct="الإزاحة",jt="حُررت في",Nt="سجلات الأحداث",zt="أهلا بـ",Ft="إعدادات",Ht="الاسم المُختَصر",Zt="اسم العرض",Bt="نوع المَورِد",Qt="المحتوى",Ut="نوع المحتوى",Wt="هتمل",Jt="نص مُنَسّق",Kt="جيسون",Gt="خام",Xt="مُجَدوَل",Yt="الوصف",en="تفاصيل",tn="تعريف",nn="عندك تعليق؟",sn="التعليق",on="مُشاركات",an="نشاطات",cn="تشكيلات",rn="الأحدث",ln="المكتبة",_n="قاعدة المعرفة",mn="أسئلة متكررة",dn="المُصطلحات",un="مقولة",pn="imx.sh",fn="روابط",hn="مُختارات",gn="غيمة الوسوم",$n="إصدارات",vn="لا توجد أي نتائج لعرضها هنا",yn="العناصر المُتبقية ({count}) اضغط هُنا لتحميل المزيد منها.",bn=" اكتمل عرض كافة العناصر وعددها ({count}).",xn="إلغاء",wn="قبول",kn="تحرير المحتوى",En="إنشاء محتوى جديد",Pn="إنشاء ملف جديد",Dn="إنشاء محتوى ",An="اسم العرض بالإنجليزية",In="اسم العرض بالعربية",Ln="الوصف بالإنجليزية",Rn="الوصف بالعربية",Sn="إنشاء",Tn="تحديث",On="الصفحة {page} من {total}",Mn="المُدخلات المفتوحة",qn="المناظر",Vn="منظر",Cn="الإجراءات",jn="إجراءات مجملة",Nn="الحالة",zn="بالقرب منك",Fn="فعال؟",Hn="أدوات",Zn="تحليلات",Bn="مُحاوِرَة",Qn="آخر الأخبار",Un="إغلاق",Wn="مُجلدات",Jn="اسماء قصيرة",Kn="نَوع المحتوى",Gn="المسار",Xn="مُدخلات الـ",Yn="تبديل حالة النشر",es="اختر مُدخلة من <strong>القائمة</strong> على اليمين.",ts='Are you sure you want to delete the attachment "{shortname}|{displayname}"?',ns=`هناك تعديلات لم تُحفظ بعد.
3
+ هل تريد التخلص منها؟`,ss='هل تريد حذف "{displayname}|{shortname}" تحت {data.subpath}?',os='هل تريد حذف "{shortname}|{displayname}" تحت {data.subpath}?',as='المُدخلة "{shortname}|{data.displayname}" حاليا {current} هل تريد جَعلَها {new}؟',cs="فعّالة",rs="غير فعّالة",is="الوقت",ls="الحَدَث",_s="التوصيفات",ms="المُدة",ds="السابق",us="الحالي",ps="التهشير",fs="أحداث",hs="طرفية",gs="تحت التطوير",$s="اسم الفضاء",vs="مخطط",ys="جودة البيانات",bs="تنزيل ملف csv",xs="تنزيل ملف zip",ws="من",ks="إلى",Es="استرداد المرفقات",Ps="استرداد حمولة json",Ds="سيؤدي هذا الإجراء إلى استبدال جميع البيانات الموجودة. يرجى التأكد من وجود نسخة احتياطية قبل المتابعة.",As="اختر ملف ZIP",Is="الملف المحدد",Ls="معامل إضافي",Rs="اختياري",Ss="أدخل معامل إضافي",Ts="رفع واستيراد",Os="جاري الرفع",Ms="يرجى اختيار ملف ZIP",qs="نوع ملف غير صالح. يرجى اختيار ملف ZIP.",Vs="تم الاستيراد بنجاح",Cs="فشل في الاستيراد. يرجى المحاولة مرة أخرى.",E={datetime:W,home:J,docs:K,language:G,about:X,posts:Y,author:ee,editor:te,attachments:ne,relationships:se,replies:oe,reactions:ae,more:ce,tags:re,dashboard:ie,personal:le,messages:_e,tickets:me,sysadmin:de,notifications:ue,tasks:pe,contacts:fe,calendar:he,subscriptions:ge,news:$e,profile:ve,content:ye,multimedia:be,data:xe,submissions:we,profiles:ke,other_spaces:Ee,definitions:Pe,forum:De,site:Ae,pages:Ie,forms:Le,translation:Re,sidebar_tree:Se,components:Te,admin:Oe,accounts:Me,roles_and_permissions:qe,index:Ve,version_control:Ce,extensions:je,search:Ne,searching_for_what:ze,memberprofile:Fe,login:He,login_error:Ze,logout:Be,query:Qe,logs:Ue,published:We,managed:Je,back:Ke,warning:Ge,delete:"حذف",delete_selected:Xe,edit:Ye,activate:et,download:tt,upload:nt,preview:st,source:ot,history:at,save:ct,password:rt,username:it,queries:lt,login_to_members:_t,archive_and_backup:mt,comments:dt,interactions:ut,shares:pt,verfication:ft,enter_code_here:ht,captcha_chars:gt,loading_data:$t,name:vt,email:yt,subject:bt,contact_form:xt,message:wt,submit:kt,contact_us:Et,not_applicable:Pt,query_form:Dt,subpath:At,random:It,query_type:Lt,resource_types:Rt,post:St,folder:Tt,biography:Ot,contact:Mt,media:qt,limit:Vt,offset:Ct,edited_at:jt,activity_logs:Nt,hey:zt,settings:Ft,shortname:Ht,displayname:Zt,resource_type:Bt,payload:Qt,payload_type:Ut,text_html:Wt,text_markdown:Jt,text_json:Kt,raw:Gt,tabular:Xt,description:Yt,details:en,term:tn,write_a_reply:nn,reply:sn,contributions:on,activities:an,sampled:cn,latest:rn,library:ln,knowledgebase:_n,faq:mn,glossary:dn,maqola:un,wwwimx:pn,bookmarks:fn,picks:hn,tag_cloud:gn,publications:$n,not_found:vn,x_items_left_click_for_more:yn,all_x_items_are_loaded:bn,cancel:xn,accept:wn,edit_entry:kn,create_entry:En,create_folder:Pn,create_subentry:Dn,displayname_en:An,displayname_ar:In,description_en:Ln,description_ar:Rn,create:Sn,refresh:Tn,page_of_total:On,open_tabs:Mn,views:qn,view:Vn,actions:Cn,bulk_actions:jn,status:Nn,near_by:zn,is_active:Fn,tools:Hn,analytics:Zn,console:Bn,newsfeed:Qn,close:Un,folders:Wn,shortnames:Jn,content_type:Kn,path:Gn,entries_of:Xn,toggle_active_state:Yn,select_entry_from_sidebar:es,cofrirm_deleting_attachment:ts,confirm_discarding_changes:ns,confirm_deleting:ss,confirm_deleting_folder:os,confirm_toggling_active:as,active:cs,inactive:rs,time:is,event:ls,attributes:_s,duration:ms,previous:ds,current:us,hash:ps,events:fs,terminal:hs,under_development:gs,space_name:$s,schema_shortname:vs,qatool:ys,download_csv:bs,download_zip:xs,from:ws,to:ks,retrieve_attachments:Es,retrieve_json_payload:Ps,import_warning_message:Ds,select_zip_file:As,selected_file:Is,extra_parameter:Ls,optional:Rs,enter_extra_parameter:Ss,upload_and_import:Ts,uploading:Os,please_select_zip_file:Ms,invalid_file_type:qs,import_successful:Vs,import_failed:Cs},js="{ts, date, full} - at {ts, time, ::hh} ",Ns="Home",zs="Docs",Fs="Language",Hs="About",Zs="Posts",Bs="Author",Qs="Editor",Us="Attachments",Ws="Relationships",Js="Replies",Ks="Reactions",Gs="more",Xs="Tags",Ys="Dashboard",eo="Personal",to="Messages",no="Tickets",so="Sys admin",oo="Notifications",ao="Tasks",co="Contacts",ro="Calendar",io="Subscriptions",lo="News",_o="Profile",mo="Content",uo="Multimedia",po="Data",fo="Submissions",ho="Profiles",go="Space name",$o="Other spaces",vo="Definitions",yo="Forum",bo="Site",xo="Pages",wo="Forms",ko="Translation",Eo="Sidebar tree",Po="Components",Do="Admin",Ao="Accounts",Io="Roles and permissions",Lo="Index",Ro="Version control",So="Extensions",To="Search",Oo="Searching for?",Mo="Member profile",qo="Login",Vo="Wrong username or password",Co="Logout",jo="Query",No="Logs",zo="Published",Fo="Managed",Ho="Back",Zo="Warning",Bo="Delete Selected Items",Qo="Edit",Uo="Activate",Wo="Preview",Jo="Source",Ko="History",Go="Save",Xo="Password",Yo="Username",ea="Queries",ta="Login to members section",na="Backup and archive",sa="Comments",oa="Ineractions",aa="Shares",ca="Verfication",ra="Enter code here",ia="abcdefghijklmnopqrstuvwxyz",la="Loading data ...",_a="Name",ma="Email",da="Subject",ua="Contact form",pa="Message",fa="Submit",ha="Contact us",ga="N/A",$a="Query form",va="Subpath",ya="Random",ba="Query type",xa="Resource types",wa="Post",ka="Folder",Ea="Biography",Pa="Contact",Da="Media",Aa="Limit",Ia="Offset",La="Edited at",Ra="Activity logs",Sa="Hey ",Ta="Settings",Oa="Shortname",Ma="Displayname",qa="Resource type",Va="Payload",Ca="Payload type",ja="Html",Na="Markdown",za="Json",Fa="Raw",Ha="Tabular",Za="Description",Ba="Details",Qa="Term",Ua="Write a reply",Wa="Reply",Ja="Upload",Ka="Contributions",Ga="Activities",Xa="Sampled",Ya="Latest",ec="Library",tc="Knowledgebase",nc="FAQ",sc="Glossary",oc="Maqola",ac="imx.sh",cc="Bookmarks",rc="Picks",ic="Tag Cloud",lc="Publications",_c="Not Found",mc="({count}) items left, click here to load more",dc="All ({count}) itmes have been loaded.",uc="Cancel",pc="Accept",fc="Edit Entry",hc="Create Entry",gc="Create Folder",$c="Create sub-entry",vc="English Displayname",yc="Arabic Displayname",bc="English Description",xc="Arabic Description",wc="Create",kc="refresh",Ec="Page {page} of {total}",Pc="Open tabs",Dc="Views",Ac="View",Ic="Actions",Lc="Bulk",Rc="Status",Sc="Near by",Tc="Is active?",Oc="Tools",Mc="Analytics",qc="Console",Vc="News feed",Cc="Close",jc="Folders",Nc="Shortnames",zc="Content type",Fc="Path",Hc="Entries of",Zc="Toggle active state",Bc="Select entry from the <strong>sidebar</strong> on the left.",Qc='Are you sure you want to delete the attachment "{shortname}|{displayname}"?',Uc=`Changes haven't been saved.
4
+ Do you want to discard them?`,Wc='Are you sure you want to delete "{displayname}|{shortname}" under {data.subpath}?',Jc='Are you sure you want to delete the folder "{shortname}|{displayname}" under {data.subpath}?',Kc='Entry "{shortname}|{data.displayname}" is currently {current} are you sure you want to set it to {new}?',Gc="active",Xc="Download",Yc="inactive",er="Time",tr="Event",nr="Attributes",sr="Duration",or="Previous",ar="Current",cr="Hash",rr="Events",ir="Terminal",lr="Under development",_r="Schema",mr="Data Quality",dr="Download CSV",ur="Download ZIP",pr="From",fr="To",hr="Retrieve attachments",gr="Retrieve json payload",$r="This action will replace all existing data. Please make sure you have a backup before proceeding.",vr="Select ZIP file",yr="Selected file",br="Extra parameter",xr="optional",wr="Enter extra parameter",kr="Upload and Import",Er="Uploading",Pr="Please select a ZIP file",Dr="Invalid file type. Please select a ZIP file.",Ar="Import completed successfully",Ir="Import failed. Please try again.",P={datetime:js,home:Ns,docs:zs,language:Fs,about:Hs,posts:Zs,author:Bs,editor:Qs,attachments:Us,relationships:Ws,replies:Js,reactions:Ks,more:Gs,tags:Xs,dashboard:Ys,personal:eo,messages:to,tickets:no,sysadmin:so,notifications:oo,tasks:ao,contacts:co,calendar:ro,subscriptions:io,news:lo,profile:_o,content:mo,multimedia:uo,data:po,submissions:fo,profiles:ho,space_name:go,other_spaces:$o,definitions:vo,forum:yo,site:bo,pages:xo,forms:wo,translation:ko,sidebar_tree:Eo,components:Po,admin:Do,accounts:Ao,roles_and_permissions:Io,index:Lo,version_control:Ro,extensions:So,search:To,searching_for_what:Oo,memberprofile:Mo,login:qo,login_error:Vo,logout:Co,query:jo,logs:No,published:zo,managed:Fo,back:Ho,warning:Zo,delete:"Delete",delete_selected:Bo,edit:Qo,activate:Uo,preview:Wo,source:Jo,history:Ko,save:Go,password:Xo,username:Yo,queries:ea,login_to_members:ta,archive_and_backup:na,comments:sa,interactions:oa,shares:aa,verfication:ca,enter_code_here:ra,captcha_chars:ia,loading_data:la,name:_a,email:ma,subject:da,contact_form:ua,message:pa,submit:fa,contact_us:ha,not_applicable:ga,query_form:$a,subpath:va,random:ya,query_type:ba,resource_types:xa,post:wa,folder:ka,biography:Ea,contact:Pa,media:Da,limit:Aa,offset:Ia,edited_at:La,activity_logs:Ra,hey:Sa,settings:Ta,shortname:Oa,displayname:Ma,resource_type:qa,payload:Va,payload_type:Ca,text_html:ja,text_markdown:Na,text_json:za,raw:Fa,tabular:Ha,description:Za,details:Ba,term:Qa,write_a_reply:Ua,reply:Wa,upload:Ja,contributions:Ka,activities:Ga,sampled:Xa,latest:Ya,library:ec,knowledgebase:tc,faq:nc,glossary:sc,maqola:oc,wwwimx:ac,bookmarks:cc,picks:rc,tag_cloud:ic,publications:lc,not_found:_c,x_items_left_click_for_more:mc,all_x_items_are_loaded:dc,cancel:uc,accept:pc,edit_entry:fc,create_entry:hc,create_folder:gc,create_subentry:$c,displayname_en:vc,displayname_ar:yc,description_en:bc,description_ar:xc,create:wc,refresh:kc,page_of_total:Ec,open_tabs:Pc,views:Dc,view:Ac,actions:Ic,bulk_actions:Lc,status:Rc,near_by:Sc,is_active:Tc,tools:Oc,analytics:Mc,console:qc,newsfeed:Vc,close:Cc,folders:jc,shortnames:Nc,content_type:zc,path:Fc,entries_of:Hc,toggle_active_state:Zc,select_entry_from_sidebar:Bc,cofrirm_deleting_attachment:Qc,confirm_discarding_changes:Uc,confirm_deleting:Wc,confirm_deleting_folder:Jc,confirm_toggling_active:Kc,active:Gc,download:Xc,inactive:Yc,time:er,event:tr,attributes:nr,duration:sr,previous:or,current:ar,hash:cr,events:rr,terminal:ir,under_development:lr,schema_shortname:_r,qatool:mr,download_csv:dr,download_zip:ur,from:pr,to:fr,retrieve_attachments:hr,retrieve_json_payload:gr,import_warning_message:$r,select_zip_file:vr,selected_file:yr,extra_parameter:br,optional:xr,enter_extra_parameter:wr,upload_and_import:kr,uploading:Er,please_select_zip_file:Pr,invalid_file_type:Dr,import_successful:Ar,import_failed:Ir};k("ar",E);k("en",P);let Lr={ar:E,en:P},Rr=["ar","en"];Rr.filter(e=>e in m.languages);function Yr(e){e in m.languages||(e=m.default_language),typeof localStorage<"u"&&localStorage.setItem("preferred_locale",JSON.stringify(e)),h.set(e)}function Sr(){let e='"en"';if(typeof localStorage<"u"&&(e=localStorage.getItem("preferred_locale")),typeof e=="string")return JSON.parse(e);let r="",a=Q(),_=!1;for(const s in m.languages)r.trim().length>0&&(r=s),!_&&a&&a.startsWith(s)&&(a=s,_=!0);return _||(a=r),a||(a="en"),typeof localStorage<"u"&&localStorage.setItem("preferred_locale",JSON.stringify(a)),a}function Tr(){let e=Sr();!(e in Lr)&&m.default_language&&(e=m.default_language),B({initialLocale:e,fallbackLocale:m.default_language})}const Or=["ar","fa","ur","ku"],Mr=w(h,e=>Or.indexOf(e||"")>=0?"rtl":"ltr");w(h,e=>typeof e=="string");let x=L(!1);const qr={subscribe:x.subscribe,refresh:()=>x.update(e=>e=!e)},g="cxb",Vr={duration:2500,initial:1,next:0,pausable:!1,dismissable:!0,reversed:!1,intro:{x:256},theme:{"--toastColor":"mintcream"},classes:["custom-toast"]};var Cr=T('<div id="routify-app"><!> <!></div>');function jr(e,r){R(r,!0);const a=()=>b(h,"$locale",s),_=()=>b(Mr,"$dir",s),[s,c]=V();function i(t,d,n){if(d.length===0)return t;const[u,...l]=d,y=t.children.find(I=>I.name===`${u}`);return y?i(y,l):null}var f=null;async function D(){return f||(f=H({routes:p,urlRewrite:{toInternal:t=>{if(t.startsWith(`/${g}`)&&(t=t.replace(`/${g}`,"")),t=t===""?"/":t,t.startsWith("/management"))return t;const d=a(),n=t.split("/");n.shift();let u=n[n.length-1];if(u===""&&(u="index"),![".en",".ar",".ku"].includes(u)){n[n.length-1]=`${u}.${d}`;let l=i(p,n);if(l===null)if(n[n.length-1]=u,l=i(p,n),l===null)if(n[n.length-1]=`index.${d}`,l=i(p,n),l===null){if(n[n.length-1]="index",l=i(p,n),l!==null)return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`}else return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`;else return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`;else return t.split("/").slice(0,t.split("/").length-1).join("/")+`/${n[n.length-1]}`}return t},toExternal:t=>`/${g}${t}`}}),f)}Tr(),S(()=>{document.dir=_(),qr.refresh()});var $=Cr(),v=C($);Z(v,{get options(){return Vr}});var A=N(v,2);O(A,D,null,(t,d)=>{F(t,{get router(){return j(d)}})}),M(e,$),q(),c()}z(jr,{target:document.body});export{Yr as s,m as w};
@@ -0,0 +1 @@
1
+ import{p as O,L as I,i as P,B as i,F as n,E as e,k as l,R as C,l as E,H as F,a6 as H}from"./svelte-B2XmcTi_.js";import{C as d}from"./flowbite-svelte-BLvjb-sa.js";import{g as q}from"./@roxi-CGMFK4i8.js";import{W as z,X as A,G as D,Y as G,Z as M}from"./flowbite-svelte-icons-BI8GVhw_.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";var N=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-primary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">INFORMATION</h3> <p class="text-gray-600">Get information about connected instance of Dmart.</p></div>'),R=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-secondary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Events</h3> <p class="text-gray-600">Check all Dmart instance events.</p></div>'),S=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Query</h3> <p class="text-gray-600">Perform queries against connected dmart instance.</p></div>'),T=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Import</h3> <p class="text-gray-600">Import entries based on zip file.</p></div>'),B=i('<div class="flex flex-col items-center text-center"><div class="p-3 bg-tertiary-100 rounded-full mb-4"><!></div> <h3 class="text-xl font-bold mb-2">Export</h3> <p class="text-gray-600">Export entries as zip file.</p></div>'),L=i('<div class="container mx-auto p-8"><p class="text-2xl mb-5"> </p> <div class="grid grid-cols-1 md:grid-cols-3 gap-6"><!> <!> <!> <!> <!></div></div>');function et(u,g){O(g,!1);const a=()=>I(q,"$goto",_),[_,$]=F();a();let b="f9f97955";P();var v=L(),p=e(v),y=e(p),w=n(p,2),m=e(w);d(m,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/info"),children:(s,c)=>{var t=N(),r=e(t),o=e(r);z(o,{class:"w-12 h-12 text-primary-600"}),l(s,t)},$$slots:{default:!0}});var x=n(m,2);d(x,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/events"),children:(s,c)=>{var t=R(),r=e(t),o=e(r);A(o,{class:"w-12 h-12 text-secondary-600"}),l(s,t)},$$slots:{default:!0}});var f=n(x,2);d(f,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/query"),children:(s,c)=>{var t=S(),r=e(t),o=e(r);D(o,{class:"w-12 h-12 text-tertiary-600"}),l(s,t)},$$slots:{default:!0}});var h=n(f,2);d(h,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/import"),children:(s,c)=>{var t=T(),r=e(t),o=e(r);G(o,{class:"w-12 h-12 text-tertiary-600"}),l(s,t)},$$slots:{default:!0}});var k=n(h,2);d(k,{class:"p-4 hover:shadow-lg transition-shadow cursor-pointer",onclick:()=>a()("/management/tools/export"),children:(s,c)=>{var t=B(),r=e(t),o=e(r);M(o,{class:"w-12 h-12 text-tertiary-600"}),l(s,t)},$$slots:{default:!0}}),C(()=>H(y,`HASH: ${b}`)),l(u,v),E(),$()}export{et as default};
@@ -0,0 +1 @@
1
+ import{p as e,L as n,i as p,l as r,H as m}from"./svelte-B2XmcTi_.js";import{g as i}from"./@roxi-CGMFK4i8.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";function _($,t){e(t,!1);const o=()=>n(i,"$goto",s),[s,a]=m();o(),o()("/management/content/"),p(),r(),a()}export{_ as default};
@@ -0,0 +1,2 @@
1
+ import{B as _,F as e,E as a,k}from"./svelte-B2XmcTi_.js";import{S as P,F as A,C as L,B as D,L as F}from"./flowbite-svelte-icons-BI8GVhw_.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./tailwind-merge-CJvxXMcu.js";const z={};var T=_(`<div class="markdown-body"><div class="prose"><div class="flex flex-row" style="width: 98vw"><div class="flex-col p-6"><h1>What is DMART?</h1> <blockquote><p>DMART is an open-source general-purpose low-code data platform that is capable of assimilating and servcing a wide variety of data.
2
+ DMART offers a number of unique features that simplify the setup of your backend.</p></blockquote> <hr/> <h1><span class="flex"><!>Features</span></h1> <ul><li>Unified API (Data-as-a-Service) that can readily and directly service Web and mobile frontends. OpenAPI-compatible <a href="https://api.dmart.cc/docs">JSON API</a></li> <li>Built-in user management</li> <li>Built-in security management (Permissions and Roles)</li> <li>Web-based admin management UI</li> <li>Extensible by plugins or micro-services (leveraging JWT)</li> <li>Licensed as free / open source software (AGPL3+).</li></ul> <hr/> <h1><span class="flex"><!> Design principals</span></h1> <ul><li>Entry-based, business-oriented data definitions (no need for relational modeling and physical RDBMS table structure).</li> <li>Entries are extensible by meta-data and arbitrary attachments</li> <li>Entries and attachments can involve structured, unstructured and binary data</li> <li>Entry changes are tracked for auditing and review : Who, when and what</li> <li>Entries are represented using file-based Json that is optionally schema-enabled</li> <li>Operational store that can be reconstructed from the file-based data.</li></ul> <hr/> <h1><span class="flex"><!> Drivers</span></h1> <ul><li>Python: <a href="https://pypi.org/project/pydmart/">pydmart</a></li> <li>Flutter/Dart: <a href="https://pub.dev/packages/dmart">dmart</a></li> <li>Typescript: <a href="https://www.npmjs.com/package/@edraj/tsdmart">@edraj/tsdmart</a></li></ul></div> <div class="flex-col p-6"><h1><span class="flex"><!> Usecases</span></h1> <p>One initial category of usecases targets organizations and individuals to establish their online presence: Provision a website that is indexed by search engines, manage users, be able to recieve/send messages/emails and allow users to ineract with published content.</p> <p><a href="/presence_usecases">Universal online presnce</a></p> <hr/> <h1><span class="flex"><!> Technology stack</span></h1> <h2>Backend</h2> <ul><li>Programming language : Python 3.13 (latest revision)</li> <li>Microframework : FastAPI (microframework for python) with full leverage of async programming paradigm</li> <li>API validation : Pydantic v2 (rust-based)</li> <li>Live-update : Web socket</li> <li>Operational store : PostgreSQL 16</li> <li>Viewing logs and building dashboards (optional): Grafana/Loki/Alloy (based on golang)</li> <li>Container : Podman (or Docker) for fast setup using light-wieght Alpine linux and OpenRC.</li> <li>System/User level OS service management : Systemd.</li> <li>Reverse-proxy : Caddy (with automatic SSL/Let’s encrypt integration)</li></ul> <hr/> <h2>Frontend</h2> <ul><li>Single-Page-Application : Svelte with Typescript (compiled as static files)</li> <li>CSS/UI framework : Flowbite with Tailwind and full RTL support</li></ul> <hr/> <h2>High-quality code</h2> <ul><li>Heavy leverage of type hinting</li> <li>Automated tests via pytest and curl (curl.sh) tests</li> <li>Full compliance with pyright, ruff and mypi (pylint.sh)</li> <li>Load testing with locust vegeta ab appache</li></ul></div></div></div></div>`);function C(n){var i=T(),o=a(i),d=a(o),s=a(d),l=e(a(s),6),p=a(l),c=a(p);P(c,{class:"mx-2",size:"xl"});var t=e(l,6),h=a(t),m=a(h);A(m,{class:"mx-2",size:"xl"});var u=e(t,6),v=a(u),f=a(v);L(f,{class:"mx-2",size:"xl"});var g=e(s,2),r=a(g),y=a(r),b=a(y);D(b,{class:"mx-2",size:"xl"});var w=e(r,8),x=a(w),S=a(x);F(S,{class:"mx-2",size:"xl"}),k(n,i)}export{C as default,z as frontmatter};
@@ -0,0 +1 @@
1
+ import{p as H,L as _,i as O,B as b,F as r,E as e,O as P,c as s,R,a6 as o,k as h,al as U,l as q,H as z,ag as A}from"./svelte-B2XmcTi_.js";import{s as G}from"./spaces-0oyGvpii.js";import{C as I}from"./flowbite-svelte-BLvjb-sa.js";import{g as J}from"./@roxi-CGMFK4i8.js";import"./clsx-B-dksMZM.js";import"./esm-env-rsSWfq8L.js";import"./@floating-ui-BwwcF-xh.js";import"./tailwind-variants-Cj20BoQ3.js";import"./tailwind-merge-CJvxXMcu.js";import"./hookar-BMRD9G9H.js";import"./consolite-DlCuI0F9.js";var K=b('<div class="flex flex-col items-center text-center p-4" style="cursor: pointer"><span class="inline-block px-3 py-1 mb-3 border border-gray-300 rounded-md text-sm font-medium"> </span> <h3 class="font-semibold text-lg"> </h3> <p class="text-gray-600 mt-2 mb-4 line-clamp-3"> </p> <div class="text-xs text-gray-500 mt-auto"> </div></div>'),M=b('<div class="container mx-auto px-12 py-6"><div class="flex justify-between items-center mb-1 px-1"><h1 class="text-2xl font-bold mb-6">Select Space to list the events</h1></div> <hr class="mb-6 border-gray-300"/> <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 xl:grid-cols-4 gap-4 w-full place-items-center"></div></div>');function rt($,y){H(y,!1);const n=()=>_(J,"$goto",c),S=()=>_(G,"$spaces",c),[c,k]=z();n();async function w(i){n()("/management/tools/events/[space_name]",{space_name:i})}O();var d=M(),C=r(e(d),4);P(C,5,S,U,(i,t)=>{I(i,{class:"relative w-full",children:(D,N)=>{var l=K();l.__click=()=>w(s(t).shortname);var m=e(l),E=e(m),p=r(m,2),L=e(p),v=r(p,2),j=e(v),B=r(v,2),F=e(B);R(a=>{var g,x,f,u;o(E,s(t).shortname),o(L,((x=(g=s(t).attributes)==null?void 0:g.displayname)==null?void 0:x.en)||s(t).shortname),o(j,((u=(f=s(t))==null?void 0:f.description)==null?void 0:u.en)||""),o(F,`Updated: ${a??""}`)},[()=>{var a;return new Date((a=s(t))==null?void 0:a.attributes.updated_at).toLocaleDateString()}]),h(D,l)},$$slots:{default:!0}})}),h($,d),q(),k()}A(["click"]);export{rt as default};