@cccsaurora/howler-ui 2.14.0-dev.257 → 2.14.0-dev.263

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 (1468) hide show
  1. package/Notification-BHyOHttL.js +324 -0
  2. package/README.fr.md +39 -0
  3. package/README.md +29 -0
  4. package/TuiList-D7-CH2oS.js +48 -0
  5. package/api/action/execute.d.ts +3 -0
  6. package/api/action/execute.js +5 -0
  7. package/api/action/index.d.ts +10 -0
  8. package/api/action/index.js +11 -0
  9. package/api/action/operations.d.ts +3 -0
  10. package/api/action/operations.js +5 -0
  11. package/api/analytic/comments/index.d.ts +13 -0
  12. package/api/analytic/comments/index.js +9 -0
  13. package/api/analytic/comments/react.d.ts +3 -0
  14. package/api/analytic/comments/react.js +6 -0
  15. package/api/analytic/favourite.d.ts +7 -0
  16. package/api/analytic/favourite.js +6 -0
  17. package/api/analytic/index.d.ts +12 -0
  18. package/api/analytic/index.js +12 -0
  19. package/api/analytic/notebooks/index.d.ts +10 -0
  20. package/api/analytic/notebooks/index.js +6 -0
  21. package/api/analytic/owner.d.ts +5 -0
  22. package/api/analytic/owner.js +5 -0
  23. package/api/analytic/rules.d.ts +3 -0
  24. package/api/analytic/rules.js +5 -0
  25. package/api/auth/apikey.d.ts +8 -0
  26. package/api/auth/apikey.js +6 -0
  27. package/api/auth/index.d.ts +4 -0
  28. package/api/auth/index.js +6 -0
  29. package/api/auth/login.d.ts +14 -0
  30. package/api/auth/login.js +7 -0
  31. package/api/configs/index.d.ts +3 -0
  32. package/api/configs/index.js +5 -0
  33. package/api/dossier/hit.d.ts +2 -0
  34. package/api/dossier/hit.js +4 -0
  35. package/api/dossier/index.d.ts +8 -0
  36. package/api/dossier/index.js +9 -0
  37. package/api/help.d.ts +55 -0
  38. package/api/help.js +5 -0
  39. package/api/hit/assign.d.ts +3 -0
  40. package/api/hit/assign.js +5 -0
  41. package/api/hit/comments/index.d.ts +13 -0
  42. package/api/hit/comments/index.js +9 -0
  43. package/api/hit/comments/react.d.ts +3 -0
  44. package/api/hit/comments/react.js +6 -0
  45. package/api/hit/index.d.ts +35 -0
  46. package/api/hit/index.js +12 -0
  47. package/api/hit/labels.d.ts +5 -0
  48. package/api/hit/labels.js +6 -0
  49. package/api/hit/overwrite.d.ts +3 -0
  50. package/api/hit/overwrite.js +5 -0
  51. package/api/hit/transition.d.ts +4 -0
  52. package/api/hit/transition.js +5 -0
  53. package/api/index.d.ts +142 -0
  54. package/api/index.js +21 -0
  55. package/api/notebook/environments.d.ts +10 -0
  56. package/api/notebook/environments.js +5 -0
  57. package/api/notebook/index.d.ts +14 -0
  58. package/api/notebook/index.js +6 -0
  59. package/api/overview/index.d.ts +6 -0
  60. package/api/overview/index.js +8 -0
  61. package/api/search/action.d.ts +4 -0
  62. package/api/search/action.js +5 -0
  63. package/api/search/analytic.d.ts +4 -0
  64. package/api/search/analytic.js +5 -0
  65. package/api/search/count/hit.d.ts +3 -0
  66. package/api/search/count/hit.js +5 -0
  67. package/api/search/count/index.d.ts +10 -0
  68. package/api/search/count/index.js +5 -0
  69. package/api/search/dossier.d.ts +4 -0
  70. package/api/search/dossier.js +5 -0
  71. package/api/search/eql/hit.d.ts +4 -0
  72. package/api/search/eql/hit.js +5 -0
  73. package/api/search/facet/hit.d.ts +5 -0
  74. package/api/search/facet/hit.js +5 -0
  75. package/api/search/facet/index.d.ts +13 -0
  76. package/api/search/facet/index.js +5 -0
  77. package/api/search/fields/hit.d.ts +3 -0
  78. package/api/search/fields/hit.js +5 -0
  79. package/api/search/fields/index.d.ts +19 -0
  80. package/api/search/fields/index.js +8 -0
  81. package/api/search/fields/user.d.ts +3 -0
  82. package/api/search/fields/user.js +5 -0
  83. package/api/search/grouped/hit.d.ts +4 -0
  84. package/api/search/grouped/hit.js +5 -0
  85. package/api/search/grouped/index.d.ts +25 -0
  86. package/api/search/grouped/index.js +6 -0
  87. package/api/search/grouped/user.d.ts +7 -0
  88. package/api/search/grouped/user.js +5 -0
  89. package/api/search/histogram/hit.d.ts +3 -0
  90. package/api/search/histogram/hit.js +5 -0
  91. package/api/search/histogram/index.d.ts +14 -0
  92. package/api/search/histogram/index.js +5 -0
  93. package/api/search/hit.d.ts +7 -0
  94. package/api/search/hit.js +7 -0
  95. package/api/search/index.d.ts +53 -0
  96. package/api/search/index.js +17 -0
  97. package/api/search/overview.d.ts +4 -0
  98. package/api/search/overview.js +5 -0
  99. package/api/search/sigma/hit.d.ts +4 -0
  100. package/api/search/sigma/hit.js +5 -0
  101. package/api/search/template.d.ts +4 -0
  102. package/api/search/template.js +5 -0
  103. package/api/search/user.d.ts +7 -0
  104. package/api/search/user.js +5 -0
  105. package/api/search/view.d.ts +4 -0
  106. package/api/search/view.js +5 -0
  107. package/api/template/index.d.ts +6 -0
  108. package/api/template/index.js +8 -0
  109. package/api/user/avatar/index.d.ts +2 -0
  110. package/api/user/avatar/index.js +5 -0
  111. package/api/user/groups.d.ts +6 -0
  112. package/api/user/groups.js +5 -0
  113. package/api/user/index.d.ts +10 -0
  114. package/api/user/index.js +9 -0
  115. package/api/user/whoami.d.ts +3 -0
  116. package/api/user/whoami.js +5 -0
  117. package/api/view/favourite.d.ts +7 -0
  118. package/api/view/favourite.js +6 -0
  119. package/api/view/index.d.ts +8 -0
  120. package/api/view/index.js +9 -0
  121. package/assets/howler-ui.css +21 -0
  122. package/branding/AppBrand.d.ts +85 -0
  123. package/branding/AppBrand.js +135 -0
  124. package/commons/components/app/AppConfigs.d.ts +137 -0
  125. package/commons/components/app/AppConfigs.js +1 -0
  126. package/commons/components/app/AppConstants.d.ts +10 -0
  127. package/commons/components/app/AppConstants.js +14 -0
  128. package/commons/components/app/AppContexts.d.ts +105 -0
  129. package/commons/components/app/AppContexts.js +23 -0
  130. package/commons/components/app/AppDefaults.d.ts +6 -0
  131. package/commons/components/app/AppDefaults.js +42 -0
  132. package/commons/components/app/AppNotificationService.d.ts +6 -0
  133. package/commons/components/app/AppNotificationService.js +1 -0
  134. package/commons/components/app/AppProvider.d.ts +15 -0
  135. package/commons/components/app/AppProvider.js +44 -0
  136. package/commons/components/app/AppSearchService.d.ts +21 -0
  137. package/commons/components/app/AppSearchService.js +1 -0
  138. package/commons/components/app/AppSkeleton.d.ts +5 -0
  139. package/commons/components/app/AppSkeleton.js +259 -0
  140. package/commons/components/app/AppUserService.d.ts +17 -0
  141. package/commons/components/app/AppUserService.js +1 -0
  142. package/commons/components/app/hooks/index.d.ts +18 -0
  143. package/commons/components/app/hooks/index.js +40 -0
  144. package/commons/components/app/hooks/useApp.d.ts +1 -0
  145. package/commons/components/app/hooks/useApp.js +8 -0
  146. package/commons/components/app/hooks/useAppBanner.d.ts +1 -0
  147. package/commons/components/app/hooks/useAppBanner.js +14 -0
  148. package/commons/components/app/hooks/useAppBar.d.ts +1 -0
  149. package/commons/components/app/hooks/useAppBar.js +8 -0
  150. package/commons/components/app/hooks/useAppBarHeight.d.ts +2 -0
  151. package/commons/components/app/hooks/useAppBarHeight.js +26 -0
  152. package/commons/components/app/hooks/useAppBarScrollTrigger.d.ts +1 -0
  153. package/commons/components/app/hooks/useAppBarScrollTrigger.js +10 -0
  154. package/commons/components/app/hooks/useAppBreadcrumbs.d.ts +1 -0
  155. package/commons/components/app/hooks/useAppBreadcrumbs.js +8 -0
  156. package/commons/components/app/hooks/useAppConfigs.d.ts +59 -0
  157. package/commons/components/app/hooks/useAppConfigs.js +39 -0
  158. package/commons/components/app/hooks/useAppLanguage.d.ts +6 -0
  159. package/commons/components/app/hooks/useAppLanguage.js +23 -0
  160. package/commons/components/app/hooks/useAppLayout.d.ts +1 -0
  161. package/commons/components/app/hooks/useAppLayout.js +8 -0
  162. package/commons/components/app/hooks/useAppLeftNav.d.ts +1 -0
  163. package/commons/components/app/hooks/useAppLeftNav.js +8 -0
  164. package/commons/components/app/hooks/useAppLogo.d.ts +1 -0
  165. package/commons/components/app/hooks/useAppLogo.js +11 -0
  166. package/commons/components/app/hooks/useAppNotification.d.ts +1 -0
  167. package/commons/components/app/hooks/useAppNotification.js +8 -0
  168. package/commons/components/app/hooks/useAppQuickSearch.d.ts +1 -0
  169. package/commons/components/app/hooks/useAppQuickSearch.js +8 -0
  170. package/commons/components/app/hooks/useAppSearchService.d.ts +2 -0
  171. package/commons/components/app/hooks/useAppSearchService.js +8 -0
  172. package/commons/components/app/hooks/useAppSitemap.d.ts +13 -0
  173. package/commons/components/app/hooks/useAppSitemap.js +60 -0
  174. package/commons/components/app/hooks/useAppSwitcher.d.ts +1 -0
  175. package/commons/components/app/hooks/useAppSwitcher.js +8 -0
  176. package/commons/components/app/hooks/useAppTheme.d.ts +8 -0
  177. package/commons/components/app/hooks/useAppTheme.js +20 -0
  178. package/commons/components/app/hooks/useAppUser.d.ts +2 -0
  179. package/commons/components/app/hooks/useAppUser.js +8 -0
  180. package/commons/components/app/providers/AppBarProvider.d.ts +10 -0
  181. package/commons/components/app/providers/AppBarProvider.js +35 -0
  182. package/commons/components/app/providers/AppBreadcrumbsProvider.d.ts +6 -0
  183. package/commons/components/app/providers/AppBreadcrumbsProvider.js +41 -0
  184. package/commons/components/app/providers/AppLayoutProvider.d.ts +6 -0
  185. package/commons/components/app/providers/AppLayoutProvider.js +95 -0
  186. package/commons/components/app/providers/AppLeftNavProvider.d.ts +6 -0
  187. package/commons/components/app/providers/AppLeftNavProvider.js +29 -0
  188. package/commons/components/app/providers/AppNotificationProvider.d.ts +6 -0
  189. package/commons/components/app/providers/AppNotificationProvider.js +33 -0
  190. package/commons/components/app/providers/AppQuickSearchProvider.d.ts +8 -0
  191. package/commons/components/app/providers/AppQuickSearchProvider.js +26 -0
  192. package/commons/components/app/providers/AppSearchServiceProvider.d.ts +6 -0
  193. package/commons/components/app/providers/AppSearchServiceProvider.js +49 -0
  194. package/commons/components/app/providers/AppSnackbarProvider.d.ts +3 -0
  195. package/commons/components/app/providers/AppSnackbarProvider.js +14 -0
  196. package/commons/components/app/providers/AppSwitcherProvider.d.ts +6 -0
  197. package/commons/components/app/providers/AppSwitcherProvider.js +15 -0
  198. package/commons/components/app/providers/AppUserProvider.d.ts +8 -0
  199. package/commons/components/app/providers/AppUserProvider.js +18 -0
  200. package/commons/components/breadcrumbs/BreadcrumbIcon.d.ts +6 -0
  201. package/commons/components/breadcrumbs/BreadcrumbIcon.js +16 -0
  202. package/commons/components/breadcrumbs/BreadcrumbLastItem.d.ts +7 -0
  203. package/commons/components/breadcrumbs/BreadcrumbLastItem.js +40 -0
  204. package/commons/components/breadcrumbs/BreadcrumbLinkItem.d.ts +7 -0
  205. package/commons/components/breadcrumbs/BreadcrumbLinkItem.js +44 -0
  206. package/commons/components/breadcrumbs/BreadcrumbList.d.ts +11 -0
  207. package/commons/components/breadcrumbs/BreadcrumbList.js +74 -0
  208. package/commons/components/breadcrumbs/Breadcrumbs.d.ts +4 -0
  209. package/commons/components/breadcrumbs/Breadcrumbs.js +45 -0
  210. package/commons/components/display/AppAvatar.d.ts +8 -0
  211. package/commons/components/display/AppAvatar.js +28 -0
  212. package/commons/components/display/AppInfoPanel.d.ts +5 -0
  213. package/commons/components/display/AppInfoPanel.js +33 -0
  214. package/commons/components/display/AppListEmpty.d.ts +2 -0
  215. package/commons/components/display/AppListEmpty.js +8 -0
  216. package/commons/components/display/AppToc.d.ts +19 -0
  217. package/commons/components/display/AppToc.js +116 -0
  218. package/commons/components/display/hooks/useAppColor.d.ts +5 -0
  219. package/commons/components/display/hooks/useAppColor.js +15 -0
  220. package/commons/components/leftnav/LeftNavDrawer.d.ts +2 -0
  221. package/commons/components/leftnav/LeftNavDrawer.js +141 -0
  222. package/commons/components/leftnav/LeftNavGroup.d.ts +7 -0
  223. package/commons/components/leftnav/LeftNavGroup.js +125 -0
  224. package/commons/components/leftnav/LeftNavItem.d.ts +10 -0
  225. package/commons/components/leftnav/LeftNavItem.js +50 -0
  226. package/commons/components/notification/FeedModels.d.ts +64 -0
  227. package/commons/components/notification/FeedModels.js +91 -0
  228. package/commons/components/notification/Notification.d.ts +10 -0
  229. package/commons/components/notification/Notification.js +8 -0
  230. package/commons/components/notification/elements/NotificationCloseButton.d.ts +3 -0
  231. package/commons/components/notification/elements/NotificationCloseButton.js +8 -0
  232. package/commons/components/notification/elements/NotificationContainer.d.ts +16 -0
  233. package/commons/components/notification/elements/NotificationContainer.js +10 -0
  234. package/commons/components/notification/elements/NotificationEndOfPage.d.ts +5 -0
  235. package/commons/components/notification/elements/NotificationEndOfPage.js +41 -0
  236. package/commons/components/notification/elements/NotificationError.d.ts +2 -0
  237. package/commons/components/notification/elements/NotificationError.js +27 -0
  238. package/commons/components/notification/elements/NotificationHeader.d.ts +8 -0
  239. package/commons/components/notification/elements/NotificationHeader.js +41 -0
  240. package/commons/components/notification/elements/NotificationItems.d.ts +12 -0
  241. package/commons/components/notification/elements/NotificationItems.js +10 -0
  242. package/commons/components/notification/elements/NotificationSkeleton.d.ts +2 -0
  243. package/commons/components/notification/elements/NotificationSkeleton.js +54 -0
  244. package/commons/components/notification/elements/NotificationTopNavButton.d.ts +9 -0
  245. package/commons/components/notification/elements/NotificationTopNavButton.js +14 -0
  246. package/commons/components/notification/elements/item/NotificationItem.d.ts +5 -0
  247. package/commons/components/notification/elements/item/NotificationItem.js +10 -0
  248. package/commons/components/notification/elements/item/NotificationItemAuthor.d.ts +5 -0
  249. package/commons/components/notification/elements/item/NotificationItemAuthor.js +63 -0
  250. package/commons/components/notification/elements/item/NotificationItemContent.d.ts +3 -0
  251. package/commons/components/notification/elements/item/NotificationItemContent.js +9 -0
  252. package/commons/components/notification/elements/item/NotificationItemDate.d.ts +3 -0
  253. package/commons/components/notification/elements/item/NotificationItemDate.js +9 -0
  254. package/commons/components/notification/elements/item/NotificationItemImage.d.ts +4 -0
  255. package/commons/components/notification/elements/item/NotificationItemImage.js +20 -0
  256. package/commons/components/notification/elements/item/NotificationItemTag.d.ts +4 -0
  257. package/commons/components/notification/elements/item/NotificationItemTag.js +16 -0
  258. package/commons/components/notification/elements/item/NotificationItemTitle.d.ts +3 -0
  259. package/commons/components/notification/elements/item/NotificationItemTitle.js +8 -0
  260. package/commons/components/notification/index.d.ts +2 -0
  261. package/commons/components/notification/index.js +13 -0
  262. package/commons/components/pages/PageCardCentered.d.ts +5 -0
  263. package/commons/components/pages/PageCardCentered.js +35 -0
  264. package/commons/components/pages/PageCenter.d.ts +8 -0
  265. package/commons/components/pages/PageCenter.js +39 -0
  266. package/commons/components/pages/PageContent.d.ts +7 -0
  267. package/commons/components/pages/PageContent.js +11 -0
  268. package/commons/components/pages/PageFullScreen.d.ts +10 -0
  269. package/commons/components/pages/PageFullScreen.js +57 -0
  270. package/commons/components/pages/PageFullWidth.d.ts +11 -0
  271. package/commons/components/pages/PageFullWidth.js +18 -0
  272. package/commons/components/pages/PageHeader.d.ts +23 -0
  273. package/commons/components/pages/PageHeader.js +83 -0
  274. package/commons/components/pages/hooks/usePageProps.d.ts +24 -0
  275. package/commons/components/pages/hooks/usePageProps.js +28 -0
  276. package/commons/components/search/AppSearch.d.ts +1 -0
  277. package/commons/components/search/AppSearch.js +211 -0
  278. package/commons/components/search/AppSearchInput.d.ts +11 -0
  279. package/commons/components/search/AppSearchInput.js +68 -0
  280. package/commons/components/search/AppSearchResult.d.ts +4 -0
  281. package/commons/components/search/AppSearchResult.js +43 -0
  282. package/commons/components/topnav/AppBar.d.ts +5 -0
  283. package/commons/components/topnav/AppBar.js +119 -0
  284. package/commons/components/topnav/AppName.d.ts +4 -0
  285. package/commons/components/topnav/AppName.js +52 -0
  286. package/commons/components/topnav/AppSwitcher.d.ts +2 -0
  287. package/commons/components/topnav/AppSwitcher.js +76 -0
  288. package/commons/components/topnav/Notifications.d.ts +2 -0
  289. package/commons/components/topnav/Notifications.js +19 -0
  290. package/commons/components/topnav/ThemeSelection.d.ts +2 -0
  291. package/commons/components/topnav/ThemeSelection.js +89 -0
  292. package/commons/components/topnav/ThemeSelectionIcon.d.ts +2 -0
  293. package/commons/components/topnav/ThemeSelectionIcon.js +31 -0
  294. package/commons/components/topnav/UserProfile.d.ts +5 -0
  295. package/commons/components/topnav/UserProfile.js +144 -0
  296. package/commons/components/utils/hooks/useClipboard.d.ts +3 -0
  297. package/commons/components/utils/hooks/useClipboard.js +31 -0
  298. package/commons/components/utils/hooks/useEnv.d.ts +1 -0
  299. package/commons/components/utils/hooks/useEnv.js +14 -0
  300. package/commons/components/utils/hooks/useFullscreenStatus.d.ts +2 -0
  301. package/commons/components/utils/hooks/useFullscreenStatus.js +37 -0
  302. package/commons/components/utils/hooks/useGravatar.d.ts +2 -0
  303. package/commons/components/utils/hooks/useGravatar.js +11 -0
  304. package/commons/components/utils/hooks/useLocalStorage.d.ts +12 -0
  305. package/commons/components/utils/hooks/useLocalStorage.js +50 -0
  306. package/commons/components/utils/hooks/useLocalStorageItem.d.ts +14 -0
  307. package/commons/components/utils/hooks/useLocalStorageItem.js +31 -0
  308. package/commons/components/utils/hooks/useThemeBuilder.d.ts +7 -0
  309. package/commons/components/utils/hooks/useThemeBuilder.js +61 -0
  310. package/commons/components/utils/keyboard.d.ts +30 -0
  311. package/commons/components/utils/keyboard.js +70 -0
  312. package/components/app/App.d.ts +3 -0
  313. package/components/app/App.js +342 -0
  314. package/components/app/AppContainer.d.ts +3 -0
  315. package/components/app/AppContainer.js +12 -0
  316. package/components/app/drawers/ApiKeyDrawer.d.ts +6 -0
  317. package/components/app/drawers/ApiKeyDrawer.js +143 -0
  318. package/components/app/drawers/AppDrawerType.d.ts +6 -0
  319. package/components/app/drawers/AppDrawerType.js +1 -0
  320. package/components/app/drawers/AssignUserDrawer.d.ts +9 -0
  321. package/components/app/drawers/AssignUserDrawer.js +104 -0
  322. package/components/app/drawers/ViewGroupsDrawer.d.ts +7 -0
  323. package/components/app/drawers/ViewGroupsDrawer.js +11 -0
  324. package/components/app/hooks/useMatchers.d.ts +9 -0
  325. package/components/app/hooks/useMatchers.js +84 -0
  326. package/components/app/hooks/useTitle.d.ts +2 -0
  327. package/components/app/hooks/useTitle.js +64 -0
  328. package/components/app/providers/AnalyticProvider.d.ts +10 -0
  329. package/components/app/providers/AnalyticProvider.js +63 -0
  330. package/components/app/providers/ApiConfigProvider.d.ts +9 -0
  331. package/components/app/providers/ApiConfigProvider.js +24 -0
  332. package/components/app/providers/AppDrawerProvider.d.ts +10 -0
  333. package/components/app/providers/AppDrawerProvider.js +38 -0
  334. package/components/app/providers/AvatarProvider.d.ts +7 -0
  335. package/components/app/providers/AvatarProvider.js +32 -0
  336. package/components/app/providers/CustomPluginProvider.d.ts +3 -0
  337. package/components/app/providers/CustomPluginProvider.js +16 -0
  338. package/components/app/providers/FavouritesProvider.d.ts +4 -0
  339. package/components/app/providers/FavouritesProvider.js +136 -0
  340. package/components/app/providers/FieldProvider.d.ts +9 -0
  341. package/components/app/providers/FieldProvider.js +22 -0
  342. package/components/app/providers/HitProvider.d.ts +22 -0
  343. package/components/app/providers/HitProvider.js +103 -0
  344. package/components/app/providers/HitSearchProvider.d.ts +27 -0
  345. package/components/app/providers/HitSearchProvider.js +188 -0
  346. package/components/app/providers/LocalStorageProvider.d.ts +13 -0
  347. package/components/app/providers/LocalStorageProvider.js +49 -0
  348. package/components/app/providers/ModalProvider.d.ts +16 -0
  349. package/components/app/providers/ModalProvider.js +34 -0
  350. package/components/app/providers/OverviewProvider.d.ts +13 -0
  351. package/components/app/providers/OverviewProvider.js +68 -0
  352. package/components/app/providers/ParameterProvider.d.ts +26 -0
  353. package/components/app/providers/ParameterProvider.js +166 -0
  354. package/components/app/providers/SocketProvider.d.ts +57 -0
  355. package/components/app/providers/SocketProvider.js +175 -0
  356. package/components/app/providers/UserListProvider.d.ts +12 -0
  357. package/components/app/providers/UserListProvider.js +40 -0
  358. package/components/app/providers/ViewProvider.d.ts +23 -0
  359. package/components/app/providers/ViewProvider.js +163 -0
  360. package/components/elements/Comment.d.ts +17 -0
  361. package/components/elements/Comment.js +258 -0
  362. package/components/elements/EditRow.d.ts +14 -0
  363. package/components/elements/EditRow.js +208 -0
  364. package/components/elements/PluginChip.d.ts +9 -0
  365. package/components/elements/PluginChip.js +24 -0
  366. package/components/elements/PluginTypography.d.ts +9 -0
  367. package/components/elements/PluginTypography.js +24 -0
  368. package/components/elements/ThemedEditor.d.ts +3 -0
  369. package/components/elements/ThemedEditor.js +119 -0
  370. package/components/elements/UserList.d.ts +9 -0
  371. package/components/elements/UserList.js +67 -0
  372. package/components/elements/addons/buttons/CustomButton.d.ts +12 -0
  373. package/components/elements/addons/buttons/CustomButton.js +59 -0
  374. package/components/elements/addons/buttons/CustomIconButton.d.ts +15 -0
  375. package/components/elements/addons/buttons/CustomIconButton.js +81 -0
  376. package/components/elements/addons/buttons/index.d.ts +3 -0
  377. package/components/elements/addons/buttons/index.js +8 -0
  378. package/components/elements/addons/layout/FlexOne.d.ts +4 -0
  379. package/components/elements/addons/layout/FlexOne.js +9 -0
  380. package/components/elements/addons/layout/FlexPort.d.ts +12 -0
  381. package/components/elements/addons/layout/FlexPort.js +32 -0
  382. package/components/elements/addons/layout/FlexVertical.d.ts +8 -0
  383. package/components/elements/addons/layout/FlexVertical.js +23 -0
  384. package/components/elements/addons/layout/vsbox/VSBox.d.ts +16 -0
  385. package/components/elements/addons/layout/vsbox/VSBox.js +31 -0
  386. package/components/elements/addons/layout/vsbox/VSBoxContent.d.ts +4 -0
  387. package/components/elements/addons/layout/vsbox/VSBoxContent.js +8 -0
  388. package/components/elements/addons/layout/vsbox/VSBoxElement.d.ts +8 -0
  389. package/components/elements/addons/layout/vsbox/VSBoxElement.js +33 -0
  390. package/components/elements/addons/layout/vsbox/VSBoxHeader.d.ts +5 -0
  391. package/components/elements/addons/layout/vsbox/VSBoxHeader.js +36 -0
  392. package/components/elements/addons/lists/TuiList.d.ts +8 -0
  393. package/components/elements/addons/lists/TuiList.js +8 -0
  394. package/components/elements/addons/lists/TuiListBase.d.ts +10 -0
  395. package/components/elements/addons/lists/TuiListBase.js +82 -0
  396. package/components/elements/addons/lists/TuiListElement.d.ts +9 -0
  397. package/components/elements/addons/lists/TuiListElement.js +8 -0
  398. package/components/elements/addons/lists/TuiListMenu.d.ts +49 -0
  399. package/components/elements/addons/lists/TuiListMenu.js +45 -0
  400. package/components/elements/addons/lists/TuiListProvider.d.ts +22 -0
  401. package/components/elements/addons/lists/TuiListProvider.js +125 -0
  402. package/components/elements/addons/lists/hooks/useTuiListKeyboard.d.ts +5 -0
  403. package/components/elements/addons/lists/hooks/useTuiListKeyboard.js +43 -0
  404. package/components/elements/addons/lists/index.d.ts +19 -0
  405. package/components/elements/addons/lists/index.js +7 -0
  406. package/components/elements/addons/lists/table/TuiTable.d.ts +14 -0
  407. package/components/elements/addons/lists/table/TuiTable.js +114 -0
  408. package/components/elements/addons/lists/table/TuiTableBody.d.ts +14 -0
  409. package/components/elements/addons/lists/table/TuiTableBody.js +47 -0
  410. package/components/elements/addons/lists/table/TuiTableHead.d.ts +8 -0
  411. package/components/elements/addons/lists/table/TuiTableHead.js +21 -0
  412. package/components/elements/addons/lists/table/TuiTableHeader.d.ts +6 -0
  413. package/components/elements/addons/lists/table/TuiTableHeader.js +11 -0
  414. package/components/elements/addons/lists/table/TuiTableLayout.d.ts +12 -0
  415. package/components/elements/addons/lists/table/TuiTableLayout.js +47 -0
  416. package/components/elements/addons/lists/table/index.d.ts +15 -0
  417. package/components/elements/addons/lists/table/index.js +4 -0
  418. package/components/elements/addons/search/SearchPagination.d.ts +9 -0
  419. package/components/elements/addons/search/SearchPagination.js +17 -0
  420. package/components/elements/addons/search/SearchTotal.d.ts +8 -0
  421. package/components/elements/addons/search/SearchTotal.js +27 -0
  422. package/components/elements/addons/search/phrase/Phrase.d.ts +19 -0
  423. package/components/elements/addons/search/phrase/Phrase.js +137 -0
  424. package/components/elements/addons/search/phrase/PhraseConsumer.d.ts +13 -0
  425. package/components/elements/addons/search/phrase/PhraseConsumer.js +30 -0
  426. package/components/elements/addons/search/phrase/PhraseLexer.d.ts +26 -0
  427. package/components/elements/addons/search/phrase/PhraseLexer.js +121 -0
  428. package/components/elements/addons/search/phrase/index.d.ts +40 -0
  429. package/components/elements/addons/search/phrase/index.js +49 -0
  430. package/components/elements/addons/search/phrase/word/WordLexer.d.ts +5 -0
  431. package/components/elements/addons/search/phrase/word/WordLexer.js +11 -0
  432. package/components/elements/addons/search/phrase/word/WordSuggester.d.ts +6 -0
  433. package/components/elements/addons/search/phrase/word/WordSuggester.js +11 -0
  434. package/components/elements/addons/search/phrase/word/consumers/WhitespaceConsumer.d.ts +7 -0
  435. package/components/elements/addons/search/phrase/word/consumers/WhitespaceConsumer.js +20 -0
  436. package/components/elements/addons/search/phrase/word/consumers/WordConsumer.d.ts +7 -0
  437. package/components/elements/addons/search/phrase/word/consumers/WordConsumer.js +20 -0
  438. package/components/elements/display/ActionButton.d.ts +8 -0
  439. package/components/elements/display/ActionButton.js +36 -0
  440. package/components/elements/display/Classification.d.ts +3 -0
  441. package/components/elements/display/Classification.js +31 -0
  442. package/components/elements/display/DocumentationButton.d.ts +3 -0
  443. package/components/elements/display/DocumentationButton.js +36 -0
  444. package/components/elements/display/DynamicTabs.d.ts +8 -0
  445. package/components/elements/display/DynamicTabs.js +26 -0
  446. package/components/elements/display/HandlebarsMarkdown.d.ts +9 -0
  447. package/components/elements/display/HandlebarsMarkdown.js +77 -0
  448. package/components/elements/display/HowlerAvatar.d.ts +6 -0
  449. package/components/elements/display/HowlerAvatar.js +53 -0
  450. package/components/elements/display/HowlerAvatarHeader.d.ts +6 -0
  451. package/components/elements/display/HowlerAvatarHeader.js +30 -0
  452. package/components/elements/display/HowlerCard.d.ts +3 -0
  453. package/components/elements/display/HowlerCard.js +8 -0
  454. package/components/elements/display/Image.d.ts +3 -0
  455. package/components/elements/display/Image.js +45 -0
  456. package/components/elements/display/ItemManager.d.ts +25 -0
  457. package/components/elements/display/ItemManager.js +119 -0
  458. package/components/elements/display/Markdown.d.ts +10 -0
  459. package/components/elements/display/Markdown.js +156 -0
  460. package/components/elements/display/Modal.d.ts +3 -0
  461. package/components/elements/display/Modal.js +39 -0
  462. package/components/elements/display/Notebook.d.ts +4 -0
  463. package/components/elements/display/Notebook.js +9 -0
  464. package/components/elements/display/QueryResultText.d.ts +6 -0
  465. package/components/elements/display/QueryResultText.js +28 -0
  466. package/components/elements/display/TextDivider.d.ts +3 -0
  467. package/components/elements/display/TextDivider.js +42 -0
  468. package/components/elements/display/TypingIndicator.d.ts +2 -0
  469. package/components/elements/display/TypingIndicator.js +44 -0
  470. package/components/elements/display/UserPageWrapper.d.ts +6 -0
  471. package/components/elements/display/UserPageWrapper.js +11 -0
  472. package/components/elements/display/features/DevelopmentBanner.d.ts +3 -0
  473. package/components/elements/display/features/DevelopmentBanner.js +19 -0
  474. package/components/elements/display/features/DevelopmentIcon.d.ts +3 -0
  475. package/components/elements/display/features/DevelopmentIcon.js +17 -0
  476. package/components/elements/display/handlebars/helpers.d.ts +12 -0
  477. package/components/elements/display/handlebars/helpers.js +229 -0
  478. package/components/elements/display/icons/BundleButton.d.ts +6 -0
  479. package/components/elements/display/icons/BundleButton.js +70 -0
  480. package/components/elements/display/icons/Iconified.d.ts +9 -0
  481. package/components/elements/display/icons/Iconified.js +14 -0
  482. package/components/elements/display/icons/SocketBadge.d.ts +5 -0
  483. package/components/elements/display/icons/SocketBadge.js +79 -0
  484. package/components/elements/display/json/JSONViewer.d.ts +8 -0
  485. package/components/elements/display/json/JSONViewer.js +86 -0
  486. package/components/elements/display/markdownPlugins/tabs.d.ts +3 -0
  487. package/components/elements/display/markdownPlugins/tabs.js +66 -0
  488. package/components/elements/display/modals/ConfirmDeleteModal.d.ts +5 -0
  489. package/components/elements/display/modals/ConfirmDeleteModal.js +24 -0
  490. package/components/elements/display/modals/ConfirmNotebookModal.d.ts +5 -0
  491. package/components/elements/display/modals/ConfirmNotebookModal.js +24 -0
  492. package/components/elements/display/modals/CreateActionModal.d.ts +5 -0
  493. package/components/elements/display/modals/CreateActionModal.js +54 -0
  494. package/components/elements/display/modals/LoginErrorModal.d.ts +5 -0
  495. package/components/elements/display/modals/LoginErrorModal.js +24 -0
  496. package/components/elements/display/modals/RationaleModal.d.ts +5 -0
  497. package/components/elements/display/modals/RationaleModal.js +50 -0
  498. package/components/elements/hit/HitActions.d.ts +6 -0
  499. package/components/elements/hit/HitActions.js +255 -0
  500. package/components/elements/hit/HitBanner.d.ts +15 -0
  501. package/components/elements/hit/HitBanner.js +330 -0
  502. package/components/elements/hit/HitBannerTooltip.d.ts +6 -0
  503. package/components/elements/hit/HitBannerTooltip.js +39 -0
  504. package/components/elements/hit/HitCard.d.ts +7 -0
  505. package/components/elements/hit/HitCard.js +33 -0
  506. package/components/elements/hit/HitComments.d.ts +11 -0
  507. package/components/elements/hit/HitComments.js +280 -0
  508. package/components/elements/hit/HitDetails.d.ts +5 -0
  509. package/components/elements/hit/HitDetails.js +238 -0
  510. package/components/elements/hit/HitLabels.d.ts +6 -0
  511. package/components/elements/hit/HitLabels.js +210 -0
  512. package/components/elements/hit/HitLayout.d.ts +5 -0
  513. package/components/elements/hit/HitLayout.js +9 -0
  514. package/components/elements/hit/HitNotebooks.d.ts +8 -0
  515. package/components/elements/hit/HitNotebooks.js +213 -0
  516. package/components/elements/hit/HitOutline.d.ts +9 -0
  517. package/components/elements/hit/HitOutline.js +43 -0
  518. package/components/elements/hit/HitOverview.d.ts +6 -0
  519. package/components/elements/hit/HitOverview.js +35 -0
  520. package/components/elements/hit/HitQuickSearch.d.ts +8 -0
  521. package/components/elements/hit/HitQuickSearch.js +118 -0
  522. package/components/elements/hit/HitRelated.d.ts +6 -0
  523. package/components/elements/hit/HitRelated.js +10 -0
  524. package/components/elements/hit/HitShortcuts.d.ts +5 -0
  525. package/components/elements/hit/HitShortcuts.js +9 -0
  526. package/components/elements/hit/HitSummary.d.ts +11 -0
  527. package/components/elements/hit/HitSummary.js +234 -0
  528. package/components/elements/hit/HitWorklog.d.ts +10 -0
  529. package/components/elements/hit/HitWorklog.js +163 -0
  530. package/components/elements/hit/actions/ButtonActions.d.ts +12 -0
  531. package/components/elements/hit/actions/ButtonActions.js +215 -0
  532. package/components/elements/hit/actions/DropdownActions.d.ts +12 -0
  533. package/components/elements/hit/actions/DropdownActions.js +98 -0
  534. package/components/elements/hit/actions/SharedComponents.d.ts +18 -0
  535. package/components/elements/hit/actions/SharedComponents.js +27 -0
  536. package/components/elements/hit/aggregate/HitGraph.d.ts +5 -0
  537. package/components/elements/hit/aggregate/HitGraph.js +321 -0
  538. package/components/elements/hit/elements/Assigned.d.ts +9 -0
  539. package/components/elements/hit/elements/Assigned.js +65 -0
  540. package/components/elements/hit/elements/EscalationChip.d.ts +9 -0
  541. package/components/elements/hit/elements/EscalationChip.js +24 -0
  542. package/components/elements/hit/elements/HitTimestamp.d.ts +8 -0
  543. package/components/elements/hit/elements/HitTimestamp.js +73 -0
  544. package/components/elements/hit/outlines/DefaultOutline.d.ts +12 -0
  545. package/components/elements/hit/outlines/DefaultOutline.js +77 -0
  546. package/components/elements/hit/outlines/al/AssemblyLineRules.d.ts +5 -0
  547. package/components/elements/hit/outlines/al/AssemblyLineRules.js +87 -0
  548. package/components/elements/hit/related/PivotLink.d.ts +10 -0
  549. package/components/elements/hit/related/PivotLink.js +49 -0
  550. package/components/elements/hit/related/RelatedIcon.d.ts +8 -0
  551. package/components/elements/hit/related/RelatedIcon.js +50 -0
  552. package/components/elements/hit/related/RelatedLink.d.ts +8 -0
  553. package/components/elements/hit/related/RelatedLink.js +42 -0
  554. package/components/elements/view/ViewTitle.d.ts +10 -0
  555. package/components/elements/view/ViewTitle.js +45 -0
  556. package/components/hooks/useHitActions.d.ts +14 -0
  557. package/components/hooks/useHitActions.js +229 -0
  558. package/components/hooks/useHitSelection.d.ts +8 -0
  559. package/components/hooks/useHitSelection.js +86 -0
  560. package/components/hooks/useMyApi.d.ts +10 -0
  561. package/components/hooks/useMyApi.js +49 -0
  562. package/components/hooks/useMyChart.d.ts +275 -0
  563. package/components/hooks/useMyChart.js +131 -0
  564. package/components/hooks/useMyLocalStorage.d.ts +17 -0
  565. package/components/hooks/useMyLocalStorage.js +19 -0
  566. package/components/hooks/useMyPreferences.d.ts +3 -0
  567. package/components/hooks/useMyPreferences.js +272 -0
  568. package/components/hooks/useMySearch.d.ts +4 -0
  569. package/components/hooks/useMySearch.js +59 -0
  570. package/components/hooks/useMySitemap.d.ts +3 -0
  571. package/components/hooks/useMySitemap.js +206 -0
  572. package/components/hooks/useMySnackbar.d.ts +8 -0
  573. package/components/hooks/useMySnackbar.js +56 -0
  574. package/components/hooks/useMyTheme.d.ts +3 -0
  575. package/components/hooks/useMyTheme.js +30 -0
  576. package/components/hooks/useMyUser.d.ts +4 -0
  577. package/components/hooks/useMyUser.js +31 -0
  578. package/components/hooks/useMyUserFunctions.d.ts +118 -0
  579. package/components/hooks/useMyUserFunctions.js +143 -0
  580. package/components/hooks/useMyUserList.d.ts +4 -0
  581. package/components/hooks/useMyUserList.js +12 -0
  582. package/components/hooks/useMyUtils.d.ts +4 -0
  583. package/components/hooks/useMyUtils.js +18 -0
  584. package/components/hooks/useScrollRestoration.d.ts +7 -0
  585. package/components/hooks/useScrollRestoration.js +25 -0
  586. package/components/logins/Login.d.ts +2 -0
  587. package/components/logins/Login.js +47 -0
  588. package/components/logins/auth/OAuthLogin.d.ts +6 -0
  589. package/components/logins/auth/OAuthLogin.js +40 -0
  590. package/components/logins/auth/UserPassLogin.d.ts +2 -0
  591. package/components/logins/auth/UserPassLogin.js +51 -0
  592. package/components/logins/hooks/useLogin.d.ts +7 -0
  593. package/components/logins/hooks/useLogin.js +87 -0
  594. package/components/routes/404.d.ts +3 -0
  595. package/components/routes/404.js +16 -0
  596. package/components/routes/ErrorBoundary.d.ts +14 -0
  597. package/components/routes/ErrorBoundary.js +32 -0
  598. package/components/routes/ErrorOccured.d.ts +3 -0
  599. package/components/routes/ErrorOccured.js +20 -0
  600. package/components/routes/Logout.d.ts +3 -0
  601. package/components/routes/Logout.js +46 -0
  602. package/components/routes/action/edit/ActionEditor.d.ts +14 -0
  603. package/components/routes/action/edit/ActionEditor.js +275 -0
  604. package/components/routes/action/shared/ActionReportDisplay.d.ts +7 -0
  605. package/components/routes/action/shared/ActionReportDisplay.js +51 -0
  606. package/components/routes/action/shared/OperationEntry.d.ts +13 -0
  607. package/components/routes/action/shared/OperationEntry.js +84 -0
  608. package/components/routes/action/shared/OperationStep.d.ts +11 -0
  609. package/components/routes/action/shared/OperationStep.js +151 -0
  610. package/components/routes/action/useMyActionFunctions.d.ts +19 -0
  611. package/components/routes/action/useMyActionFunctions.js +201 -0
  612. package/components/routes/action/view/ActionDetails.d.ts +2 -0
  613. package/components/routes/action/view/ActionDetails.js +177 -0
  614. package/components/routes/action/view/ActionSearch.d.ts +3 -0
  615. package/components/routes/action/view/ActionSearch.js +214 -0
  616. package/components/routes/action/view/Integrations.d.ts +3 -0
  617. package/components/routes/action/view/Integrations.js +34 -0
  618. package/components/routes/admin/users/UserEditor.d.ts +3 -0
  619. package/components/routes/admin/users/UserEditor.js +57 -0
  620. package/components/routes/admin/users/UserSearch.d.ts +3 -0
  621. package/components/routes/admin/users/UserSearch.js +179 -0
  622. package/components/routes/advanced/QueryBuilder.d.ts +3 -0
  623. package/components/routes/advanced/QueryBuilder.js +497 -0
  624. package/components/routes/advanced/QueryEditor.d.ts +14 -0
  625. package/components/routes/advanced/QueryEditor.js +117 -0
  626. package/components/routes/advanced/RuleModal.d.ts +7 -0
  627. package/components/routes/advanced/RuleModal.js +189 -0
  628. package/components/routes/advanced/eqlCompletionProvider.d.ts +3 -0
  629. package/components/routes/advanced/eqlCompletionProvider.js +81 -0
  630. package/components/routes/advanced/eqlTokenProvider.d.ts +8 -0
  631. package/components/routes/advanced/eqlTokenProvider.js +84 -0
  632. package/components/routes/advanced/historyCompletionProvider.d.ts +3 -0
  633. package/components/routes/advanced/historyCompletionProvider.js +51 -0
  634. package/components/routes/advanced/luceneCompletionProvider.d.ts +3 -0
  635. package/components/routes/advanced/luceneCompletionProvider.js +91 -0
  636. package/components/routes/advanced/luceneTokenProvider.d.ts +9 -0
  637. package/components/routes/advanced/luceneTokenProvider.js +101 -0
  638. package/components/routes/advanced/yamlCompletionProvider.d.ts +3 -0
  639. package/components/routes/advanced/yamlCompletionProvider.js +50 -0
  640. package/components/routes/analytics/AnalyticComments.d.ts +7 -0
  641. package/components/routes/analytics/AnalyticComments.js +190 -0
  642. package/components/routes/analytics/AnalyticDetails.d.ts +2 -0
  643. package/components/routes/analytics/AnalyticDetails.js +254 -0
  644. package/components/routes/analytics/AnalyticHitComments.d.ts +6 -0
  645. package/components/routes/analytics/AnalyticHitComments.js +71 -0
  646. package/components/routes/analytics/AnalyticNotebooks.d.ts +7 -0
  647. package/components/routes/analytics/AnalyticNotebooks.js +138 -0
  648. package/components/routes/analytics/AnalyticOverview.d.ts +7 -0
  649. package/components/routes/analytics/AnalyticOverview.js +103 -0
  650. package/components/routes/analytics/AnalyticOverviews.d.ts +6 -0
  651. package/components/routes/analytics/AnalyticOverviews.js +72 -0
  652. package/components/routes/analytics/AnalyticSearch.d.ts +3 -0
  653. package/components/routes/analytics/AnalyticSearch.js +233 -0
  654. package/components/routes/analytics/AnalyticTemplates.d.ts +6 -0
  655. package/components/routes/analytics/AnalyticTemplates.js +70 -0
  656. package/components/routes/analytics/RuleView.d.ts +7 -0
  657. package/components/routes/analytics/RuleView.js +74 -0
  658. package/components/routes/analytics/TriageSettings.d.ts +7 -0
  659. package/components/routes/analytics/TriageSettings.js +104 -0
  660. package/components/routes/analytics/widgets/Assessment.d.ts +5 -0
  661. package/components/routes/analytics/widgets/Assessment.js +58 -0
  662. package/components/routes/analytics/widgets/Created.d.ts +5 -0
  663. package/components/routes/analytics/widgets/Created.js +52 -0
  664. package/components/routes/analytics/widgets/Detection.d.ts +6 -0
  665. package/components/routes/analytics/widgets/Detection.js +11 -0
  666. package/components/routes/analytics/widgets/Escalation.d.ts +6 -0
  667. package/components/routes/analytics/widgets/Escalation.js +51 -0
  668. package/components/routes/analytics/widgets/Stacked.d.ts +7 -0
  669. package/components/routes/analytics/widgets/Stacked.js +87 -0
  670. package/components/routes/analytics/widgets/Status.d.ts +5 -0
  671. package/components/routes/analytics/widgets/Status.js +21 -0
  672. package/components/routes/dossiers/DossierCard.d.ts +8 -0
  673. package/components/routes/dossiers/DossierCard.js +24 -0
  674. package/components/routes/dossiers/DossierEditor.d.ts +2 -0
  675. package/components/routes/dossiers/DossierEditor.js +198 -0
  676. package/components/routes/dossiers/Dossiers.d.ts +2 -0
  677. package/components/routes/dossiers/Dossiers.js +146 -0
  678. package/components/routes/dossiers/LeadEditor.d.ts +13 -0
  679. package/components/routes/dossiers/LeadEditor.js +119 -0
  680. package/components/routes/dossiers/LeadForm.d.ts +8 -0
  681. package/components/routes/dossiers/LeadForm.js +98 -0
  682. package/components/routes/dossiers/PivotForm.d.ts +13 -0
  683. package/components/routes/dossiers/PivotForm.js +278 -0
  684. package/components/routes/help/ActionDocumentation.d.ts +8 -0
  685. package/components/routes/help/ActionDocumentation.js +62 -0
  686. package/components/routes/help/ActionIntroductionDocumentation.d.ts +3 -0
  687. package/components/routes/help/ActionIntroductionDocumentation.js +103 -0
  688. package/components/routes/help/ApiDocumentation.d.ts +3 -0
  689. package/components/routes/help/ApiDocumentation.js +139 -0
  690. package/components/routes/help/AuthDocumentation.d.ts +3 -0
  691. package/components/routes/help/AuthDocumentation.js +20 -0
  692. package/components/routes/help/BundleDocumentation.d.ts +3 -0
  693. package/components/routes/help/BundleDocumentation.js +84 -0
  694. package/components/routes/help/ClientDocumentation.d.ts +3 -0
  695. package/components/routes/help/ClientDocumentation.js +20 -0
  696. package/components/routes/help/Help.d.ts +2 -0
  697. package/components/routes/help/Help.js +61 -0
  698. package/components/routes/help/HitBannerDocumentation.d.ts +3 -0
  699. package/components/routes/help/HitBannerDocumentation.js +62 -0
  700. package/components/routes/help/HitDocumentation.d.ts +3 -0
  701. package/components/routes/help/HitDocumentation.js +83 -0
  702. package/components/routes/help/HitLabelsDocumentation.d.ts +3 -0
  703. package/components/routes/help/HitLabelsDocumentation.js +46 -0
  704. package/components/routes/help/HitLinksDocumentation.d.ts +3 -0
  705. package/components/routes/help/HitLinksDocumentation.js +56 -0
  706. package/components/routes/help/HitSchemaDocumentation.d.ts +3 -0
  707. package/components/routes/help/HitSchemaDocumentation.js +159 -0
  708. package/components/routes/help/NotebookDocumentation.d.ts +3 -0
  709. package/components/routes/help/NotebookDocumentation.js +19 -0
  710. package/components/routes/help/OverviewDocumentation.d.ts +3 -0
  711. package/components/routes/help/OverviewDocumentation.js +15 -0
  712. package/components/routes/help/RetentionDocumentation.d.ts +3 -0
  713. package/components/routes/help/RetentionDocumentation.js +48 -0
  714. package/components/routes/help/SearchDocumentation.d.ts +3 -0
  715. package/components/routes/help/SearchDocumentation.js +515 -0
  716. package/components/routes/help/TemplateDocumentation.d.ts +3 -0
  717. package/components/routes/help/TemplateDocumentation.js +60 -0
  718. package/components/routes/help/ViewDocumentation.d.ts +3 -0
  719. package/components/routes/help/ViewDocumentation.js +29 -0
  720. package/components/routes/help/components/HelpTabs.d.ts +6 -0
  721. package/components/routes/help/components/HelpTabs.js +40 -0
  722. package/components/routes/hits/search/BundleParentMenu.d.ts +6 -0
  723. package/components/routes/hits/search/BundleParentMenu.js +54 -0
  724. package/components/routes/hits/search/BundleScroller.d.ts +2 -0
  725. package/components/routes/hits/search/BundleScroller.js +9 -0
  726. package/components/routes/hits/search/CustomSort.d.ts +2 -0
  727. package/components/routes/hits/search/CustomSort.js +88 -0
  728. package/components/routes/hits/search/HitBrowser.d.ts +3 -0
  729. package/components/routes/hits/search/HitBrowser.js +258 -0
  730. package/components/routes/hits/search/HitContextMenu.d.ts +7 -0
  731. package/components/routes/hits/search/HitContextMenu.js +209 -0
  732. package/components/routes/hits/search/HitQuery.d.ts +9 -0
  733. package/components/routes/hits/search/HitQuery.js +237 -0
  734. package/components/routes/hits/search/InformationPane.d.ts +5 -0
  735. package/components/routes/hits/search/InformationPane.js +377 -0
  736. package/components/routes/hits/search/SearchPane.d.ts +3 -0
  737. package/components/routes/hits/search/SearchPane.js +222 -0
  738. package/components/routes/hits/search/ViewLink.d.ts +2 -0
  739. package/components/routes/hits/search/ViewLink.js +77 -0
  740. package/components/routes/hits/search/grid/AddColumnModal.d.ts +8 -0
  741. package/components/routes/hits/search/grid/AddColumnModal.js +92 -0
  742. package/components/routes/hits/search/grid/ColumnHeader.d.ts +8 -0
  743. package/components/routes/hits/search/grid/ColumnHeader.js +70 -0
  744. package/components/routes/hits/search/grid/EnhancedCell.d.ts +8 -0
  745. package/components/routes/hits/search/grid/EnhancedCell.js +50 -0
  746. package/components/routes/hits/search/grid/HitGrid.d.ts +3 -0
  747. package/components/routes/hits/search/grid/HitGrid.js +274 -0
  748. package/components/routes/hits/search/grid/HitRow.d.ts +10 -0
  749. package/components/routes/hits/search/grid/HitRow.js +102 -0
  750. package/components/routes/hits/search/shared/CustomSpan.d.ts +2 -0
  751. package/components/routes/hits/search/shared/CustomSpan.js +54 -0
  752. package/components/routes/hits/search/shared/HitFilter.d.ts +4 -0
  753. package/components/routes/hits/search/shared/HitFilter.js +99 -0
  754. package/components/routes/hits/search/shared/HitSort.d.ts +4 -0
  755. package/components/routes/hits/search/shared/HitSort.js +91 -0
  756. package/components/routes/hits/search/shared/QuerySettings.d.ts +6 -0
  757. package/components/routes/hits/search/shared/QuerySettings.js +41 -0
  758. package/components/routes/hits/search/shared/SearchSpan.d.ts +5 -0
  759. package/components/routes/hits/search/shared/SearchSpan.js +59 -0
  760. package/components/routes/hits/view/HitViewer.d.ts +7 -0
  761. package/components/routes/hits/view/HitViewer.js +336 -0
  762. package/components/routes/hits/view/LeadRenderer.d.ts +7 -0
  763. package/components/routes/hits/view/LeadRenderer.js +34 -0
  764. package/components/routes/home/AddNewCard.d.ts +7 -0
  765. package/components/routes/home/AddNewCard.js +216 -0
  766. package/components/routes/home/AnalyticCard.d.ts +7 -0
  767. package/components/routes/home/AnalyticCard.js +43 -0
  768. package/components/routes/home/EntryWrapper.d.ts +7 -0
  769. package/components/routes/home/EntryWrapper.js +58 -0
  770. package/components/routes/home/ViewCard.d.ts +7 -0
  771. package/components/routes/home/ViewCard.js +64 -0
  772. package/components/routes/home/index.d.ts +3 -0
  773. package/components/routes/home/index.js +244 -0
  774. package/components/routes/overviews/OverviewCard.d.ts +8 -0
  775. package/components/routes/overviews/OverviewCard.js +25 -0
  776. package/components/routes/overviews/OverviewEditor.d.ts +12 -0
  777. package/components/routes/overviews/OverviewEditor.js +81 -0
  778. package/components/routes/overviews/OverviewViewer.d.ts +2 -0
  779. package/components/routes/overviews/OverviewViewer.js +316 -0
  780. package/components/routes/overviews/Overviews.d.ts +2 -0
  781. package/components/routes/overviews/Overviews.js +148 -0
  782. package/components/routes/overviews/markdownExtendedTokenProvider.d.ts +3 -0
  783. package/components/routes/overviews/markdownExtendedTokenProvider.js +262 -0
  784. package/components/routes/overviews/startingTemplate.d.ts +1 -0
  785. package/components/routes/overviews/startingTemplate.js +36 -0
  786. package/components/routes/settings/AdminSection.d.ts +3 -0
  787. package/components/routes/settings/AdminSection.js +13 -0
  788. package/components/routes/settings/LocalSection.d.ts +3 -0
  789. package/components/routes/settings/LocalSection.js +127 -0
  790. package/components/routes/settings/ProfileSection.d.ts +10 -0
  791. package/components/routes/settings/ProfileSection.js +98 -0
  792. package/components/routes/settings/SecuritySection.d.ts +10 -0
  793. package/components/routes/settings/SecuritySection.js +71 -0
  794. package/components/routes/settings/Settings.d.ts +3 -0
  795. package/components/routes/settings/Settings.js +56 -0
  796. package/components/routes/settings/SettingsSection.d.ts +7 -0
  797. package/components/routes/settings/SettingsSection.js +22 -0
  798. package/components/routes/templates/TemplateCard.d.ts +7 -0
  799. package/components/routes/templates/TemplateCard.js +26 -0
  800. package/components/routes/templates/TemplateDnD.d.ts +8 -0
  801. package/components/routes/templates/TemplateDnD.js +44 -0
  802. package/components/routes/templates/TemplateEditor.d.ts +9 -0
  803. package/components/routes/templates/TemplateEditor.js +104 -0
  804. package/components/routes/templates/TemplateViewer.d.ts +2 -0
  805. package/components/routes/templates/TemplateViewer.js +219 -0
  806. package/components/routes/templates/Templates.d.ts +2 -0
  807. package/components/routes/templates/Templates.js +156 -0
  808. package/components/routes/views/ViewComposer.d.ts +3 -0
  809. package/components/routes/views/ViewComposer.js +276 -0
  810. package/components/routes/views/Views.d.ts +2 -0
  811. package/components/routes/views/Views.js +301 -0
  812. package/globals.d.ts +1 -0
  813. package/hit-CQYBTSKb.js +7 -0
  814. package/i18n.d.ts +3 -0
  815. package/i18n.js +1909 -0
  816. package/index-BPPnUdfP.js +1157 -0
  817. package/index.d.ts +0 -0
  818. package/index.js +13 -0
  819. package/locales/en/help/main.json.d.ts +16 -0
  820. package/locales/en/help/search.json.d.ts +189 -0
  821. package/locales/en/translation.json.d.ts +802 -0
  822. package/locales/fr/help/main.json.d.ts +16 -0
  823. package/locales/fr/help/search.json.d.ts +189 -0
  824. package/locales/fr/translation.json.d.ts +800 -0
  825. package/models/ActionTypes.d.ts +49 -0
  826. package/models/WithMetadata.d.ts +11 -0
  827. package/models/entities/HowlerUser.d.ts +17 -0
  828. package/models/entities/generated/Account.d.ts +7 -0
  829. package/models/entities/generated/Action.d.ts +12 -0
  830. package/models/entities/generated/Agent.d.ts +9 -0
  831. package/models/entities/generated/Analytic.d.ts +20 -0
  832. package/models/entities/generated/Answer.d.ts +10 -0
  833. package/models/entities/generated/Antivirus.d.ts +9 -0
  834. package/models/entities/generated/ApiType.d.ts +238 -0
  835. package/models/entities/generated/Assemblyline.d.ts +21 -0
  836. package/models/entities/generated/Attachment.d.ts +7 -0
  837. package/models/entities/generated/Attribution.d.ts +9 -0
  838. package/models/entities/generated/AutonomousSystems.d.ts +7 -0
  839. package/models/entities/generated/Aws.d.ts +9 -0
  840. package/models/entities/generated/Azure.d.ts +10 -0
  841. package/models/entities/generated/Bcc.d.ts +6 -0
  842. package/models/entities/generated/Behaviour.d.ts +9 -0
  843. package/models/entities/generated/Body.d.ts +7 -0
  844. package/models/entities/generated/Cbs.d.ts +7 -0
  845. package/models/entities/generated/Cc.d.ts +6 -0
  846. package/models/entities/generated/Client.d.ts +7 -0
  847. package/models/entities/generated/Cloud.d.ts +19 -0
  848. package/models/entities/generated/CloudAccount.d.ts +7 -0
  849. package/models/entities/generated/CodeSignature.d.ts +14 -0
  850. package/models/entities/generated/Comment.d.ts +12 -0
  851. package/models/entities/generated/Container.d.ts +11 -0
  852. package/models/entities/generated/Created.d.ts +7 -0
  853. package/models/entities/generated/Dashboard.d.ts +8 -0
  854. package/models/entities/generated/Data.d.ts +8 -0
  855. package/models/entities/generated/Destination.d.ts +22 -0
  856. package/models/entities/generated/Device.d.ts +6 -0
  857. package/models/entities/generated/Dns.d.ts +15 -0
  858. package/models/entities/generated/Domain.d.ts +9 -0
  859. package/models/entities/generated/Dossier.d.ts +14 -0
  860. package/models/entities/generated/Ecs.d.ts +6 -0
  861. package/models/entities/generated/Egress.d.ts +6 -0
  862. package/models/entities/generated/Elf.d.ts +19 -0
  863. package/models/entities/generated/Email.d.ts +29 -0
  864. package/models/entities/generated/Enrichment.d.ts +9 -0
  865. package/models/entities/generated/EntryMeta.d.ts +6 -0
  866. package/models/entities/generated/Error.d.ts +7 -0
  867. package/models/entities/generated/Event.d.ts +31 -0
  868. package/models/entities/generated/Faas.d.ts +12 -0
  869. package/models/entities/generated/Feed.d.ts +9 -0
  870. package/models/entities/generated/File.d.ts +11 -0
  871. package/models/entities/generated/FileHash.d.ts +12 -0
  872. package/models/entities/generated/From.d.ts +6 -0
  873. package/models/entities/generated/Gcp.d.ts +10 -0
  874. package/models/entities/generated/Geo.d.ts +17 -0
  875. package/models/entities/generated/Group.d.ts +8 -0
  876. package/models/entities/generated/Hash.d.ts +6 -0
  877. package/models/entities/generated/Header.d.ts +13 -0
  878. package/models/entities/generated/Heuristic.d.ts +9 -0
  879. package/models/entities/generated/Hit.d.ts +101 -0
  880. package/models/entities/generated/HitFile.d.ts +35 -0
  881. package/models/entities/generated/HitOrganization.d.ts +7 -0
  882. package/models/entities/generated/Host.d.ts +11 -0
  883. package/models/entities/generated/Howler.d.ts +47 -0
  884. package/models/entities/generated/HowlerComment.d.ts +11 -0
  885. package/models/entities/generated/HowlerDossier.d.ts +11 -0
  886. package/models/entities/generated/Http.d.ts +10 -0
  887. package/models/entities/generated/Image.d.ts +9 -0
  888. package/models/entities/generated/Incident.d.ts +8 -0
  889. package/models/entities/generated/Indicator.d.ts +20 -0
  890. package/models/entities/generated/IndicatorEmail.d.ts +6 -0
  891. package/models/entities/generated/IndicatorFile.d.ts +35 -0
  892. package/models/entities/generated/Ingress.d.ts +8 -0
  893. package/models/entities/generated/Instance.d.ts +7 -0
  894. package/models/entities/generated/Interface.d.ts +7 -0
  895. package/models/entities/generated/Label.d.ts +7 -0
  896. package/models/entities/generated/Labels.d.ts +13 -0
  897. package/models/entities/generated/Lead.d.ts +11 -0
  898. package/models/entities/generated/Link.d.ts +8 -0
  899. package/models/entities/generated/Location.d.ts +7 -0
  900. package/models/entities/generated/Log.d.ts +13 -0
  901. package/models/entities/generated/Machine.d.ts +6 -0
  902. package/models/entities/generated/Mapping.d.ts +8 -0
  903. package/models/entities/generated/Matched.d.ts +6 -0
  904. package/models/entities/generated/Mitre.d.ts +9 -0
  905. package/models/entities/generated/Modified.d.ts +7 -0
  906. package/models/entities/generated/Nat.d.ts +7 -0
  907. package/models/entities/generated/Network.d.ts +8 -0
  908. package/models/entities/generated/Notebook.d.ts +10 -0
  909. package/models/entities/generated/Observer.d.ts +20 -0
  910. package/models/entities/generated/Operation.d.ts +7 -0
  911. package/models/entities/generated/Organization.d.ts +7 -0
  912. package/models/entities/generated/Original.d.ts +18 -0
  913. package/models/entities/generated/Os.d.ts +12 -0
  914. package/models/entities/generated/Outline.d.ts +9 -0
  915. package/models/entities/generated/Overview.d.ts +10 -0
  916. package/models/entities/generated/Parent.d.ts +18 -0
  917. package/models/entities/generated/ParentHash.d.ts +12 -0
  918. package/models/entities/generated/ParentParent.d.ts +31 -0
  919. package/models/entities/generated/ParentUser.d.ts +9 -0
  920. package/models/entities/generated/Pe.d.ts +13 -0
  921. package/models/entities/generated/Pivot.d.ts +12 -0
  922. package/models/entities/generated/Process.d.ts +33 -0
  923. package/models/entities/generated/ProcessHash.d.ts +12 -0
  924. package/models/entities/generated/ProcessParent.d.ts +33 -0
  925. package/models/entities/generated/ProcessUser.d.ts +9 -0
  926. package/models/entities/generated/Project.d.ts +7 -0
  927. package/models/entities/generated/Question.d.ts +11 -0
  928. package/models/entities/generated/Registry.d.ts +11 -0
  929. package/models/entities/generated/Related.d.ts +13 -0
  930. package/models/entities/generated/ReplyTo.d.ts +6 -0
  931. package/models/entities/generated/Request.d.ts +12 -0
  932. package/models/entities/generated/Response.d.ts +10 -0
  933. package/models/entities/generated/Rule.d.ts +15 -0
  934. package/models/entities/generated/Section.d.ts +14 -0
  935. package/models/entities/generated/Segment.d.ts +14 -0
  936. package/models/entities/generated/Sender.d.ts +6 -0
  937. package/models/entities/generated/Server.d.ts +8 -0
  938. package/models/entities/generated/Service.d.ts +6 -0
  939. package/models/entities/generated/Settings.d.ts +6 -0
  940. package/models/entities/generated/Sharepoint.d.ts +9 -0
  941. package/models/entities/generated/Software.d.ts +11 -0
  942. package/models/entities/generated/Source.d.ts +22 -0
  943. package/models/entities/generated/SourceOriginal.d.ts +18 -0
  944. package/models/entities/generated/Tactic.d.ts +9 -0
  945. package/models/entities/generated/Technique.d.ts +9 -0
  946. package/models/entities/generated/Template.d.ts +11 -0
  947. package/models/entities/generated/Threat.d.ts +20 -0
  948. package/models/entities/generated/ThreatGroup.d.ts +9 -0
  949. package/models/entities/generated/ThreatIndicator.d.ts +20 -0
  950. package/models/entities/generated/ThreatTactic.d.ts +8 -0
  951. package/models/entities/generated/ThreatTechnique.d.ts +8 -0
  952. package/models/entities/generated/Tls.d.ts +11 -0
  953. package/models/entities/generated/TlsServer.d.ts +6 -0
  954. package/models/entities/generated/To.d.ts +6 -0
  955. package/models/entities/generated/TriageSettings.d.ts +8 -0
  956. package/models/entities/generated/Trigger.d.ts +7 -0
  957. package/models/entities/generated/Uri.d.ts +9 -0
  958. package/models/entities/generated/Url.d.ts +19 -0
  959. package/models/entities/generated/User.d.ts +14 -0
  960. package/models/entities/generated/UserAgent.d.ts +12 -0
  961. package/models/entities/generated/UserUser.d.ts +18 -0
  962. package/models/entities/generated/View.d.ts +14 -0
  963. package/models/entities/generated/Votes.d.ts +8 -0
  964. package/models/entities/generated/Vulnerability.d.ts +12 -0
  965. package/models/entities/generated/Yara.d.ts +9 -0
  966. package/models/socket/HitUpdate.d.ts +13 -0
  967. package/package.json +1 -1
  968. package/plugins/HowlerPlugin.d.ts +114 -0
  969. package/plugins/HowlerPlugin.js +276 -0
  970. package/plugins/store.d.ts +95 -0
  971. package/plugins/store.js +105 -0
  972. package/rest/AxiosClient.d.ts +10 -0
  973. package/rest/AxiosClient.js +68 -0
  974. package/rest/FetchClient.d.ts +7 -0
  975. package/rest/FetchClient.js +19 -0
  976. package/rest/index.d.ts +6 -0
  977. package/rest/index.js +1 -0
  978. package/setupTests.d.ts +0 -0
  979. package/tests/MockLocalStorage.d.ts +5 -0
  980. package/tests/server-handlers.d.ts +5 -0
  981. package/tests/server.d.ts +3 -0
  982. package/utils/Throttler.d.ts +9 -0
  983. package/utils/Throttler.js +43 -0
  984. package/utils/actionUtils.d.ts +31 -0
  985. package/utils/actionUtils.js +41 -0
  986. package/utils/constants.d.ts +79 -0
  987. package/utils/constants.js +131 -0
  988. package/utils/hit.json.d.ts +30359 -0
  989. package/utils/hitFunctions.d.ts +2 -0
  990. package/utils/hitFunctions.js +12 -0
  991. package/utils/localStorage.d.ts +21 -0
  992. package/utils/localStorage.js +35 -0
  993. package/utils/menuUtils.d.ts +89 -0
  994. package/utils/menuUtils.js +247 -0
  995. package/utils/sessionStorage.d.ts +7 -0
  996. package/utils/sessionStorage.js +50 -0
  997. package/utils/socketUtils.d.ts +8 -0
  998. package/utils/socketUtils.js +6 -0
  999. package/utils/stringUtils.d.ts +8 -0
  1000. package/utils/stringUtils.js +52 -0
  1001. package/utils/utils.d.ts +33 -0
  1002. package/utils/utils.js +193 -0
  1003. package/utils/xsrf.d.ts +2 -0
  1004. package/utils/xsrf.js +12 -0
  1005. package/vite-env.d.ts +1 -0
  1006. package/assets/abap-DR3EPHcA.js +0 -6
  1007. package/assets/abap-mo7PPmCt.js +0 -1
  1008. package/assets/abnf-D5WZvYF_.js +0 -1
  1009. package/assets/actionscript-o1NqrfHn.js +0 -1
  1010. package/assets/ada-BAcJesVD.js +0 -1
  1011. package/assets/agda-D-QD0Sfn.js +0 -1
  1012. package/assets/al-Dzs83GY0.js +0 -1
  1013. package/assets/antlr4-BjEStX_I.js +0 -1
  1014. package/assets/apacheconf-Bh7PaD8s.js +0 -1
  1015. package/assets/apex-CW6wsJgM.js +0 -6
  1016. package/assets/apex-Dg8nVlbW.js +0 -1
  1017. package/assets/apl-Bpu7iDoL.js +0 -1
  1018. package/assets/applescript-hMMldMmZ.js +0 -1
  1019. package/assets/aql-CrUo-IGN.js +0 -1
  1020. package/assets/arc-O4DCfFxW.js +0 -1
  1021. package/assets/architecture-O4VJ6CD3-BtxcGCTr.js +0 -1
  1022. package/assets/architectureDiagram-KFL7JDKH-ChuPt1SI.js +0 -36
  1023. package/assets/arduino-DmF6sKDB.js +0 -1
  1024. package/assets/arff-BBGQBSJT.js +0 -1
  1025. package/assets/asciidoc-Bj5gp9h7.js +0 -1
  1026. package/assets/asm6502-FSfxG8DZ.js +0 -1
  1027. package/assets/asmatmel-e1oEOVx2.js +0 -1
  1028. package/assets/aspnet-BSz1N4dH.js +0 -1
  1029. package/assets/autohotkey-E5ufzqN-.js +0 -1
  1030. package/assets/autoit-C_kN8xn5.js +0 -1
  1031. package/assets/avisynth-DbmndZmQ.js +0 -1
  1032. package/assets/avro-idl-DGQ_T6zF.js +0 -1
  1033. package/assets/azcli-CIONJYq1.js +0 -6
  1034. package/assets/bash-CefCgV5_.js +0 -1
  1035. package/assets/bash-CviVjnOh.js +0 -1
  1036. package/assets/basic-Bx3Rn9rA.js +0 -1
  1037. package/assets/basic-DBS9NaGG.js +0 -1
  1038. package/assets/bat-C9Lf3IiR.js +0 -6
  1039. package/assets/batch-DTnb-DYx.js +0 -1
  1040. package/assets/bbcode-D1mhg2V8.js +0 -1
  1041. package/assets/bicep-0IioNd8i.js +0 -1
  1042. package/assets/bicep-D-A_iHuq.js +0 -7
  1043. package/assets/birb-DU56kIa1.js +0 -1
  1044. package/assets/bison-BN1e05g4.js +0 -1
  1045. package/assets/blockDiagram-ZYB65J3Q-C50Mlz51.js +0 -122
  1046. package/assets/bnf-D2g0vgik.js +0 -1
  1047. package/assets/brainfuck-jbiw2pGD.js +0 -1
  1048. package/assets/brightscript-BBDeWuro.js +0 -1
  1049. package/assets/bro-CGTpxN4p.js +0 -1
  1050. package/assets/bsl-CqTC8aLw.js +0 -1
  1051. package/assets/c-Ds_ySDj7.js +0 -1
  1052. package/assets/c-kgVuzdLE.js +0 -1
  1053. package/assets/c4Diagram-AAMF2YG6-B3WV-JGO.js +0 -10
  1054. package/assets/cameligo-v1zEsXLu.js +0 -6
  1055. package/assets/cfscript-Bj6Jdimw.js +0 -1
  1056. package/assets/chaiscript-RYJpKV37.js +0 -1
  1057. package/assets/channel-C5BRq60g.js +0 -1
  1058. package/assets/chunk-ANTBXLJU-C1HjgHjc.js +0 -1
  1059. package/assets/chunk-FHKO5MBM-BrpQoidZ.js +0 -1
  1060. package/assets/chunk-GLLZNHP4-DN9o3NmB.js +0 -15
  1061. package/assets/chunk-JBRWN2VN-DHDH1I9F.js +0 -165
  1062. package/assets/chunk-LXBSTHXV-DsMapXSy.js +0 -220
  1063. package/assets/chunk-NRVI72HA-zCLbemRf.js +0 -1
  1064. package/assets/chunk-OMD6QJNC-CcTW7n4d.js +0 -1
  1065. package/assets/chunk-WVR4S24B-O5VGDTLK.js +0 -1
  1066. package/assets/cil-D4aeGR4P.js +0 -1
  1067. package/assets/classDiagram-3BZAVTQC-DC2D1o61.js +0 -1
  1068. package/assets/classDiagram-v2-QTMF73CY-DC2D1o61.js +0 -1
  1069. package/assets/clike-B5tY_8Hg.js +0 -1
  1070. package/assets/clike-CqNn0AJS.js +0 -1
  1071. package/assets/clojure-CvHCjxEW.js +0 -1
  1072. package/assets/clojure-DgNu_ptH.js +0 -6
  1073. package/assets/clone-CQzAVi1_.js +0 -1
  1074. package/assets/cmake-Y9YYOI1o.js +0 -1
  1075. package/assets/cobol-Cn7N4Z9s.js +0 -1
  1076. package/assets/codicon-B16ygVZF.ttf +0 -0
  1077. package/assets/coffee-DNMvp8RP.js +0 -6
  1078. package/assets/coffeescript-BNf6wfQ6.js +0 -1
  1079. package/assets/concurnas-F8NRlUrA.js +0 -1
  1080. package/assets/coq-CXxL_LlW.js +0 -1
  1081. package/assets/core-DkoeCqqg.js +0 -8
  1082. package/assets/cpp-BdJVwJpi.js +0 -1
  1083. package/assets/cpp-DEDKHd-B.js +0 -6
  1084. package/assets/cpp-DWon0ppI.js +0 -1
  1085. package/assets/crystal-B2v6_JlQ.js +0 -1
  1086. package/assets/csharp-BLSK0Zzi.js +0 -1
  1087. package/assets/csharp-BoWmgZhk.js +0 -6
  1088. package/assets/csharp-Cd5Udg29.js +0 -1
  1089. package/assets/cshtml-BLIhUWji.js +0 -1
  1090. package/assets/csp-BK5qlsQ9.js +0 -6
  1091. package/assets/csp-CeuPpz9b.js +0 -1
  1092. package/assets/css-CF9HHZb0.js +0 -1
  1093. package/assets/css-D1nB4Vcj.js +0 -8
  1094. package/assets/css-D8yvO7dz.js +0 -1
  1095. package/assets/css-extras-DRnBitp6.js +0 -1
  1096. package/assets/cssMode-DrkEOKra.js +0 -9
  1097. package/assets/csv-Be-N3gG6.js +0 -1
  1098. package/assets/cypher-BQok03ZI.js +0 -1
  1099. package/assets/cypher-Bl5_yQjz.js +0 -6
  1100. package/assets/cytoscape.esm-BQaXIfA_.js +0 -331
  1101. package/assets/d-Df_6sXOB.js +0 -1
  1102. package/assets/dagre-2BBEFEWP-BdLL3xYf.js +0 -4
  1103. package/assets/dart-AOzSx5I4.js +0 -1
  1104. package/assets/dart-BVA93hyX.js +0 -6
  1105. package/assets/dataweave--R-21DfR.js +0 -1
  1106. package/assets/dax-CsnNiQxC.js +0 -1
  1107. package/assets/defaultLocale-C4B-KCzX.js +0 -1
  1108. package/assets/dhall-BidGwr1u.js +0 -1
  1109. package/assets/diagram-4IRLE6MV-Du7ZA7eP.js +0 -24
  1110. package/assets/diagram-GUPCWM2R-ByacznHI.js +0 -24
  1111. package/assets/diagram-RP2FKANI-uZXzQ0HO.js +0 -43
  1112. package/assets/diff-By-TneY5.js +0 -3
  1113. package/assets/django-CqZkrb5c.js +0 -1
  1114. package/assets/dns-zone-file-CIIN0Zwd.js +0 -1
  1115. package/assets/docker-DrVrzUu_.js +0 -1
  1116. package/assets/dockerfile-fYe1jRYc.js +0 -6
  1117. package/assets/dot-D6JxP7pN.js +0 -1
  1118. package/assets/ebnf-boHv7kBZ.js +0 -1
  1119. package/assets/ecl-Bxo8QmCt.js +0 -6
  1120. package/assets/editorconfig-BZK9BWTq.js +0 -1
  1121. package/assets/eiffel-BspS-zg2.js +0 -1
  1122. package/assets/ejs-BO4bBszI.js +0 -1
  1123. package/assets/elixir-BbUoe7nZ.js +0 -6
  1124. package/assets/elixir-DCnntdKi.js +0 -1
  1125. package/assets/elm-wkvDZVBc.js +0 -1
  1126. package/assets/erDiagram-HZWUO2LU-CLYl94DE.js +0 -60
  1127. package/assets/erb-D0dPextc.js +0 -1
  1128. package/assets/erlang-GkjxK_5M.js +0 -1
  1129. package/assets/etlua-DISv4zYg.js +0 -1
  1130. package/assets/excel-formula-HLTv-nrr.js +0 -1
  1131. package/assets/factor-BkpcfzTR.js +0 -1
  1132. package/assets/false-41V82d_P.js +0 -1
  1133. package/assets/firestore-security-rules-RBhhbSld.js +0 -1
  1134. package/assets/flow-Ht8yfkR5.js +0 -1
  1135. package/assets/flow9-BKFjllYO.js +0 -6
  1136. package/assets/flowDiagram-THRYKUMA-BfELR1TN.js +0 -162
  1137. package/assets/fortran-Dzm_isHe.js +0 -1
  1138. package/assets/freemarker2-BRaa7f1Q.js +0 -8
  1139. package/assets/fsharp-C9WT9v9x.js +0 -1
  1140. package/assets/fsharp-ETo-tsZt.js +0 -6
  1141. package/assets/ftl-B17SbwAW.js +0 -1
  1142. package/assets/ganttDiagram-WV7ZQ7D5-Bw19caXp.js +0 -267
  1143. package/assets/gap-SzXKPgeq.js +0 -1
  1144. package/assets/gcode-CuQuTKdO.js +0 -1
  1145. package/assets/gdscript-bTCD4XIA.js +0 -1
  1146. package/assets/gedcom-Dw1a27VL.js +0 -1
  1147. package/assets/gherkin-B8yC8kPH.js +0 -1
  1148. package/assets/git-CuTlBGs3.js +0 -1
  1149. package/assets/gitGraph-ZV4HHKMB-NswVDVTC.js +0 -1
  1150. package/assets/gitGraphDiagram-OJR772UL-B2Wp36xV.js +0 -65
  1151. package/assets/glsl-VfJQISaC.js +0 -1
  1152. package/assets/gml-Cg063sEn.js +0 -1
  1153. package/assets/gn-CfhRs8hN.js +0 -1
  1154. package/assets/go-DzbHtIm4.js +0 -6
  1155. package/assets/go-VWO1sCsw.js +0 -1
  1156. package/assets/go-module-Ca9MQv90.js +0 -1
  1157. package/assets/graph-BcxGmKUY.js +0 -1
  1158. package/assets/graphql-DQddNIUX.js +0 -1
  1159. package/assets/graphql-k0EsSqLB.js +0 -6
  1160. package/assets/groovy-Dcjs8fee.js +0 -1
  1161. package/assets/haml-B5-Vcx98.js +0 -1
  1162. package/assets/handlebars-CYVGF2_K.js +0 -6
  1163. package/assets/handlebars-D9Ysibnv.js +0 -1
  1164. package/assets/haskell-D1TAusTt.js +0 -1
  1165. package/assets/haskell-Ds42Eazu.js +0 -1
  1166. package/assets/haxe-BwfSBwx-.js +0 -1
  1167. package/assets/hcl-B7RhI5Aa.js +0 -1
  1168. package/assets/hcl-Cq9v6if3.js +0 -6
  1169. package/assets/hlsl-ePiBBFSV.js +0 -1
  1170. package/assets/hoon-CoBO7KEA.js +0 -1
  1171. package/assets/hpkp-D81lsBFo.js +0 -1
  1172. package/assets/hsts-D1exIVwR.js +0 -1
  1173. package/assets/html-sSVLAgmR.js +0 -6
  1174. package/assets/htmlMode-1dVkh-tv.js +0 -9
  1175. package/assets/http-Dqk_-m1h.js +0 -1
  1176. package/assets/ichigojam-Ew3H_Wnw.js +0 -1
  1177. package/assets/icon-7__9w3uI.js +0 -1
  1178. package/assets/icu-message-format-Dq2hIL7F.js +0 -1
  1179. package/assets/idris-Cyzo9vXh.js +0 -1
  1180. package/assets/iecst-DXWmu6AB.js +0 -1
  1181. package/assets/ignore-BOIdB3R9.js +0 -1
  1182. package/assets/index-COcBHp7b.css +0 -1
  1183. package/assets/index-CtirNuor.js +0 -3412
  1184. package/assets/info-63CPKGFF-Eft_YXi-.js +0 -1
  1185. package/assets/infoDiagram-6WOFNB3A-D1P6rKbs.js +0 -2
  1186. package/assets/inform7-Bc1mK28U.js +0 -1
  1187. package/assets/ini-BscO_0vf.js +0 -6
  1188. package/assets/ini-DdalcVCy.js +0 -1
  1189. package/assets/init-Gi6I4Gst.js +0 -1
  1190. package/assets/io-Dt_mcl8h.js +0 -1
  1191. package/assets/j-C-lF-CU_.js +0 -1
  1192. package/assets/java-45YI1AnS.js +0 -1
  1193. package/assets/java-BxMbkJZ_.js +0 -1
  1194. package/assets/java-CtY9ZHW8.js +0 -6
  1195. package/assets/javadoc-Bpiw_kgn.js +0 -1
  1196. package/assets/javadoclike-myFApC35.js +0 -1
  1197. package/assets/javadoclike-yg2D82m1.js +0 -1
  1198. package/assets/javascript-BFZWKPPJ.js +0 -1
  1199. package/assets/javascript-Br0LiqtA.js +0 -6
  1200. package/assets/javascript-D8vYUPHd.js +0 -1
  1201. package/assets/javastacktrace-BpG-AgnP.js +0 -1
  1202. package/assets/jexl-D2VVX-f4.js +0 -1
  1203. package/assets/jolie-B1EwmubH.js +0 -1
  1204. package/assets/journeyDiagram-FFXJYRFH-Bz2eGQD1.js +0 -139
  1205. package/assets/jq-B1-LZ9LN.js +0 -1
  1206. package/assets/js-extras-CAdKnlUK.js +0 -1
  1207. package/assets/js-templates-BJ0RNBBn.js +0 -1
  1208. package/assets/jsdoc-CgalBxHx.js +0 -1
  1209. package/assets/json-BESjz4hO.js +0 -1
  1210. package/assets/json-CQzD9Vuv.js +0 -1
  1211. package/assets/json5-DMROsLE9.js +0 -1
  1212. package/assets/jsonMode-B7JNisD6.js +0 -11
  1213. package/assets/jsonp-CtbFEoSO.js +0 -1
  1214. package/assets/jsstacktrace-CWlR2r3M.js +0 -1
  1215. package/assets/jsx-Bcm3mCMX.js +0 -1
  1216. package/assets/jsx-CWP8P1mH.js +0 -1
  1217. package/assets/julia-DOes61nN.js +0 -6
  1218. package/assets/julia-DawUNhKV.js +0 -1
  1219. package/assets/kanban-definition-KOZQBZVT-BSCp431P.js +0 -89
  1220. package/assets/katex-ChWnQ-fc.js +0 -261
  1221. package/assets/keepalived-DTrfwL7-.js +0 -1
  1222. package/assets/keyman-Dt-YdFQG.js +0 -1
  1223. package/assets/kotlin-DDKW_KJ3.js +0 -1
  1224. package/assets/kotlin-DTDxWyre.js +0 -6
  1225. package/assets/kumir-CL2qFoX9.js +0 -1
  1226. package/assets/kusto-CgVKIahq.js +0 -1
  1227. package/assets/latex-CTdn8dw3.js +0 -1
  1228. package/assets/latte-Dph7wDda.js +0 -1
  1229. package/assets/layout-BGYG4PDW.js +0 -1
  1230. package/assets/less-BW9Z7xNV.js +0 -1
  1231. package/assets/less-CqJAWV1X.js +0 -7
  1232. package/assets/lexon-BXW1vGDt.js +0 -6
  1233. package/assets/lilypond--bIKevXM.js +0 -1
  1234. package/assets/linear-7u2-1SjO.js +0 -1
  1235. package/assets/liquid-BdCB7FYI.js +0 -6
  1236. package/assets/liquid-C6_JMpJr.js +0 -1
  1237. package/assets/lisp-BbfmjfSW.js +0 -1
  1238. package/assets/livescript-Cnhwlvbs.js +0 -1
  1239. package/assets/llvm-C5uGkJFM.js +0 -1
  1240. package/assets/log-ClfVLSxk.js +0 -1
  1241. package/assets/lolcode-D1tQ-v_i.js +0 -1
  1242. package/assets/lua-BsJoX6Ep.js +0 -1
  1243. package/assets/lua-DER4jxlW.js +0 -1
  1244. package/assets/lua-DLZgaSX1.js +0 -6
  1245. package/assets/m3-CLtYU2dl.js +0 -6
  1246. package/assets/magma-fNoNeIcf.js +0 -1
  1247. package/assets/makefile-B_SRsjlq.js +0 -1
  1248. package/assets/markdown-7fQo6M4U.js +0 -6
  1249. package/assets/markdown-mUAGnld7.js +0 -1
  1250. package/assets/markup-BONeskWm.js +0 -1
  1251. package/assets/markup-BuqVoeXR.js +0 -1
  1252. package/assets/markup-templating-BxAVv-bL.js +0 -1
  1253. package/assets/markup-templating-DU1K9_L8.js +0 -1
  1254. package/assets/matlab-D-TP_4M6.js +0 -1
  1255. package/assets/maxscript-BufcWGly.js +0 -1
  1256. package/assets/mdx-D5QtPHo7.js +0 -6
  1257. package/assets/mel-BiL0mMX7.js +0 -1
  1258. package/assets/mermaid-C6ZJwRbK.js +0 -1
  1259. package/assets/mermaid-parser.core-B8tr8YAl.js +0 -129
  1260. package/assets/min-DlmeNnOM.js +0 -1
  1261. package/assets/mindmap-definition-LNHGMQRG-BzbXC-47.js +0 -95
  1262. package/assets/mips-DcG9r2vI.js +0 -6
  1263. package/assets/mizar-CTg9VBxB.js +0 -1
  1264. package/assets/mongodb-DZIW47b_.js +0 -1
  1265. package/assets/monkey-OTcCeVas.js +0 -1
  1266. package/assets/moonscript-B9q5jFPJ.js +0 -1
  1267. package/assets/msdax-DN__iVzl.js +0 -6
  1268. package/assets/mysql-05d2lfAy.js +0 -6
  1269. package/assets/n1ql-zxH7u8ek.js +0 -1
  1270. package/assets/n4js-DxH8puYd.js +0 -1
  1271. package/assets/nand2tetris-hdl-Y9CaATwQ.js +0 -1
  1272. package/assets/naniscript-fj11wz4c.js +0 -1
  1273. package/assets/nasm-CmwjTodA.js +0 -1
  1274. package/assets/neon-DM1vXAju.js +0 -1
  1275. package/assets/nevod-awEjSQiN.js +0 -1
  1276. package/assets/nginx-CtMkRQkZ.js +0 -1
  1277. package/assets/nim-BpvUfA3V.js +0 -1
  1278. package/assets/nix-L30ZSyVO.js +0 -1
  1279. package/assets/nsis-B-wYmCZG.js +0 -1
  1280. package/assets/objective-c-B_h_kxCB.js +0 -6
  1281. package/assets/objectivec-DqmvSFQo.js +0 -1
  1282. package/assets/ocaml-DxsXmoff.js +0 -1
  1283. package/assets/opencl-DE2DwDDh.js +0 -1
  1284. package/assets/openqasm-B_Z2Pbfo.js +0 -1
  1285. package/assets/ordinal-Cboi1Yqb.js +0 -1
  1286. package/assets/oz-BsEvVihN.js +0 -1
  1287. package/assets/packet-HUATNLJX-DZEv4qIp.js +0 -1
  1288. package/assets/parigp-Cb59kgzM.js +0 -1
  1289. package/assets/parser-BPfu9fvJ.js +0 -1
  1290. package/assets/pascal-B60lAKfe.js +0 -1
  1291. package/assets/pascal-Bc-8SB3K.js +0 -6
  1292. package/assets/pascaligo-Dcwo06z5.js +0 -6
  1293. package/assets/pascaligo-jljTdZcp.js +0 -1
  1294. package/assets/pcaxis-D5-ZKbf-.js +0 -1
  1295. package/assets/peoplecode-CHa_iagU.js +0 -1
  1296. package/assets/perl-BnGpdHsN.js +0 -6
  1297. package/assets/perl-k-uTMlyD.js +0 -1
  1298. package/assets/pgsql-DfVleuq_.js +0 -6
  1299. package/assets/php-CH5O-_gG.js +0 -6
  1300. package/assets/php-DkI131Jd.js +0 -1
  1301. package/assets/php-extras-DwKASBiR.js +0 -1
  1302. package/assets/php-iTdQntIy.js +0 -1
  1303. package/assets/phpdoc-U7fWPc6E.js +0 -1
  1304. package/assets/pie-WTHONI2E-7OIW4qVI.js +0 -1
  1305. package/assets/pieDiagram-DBDJKBY4-C_nsodWG.js +0 -30
  1306. package/assets/pla-BUVXxyGx.js +0 -6
  1307. package/assets/plsql-vgmv1Vi6.js +0 -1
  1308. package/assets/postiats-DSt55phJ.js +0 -6
  1309. package/assets/powerquery-2KNS9mh4.js +0 -6
  1310. package/assets/powerquery-DmK9Euuu.js +0 -1
  1311. package/assets/powershell-CCS0rx-A.js +0 -6
  1312. package/assets/powershell-CKXrQp96.js +0 -1
  1313. package/assets/processing-B5NyV_CO.js +0 -1
  1314. package/assets/prolog-BWIt2B_6.js +0 -1
  1315. package/assets/promql-B_QoDoXl.js +0 -1
  1316. package/assets/properties-DaR4F6tG.js +0 -1
  1317. package/assets/protobuf-5lyCd6Ku.js +0 -7
  1318. package/assets/protobuf-D5QPKMFw.js +0 -1
  1319. package/assets/psl-D6wB8sa6.js +0 -1
  1320. package/assets/pug-Df1YS9qd.js +0 -1
  1321. package/assets/pug-Dg4O54Js.js +0 -6
  1322. package/assets/puppet-BO-UEy3J.js +0 -1
  1323. package/assets/pure-_uKvBHAQ.js +0 -1
  1324. package/assets/purebasic-B4ULSQZE.js +0 -1
  1325. package/assets/purescript-BZ-uz2lE.js +0 -1
  1326. package/assets/python-B85Wtz1L.js +0 -1
  1327. package/assets/python-D7SSynp9.js +0 -6
  1328. package/assets/q-vO-s84n9.js +0 -1
  1329. package/assets/qml-kaZ2gDT3.js +0 -1
  1330. package/assets/qore-DVq2LQeL.js +0 -1
  1331. package/assets/qsharp-BHSA_OC9.js +0 -6
  1332. package/assets/qsharp-Bf2rFqlm.js +0 -1
  1333. package/assets/quadrantDiagram-YPSRARAO-DApXzXyD.js +0 -7
  1334. package/assets/r-DBvxNhD8.js +0 -6
  1335. package/assets/r-DeLDWJTd.js +0 -1
  1336. package/assets/racket-BcNKcbHA.js +0 -1
  1337. package/assets/radar-NJJJXTRR-DTGUp5A0.js +0 -1
  1338. package/assets/razor-BGJSc0Tr.js +0 -6
  1339. package/assets/reason-DgdS1e1I.js +0 -1
  1340. package/assets/redis-mBNZiS5I.js +0 -6
  1341. package/assets/redshift-gtd9hS2x.js +0 -6
  1342. package/assets/reduce-BgTPaPsL.js +0 -1
  1343. package/assets/regex-CIYZLC96.js +0 -1
  1344. package/assets/rego-DCo8FQR5.js +0 -1
  1345. package/assets/renpy-BUspwmyO.js +0 -1
  1346. package/assets/requirementDiagram-EGVEC5DT-u3Jr1c40.js +0 -64
  1347. package/assets/rest-CdGjvoQ8.js +0 -1
  1348. package/assets/restructuredtext-45Xf76JB.js +0 -6
  1349. package/assets/rip-C0zBlfI9.js +0 -1
  1350. package/assets/roboconf-CtH-vuuD.js +0 -1
  1351. package/assets/robotframework-B2sSQjjW.js +0 -1
  1352. package/assets/roboto-cyrillic-400-normal-C5q4FMUG.woff +0 -0
  1353. package/assets/roboto-cyrillic-400-normal-DAIM1_dR.woff2 +0 -0
  1354. package/assets/roboto-cyrillic-ext-400-normal-5IDvadIC.woff +0 -0
  1355. package/assets/roboto-cyrillic-ext-400-normal-DzMWdK87.woff2 +0 -0
  1356. package/assets/roboto-greek-400-normal-DwVopRQH.woff +0 -0
  1357. package/assets/roboto-greek-400-normal-jFM2czAU.woff2 +0 -0
  1358. package/assets/roboto-latin-400-normal-BX2H0A0_.woff +0 -0
  1359. package/assets/roboto-latin-400-normal-CNwBRw8h.woff2 +0 -0
  1360. package/assets/roboto-latin-ext-400-normal-BG57dRWO.woff +0 -0
  1361. package/assets/roboto-latin-ext-400-normal-ZYmyxeOy.woff2 +0 -0
  1362. package/assets/roboto-math-400-normal-B3wgz80t.woff2 +0 -0
  1363. package/assets/roboto-math-400-normal-BRMeFL5Z.woff +0 -0
  1364. package/assets/roboto-symbols-400-normal-B2LMqLB2.woff +0 -0
  1365. package/assets/roboto-symbols-400-normal-fF1SLJBj.woff2 +0 -0
  1366. package/assets/roboto-vietnamese-400-normal-BYP5tVVv.woff +0 -0
  1367. package/assets/roboto-vietnamese-400-normal-CDDxGrUb.woff2 +0 -0
  1368. package/assets/ruby-B2ODcCrN.js +0 -1
  1369. package/assets/ruby-CEgcCkh9.js +0 -6
  1370. package/assets/ruby-DYsn9XfW.js +0 -1
  1371. package/assets/rust-BChN5uNh.js +0 -6
  1372. package/assets/rust-BVonVJBT.js +0 -1
  1373. package/assets/sankeyDiagram-HRAUVNP4-CFVhGSiA.js +0 -10
  1374. package/assets/sas-C51qgIML.js +0 -1
  1375. package/assets/sass-aSk38cgu.js +0 -1
  1376. package/assets/sb-5vPrUWN-.js +0 -6
  1377. package/assets/scala-BQOorN7X.js +0 -6
  1378. package/assets/scala-CHGF8rj2.js +0 -1
  1379. package/assets/scheme-Cscf027c.js +0 -1
  1380. package/assets/scheme-DkJ87xtR.js +0 -6
  1381. package/assets/scheme-DtBnt09V.js +0 -1
  1382. package/assets/scss-CpPOP9XS.js +0 -8
  1383. package/assets/scss-CwFwUKHz.js +0 -1
  1384. package/assets/sequenceDiagram-WFGC7UMF-2hkaJ4an.js +0 -122
  1385. package/assets/shell-BHhUv290.js +0 -6
  1386. package/assets/shell-session-B1lsY4lP.js +0 -1
  1387. package/assets/smali-DoC35MXt.js +0 -1
  1388. package/assets/smalltalk-DC7K9Zjc.js +0 -1
  1389. package/assets/smarty-Dya8aFU7.js +0 -1
  1390. package/assets/sml-BAkRAbsh.js +0 -1
  1391. package/assets/solidity-BFcLIl1x.js +0 -6
  1392. package/assets/solidity-DzvaOMP9.js +0 -1
  1393. package/assets/solution-file-Bmez1lHa.js +0 -1
  1394. package/assets/sophia-z0tjJxhY.js +0 -6
  1395. package/assets/soy-YLTPfz3s.js +0 -1
  1396. package/assets/sparql-BTJymgeb.js +0 -6
  1397. package/assets/sparql-Dune-Ey0.js +0 -1
  1398. package/assets/splunk-spl-BBCP9G49.js +0 -1
  1399. package/assets/sqf-CXQAyqIQ.js +0 -1
  1400. package/assets/sql-02c4jPTl.js +0 -1
  1401. package/assets/sql-BFyYaP5s.js +0 -6
  1402. package/assets/sql-CJATM1Qp.js +0 -1
  1403. package/assets/squirrel-C0xvhdrs.js +0 -1
  1404. package/assets/st-DZS1F9ME.js +0 -6
  1405. package/assets/stan-B1JCuN-c.js +0 -1
  1406. package/assets/stateDiagram-UUKSUZ4H-wJehzXeN.js +0 -1
  1407. package/assets/stateDiagram-v2-EYPG3UTE-BSNhmMZe.js +0 -1
  1408. package/assets/stylus-r331_ig_.js +0 -1
  1409. package/assets/swift-B9J5Xueq.js +0 -1
  1410. package/assets/swift-BwlyOzQq.js +0 -8
  1411. package/assets/systemd-XWCGy8Ob.js +0 -2
  1412. package/assets/systemverilog-DJsb8r0W.js +0 -6
  1413. package/assets/t4-cs-Dc98chgs.js +0 -1
  1414. package/assets/t4-templating-B5EzSFYT.js +0 -1
  1415. package/assets/t4-templating-BvTJ1ev3.js +0 -1
  1416. package/assets/t4-vb-BZfdBq4p.js +0 -1
  1417. package/assets/tap-DhlZD9D0.js +0 -1
  1418. package/assets/tcl-CjHYkh5E.js +0 -6
  1419. package/assets/tcl-CuPFotZK.js +0 -1
  1420. package/assets/textile-BXq80H_I.js +0 -1
  1421. package/assets/timeline-definition-3HZDQTIS-DGZYlLIL.js +0 -61
  1422. package/assets/toml-B5y3O0-s.js +0 -1
  1423. package/assets/treemap-75Q7IDZK-BBJN3GI7.js +0 -1
  1424. package/assets/tremor-C9Ysgl4-.js +0 -1
  1425. package/assets/tsMode-BVMxS71B.js +0 -16
  1426. package/assets/tsx-CLBH7tR4.js +0 -1
  1427. package/assets/tt2-FoOwDDSs.js +0 -1
  1428. package/assets/turtle-BK5vaG_v.js +0 -1
  1429. package/assets/turtle-Ro1R6Je7.js +0 -1
  1430. package/assets/twig-CmYTg8Iu.js +0 -6
  1431. package/assets/twig-Csv3LkDK.js +0 -1
  1432. package/assets/typescript-0ftPtREK.js +0 -6
  1433. package/assets/typescript-CVO-8GEc.js +0 -1
  1434. package/assets/typescript-DVbMPcDB.js +0 -1
  1435. package/assets/typespec-Dwv00aWl.js +0 -6
  1436. package/assets/typoscript-0nvYot7S.js +0 -1
  1437. package/assets/unrealscript-LwNoQ3hK.js +0 -1
  1438. package/assets/uorazor-Cwh8UkUY.js +0 -1
  1439. package/assets/uri-DshCX7s1.js +0 -1
  1440. package/assets/v-COh0hg4M.js +0 -1
  1441. package/assets/vala-DgFyuUwt.js +0 -1
  1442. package/assets/vb-BjPEumh4.js +0 -6
  1443. package/assets/vbnet-BhrUc4aD.js +0 -1
  1444. package/assets/vbnet-Wk_aEgDi.js +0 -1
  1445. package/assets/velocity-DFFugm2u.js +0 -1
  1446. package/assets/verilog-BKx734nL.js +0 -1
  1447. package/assets/vhdl-Cp7FcdJo.js +0 -1
  1448. package/assets/vim-CnU0V9TN.js +0 -1
  1449. package/assets/visual-basic-hpwCRIX4.js +0 -1
  1450. package/assets/warpscript-BGP6IruP.js +0 -1
  1451. package/assets/wasm-CZNW1nwO.js +0 -1
  1452. package/assets/web-idl-BPOBeez0.js +0 -1
  1453. package/assets/wgsl-Bp8RP3jd.js +0 -303
  1454. package/assets/wiki-CJ3thIMw.js +0 -1
  1455. package/assets/wolfram-DKnA8Se6.js +0 -1
  1456. package/assets/wren-CqsJ3mfc.js +0 -1
  1457. package/assets/xeora-DMp8mBB8.js +0 -1
  1458. package/assets/xml-Bac-zZiz.js +0 -6
  1459. package/assets/xml-doc-Vd4sAKdf.js +0 -1
  1460. package/assets/xojo-UInKc1K-.js +0 -1
  1461. package/assets/xquery-rmywbRjN.js +0 -1
  1462. package/assets/xychartDiagram-FDP5SA34-BvJlNneq.js +0 -7
  1463. package/assets/yaml-BxI0F9PE.js +0 -6
  1464. package/assets/yaml-D9S3dJfe.js +0 -1
  1465. package/assets/yaml-pHjxJgpq.js +0 -1
  1466. package/assets/yang-C4BJM-5B.js +0 -1
  1467. package/assets/zig-BT9rKyM0.js +0 -1
  1468. package/index.html +0 -24
@@ -1,10 +0,0 @@
1
- import{g as Se,d as De}from"./chunk-OMD6QJNC-CcTW7n4d.js";import{_ as g,s as Pe,g as Be,a as Ie,b as Me,c as Bt,d as jt,l as de,e as Le,f as Ne,h as Tt,i as ge,j as Ye,w as je,k as $t,n as pe}from"./index-CtirNuor.js";import"@mui/icons-material";import"@mui/material/colors";import"@mui/material";import"@mui/x-date-pickers";import"@mui/x-date-pickers/AdapterDayjs";import"@mui/material/Popper";import"@mui/material/Avatar";import"@mui/x-date-pickers/DateTimePicker";var Ft=(function(){var e=g(function(_t,x,m,v){for(m=m||{},v=_t.length;v--;m[_t[v]]=x);return m},"o"),t=[1,24],s=[1,25],o=[1,26],l=[1,27],a=[1,28],r=[1,63],n=[1,64],i=[1,65],u=[1,66],d=[1,67],p=[1,68],y=[1,69],E=[1,29],O=[1,30],S=[1,31],P=[1,32],M=[1,33],U=[1,34],H=[1,35],q=[1,36],G=[1,37],K=[1,38],J=[1,39],Z=[1,40],$=[1,41],tt=[1,42],et=[1,43],at=[1,44],it=[1,45],nt=[1,46],rt=[1,47],st=[1,48],lt=[1,50],ot=[1,51],ct=[1,52],ht=[1,53],ut=[1,54],dt=[1,55],pt=[1,56],ft=[1,57],yt=[1,58],gt=[1,59],bt=[1,60],Ct=[14,42],Qt=[14,34,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],St=[12,14,34,36,37,38,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],k=[1,82],A=[1,83],C=[1,84],w=[1,85],T=[12,14,42],le=[12,14,33,42],Mt=[12,14,33,42,76,77,79,80],vt=[12,33],Ht=[34,36,37,38,39,40,41,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74],qt={trace:g(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mermaidDoc:4,direction:5,direction_tb:6,direction_bt:7,direction_rl:8,direction_lr:9,graphConfig:10,C4_CONTEXT:11,NEWLINE:12,statements:13,EOF:14,C4_CONTAINER:15,C4_COMPONENT:16,C4_DYNAMIC:17,C4_DEPLOYMENT:18,otherStatements:19,diagramStatements:20,otherStatement:21,title:22,accDescription:23,acc_title:24,acc_title_value:25,acc_descr:26,acc_descr_value:27,acc_descr_multiline_value:28,boundaryStatement:29,boundaryStartStatement:30,boundaryStopStatement:31,boundaryStart:32,LBRACE:33,ENTERPRISE_BOUNDARY:34,attributes:35,SYSTEM_BOUNDARY:36,BOUNDARY:37,CONTAINER_BOUNDARY:38,NODE:39,NODE_L:40,NODE_R:41,RBRACE:42,diagramStatement:43,PERSON:44,PERSON_EXT:45,SYSTEM:46,SYSTEM_DB:47,SYSTEM_QUEUE:48,SYSTEM_EXT:49,SYSTEM_EXT_DB:50,SYSTEM_EXT_QUEUE:51,CONTAINER:52,CONTAINER_DB:53,CONTAINER_QUEUE:54,CONTAINER_EXT:55,CONTAINER_EXT_DB:56,CONTAINER_EXT_QUEUE:57,COMPONENT:58,COMPONENT_DB:59,COMPONENT_QUEUE:60,COMPONENT_EXT:61,COMPONENT_EXT_DB:62,COMPONENT_EXT_QUEUE:63,REL:64,BIREL:65,REL_U:66,REL_D:67,REL_L:68,REL_R:69,REL_B:70,REL_INDEX:71,UPDATE_EL_STYLE:72,UPDATE_REL_STYLE:73,UPDATE_LAYOUT_CONFIG:74,attribute:75,STR:76,STR_KEY:77,STR_VALUE:78,ATTRIBUTE:79,ATTRIBUTE_EMPTY:80,$accept:0,$end:1},terminals_:{2:"error",6:"direction_tb",7:"direction_bt",8:"direction_rl",9:"direction_lr",11:"C4_CONTEXT",12:"NEWLINE",14:"EOF",15:"C4_CONTAINER",16:"C4_COMPONENT",17:"C4_DYNAMIC",18:"C4_DEPLOYMENT",22:"title",23:"accDescription",24:"acc_title",25:"acc_title_value",26:"acc_descr",27:"acc_descr_value",28:"acc_descr_multiline_value",33:"LBRACE",34:"ENTERPRISE_BOUNDARY",36:"SYSTEM_BOUNDARY",37:"BOUNDARY",38:"CONTAINER_BOUNDARY",39:"NODE",40:"NODE_L",41:"NODE_R",42:"RBRACE",44:"PERSON",45:"PERSON_EXT",46:"SYSTEM",47:"SYSTEM_DB",48:"SYSTEM_QUEUE",49:"SYSTEM_EXT",50:"SYSTEM_EXT_DB",51:"SYSTEM_EXT_QUEUE",52:"CONTAINER",53:"CONTAINER_DB",54:"CONTAINER_QUEUE",55:"CONTAINER_EXT",56:"CONTAINER_EXT_DB",57:"CONTAINER_EXT_QUEUE",58:"COMPONENT",59:"COMPONENT_DB",60:"COMPONENT_QUEUE",61:"COMPONENT_EXT",62:"COMPONENT_EXT_DB",63:"COMPONENT_EXT_QUEUE",64:"REL",65:"BIREL",66:"REL_U",67:"REL_D",68:"REL_L",69:"REL_R",70:"REL_B",71:"REL_INDEX",72:"UPDATE_EL_STYLE",73:"UPDATE_REL_STYLE",74:"UPDATE_LAYOUT_CONFIG",76:"STR",77:"STR_KEY",78:"STR_VALUE",79:"ATTRIBUTE",80:"ATTRIBUTE_EMPTY"},productions_:[0,[3,1],[3,1],[5,1],[5,1],[5,1],[5,1],[4,1],[10,4],[10,4],[10,4],[10,4],[10,4],[13,1],[13,1],[13,2],[19,1],[19,2],[19,3],[21,1],[21,1],[21,2],[21,2],[21,1],[29,3],[30,3],[30,3],[30,4],[32,2],[32,2],[32,2],[32,2],[32,2],[32,2],[32,2],[31,1],[20,1],[20,2],[20,3],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,1],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[43,2],[35,1],[35,2],[75,1],[75,2],[75,1],[75,1]],performAction:g(function(x,m,v,b,R,h,Dt){var f=h.length-1;switch(R){case 3:b.setDirection("TB");break;case 4:b.setDirection("BT");break;case 5:b.setDirection("RL");break;case 6:b.setDirection("LR");break;case 8:case 9:case 10:case 11:case 12:b.setC4Type(h[f-3]);break;case 19:b.setTitle(h[f].substring(6)),this.$=h[f].substring(6);break;case 20:b.setAccDescription(h[f].substring(15)),this.$=h[f].substring(15);break;case 21:this.$=h[f].trim(),b.setTitle(this.$);break;case 22:case 23:this.$=h[f].trim(),b.setAccDescription(this.$);break;case 28:h[f].splice(2,0,"ENTERPRISE"),b.addPersonOrSystemBoundary(...h[f]),this.$=h[f];break;case 29:h[f].splice(2,0,"SYSTEM"),b.addPersonOrSystemBoundary(...h[f]),this.$=h[f];break;case 30:b.addPersonOrSystemBoundary(...h[f]),this.$=h[f];break;case 31:h[f].splice(2,0,"CONTAINER"),b.addContainerBoundary(...h[f]),this.$=h[f];break;case 32:b.addDeploymentNode("node",...h[f]),this.$=h[f];break;case 33:b.addDeploymentNode("nodeL",...h[f]),this.$=h[f];break;case 34:b.addDeploymentNode("nodeR",...h[f]),this.$=h[f];break;case 35:b.popBoundaryParseStack();break;case 39:b.addPersonOrSystem("person",...h[f]),this.$=h[f];break;case 40:b.addPersonOrSystem("external_person",...h[f]),this.$=h[f];break;case 41:b.addPersonOrSystem("system",...h[f]),this.$=h[f];break;case 42:b.addPersonOrSystem("system_db",...h[f]),this.$=h[f];break;case 43:b.addPersonOrSystem("system_queue",...h[f]),this.$=h[f];break;case 44:b.addPersonOrSystem("external_system",...h[f]),this.$=h[f];break;case 45:b.addPersonOrSystem("external_system_db",...h[f]),this.$=h[f];break;case 46:b.addPersonOrSystem("external_system_queue",...h[f]),this.$=h[f];break;case 47:b.addContainer("container",...h[f]),this.$=h[f];break;case 48:b.addContainer("container_db",...h[f]),this.$=h[f];break;case 49:b.addContainer("container_queue",...h[f]),this.$=h[f];break;case 50:b.addContainer("external_container",...h[f]),this.$=h[f];break;case 51:b.addContainer("external_container_db",...h[f]),this.$=h[f];break;case 52:b.addContainer("external_container_queue",...h[f]),this.$=h[f];break;case 53:b.addComponent("component",...h[f]),this.$=h[f];break;case 54:b.addComponent("component_db",...h[f]),this.$=h[f];break;case 55:b.addComponent("component_queue",...h[f]),this.$=h[f];break;case 56:b.addComponent("external_component",...h[f]),this.$=h[f];break;case 57:b.addComponent("external_component_db",...h[f]),this.$=h[f];break;case 58:b.addComponent("external_component_queue",...h[f]),this.$=h[f];break;case 60:b.addRel("rel",...h[f]),this.$=h[f];break;case 61:b.addRel("birel",...h[f]),this.$=h[f];break;case 62:b.addRel("rel_u",...h[f]),this.$=h[f];break;case 63:b.addRel("rel_d",...h[f]),this.$=h[f];break;case 64:b.addRel("rel_l",...h[f]),this.$=h[f];break;case 65:b.addRel("rel_r",...h[f]),this.$=h[f];break;case 66:b.addRel("rel_b",...h[f]),this.$=h[f];break;case 67:h[f].splice(0,1),b.addRel("rel",...h[f]),this.$=h[f];break;case 68:b.updateElStyle("update_el_style",...h[f]),this.$=h[f];break;case 69:b.updateRelStyle("update_rel_style",...h[f]),this.$=h[f];break;case 70:b.updateLayoutConfig("update_layout_config",...h[f]),this.$=h[f];break;case 71:this.$=[h[f]];break;case 72:h[f].unshift(h[f-1]),this.$=h[f];break;case 73:case 75:this.$=h[f].trim();break;case 74:let Et={};Et[h[f-1].trim()]=h[f].trim(),this.$=Et;break;case 76:this.$="";break}},"anonymous"),table:[{3:1,4:2,5:3,6:[1,5],7:[1,6],8:[1,7],9:[1,8],10:4,11:[1,9],15:[1,10],16:[1,11],17:[1,12],18:[1,13]},{1:[3]},{1:[2,1]},{1:[2,2]},{1:[2,7]},{1:[2,3]},{1:[2,4]},{1:[2,5]},{1:[2,6]},{12:[1,14]},{12:[1,15]},{12:[1,16]},{12:[1,17]},{12:[1,18]},{13:19,19:20,20:21,21:22,22:t,23:s,24:o,26:l,28:a,29:49,30:61,32:62,34:r,36:n,37:i,38:u,39:d,40:p,41:y,43:23,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt},{13:70,19:20,20:21,21:22,22:t,23:s,24:o,26:l,28:a,29:49,30:61,32:62,34:r,36:n,37:i,38:u,39:d,40:p,41:y,43:23,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt},{13:71,19:20,20:21,21:22,22:t,23:s,24:o,26:l,28:a,29:49,30:61,32:62,34:r,36:n,37:i,38:u,39:d,40:p,41:y,43:23,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt},{13:72,19:20,20:21,21:22,22:t,23:s,24:o,26:l,28:a,29:49,30:61,32:62,34:r,36:n,37:i,38:u,39:d,40:p,41:y,43:23,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt},{13:73,19:20,20:21,21:22,22:t,23:s,24:o,26:l,28:a,29:49,30:61,32:62,34:r,36:n,37:i,38:u,39:d,40:p,41:y,43:23,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt},{14:[1,74]},e(Ct,[2,13],{43:23,29:49,30:61,32:62,20:75,34:r,36:n,37:i,38:u,39:d,40:p,41:y,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt}),e(Ct,[2,14]),e(Qt,[2,16],{12:[1,76]}),e(Ct,[2,36],{12:[1,77]}),e(St,[2,19]),e(St,[2,20]),{25:[1,78]},{27:[1,79]},e(St,[2,23]),{35:80,75:81,76:k,77:A,79:C,80:w},{35:86,75:81,76:k,77:A,79:C,80:w},{35:87,75:81,76:k,77:A,79:C,80:w},{35:88,75:81,76:k,77:A,79:C,80:w},{35:89,75:81,76:k,77:A,79:C,80:w},{35:90,75:81,76:k,77:A,79:C,80:w},{35:91,75:81,76:k,77:A,79:C,80:w},{35:92,75:81,76:k,77:A,79:C,80:w},{35:93,75:81,76:k,77:A,79:C,80:w},{35:94,75:81,76:k,77:A,79:C,80:w},{35:95,75:81,76:k,77:A,79:C,80:w},{35:96,75:81,76:k,77:A,79:C,80:w},{35:97,75:81,76:k,77:A,79:C,80:w},{35:98,75:81,76:k,77:A,79:C,80:w},{35:99,75:81,76:k,77:A,79:C,80:w},{35:100,75:81,76:k,77:A,79:C,80:w},{35:101,75:81,76:k,77:A,79:C,80:w},{35:102,75:81,76:k,77:A,79:C,80:w},{35:103,75:81,76:k,77:A,79:C,80:w},{35:104,75:81,76:k,77:A,79:C,80:w},e(T,[2,59]),{35:105,75:81,76:k,77:A,79:C,80:w},{35:106,75:81,76:k,77:A,79:C,80:w},{35:107,75:81,76:k,77:A,79:C,80:w},{35:108,75:81,76:k,77:A,79:C,80:w},{35:109,75:81,76:k,77:A,79:C,80:w},{35:110,75:81,76:k,77:A,79:C,80:w},{35:111,75:81,76:k,77:A,79:C,80:w},{35:112,75:81,76:k,77:A,79:C,80:w},{35:113,75:81,76:k,77:A,79:C,80:w},{35:114,75:81,76:k,77:A,79:C,80:w},{35:115,75:81,76:k,77:A,79:C,80:w},{20:116,29:49,30:61,32:62,34:r,36:n,37:i,38:u,39:d,40:p,41:y,43:23,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt},{12:[1,118],33:[1,117]},{35:119,75:81,76:k,77:A,79:C,80:w},{35:120,75:81,76:k,77:A,79:C,80:w},{35:121,75:81,76:k,77:A,79:C,80:w},{35:122,75:81,76:k,77:A,79:C,80:w},{35:123,75:81,76:k,77:A,79:C,80:w},{35:124,75:81,76:k,77:A,79:C,80:w},{35:125,75:81,76:k,77:A,79:C,80:w},{14:[1,126]},{14:[1,127]},{14:[1,128]},{14:[1,129]},{1:[2,8]},e(Ct,[2,15]),e(Qt,[2,17],{21:22,19:130,22:t,23:s,24:o,26:l,28:a}),e(Ct,[2,37],{19:20,20:21,21:22,43:23,29:49,30:61,32:62,13:131,22:t,23:s,24:o,26:l,28:a,34:r,36:n,37:i,38:u,39:d,40:p,41:y,44:E,45:O,46:S,47:P,48:M,49:U,50:H,51:q,52:G,53:K,54:J,55:Z,56:$,57:tt,58:et,59:at,60:it,61:nt,62:rt,63:st,64:lt,65:ot,66:ct,67:ht,68:ut,69:dt,70:pt,71:ft,72:yt,73:gt,74:bt}),e(St,[2,21]),e(St,[2,22]),e(T,[2,39]),e(le,[2,71],{75:81,35:132,76:k,77:A,79:C,80:w}),e(Mt,[2,73]),{78:[1,133]},e(Mt,[2,75]),e(Mt,[2,76]),e(T,[2,40]),e(T,[2,41]),e(T,[2,42]),e(T,[2,43]),e(T,[2,44]),e(T,[2,45]),e(T,[2,46]),e(T,[2,47]),e(T,[2,48]),e(T,[2,49]),e(T,[2,50]),e(T,[2,51]),e(T,[2,52]),e(T,[2,53]),e(T,[2,54]),e(T,[2,55]),e(T,[2,56]),e(T,[2,57]),e(T,[2,58]),e(T,[2,60]),e(T,[2,61]),e(T,[2,62]),e(T,[2,63]),e(T,[2,64]),e(T,[2,65]),e(T,[2,66]),e(T,[2,67]),e(T,[2,68]),e(T,[2,69]),e(T,[2,70]),{31:134,42:[1,135]},{12:[1,136]},{33:[1,137]},e(vt,[2,28]),e(vt,[2,29]),e(vt,[2,30]),e(vt,[2,31]),e(vt,[2,32]),e(vt,[2,33]),e(vt,[2,34]),{1:[2,9]},{1:[2,10]},{1:[2,11]},{1:[2,12]},e(Qt,[2,18]),e(Ct,[2,38]),e(le,[2,72]),e(Mt,[2,74]),e(T,[2,24]),e(T,[2,35]),e(Ht,[2,25]),e(Ht,[2,26],{12:[1,138]}),e(Ht,[2,27])],defaultActions:{2:[2,1],3:[2,2],4:[2,7],5:[2,3],6:[2,4],7:[2,5],8:[2,6],74:[2,8],126:[2,9],127:[2,10],128:[2,11],129:[2,12]},parseError:g(function(x,m){if(m.recoverable)this.trace(x);else{var v=new Error(x);throw v.hash=m,v}},"parseError"),parse:g(function(x){var m=this,v=[0],b=[],R=[null],h=[],Dt=this.table,f="",Et=0,oe=0,we=2,ce=1,Te=h.slice.call(arguments,1),D=Object.create(this.lexer),kt={yy:{}};for(var Gt in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Gt)&&(kt.yy[Gt]=this.yy[Gt]);D.setInput(x,kt.yy),kt.yy.lexer=D,kt.yy.parser=this,typeof D.yylloc>"u"&&(D.yylloc={});var Kt=D.yylloc;h.push(Kt);var Oe=D.options&&D.options.ranges;typeof kt.yy.parseError=="function"?this.parseError=kt.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function Re(L){v.length=v.length-2*L,R.length=R.length-L,h.length=h.length-L}g(Re,"popStack");function he(){var L;return L=b.pop()||D.lex()||ce,typeof L!="number"&&(L instanceof Array&&(b=L,L=b.pop()),L=m.symbols_[L]||L),L}g(he,"lex");for(var I,At,N,Jt,wt={},Nt,W,ue,Yt;;){if(At=v[v.length-1],this.defaultActions[At]?N=this.defaultActions[At]:((I===null||typeof I>"u")&&(I=he()),N=Dt[At]&&Dt[At][I]),typeof N>"u"||!N.length||!N[0]){var Zt="";Yt=[];for(Nt in Dt[At])this.terminals_[Nt]&&Nt>we&&Yt.push("'"+this.terminals_[Nt]+"'");D.showPosition?Zt="Parse error on line "+(Et+1)+`:
2
- `+D.showPosition()+`
3
- Expecting `+Yt.join(", ")+", got '"+(this.terminals_[I]||I)+"'":Zt="Parse error on line "+(Et+1)+": Unexpected "+(I==ce?"end of input":"'"+(this.terminals_[I]||I)+"'"),this.parseError(Zt,{text:D.match,token:this.terminals_[I]||I,line:D.yylineno,loc:Kt,expected:Yt})}if(N[0]instanceof Array&&N.length>1)throw new Error("Parse Error: multiple actions possible at state: "+At+", token: "+I);switch(N[0]){case 1:v.push(I),R.push(D.yytext),h.push(D.yylloc),v.push(N[1]),I=null,oe=D.yyleng,f=D.yytext,Et=D.yylineno,Kt=D.yylloc;break;case 2:if(W=this.productions_[N[1]][1],wt.$=R[R.length-W],wt._$={first_line:h[h.length-(W||1)].first_line,last_line:h[h.length-1].last_line,first_column:h[h.length-(W||1)].first_column,last_column:h[h.length-1].last_column},Oe&&(wt._$.range=[h[h.length-(W||1)].range[0],h[h.length-1].range[1]]),Jt=this.performAction.apply(wt,[f,oe,Et,kt.yy,N[1],R,h].concat(Te)),typeof Jt<"u")return Jt;W&&(v=v.slice(0,-1*W*2),R=R.slice(0,-1*W),h=h.slice(0,-1*W)),v.push(this.productions_[N[1]][0]),R.push(wt.$),h.push(wt._$),ue=Dt[v[v.length-2]][v[v.length-1]],v.push(ue);break;case 3:return!0}}return!0},"parse")},Ce=(function(){var _t={EOF:1,parseError:g(function(m,v){if(this.yy.parser)this.yy.parser.parseError(m,v);else throw new Error(m)},"parseError"),setInput:g(function(x,m){return this.yy=m||this.yy||{},this._input=x,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:g(function(){var x=this._input[0];this.yytext+=x,this.yyleng++,this.offset++,this.match+=x,this.matched+=x;var m=x.match(/(?:\r\n?|\n).*/g);return m?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),x},"input"),unput:g(function(x){var m=x.length,v=x.split(/(?:\r\n?|\n)/g);this._input=x+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-m),this.offset-=m;var b=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),v.length-1&&(this.yylineno-=v.length-1);var R=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:v?(v.length===b.length?this.yylloc.first_column:0)+b[b.length-v.length].length-v[0].length:this.yylloc.first_column-m},this.options.ranges&&(this.yylloc.range=[R[0],R[0]+this.yyleng-m]),this.yyleng=this.yytext.length,this},"unput"),more:g(function(){return this._more=!0,this},"more"),reject:g(function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
4
- `+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:g(function(x){this.unput(this.match.slice(x))},"less"),pastInput:g(function(){var x=this.matched.substr(0,this.matched.length-this.match.length);return(x.length>20?"...":"")+x.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:g(function(){var x=this.match;return x.length<20&&(x+=this._input.substr(0,20-x.length)),(x.substr(0,20)+(x.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:g(function(){var x=this.pastInput(),m=new Array(x.length+1).join("-");return x+this.upcomingInput()+`
5
- `+m+"^"},"showPosition"),test_match:g(function(x,m){var v,b,R;if(this.options.backtrack_lexer&&(R={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(R.yylloc.range=this.yylloc.range.slice(0))),b=x[0].match(/(?:\r\n?|\n).*/g),b&&(this.yylineno+=b.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:b?b[b.length-1].length-b[b.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+x[0].length},this.yytext+=x[0],this.match+=x[0],this.matches=x,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(x[0].length),this.matched+=x[0],v=this.performAction.call(this,this.yy,this,m,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),v)return v;if(this._backtrack){for(var h in R)this[h]=R[h];return!1}return!1},"test_match"),next:g(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var x,m,v,b;this._more||(this.yytext="",this.match="");for(var R=this._currentRules(),h=0;h<R.length;h++)if(v=this._input.match(this.rules[R[h]]),v&&(!m||v[0].length>m[0].length)){if(m=v,b=h,this.options.backtrack_lexer){if(x=this.test_match(v,R[h]),x!==!1)return x;if(this._backtrack){m=!1;continue}else return!1}else if(!this.options.flex)break}return m?(x=this.test_match(m,R[b]),x!==!1?x:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
6
- `+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:g(function(){var m=this.next();return m||this.lex()},"lex"),begin:g(function(m){this.conditionStack.push(m)},"begin"),popState:g(function(){var m=this.conditionStack.length-1;return m>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:g(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:g(function(m){return m=this.conditionStack.length-1-Math.abs(m||0),m>=0?this.conditionStack[m]:"INITIAL"},"topState"),pushState:g(function(m){this.begin(m)},"pushState"),stateStackSize:g(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:g(function(m,v,b,R){switch(b){case 0:return 6;case 1:return 7;case 2:return 8;case 3:return 9;case 4:return 22;case 5:return 23;case 6:return this.begin("acc_title"),24;case 7:return this.popState(),"acc_title_value";case 8:return this.begin("acc_descr"),26;case 9:return this.popState(),"acc_descr_value";case 10:this.begin("acc_descr_multiline");break;case 11:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:break;case 14:c;break;case 15:return 12;case 16:break;case 17:return 11;case 18:return 15;case 19:return 16;case 20:return 17;case 21:return 18;case 22:return this.begin("person_ext"),45;case 23:return this.begin("person"),44;case 24:return this.begin("system_ext_queue"),51;case 25:return this.begin("system_ext_db"),50;case 26:return this.begin("system_ext"),49;case 27:return this.begin("system_queue"),48;case 28:return this.begin("system_db"),47;case 29:return this.begin("system"),46;case 30:return this.begin("boundary"),37;case 31:return this.begin("enterprise_boundary"),34;case 32:return this.begin("system_boundary"),36;case 33:return this.begin("container_ext_queue"),57;case 34:return this.begin("container_ext_db"),56;case 35:return this.begin("container_ext"),55;case 36:return this.begin("container_queue"),54;case 37:return this.begin("container_db"),53;case 38:return this.begin("container"),52;case 39:return this.begin("container_boundary"),38;case 40:return this.begin("component_ext_queue"),63;case 41:return this.begin("component_ext_db"),62;case 42:return this.begin("component_ext"),61;case 43:return this.begin("component_queue"),60;case 44:return this.begin("component_db"),59;case 45:return this.begin("component"),58;case 46:return this.begin("node"),39;case 47:return this.begin("node"),39;case 48:return this.begin("node_l"),40;case 49:return this.begin("node_r"),41;case 50:return this.begin("rel"),64;case 51:return this.begin("birel"),65;case 52:return this.begin("rel_u"),66;case 53:return this.begin("rel_u"),66;case 54:return this.begin("rel_d"),67;case 55:return this.begin("rel_d"),67;case 56:return this.begin("rel_l"),68;case 57:return this.begin("rel_l"),68;case 58:return this.begin("rel_r"),69;case 59:return this.begin("rel_r"),69;case 60:return this.begin("rel_b"),70;case 61:return this.begin("rel_index"),71;case 62:return this.begin("update_el_style"),72;case 63:return this.begin("update_rel_style"),73;case 64:return this.begin("update_layout_config"),74;case 65:return"EOF_IN_STRUCT";case 66:return this.begin("attribute"),"ATTRIBUTE_EMPTY";case 67:this.begin("attribute");break;case 68:this.popState(),this.popState();break;case 69:return 80;case 70:break;case 71:return 80;case 72:this.begin("string");break;case 73:this.popState();break;case 74:return"STR";case 75:this.begin("string_kv");break;case 76:return this.begin("string_kv_key"),"STR_KEY";case 77:this.popState(),this.begin("string_kv_value");break;case 78:return"STR_VALUE";case 79:this.popState(),this.popState();break;case 80:return"STR";case 81:return"LBRACE";case 82:return"RBRACE";case 83:return"SPACE";case 84:return"EOL";case 85:return 14}},"anonymous"),rules:[/^(?:.*direction\s+TB[^\n]*)/,/^(?:.*direction\s+BT[^\n]*)/,/^(?:.*direction\s+RL[^\n]*)/,/^(?:.*direction\s+LR[^\n]*)/,/^(?:title\s[^#\n;]+)/,/^(?:accDescription\s[^#\n;]+)/,/^(?:accTitle\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*\{\s*)/,/^(?:[\}])/,/^(?:[^\}]*)/,/^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/,/^(?:%%[^\n]*(\r?\n)*)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:C4Context\b)/,/^(?:C4Container\b)/,/^(?:C4Component\b)/,/^(?:C4Dynamic\b)/,/^(?:C4Deployment\b)/,/^(?:Person_Ext\b)/,/^(?:Person\b)/,/^(?:SystemQueue_Ext\b)/,/^(?:SystemDb_Ext\b)/,/^(?:System_Ext\b)/,/^(?:SystemQueue\b)/,/^(?:SystemDb\b)/,/^(?:System\b)/,/^(?:Boundary\b)/,/^(?:Enterprise_Boundary\b)/,/^(?:System_Boundary\b)/,/^(?:ContainerQueue_Ext\b)/,/^(?:ContainerDb_Ext\b)/,/^(?:Container_Ext\b)/,/^(?:ContainerQueue\b)/,/^(?:ContainerDb\b)/,/^(?:Container\b)/,/^(?:Container_Boundary\b)/,/^(?:ComponentQueue_Ext\b)/,/^(?:ComponentDb_Ext\b)/,/^(?:Component_Ext\b)/,/^(?:ComponentQueue\b)/,/^(?:ComponentDb\b)/,/^(?:Component\b)/,/^(?:Deployment_Node\b)/,/^(?:Node\b)/,/^(?:Node_L\b)/,/^(?:Node_R\b)/,/^(?:Rel\b)/,/^(?:BiRel\b)/,/^(?:Rel_Up\b)/,/^(?:Rel_U\b)/,/^(?:Rel_Down\b)/,/^(?:Rel_D\b)/,/^(?:Rel_Left\b)/,/^(?:Rel_L\b)/,/^(?:Rel_Right\b)/,/^(?:Rel_R\b)/,/^(?:Rel_Back\b)/,/^(?:RelIndex\b)/,/^(?:UpdateElementStyle\b)/,/^(?:UpdateRelStyle\b)/,/^(?:UpdateLayoutConfig\b)/,/^(?:$)/,/^(?:[(][ ]*[,])/,/^(?:[(])/,/^(?:[)])/,/^(?:,,)/,/^(?:,)/,/^(?:[ ]*["]["])/,/^(?:[ ]*["])/,/^(?:["])/,/^(?:[^"]*)/,/^(?:[ ]*[\$])/,/^(?:[^=]*)/,/^(?:[=][ ]*["])/,/^(?:[^"]+)/,/^(?:["])/,/^(?:[^,]+)/,/^(?:\{)/,/^(?:\})/,/^(?:[\s]+)/,/^(?:[\n\r]+)/,/^(?:$)/],conditions:{acc_descr_multiline:{rules:[11,12],inclusive:!1},acc_descr:{rules:[9],inclusive:!1},acc_title:{rules:[7],inclusive:!1},string_kv_value:{rules:[78,79],inclusive:!1},string_kv_key:{rules:[77],inclusive:!1},string_kv:{rules:[76],inclusive:!1},string:{rules:[73,74],inclusive:!1},attribute:{rules:[68,69,70,71,72,75,80],inclusive:!1},update_layout_config:{rules:[65,66,67,68],inclusive:!1},update_rel_style:{rules:[65,66,67,68],inclusive:!1},update_el_style:{rules:[65,66,67,68],inclusive:!1},rel_b:{rules:[65,66,67,68],inclusive:!1},rel_r:{rules:[65,66,67,68],inclusive:!1},rel_l:{rules:[65,66,67,68],inclusive:!1},rel_d:{rules:[65,66,67,68],inclusive:!1},rel_u:{rules:[65,66,67,68],inclusive:!1},rel_bi:{rules:[],inclusive:!1},rel:{rules:[65,66,67,68],inclusive:!1},node_r:{rules:[65,66,67,68],inclusive:!1},node_l:{rules:[65,66,67,68],inclusive:!1},node:{rules:[65,66,67,68],inclusive:!1},index:{rules:[],inclusive:!1},rel_index:{rules:[65,66,67,68],inclusive:!1},component_ext_queue:{rules:[],inclusive:!1},component_ext_db:{rules:[65,66,67,68],inclusive:!1},component_ext:{rules:[65,66,67,68],inclusive:!1},component_queue:{rules:[65,66,67,68],inclusive:!1},component_db:{rules:[65,66,67,68],inclusive:!1},component:{rules:[65,66,67,68],inclusive:!1},container_boundary:{rules:[65,66,67,68],inclusive:!1},container_ext_queue:{rules:[65,66,67,68],inclusive:!1},container_ext_db:{rules:[65,66,67,68],inclusive:!1},container_ext:{rules:[65,66,67,68],inclusive:!1},container_queue:{rules:[65,66,67,68],inclusive:!1},container_db:{rules:[65,66,67,68],inclusive:!1},container:{rules:[65,66,67,68],inclusive:!1},birel:{rules:[65,66,67,68],inclusive:!1},system_boundary:{rules:[65,66,67,68],inclusive:!1},enterprise_boundary:{rules:[65,66,67,68],inclusive:!1},boundary:{rules:[65,66,67,68],inclusive:!1},system_ext_queue:{rules:[65,66,67,68],inclusive:!1},system_ext_db:{rules:[65,66,67,68],inclusive:!1},system_ext:{rules:[65,66,67,68],inclusive:!1},system_queue:{rules:[65,66,67,68],inclusive:!1},system_db:{rules:[65,66,67,68],inclusive:!1},system:{rules:[65,66,67,68],inclusive:!1},person_ext:{rules:[65,66,67,68],inclusive:!1},person:{rules:[65,66,67,68],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,8,10,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,81,82,83,84,85],inclusive:!0}}};return _t})();qt.lexer=Ce;function Lt(){this.yy={}}return g(Lt,"Parser"),Lt.prototype=qt,qt.Parser=Lt,new Lt})();Ft.parser=Ft;var Ue=Ft,V=[],xt=[""],B="global",F="",X=[{alias:"global",label:{text:"global"},type:{text:"global"},tags:null,link:null,parentBoundary:""}],It=[],ie="",ne=!1,Vt=4,zt=2,be,Fe=g(function(){return be},"getC4Type"),Ve=g(function(e){be=ge(e,Bt())},"setC4Type"),ze=g(function(e,t,s,o,l,a,r,n,i){if(e==null||t===void 0||t===null||s===void 0||s===null||o===void 0||o===null)return;let u={};const d=It.find(p=>p.from===t&&p.to===s);if(d?u=d:It.push(u),u.type=e,u.from=t,u.to=s,u.label={text:o},l==null)u.techn={text:""};else if(typeof l=="object"){let[p,y]=Object.entries(l)[0];u[p]={text:y}}else u.techn={text:l};if(a==null)u.descr={text:""};else if(typeof a=="object"){let[p,y]=Object.entries(a)[0];u[p]={text:y}}else u.descr={text:a};if(typeof r=="object"){let[p,y]=Object.entries(r)[0];u[p]=y}else u.sprite=r;if(typeof n=="object"){let[p,y]=Object.entries(n)[0];u[p]=y}else u.tags=n;if(typeof i=="object"){let[p,y]=Object.entries(i)[0];u[p]=y}else u.link=i;u.wrap=mt()},"addRel"),Xe=g(function(e,t,s,o,l,a,r){if(t===null||s===null)return;let n={};const i=V.find(u=>u.alias===t);if(i&&t===i.alias?n=i:(n.alias=t,V.push(n)),s==null?n.label={text:""}:n.label={text:s},o==null)n.descr={text:""};else if(typeof o=="object"){let[u,d]=Object.entries(o)[0];n[u]={text:d}}else n.descr={text:o};if(typeof l=="object"){let[u,d]=Object.entries(l)[0];n[u]=d}else n.sprite=l;if(typeof a=="object"){let[u,d]=Object.entries(a)[0];n[u]=d}else n.tags=a;if(typeof r=="object"){let[u,d]=Object.entries(r)[0];n[u]=d}else n.link=r;n.typeC4Shape={text:e},n.parentBoundary=B,n.wrap=mt()},"addPersonOrSystem"),We=g(function(e,t,s,o,l,a,r,n){if(t===null||s===null)return;let i={};const u=V.find(d=>d.alias===t);if(u&&t===u.alias?i=u:(i.alias=t,V.push(i)),s==null?i.label={text:""}:i.label={text:s},o==null)i.techn={text:""};else if(typeof o=="object"){let[d,p]=Object.entries(o)[0];i[d]={text:p}}else i.techn={text:o};if(l==null)i.descr={text:""};else if(typeof l=="object"){let[d,p]=Object.entries(l)[0];i[d]={text:p}}else i.descr={text:l};if(typeof a=="object"){let[d,p]=Object.entries(a)[0];i[d]=p}else i.sprite=a;if(typeof r=="object"){let[d,p]=Object.entries(r)[0];i[d]=p}else i.tags=r;if(typeof n=="object"){let[d,p]=Object.entries(n)[0];i[d]=p}else i.link=n;i.wrap=mt(),i.typeC4Shape={text:e},i.parentBoundary=B},"addContainer"),Qe=g(function(e,t,s,o,l,a,r,n){if(t===null||s===null)return;let i={};const u=V.find(d=>d.alias===t);if(u&&t===u.alias?i=u:(i.alias=t,V.push(i)),s==null?i.label={text:""}:i.label={text:s},o==null)i.techn={text:""};else if(typeof o=="object"){let[d,p]=Object.entries(o)[0];i[d]={text:p}}else i.techn={text:o};if(l==null)i.descr={text:""};else if(typeof l=="object"){let[d,p]=Object.entries(l)[0];i[d]={text:p}}else i.descr={text:l};if(typeof a=="object"){let[d,p]=Object.entries(a)[0];i[d]=p}else i.sprite=a;if(typeof r=="object"){let[d,p]=Object.entries(r)[0];i[d]=p}else i.tags=r;if(typeof n=="object"){let[d,p]=Object.entries(n)[0];i[d]=p}else i.link=n;i.wrap=mt(),i.typeC4Shape={text:e},i.parentBoundary=B},"addComponent"),He=g(function(e,t,s,o,l){if(e===null||t===null)return;let a={};const r=X.find(n=>n.alias===e);if(r&&e===r.alias?a=r:(a.alias=e,X.push(a)),t==null?a.label={text:""}:a.label={text:t},s==null)a.type={text:"system"};else if(typeof s=="object"){let[n,i]=Object.entries(s)[0];a[n]={text:i}}else a.type={text:s};if(typeof o=="object"){let[n,i]=Object.entries(o)[0];a[n]=i}else a.tags=o;if(typeof l=="object"){let[n,i]=Object.entries(l)[0];a[n]=i}else a.link=l;a.parentBoundary=B,a.wrap=mt(),F=B,B=e,xt.push(F)},"addPersonOrSystemBoundary"),qe=g(function(e,t,s,o,l){if(e===null||t===null)return;let a={};const r=X.find(n=>n.alias===e);if(r&&e===r.alias?a=r:(a.alias=e,X.push(a)),t==null?a.label={text:""}:a.label={text:t},s==null)a.type={text:"container"};else if(typeof s=="object"){let[n,i]=Object.entries(s)[0];a[n]={text:i}}else a.type={text:s};if(typeof o=="object"){let[n,i]=Object.entries(o)[0];a[n]=i}else a.tags=o;if(typeof l=="object"){let[n,i]=Object.entries(l)[0];a[n]=i}else a.link=l;a.parentBoundary=B,a.wrap=mt(),F=B,B=e,xt.push(F)},"addContainerBoundary"),Ge=g(function(e,t,s,o,l,a,r,n){if(t===null||s===null)return;let i={};const u=X.find(d=>d.alias===t);if(u&&t===u.alias?i=u:(i.alias=t,X.push(i)),s==null?i.label={text:""}:i.label={text:s},o==null)i.type={text:"node"};else if(typeof o=="object"){let[d,p]=Object.entries(o)[0];i[d]={text:p}}else i.type={text:o};if(l==null)i.descr={text:""};else if(typeof l=="object"){let[d,p]=Object.entries(l)[0];i[d]={text:p}}else i.descr={text:l};if(typeof r=="object"){let[d,p]=Object.entries(r)[0];i[d]=p}else i.tags=r;if(typeof n=="object"){let[d,p]=Object.entries(n)[0];i[d]=p}else i.link=n;i.nodeType=e,i.parentBoundary=B,i.wrap=mt(),F=B,B=t,xt.push(F)},"addDeploymentNode"),Ke=g(function(){B=F,xt.pop(),F=xt.pop(),xt.push(F)},"popBoundaryParseStack"),Je=g(function(e,t,s,o,l,a,r,n,i,u,d){let p=V.find(y=>y.alias===t);if(!(p===void 0&&(p=X.find(y=>y.alias===t),p===void 0))){if(s!=null)if(typeof s=="object"){let[y,E]=Object.entries(s)[0];p[y]=E}else p.bgColor=s;if(o!=null)if(typeof o=="object"){let[y,E]=Object.entries(o)[0];p[y]=E}else p.fontColor=o;if(l!=null)if(typeof l=="object"){let[y,E]=Object.entries(l)[0];p[y]=E}else p.borderColor=l;if(a!=null)if(typeof a=="object"){let[y,E]=Object.entries(a)[0];p[y]=E}else p.shadowing=a;if(r!=null)if(typeof r=="object"){let[y,E]=Object.entries(r)[0];p[y]=E}else p.shape=r;if(n!=null)if(typeof n=="object"){let[y,E]=Object.entries(n)[0];p[y]=E}else p.sprite=n;if(i!=null)if(typeof i=="object"){let[y,E]=Object.entries(i)[0];p[y]=E}else p.techn=i;if(u!=null)if(typeof u=="object"){let[y,E]=Object.entries(u)[0];p[y]=E}else p.legendText=u;if(d!=null)if(typeof d=="object"){let[y,E]=Object.entries(d)[0];p[y]=E}else p.legendSprite=d}},"updateElStyle"),Ze=g(function(e,t,s,o,l,a,r){const n=It.find(i=>i.from===t&&i.to===s);if(n!==void 0){if(o!=null)if(typeof o=="object"){let[i,u]=Object.entries(o)[0];n[i]=u}else n.textColor=o;if(l!=null)if(typeof l=="object"){let[i,u]=Object.entries(l)[0];n[i]=u}else n.lineColor=l;if(a!=null)if(typeof a=="object"){let[i,u]=Object.entries(a)[0];n[i]=parseInt(u)}else n.offsetX=parseInt(a);if(r!=null)if(typeof r=="object"){let[i,u]=Object.entries(r)[0];n[i]=parseInt(u)}else n.offsetY=parseInt(r)}},"updateRelStyle"),$e=g(function(e,t,s){let o=Vt,l=zt;if(typeof t=="object"){const a=Object.values(t)[0];o=parseInt(a)}else o=parseInt(t);if(typeof s=="object"){const a=Object.values(s)[0];l=parseInt(a)}else l=parseInt(s);o>=1&&(Vt=o),l>=1&&(zt=l)},"updateLayoutConfig"),t0=g(function(){return Vt},"getC4ShapeInRow"),e0=g(function(){return zt},"getC4BoundaryInRow"),a0=g(function(){return B},"getCurrentBoundaryParse"),i0=g(function(){return F},"getParentBoundaryParse"),_e=g(function(e){return e==null?V:V.filter(t=>t.parentBoundary===e)},"getC4ShapeArray"),n0=g(function(e){return V.find(t=>t.alias===e)},"getC4Shape"),r0=g(function(e){return Object.keys(_e(e))},"getC4ShapeKeys"),xe=g(function(e){return e==null?X:X.filter(t=>t.parentBoundary===e)},"getBoundaries"),s0=xe,l0=g(function(){return It},"getRels"),o0=g(function(){return ie},"getTitle"),c0=g(function(e){ne=e},"setWrap"),mt=g(function(){return ne},"autoWrap"),h0=g(function(){V=[],X=[{alias:"global",label:{text:"global"},type:{text:"global"},tags:null,link:null,parentBoundary:""}],F="",B="global",xt=[""],It=[],xt=[""],ie="",ne=!1,Vt=4,zt=2},"clear"),u0={SOLID:0,DOTTED:1,NOTE:2,SOLID_CROSS:3,DOTTED_CROSS:4,SOLID_OPEN:5,DOTTED_OPEN:6,LOOP_START:10,LOOP_END:11,ALT_START:12,ALT_ELSE:13,ALT_END:14,OPT_START:15,OPT_END:16,ACTIVE_START:17,ACTIVE_END:18,PAR_START:19,PAR_AND:20,PAR_END:21,RECT_START:22,RECT_END:23,SOLID_POINT:24,DOTTED_POINT:25},d0={FILLED:0,OPEN:1},p0={LEFTOF:0,RIGHTOF:1,OVER:2},f0=g(function(e){ie=ge(e,Bt())},"setTitle"),te={addPersonOrSystem:Xe,addPersonOrSystemBoundary:He,addContainer:We,addContainerBoundary:qe,addComponent:Qe,addDeploymentNode:Ge,popBoundaryParseStack:Ke,addRel:ze,updateElStyle:Je,updateRelStyle:Ze,updateLayoutConfig:$e,autoWrap:mt,setWrap:c0,getC4ShapeArray:_e,getC4Shape:n0,getC4ShapeKeys:r0,getBoundaries:xe,getBoundarys:s0,getCurrentBoundaryParse:a0,getParentBoundaryParse:i0,getRels:l0,getTitle:o0,getC4Type:Fe,getC4ShapeInRow:t0,getC4BoundaryInRow:e0,setAccTitle:Me,getAccTitle:Ie,getAccDescription:Be,setAccDescription:Pe,getConfig:g(()=>Bt().c4,"getConfig"),clear:h0,LINETYPE:u0,ARROWTYPE:d0,PLACEMENT:p0,setTitle:f0,setC4Type:Ve},re=g(function(e,t){return De(e,t)},"drawRect"),me=g(function(e,t,s,o,l,a){const r=e.append("image");r.attr("width",t),r.attr("height",s),r.attr("x",o),r.attr("y",l);let n=a.startsWith("data:image/png;base64")?a:Ye.sanitizeUrl(a);r.attr("xlink:href",n)},"drawImage"),y0=g((e,t,s)=>{const o=e.append("g");let l=0;for(let a of t){let r=a.textColor?a.textColor:"#444444",n=a.lineColor?a.lineColor:"#444444",i=a.offsetX?parseInt(a.offsetX):0,u=a.offsetY?parseInt(a.offsetY):0,d="";if(l===0){let y=o.append("line");y.attr("x1",a.startPoint.x),y.attr("y1",a.startPoint.y),y.attr("x2",a.endPoint.x),y.attr("y2",a.endPoint.y),y.attr("stroke-width","1"),y.attr("stroke",n),y.style("fill","none"),a.type!=="rel_b"&&y.attr("marker-end","url("+d+"#arrowhead)"),(a.type==="birel"||a.type==="rel_b")&&y.attr("marker-start","url("+d+"#arrowend)"),l=-1}else{let y=o.append("path");y.attr("fill","none").attr("stroke-width","1").attr("stroke",n).attr("d","Mstartx,starty Qcontrolx,controly stopx,stopy ".replaceAll("startx",a.startPoint.x).replaceAll("starty",a.startPoint.y).replaceAll("controlx",a.startPoint.x+(a.endPoint.x-a.startPoint.x)/2-(a.endPoint.x-a.startPoint.x)/4).replaceAll("controly",a.startPoint.y+(a.endPoint.y-a.startPoint.y)/2).replaceAll("stopx",a.endPoint.x).replaceAll("stopy",a.endPoint.y)),a.type!=="rel_b"&&y.attr("marker-end","url("+d+"#arrowhead)"),(a.type==="birel"||a.type==="rel_b")&&y.attr("marker-start","url("+d+"#arrowend)")}let p=s.messageFont();Q(s)(a.label.text,o,Math.min(a.startPoint.x,a.endPoint.x)+Math.abs(a.endPoint.x-a.startPoint.x)/2+i,Math.min(a.startPoint.y,a.endPoint.y)+Math.abs(a.endPoint.y-a.startPoint.y)/2+u,a.label.width,a.label.height,{fill:r},p),a.techn&&a.techn.text!==""&&(p=s.messageFont(),Q(s)("["+a.techn.text+"]",o,Math.min(a.startPoint.x,a.endPoint.x)+Math.abs(a.endPoint.x-a.startPoint.x)/2+i,Math.min(a.startPoint.y,a.endPoint.y)+Math.abs(a.endPoint.y-a.startPoint.y)/2+s.messageFontSize+5+u,Math.max(a.label.width,a.techn.width),a.techn.height,{fill:r,"font-style":"italic"},p))}},"drawRels"),g0=g(function(e,t,s){const o=e.append("g");let l=t.bgColor?t.bgColor:"none",a=t.borderColor?t.borderColor:"#444444",r=t.fontColor?t.fontColor:"black",n={"stroke-width":1,"stroke-dasharray":"7.0,7.0"};t.nodeType&&(n={"stroke-width":1});let i={x:t.x,y:t.y,fill:l,stroke:a,width:t.width,height:t.height,rx:2.5,ry:2.5,attrs:n};re(o,i);let u=s.boundaryFont();u.fontWeight="bold",u.fontSize=u.fontSize+2,u.fontColor=r,Q(s)(t.label.text,o,t.x,t.y+t.label.Y,t.width,t.height,{fill:"#444444"},u),t.type&&t.type.text!==""&&(u=s.boundaryFont(),u.fontColor=r,Q(s)(t.type.text,o,t.x,t.y+t.type.Y,t.width,t.height,{fill:"#444444"},u)),t.descr&&t.descr.text!==""&&(u=s.boundaryFont(),u.fontSize=u.fontSize-2,u.fontColor=r,Q(s)(t.descr.text,o,t.x,t.y+t.descr.Y,t.width,t.height,{fill:"#444444"},u))},"drawBoundary"),b0=g(function(e,t,s){var p;let o=t.bgColor?t.bgColor:s[t.typeC4Shape.text+"_bg_color"],l=t.borderColor?t.borderColor:s[t.typeC4Shape.text+"_border_color"],a=t.fontColor?t.fontColor:"#FFFFFF",r="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";switch(t.typeC4Shape.text){case"person":r="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAACD0lEQVR4Xu2YoU4EMRCGT+4j8Ai8AhaH4QHgAUjQuFMECUgMIUgwJAgMhgQsAYUiJCiQIBBY+EITsjfTdme6V24v4c8vyGbb+ZjOtN0bNcvjQXmkH83WvYBWto6PLm6v7p7uH1/w2fXD+PBycX1Pv2l3IdDm/vn7x+dXQiAubRzoURa7gRZWd0iGRIiJbOnhnfYBQZNJjNbuyY2eJG8fkDE3bbG4ep6MHUAsgYxmE3nVs6VsBWJSGccsOlFPmLIViMzLOB7pCVO2AtHJMohH7Fh6zqitQK7m0rJvAVYgGcEpe//PLdDz65sM4pF9N7ICcXDKIB5Nv6j7tD0NoSdM2QrU9Gg0ewE1LqBhHR3BBdvj2vapnidjHxD/q6vd7Pvhr31AwcY8eXMTXAKECZZJFXuEq27aLgQK5uLMohCenGGuGewOxSjBvYBqeG6B+Nqiblggdjnc+ZXDy+FNFpFzw76O3UBAROuXh6FoiAcf5g9eTvUgzy0nWg6I8cXHRUpg5bOVBCo+KDpFajOf23GgPme7RSQ+lacIENUgJ6gg1k6HjgOlqnLqip4tEuhv0hNEMXUD0clyXE3p6pZA0S2nnvTlXwLJEZWlb7cTQH1+USgTN4VhAenm/wea1OCAOmqo6fE1WCb9WSKBah+rbUWPWAmE2Rvk0ApiB45eOyNAzU8xcTvj8KvkKEoOaIYeHNA3ZuygAvFMUO0AAAAASUVORK5CYII=";break;case"external_person":r="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAB6ElEQVR4Xu2YLY+EMBCG9+dWr0aj0Wg0Go1Go0+j8Xdv2uTCvv1gpt0ebHKPuhDaeW4605Z9mJvx4AdXUyTUdd08z+u6flmWZRnHsWkafk9DptAwDPu+f0eAYtu2PEaGWuj5fCIZrBAC2eLBAnRCsEkkxmeaJp7iDJ2QMDdHsLg8SxKFEJaAo8lAXnmuOFIhTMpxxKATebo4UiFknuNo4OniSIXQyRxEA3YsnjGCVEjVXD7yLUAqxBGUyPv/Y4W2beMgGuS7kVQIBycH0fD+oi5pezQETxdHKmQKGk1eQEYldK+jw5GxPfZ9z7Mk0Qnhf1W1m3w//EUn5BDmSZsbR44QQLBEqrBHqOrmSKaQAxdnLArCrxZcM7A7ZKs4ioRq8LFC+NpC3WCBJsvpVw5edm9iEXFuyNfxXAgSwfrFQ1c0iNda8AdejvUgnktOtJQQxmcfFzGglc5WVCj7oDgFqU18boeFSs52CUh8LE8BIVQDT1ABrB0HtgSEYlX5doJnCwv9TXocKCaKbnwhdDKPq4lf3SwU3HLq4V/+WYhHVMa/3b4IlfyikAduCkcBc7mQ3/z/Qq/cTuikhkzB12Ae/mcJC9U+Vo8Ej1gWAtgbeGgFsAMHr50BIWOLCbezvhpBFUdY6EJuJ/QDW0XoMX60zZ0AAAAASUVORK5CYII=";break}const n=e.append("g");n.attr("class","person-man");const i=Se();switch(t.typeC4Shape.text){case"person":case"external_person":case"system":case"external_system":case"container":case"external_container":case"component":case"external_component":i.x=t.x,i.y=t.y,i.fill=o,i.width=t.width,i.height=t.height,i.stroke=l,i.rx=2.5,i.ry=2.5,i.attrs={"stroke-width":.5},re(n,i);break;case"system_db":case"external_system_db":case"container_db":case"external_container_db":case"component_db":case"external_component_db":n.append("path").attr("fill",o).attr("stroke-width","0.5").attr("stroke",l).attr("d","Mstartx,startyc0,-10 half,-10 half,-10c0,0 half,0 half,10l0,heightc0,10 -half,10 -half,10c0,0 -half,0 -half,-10l0,-height".replaceAll("startx",t.x).replaceAll("starty",t.y).replaceAll("half",t.width/2).replaceAll("height",t.height)),n.append("path").attr("fill","none").attr("stroke-width","0.5").attr("stroke",l).attr("d","Mstartx,startyc0,10 half,10 half,10c0,0 half,0 half,-10".replaceAll("startx",t.x).replaceAll("starty",t.y).replaceAll("half",t.width/2));break;case"system_queue":case"external_system_queue":case"container_queue":case"external_container_queue":case"component_queue":case"external_component_queue":n.append("path").attr("fill",o).attr("stroke-width","0.5").attr("stroke",l).attr("d","Mstartx,startylwidth,0c5,0 5,half 5,halfc0,0 0,half -5,halfl-width,0c-5,0 -5,-half -5,-halfc0,0 0,-half 5,-half".replaceAll("startx",t.x).replaceAll("starty",t.y).replaceAll("width",t.width).replaceAll("half",t.height/2)),n.append("path").attr("fill","none").attr("stroke-width","0.5").attr("stroke",l).attr("d","Mstartx,startyc-5,0 -5,half -5,halfc0,half 5,half 5,half".replaceAll("startx",t.x+t.width).replaceAll("starty",t.y).replaceAll("half",t.height/2));break}let u=w0(s,t.typeC4Shape.text);switch(n.append("text").attr("fill",a).attr("font-family",u.fontFamily).attr("font-size",u.fontSize-2).attr("font-style","italic").attr("lengthAdjust","spacing").attr("textLength",t.typeC4Shape.width).attr("x",t.x+t.width/2-t.typeC4Shape.width/2).attr("y",t.y+t.typeC4Shape.Y).text("<<"+t.typeC4Shape.text+">>"),t.typeC4Shape.text){case"person":case"external_person":me(n,48,48,t.x+t.width/2-24,t.y+t.image.Y,r);break}let d=s[t.typeC4Shape.text+"Font"]();return d.fontWeight="bold",d.fontSize=d.fontSize+2,d.fontColor=a,Q(s)(t.label.text,n,t.x,t.y+t.label.Y,t.width,t.height,{fill:a},d),d=s[t.typeC4Shape.text+"Font"](),d.fontColor=a,t.techn&&((p=t.techn)==null?void 0:p.text)!==""?Q(s)(t.techn.text,n,t.x,t.y+t.techn.Y,t.width,t.height,{fill:a,"font-style":"italic"},d):t.type&&t.type.text!==""&&Q(s)(t.type.text,n,t.x,t.y+t.type.Y,t.width,t.height,{fill:a,"font-style":"italic"},d),t.descr&&t.descr.text!==""&&(d=s.personFont(),d.fontColor=a,Q(s)(t.descr.text,n,t.x,t.y+t.descr.Y,t.width,t.height,{fill:a},d)),t.height},"drawC4Shape"),_0=g(function(e){e.append("defs").append("symbol").attr("id","database").attr("fill-rule","evenodd").attr("clip-rule","evenodd").append("path").attr("transform","scale(.5)").attr("d","M12.258.001l.256.004.255.005.253.008.251.01.249.012.247.015.246.016.242.019.241.02.239.023.236.024.233.027.231.028.229.031.225.032.223.034.22.036.217.038.214.04.211.041.208.043.205.045.201.046.198.048.194.05.191.051.187.053.183.054.18.056.175.057.172.059.168.06.163.061.16.063.155.064.15.066.074.033.073.033.071.034.07.034.069.035.068.035.067.035.066.035.064.036.064.036.062.036.06.036.06.037.058.037.058.037.055.038.055.038.053.038.052.038.051.039.05.039.048.039.047.039.045.04.044.04.043.04.041.04.04.041.039.041.037.041.036.041.034.041.033.042.032.042.03.042.029.042.027.042.026.043.024.043.023.043.021.043.02.043.018.044.017.043.015.044.013.044.012.044.011.045.009.044.007.045.006.045.004.045.002.045.001.045v17l-.001.045-.002.045-.004.045-.006.045-.007.045-.009.044-.011.045-.012.044-.013.044-.015.044-.017.043-.018.044-.02.043-.021.043-.023.043-.024.043-.026.043-.027.042-.029.042-.03.042-.032.042-.033.042-.034.041-.036.041-.037.041-.039.041-.04.041-.041.04-.043.04-.044.04-.045.04-.047.039-.048.039-.05.039-.051.039-.052.038-.053.038-.055.038-.055.038-.058.037-.058.037-.06.037-.06.036-.062.036-.064.036-.064.036-.066.035-.067.035-.068.035-.069.035-.07.034-.071.034-.073.033-.074.033-.15.066-.155.064-.16.063-.163.061-.168.06-.172.059-.175.057-.18.056-.183.054-.187.053-.191.051-.194.05-.198.048-.201.046-.205.045-.208.043-.211.041-.214.04-.217.038-.22.036-.223.034-.225.032-.229.031-.231.028-.233.027-.236.024-.239.023-.241.02-.242.019-.246.016-.247.015-.249.012-.251.01-.253.008-.255.005-.256.004-.258.001-.258-.001-.256-.004-.255-.005-.253-.008-.251-.01-.249-.012-.247-.015-.245-.016-.243-.019-.241-.02-.238-.023-.236-.024-.234-.027-.231-.028-.228-.031-.226-.032-.223-.034-.22-.036-.217-.038-.214-.04-.211-.041-.208-.043-.204-.045-.201-.046-.198-.048-.195-.05-.19-.051-.187-.053-.184-.054-.179-.056-.176-.057-.172-.059-.167-.06-.164-.061-.159-.063-.155-.064-.151-.066-.074-.033-.072-.033-.072-.034-.07-.034-.069-.035-.068-.035-.067-.035-.066-.035-.064-.036-.063-.036-.062-.036-.061-.036-.06-.037-.058-.037-.057-.037-.056-.038-.055-.038-.053-.038-.052-.038-.051-.039-.049-.039-.049-.039-.046-.039-.046-.04-.044-.04-.043-.04-.041-.04-.04-.041-.039-.041-.037-.041-.036-.041-.034-.041-.033-.042-.032-.042-.03-.042-.029-.042-.027-.042-.026-.043-.024-.043-.023-.043-.021-.043-.02-.043-.018-.044-.017-.043-.015-.044-.013-.044-.012-.044-.011-.045-.009-.044-.007-.045-.006-.045-.004-.045-.002-.045-.001-.045v-17l.001-.045.002-.045.004-.045.006-.045.007-.045.009-.044.011-.045.012-.044.013-.044.015-.044.017-.043.018-.044.02-.043.021-.043.023-.043.024-.043.026-.043.027-.042.029-.042.03-.042.032-.042.033-.042.034-.041.036-.041.037-.041.039-.041.04-.041.041-.04.043-.04.044-.04.046-.04.046-.039.049-.039.049-.039.051-.039.052-.038.053-.038.055-.038.056-.038.057-.037.058-.037.06-.037.061-.036.062-.036.063-.036.064-.036.066-.035.067-.035.068-.035.069-.035.07-.034.072-.034.072-.033.074-.033.151-.066.155-.064.159-.063.164-.061.167-.06.172-.059.176-.057.179-.056.184-.054.187-.053.19-.051.195-.05.198-.048.201-.046.204-.045.208-.043.211-.041.214-.04.217-.038.22-.036.223-.034.226-.032.228-.031.231-.028.234-.027.236-.024.238-.023.241-.02.243-.019.245-.016.247-.015.249-.012.251-.01.253-.008.255-.005.256-.004.258-.001.258.001zm-9.258 20.499v.01l.001.021.003.021.004.022.005.021.006.022.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.023.018.024.019.024.021.024.022.025.023.024.024.025.052.049.056.05.061.051.066.051.07.051.075.051.079.052.084.052.088.052.092.052.097.052.102.051.105.052.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.048.144.049.147.047.152.047.155.047.16.045.163.045.167.043.171.043.176.041.178.041.183.039.187.039.19.037.194.035.197.035.202.033.204.031.209.03.212.029.216.027.219.025.222.024.226.021.23.02.233.018.236.016.24.015.243.012.246.01.249.008.253.005.256.004.259.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.021.224-.024.22-.026.216-.027.212-.028.21-.031.205-.031.202-.034.198-.034.194-.036.191-.037.187-.039.183-.04.179-.04.175-.042.172-.043.168-.044.163-.045.16-.046.155-.046.152-.047.148-.048.143-.049.139-.049.136-.05.131-.05.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.053.083-.051.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.05.023-.024.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.023.01-.022.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.127l-.077.055-.08.053-.083.054-.085.053-.087.052-.09.052-.093.051-.095.05-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.045-.118.044-.12.043-.122.042-.124.042-.126.041-.128.04-.13.04-.132.038-.134.038-.135.037-.138.037-.139.035-.142.035-.143.034-.144.033-.147.032-.148.031-.15.03-.151.03-.153.029-.154.027-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.01-.179.008-.179.008-.181.006-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.006-.179-.008-.179-.008-.178-.01-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.027-.153-.029-.151-.03-.15-.03-.148-.031-.146-.032-.145-.033-.143-.034-.141-.035-.14-.035-.137-.037-.136-.037-.134-.038-.132-.038-.13-.04-.128-.04-.126-.041-.124-.042-.122-.042-.12-.044-.117-.043-.116-.045-.113-.045-.112-.046-.109-.047-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.05-.093-.052-.09-.051-.087-.052-.085-.053-.083-.054-.08-.054-.077-.054v4.127zm0-5.654v.011l.001.021.003.021.004.021.005.022.006.022.007.022.009.022.01.022.011.023.012.023.013.023.015.024.016.023.017.024.018.024.019.024.021.024.022.024.023.025.024.024.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.052.11.051.114.051.119.052.123.05.127.051.131.05.135.049.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.044.171.042.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.022.23.02.233.018.236.016.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.012.241-.015.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.048.139-.05.136-.049.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.051.051-.049.023-.025.023-.024.021-.025.02-.024.019-.024.018-.024.017-.024.015-.023.014-.023.013-.024.012-.022.01-.023.01-.023.008-.022.006-.022.006-.022.004-.021.004-.022.001-.021.001-.021v-4.139l-.077.054-.08.054-.083.054-.085.052-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.049-.105.048-.106.047-.109.047-.111.046-.114.045-.115.044-.118.044-.12.044-.122.042-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.035-.143.033-.144.033-.147.033-.148.031-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.025-.161.024-.162.023-.163.022-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.011-.178.009-.179.009-.179.007-.181.007-.182.005-.182.004-.184.003-.184.002h-.37l-.184-.002-.184-.003-.182-.004-.182-.005-.181-.007-.179-.007-.179-.009-.178-.009-.176-.011-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.022-.162-.023-.161-.024-.159-.025-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.031-.146-.033-.145-.033-.143-.033-.141-.035-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.04-.126-.041-.124-.042-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.047-.105-.048-.102-.049-.1-.049-.097-.05-.095-.051-.093-.051-.09-.051-.087-.053-.085-.052-.083-.054-.08-.054-.077-.054v4.139zm0-5.666v.011l.001.02.003.022.004.021.005.022.006.021.007.022.009.023.01.022.011.023.012.023.013.023.015.023.016.024.017.024.018.023.019.024.021.025.022.024.023.024.024.025.052.05.056.05.061.05.066.051.07.051.075.052.079.051.084.052.088.052.092.052.097.052.102.052.105.051.11.052.114.051.119.051.123.051.127.05.131.05.135.05.139.049.144.048.147.048.152.047.155.046.16.045.163.045.167.043.171.043.176.042.178.04.183.04.187.038.19.037.194.036.197.034.202.033.204.032.209.03.212.028.216.027.219.025.222.024.226.021.23.02.233.018.236.017.24.014.243.012.246.01.249.008.253.006.256.003.259.001.26-.001.257-.003.254-.006.25-.008.247-.01.244-.013.241-.014.237-.016.233-.018.231-.02.226-.022.224-.024.22-.025.216-.027.212-.029.21-.03.205-.032.202-.033.198-.035.194-.036.191-.037.187-.039.183-.039.179-.041.175-.042.172-.043.168-.044.163-.045.16-.045.155-.047.152-.047.148-.048.143-.049.139-.049.136-.049.131-.051.126-.05.123-.051.118-.052.114-.051.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.052.07-.051.065-.051.06-.051.056-.05.051-.049.023-.025.023-.025.021-.024.02-.024.019-.024.018-.024.017-.024.015-.023.014-.024.013-.023.012-.023.01-.022.01-.023.008-.022.006-.022.006-.022.004-.022.004-.021.001-.021.001-.021v-4.153l-.077.054-.08.054-.083.053-.085.053-.087.053-.09.051-.093.051-.095.051-.097.05-.1.049-.102.048-.105.048-.106.048-.109.046-.111.046-.114.046-.115.044-.118.044-.12.043-.122.043-.124.042-.126.041-.128.04-.13.039-.132.039-.134.038-.135.037-.138.036-.139.036-.142.034-.143.034-.144.033-.147.032-.148.032-.15.03-.151.03-.153.028-.154.028-.156.027-.158.026-.159.024-.161.024-.162.023-.163.023-.165.021-.166.02-.167.019-.169.018-.169.017-.171.016-.173.015-.173.014-.175.013-.175.012-.177.01-.178.01-.179.009-.179.007-.181.006-.182.006-.182.004-.184.003-.184.001-.185.001-.185-.001-.184-.001-.184-.003-.182-.004-.182-.006-.181-.006-.179-.007-.179-.009-.178-.01-.176-.01-.176-.012-.175-.013-.173-.014-.172-.015-.171-.016-.17-.017-.169-.018-.167-.019-.166-.02-.165-.021-.163-.023-.162-.023-.161-.024-.159-.024-.157-.026-.156-.027-.155-.028-.153-.028-.151-.03-.15-.03-.148-.032-.146-.032-.145-.033-.143-.034-.141-.034-.14-.036-.137-.036-.136-.037-.134-.038-.132-.039-.13-.039-.128-.041-.126-.041-.124-.041-.122-.043-.12-.043-.117-.044-.116-.044-.113-.046-.112-.046-.109-.046-.106-.048-.105-.048-.102-.048-.1-.05-.097-.049-.095-.051-.093-.051-.09-.052-.087-.052-.085-.053-.083-.053-.08-.054-.077-.054v4.153zm8.74-8.179l-.257.004-.254.005-.25.008-.247.011-.244.012-.241.014-.237.016-.233.018-.231.021-.226.022-.224.023-.22.026-.216.027-.212.028-.21.031-.205.032-.202.033-.198.034-.194.036-.191.038-.187.038-.183.04-.179.041-.175.042-.172.043-.168.043-.163.045-.16.046-.155.046-.152.048-.148.048-.143.048-.139.049-.136.05-.131.05-.126.051-.123.051-.118.051-.114.052-.11.052-.106.052-.101.052-.096.052-.092.052-.088.052-.083.052-.079.052-.074.051-.07.052-.065.051-.06.05-.056.05-.051.05-.023.025-.023.024-.021.024-.02.025-.019.024-.018.024-.017.023-.015.024-.014.023-.013.023-.012.023-.01.023-.01.022-.008.022-.006.023-.006.021-.004.022-.004.021-.001.021-.001.021.001.021.001.021.004.021.004.022.006.021.006.023.008.022.01.022.01.023.012.023.013.023.014.023.015.024.017.023.018.024.019.024.02.025.021.024.023.024.023.025.051.05.056.05.06.05.065.051.07.052.074.051.079.052.083.052.088.052.092.052.096.052.101.052.106.052.11.052.114.052.118.051.123.051.126.051.131.05.136.05.139.049.143.048.148.048.152.048.155.046.16.046.163.045.168.043.172.043.175.042.179.041.183.04.187.038.191.038.194.036.198.034.202.033.205.032.21.031.212.028.216.027.22.026.224.023.226.022.231.021.233.018.237.016.241.014.244.012.247.011.25.008.254.005.257.004.26.001.26-.001.257-.004.254-.005.25-.008.247-.011.244-.012.241-.014.237-.016.233-.018.231-.021.226-.022.224-.023.22-.026.216-.027.212-.028.21-.031.205-.032.202-.033.198-.034.194-.036.191-.038.187-.038.183-.04.179-.041.175-.042.172-.043.168-.043.163-.045.16-.046.155-.046.152-.048.148-.048.143-.048.139-.049.136-.05.131-.05.126-.051.123-.051.118-.051.114-.052.11-.052.106-.052.101-.052.096-.052.092-.052.088-.052.083-.052.079-.052.074-.051.07-.052.065-.051.06-.05.056-.05.051-.05.023-.025.023-.024.021-.024.02-.025.019-.024.018-.024.017-.023.015-.024.014-.023.013-.023.012-.023.01-.023.01-.022.008-.022.006-.023.006-.021.004-.022.004-.021.001-.021.001-.021-.001-.021-.001-.021-.004-.021-.004-.022-.006-.021-.006-.023-.008-.022-.01-.022-.01-.023-.012-.023-.013-.023-.014-.023-.015-.024-.017-.023-.018-.024-.019-.024-.02-.025-.021-.024-.023-.024-.023-.025-.051-.05-.056-.05-.06-.05-.065-.051-.07-.052-.074-.051-.079-.052-.083-.052-.088-.052-.092-.052-.096-.052-.101-.052-.106-.052-.11-.052-.114-.052-.118-.051-.123-.051-.126-.051-.131-.05-.136-.05-.139-.049-.143-.048-.148-.048-.152-.048-.155-.046-.16-.046-.163-.045-.168-.043-.172-.043-.175-.042-.179-.041-.183-.04-.187-.038-.191-.038-.194-.036-.198-.034-.202-.033-.205-.032-.21-.031-.212-.028-.216-.027-.22-.026-.224-.023-.226-.022-.231-.021-.233-.018-.237-.016-.241-.014-.244-.012-.247-.011-.25-.008-.254-.005-.257-.004-.26-.001-.26.001z")},"insertDatabaseIcon"),x0=g(function(e){e.append("defs").append("symbol").attr("id","computer").attr("width","24").attr("height","24").append("path").attr("transform","scale(.5)").attr("d","M2 2v13h20v-13h-20zm18 11h-16v-9h16v9zm-10.228 6l.466-1h3.524l.467 1h-4.457zm14.228 3h-24l2-6h2.104l-1.33 4h18.45l-1.297-4h2.073l2 6zm-5-10h-14v-7h14v7z")},"insertComputerIcon"),m0=g(function(e){e.append("defs").append("symbol").attr("id","clock").attr("width","24").attr("height","24").append("path").attr("transform","scale(.5)").attr("d","M12 2c5.514 0 10 4.486 10 10s-4.486 10-10 10-10-4.486-10-10 4.486-10 10-10zm0-2c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm5.848 12.459c.202.038.202.333.001.372-1.907.361-6.045 1.111-6.547 1.111-.719 0-1.301-.582-1.301-1.301 0-.512.77-5.447 1.125-7.445.034-.192.312-.181.343.014l.985 6.238 5.394 1.011z")},"insertClockIcon"),v0=g(function(e){e.append("defs").append("marker").attr("id","arrowhead").attr("refX",9).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",12).attr("markerHeight",12).attr("orient","auto").append("path").attr("d","M 0 0 L 10 5 L 0 10 z")},"insertArrowHead"),E0=g(function(e){e.append("defs").append("marker").attr("id","arrowend").attr("refX",1).attr("refY",5).attr("markerUnits","userSpaceOnUse").attr("markerWidth",12).attr("markerHeight",12).attr("orient","auto").append("path").attr("d","M 10 0 L 0 5 L 10 10 z")},"insertArrowEnd"),k0=g(function(e){e.append("defs").append("marker").attr("id","filled-head").attr("refX",18).attr("refY",7).attr("markerWidth",20).attr("markerHeight",28).attr("orient","auto").append("path").attr("d","M 18,7 L9,13 L14,7 L9,1 Z")},"insertArrowFilledHead"),A0=g(function(e){e.append("defs").append("marker").attr("id","sequencenumber").attr("refX",15).attr("refY",15).attr("markerWidth",60).attr("markerHeight",40).attr("orient","auto").append("circle").attr("cx",15).attr("cy",15).attr("r",6)},"insertDynamicNumber"),C0=g(function(e){const s=e.append("defs").append("marker").attr("id","crosshead").attr("markerWidth",15).attr("markerHeight",8).attr("orient","auto").attr("refX",16).attr("refY",4);s.append("path").attr("fill","black").attr("stroke","#000000").style("stroke-dasharray","0, 0").attr("stroke-width","1px").attr("d","M 9,2 V 6 L16,4 Z"),s.append("path").attr("fill","none").attr("stroke","#000000").style("stroke-dasharray","0, 0").attr("stroke-width","1px").attr("d","M 0,1 L 6,7 M 6,1 L 0,7")},"insertArrowCrossHead"),w0=g((e,t)=>({fontFamily:e[t+"FontFamily"],fontSize:e[t+"FontSize"],fontWeight:e[t+"FontWeight"]}),"getC4ShapeFont"),Q=(function(){function e(l,a,r,n,i,u,d){const p=a.append("text").attr("x",r+i/2).attr("y",n+u/2+5).style("text-anchor","middle").text(l);o(p,d)}g(e,"byText");function t(l,a,r,n,i,u,d,p){const{fontSize:y,fontFamily:E,fontWeight:O}=p,S=l.split($t.lineBreakRegex);for(let P=0;P<S.length;P++){const M=P*y-y*(S.length-1)/2,U=a.append("text").attr("x",r+i/2).attr("y",n).style("text-anchor","middle").attr("dominant-baseline","middle").style("font-size",y).style("font-weight",O).style("font-family",E);U.append("tspan").attr("dy",M).text(S[P]).attr("alignment-baseline","mathematical"),o(U,d)}}g(t,"byTspan");function s(l,a,r,n,i,u,d,p){const y=a.append("switch"),O=y.append("foreignObject").attr("x",r).attr("y",n).attr("width",i).attr("height",u).append("xhtml:div").style("display","table").style("height","100%").style("width","100%");O.append("div").style("display","table-cell").style("text-align","center").style("vertical-align","middle").text(l),t(l,y,r,n,i,u,d,p),o(O,d)}g(s,"byFo");function o(l,a){for(const r in a)a.hasOwnProperty(r)&&l.attr(r,a[r])}return g(o,"_setTextAttrs"),function(l){return l.textPlacement==="fo"?s:l.textPlacement==="old"?e:t}})(),z={drawRect:re,drawBoundary:g0,drawC4Shape:b0,drawRels:y0,drawImage:me,insertArrowHead:v0,insertArrowEnd:E0,insertArrowFilledHead:k0,insertDynamicNumber:A0,insertArrowCrossHead:C0,insertDatabaseIcon:_0,insertComputerIcon:x0,insertClockIcon:m0},Xt=0,Wt=0,ve=4,ee=2;Ft.yy=te;var _={},Ot,Ee=(Ot=class{constructor(t){this.name="",this.data={},this.data.startx=void 0,this.data.stopx=void 0,this.data.starty=void 0,this.data.stopy=void 0,this.data.widthLimit=void 0,this.nextData={},this.nextData.startx=void 0,this.nextData.stopx=void 0,this.nextData.starty=void 0,this.nextData.stopy=void 0,this.nextData.cnt=0,ae(t.db.getConfig())}setData(t,s,o,l){this.nextData.startx=this.data.startx=t,this.nextData.stopx=this.data.stopx=s,this.nextData.starty=this.data.starty=o,this.nextData.stopy=this.data.stopy=l}updateVal(t,s,o,l){t[s]===void 0?t[s]=o:t[s]=l(o,t[s])}insert(t){this.nextData.cnt=this.nextData.cnt+1;let s=this.nextData.startx===this.nextData.stopx?this.nextData.stopx+t.margin:this.nextData.stopx+t.margin*2,o=s+t.width,l=this.nextData.starty+t.margin*2,a=l+t.height;(s>=this.data.widthLimit||o>=this.data.widthLimit||this.nextData.cnt>ve)&&(s=this.nextData.startx+t.margin+_.nextLinePaddingX,l=this.nextData.stopy+t.margin*2,this.nextData.stopx=o=s+t.width,this.nextData.starty=this.nextData.stopy,this.nextData.stopy=a=l+t.height,this.nextData.cnt=1),t.x=s,t.y=l,this.updateVal(this.data,"startx",s,Math.min),this.updateVal(this.data,"starty",l,Math.min),this.updateVal(this.data,"stopx",o,Math.max),this.updateVal(this.data,"stopy",a,Math.max),this.updateVal(this.nextData,"startx",s,Math.min),this.updateVal(this.nextData,"starty",l,Math.min),this.updateVal(this.nextData,"stopx",o,Math.max),this.updateVal(this.nextData,"stopy",a,Math.max)}init(t){this.name="",this.data={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0,widthLimit:void 0},this.nextData={startx:void 0,stopx:void 0,starty:void 0,stopy:void 0,cnt:0},ae(t.db.getConfig())}bumpLastMargin(t){this.data.stopx+=t,this.data.stopy+=t}},g(Ot,"Bounds"),Ot),ae=g(function(e){Ne(_,e),e.fontFamily&&(_.personFontFamily=_.systemFontFamily=_.messageFontFamily=e.fontFamily),e.fontSize&&(_.personFontSize=_.systemFontSize=_.messageFontSize=e.fontSize),e.fontWeight&&(_.personFontWeight=_.systemFontWeight=_.messageFontWeight=e.fontWeight)},"setConf"),Pt=g((e,t)=>({fontFamily:e[t+"FontFamily"],fontSize:e[t+"FontSize"],fontWeight:e[t+"FontWeight"]}),"c4ShapeFont"),Ut=g(e=>({fontFamily:e.boundaryFontFamily,fontSize:e.boundaryFontSize,fontWeight:e.boundaryFontWeight}),"boundaryFont"),T0=g(e=>({fontFamily:e.messageFontFamily,fontSize:e.messageFontSize,fontWeight:e.messageFontWeight}),"messageFont");function j(e,t,s,o,l){if(!t[e].width)if(s)t[e].text=je(t[e].text,l,o),t[e].textLines=t[e].text.split($t.lineBreakRegex).length,t[e].width=l,t[e].height=pe(t[e].text,o);else{let a=t[e].text.split($t.lineBreakRegex);t[e].textLines=a.length;let r=0;t[e].height=0,t[e].width=0;for(const n of a)t[e].width=Math.max(Tt(n,o),t[e].width),r=pe(n,o),t[e].height=t[e].height+r}}g(j,"calcC4ShapeTextWH");var ke=g(function(e,t,s){t.x=s.data.startx,t.y=s.data.starty,t.width=s.data.stopx-s.data.startx,t.height=s.data.stopy-s.data.starty,t.label.y=_.c4ShapeMargin-35;let o=t.wrap&&_.wrap,l=Ut(_);l.fontSize=l.fontSize+2,l.fontWeight="bold";let a=Tt(t.label.text,l);j("label",t,o,l,a),z.drawBoundary(e,t,_)},"drawBoundary"),Ae=g(function(e,t,s,o){let l=0;for(const a of o){l=0;const r=s[a];let n=Pt(_,r.typeC4Shape.text);switch(n.fontSize=n.fontSize-2,r.typeC4Shape.width=Tt("«"+r.typeC4Shape.text+"»",n),r.typeC4Shape.height=n.fontSize+2,r.typeC4Shape.Y=_.c4ShapePadding,l=r.typeC4Shape.Y+r.typeC4Shape.height-4,r.image={width:0,height:0,Y:0},r.typeC4Shape.text){case"person":case"external_person":r.image.width=48,r.image.height=48,r.image.Y=l,l=r.image.Y+r.image.height;break}r.sprite&&(r.image.width=48,r.image.height=48,r.image.Y=l,l=r.image.Y+r.image.height);let i=r.wrap&&_.wrap,u=_.width-_.c4ShapePadding*2,d=Pt(_,r.typeC4Shape.text);if(d.fontSize=d.fontSize+2,d.fontWeight="bold",j("label",r,i,d,u),r.label.Y=l+8,l=r.label.Y+r.label.height,r.type&&r.type.text!==""){r.type.text="["+r.type.text+"]";let E=Pt(_,r.typeC4Shape.text);j("type",r,i,E,u),r.type.Y=l+5,l=r.type.Y+r.type.height}else if(r.techn&&r.techn.text!==""){r.techn.text="["+r.techn.text+"]";let E=Pt(_,r.techn.text);j("techn",r,i,E,u),r.techn.Y=l+5,l=r.techn.Y+r.techn.height}let p=l,y=r.label.width;if(r.descr&&r.descr.text!==""){let E=Pt(_,r.typeC4Shape.text);j("descr",r,i,E,u),r.descr.Y=l+20,l=r.descr.Y+r.descr.height,y=Math.max(r.label.width,r.descr.width),p=l-r.descr.textLines*5}y=y+_.c4ShapePadding,r.width=Math.max(r.width||_.width,y,_.width),r.height=Math.max(r.height||_.height,p,_.height),r.margin=r.margin||_.c4ShapeMargin,e.insert(r),z.drawC4Shape(t,r,_)}e.bumpLastMargin(_.c4ShapeMargin)},"drawC4ShapeArray"),Rt,Y=(Rt=class{constructor(t,s){this.x=t,this.y=s}},g(Rt,"Point"),Rt),fe=g(function(e,t){let s=e.x,o=e.y,l=t.x,a=t.y,r=s+e.width/2,n=o+e.height/2,i=Math.abs(s-l),u=Math.abs(o-a),d=u/i,p=e.height/e.width,y=null;return o==a&&s<l?y=new Y(s+e.width,n):o==a&&s>l?y=new Y(s,n):s==l&&o<a?y=new Y(r,o+e.height):s==l&&o>a&&(y=new Y(r,o)),s>l&&o<a?p>=d?y=new Y(s,n+d*e.width/2):y=new Y(r-i/u*e.height/2,o+e.height):s<l&&o<a?p>=d?y=new Y(s+e.width,n+d*e.width/2):y=new Y(r+i/u*e.height/2,o+e.height):s<l&&o>a?p>=d?y=new Y(s+e.width,n-d*e.width/2):y=new Y(r+e.height/2*i/u,o):s>l&&o>a&&(p>=d?y=new Y(s,n-e.width/2*d):y=new Y(r-e.height/2*i/u,o)),y},"getIntersectPoint"),O0=g(function(e,t){let s={x:0,y:0};s.x=t.x+t.width/2,s.y=t.y+t.height/2;let o=fe(e,s);s.x=e.x+e.width/2,s.y=e.y+e.height/2;let l=fe(t,s);return{startPoint:o,endPoint:l}},"getIntersectPoints"),R0=g(function(e,t,s,o){let l=0;for(let a of t){l=l+1;let r=a.wrap&&_.wrap,n=T0(_);o.db.getC4Type()==="C4Dynamic"&&(a.label.text=l+": "+a.label.text);let u=Tt(a.label.text,n);j("label",a,r,n,u),a.techn&&a.techn.text!==""&&(u=Tt(a.techn.text,n),j("techn",a,r,n,u)),a.descr&&a.descr.text!==""&&(u=Tt(a.descr.text,n),j("descr",a,r,n,u));let d=s(a.from),p=s(a.to),y=O0(d,p);a.startPoint=y.startPoint,a.endPoint=y.endPoint}z.drawRels(e,t,_)},"drawRels");function se(e,t,s,o,l){let a=new Ee(l);a.data.widthLimit=s.data.widthLimit/Math.min(ee,o.length);for(let[r,n]of o.entries()){let i=0;n.image={width:0,height:0,Y:0},n.sprite&&(n.image.width=48,n.image.height=48,n.image.Y=i,i=n.image.Y+n.image.height);let u=n.wrap&&_.wrap,d=Ut(_);if(d.fontSize=d.fontSize+2,d.fontWeight="bold",j("label",n,u,d,a.data.widthLimit),n.label.Y=i+8,i=n.label.Y+n.label.height,n.type&&n.type.text!==""){n.type.text="["+n.type.text+"]";let O=Ut(_);j("type",n,u,O,a.data.widthLimit),n.type.Y=i+5,i=n.type.Y+n.type.height}if(n.descr&&n.descr.text!==""){let O=Ut(_);O.fontSize=O.fontSize-2,j("descr",n,u,O,a.data.widthLimit),n.descr.Y=i+20,i=n.descr.Y+n.descr.height}if(r==0||r%ee===0){let O=s.data.startx+_.diagramMarginX,S=s.data.stopy+_.diagramMarginY+i;a.setData(O,O,S,S)}else{let O=a.data.stopx!==a.data.startx?a.data.stopx+_.diagramMarginX:a.data.startx,S=a.data.starty;a.setData(O,O,S,S)}a.name=n.alias;let p=l.db.getC4ShapeArray(n.alias),y=l.db.getC4ShapeKeys(n.alias);y.length>0&&Ae(a,e,p,y),t=n.alias;let E=l.db.getBoundaries(t);E.length>0&&se(e,t,a,E,l),n.alias!=="global"&&ke(e,n,a),s.data.stopy=Math.max(a.data.stopy+_.c4ShapeMargin,s.data.stopy),s.data.stopx=Math.max(a.data.stopx+_.c4ShapeMargin,s.data.stopx),Xt=Math.max(Xt,s.data.stopx),Wt=Math.max(Wt,s.data.stopy)}}g(se,"drawInsideBoundary");var S0=g(function(e,t,s,o){_=Bt().c4;const l=Bt().securityLevel;let a;l==="sandbox"&&(a=jt("#i"+t));const r=l==="sandbox"?jt(a.nodes()[0].contentDocument.body):jt("body");let n=o.db;o.db.setWrap(_.wrap),ve=n.getC4ShapeInRow(),ee=n.getC4BoundaryInRow(),de.debug(`C:${JSON.stringify(_,null,2)}`);const i=l==="sandbox"?r.select(`[id="${t}"]`):jt(`[id="${t}"]`);z.insertComputerIcon(i),z.insertDatabaseIcon(i),z.insertClockIcon(i);let u=new Ee(o);u.setData(_.diagramMarginX,_.diagramMarginX,_.diagramMarginY,_.diagramMarginY),u.data.widthLimit=screen.availWidth,Xt=_.diagramMarginX,Wt=_.diagramMarginY;const d=o.db.getTitle();let p=o.db.getBoundaries("");se(i,"",u,p,o),z.insertArrowHead(i),z.insertArrowEnd(i),z.insertArrowCrossHead(i),z.insertArrowFilledHead(i),R0(i,o.db.getRels(),o.db.getC4Shape,o),u.data.stopx=Xt,u.data.stopy=Wt;const y=u.data;let O=y.stopy-y.starty+2*_.diagramMarginY;const P=y.stopx-y.startx+2*_.diagramMarginX;d&&i.append("text").text(d).attr("x",(y.stopx-y.startx)/2-4*_.diagramMarginX).attr("y",y.starty+_.diagramMarginY),Le(i,O,P,_.useMaxWidth);const M=d?60:0;i.attr("viewBox",y.startx-_.diagramMarginX+" -"+(_.diagramMarginY+M)+" "+P+" "+(O+M)),de.debug("models:",y)},"draw"),ye={drawPersonOrSystemArray:Ae,drawBoundary:ke,setConf:ae,draw:S0},D0=g(e=>`.person {
7
- stroke: ${e.personBorder};
8
- fill: ${e.personBkg};
9
- }
10
- `,"getStyles"),P0=D0,z0={parser:Ue,db:te,renderer:ye,styles:P0,init:g(({c4:e,wrap:t})=>{ye.setConf(e),te.setWrap(t)},"init")};export{z0 as diagram};
@@ -1,6 +0,0 @@
1
- /*!-----------------------------------------------------------------------------
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Version: 0.49.0(383fdf3fc0e1e1a024068b8d0fd4f3dcbae74d04)
4
- * Released under the MIT license
5
- * https://github.com/microsoft/monaco-editor/blob/main/LICENSE.txt
6
- *-----------------------------------------------------------------------------*/var e={comments:{lineComment:"//",blockComment:["(*","*)"]},brackets:[["{","}"],["[","]"],["(",")"],["<",">"]],autoClosingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'},{open:"(*",close:"*)"}],surroundingPairs:[{open:"{",close:"}"},{open:"[",close:"]"},{open:"(",close:")"},{open:"<",close:">"},{open:"'",close:"'"},{open:'"',close:'"'},{open:"(*",close:"*)"}]},o={defaultToken:"",tokenPostfix:".cameligo",ignoreCase:!0,brackets:[{open:"{",close:"}",token:"delimiter.curly"},{open:"[",close:"]",token:"delimiter.square"},{open:"(",close:")",token:"delimiter.parenthesis"},{open:"<",close:">",token:"delimiter.angle"}],keywords:["abs","assert","block","Bytes","case","Crypto","Current","else","failwith","false","for","fun","if","in","let","let%entry","let%init","List","list","Map","map","match","match%nat","mod","not","operation","Operation","of","record","Set","set","sender","skip","source","String","then","to","true","type","with"],typeKeywords:["int","unit","string","tz","nat","bool"],operators:["=",">","<","<=",">=","<>",":",":=","and","mod","or","+","-","*","/","@","&","^","%","->","<-","&&","||"],symbols:/[=><:@\^&|+\-*\/\^%]+/,tokenizer:{root:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"keyword.$0"},"@default":"identifier"}}],{include:"@whitespace"},[/[{}()\[\]]/,"@brackets"],[/[<>](?!@symbols)/,"@brackets"],[/@symbols/,{cases:{"@operators":"delimiter","@default":""}}],[/\d*\.\d+([eE][\-+]?\d+)?/,"number.float"],[/\$[0-9a-fA-F]{1,16}/,"number.hex"],[/\d+/,"number"],[/[;,.]/,"delimiter"],[/'([^'\\]|\\.)*$/,"string.invalid"],[/'/,"string","@string"],[/'[^\\']'/,"string"],[/'/,"string.invalid"],[/\#\d+/,"string"]],comment:[[/[^\(\*]+/,"comment"],[/\*\)/,"comment","@pop"],[/\(\*/,"comment"]],string:[[/[^\\']+/,"string"],[/\\./,"string.escape.invalid"],[/'/,{token:"string.quote",bracket:"@close",next:"@pop"}]],whitespace:[[/[ \t\r\n]+/,"white"],[/\(\*/,"comment","@comment"],[/\/\/.*$/,"comment"]]}};export{e as conf,o as language};
@@ -1 +0,0 @@
1
- import{au as u}from"./index-CtirNuor.js";function l(t,e){for(var n=0;n<e.length;n++){const r=e[n];if(typeof r!="string"&&!Array.isArray(r)){for(const a in r)if(a!=="default"&&!(a in t)){const i=Object.getOwnPropertyDescriptor(r,a);i&&Object.defineProperty(t,a,i.get?i:{enumerable:!0,get:()=>r[a]})}}}return Object.freeze(Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}))}var o,c;function p(){if(c)return o;c=1,o=t,t.displayName="cfscript",t.aliases=[];function t(e){e.languages.cfscript=e.languages.extend("clike",{comment:[{pattern:/(^|[^\\])\/\*[\s\S]*?(?:\*\/|$)/,lookbehind:!0,inside:{annotation:{pattern:/(?:^|[^.])@[\w\.]+/,alias:"punctuation"}}},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0,greedy:!0}],keyword:/\b(?:abstract|break|catch|component|continue|default|do|else|extends|final|finally|for|function|if|in|include|package|private|property|public|remote|required|rethrow|return|static|switch|throw|try|var|while|xml)\b(?!\s*=)/,operator:[/\+\+|--|&&|\|\||::|=>|[!=]==|<=?|>=?|[-+*/%&|^!=<>]=?|\?(?:\.|:)?|[?:]/,/\b(?:and|contains|eq|equal|eqv|gt|gte|imp|is|lt|lte|mod|not|or|xor)\b/],scope:{pattern:/\b(?:application|arguments|cgi|client|cookie|local|session|super|this|variables)\b/,alias:"global"},type:{pattern:/\b(?:any|array|binary|boolean|date|guid|numeric|query|string|struct|uuid|void|xml)\b/,alias:"builtin"}}),e.languages.insertBefore("cfscript","keyword",{"function-variable":{pattern:/[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*(?=\s*[=:]\s*(?:\bfunction\b|(?:\((?:[^()]|\([^()]*\))*\)|(?!\s)[_$a-zA-Z\xA0-\uFFFF](?:(?!\s)[$\w\xA0-\uFFFF])*)\s*=>))/,alias:"function"}}),delete e.languages.cfscript["class-name"],e.languages.cfc=e.languages.cfscript}return o}var s=p();const f=u(s),b=l({__proto__:null,default:f},[s]);export{b as c};
@@ -1 +0,0 @@
1
- import{au as p}from"./index-CtirNuor.js";import{r as u}from"./cpp-BdJVwJpi.js";function l(r,t){for(var e=0;e<t.length;e++){const a=t[e];if(typeof a!="string"&&!Array.isArray(a)){for(const i in a)if(i!=="default"&&!(i in r)){const n=Object.getOwnPropertyDescriptor(a,i);n&&Object.defineProperty(r,i,n.get?n:{enumerable:!0,get:()=>a[i]})}}}return Object.freeze(Object.defineProperty(r,Symbol.toStringTag,{value:"Module"}))}var s,o;function f(){if(o)return s;o=1;var r=u();s=t,t.displayName="chaiscript",t.aliases=[];function t(e){e.register(r),e.languages.chaiscript=e.languages.extend("clike",{string:{pattern:/(^|[^\\])'(?:[^'\\]|\\[\s\S])*'/,lookbehind:!0,greedy:!0},"class-name":[{pattern:/(\bclass\s+)\w+/,lookbehind:!0},{pattern:/(\b(?:attr|def)\s+)\w+(?=\s*::)/,lookbehind:!0}],keyword:/\b(?:attr|auto|break|case|catch|class|continue|def|default|else|finally|for|fun|global|if|return|switch|this|try|var|while)\b/,number:[e.languages.cpp.number,/\b(?:Infinity|NaN)\b/],operator:/>>=?|<<=?|\|\||&&|:[:=]?|--|\+\+|[=!<>+\-*/%|&^]=?|[?~]|`[^`\r\n]{1,4}`/}),e.languages.insertBefore("chaiscript","operator",{"parameter-type":{pattern:/([,(]\s*)\w+(?=\s+\w)/,lookbehind:!0,alias:"class-name"}}),e.languages.insertBefore("chaiscript","string",{"string-interpolation":{pattern:/(^|[^\\])"(?:[^"$\\]|\\[\s\S]|\$(?!\{)|\$\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\})*"/,lookbehind:!0,greedy:!0,inside:{interpolation:{pattern:/((?:^|[^\\])(?:\\{2})*)\$\{(?:[^{}]|\{(?:[^{}]|\{[^{}]*\})*\})*\}/,lookbehind:!0,inside:{"interpolation-expression":{pattern:/(^\$\{)[\s\S]+(?=\}$)/,lookbehind:!0,inside:e.languages.chaiscript},"interpolation-punctuation":{pattern:/^\$\{|\}$/,alias:"punctuation"}}},string:/[\s\S]+/}}})}return s}var c=f();const g=p(c),b=l({__proto__:null,default:g},[c]);export{b as c};
@@ -1 +0,0 @@
1
- import{U as a,E as n}from"./index-CtirNuor.js";const t=(r,o)=>a.lang.round(n.parse(r)[o]);export{t as c};
@@ -1 +0,0 @@
1
- import{_ as l}from"./index-CtirNuor.js";function m(e,c){var i,t,o;e.accDescr&&((i=c.setAccDescription)==null||i.call(c,e.accDescr)),e.accTitle&&((t=c.setAccTitle)==null||t.call(c,e.accTitle)),e.title&&((o=c.setDiagramTitle)==null||o.call(c,e.title))}l(m,"populateCommonDb");export{m as p};
@@ -1 +0,0 @@
1
- import{_ as s}from"./index-CtirNuor.js";var t,e=(t=class{constructor(i){this.init=i,this.records=this.init()}reset(){this.records=this.init()}},s(t,"ImperativeState"),t);export{e as I};
@@ -1,15 +0,0 @@
1
- import{_ as e}from"./index-CtirNuor.js";var l=e(()=>`
2
- /* Font Awesome icon styling - consolidated */
3
- .label-icon {
4
- display: inline-block;
5
- height: 1em;
6
- overflow: visible;
7
- vertical-align: -0.125em;
8
- }
9
-
10
- .node .label-icon path {
11
- fill: currentColor;
12
- stroke: revert;
13
- stroke-width: revert;
14
- }
15
- `,"getIconStyles");export{l as g};
@@ -1,165 +0,0 @@
1
- import{g as et}from"./chunk-GLLZNHP4-DN9o3NmB.js";import{g as tt}from"./chunk-WVR4S24B-O5VGDTLK.js";import{s as st}from"./chunk-NRVI72HA-zCLbemRf.js";import{_ as f,l as Oe,c as F,q as it,r as at,u as we,d as $,b as nt,a as rt,s as ut,g as lt,v as ct,x as ot,k as v,B as ht,A as dt,i as pt,ab as R}from"./index-CtirNuor.js";var Ve=(function(){var s=f(function(I,c,h,p){for(h=h||{},p=I.length;p--;h[I[p]]=c);return h},"o"),i=[1,18],a=[1,19],u=[1,20],l=[1,41],r=[1,42],o=[1,26],A=[1,24],g=[1,25],D=[1,32],L=[1,33],Ae=[1,34],m=[1,45],fe=[1,35],ge=[1,36],Ce=[1,37],me=[1,38],be=[1,27],Ee=[1,28],ye=[1,29],Te=[1,30],ke=[1,31],b=[1,44],E=[1,46],y=[1,43],T=[1,47],De=[1,9],d=[1,8,9],ee=[1,58],te=[1,59],se=[1,60],ie=[1,61],ae=[1,62],Fe=[1,63],Be=[1,64],ne=[1,8,9,41],Pe=[1,76],P=[1,8,9,12,13,22,39,41,44,66,67,68,69,70,71,72,77,79],re=[1,8,9,12,13,18,20,22,39,41,44,48,58,66,67,68,69,70,71,72,77,79,84,99,101,102],ue=[13,58,84,99,101,102],z=[13,58,71,72,84,99,101,102],Me=[13,58,66,67,68,69,70,84,99,101,102],_e=[1,99],K=[1,116],Y=[1,108],Q=[1,114],W=[1,109],j=[1,110],X=[1,111],q=[1,112],H=[1,113],J=[1,115],Re=[22,58,59,80,84,85,86,87,88,89],Se=[1,8,9,39,41,44],le=[1,8,9,22],Ge=[1,144],Ue=[1,8,9,59],N=[1,8,9,22,58,59,80,84,85,86,87,88,89],Ne={trace:f(function(){},"trace"),yy:{},symbols_:{error:2,start:3,mermaidDoc:4,statements:5,graphConfig:6,CLASS_DIAGRAM:7,NEWLINE:8,EOF:9,statement:10,classLabel:11,SQS:12,STR:13,SQE:14,namespaceName:15,alphaNumToken:16,classLiteralName:17,DOT:18,className:19,GENERICTYPE:20,relationStatement:21,LABEL:22,namespaceStatement:23,classStatement:24,memberStatement:25,annotationStatement:26,clickStatement:27,styleStatement:28,cssClassStatement:29,noteStatement:30,classDefStatement:31,direction:32,acc_title:33,acc_title_value:34,acc_descr:35,acc_descr_value:36,acc_descr_multiline_value:37,namespaceIdentifier:38,STRUCT_START:39,classStatements:40,STRUCT_STOP:41,NAMESPACE:42,classIdentifier:43,STYLE_SEPARATOR:44,members:45,CLASS:46,ANNOTATION_START:47,ANNOTATION_END:48,MEMBER:49,SEPARATOR:50,relation:51,NOTE_FOR:52,noteText:53,NOTE:54,CLASSDEF:55,classList:56,stylesOpt:57,ALPHA:58,COMMA:59,direction_tb:60,direction_bt:61,direction_rl:62,direction_lr:63,relationType:64,lineType:65,AGGREGATION:66,EXTENSION:67,COMPOSITION:68,DEPENDENCY:69,LOLLIPOP:70,LINE:71,DOTTED_LINE:72,CALLBACK:73,LINK:74,LINK_TARGET:75,CLICK:76,CALLBACK_NAME:77,CALLBACK_ARGS:78,HREF:79,STYLE:80,CSSCLASS:81,style:82,styleComponent:83,NUM:84,COLON:85,UNIT:86,SPACE:87,BRKT:88,PCT:89,commentToken:90,textToken:91,graphCodeTokens:92,textNoTagsToken:93,TAGSTART:94,TAGEND:95,"==":96,"--":97,DEFAULT:98,MINUS:99,keywords:100,UNICODE_TEXT:101,BQUOTE_STR:102,$accept:0,$end:1},terminals_:{2:"error",7:"CLASS_DIAGRAM",8:"NEWLINE",9:"EOF",12:"SQS",13:"STR",14:"SQE",18:"DOT",20:"GENERICTYPE",22:"LABEL",33:"acc_title",34:"acc_title_value",35:"acc_descr",36:"acc_descr_value",37:"acc_descr_multiline_value",39:"STRUCT_START",41:"STRUCT_STOP",42:"NAMESPACE",44:"STYLE_SEPARATOR",46:"CLASS",47:"ANNOTATION_START",48:"ANNOTATION_END",49:"MEMBER",50:"SEPARATOR",52:"NOTE_FOR",54:"NOTE",55:"CLASSDEF",58:"ALPHA",59:"COMMA",60:"direction_tb",61:"direction_bt",62:"direction_rl",63:"direction_lr",66:"AGGREGATION",67:"EXTENSION",68:"COMPOSITION",69:"DEPENDENCY",70:"LOLLIPOP",71:"LINE",72:"DOTTED_LINE",73:"CALLBACK",74:"LINK",75:"LINK_TARGET",76:"CLICK",77:"CALLBACK_NAME",78:"CALLBACK_ARGS",79:"HREF",80:"STYLE",81:"CSSCLASS",84:"NUM",85:"COLON",86:"UNIT",87:"SPACE",88:"BRKT",89:"PCT",92:"graphCodeTokens",94:"TAGSTART",95:"TAGEND",96:"==",97:"--",98:"DEFAULT",99:"MINUS",100:"keywords",101:"UNICODE_TEXT",102:"BQUOTE_STR"},productions_:[0,[3,1],[3,1],[4,1],[6,4],[5,1],[5,2],[5,3],[11,3],[15,1],[15,1],[15,3],[15,2],[19,1],[19,3],[19,1],[19,2],[19,2],[19,2],[10,1],[10,2],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,1],[10,2],[10,2],[10,1],[23,4],[23,5],[38,2],[40,1],[40,2],[40,3],[24,1],[24,3],[24,4],[24,6],[43,2],[43,3],[26,4],[45,1],[45,2],[25,1],[25,2],[25,1],[25,1],[21,3],[21,4],[21,4],[21,5],[30,3],[30,2],[31,3],[56,1],[56,3],[32,1],[32,1],[32,1],[32,1],[51,3],[51,2],[51,2],[51,1],[64,1],[64,1],[64,1],[64,1],[64,1],[65,1],[65,1],[27,3],[27,4],[27,3],[27,4],[27,4],[27,5],[27,3],[27,4],[27,4],[27,5],[27,4],[27,5],[27,5],[27,6],[28,3],[29,3],[57,1],[57,3],[82,1],[82,2],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[83,1],[90,1],[90,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[91,1],[93,1],[93,1],[93,1],[93,1],[16,1],[16,1],[16,1],[16,1],[17,1],[53,1]],performAction:f(function(c,h,p,n,C,e,Z){var t=e.length-1;switch(C){case 8:this.$=e[t-1];break;case 9:case 10:case 13:case 15:this.$=e[t];break;case 11:case 14:this.$=e[t-2]+"."+e[t];break;case 12:case 16:this.$=e[t-1]+e[t];break;case 17:case 18:this.$=e[t-1]+"~"+e[t]+"~";break;case 19:n.addRelation(e[t]);break;case 20:e[t-1].title=n.cleanupLabel(e[t]),n.addRelation(e[t-1]);break;case 31:this.$=e[t].trim(),n.setAccTitle(this.$);break;case 32:case 33:this.$=e[t].trim(),n.setAccDescription(this.$);break;case 34:n.addClassesToNamespace(e[t-3],e[t-1]);break;case 35:n.addClassesToNamespace(e[t-4],e[t-1]);break;case 36:this.$=e[t],n.addNamespace(e[t]);break;case 37:this.$=[e[t]];break;case 38:this.$=[e[t-1]];break;case 39:e[t].unshift(e[t-2]),this.$=e[t];break;case 41:n.setCssClass(e[t-2],e[t]);break;case 42:n.addMembers(e[t-3],e[t-1]);break;case 43:n.setCssClass(e[t-5],e[t-3]),n.addMembers(e[t-5],e[t-1]);break;case 44:this.$=e[t],n.addClass(e[t]);break;case 45:this.$=e[t-1],n.addClass(e[t-1]),n.setClassLabel(e[t-1],e[t]);break;case 46:n.addAnnotation(e[t],e[t-2]);break;case 47:case 60:this.$=[e[t]];break;case 48:e[t].push(e[t-1]),this.$=e[t];break;case 49:break;case 50:n.addMember(e[t-1],n.cleanupLabel(e[t]));break;case 51:break;case 52:break;case 53:this.$={id1:e[t-2],id2:e[t],relation:e[t-1],relationTitle1:"none",relationTitle2:"none"};break;case 54:this.$={id1:e[t-3],id2:e[t],relation:e[t-1],relationTitle1:e[t-2],relationTitle2:"none"};break;case 55:this.$={id1:e[t-3],id2:e[t],relation:e[t-2],relationTitle1:"none",relationTitle2:e[t-1]};break;case 56:this.$={id1:e[t-4],id2:e[t],relation:e[t-2],relationTitle1:e[t-3],relationTitle2:e[t-1]};break;case 57:n.addNote(e[t],e[t-1]);break;case 58:n.addNote(e[t]);break;case 59:this.$=e[t-2],n.defineClass(e[t-1],e[t]);break;case 61:this.$=e[t-2].concat([e[t]]);break;case 62:n.setDirection("TB");break;case 63:n.setDirection("BT");break;case 64:n.setDirection("RL");break;case 65:n.setDirection("LR");break;case 66:this.$={type1:e[t-2],type2:e[t],lineType:e[t-1]};break;case 67:this.$={type1:"none",type2:e[t],lineType:e[t-1]};break;case 68:this.$={type1:e[t-1],type2:"none",lineType:e[t]};break;case 69:this.$={type1:"none",type2:"none",lineType:e[t]};break;case 70:this.$=n.relationType.AGGREGATION;break;case 71:this.$=n.relationType.EXTENSION;break;case 72:this.$=n.relationType.COMPOSITION;break;case 73:this.$=n.relationType.DEPENDENCY;break;case 74:this.$=n.relationType.LOLLIPOP;break;case 75:this.$=n.lineType.LINE;break;case 76:this.$=n.lineType.DOTTED_LINE;break;case 77:case 83:this.$=e[t-2],n.setClickEvent(e[t-1],e[t]);break;case 78:case 84:this.$=e[t-3],n.setClickEvent(e[t-2],e[t-1]),n.setTooltip(e[t-2],e[t]);break;case 79:this.$=e[t-2],n.setLink(e[t-1],e[t]);break;case 80:this.$=e[t-3],n.setLink(e[t-2],e[t-1],e[t]);break;case 81:this.$=e[t-3],n.setLink(e[t-2],e[t-1]),n.setTooltip(e[t-2],e[t]);break;case 82:this.$=e[t-4],n.setLink(e[t-3],e[t-2],e[t]),n.setTooltip(e[t-3],e[t-1]);break;case 85:this.$=e[t-3],n.setClickEvent(e[t-2],e[t-1],e[t]);break;case 86:this.$=e[t-4],n.setClickEvent(e[t-3],e[t-2],e[t-1]),n.setTooltip(e[t-3],e[t]);break;case 87:this.$=e[t-3],n.setLink(e[t-2],e[t]);break;case 88:this.$=e[t-4],n.setLink(e[t-3],e[t-1],e[t]);break;case 89:this.$=e[t-4],n.setLink(e[t-3],e[t-1]),n.setTooltip(e[t-3],e[t]);break;case 90:this.$=e[t-5],n.setLink(e[t-4],e[t-2],e[t]),n.setTooltip(e[t-4],e[t-1]);break;case 91:this.$=e[t-2],n.setCssStyle(e[t-1],e[t]);break;case 92:n.setCssClass(e[t-1],e[t]);break;case 93:this.$=[e[t]];break;case 94:e[t-2].push(e[t]),this.$=e[t-2];break;case 96:this.$=e[t-1]+e[t];break}},"anonymous"),table:[{3:1,4:2,5:3,6:4,7:[1,6],10:5,16:39,17:40,19:21,21:7,23:8,24:9,25:10,26:11,27:12,28:13,29:14,30:15,31:16,32:17,33:i,35:a,37:u,38:22,42:l,43:23,46:r,47:o,49:A,50:g,52:D,54:L,55:Ae,58:m,60:fe,61:ge,62:Ce,63:me,73:be,74:Ee,76:ye,80:Te,81:ke,84:b,99:E,101:y,102:T},{1:[3]},{1:[2,1]},{1:[2,2]},{1:[2,3]},s(De,[2,5],{8:[1,48]}),{8:[1,49]},s(d,[2,19],{22:[1,50]}),s(d,[2,21]),s(d,[2,22]),s(d,[2,23]),s(d,[2,24]),s(d,[2,25]),s(d,[2,26]),s(d,[2,27]),s(d,[2,28]),s(d,[2,29]),s(d,[2,30]),{34:[1,51]},{36:[1,52]},s(d,[2,33]),s(d,[2,49],{51:53,64:56,65:57,13:[1,54],22:[1,55],66:ee,67:te,68:se,69:ie,70:ae,71:Fe,72:Be}),{39:[1,65]},s(ne,[2,40],{39:[1,67],44:[1,66]}),s(d,[2,51]),s(d,[2,52]),{16:68,58:m,84:b,99:E,101:y},{16:39,17:40,19:69,58:m,84:b,99:E,101:y,102:T},{16:39,17:40,19:70,58:m,84:b,99:E,101:y,102:T},{16:39,17:40,19:71,58:m,84:b,99:E,101:y,102:T},{58:[1,72]},{13:[1,73]},{16:39,17:40,19:74,58:m,84:b,99:E,101:y,102:T},{13:Pe,53:75},{56:77,58:[1,78]},s(d,[2,62]),s(d,[2,63]),s(d,[2,64]),s(d,[2,65]),s(P,[2,13],{16:39,17:40,19:80,18:[1,79],20:[1,81],58:m,84:b,99:E,101:y,102:T}),s(P,[2,15],{20:[1,82]}),{15:83,16:84,17:85,58:m,84:b,99:E,101:y,102:T},{16:39,17:40,19:86,58:m,84:b,99:E,101:y,102:T},s(re,[2,119]),s(re,[2,120]),s(re,[2,121]),s(re,[2,122]),s([1,8,9,12,13,20,22,39,41,44,66,67,68,69,70,71,72,77,79],[2,123]),s(De,[2,6],{10:5,21:7,23:8,24:9,25:10,26:11,27:12,28:13,29:14,30:15,31:16,32:17,19:21,38:22,43:23,16:39,17:40,5:87,33:i,35:a,37:u,42:l,46:r,47:o,49:A,50:g,52:D,54:L,55:Ae,58:m,60:fe,61:ge,62:Ce,63:me,73:be,74:Ee,76:ye,80:Te,81:ke,84:b,99:E,101:y,102:T}),{5:88,10:5,16:39,17:40,19:21,21:7,23:8,24:9,25:10,26:11,27:12,28:13,29:14,30:15,31:16,32:17,33:i,35:a,37:u,38:22,42:l,43:23,46:r,47:o,49:A,50:g,52:D,54:L,55:Ae,58:m,60:fe,61:ge,62:Ce,63:me,73:be,74:Ee,76:ye,80:Te,81:ke,84:b,99:E,101:y,102:T},s(d,[2,20]),s(d,[2,31]),s(d,[2,32]),{13:[1,90],16:39,17:40,19:89,58:m,84:b,99:E,101:y,102:T},{51:91,64:56,65:57,66:ee,67:te,68:se,69:ie,70:ae,71:Fe,72:Be},s(d,[2,50]),{65:92,71:Fe,72:Be},s(ue,[2,69],{64:93,66:ee,67:te,68:se,69:ie,70:ae}),s(z,[2,70]),s(z,[2,71]),s(z,[2,72]),s(z,[2,73]),s(z,[2,74]),s(Me,[2,75]),s(Me,[2,76]),{8:[1,95],24:96,40:94,43:23,46:r},{16:97,58:m,84:b,99:E,101:y},{45:98,49:_e},{48:[1,100]},{13:[1,101]},{13:[1,102]},{77:[1,103],79:[1,104]},{22:K,57:105,58:Y,80:Q,82:106,83:107,84:W,85:j,86:X,87:q,88:H,89:J},{58:[1,117]},{13:Pe,53:118},s(d,[2,58]),s(d,[2,124]),{22:K,57:119,58:Y,59:[1,120],80:Q,82:106,83:107,84:W,85:j,86:X,87:q,88:H,89:J},s(Re,[2,60]),{16:39,17:40,19:121,58:m,84:b,99:E,101:y,102:T},s(P,[2,16]),s(P,[2,17]),s(P,[2,18]),{39:[2,36]},{15:123,16:84,17:85,18:[1,122],39:[2,9],58:m,84:b,99:E,101:y,102:T},{39:[2,10]},s(Se,[2,44],{11:124,12:[1,125]}),s(De,[2,7]),{9:[1,126]},s(le,[2,53]),{16:39,17:40,19:127,58:m,84:b,99:E,101:y,102:T},{13:[1,129],16:39,17:40,19:128,58:m,84:b,99:E,101:y,102:T},s(ue,[2,68],{64:130,66:ee,67:te,68:se,69:ie,70:ae}),s(ue,[2,67]),{41:[1,131]},{24:96,40:132,43:23,46:r},{8:[1,133],41:[2,37]},s(ne,[2,41],{39:[1,134]}),{41:[1,135]},{41:[2,47],45:136,49:_e},{16:39,17:40,19:137,58:m,84:b,99:E,101:y,102:T},s(d,[2,77],{13:[1,138]}),s(d,[2,79],{13:[1,140],75:[1,139]}),s(d,[2,83],{13:[1,141],78:[1,142]}),{13:[1,143]},s(d,[2,91],{59:Ge}),s(Ue,[2,93],{83:145,22:K,58:Y,80:Q,84:W,85:j,86:X,87:q,88:H,89:J}),s(N,[2,95]),s(N,[2,97]),s(N,[2,98]),s(N,[2,99]),s(N,[2,100]),s(N,[2,101]),s(N,[2,102]),s(N,[2,103]),s(N,[2,104]),s(N,[2,105]),s(d,[2,92]),s(d,[2,57]),s(d,[2,59],{59:Ge}),{58:[1,146]},s(P,[2,14]),{15:147,16:84,17:85,58:m,84:b,99:E,101:y,102:T},{39:[2,12]},s(Se,[2,45]),{13:[1,148]},{1:[2,4]},s(le,[2,55]),s(le,[2,54]),{16:39,17:40,19:149,58:m,84:b,99:E,101:y,102:T},s(ue,[2,66]),s(d,[2,34]),{41:[1,150]},{24:96,40:151,41:[2,38],43:23,46:r},{45:152,49:_e},s(ne,[2,42]),{41:[2,48]},s(d,[2,46]),s(d,[2,78]),s(d,[2,80]),s(d,[2,81],{75:[1,153]}),s(d,[2,84]),s(d,[2,85],{13:[1,154]}),s(d,[2,87],{13:[1,156],75:[1,155]}),{22:K,58:Y,80:Q,82:157,83:107,84:W,85:j,86:X,87:q,88:H,89:J},s(N,[2,96]),s(Re,[2,61]),{39:[2,11]},{14:[1,158]},s(le,[2,56]),s(d,[2,35]),{41:[2,39]},{41:[1,159]},s(d,[2,82]),s(d,[2,86]),s(d,[2,88]),s(d,[2,89],{75:[1,160]}),s(Ue,[2,94],{83:145,22:K,58:Y,80:Q,84:W,85:j,86:X,87:q,88:H,89:J}),s(Se,[2,8]),s(ne,[2,43]),s(d,[2,90])],defaultActions:{2:[2,1],3:[2,2],4:[2,3],83:[2,36],85:[2,10],123:[2,12],126:[2,4],136:[2,48],147:[2,11],151:[2,39]},parseError:f(function(c,h){if(h.recoverable)this.trace(c);else{var p=new Error(c);throw p.hash=h,p}},"parseError"),parse:f(function(c){var h=this,p=[0],n=[],C=[null],e=[],Z=this.table,t="",oe=0,ze=0,He=2,Ke=1,Je=e.slice.call(arguments,1),k=Object.create(this.lexer),O={yy:{}};for(var Le in this.yy)Object.prototype.hasOwnProperty.call(this.yy,Le)&&(O.yy[Le]=this.yy[Le]);k.setInput(c,O.yy),O.yy.lexer=k,O.yy.parser=this,typeof k.yylloc>"u"&&(k.yylloc={});var xe=k.yylloc;e.push(xe);var Ze=k.options&&k.options.ranges;typeof O.yy.parseError=="function"?this.parseError=O.yy.parseError:this.parseError=Object.getPrototypeOf(this).parseError;function $e(_){p.length=p.length-2*_,C.length=C.length-_,e.length=e.length-_}f($e,"popStack");function Ye(){var _;return _=n.pop()||k.lex()||Ke,typeof _!="number"&&(_ instanceof Array&&(n=_,_=n.pop()),_=h.symbols_[_]||_),_}f(Ye,"lex");for(var B,w,S,ve,M={},he,x,Qe,de;;){if(w=p[p.length-1],this.defaultActions[w]?S=this.defaultActions[w]:((B===null||typeof B>"u")&&(B=Ye()),S=Z[w]&&Z[w][B]),typeof S>"u"||!S.length||!S[0]){var Ie="";de=[];for(he in Z[w])this.terminals_[he]&&he>He&&de.push("'"+this.terminals_[he]+"'");k.showPosition?Ie="Parse error on line "+(oe+1)+`:
2
- `+k.showPosition()+`
3
- Expecting `+de.join(", ")+", got '"+(this.terminals_[B]||B)+"'":Ie="Parse error on line "+(oe+1)+": Unexpected "+(B==Ke?"end of input":"'"+(this.terminals_[B]||B)+"'"),this.parseError(Ie,{text:k.match,token:this.terminals_[B]||B,line:k.yylineno,loc:xe,expected:de})}if(S[0]instanceof Array&&S.length>1)throw new Error("Parse Error: multiple actions possible at state: "+w+", token: "+B);switch(S[0]){case 1:p.push(B),C.push(k.yytext),e.push(k.yylloc),p.push(S[1]),B=null,ze=k.yyleng,t=k.yytext,oe=k.yylineno,xe=k.yylloc;break;case 2:if(x=this.productions_[S[1]][1],M.$=C[C.length-x],M._$={first_line:e[e.length-(x||1)].first_line,last_line:e[e.length-1].last_line,first_column:e[e.length-(x||1)].first_column,last_column:e[e.length-1].last_column},Ze&&(M._$.range=[e[e.length-(x||1)].range[0],e[e.length-1].range[1]]),ve=this.performAction.apply(M,[t,ze,oe,O.yy,S[1],C,e].concat(Je)),typeof ve<"u")return ve;x&&(p=p.slice(0,-1*x*2),C=C.slice(0,-1*x),e=e.slice(0,-1*x)),p.push(this.productions_[S[1]][0]),C.push(M.$),e.push(M._$),Qe=Z[p[p.length-2]][p[p.length-1]],p.push(Qe);break;case 3:return!0}}return!0},"parse")},qe=(function(){var I={EOF:1,parseError:f(function(h,p){if(this.yy.parser)this.yy.parser.parseError(h,p);else throw new Error(h)},"parseError"),setInput:f(function(c,h){return this.yy=h||this.yy||{},this._input=c,this._more=this._backtrack=this.done=!1,this.yylineno=this.yyleng=0,this.yytext=this.matched=this.match="",this.conditionStack=["INITIAL"],this.yylloc={first_line:1,first_column:0,last_line:1,last_column:0},this.options.ranges&&(this.yylloc.range=[0,0]),this.offset=0,this},"setInput"),input:f(function(){var c=this._input[0];this.yytext+=c,this.yyleng++,this.offset++,this.match+=c,this.matched+=c;var h=c.match(/(?:\r\n?|\n).*/g);return h?(this.yylineno++,this.yylloc.last_line++):this.yylloc.last_column++,this.options.ranges&&this.yylloc.range[1]++,this._input=this._input.slice(1),c},"input"),unput:f(function(c){var h=c.length,p=c.split(/(?:\r\n?|\n)/g);this._input=c+this._input,this.yytext=this.yytext.substr(0,this.yytext.length-h),this.offset-=h;var n=this.match.split(/(?:\r\n?|\n)/g);this.match=this.match.substr(0,this.match.length-1),this.matched=this.matched.substr(0,this.matched.length-1),p.length-1&&(this.yylineno-=p.length-1);var C=this.yylloc.range;return this.yylloc={first_line:this.yylloc.first_line,last_line:this.yylineno+1,first_column:this.yylloc.first_column,last_column:p?(p.length===n.length?this.yylloc.first_column:0)+n[n.length-p.length].length-p[0].length:this.yylloc.first_column-h},this.options.ranges&&(this.yylloc.range=[C[0],C[0]+this.yyleng-h]),this.yyleng=this.yytext.length,this},"unput"),more:f(function(){return this._more=!0,this},"more"),reject:f(function(){if(this.options.backtrack_lexer)this._backtrack=!0;else return this.parseError("Lexical error on line "+(this.yylineno+1)+`. You can only invoke reject() in the lexer when the lexer is of the backtracking persuasion (options.backtrack_lexer = true).
4
- `+this.showPosition(),{text:"",token:null,line:this.yylineno});return this},"reject"),less:f(function(c){this.unput(this.match.slice(c))},"less"),pastInput:f(function(){var c=this.matched.substr(0,this.matched.length-this.match.length);return(c.length>20?"...":"")+c.substr(-20).replace(/\n/g,"")},"pastInput"),upcomingInput:f(function(){var c=this.match;return c.length<20&&(c+=this._input.substr(0,20-c.length)),(c.substr(0,20)+(c.length>20?"...":"")).replace(/\n/g,"")},"upcomingInput"),showPosition:f(function(){var c=this.pastInput(),h=new Array(c.length+1).join("-");return c+this.upcomingInput()+`
5
- `+h+"^"},"showPosition"),test_match:f(function(c,h){var p,n,C;if(this.options.backtrack_lexer&&(C={yylineno:this.yylineno,yylloc:{first_line:this.yylloc.first_line,last_line:this.last_line,first_column:this.yylloc.first_column,last_column:this.yylloc.last_column},yytext:this.yytext,match:this.match,matches:this.matches,matched:this.matched,yyleng:this.yyleng,offset:this.offset,_more:this._more,_input:this._input,yy:this.yy,conditionStack:this.conditionStack.slice(0),done:this.done},this.options.ranges&&(C.yylloc.range=this.yylloc.range.slice(0))),n=c[0].match(/(?:\r\n?|\n).*/g),n&&(this.yylineno+=n.length),this.yylloc={first_line:this.yylloc.last_line,last_line:this.yylineno+1,first_column:this.yylloc.last_column,last_column:n?n[n.length-1].length-n[n.length-1].match(/\r?\n?/)[0].length:this.yylloc.last_column+c[0].length},this.yytext+=c[0],this.match+=c[0],this.matches=c,this.yyleng=this.yytext.length,this.options.ranges&&(this.yylloc.range=[this.offset,this.offset+=this.yyleng]),this._more=!1,this._backtrack=!1,this._input=this._input.slice(c[0].length),this.matched+=c[0],p=this.performAction.call(this,this.yy,this,h,this.conditionStack[this.conditionStack.length-1]),this.done&&this._input&&(this.done=!1),p)return p;if(this._backtrack){for(var e in C)this[e]=C[e];return!1}return!1},"test_match"),next:f(function(){if(this.done)return this.EOF;this._input||(this.done=!0);var c,h,p,n;this._more||(this.yytext="",this.match="");for(var C=this._currentRules(),e=0;e<C.length;e++)if(p=this._input.match(this.rules[C[e]]),p&&(!h||p[0].length>h[0].length)){if(h=p,n=e,this.options.backtrack_lexer){if(c=this.test_match(p,C[e]),c!==!1)return c;if(this._backtrack){h=!1;continue}else return!1}else if(!this.options.flex)break}return h?(c=this.test_match(h,C[n]),c!==!1?c:!1):this._input===""?this.EOF:this.parseError("Lexical error on line "+(this.yylineno+1)+`. Unrecognized text.
6
- `+this.showPosition(),{text:"",token:null,line:this.yylineno})},"next"),lex:f(function(){var h=this.next();return h||this.lex()},"lex"),begin:f(function(h){this.conditionStack.push(h)},"begin"),popState:f(function(){var h=this.conditionStack.length-1;return h>0?this.conditionStack.pop():this.conditionStack[0]},"popState"),_currentRules:f(function(){return this.conditionStack.length&&this.conditionStack[this.conditionStack.length-1]?this.conditions[this.conditionStack[this.conditionStack.length-1]].rules:this.conditions.INITIAL.rules},"_currentRules"),topState:f(function(h){return h=this.conditionStack.length-1-Math.abs(h||0),h>=0?this.conditionStack[h]:"INITIAL"},"topState"),pushState:f(function(h){this.begin(h)},"pushState"),stateStackSize:f(function(){return this.conditionStack.length},"stateStackSize"),options:{},performAction:f(function(h,p,n,C){switch(n){case 0:return 60;case 1:return 61;case 2:return 62;case 3:return 63;case 4:break;case 5:break;case 6:return this.begin("acc_title"),33;case 7:return this.popState(),"acc_title_value";case 8:return this.begin("acc_descr"),35;case 9:return this.popState(),"acc_descr_value";case 10:this.begin("acc_descr_multiline");break;case 11:this.popState();break;case 12:return"acc_descr_multiline_value";case 13:return 8;case 14:break;case 15:return 7;case 16:return 7;case 17:return"EDGE_STATE";case 18:this.begin("callback_name");break;case 19:this.popState();break;case 20:this.popState(),this.begin("callback_args");break;case 21:return 77;case 22:this.popState();break;case 23:return 78;case 24:this.popState();break;case 25:return"STR";case 26:this.begin("string");break;case 27:return 80;case 28:return 55;case 29:return this.begin("namespace"),42;case 30:return this.popState(),8;case 31:break;case 32:return this.begin("namespace-body"),39;case 33:return this.popState(),41;case 34:return"EOF_IN_STRUCT";case 35:return 8;case 36:break;case 37:return"EDGE_STATE";case 38:return this.begin("class"),46;case 39:return this.popState(),8;case 40:break;case 41:return this.popState(),this.popState(),41;case 42:return this.begin("class-body"),39;case 43:return this.popState(),41;case 44:return"EOF_IN_STRUCT";case 45:return"EDGE_STATE";case 46:return"OPEN_IN_STRUCT";case 47:break;case 48:return"MEMBER";case 49:return 81;case 50:return 73;case 51:return 74;case 52:return 76;case 53:return 52;case 54:return 54;case 55:return 47;case 56:return 48;case 57:return 79;case 58:this.popState();break;case 59:return"GENERICTYPE";case 60:this.begin("generic");break;case 61:this.popState();break;case 62:return"BQUOTE_STR";case 63:this.begin("bqstring");break;case 64:return 75;case 65:return 75;case 66:return 75;case 67:return 75;case 68:return 67;case 69:return 67;case 70:return 69;case 71:return 69;case 72:return 68;case 73:return 66;case 74:return 70;case 75:return 71;case 76:return 72;case 77:return 22;case 78:return 44;case 79:return 99;case 80:return 18;case 81:return"PLUS";case 82:return 85;case 83:return 59;case 84:return 88;case 85:return 88;case 86:return 89;case 87:return"EQUALS";case 88:return"EQUALS";case 89:return 58;case 90:return 12;case 91:return 14;case 92:return"PUNCTUATION";case 93:return 84;case 94:return 101;case 95:return 87;case 96:return 87;case 97:return 9}},"anonymous"),rules:[/^(?:.*direction\s+TB[^\n]*)/,/^(?:.*direction\s+BT[^\n]*)/,/^(?:.*direction\s+RL[^\n]*)/,/^(?:.*direction\s+LR[^\n]*)/,/^(?:%%(?!\{)*[^\n]*(\r?\n?)+)/,/^(?:%%[^\n]*(\r?\n)*)/,/^(?:accTitle\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*:\s*)/,/^(?:(?!\n||)*[^\n]*)/,/^(?:accDescr\s*\{\s*)/,/^(?:[\}])/,/^(?:[^\}]*)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:classDiagram-v2\b)/,/^(?:classDiagram\b)/,/^(?:\[\*\])/,/^(?:call[\s]+)/,/^(?:\([\s]*\))/,/^(?:\()/,/^(?:[^(]*)/,/^(?:\))/,/^(?:[^)]*)/,/^(?:["])/,/^(?:[^"]*)/,/^(?:["])/,/^(?:style\b)/,/^(?:classDef\b)/,/^(?:namespace\b)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:[{])/,/^(?:[}])/,/^(?:$)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:\[\*\])/,/^(?:class\b)/,/^(?:\s*(\r?\n)+)/,/^(?:\s+)/,/^(?:[}])/,/^(?:[{])/,/^(?:[}])/,/^(?:$)/,/^(?:\[\*\])/,/^(?:[{])/,/^(?:[\n])/,/^(?:[^{}\n]*)/,/^(?:cssClass\b)/,/^(?:callback\b)/,/^(?:link\b)/,/^(?:click\b)/,/^(?:note for\b)/,/^(?:note\b)/,/^(?:<<)/,/^(?:>>)/,/^(?:href\b)/,/^(?:[~])/,/^(?:[^~]*)/,/^(?:~)/,/^(?:[`])/,/^(?:[^`]+)/,/^(?:[`])/,/^(?:_self\b)/,/^(?:_blank\b)/,/^(?:_parent\b)/,/^(?:_top\b)/,/^(?:\s*<\|)/,/^(?:\s*\|>)/,/^(?:\s*>)/,/^(?:\s*<)/,/^(?:\s*\*)/,/^(?:\s*o\b)/,/^(?:\s*\(\))/,/^(?:--)/,/^(?:\.\.)/,/^(?::{1}[^:\n;]+)/,/^(?::{3})/,/^(?:-)/,/^(?:\.)/,/^(?:\+)/,/^(?::)/,/^(?:,)/,/^(?:#)/,/^(?:#)/,/^(?:%)/,/^(?:=)/,/^(?:=)/,/^(?:\w+)/,/^(?:\[)/,/^(?:\])/,/^(?:[!"#$%&'*+,-.`?\\/])/,/^(?:[0-9]+)/,/^(?:[\u00AA\u00B5\u00BA\u00C0-\u00D6\u00D8-\u00F6]|[\u00F8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377]|[\u037A-\u037D\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5]|[\u03F7-\u0481\u048A-\u0527\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA]|[\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE]|[\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA]|[\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0]|[\u08A2-\u08AC\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0977]|[\u0979-\u097F\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2]|[\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A]|[\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39]|[\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8]|[\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0B05-\u0B0C]|[\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C]|[\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99]|[\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0]|[\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C33\u0C35-\u0C39\u0C3D]|[\u0C58\u0C59\u0C60\u0C61\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3]|[\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10]|[\u0D12-\u0D3A\u0D3D\u0D4E\u0D60\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1]|[\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81]|[\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3]|[\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6]|[\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A]|[\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081]|[\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D]|[\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0]|[\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310]|[\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F4\u1401-\u166C]|[\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u1700-\u170C\u170E-\u1711]|[\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7]|[\u17DC\u1820-\u1877\u1880-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191C]|[\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19C1-\u19C7\u1A00-\u1A16]|[\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF]|[\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1CE9-\u1CEC]|[\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D]|[\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D]|[\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3]|[\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F]|[\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128]|[\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184]|[\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3]|[\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6]|[\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE]|[\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C]|[\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D]|[\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FCC]|[\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B]|[\uA640-\uA66E\uA67F-\uA697\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788]|[\uA78B-\uA78E\uA790-\uA793\uA7A0-\uA7AA\uA7F8-\uA801\uA803-\uA805]|[\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB]|[\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uAA00-\uAA28]|[\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA80-\uAAAF\uAAB1\uAAB5]|[\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4]|[\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E]|[\uABC0-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D]|[\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36]|[\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D]|[\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC]|[\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF]|[\uFFD2-\uFFD7\uFFDA-\uFFDC])/,/^(?:\s)/,/^(?:\s)/,/^(?:$)/],conditions:{"namespace-body":{rules:[26,33,34,35,36,37,38,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},namespace:{rules:[26,29,30,31,32,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},"class-body":{rules:[26,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},class:{rules:[26,39,40,41,42,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},acc_descr_multiline:{rules:[11,12,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},acc_descr:{rules:[9,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},acc_title:{rules:[7,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},callback_args:{rules:[22,23,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},callback_name:{rules:[19,20,21,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},href:{rules:[26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},struct:{rules:[26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},generic:{rules:[26,49,50,51,52,53,54,55,56,57,58,59,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},bqstring:{rules:[26,49,50,51,52,53,54,55,56,57,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},string:{rules:[24,25,26,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,86,87,88,89,90,91,92,93,94,95,97],inclusive:!1},INITIAL:{rules:[0,1,2,3,4,5,6,8,10,13,14,15,16,17,18,26,27,28,29,38,49,50,51,52,53,54,55,56,57,60,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83,84,85,86,87,88,89,90,91,92,93,94,95,96,97],inclusive:!0}}};return I})();Ne.lexer=qe;function ce(){this.yy={}}return f(ce,"Parser"),ce.prototype=Ne,Ne.Parser=ce,new ce})();Ve.parser=Ve;var Tt=Ve,We=["#","+","~","-",""],G,je=(G=class{constructor(i,a){this.memberType=a,this.visibility="",this.classifier="",this.text="";const u=pt(i,F());this.parseMember(u)}getDisplayDetails(){let i=this.visibility+R(this.id);this.memberType==="method"&&(i+=`(${R(this.parameters.trim())})`,this.returnType&&(i+=" : "+R(this.returnType))),i=i.trim();const a=this.parseClassifier();return{displayText:i,cssStyle:a}}parseMember(i){let a="";if(this.memberType==="method"){const r=/([#+~-])?(.+)\((.*)\)([\s$*])?(.*)([$*])?/.exec(i);if(r){const o=r[1]?r[1].trim():"";if(We.includes(o)&&(this.visibility=o),this.id=r[2],this.parameters=r[3]?r[3].trim():"",a=r[4]?r[4].trim():"",this.returnType=r[5]?r[5].trim():"",a===""){const A=this.returnType.substring(this.returnType.length-1);/[$*]/.exec(A)&&(a=A,this.returnType=this.returnType.substring(0,this.returnType.length-1))}}}else{const l=i.length,r=i.substring(0,1),o=i.substring(l-1);We.includes(r)&&(this.visibility=r),/[$*]/.exec(o)&&(a=o),this.id=i.substring(this.visibility===""?0:1,a===""?l:l-1)}this.classifier=a,this.id=this.id.startsWith(" ")?" "+this.id.trim():this.id.trim();const u=`${this.visibility?"\\"+this.visibility:""}${R(this.id)}${this.memberType==="method"?`(${R(this.parameters)})${this.returnType?" : "+R(this.returnType):""}`:""}`;this.text=u.replaceAll("<","&lt;").replaceAll(">","&gt;"),this.text.startsWith("\\&lt;")&&(this.text=this.text.replace("\\&lt;","~"))}parseClassifier(){switch(this.classifier){case"*":return"font-style:italic;";case"$":return"text-decoration:underline;";default:return""}}},f(G,"ClassMember"),G),pe="classId-",Xe=0,V=f(s=>v.sanitizeText(s,F()),"sanitizeText"),U,kt=(U=class{constructor(){this.relations=[],this.classes=new Map,this.styleClasses=new Map,this.notes=[],this.interfaces=[],this.namespaces=new Map,this.namespaceCounter=0,this.functions=[],this.lineType={LINE:0,DOTTED_LINE:1},this.relationType={AGGREGATION:0,EXTENSION:1,COMPOSITION:2,DEPENDENCY:3,LOLLIPOP:4},this.setupToolTips=f(i=>{let a=$(".mermaidTooltip");(a._groups||a)[0][0]===null&&(a=$("body").append("div").attr("class","mermaidTooltip").style("opacity",0)),$(i).select("svg").selectAll("g.node").on("mouseover",r=>{const o=$(r.currentTarget);if(o.attr("title")===null)return;const g=this.getBoundingClientRect();a.transition().duration(200).style("opacity",".9"),a.text(o.attr("title")).style("left",window.scrollX+g.left+(g.right-g.left)/2+"px").style("top",window.scrollY+g.top-14+document.body.scrollTop+"px"),a.html(a.html().replace(/&lt;br\/&gt;/g,"<br/>")),o.classed("hover",!0)}).on("mouseout",r=>{a.transition().duration(500).style("opacity",0),$(r.currentTarget).classed("hover",!1)})},"setupToolTips"),this.direction="TB",this.setAccTitle=nt,this.getAccTitle=rt,this.setAccDescription=ut,this.getAccDescription=lt,this.setDiagramTitle=ct,this.getDiagramTitle=ot,this.getConfig=f(()=>F().class,"getConfig"),this.functions.push(this.setupToolTips.bind(this)),this.clear(),this.addRelation=this.addRelation.bind(this),this.addClassesToNamespace=this.addClassesToNamespace.bind(this),this.addNamespace=this.addNamespace.bind(this),this.setCssClass=this.setCssClass.bind(this),this.addMembers=this.addMembers.bind(this),this.addClass=this.addClass.bind(this),this.setClassLabel=this.setClassLabel.bind(this),this.addAnnotation=this.addAnnotation.bind(this),this.addMember=this.addMember.bind(this),this.cleanupLabel=this.cleanupLabel.bind(this),this.addNote=this.addNote.bind(this),this.defineClass=this.defineClass.bind(this),this.setDirection=this.setDirection.bind(this),this.setLink=this.setLink.bind(this),this.bindFunctions=this.bindFunctions.bind(this),this.clear=this.clear.bind(this),this.setTooltip=this.setTooltip.bind(this),this.setClickEvent=this.setClickEvent.bind(this),this.setCssStyle=this.setCssStyle.bind(this)}splitClassNameAndType(i){const a=v.sanitizeText(i,F());let u="",l=a;if(a.indexOf("~")>0){const r=a.split("~");l=V(r[0]),u=V(r[1])}return{className:l,type:u}}setClassLabel(i,a){const u=v.sanitizeText(i,F());a&&(a=V(a));const{className:l}=this.splitClassNameAndType(u);this.classes.get(l).label=a,this.classes.get(l).text=`${a}${this.classes.get(l).type?`<${this.classes.get(l).type}>`:""}`}addClass(i){const a=v.sanitizeText(i,F()),{className:u,type:l}=this.splitClassNameAndType(a);if(this.classes.has(u))return;const r=v.sanitizeText(u,F());this.classes.set(r,{id:r,type:l,label:r,text:`${r}${l?`&lt;${l}&gt;`:""}`,shape:"classBox",cssClasses:"default",methods:[],members:[],annotations:[],styles:[],domId:pe+r+"-"+Xe}),Xe++}addInterface(i,a){const u={id:`interface${this.interfaces.length}`,label:i,classId:a};this.interfaces.push(u)}lookUpDomId(i){const a=v.sanitizeText(i,F());if(this.classes.has(a))return this.classes.get(a).domId;throw new Error("Class not found: "+a)}clear(){this.relations=[],this.classes=new Map,this.notes=[],this.interfaces=[],this.functions=[],this.functions.push(this.setupToolTips.bind(this)),this.namespaces=new Map,this.namespaceCounter=0,this.direction="TB",ht()}getClass(i){return this.classes.get(i)}getClasses(){return this.classes}getRelations(){return this.relations}getNotes(){return this.notes}addRelation(i){Oe.debug("Adding relation: "+JSON.stringify(i));const a=[this.relationType.LOLLIPOP,this.relationType.AGGREGATION,this.relationType.COMPOSITION,this.relationType.DEPENDENCY,this.relationType.EXTENSION];i.relation.type1===this.relationType.LOLLIPOP&&!a.includes(i.relation.type2)?(this.addClass(i.id2),this.addInterface(i.id1,i.id2),i.id1=`interface${this.interfaces.length-1}`):i.relation.type2===this.relationType.LOLLIPOP&&!a.includes(i.relation.type1)?(this.addClass(i.id1),this.addInterface(i.id2,i.id1),i.id2=`interface${this.interfaces.length-1}`):(this.addClass(i.id1),this.addClass(i.id2)),i.id1=this.splitClassNameAndType(i.id1).className,i.id2=this.splitClassNameAndType(i.id2).className,i.relationTitle1=v.sanitizeText(i.relationTitle1.trim(),F()),i.relationTitle2=v.sanitizeText(i.relationTitle2.trim(),F()),this.relations.push(i)}addAnnotation(i,a){const u=this.splitClassNameAndType(i).className;this.classes.get(u).annotations.push(a)}addMember(i,a){this.addClass(i);const u=this.splitClassNameAndType(i).className,l=this.classes.get(u);if(typeof a=="string"){const r=a.trim();r.startsWith("<<")&&r.endsWith(">>")?l.annotations.push(V(r.substring(2,r.length-2))):r.indexOf(")")>0?l.methods.push(new je(r,"method")):r&&l.members.push(new je(r,"attribute"))}}addMembers(i,a){Array.isArray(a)&&(a.reverse(),a.forEach(u=>this.addMember(i,u)))}addNote(i,a){const u={id:`note${this.notes.length}`,class:a,text:i};this.notes.push(u)}cleanupLabel(i){return i.startsWith(":")&&(i=i.substring(1)),V(i.trim())}setCssClass(i,a){i.split(",").forEach(u=>{let l=u;/\d/.exec(u[0])&&(l=pe+l);const r=this.classes.get(l);r&&(r.cssClasses+=" "+a)})}defineClass(i,a){for(const u of i){let l=this.styleClasses.get(u);l===void 0&&(l={id:u,styles:[],textStyles:[]},this.styleClasses.set(u,l)),a&&a.forEach(r=>{if(/color/.exec(r)){const o=r.replace("fill","bgFill");l.textStyles.push(o)}l.styles.push(r)}),this.classes.forEach(r=>{r.cssClasses.includes(u)&&r.styles.push(...a.flatMap(o=>o.split(",")))})}}setTooltip(i,a){i.split(",").forEach(u=>{a!==void 0&&(this.classes.get(u).tooltip=V(a))})}getTooltip(i,a){return a&&this.namespaces.has(a)?this.namespaces.get(a).classes.get(i).tooltip:this.classes.get(i).tooltip}setLink(i,a,u){const l=F();i.split(",").forEach(r=>{let o=r;/\d/.exec(r[0])&&(o=pe+o);const A=this.classes.get(o);A&&(A.link=we.formatUrl(a,l),l.securityLevel==="sandbox"?A.linkTarget="_top":typeof u=="string"?A.linkTarget=V(u):A.linkTarget="_blank")}),this.setCssClass(i,"clickable")}setClickEvent(i,a,u){i.split(",").forEach(l=>{this.setClickFunc(l,a,u),this.classes.get(l).haveCallback=!0}),this.setCssClass(i,"clickable")}setClickFunc(i,a,u){const l=v.sanitizeText(i,F());if(F().securityLevel!=="loose"||a===void 0)return;const o=l;if(this.classes.has(o)){const A=this.lookUpDomId(o);let g=[];if(typeof u=="string"){g=u.split(/,(?=(?:(?:[^"]*"){2})*[^"]*$)/);for(let D=0;D<g.length;D++){let L=g[D].trim();L.startsWith('"')&&L.endsWith('"')&&(L=L.substr(1,L.length-2)),g[D]=L}}g.length===0&&g.push(A),this.functions.push(()=>{const D=document.querySelector(`[id="${A}"]`);D!==null&&D.addEventListener("click",()=>{we.runFunc(a,...g)},!1)})}}bindFunctions(i){this.functions.forEach(a=>{a(i)})}getDirection(){return this.direction}setDirection(i){this.direction=i}addNamespace(i){this.namespaces.has(i)||(this.namespaces.set(i,{id:i,classes:new Map,children:{},domId:pe+i+"-"+this.namespaceCounter}),this.namespaceCounter++)}getNamespace(i){return this.namespaces.get(i)}getNamespaces(){return this.namespaces}addClassesToNamespace(i,a){if(this.namespaces.has(i))for(const u of a){const{className:l}=this.splitClassNameAndType(u);this.classes.get(l).parent=i,this.namespaces.get(i).classes.set(l,this.classes.get(l))}}setCssStyle(i,a){const u=this.classes.get(i);if(!(!a||!u))for(const l of a)l.includes(",")?u.styles.push(...l.split(",")):u.styles.push(l)}getArrowMarker(i){let a;switch(i){case 0:a="aggregation";break;case 1:a="extension";break;case 2:a="composition";break;case 3:a="dependency";break;case 4:a="lollipop";break;default:a="none"}return a}getData(){var r;const i=[],a=[],u=F();for(const o of this.namespaces.keys()){const A=this.namespaces.get(o);if(A){const g={id:A.id,label:A.id,isGroup:!0,padding:u.class.padding??16,shape:"rect",cssStyles:["fill: none","stroke: black"],look:u.look};i.push(g)}}for(const o of this.classes.keys()){const A=this.classes.get(o);if(A){const g=A;g.parentId=A.parent,g.look=u.look,i.push(g)}}let l=0;for(const o of this.notes){l++;const A={id:o.id,label:o.text,isGroup:!1,shape:"note",padding:u.class.padding??6,cssStyles:["text-align: left","white-space: nowrap",`fill: ${u.themeVariables.noteBkgColor}`,`stroke: ${u.themeVariables.noteBorderColor}`],look:u.look};i.push(A);const g=((r=this.classes.get(o.class))==null?void 0:r.id)??"";if(g){const D={id:`edgeNote${l}`,start:o.id,end:g,type:"normal",thickness:"normal",classes:"relation",arrowTypeStart:"none",arrowTypeEnd:"none",arrowheadStyle:"",labelStyle:[""],style:["fill: none"],pattern:"dotted",look:u.look};a.push(D)}}for(const o of this.interfaces){const A={id:o.id,label:o.label,isGroup:!1,shape:"rect",cssStyles:["opacity: 0;"],look:u.look};i.push(A)}l=0;for(const o of this.relations){l++;const A={id:dt(o.id1,o.id2,{prefix:"id",counter:l}),start:o.id1,end:o.id2,type:"normal",label:o.title,labelpos:"c",thickness:"normal",classes:"relation",arrowTypeStart:this.getArrowMarker(o.relation.type1),arrowTypeEnd:this.getArrowMarker(o.relation.type2),startLabelRight:o.relationTitle1==="none"?"":o.relationTitle1,endLabelLeft:o.relationTitle2==="none"?"":o.relationTitle2,arrowheadStyle:"",labelStyle:["display: inline-block"],style:o.style||"",pattern:o.relation.lineType==1?"dashed":"solid",look:u.look};a.push(A)}return{nodes:i,edges:a,other:{},config:u,direction:this.getDirection()}}},f(U,"ClassDB"),U),At=f(s=>`g.classGroup text {
7
- fill: ${s.nodeBorder||s.classText};
8
- stroke: none;
9
- font-family: ${s.fontFamily};
10
- font-size: 10px;
11
-
12
- .title {
13
- font-weight: bolder;
14
- }
15
-
16
- }
17
-
18
- .nodeLabel, .edgeLabel {
19
- color: ${s.classText};
20
- }
21
- .edgeLabel .label rect {
22
- fill: ${s.mainBkg};
23
- }
24
- .label text {
25
- fill: ${s.classText};
26
- }
27
-
28
- .labelBkg {
29
- background: ${s.mainBkg};
30
- }
31
- .edgeLabel .label span {
32
- background: ${s.mainBkg};
33
- }
34
-
35
- .classTitle {
36
- font-weight: bolder;
37
- }
38
- .node rect,
39
- .node circle,
40
- .node ellipse,
41
- .node polygon,
42
- .node path {
43
- fill: ${s.mainBkg};
44
- stroke: ${s.nodeBorder};
45
- stroke-width: 1px;
46
- }
47
-
48
-
49
- .divider {
50
- stroke: ${s.nodeBorder};
51
- stroke-width: 1;
52
- }
53
-
54
- g.clickable {
55
- cursor: pointer;
56
- }
57
-
58
- g.classGroup rect {
59
- fill: ${s.mainBkg};
60
- stroke: ${s.nodeBorder};
61
- }
62
-
63
- g.classGroup line {
64
- stroke: ${s.nodeBorder};
65
- stroke-width: 1;
66
- }
67
-
68
- .classLabel .box {
69
- stroke: none;
70
- stroke-width: 0;
71
- fill: ${s.mainBkg};
72
- opacity: 0.5;
73
- }
74
-
75
- .classLabel .label {
76
- fill: ${s.nodeBorder};
77
- font-size: 10px;
78
- }
79
-
80
- .relation {
81
- stroke: ${s.lineColor};
82
- stroke-width: 1;
83
- fill: none;
84
- }
85
-
86
- .dashed-line{
87
- stroke-dasharray: 3;
88
- }
89
-
90
- .dotted-line{
91
- stroke-dasharray: 1 2;
92
- }
93
-
94
- #compositionStart, .composition {
95
- fill: ${s.lineColor} !important;
96
- stroke: ${s.lineColor} !important;
97
- stroke-width: 1;
98
- }
99
-
100
- #compositionEnd, .composition {
101
- fill: ${s.lineColor} !important;
102
- stroke: ${s.lineColor} !important;
103
- stroke-width: 1;
104
- }
105
-
106
- #dependencyStart, .dependency {
107
- fill: ${s.lineColor} !important;
108
- stroke: ${s.lineColor} !important;
109
- stroke-width: 1;
110
- }
111
-
112
- #dependencyStart, .dependency {
113
- fill: ${s.lineColor} !important;
114
- stroke: ${s.lineColor} !important;
115
- stroke-width: 1;
116
- }
117
-
118
- #extensionStart, .extension {
119
- fill: transparent !important;
120
- stroke: ${s.lineColor} !important;
121
- stroke-width: 1;
122
- }
123
-
124
- #extensionEnd, .extension {
125
- fill: transparent !important;
126
- stroke: ${s.lineColor} !important;
127
- stroke-width: 1;
128
- }
129
-
130
- #aggregationStart, .aggregation {
131
- fill: transparent !important;
132
- stroke: ${s.lineColor} !important;
133
- stroke-width: 1;
134
- }
135
-
136
- #aggregationEnd, .aggregation {
137
- fill: transparent !important;
138
- stroke: ${s.lineColor} !important;
139
- stroke-width: 1;
140
- }
141
-
142
- #lollipopStart, .lollipop {
143
- fill: ${s.mainBkg} !important;
144
- stroke: ${s.lineColor} !important;
145
- stroke-width: 1;
146
- }
147
-
148
- #lollipopEnd, .lollipop {
149
- fill: ${s.mainBkg} !important;
150
- stroke: ${s.lineColor} !important;
151
- stroke-width: 1;
152
- }
153
-
154
- .edgeTerminals {
155
- font-size: 11px;
156
- line-height: initial;
157
- }
158
-
159
- .classTitleText {
160
- text-anchor: middle;
161
- font-size: 18px;
162
- fill: ${s.textColor};
163
- }
164
- ${et()}
165
- `,"getStyles"),Dt=At,ft=f((s,i="TB")=>{if(!s.doc)return i;let a=i;for(const u of s.doc)u.stmt==="dir"&&(a=u.value);return a},"getDir"),gt=f(function(s,i){return i.db.getClasses()},"getClasses"),Ct=f(async function(s,i,a,u){Oe.info("REF0:"),Oe.info("Drawing class diagram (v3)",i);const{securityLevel:l,state:r,layout:o}=F(),A=u.db.getData(),g=tt(i,l);A.type=u.type,A.layoutAlgorithm=it(o),A.nodeSpacing=(r==null?void 0:r.nodeSpacing)||50,A.rankSpacing=(r==null?void 0:r.rankSpacing)||50,A.markers=["aggregation","extension","composition","dependency","lollipop"],A.diagramId=i,await at(A,g);const D=8;we.insertTitle(g,"classDiagramTitleText",(r==null?void 0:r.titleTopMargin)??25,u.db.getDiagramTitle()),st(g,D,"classDiagram",(r==null?void 0:r.useMaxWidth)??!0)},"draw"),Ft={getClasses:gt,draw:Ct,getDir:ft};export{kt as C,Tt as a,Ft as c,Dt as s};