@abyss-project/commons-front-core 1.0.136 → 1.0.141

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 (268) hide show
  1. package/README.md +30 -2
  2. package/declaration.d.ts +13 -13
  3. package/dist/CookieConsentSettings.component-DIIK_rRd.js +2604 -0
  4. package/dist/assets/index.d.ts +0 -1
  5. package/dist/assets/logo/index.d.ts +1 -0
  6. package/dist/components/Avatars/OrganizationAvatar/OrganizationAvatar.component.d.ts +23 -0
  7. package/dist/components/Avatars/OrganizationAvatar/index.d.ts +2 -0
  8. package/dist/components/Avatars/ProjectAvatar/ProjectAvatar.component.d.ts +16 -5
  9. package/dist/components/Avatars/ProjectAvatar/index.d.ts +1 -0
  10. package/dist/components/Avatars/UserAvatar/UserAvatar.component.d.ts +10 -0
  11. package/dist/components/Avatars/UserAvatar/constant.d.ts +6 -2
  12. package/dist/components/Avatars/UserAvatar/index.d.ts +1 -0
  13. package/dist/components/Avatars/UserAvatarList/UserAvatarList.component.d.ts +18 -0
  14. package/dist/components/{UserAvatarList → Avatars/UserAvatarList}/index.d.ts +1 -0
  15. package/dist/components/Avatars/index.d.ts +2 -0
  16. package/dist/components/Banking/AccountTransactions/AccountTransactionsRow.component.d.ts +2 -4
  17. package/dist/components/Banking/Inputs/SelectAccountTransactionCategory/SelectAccountTransactionCategory.component.d.ts +2 -4
  18. package/dist/components/Cards/InternalProjectCard/InternalProjectCard.component.d.ts +36 -0
  19. package/dist/components/Cards/InternalProjectCard/index.d.ts +2 -0
  20. package/dist/components/Cards/ProjectCard/ProjectCard.component.d.ts +27 -0
  21. package/dist/components/Cards/ProjectCard/index.d.ts +2 -0
  22. package/dist/components/Cards/index.d.ts +2 -0
  23. package/dist/components/Charts/AbyssBarChart/AbyssBarChart.component.d.ts +21 -0
  24. package/dist/components/Charts/AbyssBarChart/index.d.ts +1 -0
  25. package/dist/components/Charts/AbyssCashFlowChart/AbyssCashFlowChart.component.d.ts +14 -0
  26. package/dist/components/Charts/AbyssCashFlowChart/index.d.ts +1 -0
  27. package/dist/components/Charts/AbyssLineChart/AbyssLineChart.component.d.ts +27 -0
  28. package/dist/components/Charts/AbyssLineChart/index.d.ts +1 -0
  29. package/dist/components/Charts/AbyssPieChart/AbyssPieChart.component.d.ts +18 -0
  30. package/dist/components/Charts/AbyssPieChart/index.d.ts +1 -0
  31. package/dist/components/Charts/index.d.ts +4 -0
  32. package/dist/components/Charts/useNivoTheme.d.ts +65 -0
  33. package/dist/components/CookieConsent/AbyssCookieConsentProvider.d.ts +12 -0
  34. package/dist/components/CookieConsent/CookieConsentBanner.component.d.ts +7 -0
  35. package/dist/components/CookieConsent/CookieConsentSettings.component.d.ts +2 -0
  36. package/dist/components/CookieConsent/cookie-storage.util.d.ts +15 -0
  37. package/dist/components/CookieConsent/cookie-storage.util.spec.d.ts +1 -0
  38. package/dist/components/CookieConsent/index.d.ts +8 -0
  39. package/dist/components/CookieConsent/reconcile.util.d.ts +12 -0
  40. package/dist/components/CookieConsent/reconcile.util.spec.d.ts +1 -0
  41. package/dist/components/CookieConsent/types.d.ts +11 -0
  42. package/dist/components/CookieConsent/use-cookie-consent.hook.d.ts +15 -0
  43. package/dist/components/Data/AbyssTable/AbyssTable.component.d.ts +35 -0
  44. package/dist/components/Data/AbyssTable/index.d.ts +2 -0
  45. package/dist/components/Data/index.d.ts +1 -0
  46. package/dist/components/InfoBox/InfoBox.component.d.ts +5 -3
  47. package/dist/components/Inputs/AbyssMarkdownEditor/AbyssMarkdownEditor.component.d.ts +12 -13
  48. package/dist/components/Inputs/AbyssNumberField/AbyssNumberField.component.d.ts +16 -0
  49. package/dist/components/Inputs/AbyssNumberField/index.d.ts +2 -0
  50. package/dist/components/Inputs/AbyssScopeSwitcher/AbyssScopeSwitcher.component.d.ts +20 -0
  51. package/dist/components/Inputs/AbyssScopeSwitcher/index.d.ts +2 -0
  52. package/dist/components/Inputs/AbyssSelectOrganization/AbyssSelectOrganization.component.d.ts +18 -0
  53. package/dist/components/Inputs/AbyssSelectOrganization/index.d.ts +2 -0
  54. package/dist/components/Inputs/AbyssSelectProject/AbyssSelectProject.component.d.ts +12 -9
  55. package/dist/components/Inputs/AbyssSelectProject/index.d.ts +1 -0
  56. package/dist/components/Inputs/CloudImport/CloudImport.component.d.ts +21 -9
  57. package/dist/components/Inputs/CloudImport/CloudImportFile.component.d.ts +2 -4
  58. package/dist/components/Inputs/CloudImport/CloudImportFolder.component.d.ts +2 -4
  59. package/dist/components/Inputs/CloudSave/CloudSave.component.d.ts +12 -9
  60. package/dist/components/Inputs/ColorPalette/ColorPalette.component.d.ts +20 -0
  61. package/dist/components/Inputs/ColorPalette/index.d.ts +1 -0
  62. package/dist/components/Inputs/ColorPicker/ColorPicker.component.d.ts +19 -0
  63. package/dist/components/Inputs/ColorPicker/index.d.ts +1 -0
  64. package/dist/components/Inputs/DatePeriodPicker/DatePeriodPicker.component.d.ts +24 -9
  65. package/dist/components/Inputs/DatePeriodPicker/index.d.ts +1 -0
  66. package/dist/components/Inputs/DropZone/DropZone.component.d.ts +11 -10
  67. package/dist/components/Inputs/PasswordInput/PasswordInput.component.d.ts +2 -5
  68. package/dist/components/Inputs/ProjectCategoryBadge/ProjectCategoryBadge.component.d.ts +8 -0
  69. package/dist/components/Inputs/ProjectCategoryBadge/index.d.ts +1 -0
  70. package/dist/components/Inputs/ProjectLinkSelector/ProjectLinkSelector.component.d.ts +39 -0
  71. package/dist/components/Inputs/ProjectLinkSelector/index.d.ts +2 -0
  72. package/dist/components/Inputs/ProjectTagChip/ProjectTagChip.component.d.ts +9 -0
  73. package/dist/components/Inputs/ProjectTagChip/index.d.ts +1 -0
  74. package/dist/components/Inputs/index.d.ts +13 -6
  75. package/dist/components/Invitations/AbyssPendingInvitations.component.d.ts +18 -0
  76. package/dist/components/Invitations/index.d.ts +2 -0
  77. package/dist/components/Layouts/AbyssBillingPlan/AbyssBillingPlan.component.d.ts +9 -0
  78. package/dist/components/Layouts/AbyssBillingPlan/index.d.ts +1 -0
  79. package/dist/components/Layouts/AbyssDashboardLayout/AbyssDashboardLayout.component.d.ts +13 -0
  80. package/dist/components/Layouts/AbyssDashboardLayout/index.d.ts +1 -0
  81. package/dist/components/Layouts/AbyssHeader/AbyssHeader.component.d.ts +14 -0
  82. package/dist/components/Layouts/AbyssHeader/index.d.ts +1 -0
  83. package/dist/components/Layouts/AbyssLayoutProvider/AbyssLayoutProvider.component.d.ts +26 -0
  84. package/dist/components/Layouts/AbyssLayoutProvider/abyss-layout.store.d.ts +27 -0
  85. package/dist/components/Layouts/AbyssLayoutProvider/index.d.ts +3 -0
  86. package/dist/components/Layouts/AbyssLoadingScreen/AbyssLoadingScreen.component.d.ts +3 -0
  87. package/dist/components/Layouts/AbyssLoadingScreen/index.d.ts +1 -0
  88. package/dist/components/Layouts/AbyssSearchBar/AbyssSearchBar.component.d.ts +8 -0
  89. package/dist/components/Layouts/AbyssSearchBar/index.d.ts +1 -0
  90. package/dist/components/Layouts/AbyssSidebar/AbyssSidebar.component.d.ts +35 -0
  91. package/dist/components/Layouts/AbyssSidebar/AbyssSidebarItem.component.d.ts +9 -0
  92. package/dist/components/Layouts/AbyssSidebar/index.d.ts +3 -0
  93. package/dist/components/Layouts/AbyssThemeToggle/AbyssThemeToggle.component.d.ts +7 -0
  94. package/dist/components/Layouts/AbyssThemeToggle/index.d.ts +1 -0
  95. package/dist/components/Layouts/DashboardLayout/DashboardLayout.layout.d.ts +3 -5
  96. package/dist/components/Layouts/DashboardLayout/DashboardLayoutHeader.layout.d.ts +3 -5
  97. package/dist/components/Layouts/LoadingLayout/LoadingLayout.layout.d.ts +2 -4
  98. package/dist/components/Layouts/MainLayout/MainLayout.layout.d.ts +2 -4
  99. package/dist/components/Layouts/index.d.ts +8 -0
  100. package/dist/components/Modals/AbyssModal/AbyssModal.component.d.ts +9 -9
  101. package/dist/components/Modals/ConfirmModal/ConfirmModal.d.ts +3 -4
  102. package/dist/components/Modals/ConfirmModal/index.d.ts +1 -1
  103. package/dist/components/Modals/ImportFromCloudModal/ImportFromCloudModal.component.d.ts +20 -10
  104. package/dist/components/Modals/QRCodeModal/QRCodeModal.component.d.ts +2 -4
  105. package/dist/components/Modals/SaveCloudModal/SaveCloudModal.component.d.ts +12 -10
  106. package/dist/components/Modals/UserSettingsModal/UserSettings.compat.d.ts +13 -0
  107. package/dist/components/Modals/UserSettingsModal/UserSettingsModal.component.d.ts +27 -0
  108. package/dist/components/Modals/UserSettingsModal/index.d.ts +2 -0
  109. package/dist/components/Modals/index.d.ts +2 -2
  110. package/dist/components/PdfEditor/PdfEditor.d.ts +3 -0
  111. package/dist/components/PdfEditor/hooks/use-acro-form-fields.d.ts +2 -0
  112. package/dist/components/PdfEditor/hooks/use-export.d.ts +7 -0
  113. package/dist/components/PdfEditor/hooks/use-page-order.d.ts +2 -0
  114. package/dist/components/PdfEditor/hooks/use-pdf-document.d.ts +11 -0
  115. package/dist/components/PdfEditor/hooks/use-undo-redo.d.ts +7 -0
  116. package/dist/components/PdfEditor/hooks/use-uploaded-docs.d.ts +3 -0
  117. package/dist/components/PdfEditor/index.d.ts +3 -0
  118. package/dist/components/PdfEditor/operations/apply.d.ts +2 -0
  119. package/dist/components/PdfEditor/operations/apply.spec.d.ts +1 -0
  120. package/dist/components/PdfEditor/operations/compute-page-order.d.ts +9 -0
  121. package/dist/components/PdfEditor/operations/compute-page-order.spec.d.ts +1 -0
  122. package/dist/components/PdfEditor/operations/pdf-data-url.d.ts +2 -0
  123. package/dist/components/PdfEditor/operations/reducer.d.ts +3 -0
  124. package/dist/components/PdfEditor/operations/reducer.spec.d.ts +1 -0
  125. package/dist/components/PdfEditor/signature/SignatureDrawCanvas.d.ts +10 -0
  126. package/dist/components/PdfEditor/signature/SignaturePicker.d.ts +13 -0
  127. package/dist/components/PdfEditor/signature/SignatureSaveButton.d.ts +9 -0
  128. package/dist/components/PdfEditor/signature/SignatureSavedList.d.ts +10 -0
  129. package/dist/components/PdfEditor/signature/SignatureUploadDropzone.d.ts +10 -0
  130. package/dist/components/PdfEditor/tools/DrawTool.d.ts +9 -0
  131. package/dist/components/PdfEditor/tools/FillFieldsTool.d.ts +8 -0
  132. package/dist/components/PdfEditor/tools/SignatureTool.d.ts +12 -0
  133. package/dist/components/PdfEditor/tools/TextTool.d.ts +2 -0
  134. package/dist/components/PdfEditor/tools/Toolbar.d.ts +18 -0
  135. package/dist/components/PdfEditor/types.d.ts +217 -0
  136. package/dist/components/PdfEditor/viewer/InsertPagesButton.d.ts +9 -0
  137. package/dist/components/PdfEditor/viewer/InsertPagesDialog.d.ts +10 -0
  138. package/dist/components/PdfEditor/viewer/PageOverlay.d.ts +21 -0
  139. package/dist/components/PdfEditor/viewer/PageSidebar.d.ts +15 -0
  140. package/dist/components/PdfEditor/viewer/PageThumbnail.d.ts +17 -0
  141. package/dist/components/PdfEditor/viewer/PdfCanvas.d.ts +17 -0
  142. package/dist/components/QuotaReached/QuotaReachedDialog.component.d.ts +5 -0
  143. package/dist/components/QuotaReached/billing-quota-error.d.ts +4 -0
  144. package/dist/components/QuotaReached/index.d.ts +6 -0
  145. package/dist/components/QuotaReached/quota-dialog.store.d.ts +15 -0
  146. package/dist/components/QuotaReached/quota-service-meta.d.ts +27 -0
  147. package/dist/components/Support/AbyssServiceSelect.component.d.ts +35 -0
  148. package/dist/components/Support/SupportActionButtons.component.d.ts +3 -0
  149. package/dist/components/Support/SupportActivityLog.component.d.ts +3 -0
  150. package/dist/components/Support/SupportAttachmentsPanel.component.d.ts +3 -0
  151. package/dist/components/Support/SupportCategoryChip.component.d.ts +9 -0
  152. package/dist/components/Support/SupportCategoryGroupCards.component.d.ts +3 -0
  153. package/dist/components/Support/SupportCategorySelect.component.d.ts +19 -0
  154. package/dist/components/Support/SupportMessageInput.component.d.ts +3 -0
  155. package/dist/components/Support/SupportMessageThread.component.d.ts +3 -0
  156. package/dist/components/Support/SupportPriorityChip.component.d.ts +3 -0
  157. package/dist/components/Support/SupportSidebar.component.d.ts +3 -0
  158. package/dist/components/Support/SupportStatusBadge.component.d.ts +3 -0
  159. package/dist/components/Support/SupportTicketCreateForm.component.d.ts +3 -0
  160. package/dist/components/Support/SupportTicketCreateStepper.component.d.ts +3 -0
  161. package/dist/components/Support/SupportTicketDetail.component.d.ts +3 -0
  162. package/dist/components/Support/SupportTicketList.component.d.ts +3 -0
  163. package/dist/components/Support/SupportTopBar.component.d.ts +3 -0
  164. package/dist/components/Support/index.d.ts +18 -0
  165. package/dist/components/Support/types.d.ts +252 -0
  166. package/dist/components/Utils/AbyssBackground/AbyssBackground.component.d.ts +9 -0
  167. package/dist/components/Utils/AbyssDrawer/AbyssDrawer.component.d.ts +2 -5
  168. package/dist/components/Utils/AbyssErrorPage/AbyssErrorBoundary.component.d.ts +10 -0
  169. package/dist/components/Utils/AbyssErrorPage/AbyssErrorPage.component.d.ts +11 -0
  170. package/dist/components/Utils/AbyssErrorPage/index.d.ts +3 -0
  171. package/dist/components/Utils/AbyssHeaderTitle/AbyssHeaderTitle.component.d.ts +3 -5
  172. package/dist/components/Utils/AbyssLayoutMenu/AbyssLayoutMenu.component.d.ts +33 -24
  173. package/dist/components/Utils/AbyssLayoutMenu/AbyssMenuItem.component.d.ts +15 -0
  174. package/dist/components/Utils/AbyssLayoutMenu/index.d.ts +2 -0
  175. package/dist/components/Utils/AbyssLayoutNotifications/AbyssLayoutNotifications.component.d.ts +25 -12
  176. package/dist/components/Utils/AbyssLayoutNotifications/AbyssNotifications.component.d.ts +24 -9
  177. package/dist/components/Utils/AbyssLayoutNotifications/index.d.ts +2 -0
  178. package/dist/components/Utils/ImportButton/ImportButton.component.d.ts +36 -0
  179. package/dist/components/Utils/Toast/AbyssToast.component.d.ts +3 -0
  180. package/dist/components/Utils/Toast/index.d.ts +1 -0
  181. package/dist/components/Utils/WaterParticles/WaterParticles.component.d.ts +2 -6
  182. package/dist/components/Utils/index.d.ts +6 -3
  183. package/dist/components/index.d.ts +10 -8
  184. package/dist/cookie-consent.d.ts +2 -0
  185. package/dist/cookie-consent.js +16 -0
  186. package/dist/hooks/index.d.ts +4 -1
  187. package/dist/hooks/use-cloud.hook.d.ts +3 -3
  188. package/dist/hooks/use-public-users.hook.d.ts +13 -0
  189. package/dist/hooks/use-rich-intl.hook.d.ts +1370 -212
  190. package/dist/hooks/use-theme-transition.hook.d.ts +4 -0
  191. package/dist/{index-CjCtN6N9.js → index-0jt8DKLf.js} +11 -11
  192. package/dist/{index-DsEAU1Su.js → index-B3Y7Rb_Q.js} +1 -1
  193. package/dist/{index-DrwZbK23.js → index-BLr1fOuq.js} +4 -4
  194. package/dist/{index-BirsZhiu.js → index-BWj4TKOS.js} +2 -2
  195. package/dist/{index-Bk2NQz31.js → index-B_fAiFZq.js} +3 -3
  196. package/dist/{index-DE33bhgE.js → index-Blqg9cwf.js} +3 -3
  197. package/dist/{index--QxdNiuT.js → index-BrSAVa-Q.js} +2 -2
  198. package/dist/{index-CzRcWnfQ.js → index-C70H1Rqy.js} +4 -4
  199. package/dist/{index-Vsp-9vGI.js → index-C9HpxdlC.js} +2 -2
  200. package/dist/{index-C9V6yx6I.js → index-CDvwJmU3.js} +8 -8
  201. package/dist/index-CI_ndLtL.js +114828 -0
  202. package/dist/{index-DufXsxfg.js → index-CQv4ue2W.js} +2 -2
  203. package/dist/{index-DyrkSLE1.js → index-CRlvyprK.js} +3 -3
  204. package/dist/{index-BN2zc6Mp.js → index-Cb3RkMZy.js} +2 -2
  205. package/dist/{index-C7YWMnUi.js → index-CkpUdKTG.js} +3 -3
  206. package/dist/{index-yhL2fUpe.js → index-CnuCwLCI.js} +2 -2
  207. package/dist/{index-Cr-guXyg.js → index-CxyWN2Jp.js} +2 -2
  208. package/dist/{index-CLLYU3Ob.js → index-DQJBss56.js} +2 -2
  209. package/dist/{index-CyMfYJL8.js → index-jiAI8FrN.js} +4 -4
  210. package/dist/{index-DdIC_a4G.js → index-prtXdje2.js} +2 -2
  211. package/dist/{index-D39o_sai.js → index-rNuCv1FV.js} +5 -5
  212. package/dist/{index-D4xMvqEH.js → index-tz9rZQUM.js} +8 -8
  213. package/dist/index.d.ts +1 -1
  214. package/dist/index.js +237 -117
  215. package/dist/theme/augmentation.d.ts +78 -0
  216. package/dist/theme/components/buttons.d.ts +35 -0
  217. package/dist/theme/components/data-display.d.ts +4 -0
  218. package/dist/theme/components/index.d.ts +2 -0
  219. package/dist/theme/components/inputs.d.ts +4 -0
  220. package/dist/theme/components/navigation.d.ts +4 -0
  221. package/dist/theme/components/surfaces.d.ts +4 -0
  222. package/dist/theme/create-theme.d.ts +3 -0
  223. package/dist/theme/index.d.ts +15 -0
  224. package/dist/theme/palettes/common.d.ts +61 -0
  225. package/dist/theme/palettes/dark.d.ts +66 -0
  226. package/dist/theme/palettes/light.d.ts +66 -0
  227. package/dist/theme/tokens/animations.d.ts +30 -0
  228. package/dist/theme/tokens/borders.d.ts +11 -0
  229. package/dist/theme/tokens/colors.d.ts +102 -0
  230. package/dist/theme/tokens/shadows.d.ts +45 -0
  231. package/dist/theme/tokens/transitions.d.ts +21 -0
  232. package/dist/theme/tokens/typography.d.ts +93 -0
  233. package/dist/translations/en.d.ts +668 -9
  234. package/dist/translations/fr.d.ts +668 -9
  235. package/dist/utils/billing.utils.d.ts +7 -0
  236. package/dist/utils/index.d.ts +5 -0
  237. package/dist/utils/locale.utils.d.ts +2 -0
  238. package/dist/utils/share-notification.utils.d.ts +1 -0
  239. package/dist/utils/space-display-name.utils.d.ts +9 -0
  240. package/package.json +36 -7
  241. package/tsconfig.json +35 -37
  242. package/vite.config.ts +75 -77
  243. package/vitest.config.ts +14 -0
  244. package/.eslintrc.cjs +0 -30
  245. package/dist/components/AllCloudMetrics/AllCloudMetrics.component.d.ts +0 -13
  246. package/dist/components/AllCloudMetrics/index.d.ts +0 -1
  247. package/dist/components/FiltersBox/FiltersBox.component.d.ts +0 -8
  248. package/dist/components/FiltersBox/index.d.ts +0 -1
  249. package/dist/components/FreepikSearch/FreepikSearch.component.d.ts +0 -9
  250. package/dist/components/FreepikSearch/index.d.ts +0 -1
  251. package/dist/components/ImportButton/ImportButton.component.d.ts +0 -29
  252. package/dist/components/Inputs/Toggle/Toggle.component.d.ts +0 -15
  253. package/dist/components/Inputs/Toggle/index.d.ts +0 -1
  254. package/dist/components/Modals/ImportFromCollectionModal/ImportFromCollectionModal.component.d.ts +0 -11
  255. package/dist/components/Modals/ImportFromCollectionModal/index.d.ts +0 -1
  256. package/dist/components/Modals/UserSettings/UserSettingsModal.component.d.ts +0 -18
  257. package/dist/components/Modals/UserSettings/index.d.ts +0 -2
  258. package/dist/components/UserAvatarList/UserAvatarList.component.d.ts +0 -18
  259. package/dist/components/Utils/CustomDivider/CustomDivider.component.d.ts +0 -4
  260. package/dist/components/Utils/CustomDivider/index.d.ts +0 -1
  261. package/dist/components/Utils/FloatingNavigation/FloatingNavigation.component.d.ts +0 -16
  262. package/dist/components/Utils/FloatingNavigation/index.d.ts +0 -1
  263. package/dist/hooks/use-theme.hook.d.ts +0 -1
  264. package/dist/index-_UVTFDmE.js +0 -122724
  265. package/dist/stylesheet.d.ts +0 -128
  266. package/dist/web-Bt2mRnhv.js +0 -18
  267. /package/dist/{index.css → commons-front-core.css} +0 -0
  268. /package/dist/components/{ImportButton → Utils/ImportButton}/index.d.ts +0 -0
@@ -0,0 +1,4 @@
1
+ import { default as React } from 'react';
2
+ export declare function useThemeTransition(): {
3
+ triggerTransition: (callback: () => void, event?: React.MouseEvent | MouseEvent) => void;
4
+ };
@@ -1,10 +1,10 @@
1
- import { L as D, E as h, C as L } from "./index-DsEAU1Su.js";
2
- import { s as H, t as n, b as B, a as K, L as M, e as OO, i as eO, f as iO, g as f, j as aO, N as nO, I as rO, d as QO, k as d } from "./index-_UVTFDmE.js";
3
- const tO = 1, Z = 194, j = 195, oO = 196, x = 197, dO = 198, sO = 199, lO = 200, TO = 2, E = 3, u = 201, SO = 24, pO = 25, qO = 49, gO = 50, PO = 55, mO = 56, $O = 57, hO = 59, cO = 60, fO = 61, XO = 62, yO = 63, zO = 65, WO = 238, vO = 71, RO = 241, kO = 242, _O = 243, xO = 244, uO = 245, UO = 246, bO = 247, VO = 248, Y = 72, GO = 249, wO = 250, ZO = 251, jO = 252, EO = 253, YO = 254, FO = 255, CO = 256, JO = 73, AO = 77, NO = 263, IO = 112, DO = 130, LO = 151, HO = 152, BO = 155, p = 10, q = 13, k = 32, c = 9, _ = 35, KO = 40, MO = 46, R = 123, U = 125, F = 39, C = 34, b = 92, Oe = 111, ee = 120, ie = 78, ae = 117, ne = 85, re = /* @__PURE__ */ new Set([
1
+ import { L as D, E as h, C as L } from "./index-B3Y7Rb_Q.js";
2
+ import { s as H, t as n, b as B, a as K, L as M, e as OO, i as eO, f as iO, j as f, g as aO, o as nO, I as rO, d as QO, n as d } from "./index-CI_ndLtL.js";
3
+ const tO = 1, Z = 194, j = 195, oO = 196, x = 197, dO = 198, sO = 199, lO = 200, TO = 2, E = 3, u = 201, SO = 24, pO = 25, qO = 49, gO = 50, PO = 55, mO = 56, $O = 57, hO = 59, cO = 60, fO = 61, XO = 62, yO = 63, zO = 65, WO = 238, vO = 71, RO = 241, kO = 242, _O = 243, xO = 244, uO = 245, UO = 246, bO = 247, VO = 248, Y = 72, GO = 249, wO = 250, ZO = 251, jO = 252, EO = 253, YO = 254, FO = 255, CO = 256, JO = 73, AO = 77, IO = 263, NO = 112, DO = 130, LO = 151, HO = 152, BO = 155, p = 10, q = 13, k = 32, c = 9, _ = 35, KO = 40, MO = 46, R = 123, U = 125, F = 39, C = 34, b = 92, Oe = 111, ee = 120, ie = 78, ae = 117, ne = 85, re = /* @__PURE__ */ new Set([
4
4
  pO,
5
5
  qO,
6
6
  gO,
7
- NO,
7
+ IO,
8
8
  zO,
9
9
  DO,
10
10
  mO,
@@ -20,7 +20,7 @@ const tO = 1, Z = 194, j = 195, oO = 196, x = 197, dO = 198, sO = 199, lO = 200,
20
20
  LO,
21
21
  HO,
22
22
  BO,
23
- IO
23
+ NO
24
24
  ]);
25
25
  function X(O) {
26
26
  return O == p || O == q;
@@ -265,7 +265,7 @@ const Pe = {
265
265
  AsPattern: /* @__PURE__ */ P("variable"),
266
266
  __proto__: null
267
267
  };
268
- function N(O, e) {
268
+ function I(O, e) {
269
269
  let i = G.get(e);
270
270
  if (i)
271
271
  return i;
@@ -281,23 +281,23 @@ function N(O, e) {
281
281
  return !1;
282
282
  r = !1;
283
283
  } else if (t.to - t.from > 8192) {
284
- for (let o of N(O, t.node))
284
+ for (let o of I(O, t.node))
285
285
  a.push(o);
286
286
  return !1;
287
287
  }
288
288
  }), G.set(e, a), a;
289
289
  }
290
- const w = /^[\w\xa1-\uffff][\w\d\xa1-\uffff]*$/, I = ["String", "FormatString", "Comment", "PropertyName"];
290
+ const w = /^[\w\xa1-\uffff][\w\d\xa1-\uffff]*$/, N = ["String", "FormatString", "Comment", "PropertyName"];
291
291
  function me(O) {
292
292
  let e = OO(O.state).resolveInner(O.pos, -1);
293
- if (I.indexOf(e.name) > -1)
293
+ if (N.indexOf(e.name) > -1)
294
294
  return null;
295
295
  let i = e.name == "VariableName" || e.to - e.from < 20 && w.test(O.state.sliceDoc(e.from, e.to));
296
296
  if (!i && !O.explicit)
297
297
  return null;
298
298
  let a = [];
299
299
  for (let r = e; r; r = r.parent)
300
- A.has(r.name) && (a = a.concat(N(O.state.doc, r)));
300
+ A.has(r.name) && (a = a.concat(I(O.state.doc, r)));
301
301
  return {
302
302
  options: a,
303
303
  from: i ? e.from : O.pos,
@@ -510,7 +510,7 @@ const $e = /* @__PURE__ */ [
510
510
  detail: "import",
511
511
  type: "keyword"
512
512
  })
513
- ], ce = /* @__PURE__ */ B(I, /* @__PURE__ */ QO(/* @__PURE__ */ $e.concat(he)));
513
+ ], ce = /* @__PURE__ */ B(N, /* @__PURE__ */ QO(/* @__PURE__ */ $e.concat(he)));
514
514
  function z(O) {
515
515
  let { node: e, pos: i } = O, a = O.lineIndent(i, -1), r = null;
516
516
  for (; ; ) {
@@ -1,4 +1,4 @@
1
- import { P as L, o as M, m as $, H as E, n as y, q as S, I as j } from "./index-_UVTFDmE.js";
1
+ import { P as L, N as M, k as $, D as E, l as y, T as S, I as j } from "./index-CI_ndLtL.js";
2
2
  class v {
3
3
  /**
4
4
  @internal
@@ -1,7 +1,7 @@
1
- import { a as g, L as P, p as l, s as q, t as r } from "./index-_UVTFDmE.js";
2
- import { html as c } from "./index-CyMfYJL8.js";
3
- import { javascriptLanguage as i } from "./index-DufXsxfg.js";
4
- import { L as R, E as p } from "./index-DsEAU1Su.js";
1
+ import { a as g, L as P, p as l, s as q, t as r } from "./index-CI_ndLtL.js";
2
+ import { html as c } from "./index-jiAI8FrN.js";
3
+ import { javascriptLanguage as i } from "./index-CQv4ue2W.js";
4
+ import { L as R, E as p } from "./index-B3Y7Rb_Q.js";
5
5
  const b = 1, $ = 33, m = 34, v = 35, x = 36, W = /* @__PURE__ */ new p((O) => {
6
6
  let t = O.pos;
7
7
  for (; ; ) {
@@ -1,5 +1,5 @@
1
- import { L as W, E as i, C as B } from "./index-DsEAU1Su.js";
2
- import { s as U, t as n, a as C, L as b, p as E, i as u, f as M, g as v, j as N } from "./index-_UVTFDmE.js";
1
+ import { L as W, E as i, C as B } from "./index-B3Y7Rb_Q.js";
2
+ import { s as U, t as n, a as C, L as b, p as E, i as u, f as M, j as v, g as N } from "./index-CI_ndLtL.js";
3
3
  const c = 63, D = 64, j = 1, A = 2, y = 3, H = 4, Z = 5, F = 6, I = 7, z = 65, K = 66, J = 8, OO = 9, eO = 10, aO = 11, rO = 12, V = 13, tO = 19, nO = 20, oO = 29, PO = 33, QO = 34, sO = 47, lO = 0, T = 1, g = 2, d = 3, m = 4;
4
4
  class s {
5
5
  constructor(e, a, r) {
@@ -1,6 +1,6 @@
1
- import { E as d, L as y, l as b, a as _, p as g, e as u, s as S, i as T, f as k, g as W, t } from "./index-_UVTFDmE.js";
2
- import { html as j } from "./index-CyMfYJL8.js";
3
- import { L as X, E as p } from "./index-DsEAU1Su.js";
1
+ import { E as d, L as y, h as b, a as _, p as g, e as u, s as S, i as T, f as k, j as W, t } from "./index-CI_ndLtL.js";
2
+ import { html as j } from "./index-jiAI8FrN.js";
3
+ import { L as X, E as p } from "./index-B3Y7Rb_Q.js";
4
4
  const Y = 1, U = 2, G = 3, R = 179, z = 4, v = 180, x = 5, Z = 181, V = 6;
5
5
  function E(O) {
6
6
  return O >= 65 && O <= 90 || O >= 97 && O <= 122;
@@ -1,6 +1,6 @@
1
- import { L as v, E as i, C as _ } from "./index-DsEAU1Su.js";
2
- import { s as W, t as e, a as g, L as x, f as p, i as U, j as V, c as E } from "./index-_UVTFDmE.js";
3
- import { defineCSSCompletionSource as N } from "./index-Vsp-9vGI.js";
1
+ import { L as v, E as i, C as _ } from "./index-B3Y7Rb_Q.js";
2
+ import { s as W, t as e, a as g, L as x, f as p, i as U, g as V, c as E } from "./index-CI_ndLtL.js";
3
+ import { defineCSSCompletionSource as N } from "./index-C9HpxdlC.js";
4
4
  const j = 168, X = 169, C = 170, I = 1, D = 2, w = 3, L = 171, F = 172, Y = 4, z = 173, K = 5, A = 174, T = 175, Z = 176, s = 177, G = 6, q = 7, B = 8, H = 9, c = 0, R = [
5
5
  9,
6
6
  10,
@@ -1,5 +1,5 @@
1
- import { a as O, L as r, i as b, f as s, s as a, g as t, j as P, t as e } from "./index-_UVTFDmE.js";
2
- import { L as n } from "./index-DsEAU1Su.js";
1
+ import { a as O, L as r, i as b, f as s, s as a, j as t, g as P, t as e } from "./index-CI_ndLtL.js";
2
+ import { L as n } from "./index-B3Y7Rb_Q.js";
3
3
  const S = { __proto__: null, anyref: 34, dataref: 34, eqref: 34, externref: 34, i31ref: 34, funcref: 34, i8: 34, i16: 34, i32: 34, i64: 34, f32: 34, f64: 34 }, i = /* @__PURE__ */ n.deserialize({
4
4
  version: 14,
5
5
  states: "!^Q]QPOOOqQPO'#CbOOQO'#Cd'#CdOOQO'#Cl'#ClOOQO'#Ch'#ChQ]QPOOOOQO,58|,58|OxQPO,58|OOQO-E6f-E6fOOQO1G.h1G.h",
@@ -1,7 +1,7 @@
1
- import { a as p, L as u, p as n, s as l, t as e } from "./index-_UVTFDmE.js";
2
- import { html as m } from "./index-CyMfYJL8.js";
3
- import { javascriptLanguage as b } from "./index-DufXsxfg.js";
4
- import { L as S, a as r } from "./index-DsEAU1Su.js";
1
+ import { a as p, L as u, p as n, s as l, t as e } from "./index-CI_ndLtL.js";
2
+ import { html as m } from "./index-jiAI8FrN.js";
3
+ import { javascriptLanguage as b } from "./index-CQv4ue2W.js";
4
+ import { L as S, a as r } from "./index-B3Y7Rb_Q.js";
5
5
  const c = /* @__PURE__ */ S.deserialize({
6
6
  version: 14,
7
7
  states: "%pOVOWOOObQPOOOpOSO'#C_OOOO'#Cp'#CpQVOWOOQxQPOOO!TQQOOQ!YQPOOOOOO,58y,58yO!_OSO,58yOOOO-E6n-E6nO!dQQO'#CqQ{QPOOO!iQPOOQ{QPOOO!qQPOOOOOO1G.e1G.eOOQO,59],59]OOQO-E6o-E6oO!yOpO'#CiO#RO`O'#CiQOQPOOO#ZO#tO'#CmO#fO!bO'#CmOOQO,59T,59TO#qOpO,59TO#vO`O,59TOOOO'#Cr'#CrO#{O#tO,59XOOQO,59X,59XOOOO'#Cs'#CsO$WO!bO,59XOOQO1G.o1G.oOOOO-E6p-E6pOOQO1G.s1G.sOOOO-E6q-E6q",
@@ -1,5 +1,5 @@
1
- import { L as w, E as p, a as Y } from "./index-DsEAU1Su.js";
2
- import { s as x, t as r, a as q, L as j, e as G, i as R, f as T, c as E, j as _, N as C, I as U } from "./index-_UVTFDmE.js";
1
+ import { L as w, E as p, a as Y } from "./index-B3Y7Rb_Q.js";
2
+ import { s as x, t as r, a as q, L as j, e as G, i as R, f as T, c as E, g as _, o as C, I as U } from "./index-CI_ndLtL.js";
3
3
  const V = 122, g = 1, Z = 123, W = 124, b = 2, N = 125, I = 3, F = 4, X = [
4
4
  9,
5
5
  10,
@@ -1,5 +1,5 @@
1
- import { L as s, E as R, a as Y, C as x } from "./index-DsEAU1Su.js";
2
- import { s as w, t as O, a as d, k as X, L as k, b as h, d as f, i as u, f as y, c as l, g, h as j, j as U, e as G, N as b, I as Z } from "./index-_UVTFDmE.js";
1
+ import { L as s, E as R, a as Y, C as x } from "./index-B3Y7Rb_Q.js";
2
+ import { s as w, t as O, a as d, n as X, L as k, b as h, d as f, i as u, f as y, c as l, j as g, m as j, g as U, e as G, o as b, I as Z } from "./index-CI_ndLtL.js";
3
3
  const _ = 177, q = 179, E = 184, v = 12, C = 13, D = 17, z = 20, F = 25, B = 53, N = 95, I = 142, L = 144, A = 145, J = 148, M = 10, H = 13, K = 32, OO = 9, $ = 47, QO = 41, eO = 125, aO = new R((Q, e) => {
4
4
  for (let n = 0, a = Q.next; (e.context && (a < 0 || a == M || a == H || a == $ && Q.peek(n + 1) == $) || a == QO || a == eO) && Q.acceptToken(_), !(a != K && a != OO); )
5
5
  a = Q.peek(++n);
@@ -192,7 +192,7 @@ const cO = {
192
192
  Parameter: /* @__PURE__ */ o("var"),
193
193
  __proto__: null
194
194
  };
195
- function W(Q, e) {
195
+ function m(Q, e) {
196
196
  let n = S.get(e);
197
197
  if (n)
198
198
  return n;
@@ -209,13 +209,13 @@ function W(Q, e) {
209
209
  if (P && P(i, c) || T.has(i.name))
210
210
  return !1;
211
211
  } else if (i.to - i.from > 8192) {
212
- for (let P of W(Q, i.node))
212
+ for (let P of m(Q, i.node))
213
213
  a.push(P);
214
214
  return !1;
215
215
  }
216
216
  }), S.set(e, a), a;
217
217
  }
218
- const p = /^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/, m = [
218
+ const p = /^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/, W = [
219
219
  "String",
220
220
  "LineComment",
221
221
  "BlockComment",
@@ -226,14 +226,14 @@ const p = /^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/, m = [
226
226
  "?."
227
227
  ], rO = (Q) => {
228
228
  let e = G(Q.state).resolveInner(Q.pos, -1);
229
- if (m.indexOf(e.name) > -1)
229
+ if (W.indexOf(e.name) > -1)
230
230
  return null;
231
231
  let n = e.name == "VariableName" || e.to - e.from < 20 && p.test(Q.state.sliceDoc(e.from, e.to));
232
232
  if (!n && !Q.explicit)
233
233
  return null;
234
234
  let a = [];
235
235
  for (let t = e; t; t = t.parent)
236
- T.has(t.name) && (a = a.concat(W(Q.state.doc, t)));
236
+ T.has(t.name) && (a = a.concat(m(Q.state.doc, t)));
237
237
  return {
238
238
  options: a,
239
239
  from: n ? e.from : Q.pos,
@@ -274,7 +274,7 @@ function TO() {
274
274
  let Q = oO.concat($O);
275
275
  return new k(r, [
276
276
  r.data.of({
277
- autocomplete: h(m, f(Q))
277
+ autocomplete: h(W, f(Q))
278
278
  }),
279
279
  r.data.of({
280
280
  autocomplete: rO