@collabdt/core 0.0.50 → 0.0.53

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 (1008) hide show
  1. package/NOTICE +1021 -0
  2. package/README.md +32 -4
  3. package/dist/core/components/AppSidebarContent.d.ts.map +1 -1
  4. package/dist/core/components/AppSidebarContent.js.map +1 -1
  5. package/dist/core/components/ConfirmDialog.d.ts.map +1 -1
  6. package/dist/core/components/ConfirmDialog.js.map +1 -1
  7. package/dist/core/components/DataTableSkeleton.d.ts.map +1 -1
  8. package/dist/core/components/DataTableSkeleton.js.map +1 -1
  9. package/dist/core/components/LanguageSwitch.d.ts.map +1 -1
  10. package/dist/core/components/LanguageSwitch.js.map +1 -1
  11. package/dist/core/components/Logo.d.ts.map +1 -1
  12. package/dist/core/components/Logo.js.map +1 -1
  13. package/dist/core/components/Toolbar.d.ts.map +1 -1
  14. package/dist/core/components/Toolbar.js.map +1 -1
  15. package/dist/core/components/ToolbarBody.d.ts.map +1 -1
  16. package/dist/core/components/ToolbarBody.js.map +1 -1
  17. package/dist/core/components/ToolbarSubmenu.d.ts.map +1 -1
  18. package/dist/core/components/ToolbarSubmenu.js.map +1 -1
  19. package/dist/core/components/TopNavigationBar.d.ts.map +1 -1
  20. package/dist/core/components/TopNavigationBar.js.map +1 -1
  21. package/dist/core/components/authentication/AuthPage.d.ts.map +1 -1
  22. package/dist/core/components/authentication/AuthPage.js.map +1 -1
  23. package/dist/core/components/authentication/ForgotPassword.d.ts.map +1 -1
  24. package/dist/core/components/authentication/ForgotPassword.js.map +1 -1
  25. package/dist/core/components/authentication/PasswordError.d.ts.map +1 -1
  26. package/dist/core/components/authentication/PasswordError.js.map +1 -1
  27. package/dist/core/components/authentication/Signin.d.ts.map +1 -1
  28. package/dist/core/components/authentication/Signin.js.map +1 -1
  29. package/dist/core/components/authentication/SigninEmail.d.ts.map +1 -1
  30. package/dist/core/components/authentication/SigninEmail.js.map +1 -1
  31. package/dist/core/components/authentication/Signup.d.ts.map +1 -1
  32. package/dist/core/components/authentication/Signup.js.map +1 -1
  33. package/dist/core/components/authentication/VerifyEmail.d.ts.map +1 -1
  34. package/dist/core/components/authentication/VerifyEmail.js.map +1 -1
  35. package/dist/core/components/authentication/index.d.ts.map +1 -1
  36. package/dist/core/components/authentication/index.js.map +1 -1
  37. package/dist/core/components/index.d.ts +1 -0
  38. package/dist/core/components/index.d.ts.map +1 -1
  39. package/dist/core/components/index.js +1 -0
  40. package/dist/core/components/index.js.map +1 -1
  41. package/dist/core/components/instance-not-found/index.d.ts.map +1 -1
  42. package/dist/core/components/instance-not-found/index.js.map +1 -1
  43. package/dist/core/components/instance-not-found/src/OrganizationNotFoundSection.d.ts.map +1 -1
  44. package/dist/core/components/instance-not-found/src/OrganizationNotFoundSection.js.map +1 -1
  45. package/dist/core/components/organizationConfig/index.d.ts +2 -0
  46. package/dist/core/components/organizationConfig/index.d.ts.map +1 -0
  47. package/dist/core/components/organizationConfig/index.js +66 -0
  48. package/dist/core/components/organizationConfig/index.js.map +1 -0
  49. package/dist/core/components/organizationConfig/src/organizationConfigContent.d.ts +2 -0
  50. package/dist/core/components/organizationConfig/src/organizationConfigContent.d.ts.map +1 -0
  51. package/dist/core/components/organizationConfig/src/organizationConfigContent.js +229 -0
  52. package/dist/core/components/organizationConfig/src/organizationConfigContent.js.map +1 -0
  53. package/dist/core/components/settings/index.d.ts.map +1 -1
  54. package/dist/core/components/settings/index.js.map +1 -1
  55. package/dist/core/components/settings/src/AccountSettingsPanel.d.ts.map +1 -1
  56. package/dist/core/components/settings/src/AccountSettingsPanel.js.map +1 -1
  57. package/dist/core/components/settings/src/ChangePassword.d.ts.map +1 -1
  58. package/dist/core/components/settings/src/ChangePassword.js.map +1 -1
  59. package/dist/core/components/settings/src/OrganizationSettingsPanel.d.ts.map +1 -1
  60. package/dist/core/components/settings/src/OrganizationSettingsPanel.js.map +1 -1
  61. package/dist/core/components/settings/src/OrganizationSkeleton.d.ts.map +1 -1
  62. package/dist/core/components/settings/src/OrganizationSkeleton.js.map +1 -1
  63. package/dist/core/components/settings/src/SettingsContent.d.ts.map +1 -1
  64. package/dist/core/components/settings/src/SettingsContent.js.map +1 -1
  65. package/dist/core/components/settings/src/SettingsHeader.d.ts.map +1 -1
  66. package/dist/core/components/settings/src/SettingsHeader.js.map +1 -1
  67. package/dist/core/components/settings/src/SettingsSidebar.d.ts.map +1 -1
  68. package/dist/core/components/settings/src/SettingsSidebar.js.map +1 -1
  69. package/dist/core/components/settings/src/SettingsSkeleton.d.ts.map +1 -1
  70. package/dist/core/components/settings/src/SettingsSkeleton.js.map +1 -1
  71. package/dist/core/components/settings/src/UsersSettingsPanel.d.ts.map +1 -1
  72. package/dist/core/components/settings/src/UsersSettingsPanel.js.map +1 -1
  73. package/dist/core/components/settings/src/types.d.ts.map +1 -1
  74. package/dist/core/components/ui/Accordion.d.ts.map +1 -1
  75. package/dist/core/components/ui/Accordion.js.map +1 -1
  76. package/dist/core/components/ui/AddItemDialog.d.ts.map +1 -1
  77. package/dist/core/components/ui/AddItemDialog.js.map +1 -1
  78. package/dist/core/components/ui/AlertDialog.d.ts.map +1 -1
  79. package/dist/core/components/ui/AlertDialog.js.map +1 -1
  80. package/dist/core/components/ui/AnimatedBackground.d.ts.map +1 -1
  81. package/dist/core/components/ui/AnimatedBackground.js.map +1 -1
  82. package/dist/core/components/ui/AppSidebar.d.ts.map +1 -1
  83. package/dist/core/components/ui/AppSidebar.js +30 -15
  84. package/dist/core/components/ui/AppSidebar.js.map +1 -1
  85. package/dist/core/components/ui/Avatar.d.ts.map +1 -1
  86. package/dist/core/components/ui/Avatar.js.map +1 -1
  87. package/dist/core/components/ui/Badge.d.ts.map +1 -1
  88. package/dist/core/components/ui/Badge.js.map +1 -1
  89. package/dist/core/components/ui/Breadcrumb.d.ts.map +1 -1
  90. package/dist/core/components/ui/Breadcrumb.js.map +1 -1
  91. package/dist/core/components/ui/Button.d.ts.map +1 -1
  92. package/dist/core/components/ui/Button.js.map +1 -1
  93. package/dist/core/components/ui/Calendar.d.ts.map +1 -1
  94. package/dist/core/components/ui/Calendar.js.map +1 -1
  95. package/dist/core/components/ui/Card.d.ts.map +1 -1
  96. package/dist/core/components/ui/Card.js.map +1 -1
  97. package/dist/core/components/ui/Checkbox.d.ts.map +1 -1
  98. package/dist/core/components/ui/Checkbox.js.map +1 -1
  99. package/dist/core/components/ui/CollapsibleSection.d.ts.map +1 -1
  100. package/dist/core/components/ui/CollapsibleSection.js.map +1 -1
  101. package/dist/core/components/ui/ColorCircle.d.ts.map +1 -1
  102. package/dist/core/components/ui/ColorCircle.js.map +1 -1
  103. package/dist/core/components/ui/Command.d.ts.map +1 -1
  104. package/dist/core/components/ui/Command.js.map +1 -1
  105. package/dist/core/components/ui/Comments/CollapsibleCommentItem.d.ts.map +1 -1
  106. package/dist/core/components/ui/Comments/CollapsibleCommentItem.js.map +1 -1
  107. package/dist/core/components/ui/Comments/Comment.d.ts.map +1 -1
  108. package/dist/core/components/ui/Comments/Comment.js.map +1 -1
  109. package/dist/core/components/ui/Comments/CommentInput.d.ts.map +1 -1
  110. package/dist/core/components/ui/Comments/CommentInput.js.map +1 -1
  111. package/dist/core/components/ui/Comments/CommentsSection.d.ts.map +1 -1
  112. package/dist/core/components/ui/Comments/CommentsSection.js.map +1 -1
  113. package/dist/core/components/ui/Comments/commentUtils.d.ts.map +1 -1
  114. package/dist/core/components/ui/Comments/commentUtils.js.map +1 -1
  115. package/dist/core/components/ui/Countdown.d.ts.map +1 -1
  116. package/dist/core/components/ui/Countdown.js.map +1 -1
  117. package/dist/core/components/ui/DataTable.d.ts.map +1 -1
  118. package/dist/core/components/ui/DataTable.js.map +1 -1
  119. package/dist/core/components/ui/DatePicker.d.ts.map +1 -1
  120. package/dist/core/components/ui/DatePicker.js.map +1 -1
  121. package/dist/core/components/ui/DescriptionList.d.ts.map +1 -1
  122. package/dist/core/components/ui/DescriptionList.js.map +1 -1
  123. package/dist/core/components/ui/Dialog.d.ts.map +1 -1
  124. package/dist/core/components/ui/Dialog.js.map +1 -1
  125. package/dist/core/components/ui/DropdownMenu.d.ts.map +1 -1
  126. package/dist/core/components/ui/DropdownMenu.js.map +1 -1
  127. package/dist/core/components/ui/ExportData.d.ts.map +1 -1
  128. package/dist/core/components/ui/ExportData.js.map +1 -1
  129. package/dist/core/components/ui/FilesManager/index.d.ts.map +1 -1
  130. package/dist/core/components/ui/FilesManager/index.js.map +1 -1
  131. package/dist/core/components/ui/FilesManager/src/FileItemComponent.d.ts.map +1 -1
  132. package/dist/core/components/ui/FilesManager/src/FileItemComponent.js.map +1 -1
  133. package/dist/core/components/ui/FilesManager/src/FileMarker.d.ts.map +1 -1
  134. package/dist/core/components/ui/FilesManager/src/FileMarker.js.map +1 -1
  135. package/dist/core/components/ui/FilesManager/src/ViewerContextMenu.d.ts.map +1 -1
  136. package/dist/core/components/ui/FilesManager/src/ViewerContextMenu.js.map +1 -1
  137. package/dist/core/components/ui/FilesManager/src/convertIfcToFragmentsFile.d.ts.map +1 -1
  138. package/dist/core/components/ui/FilesManager/src/convertIfcToFragmentsFile.js.map +1 -1
  139. package/dist/core/components/ui/FilesManager/src/downloadUtils.d.ts.map +1 -1
  140. package/dist/core/components/ui/FilesManager/src/downloadUtils.js.map +1 -1
  141. package/dist/core/components/ui/FilesManager/src/useCommonFileUpload.d.ts.map +1 -1
  142. package/dist/core/components/ui/FilesManager/src/useCommonFileUpload.js.map +1 -1
  143. package/dist/core/components/ui/FilesManager/src/useFileActions.d.ts.map +1 -1
  144. package/dist/core/components/ui/FilesManager/src/useFileActions.js.map +1 -1
  145. package/dist/core/components/ui/FilesManager/src/useFileDeleteHandler.d.ts.map +1 -1
  146. package/dist/core/components/ui/FilesManager/src/useFileDeleteHandler.js.map +1 -1
  147. package/dist/core/components/ui/FilesManager/src/useFileUploadHandler.d.ts.map +1 -1
  148. package/dist/core/components/ui/FilesManager/src/useFileUploadHandler.js.map +1 -1
  149. package/dist/core/components/ui/FilesManager/src/useFileUploadWithProgress.d.ts.map +1 -1
  150. package/dist/core/components/ui/FilesManager/src/useFileUploadWithProgress.js.map +1 -1
  151. package/dist/core/components/ui/Footer.d.ts.map +1 -1
  152. package/dist/core/components/ui/Footer.js.map +1 -1
  153. package/dist/core/components/ui/GenericTool.d.ts.map +1 -1
  154. package/dist/core/components/ui/GenericTool.js.map +1 -1
  155. package/dist/core/components/ui/Icons/BcfIcon.d.ts.map +1 -1
  156. package/dist/core/components/ui/Icons/BcfIcon.js.map +1 -1
  157. package/dist/core/components/ui/Icons/CdtIcon.d.ts.map +1 -1
  158. package/dist/core/components/ui/Icons/CdtIcon.js.map +1 -1
  159. package/dist/core/components/ui/Icons/FloorPlanIcon.d.ts.map +1 -1
  160. package/dist/core/components/ui/Icons/FloorPlanIcon.js.map +1 -1
  161. package/dist/core/components/ui/Icons/GoogleIcon.d.ts.map +1 -1
  162. package/dist/core/components/ui/Icons/GoogleIcon.js.map +1 -1
  163. package/dist/core/components/ui/Icons/IdsIcon.d.ts.map +1 -1
  164. package/dist/core/components/ui/Icons/IdsIcon.js.map +1 -1
  165. package/dist/core/components/ui/Icons/IfcIcon.d.ts.map +1 -1
  166. package/dist/core/components/ui/Icons/IfcIcon.js.map +1 -1
  167. package/dist/core/components/ui/Icons/index.d.ts.map +1 -1
  168. package/dist/core/components/ui/Icons/index.js.map +1 -1
  169. package/dist/core/components/ui/InfoSidebar/Container.d.ts.map +1 -1
  170. package/dist/core/components/ui/InfoSidebar/Container.js.map +1 -1
  171. package/dist/core/components/ui/InfoSidebar/Header.d.ts.map +1 -1
  172. package/dist/core/components/ui/InfoSidebar/Header.js.map +1 -1
  173. package/dist/core/components/ui/InfoSidebar/index.d.ts.map +1 -1
  174. package/dist/core/components/ui/InfoSidebar/index.js.map +1 -1
  175. package/dist/core/components/ui/Input.d.ts.map +1 -1
  176. package/dist/core/components/ui/Input.js.map +1 -1
  177. package/dist/core/components/ui/Label.d.ts.map +1 -1
  178. package/dist/core/components/ui/Label.js.map +1 -1
  179. package/dist/core/components/ui/LanguageToggle.d.ts.map +1 -1
  180. package/dist/core/components/ui/LanguageToggle.js.map +1 -1
  181. package/dist/core/components/ui/LoadingSpinner.d.ts.map +1 -1
  182. package/dist/core/components/ui/LoadingSpinner.js.map +1 -1
  183. package/dist/core/components/ui/Menubar.d.ts.map +1 -1
  184. package/dist/core/components/ui/Menubar.js.map +1 -1
  185. package/dist/core/components/ui/NavUser.d.ts.map +1 -1
  186. package/dist/core/components/ui/NavUser.js.map +1 -1
  187. package/dist/core/components/ui/Navbar.d.ts.map +1 -1
  188. package/dist/core/components/ui/Navbar.js.map +1 -1
  189. package/dist/core/components/ui/Popover.d.ts.map +1 -1
  190. package/dist/core/components/ui/Popover.js.map +1 -1
  191. package/dist/core/components/ui/Progress.d.ts.map +1 -1
  192. package/dist/core/components/ui/Progress.js.map +1 -1
  193. package/dist/core/components/ui/ScrollArea.d.ts.map +1 -1
  194. package/dist/core/components/ui/ScrollArea.js.map +1 -1
  195. package/dist/core/components/ui/SearchInput.d.ts.map +1 -1
  196. package/dist/core/components/ui/SearchInput.js.map +1 -1
  197. package/dist/core/components/ui/Select.d.ts.map +1 -1
  198. package/dist/core/components/ui/Select.js.map +1 -1
  199. package/dist/core/components/ui/Sensors/CollapsibleSensorItem.d.ts.map +1 -1
  200. package/dist/core/components/ui/Sensors/CollapsibleSensorItem.js.map +1 -1
  201. package/dist/core/components/ui/Sensors/Sensor.d.ts.map +1 -1
  202. package/dist/core/components/ui/Sensors/Sensor.js.map +1 -1
  203. package/dist/core/components/ui/Sensors/SensorChart.d.ts.map +1 -1
  204. package/dist/core/components/ui/Sensors/SensorChart.js.map +1 -1
  205. package/dist/core/components/ui/Sensors/SensorInput.d.ts.map +1 -1
  206. package/dist/core/components/ui/Sensors/SensorInput.js.map +1 -1
  207. package/dist/core/components/ui/Sensors/SensorTagsSection.d.ts.map +1 -1
  208. package/dist/core/components/ui/Sensors/SensorTagsSection.js.map +1 -1
  209. package/dist/core/components/ui/Sensors/SensorsSection.d.ts.map +1 -1
  210. package/dist/core/components/ui/Sensors/SensorsSection.js.map +1 -1
  211. package/dist/core/components/ui/Sensors/SensorsSectionSkeleton.d.ts.map +1 -1
  212. package/dist/core/components/ui/Sensors/SensorsSectionSkeleton.js.map +1 -1
  213. package/dist/core/components/ui/Sensors/sensorUtils.d.ts.map +1 -1
  214. package/dist/core/components/ui/Sensors/sensorUtils.js.map +1 -1
  215. package/dist/core/components/ui/Separator.d.ts.map +1 -1
  216. package/dist/core/components/ui/Separator.js.map +1 -1
  217. package/dist/core/components/ui/SettingsButton.d.ts.map +1 -1
  218. package/dist/core/components/ui/SettingsButton.js.map +1 -1
  219. package/dist/core/components/ui/ShareFeature/QRCodeWithLink.d.ts.map +1 -1
  220. package/dist/core/components/ui/ShareFeature/QRCodeWithLink.js.map +1 -1
  221. package/dist/core/components/ui/ShareFeature/ShareToolSubmenu.d.ts.map +1 -1
  222. package/dist/core/components/ui/ShareFeature/ShareToolSubmenu.js.map +1 -1
  223. package/dist/core/components/ui/ShareFeature/index.d.ts.map +1 -1
  224. package/dist/core/components/ui/ShareFeature/index.js.map +1 -1
  225. package/dist/core/components/ui/Sheet.d.ts.map +1 -1
  226. package/dist/core/components/ui/Sheet.js.map +1 -1
  227. package/dist/core/components/ui/Sidebar.d.ts.map +1 -1
  228. package/dist/core/components/ui/Sidebar.js.map +1 -1
  229. package/dist/core/components/ui/Skeleton.d.ts.map +1 -1
  230. package/dist/core/components/ui/Skeleton.js.map +1 -1
  231. package/dist/core/components/ui/Slider.d.ts.map +1 -1
  232. package/dist/core/components/ui/Slider.js.map +1 -1
  233. package/dist/core/components/ui/Sonner.d.ts.map +1 -1
  234. package/dist/core/components/ui/Sonner.js.map +1 -1
  235. package/dist/core/components/ui/Switch.d.ts.map +1 -1
  236. package/dist/core/components/ui/Switch.js.map +1 -1
  237. package/dist/core/components/ui/Table.d.ts.map +1 -1
  238. package/dist/core/components/ui/Table.js.map +1 -1
  239. package/dist/core/components/ui/Tabs.d.ts.map +1 -1
  240. package/dist/core/components/ui/Tabs.js.map +1 -1
  241. package/dist/core/components/ui/Textarea.d.ts.map +1 -1
  242. package/dist/core/components/ui/Textarea.js.map +1 -1
  243. package/dist/core/components/ui/Toggle.d.ts.map +1 -1
  244. package/dist/core/components/ui/Toggle.js.map +1 -1
  245. package/dist/core/components/ui/ToggleGroup.d.ts.map +1 -1
  246. package/dist/core/components/ui/ToggleGroup.js.map +1 -1
  247. package/dist/core/components/ui/ToolbarButton.d.ts.map +1 -1
  248. package/dist/core/components/ui/ToolbarButton.js.map +1 -1
  249. package/dist/core/components/ui/Tooltip.d.ts.map +1 -1
  250. package/dist/core/components/ui/Tooltip.js.map +1 -1
  251. package/dist/core/components/ui/UserAvatar.d.ts.map +1 -1
  252. package/dist/core/components/ui/UserAvatar.js.map +1 -1
  253. package/dist/core/components/ui/chart.d.ts.map +1 -1
  254. package/dist/core/components/ui/chart.js.map +1 -1
  255. package/dist/core/components/ui/downloadUtils.d.ts.map +1 -1
  256. package/dist/core/components/ui/downloadUtils.js.map +1 -1
  257. package/dist/core/components/ui/index.d.ts.map +1 -1
  258. package/dist/core/components/ui/index.js.map +1 -1
  259. package/dist/core/components/ui/openPopupWindow.d.ts.map +1 -1
  260. package/dist/core/components/ui/openPopupWindow.js.map +1 -1
  261. package/dist/core/components/ui/openPopupWindowLCA.d.ts.map +1 -1
  262. package/dist/core/components/ui/openPopupWindowLCA.js.map +1 -1
  263. package/dist/core/components/ui/stats.d.ts.map +1 -1
  264. package/dist/core/components/ui/stats.js.map +1 -1
  265. package/dist/core/components/ui/uploadFile.d.ts.map +1 -1
  266. package/dist/core/components/ui/uploadFile.js.map +1 -1
  267. package/dist/core/components/viewers/Data/DataMenu.d.ts.map +1 -1
  268. package/dist/core/components/viewers/Data/DataMenu.js.map +1 -1
  269. package/dist/core/components/viewers/Data/FilterButtons.d.ts.map +1 -1
  270. package/dist/core/components/viewers/Data/FilterButtons.js.map +1 -1
  271. package/dist/core/components/viewers/Data/HeaderButtons.d.ts.map +1 -1
  272. package/dist/core/components/viewers/Data/HeaderButtons.js.map +1 -1
  273. package/dist/core/components/viewers/Data/MoreOptions.d.ts.map +1 -1
  274. package/dist/core/components/viewers/Data/MoreOptions.js.map +1 -1
  275. package/dist/core/components/viewers/Data/advancedFilter/Filters.d.ts.map +1 -1
  276. package/dist/core/components/viewers/Data/advancedFilter/Filters.js.map +1 -1
  277. package/dist/core/components/viewers/Data/advancedFilter/FiltersDialog.d.ts.map +1 -1
  278. package/dist/core/components/viewers/Data/advancedFilter/FiltersDialog.js.map +1 -1
  279. package/dist/core/components/viewers/Data/buildingDetails/AddBuilding.d.ts.map +1 -1
  280. package/dist/core/components/viewers/Data/buildingDetails/AddBuilding.js.map +1 -1
  281. package/dist/core/components/viewers/Data/buildingDetails/BuildingDetails.d.ts.map +1 -1
  282. package/dist/core/components/viewers/Data/buildingDetails/BuildingDetails.js.map +1 -1
  283. package/dist/core/components/viewers/Data/buildingDetails/BuildingsMoreOptions.d.ts.map +1 -1
  284. package/dist/core/components/viewers/Data/buildingDetails/BuildingsMoreOptions.js.map +1 -1
  285. package/dist/core/components/viewers/Data/buildingDetails/FieldRenderer.d.ts.map +1 -1
  286. package/dist/core/components/viewers/Data/buildingDetails/FieldRenderer.js.map +1 -1
  287. package/dist/core/components/viewers/Data/buildingDetails/GeocoderInput.d.ts.map +1 -1
  288. package/dist/core/components/viewers/Data/buildingDetails/GeocoderInput.js.map +1 -1
  289. package/dist/core/components/viewers/Data/buildingDetails/buildingSchemaTemplate.d.ts.map +1 -1
  290. package/dist/core/components/viewers/Data/buildingDetails/buildingSchemaTemplate.js.map +1 -1
  291. package/dist/core/components/viewers/Data/details/AttachedFiles.d.ts.map +1 -1
  292. package/dist/core/components/viewers/Data/details/AttachedFiles.js.map +1 -1
  293. package/dist/core/components/viewers/Data/details/CheckboxGroup.d.ts.map +1 -1
  294. package/dist/core/components/viewers/Data/details/CheckboxGroup.js.map +1 -1
  295. package/dist/core/components/viewers/Data/details/DetailActions.d.ts.map +1 -1
  296. package/dist/core/components/viewers/Data/details/DetailActions.js.map +1 -1
  297. package/dist/core/components/viewers/Data/details/DetailHeader.d.ts.map +1 -1
  298. package/dist/core/components/viewers/Data/details/DetailHeader.js.map +1 -1
  299. package/dist/core/components/viewers/Data/details/EnergySourcesGrid.d.ts.map +1 -1
  300. package/dist/core/components/viewers/Data/details/EnergySourcesGrid.js.map +1 -1
  301. package/dist/core/components/viewers/Data/details/FieldValue.d.ts.map +1 -1
  302. package/dist/core/components/viewers/Data/details/FieldValue.js.map +1 -1
  303. package/dist/core/components/viewers/Data/details/FileUpload.d.ts.map +1 -1
  304. package/dist/core/components/viewers/Data/details/FileUpload.js.map +1 -1
  305. package/dist/core/components/viewers/Data/details/FilterFiles.d.ts.map +1 -1
  306. package/dist/core/components/viewers/Data/details/FilterFiles.js.map +1 -1
  307. package/dist/core/components/viewers/Data/details/TabSidebar.d.ts.map +1 -1
  308. package/dist/core/components/viewers/Data/details/TabSidebar.js.map +1 -1
  309. package/dist/core/components/viewers/Data/details/UnitsGrid.d.ts.map +1 -1
  310. package/dist/core/components/viewers/Data/details/UnitsGrid.js.map +1 -1
  311. package/dist/core/components/viewers/Data/details/getAttachmentFileName.d.ts.map +1 -1
  312. package/dist/core/components/viewers/Data/details/getAttachmentFileName.js.map +1 -1
  313. package/dist/core/components/viewers/Data/files/DatatableFileAdder.d.ts.map +1 -1
  314. package/dist/core/components/viewers/Data/files/DatatableFileAdder.js +3 -0
  315. package/dist/core/components/viewers/Data/files/DatatableFileAdder.js.map +1 -1
  316. package/dist/core/components/viewers/Data/files/FileDetails.d.ts.map +1 -1
  317. package/dist/core/components/viewers/Data/files/FileDetails.js.map +1 -1
  318. package/dist/core/components/viewers/Data/files/FileMoreOptions.d.ts.map +1 -1
  319. package/dist/core/components/viewers/Data/files/FileMoreOptions.js.map +1 -1
  320. package/dist/core/components/viewers/Data/files/FilePreview.d.ts.map +1 -1
  321. package/dist/core/components/viewers/Data/files/FilePreview.js.map +1 -1
  322. package/dist/core/components/viewers/Data/files/utils/fuzzySearch.d.ts.map +1 -1
  323. package/dist/core/components/viewers/Data/files/utils/fuzzySearch.js.map +1 -1
  324. package/dist/core/components/viewers/Data/infrastructureDetails/AddInfrastructure.d.ts.map +1 -1
  325. package/dist/core/components/viewers/Data/infrastructureDetails/AddInfrastructure.js.map +1 -1
  326. package/dist/core/components/viewers/Data/infrastructureDetails/FieldRenderer.d.ts.map +1 -1
  327. package/dist/core/components/viewers/Data/infrastructureDetails/FieldRenderer.js.map +1 -1
  328. package/dist/core/components/viewers/Data/infrastructureDetails/InfrastructureDetails.d.ts.map +1 -1
  329. package/dist/core/components/viewers/Data/infrastructureDetails/InfrastructureDetails.js.map +1 -1
  330. package/dist/core/components/viewers/Data/siteDetails/AddSite.d.ts.map +1 -1
  331. package/dist/core/components/viewers/Data/siteDetails/AddSite.js.map +1 -1
  332. package/dist/core/components/viewers/Data/siteDetails/AssociatedBuildings.d.ts.map +1 -1
  333. package/dist/core/components/viewers/Data/siteDetails/AssociatedBuildings.js.map +1 -1
  334. package/dist/core/components/viewers/Data/siteDetails/FieldRenderer.d.ts.map +1 -1
  335. package/dist/core/components/viewers/Data/siteDetails/FieldRenderer.js.map +1 -1
  336. package/dist/core/components/viewers/Data/siteDetails/SiteDetails.d.ts.map +1 -1
  337. package/dist/core/components/viewers/Data/siteDetails/SiteDetails.js.map +1 -1
  338. package/dist/core/components/viewers/Data/userDetails/AddUser.d.ts.map +1 -1
  339. package/dist/core/components/viewers/Data/userDetails/AddUser.js.map +1 -1
  340. package/dist/core/components/viewers/Data/userDetails/UserDetails.d.ts.map +1 -1
  341. package/dist/core/components/viewers/Data/userDetails/UserDetails.js.map +1 -1
  342. package/dist/core/components/viewers/Data/userDetails/UserMoreOptions.d.ts.map +1 -1
  343. package/dist/core/components/viewers/Data/userDetails/UserMoreOptions.js.map +1 -1
  344. package/dist/core/components/viewers/Data/utils/Columns.d.ts.map +1 -1
  345. package/dist/core/components/viewers/Data/utils/Columns.js.map +1 -1
  346. package/dist/core/components/viewers/Data/utils/Headers.d.ts.map +1 -1
  347. package/dist/core/components/viewers/Data/utils/Headers.js.map +1 -1
  348. package/dist/core/components/viewers/Data/utils/convertDate.d.ts.map +1 -1
  349. package/dist/core/components/viewers/Data/utils/convertDate.js.map +1 -1
  350. package/dist/core/components/viewers/Data/utils/csvUtils.d.ts.map +1 -1
  351. package/dist/core/components/viewers/Data/utils/csvUtils.js.map +1 -1
  352. package/dist/core/components/viewers/Data/utils/filterHelper.d.ts.map +1 -1
  353. package/dist/core/components/viewers/Data/utils/filterHelper.js.map +1 -1
  354. package/dist/core/components/viewers/Data/utils/positionParser.d.ts.map +1 -1
  355. package/dist/core/components/viewers/Data/utils/positionParser.js.map +1 -1
  356. package/dist/core/components/viewers/Data/utils/useViewerData.d.ts.map +1 -1
  357. package/dist/core/components/viewers/Data/utils/useViewerData.js.map +1 -1
  358. package/dist/core/components/viewers/Data/utils/viewerConfig.d.ts.map +1 -1
  359. package/dist/core/components/viewers/Data/utils/viewerConfig.js.map +1 -1
  360. package/dist/core/components/viewers/Viewer.d.ts.map +1 -1
  361. package/dist/core/components/viewers/Viewer.js.map +1 -1
  362. package/dist/core/components/viewers/bim/BimToolbar.d.ts.map +1 -1
  363. package/dist/core/components/viewers/bim/BimToolbar.js.map +1 -1
  364. package/dist/core/components/viewers/bim/BimViewer.d.ts.map +1 -1
  365. package/dist/core/components/viewers/bim/BimViewer.js.map +1 -1
  366. package/dist/core/components/viewers/bim/src/BCFTopicsManager.d.ts.map +1 -1
  367. package/dist/core/components/viewers/bim/src/BCFTopicsManager.js.map +1 -1
  368. package/dist/core/components/viewers/bim/src/BIMManager/index.d.ts.map +1 -1
  369. package/dist/core/components/viewers/bim/src/BIMManager/index.js.map +1 -1
  370. package/dist/core/components/viewers/bim/src/BimLoadingState/index.d.ts.map +1 -1
  371. package/dist/core/components/viewers/bim/src/BimLoadingState/index.js.map +1 -1
  372. package/dist/core/components/viewers/bim/src/BimMeasurements/LenghtMeasurement.d.ts.map +1 -1
  373. package/dist/core/components/viewers/bim/src/BimMeasurements/LenghtMeasurement.js.map +1 -1
  374. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/index.d.ts.map +1 -1
  375. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/index.js.map +1 -1
  376. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/src/CollapsibleTopicItem.d.ts.map +1 -1
  377. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/src/CollapsibleTopicItem.js.map +1 -1
  378. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/src/CreateTopicDialog.d.ts.map +1 -1
  379. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/src/CreateTopicDialog.js.map +1 -1
  380. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/src/TopicsSection.d.ts.map +1 -1
  381. package/dist/core/components/viewers/bim/src/BimSidebar/src/CommunicationTab/src/TopicsSection.js.map +1 -1
  382. package/dist/core/components/viewers/bim/src/BimSidebar/src/FileTab/index.d.ts.map +1 -1
  383. package/dist/core/components/viewers/bim/src/BimSidebar/src/FileTab/index.js.map +1 -1
  384. package/dist/core/components/viewers/bim/src/BimSidebar/src/FileTab/src/FilesSection.d.ts.map +1 -1
  385. package/dist/core/components/viewers/bim/src/BimSidebar/src/FileTab/src/FilesSection.js.map +1 -1
  386. package/dist/core/components/viewers/bim/src/BimSidebar/src/FileTab/src/ModelsSection.d.ts.map +1 -1
  387. package/dist/core/components/viewers/bim/src/BimSidebar/src/FileTab/src/ModelsSection.js.map +1 -1
  388. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/index.d.ts.map +1 -1
  389. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/index.js.map +1 -1
  390. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/src/ElevationsSection.d.ts.map +1 -1
  391. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/src/ElevationsSection.js.map +1 -1
  392. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/src/FloorplanSection.d.ts.map +1 -1
  393. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/src/FloorplanSection.js.map +1 -1
  394. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/src/SpatialStructureSection.d.ts.map +1 -1
  395. package/dist/core/components/viewers/bim/src/BimSidebar/src/LayersTab/src/SpatialStructureSection.js.map +1 -1
  396. package/dist/core/components/viewers/bim/src/BimSidebar/src/SensorsTab/index.d.ts.map +1 -1
  397. package/dist/core/components/viewers/bim/src/BimSidebar/src/SensorsTab/index.js.map +1 -1
  398. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/index.d.ts.map +1 -1
  399. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/index.js.map +1 -1
  400. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/GridManagement.d.ts.map +1 -1
  401. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/GridManagement.js.map +1 -1
  402. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/LightingManagement.d.ts.map +1 -1
  403. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/LightingManagement.js.map +1 -1
  404. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/RenderMode.d.ts.map +1 -1
  405. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/RenderMode.js.map +1 -1
  406. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/ToggleProjection.d.ts.map +1 -1
  407. package/dist/core/components/viewers/bim/src/BimSidebar/src/SettingsTab/src/ToggleProjection.js.map +1 -1
  408. package/dist/core/components/viewers/bim/src/BimSidebar/src/TabSelector.d.ts.map +1 -1
  409. package/dist/core/components/viewers/bim/src/BimSidebar/src/TabSelector.js.map +1 -1
  410. package/dist/core/components/viewers/bim/src/BimSidebar/src/index.d.ts.map +1 -1
  411. package/dist/core/components/viewers/bim/src/BimSidebar/src/index.js.map +1 -1
  412. package/dist/core/components/viewers/bim/src/CameraProjection.d.ts.map +1 -1
  413. package/dist/core/components/viewers/bim/src/CameraProjection.js.map +1 -1
  414. package/dist/core/components/viewers/bim/src/ClippingPlane.d.ts.map +1 -1
  415. package/dist/core/components/viewers/bim/src/ClippingPlane.js.map +1 -1
  416. package/dist/core/components/viewers/bim/src/CurrentCamera.d.ts.map +1 -1
  417. package/dist/core/components/viewers/bim/src/CurrentCamera.js.map +1 -1
  418. package/dist/core/components/viewers/bim/src/CurrentWorld.d.ts.map +1 -1
  419. package/dist/core/components/viewers/bim/src/CurrentWorld.js.map +1 -1
  420. package/dist/core/components/viewers/bim/src/Cursor.d.ts.map +1 -1
  421. package/dist/core/components/viewers/bim/src/Cursor.js.map +1 -1
  422. package/dist/core/components/viewers/bim/src/DXFLoader/index.d.ts.map +1 -1
  423. package/dist/core/components/viewers/bim/src/DXFLoader/index.js.map +1 -1
  424. package/dist/core/components/viewers/bim/src/ElevationsTool/index.d.ts.map +1 -1
  425. package/dist/core/components/viewers/bim/src/ElevationsTool/index.js.map +1 -1
  426. package/dist/core/components/viewers/bim/src/ElevationsTool/src/ElevationProjector.d.ts.map +1 -1
  427. package/dist/core/components/viewers/bim/src/ElevationsTool/src/ElevationProjector.js.map +1 -1
  428. package/dist/core/components/viewers/bim/src/ElevationsTool/src/types.d.ts.map +1 -1
  429. package/dist/core/components/viewers/bim/src/ElevationsTool/src/types.js.map +1 -1
  430. package/dist/core/components/viewers/bim/src/FitCamera.d.ts.map +1 -1
  431. package/dist/core/components/viewers/bim/src/FitCamera.js.map +1 -1
  432. package/dist/core/components/viewers/bim/src/FloorplanTool/index.d.ts.map +1 -1
  433. package/dist/core/components/viewers/bim/src/FloorplanTool/index.js.map +1 -1
  434. package/dist/core/components/viewers/bim/src/FloorplanTool/src/FloorplanRenderer.d.ts.map +1 -1
  435. package/dist/core/components/viewers/bim/src/FloorplanTool/src/FloorplanRenderer.js.map +1 -1
  436. package/dist/core/components/viewers/bim/src/FloorplanTool/src/StoreyProjector.d.ts.map +1 -1
  437. package/dist/core/components/viewers/bim/src/FloorplanTool/src/StoreyProjector.js.map +1 -1
  438. package/dist/core/components/viewers/bim/src/FloorplanTool/src/types.d.ts.map +1 -1
  439. package/dist/core/components/viewers/bim/src/FloorplanTool/src/types.js.map +1 -1
  440. package/dist/core/components/viewers/bim/src/FloorplanTool/src/utils.d.ts.map +1 -1
  441. package/dist/core/components/viewers/bim/src/FloorplanTool/src/utils.js.map +1 -1
  442. package/dist/core/components/viewers/bim/src/GhostMode.d.ts.map +1 -1
  443. package/dist/core/components/viewers/bim/src/GhostMode.js.map +1 -1
  444. package/dist/core/components/viewers/bim/src/Highlighter/index.d.ts.map +1 -1
  445. package/dist/core/components/viewers/bim/src/Highlighter/index.js.map +1 -1
  446. package/dist/core/components/viewers/bim/src/IDSManager/index.d.ts.map +1 -1
  447. package/dist/core/components/viewers/bim/src/IDSManager/index.js.map +1 -1
  448. package/dist/core/components/viewers/bim/src/IDSManager/src/IDSLegend.d.ts.map +1 -1
  449. package/dist/core/components/viewers/bim/src/IDSManager/src/IDSLegend.js.map +1 -1
  450. package/dist/core/components/viewers/bim/src/IfcToFragments.d.ts.map +1 -1
  451. package/dist/core/components/viewers/bim/src/IfcToFragments.js.map +1 -1
  452. package/dist/core/components/viewers/bim/src/LoadIfcAsFragments.d.ts.map +1 -1
  453. package/dist/core/components/viewers/bim/src/LoadIfcAsFragments.js.map +1 -1
  454. package/dist/core/components/viewers/bim/src/LoadModels.d.ts.map +1 -1
  455. package/dist/core/components/viewers/bim/src/LoadModels.js.map +1 -1
  456. package/dist/core/components/viewers/bim/src/ModelManager/index.d.ts.map +1 -1
  457. package/dist/core/components/viewers/bim/src/ModelManager/index.js.map +1 -1
  458. package/dist/core/components/viewers/bim/src/SimpleBimViewer.d.ts.map +1 -1
  459. package/dist/core/components/viewers/bim/src/SimpleBimViewer.js.map +1 -1
  460. package/dist/core/components/viewers/bim/src/SpatialStructure.d.ts.map +1 -1
  461. package/dist/core/components/viewers/bim/src/SpatialStructure.js.map +1 -1
  462. package/dist/core/components/viewers/bim/src/ViewportGizmo.d.ts.map +1 -1
  463. package/dist/core/components/viewers/bim/src/ViewportGizmo.js.map +1 -1
  464. package/dist/core/components/viewers/bim/src/lib/CameraController.d.ts.map +1 -1
  465. package/dist/core/components/viewers/bim/src/lib/CameraController.js.map +1 -1
  466. package/dist/core/components/viewers/bim/src/lib/CategoryHighlighter.d.ts.map +1 -1
  467. package/dist/core/components/viewers/bim/src/lib/CategoryHighlighter.js.map +1 -1
  468. package/dist/core/components/viewers/bim/src/lib/ChromeController.d.ts.map +1 -1
  469. package/dist/core/components/viewers/bim/src/lib/ChromeController.js.map +1 -1
  470. package/dist/core/components/viewers/bim/src/lib/ClipController.d.ts.map +1 -1
  471. package/dist/core/components/viewers/bim/src/lib/ClipController.js.map +1 -1
  472. package/dist/core/components/viewers/bim/src/lib/GridController.d.ts.map +1 -1
  473. package/dist/core/components/viewers/bim/src/lib/GridController.js.map +1 -1
  474. package/dist/core/components/viewers/bim/src/lib/TrueNorthPopover.d.ts.map +1 -1
  475. package/dist/core/components/viewers/bim/src/lib/TrueNorthPopover.js.map +1 -1
  476. package/dist/core/components/viewers/bim/src/lib/ViewModeCoordinator.d.ts.map +1 -1
  477. package/dist/core/components/viewers/bim/src/lib/ViewModeCoordinator.js.map +1 -1
  478. package/dist/core/components/viewers/bim/src/lib/ViewSectionList.d.ts.map +1 -1
  479. package/dist/core/components/viewers/bim/src/lib/ViewSectionList.js.map +1 -1
  480. package/dist/core/components/viewers/bim/src/lib/drawingLayers.d.ts.map +1 -1
  481. package/dist/core/components/viewers/bim/src/lib/drawingLayers.js.map +1 -1
  482. package/dist/core/components/viewers/bim/src/lib/drawingProjection.d.ts.map +1 -1
  483. package/dist/core/components/viewers/bim/src/lib/drawingProjection.js.map +1 -1
  484. package/dist/core/components/viewers/bim/src/lib/exportDrawingToDxf.d.ts.map +1 -1
  485. package/dist/core/components/viewers/bim/src/lib/exportDrawingToDxf.js.map +1 -1
  486. package/dist/core/components/viewers/bim/src/lib/safeRun.d.ts.map +1 -1
  487. package/dist/core/components/viewers/bim/src/lib/safeRun.js.map +1 -1
  488. package/dist/core/components/viewers/bim/src/lib/useBuildingName.d.ts.map +1 -1
  489. package/dist/core/components/viewers/bim/src/lib/useBuildingName.js.map +1 -1
  490. package/dist/core/components/viewers/bim/src/lib/useFriendlyIfcClassName.d.ts.map +1 -1
  491. package/dist/core/components/viewers/bim/src/lib/useFriendlyIfcClassName.js.map +1 -1
  492. package/dist/core/components/viewers/bim/src/lib/viewSection.d.ts.map +1 -1
  493. package/dist/core/components/viewers/bim/src/lib/viewSection.js.map +1 -1
  494. package/dist/core/components/viewers/bim/src/propertiesMenu/index.d.ts.map +1 -1
  495. package/dist/core/components/viewers/bim/src/propertiesMenu/index.js.map +1 -1
  496. package/dist/core/components/viewers/bim/src/propertiesMenu/src/ElementList.d.ts.map +1 -1
  497. package/dist/core/components/viewers/bim/src/propertiesMenu/src/ElementList.js.map +1 -1
  498. package/dist/core/components/viewers/bim/src/propertiesMenu/src/PropertiesMenuHeader.d.ts.map +1 -1
  499. package/dist/core/components/viewers/bim/src/propertiesMenu/src/PropertiesMenuHeader.js.map +1 -1
  500. package/dist/core/components/viewers/bim/src/propertiesMenu/src/PropertyGroup.d.ts.map +1 -1
  501. package/dist/core/components/viewers/bim/src/propertiesMenu/src/PropertyGroup.js.map +1 -1
  502. package/dist/core/components/viewers/bim/src/propertiesMenu/src/useElementProperties.d.ts.map +1 -1
  503. package/dist/core/components/viewers/bim/src/propertiesMenu/src/useElementProperties.js.map +1 -1
  504. package/dist/core/components/viewers/bim/src/propertiesMenu/src/utils.d.ts.map +1 -1
  505. package/dist/core/components/viewers/bim/src/propertiesMenu/src/utils.js.map +1 -1
  506. package/dist/core/components/viewers/bim/src/tools/AddToBim/index.d.ts.map +1 -1
  507. package/dist/core/components/viewers/bim/src/tools/AddToBim/index.js.map +1 -1
  508. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddDxf.d.ts.map +1 -1
  509. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddDxf.js.map +1 -1
  510. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddFile.d.ts.map +1 -1
  511. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddFile.js.map +1 -1
  512. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddSensor.d.ts.map +1 -1
  513. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddSensor.js.map +1 -1
  514. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddToBimToolbar.d.ts.map +1 -1
  515. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/AddToBimToolbar.js.map +1 -1
  516. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/BimComment.d.ts.map +1 -1
  517. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/BimComment.js.map +1 -1
  518. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/BimSensor.d.ts.map +1 -1
  519. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/BimSensor.js.map +1 -1
  520. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/FileHandler.d.ts.map +1 -1
  521. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/FileHandler.js.map +1 -1
  522. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/FileMarkerUtils.d.ts.map +1 -1
  523. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/FileMarkerUtils.js.map +1 -1
  524. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/Position3DCard.d.ts.map +1 -1
  525. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/Position3DCard.js.map +1 -1
  526. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/index.d.ts.map +1 -1
  527. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/index.js.map +1 -1
  528. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/markerUtils.d.ts.map +1 -1
  529. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/markerUtils.js.map +1 -1
  530. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/renderCSS2DMarkers.d.ts.map +1 -1
  531. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/renderCSS2DMarkers.js.map +1 -1
  532. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/useCommentMarkers.d.ts.map +1 -1
  533. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/useCommentMarkers.js.map +1 -1
  534. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/useFilePlacement.d.ts.map +1 -1
  535. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/useFilePlacement.js.map +1 -1
  536. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/useSensorMarkers.d.ts.map +1 -1
  537. package/dist/core/components/viewers/bim/src/tools/AddToBim/src/useSensorMarkers.js.map +1 -1
  538. package/dist/core/components/viewers/bim/src/tools/BIMSearchTool.d.ts.map +1 -1
  539. package/dist/core/components/viewers/bim/src/tools/BIMSearchTool.js.map +1 -1
  540. package/dist/core/components/viewers/bim/src/tools/ClippingTool/ClippingTool.d.ts.map +1 -1
  541. package/dist/core/components/viewers/bim/src/tools/ClippingTool/ClippingTool.js.map +1 -1
  542. package/dist/core/components/viewers/bim/src/tools/ExplodeByLevelTool.d.ts.map +1 -1
  543. package/dist/core/components/viewers/bim/src/tools/ExplodeByLevelTool.js.map +1 -1
  544. package/dist/core/components/viewers/bim/src/tools/FitCameraTool.d.ts.map +1 -1
  545. package/dist/core/components/viewers/bim/src/tools/FitCameraTool.js.map +1 -1
  546. package/dist/core/components/viewers/bim/src/tools/InspectBimTool.d.ts.map +1 -1
  547. package/dist/core/components/viewers/bim/src/tools/InspectBimTool.js.map +1 -1
  548. package/dist/core/components/viewers/bim/src/tools/bimToolbar.d.ts.map +1 -1
  549. package/dist/core/components/viewers/bim/src/tools/bimToolbar.js.map +1 -1
  550. package/dist/core/components/viewers/bim/src/tools/measureBimTool.d.ts.map +1 -1
  551. package/dist/core/components/viewers/bim/src/tools/measureBimTool.js.map +1 -1
  552. package/dist/core/components/viewers/bim/src/tools/selectionBimTool.d.ts.map +1 -1
  553. package/dist/core/components/viewers/bim/src/tools/selectionBimTool.js.map +1 -1
  554. package/dist/core/components/viewers/bim/src/tools/shareBimTool.d.ts.map +1 -1
  555. package/dist/core/components/viewers/bim/src/tools/shareBimTool.js.map +1 -1
  556. package/dist/core/components/viewers/bim/utils/GizmoController.d.ts.map +1 -1
  557. package/dist/core/components/viewers/bim/utils/GizmoController.js.map +1 -1
  558. package/dist/core/components/viewers/bim/utils/setCameraLookAt.d.ts.map +1 -1
  559. package/dist/core/components/viewers/bim/utils/setCameraLookAt.js.map +1 -1
  560. package/dist/core/components/viewers/index.d.ts.map +1 -1
  561. package/dist/core/components/viewers/index.js.map +1 -1
  562. package/dist/core/components/viewers/map/MapViewer.d.ts.map +1 -1
  563. package/dist/core/components/viewers/map/MapViewer.js.map +1 -1
  564. package/dist/core/components/viewers/map/datasets/AddPortalDialog.d.ts.map +1 -1
  565. package/dist/core/components/viewers/map/datasets/AddPortalDialog.js.map +1 -1
  566. package/dist/core/components/viewers/map/datasets/DatasetDetails.d.ts.map +1 -1
  567. package/dist/core/components/viewers/map/datasets/DatasetDetails.js.map +1 -1
  568. package/dist/core/components/viewers/map/datasets/DatasetManager/index.d.ts.map +1 -1
  569. package/dist/core/components/viewers/map/datasets/DatasetManager/index.js.map +1 -1
  570. package/dist/core/components/viewers/map/datasets/DatasetManager/src/FieldsTable.d.ts.map +1 -1
  571. package/dist/core/components/viewers/map/datasets/DatasetManager/src/FieldsTable.js.map +1 -1
  572. package/dist/core/components/viewers/map/datasets/DatasetSkeleton.d.ts.map +1 -1
  573. package/dist/core/components/viewers/map/datasets/DatasetSkeleton.js.map +1 -1
  574. package/dist/core/components/viewers/map/datasets/Filters.d.ts.map +1 -1
  575. package/dist/core/components/viewers/map/datasets/Filters.js.map +1 -1
  576. package/dist/core/components/viewers/map/datasets/NestedFilter.d.ts.map +1 -1
  577. package/dist/core/components/viewers/map/datasets/NestedFilter.js.map +1 -1
  578. package/dist/core/components/viewers/map/datasets/RowActions.d.ts.map +1 -1
  579. package/dist/core/components/viewers/map/datasets/RowActions.js.map +1 -1
  580. package/dist/core/components/viewers/map/datasets/data.d.ts.map +1 -1
  581. package/dist/core/components/viewers/map/datasets/data.js.map +1 -1
  582. package/dist/core/components/viewers/map/datasets/index.d.ts.map +1 -1
  583. package/dist/core/components/viewers/map/datasets/index.js.map +1 -1
  584. package/dist/core/components/viewers/map/datasets/src/arcGISDatasets.d.ts.map +1 -1
  585. package/dist/core/components/viewers/map/datasets/src/arcGISDatasets.js.map +1 -1
  586. package/dist/core/components/viewers/map/datasets/src/arcgisFetch.d.ts.map +1 -1
  587. package/dist/core/components/viewers/map/datasets/src/arcgisFetch.js.map +1 -1
  588. package/dist/core/components/viewers/map/datasets/src/builtinLiveDatasets.d.ts.map +1 -1
  589. package/dist/core/components/viewers/map/datasets/src/builtinLiveDatasets.js.map +1 -1
  590. package/dist/core/components/viewers/map/datasets/src/cache.d.ts.map +1 -1
  591. package/dist/core/components/viewers/map/datasets/src/cache.js.map +1 -1
  592. package/dist/core/components/viewers/map/datasets/src/ckanDatasets.d.ts.map +1 -1
  593. package/dist/core/components/viewers/map/datasets/src/ckanDatasets.js.map +1 -1
  594. package/dist/core/components/viewers/map/datasets/src/geojsonFile.d.ts.map +1 -1
  595. package/dist/core/components/viewers/map/datasets/src/geojsonFile.js.map +1 -1
  596. package/dist/core/components/viewers/map/datasets/src/localDatasets.d.ts.map +1 -1
  597. package/dist/core/components/viewers/map/datasets/src/localDatasets.js.map +1 -1
  598. package/dist/core/components/viewers/map/datasets/src/minioDatasets.d.ts.map +1 -1
  599. package/dist/core/components/viewers/map/datasets/src/minioDatasets.js.map +1 -1
  600. package/dist/core/components/viewers/map/datasets/src/opendatasoftDatasets.d.ts.map +1 -1
  601. package/dist/core/components/viewers/map/datasets/src/opendatasoftDatasets.js.map +1 -1
  602. package/dist/core/components/viewers/map/datasets/src/publishedTiles.d.ts.map +1 -1
  603. package/dist/core/components/viewers/map/datasets/src/publishedTiles.js.map +1 -1
  604. package/dist/core/components/viewers/map/datasets/src/socrataDatasets.d.ts.map +1 -1
  605. package/dist/core/components/viewers/map/datasets/src/socrataDatasets.js.map +1 -1
  606. package/dist/core/components/viewers/map/datasets/src/urlSources.d.ts.map +1 -1
  607. package/dist/core/components/viewers/map/datasets/src/urlSources.js.map +1 -1
  608. package/dist/core/components/viewers/map/datasets/src/useDatasetsForPortals.d.ts.map +1 -1
  609. package/dist/core/components/viewers/map/datasets/src/useDatasetsForPortals.js.map +1 -1
  610. package/dist/core/components/viewers/map/datasets/src/useFastDatasetCache.d.ts.map +1 -1
  611. package/dist/core/components/viewers/map/datasets/src/useFastDatasetCache.js.map +1 -1
  612. package/dist/core/components/viewers/map/datasets/src/wmsTime.d.ts +0 -8
  613. package/dist/core/components/viewers/map/datasets/src/wmsTime.d.ts.map +1 -1
  614. package/dist/core/components/viewers/map/datasets/src/wmsTime.js.map +1 -1
  615. package/dist/core/components/viewers/map/datasets/utils.d.ts.map +1 -1
  616. package/dist/core/components/viewers/map/datasets/utils.js.map +1 -1
  617. package/dist/core/components/viewers/map/legends/MapLegendHost.d.ts.map +1 -1
  618. package/dist/core/components/viewers/map/legends/MapLegendHost.js.map +1 -1
  619. package/dist/core/components/viewers/map/src/Geocoder.d.ts.map +1 -1
  620. package/dist/core/components/viewers/map/src/Geocoder.js.map +1 -1
  621. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/index.d.ts.map +1 -1
  622. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/index.js.map +1 -1
  623. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/DatabaseBuildingPopover/index.d.ts.map +1 -1
  624. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/DatabaseBuildingPopover/index.js.map +1 -1
  625. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/DatabaseBuildingPopover/src/BuildingsTools.d.ts.map +1 -1
  626. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/DatabaseBuildingPopover/src/BuildingsTools.js.map +1 -1
  627. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/NonDatabaseBuildingPopover.d.ts.map +1 -1
  628. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/NonDatabaseBuildingPopover.js.map +1 -1
  629. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/OpenDataFeaturePopover.d.ts.map +1 -1
  630. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/OpenDataFeaturePopover.js.map +1 -1
  631. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/PopoverSkeleton.d.ts.map +1 -1
  632. package/dist/core/components/viewers/map/src/MapFeaturePopoverMenu/src/PopoverSkeleton.js.map +1 -1
  633. package/dist/core/components/viewers/map/src/MapLayers/index.d.ts.map +1 -1
  634. package/dist/core/components/viewers/map/src/MapLayers/index.js.map +1 -1
  635. package/dist/core/components/viewers/map/src/MapLayers/src/BimLayer/index.d.ts.map +1 -1
  636. package/dist/core/components/viewers/map/src/MapLayers/src/BimLayer/index.js.map +1 -1
  637. package/dist/core/components/viewers/map/src/MapLayers/src/BuildingLayers/index.d.ts.map +1 -1
  638. package/dist/core/components/viewers/map/src/MapLayers/src/BuildingLayers/index.js.map +1 -1
  639. package/dist/core/components/viewers/map/src/MapLayers/src/BuildingLayers/src/databaseBuildings.d.ts.map +1 -1
  640. package/dist/core/components/viewers/map/src/MapLayers/src/BuildingLayers/src/databaseBuildings.js.map +1 -1
  641. package/dist/core/components/viewers/map/src/MapLayers/src/CommentLayer/index.d.ts.map +1 -1
  642. package/dist/core/components/viewers/map/src/MapLayers/src/CommentLayer/index.js.map +1 -1
  643. package/dist/core/components/viewers/map/src/MapLayers/src/CountryLayer/countryLayerUtils.d.ts.map +1 -1
  644. package/dist/core/components/viewers/map/src/MapLayers/src/CountryLayer/countryLayerUtils.js.map +1 -1
  645. package/dist/core/components/viewers/map/src/MapLayers/src/CountryLayer/index.d.ts.map +1 -1
  646. package/dist/core/components/viewers/map/src/MapLayers/src/CountryLayer/index.js.map +1 -1
  647. package/dist/core/components/viewers/map/src/MapLayers/src/EditPosition.d.ts.map +1 -1
  648. package/dist/core/components/viewers/map/src/MapLayers/src/EditPosition.js.map +1 -1
  649. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/FileModelLayer/FileModelLayer.d.ts.map +1 -1
  650. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/FileModelLayer/FileModelLayer.js.map +1 -1
  651. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/FileIcon.d.ts.map +1 -1
  652. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/FileIcon.js.map +1 -1
  653. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/FileManagerRow.d.ts.map +1 -1
  654. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/FileManagerRow.js.map +1 -1
  655. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/MapFileManager.d.ts.map +1 -1
  656. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/MapFileManager.js.map +1 -1
  657. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/MapFileMarker.d.ts.map +1 -1
  658. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/components/MapFileMarker.js.map +1 -1
  659. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/index.d.ts.map +1 -1
  660. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/index.js.map +1 -1
  661. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/utils/CustomModelLayer.d.ts.map +1 -1
  662. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/utils/CustomModelLayer.js.map +1 -1
  663. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/utils/openFileInPopUpWindow.d.ts.map +1 -1
  664. package/dist/core/components/viewers/map/src/MapLayers/src/FileLayer/utils/openFileInPopUpWindow.js.map +1 -1
  665. package/dist/core/components/viewers/map/src/MapLayers/src/OpenDataLayer/src/WmsTimeControl.d.ts.map +1 -1
  666. package/dist/core/components/viewers/map/src/MapLayers/src/OpenDataLayer/src/WmsTimeControl.js.map +1 -1
  667. package/dist/core/components/viewers/map/src/MapLayers/src/OpenDataLayer/src/index.d.ts.map +1 -1
  668. package/dist/core/components/viewers/map/src/MapLayers/src/OpenDataLayer/src/index.js.map +1 -1
  669. package/dist/core/components/viewers/map/src/MapLayers/src/PlaceOnMap.d.ts.map +1 -1
  670. package/dist/core/components/viewers/map/src/MapLayers/src/PlaceOnMap.js.map +1 -1
  671. package/dist/core/components/viewers/map/src/MapLayers/src/SensorsLayer/index.d.ts.map +1 -1
  672. package/dist/core/components/viewers/map/src/MapLayers/src/SensorsLayer/index.js.map +1 -1
  673. package/dist/core/components/viewers/map/src/MapLayers/src/SiteLayer/index.d.ts.map +1 -1
  674. package/dist/core/components/viewers/map/src/MapLayers/src/SiteLayer/index.js.map +1 -1
  675. package/dist/core/components/viewers/map/src/MapLayers/src/disposeThreeScene.d.ts.map +1 -1
  676. package/dist/core/components/viewers/map/src/MapLayers/src/disposeThreeScene.js.map +1 -1
  677. package/dist/core/components/viewers/map/src/MapLayers/src/mapLayersUtils.d.ts.map +1 -1
  678. package/dist/core/components/viewers/map/src/MapLayers/src/mapLayersUtils.js.map +1 -1
  679. package/dist/core/components/viewers/map/src/MapSidebar/TabSelector.d.ts.map +1 -1
  680. package/dist/core/components/viewers/map/src/MapSidebar/TabSelector.js.map +1 -1
  681. package/dist/core/components/viewers/map/src/MapSidebar/index.d.ts.map +1 -1
  682. package/dist/core/components/viewers/map/src/MapSidebar/index.js.map +1 -1
  683. package/dist/core/components/viewers/map/src/MapSidebar/src/CommunicationTab/index.d.ts.map +1 -1
  684. package/dist/core/components/viewers/map/src/MapSidebar/src/CommunicationTab/index.js.map +1 -1
  685. package/dist/core/components/viewers/map/src/MapSidebar/src/FileTab/index.d.ts.map +1 -1
  686. package/dist/core/components/viewers/map/src/MapSidebar/src/FileTab/index.js.map +1 -1
  687. package/dist/core/components/viewers/map/src/MapSidebar/src/FileTab/src/FilesSection.d.ts.map +1 -1
  688. package/dist/core/components/viewers/map/src/MapSidebar/src/FileTab/src/FilesSection.js.map +1 -1
  689. package/dist/core/components/viewers/map/src/MapSidebar/src/FileTab/src/ModelsSection.d.ts.map +1 -1
  690. package/dist/core/components/viewers/map/src/MapSidebar/src/FileTab/src/ModelsSection.js.map +1 -1
  691. package/dist/core/components/viewers/map/src/MapSidebar/src/LayersTab/index.d.ts.map +1 -1
  692. package/dist/core/components/viewers/map/src/MapSidebar/src/LayersTab/index.js.map +1 -1
  693. package/dist/core/components/viewers/map/src/MapSidebar/src/LayersTab/src/AppliedDatasetsSection.d.ts.map +1 -1
  694. package/dist/core/components/viewers/map/src/MapSidebar/src/LayersTab/src/AppliedDatasetsSection.js.map +1 -1
  695. package/dist/core/components/viewers/map/src/MapSidebar/src/LayersTab/src/AvailableDatasetsSection.d.ts.map +1 -1
  696. package/dist/core/components/viewers/map/src/MapSidebar/src/LayersTab/src/AvailableDatasetsSection.js.map +1 -1
  697. package/dist/core/components/viewers/map/src/MapSidebar/src/SensorsTab/index.d.ts.map +1 -1
  698. package/dist/core/components/viewers/map/src/MapSidebar/src/SensorsTab/index.js.map +1 -1
  699. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/index.d.ts.map +1 -1
  700. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/index.js.map +1 -1
  701. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/LocationSettings.d.ts.map +1 -1
  702. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/LocationSettings.js.map +1 -1
  703. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/MapCustomization.d.ts.map +1 -1
  704. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/MapCustomization.js.map +1 -1
  705. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/MapProjection.d.ts.map +1 -1
  706. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/MapProjection.js.map +1 -1
  707. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/TerrainLevel.d.ts.map +1 -1
  708. package/dist/core/components/viewers/map/src/MapSidebar/src/SettingsTab/src/TerrainLevel.js.map +1 -1
  709. package/dist/core/components/viewers/map/src/SimpleMap.d.ts.map +1 -1
  710. package/dist/core/components/viewers/map/src/SimpleMap.js.map +1 -1
  711. package/dist/core/components/viewers/map/src/compare/AddItem.d.ts.map +1 -1
  712. package/dist/core/components/viewers/map/src/compare/AddItem.js.map +1 -1
  713. package/dist/core/components/viewers/map/src/compare/CompareDialog.d.ts.map +1 -1
  714. package/dist/core/components/viewers/map/src/compare/CompareDialog.js.map +1 -1
  715. package/dist/core/components/viewers/map/src/compare/description-list.d.ts.map +1 -1
  716. package/dist/core/components/viewers/map/src/compare/description-list.js.map +1 -1
  717. package/dist/core/components/viewers/map/src/compare/index.d.ts.map +1 -1
  718. package/dist/core/components/viewers/map/src/compare/index.js.map +1 -1
  719. package/dist/core/components/viewers/map/src/tools/AddTools/AddDataset/DatasetAdder.d.ts.map +1 -1
  720. package/dist/core/components/viewers/map/src/tools/AddTools/AddDataset/DatasetAdder.js.map +1 -1
  721. package/dist/core/components/viewers/map/src/tools/AddTools/AddFile/FileAdder.d.ts.map +1 -1
  722. package/dist/core/components/viewers/map/src/tools/AddTools/AddFile/FileAdder.js.map +1 -1
  723. package/dist/core/components/viewers/map/src/tools/AddTools/AddFile/ProgressBar.d.ts.map +1 -1
  724. package/dist/core/components/viewers/map/src/tools/AddTools/AddFile/ProgressBar.js.map +1 -1
  725. package/dist/core/components/viewers/map/src/tools/AddTools/AddFile/utils/uploadToPresignedURLS.d.ts.map +1 -1
  726. package/dist/core/components/viewers/map/src/tools/AddTools/AddFile/utils/uploadToPresignedURLS.js.map +1 -1
  727. package/dist/core/components/viewers/map/src/tools/AddTools/AddSite/SiteAdder.d.ts.map +1 -1
  728. package/dist/core/components/viewers/map/src/tools/AddTools/AddSite/SiteAdder.js.map +1 -1
  729. package/dist/core/components/viewers/map/src/tools/AddTools/AddToMap.d.ts.map +1 -1
  730. package/dist/core/components/viewers/map/src/tools/AddTools/AddToMap.js.map +1 -1
  731. package/dist/core/components/viewers/map/src/tools/DatasetMapTool.d.ts.map +1 -1
  732. package/dist/core/components/viewers/map/src/tools/DatasetMapTool.js.map +1 -1
  733. package/dist/core/components/viewers/map/src/tools/mapTools.d.ts.map +1 -1
  734. package/dist/core/components/viewers/map/src/tools/mapTools.js.map +1 -1
  735. package/dist/core/components/viewers/map/src/tools/measureMapTool.d.ts.map +1 -1
  736. package/dist/core/components/viewers/map/src/tools/measureMapTool.js.map +1 -1
  737. package/dist/core/components/viewers/map/src/tools/shareMapTool.d.ts.map +1 -1
  738. package/dist/core/components/viewers/map/src/tools/shareMapTool.js.map +1 -1
  739. package/dist/core/components/viewers/map/utils/ClusterManager.d.ts.map +1 -1
  740. package/dist/core/components/viewers/map/utils/ClusterManager.js.map +1 -1
  741. package/dist/core/components/viewers/map/utils/MapEventManager/MapClickManager.d.ts.map +1 -1
  742. package/dist/core/components/viewers/map/utils/MapEventManager/MapClickManager.js.map +1 -1
  743. package/dist/core/components/viewers/map/utils/MapEventManager/MapHoverManager.d.ts.map +1 -1
  744. package/dist/core/components/viewers/map/utils/MapEventManager/MapHoverManager.js.map +1 -1
  745. package/dist/core/components/viewers/map/utils/MarkerManager.d.ts.map +1 -1
  746. package/dist/core/components/viewers/map/utils/MarkerManager.js.map +1 -1
  747. package/dist/core/components/viewers/map/utils/dateName.d.ts.map +1 -1
  748. package/dist/core/components/viewers/map/utils/dateName.js.map +1 -1
  749. package/dist/core/components/viewers/map/utils/extractCoordinates.d.ts.map +1 -1
  750. package/dist/core/components/viewers/map/utils/extractCoordinates.js.map +1 -1
  751. package/dist/core/components/viewers/map/utils/fitBuildingsBounds.d.ts.map +1 -1
  752. package/dist/core/components/viewers/map/utils/fitBuildingsBounds.js.map +1 -1
  753. package/dist/core/components/viewers/map/utils/fitGeojsonBounds.d.ts.map +1 -1
  754. package/dist/core/components/viewers/map/utils/fitGeojsonBounds.js.map +1 -1
  755. package/dist/core/components/viewers/map/utils/flyToEach.d.ts.map +1 -1
  756. package/dist/core/components/viewers/map/utils/flyToEach.js.map +1 -1
  757. package/dist/core/components/viewers/map/utils/geocoder.d.ts.map +1 -1
  758. package/dist/core/components/viewers/map/utils/geocoder.js.map +1 -1
  759. package/dist/core/components/viewers/map/utils/geocoding/adapters.d.ts.map +1 -1
  760. package/dist/core/components/viewers/map/utils/geocoding/adapters.js.map +1 -1
  761. package/dist/core/components/viewers/map/utils/geocoding/config.d.ts.map +1 -1
  762. package/dist/core/components/viewers/map/utils/geocoding/config.js.map +1 -1
  763. package/dist/core/components/viewers/map/utils/geocoding/index.d.ts.map +1 -1
  764. package/dist/core/components/viewers/map/utils/geocoding/index.js.map +1 -1
  765. package/dist/core/components/viewers/map/utils/geocoding/osm.d.ts.map +1 -1
  766. package/dist/core/components/viewers/map/utils/geocoding/osm.js.map +1 -1
  767. package/dist/core/components/viewers/map/utils/geocoding/pelias.d.ts.map +1 -1
  768. package/dist/core/components/viewers/map/utils/geocoding/pelias.js.map +1 -1
  769. package/dist/core/components/viewers/map/utils/getOsmIdFromMartin.d.ts.map +1 -1
  770. package/dist/core/components/viewers/map/utils/getOsmIdFromMartin.js.map +1 -1
  771. package/dist/core/components/viewers/map/utils/getOsmIdbyCoordinates.d.ts.map +1 -1
  772. package/dist/core/components/viewers/map/utils/getOsmIdbyCoordinates.js.map +1 -1
  773. package/dist/core/components/viewers/map/utils/mapStyleCatalog.d.ts.map +1 -1
  774. package/dist/core/components/viewers/map/utils/mapStyleCatalog.js.map +1 -1
  775. package/dist/core/components/viewers/map/utils/stringToColour.d.ts.map +1 -1
  776. package/dist/core/components/viewers/map/utils/stringToColour.js.map +1 -1
  777. package/dist/core/components/viewers/map/utils/toggleBimToMap.d.ts.map +1 -1
  778. package/dist/core/components/viewers/map/utils/toggleBimToMap.js.map +1 -1
  779. package/dist/core/components/viewers/map/utils/updateBuildingOsmId.d.ts.map +1 -1
  780. package/dist/core/components/viewers/map/utils/updateBuildingOsmId.js.map +1 -1
  781. package/dist/core/components/viewers/map/utils/validateBounds.d.ts.map +1 -1
  782. package/dist/core/components/viewers/map/utils/validateBounds.js.map +1 -1
  783. package/dist/core/components/viewers/pointcloud/PointCloudToolbar.d.ts.map +1 -1
  784. package/dist/core/components/viewers/pointcloud/PointCloudToolbar.js.map +1 -1
  785. package/dist/core/components/viewers/pointcloud/PointCloudViewer.d.ts.map +1 -1
  786. package/dist/core/components/viewers/pointcloud/PointCloudViewer.js.map +1 -1
  787. package/dist/core/components/viewers/pointcloud/define.d.ts.map +1 -1
  788. package/dist/core/components/viewers/pointcloud/define.js.map +1 -1
  789. package/dist/core/components/viewers/pointcloud/src/PointCloudLoadingState/index.d.ts.map +1 -1
  790. package/dist/core/components/viewers/pointcloud/src/PointCloudLoadingState/index.js.map +1 -1
  791. package/dist/core/components/viewers/pointcloud/src/PointCloudManagement/PointCloudManagementTable.d.ts.map +1 -1
  792. package/dist/core/components/viewers/pointcloud/src/PointCloudManagement/PointCloudManagementTable.js.map +1 -1
  793. package/dist/core/components/viewers/pointcloud/src/PointCloudManagement/PointCloudTable.d.ts.map +1 -1
  794. package/dist/core/components/viewers/pointcloud/src/PointCloudManagement/PointCloudTable.js.map +1 -1
  795. package/dist/core/components/viewers/pointcloud/src/PointCloudManagement/PointCloudUploadPanel.d.ts.map +1 -1
  796. package/dist/core/components/viewers/pointcloud/src/PointCloudManagement/PointCloudUploadPanel.js.map +1 -1
  797. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/TabSelector.d.ts.map +1 -1
  798. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/TabSelector.js.map +1 -1
  799. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/index.d.ts.map +1 -1
  800. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/index.js.map +1 -1
  801. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/FileTab/index.d.ts.map +1 -1
  802. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/FileTab/index.js.map +1 -1
  803. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/FileTab/src/FilesSection.d.ts.map +1 -1
  804. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/FileTab/src/FilesSection.js.map +1 -1
  805. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/FileTab/src/PointCloudSection.d.ts.map +1 -1
  806. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/FileTab/src/PointCloudSection.js.map +1 -1
  807. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/index.d.ts.map +1 -1
  808. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/index.js.map +1 -1
  809. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/src/CameraSettings.d.ts.map +1 -1
  810. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/src/CameraSettings.js.map +1 -1
  811. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/src/GridManagement.d.ts.map +1 -1
  812. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/src/GridManagement.js.map +1 -1
  813. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/src/PerformanceSettings.d.ts.map +1 -1
  814. package/dist/core/components/viewers/pointcloud/src/PointCloudSidebar/src/SettingsTab/src/PerformanceSettings.js.map +1 -1
  815. package/dist/core/components/viewers/pointcloud/src/ViewportGizmo.d.ts.map +1 -1
  816. package/dist/core/components/viewers/pointcloud/src/ViewportGizmo.js.map +1 -1
  817. package/dist/core/components/viewers/pointcloud/src/tools/ClippingTools/ClippingTool.d.ts.map +1 -1
  818. package/dist/core/components/viewers/pointcloud/src/tools/ClippingTools/ClippingTool.js.map +1 -1
  819. package/dist/core/components/viewers/pointcloud/src/tools/FitToScreen.d.ts.map +1 -1
  820. package/dist/core/components/viewers/pointcloud/src/tools/FitToScreen.js.map +1 -1
  821. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/AngleMeasurement.d.ts.map +1 -1
  822. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/AngleMeasurement.js.map +1 -1
  823. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/AreaMeasurement.d.ts.map +1 -1
  824. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/AreaMeasurement.js.map +1 -1
  825. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/LineMeasurement.d.ts.map +1 -1
  826. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/LineMeasurement.js.map +1 -1
  827. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/MeasurePointCloudTool.d.ts.map +1 -1
  828. package/dist/core/components/viewers/pointcloud/src/tools/MeasureTools/MeasurePointCloudTool.js.map +1 -1
  829. package/dist/core/components/viewers/pointcloud/src/tools/PCSearchTool.d.ts.map +1 -1
  830. package/dist/core/components/viewers/pointcloud/src/tools/PCSearchTool.js.map +1 -1
  831. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/NodeSizeSelectionTool.d.ts.map +1 -1
  832. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/NodeSizeSelectionTool.js.map +1 -1
  833. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/PerformanceSettingTools.d.ts.map +1 -1
  834. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/PerformanceSettingTools.js.map +1 -1
  835. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/PointBudgetTool.d.ts.map +1 -1
  836. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/PointBudgetTool.js.map +1 -1
  837. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/ShowOctreeBoxTool.d.ts.map +1 -1
  838. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/ShowOctreeBoxTool.js.map +1 -1
  839. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/SplatQualitySelection.d.ts.map +1 -1
  840. package/dist/core/components/viewers/pointcloud/src/tools/PerformanceSettingsTools/SplatQualitySelection.js.map +1 -1
  841. package/dist/core/components/viewers/pointcloud/src/tools/SetCameraOption.d.ts.map +1 -1
  842. package/dist/core/components/viewers/pointcloud/src/tools/SetCameraOption.js.map +1 -1
  843. package/dist/core/components/viewers/pointcloud/src/tools/SharePointCloudTool/index.d.ts.map +1 -1
  844. package/dist/core/components/viewers/pointcloud/src/tools/SharePointCloudTool/index.js.map +1 -1
  845. package/dist/core/components/viewers/pointcloud/src/tools/SharePointCloudTool/src/getCameraPosition.d.ts.map +1 -1
  846. package/dist/core/components/viewers/pointcloud/src/tools/SharePointCloudTool/src/getCameraPosition.js.map +1 -1
  847. package/dist/core/components/viewers/pointcloud/src/tools/index.d.ts.map +1 -1
  848. package/dist/core/components/viewers/pointcloud/src/tools/index.js.map +1 -1
  849. package/dist/core/components/viewers/pointcloud/src/tools/pointcloudToolbarTools.d.ts.map +1 -1
  850. package/dist/core/components/viewers/pointcloud/src/tools/pointcloudToolbarTools.js.map +1 -1
  851. package/dist/core/components/viewers/pointcloud/utils/potreeLoader.d.ts.map +1 -1
  852. package/dist/core/components/viewers/pointcloud/utils/potreeLoader.js.map +1 -1
  853. package/dist/core/components/viewers/pointcloud/utils/restoreCameraFromUrl.d.ts.map +1 -1
  854. package/dist/core/components/viewers/pointcloud/utils/restoreCameraFromUrl.js.map +1 -1
  855. package/dist/core/components/viewers/useCoordinateSystem.d.ts.map +1 -1
  856. package/dist/core/components/viewers/useCoordinateSystem.js.map +1 -1
  857. package/dist/core/hooks/buildings/buildings.d.ts.map +1 -1
  858. package/dist/core/hooks/buildings/buildings.js.map +1 -1
  859. package/dist/core/hooks/buildings/createBuildingHooks.d.ts.map +1 -1
  860. package/dist/core/hooks/buildings/createBuildingHooks.js.map +1 -1
  861. package/dist/core/hooks/comments/comments.d.ts.map +1 -1
  862. package/dist/core/hooks/comments/comments.js.map +1 -1
  863. package/dist/core/hooks/comments/createCommentHooks.d.ts.map +1 -1
  864. package/dist/core/hooks/comments/createCommentHooks.js.map +1 -1
  865. package/dist/core/hooks/files/createFileHooks.d.ts.map +1 -1
  866. package/dist/core/hooks/files/createFileHooks.js.map +1 -1
  867. package/dist/core/hooks/files/files.d.ts.map +1 -1
  868. package/dist/core/hooks/files/files.js.map +1 -1
  869. package/dist/core/hooks/index.d.ts.map +1 -1
  870. package/dist/core/hooks/index.js.map +1 -1
  871. package/dist/core/hooks/infrastructures/createInfrastructureHooks.d.ts.map +1 -1
  872. package/dist/core/hooks/infrastructures/createInfrastructureHooks.js.map +1 -1
  873. package/dist/core/hooks/infrastructures/infrastructures.d.ts.map +1 -1
  874. package/dist/core/hooks/infrastructures/infrastructures.js.map +1 -1
  875. package/dist/core/hooks/openDataPortals/createOpenDataPortalHooks.d.ts.map +1 -1
  876. package/dist/core/hooks/openDataPortals/createOpenDataPortalHooks.js.map +1 -1
  877. package/dist/core/hooks/openDataPortals/openDataPortals.d.ts.map +1 -1
  878. package/dist/core/hooks/openDataPortals/openDataPortals.js.map +1 -1
  879. package/dist/core/hooks/organizations/createOrganizationHooks.d.ts.map +1 -1
  880. package/dist/core/hooks/organizations/createOrganizationHooks.js.map +1 -1
  881. package/dist/core/hooks/organizations/organizations.d.ts.map +1 -1
  882. package/dist/core/hooks/organizations/organizations.js.map +1 -1
  883. package/dist/core/hooks/ports/apiAdapter.d.ts.map +1 -1
  884. package/dist/core/hooks/provider.d.ts.map +1 -1
  885. package/dist/core/hooks/provider.js.map +1 -1
  886. package/dist/core/hooks/sensorTypes/createSensorTypeHooks.d.ts.map +1 -1
  887. package/dist/core/hooks/sensorTypes/createSensorTypeHooks.js.map +1 -1
  888. package/dist/core/hooks/sensorTypes/sensorTypes.d.ts.map +1 -1
  889. package/dist/core/hooks/sensorTypes/sensorTypes.js.map +1 -1
  890. package/dist/core/hooks/sensors/createSensorHooks.d.ts.map +1 -1
  891. package/dist/core/hooks/sensors/createSensorHooks.js.map +1 -1
  892. package/dist/core/hooks/sensors/sensors.d.ts.map +1 -1
  893. package/dist/core/hooks/sensors/sensors.js.map +1 -1
  894. package/dist/core/hooks/sites/createSiteHooks.d.ts.map +1 -1
  895. package/dist/core/hooks/sites/createSiteHooks.js.map +1 -1
  896. package/dist/core/hooks/sites/sites.d.ts.map +1 -1
  897. package/dist/core/hooks/sites/sites.js.map +1 -1
  898. package/dist/core/hooks/ui/use-mobile.d.ts.map +1 -1
  899. package/dist/core/hooks/ui/use-mobile.js.map +1 -1
  900. package/dist/core/hooks/users/createUserHooks.d.ts.map +1 -1
  901. package/dist/core/hooks/users/createUserHooks.js.map +1 -1
  902. package/dist/core/hooks/users/users.d.ts.map +1 -1
  903. package/dist/core/hooks/users/users.js.map +1 -1
  904. package/dist/core/index.d.ts.map +1 -1
  905. package/dist/core/index.js.map +1 -1
  906. package/dist/core/plugins/host/context.d.ts.map +1 -1
  907. package/dist/core/plugins/host/context.js.map +1 -1
  908. package/dist/core/plugins/host/errors.d.ts.map +1 -1
  909. package/dist/core/plugins/host/errors.js.map +1 -1
  910. package/dist/core/plugins/host/host.d.ts.map +1 -1
  911. package/dist/core/plugins/host/host.js.map +1 -1
  912. package/dist/core/plugins/host/provider.d.ts.map +1 -1
  913. package/dist/core/plugins/host/provider.js.map +1 -1
  914. package/dist/core/plugins/host/registry.d.ts.map +1 -1
  915. package/dist/core/plugins/host/registry.js.map +1 -1
  916. package/dist/core/plugins/installed.d.ts.map +1 -1
  917. package/dist/core/plugins/installed.js.map +1 -1
  918. package/dist/core/plugins/sdk/components.d.ts.map +1 -1
  919. package/dist/core/plugins/sdk/components.js.map +1 -1
  920. package/dist/core/plugins/sdk/index.d.ts.map +1 -1
  921. package/dist/core/plugins/sdk/index.js.map +1 -1
  922. package/dist/core/plugins/sdk/types.d.ts.map +1 -1
  923. package/dist/core/plugins/sdk/types.js.map +1 -1
  924. package/dist/core/store/ActionMap.d.ts.map +1 -1
  925. package/dist/core/store/AppConfig/context.d.ts.map +1 -1
  926. package/dist/core/store/AppConfig/context.js.map +1 -1
  927. package/dist/core/store/AppConfig/reducer.d.ts.map +1 -1
  928. package/dist/core/store/AppConfig/reducer.js.map +1 -1
  929. package/dist/core/store/BIM/context.d.ts.map +1 -1
  930. package/dist/core/store/BIM/context.js.map +1 -1
  931. package/dist/core/store/BIM/reducer.d.ts.map +1 -1
  932. package/dist/core/store/BIM/reducer.js.map +1 -1
  933. package/dist/core/store/Buildings/context.d.ts.map +1 -1
  934. package/dist/core/store/Buildings/context.js.map +1 -1
  935. package/dist/core/store/Buildings/reducer.d.ts.map +1 -1
  936. package/dist/core/store/Buildings/reducer.js.map +1 -1
  937. package/dist/core/store/CombineProviders.d.ts.map +1 -1
  938. package/dist/core/store/CombineProviders.js.map +1 -1
  939. package/dist/core/store/Content/context.d.ts.map +1 -1
  940. package/dist/core/store/Content/context.js.map +1 -1
  941. package/dist/core/store/Datasets/context.d.ts.map +1 -1
  942. package/dist/core/store/Datasets/context.js.map +1 -1
  943. package/dist/core/store/Datasets/reducer.d.ts.map +1 -1
  944. package/dist/core/store/Datasets/reducer.js.map +1 -1
  945. package/dist/core/store/Files/context.d.ts.map +1 -1
  946. package/dist/core/store/Files/context.js.map +1 -1
  947. package/dist/core/store/Files/reducer.d.ts.map +1 -1
  948. package/dist/core/store/Files/reducer.js.map +1 -1
  949. package/dist/core/store/Map/context.d.ts.map +1 -1
  950. package/dist/core/store/Map/context.js.map +1 -1
  951. package/dist/core/store/Map/reducer.d.ts.map +1 -1
  952. package/dist/core/store/Map/reducer.js.map +1 -1
  953. package/dist/core/store/Menus/context.d.ts.map +1 -1
  954. package/dist/core/store/Menus/context.js.map +1 -1
  955. package/dist/core/store/Menus/reducer.d.ts.map +1 -1
  956. package/dist/core/store/Menus/reducer.js.map +1 -1
  957. package/dist/core/store/Permissions/context.d.ts.map +1 -1
  958. package/dist/core/store/Permissions/context.js.map +1 -1
  959. package/dist/core/store/PointCloud/context.d.ts.map +1 -1
  960. package/dist/core/store/PointCloud/context.js.map +1 -1
  961. package/dist/core/store/PointCloud/reducer.d.ts.map +1 -1
  962. package/dist/core/store/PointCloud/reducer.js.map +1 -1
  963. package/dist/core/store/Tools/context.d.ts.map +1 -1
  964. package/dist/core/store/Tools/context.js.map +1 -1
  965. package/dist/core/store/Tools/reducer.d.ts.map +1 -1
  966. package/dist/core/store/Tools/reducer.js.map +1 -1
  967. package/dist/core/store/index.d.ts.map +1 -1
  968. package/dist/core/store/index.js.map +1 -1
  969. package/dist/core/styles/tailwindMerge.d.ts.map +1 -1
  970. package/dist/core/styles/tailwindMerge.js.map +1 -1
  971. package/dist/core/types/bim.d.ts.map +1 -1
  972. package/dist/core/types/datasetTypes.d.ts.map +1 -1
  973. package/dist/core/types/dbTypes.d.ts.map +1 -1
  974. package/dist/core/types/dbTypes.js.map +1 -1
  975. package/dist/core/types/files.d.ts.map +1 -1
  976. package/dist/core/types/global.d.ts.map +1 -1
  977. package/dist/core/types/global.js.map +1 -1
  978. package/dist/core/types/index.d.ts.map +1 -1
  979. package/dist/core/types/index.js.map +1 -1
  980. package/dist/core/types/map.d.ts.map +1 -1
  981. package/dist/core/types/martinTypes.d.ts.map +1 -1
  982. package/dist/core/types/martinTypes.js.map +1 -1
  983. package/dist/core/types/next-auth.d.ts.map +1 -1
  984. package/dist/core/types/tools.d.ts.map +1 -1
  985. package/dist/core/types/users.d.ts.map +1 -1
  986. package/dist/core/utils/acceptedFiles.d.ts.map +1 -1
  987. package/dist/core/utils/acceptedFiles.js.map +1 -1
  988. package/dist/core/utils/errorHandler.d.ts.map +1 -1
  989. package/dist/core/utils/errorHandler.js.map +1 -1
  990. package/dist/core/utils/getFileIcon.d.ts.map +1 -1
  991. package/dist/core/utils/getFileIcon.js.map +1 -1
  992. package/dist/core/utils/imageUtils.d.ts.map +1 -1
  993. package/dist/core/utils/imageUtils.js.map +1 -1
  994. package/dist/core/utils/index.d.ts.map +1 -1
  995. package/dist/core/utils/index.js.map +1 -1
  996. package/dist/core/utils/markerUtils.d.ts.map +1 -1
  997. package/dist/core/utils/markerUtils.js.map +1 -1
  998. package/dist/core/utils/memcache.d.ts.map +1 -1
  999. package/dist/core/utils/memcache.js.map +1 -1
  1000. package/dist/core/utils/roles.d.ts.map +1 -1
  1001. package/dist/core/utils/roles.js.map +1 -1
  1002. package/dist/core/utils/timeUtils.d.ts.map +1 -1
  1003. package/dist/core/utils/timeUtils.js.map +1 -1
  1004. package/dist/core/utils/utils.d.ts.map +1 -1
  1005. package/dist/core/utils/utils.js.map +1 -1
  1006. package/dist/index.d.ts.map +1 -1
  1007. package/dist/index.js.map +1 -1
  1008. package/package.json +6 -2
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/Headers.tsx"],"sourcesContent":["import { useTranslations } from 'next-intl'\r\n\r\nimport React from 'react'\r\nimport { Building, Site } from '../../../../types/dbTypes'\r\n\r\ntype BuildingWithRelations = Building & {\r\n buildingOccupancyCertificate: File[]\r\n occupancyData: File[]\r\n buildingZoningCompliance: File[]\r\n buildingUnitsMarketRentNum: File[]\r\n buildingUnitsMarketRentSqft: File[]\r\n buildingPermitsIssued: File[]\r\n buildingRegionalEnergyTrends: File[]\r\n buildingEnergyCodeCompliance: File[]\r\n buildingCertificationsFile: File[]\r\n buildingWaterUseIntensity: File[]\r\n buildingEnvironmentalCompliance: File[]\r\n buildingAssessmentRatingCondition: File[]\r\n buildingMaintenanceRecords: File[]\r\n conditionRatingsDate: File[]\r\n buildingSystemAssessment: File[]\r\n buildingFireSafety: File[]\r\n buildingSiteFireCertificate: File[]\r\n buildingEnergyAssessmentReports: File[]\r\n buildingAirQualityReports: File[]\r\n buildingWaterQualityReports: File[]\r\n DSRs: File[]\r\n buildingBCAs: File[]\r\n buildingContractorReports: File[]\r\n buildingEngineeringAssessments: File[]\r\n}\r\n\r\ntype SiteWithRelations = Site & {\r\n siteEnergyCodeCompliance: File[]\r\n siteCertificationCertificates: File[]\r\n siteEnvironmentalCompliance: File[]\r\n siteMaintenanceRecords: File[]\r\n siteFireSafety: File[]\r\n siteFireCert: File[]\r\n siteZoningCompliance: File[]\r\n siteBuildingPermit: File[]\r\n siteInsuranceClaims: File[]\r\n siteBuildingPermitsIssued: File[]\r\n siteBuildings: Building[]\r\n}\r\n\r\ntype BuildingFieldDefinition = {\r\n label: React.ReactNode // UI Header\r\n property: keyof BuildingWithRelations\r\n}\r\ntype SiteFieldDefinition = {\r\n label: React.ReactNode // UI Header\r\n property: keyof SiteWithRelations\r\n}\r\n\r\ntype BuildingSubSection = {\r\n title: string // Subheader\r\n fields: BuildingFieldDefinition[]\r\n specialLayout?: string\r\n columns?: { header: string | React.ReactNode, propertyPrefix: string }[]\r\n rows?: { label: string, baseProperty: string }[]\r\n}\r\ntype SiteSubSection = {\r\n title: string // Subheader\r\n fields: SiteFieldDefinition[]\r\n}\r\n\r\ntype BuildingTabSection = {\r\n title: string // Tab\r\n subsections: BuildingSubSection[]\r\n}\r\ntype SiteTabSection = {\r\n title: string // Tab\r\n subsections: SiteSubSection[]\r\n}\r\n\r\nexport const useBuildingHeaders = () => {\r\n // Translations\r\n const t = useTranslations('headers')\r\n\r\n return [\r\n {\r\n title: t('buildingInformation'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingName'), property: 'buildingName' },\r\n { label: t('buildingAddress'), property: 'buildingAddress' },\r\n { label: t('buildingCountrySubdivision'), property: 'buildingCountrySubdivision' },\r\n { label: t('buildingMunicipality'), property: 'buildingMunicipality' },\r\n { label: t('buildingCity'), property: 'buildingCity' },\r\n { label: t('buildingPostalCode'), property: 'buildingPostalCode' },\r\n { label: t('buildingCounty'), property: 'buildingCounty' },\r\n { label: t('buildingWardName'), property: 'buildingWardName' },\r\n { label: t('buildingWardNumber'), property: 'buildingWardNumber' },\r\n { label: t('buildingParentSiteId'), property: 'buildingParentSiteId' },\r\n ],\r\n },\r\n {\r\n title: t('features'),\r\n fields: [\r\n { label: t('buildingType'), property: 'buildingType' },\r\n { label: t('buildingGeometryStyle'), property: 'buildingGeometryStyle' },\r\n { label: t('buildingStoreyNum'), property: 'buildingStoreyNum' },\r\n {\r\n label: <>\r\n {t('buildingTotalSqft')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'buildingTotalSqft',\r\n },\r\n { label: t('buildingMaterials'), property: 'buildingMaterials' },\r\n { label: t('buildingYearBuilt'), property: 'buildingYearBuilt' },\r\n { label: t('buildingZoning'), property: 'buildingZoning' },\r\n { label: t('buildingZoningCompliance'), property: 'buildingZoningCompliance' },\r\n { label: t('buildingParkingAvailable'), property: 'buildingParkingAvailable' },\r\n { label: t('buildingElevatorAvailable'), property: 'buildingElevatorAvailable' },\r\n { label: t('buildingDryerAvailable'), property: 'buildingDryerAvailable' },\r\n { label: t('buildingWasherAvailable'), property: 'buildingWasherAvailable' },\r\n { label: t('buildingCommonSpace'), property: 'buildingCommonSpace' },\r\n { label: t('buildingNotes'), property: 'buildingNotes' },\r\n ],\r\n },\r\n {\r\n title: t('contactInformation'),\r\n fields: [\r\n { label: t('buildingOwnership'), property: 'buildingOwnership' },\r\n { label: t('buildingProviderName'), property: 'buildingProviderName' },\r\n { label: t('buildingProviderType'), property: 'buildingProviderType' },\r\n { label: t('buildingProviderWebsite'), property: 'buildingProviderWebsite' },\r\n { label: t('buildingProviderContactName'), property: 'buildingProviderContactName' },\r\n { label: t('buildingProviderContactPhone'), property: 'buildingProviderContactPhone' },\r\n { label: t('buildingProviderContactEmail'), property: 'buildingProviderContactEmail' },\r\n { label: t('buildingWebsite'), property: 'buildingWebsite' },\r\n ],\r\n },\r\n {\r\n title: t('managementInfo'),\r\n fields: [\r\n { label: t('managementName'), property: 'buildingManagementName' },\r\n { label: t('managementType'), property: 'buildingManagementType' },\r\n { label: t('managementWebsite'), property: 'buildingManagementWebsite' },\r\n { label: t('managementContactName'), property: 'buildingManagementContactName' },\r\n { label: t('managementPhoneNumber'), property: 'buildingManagementPhoneNumber' }, ],\r\n },\r\n {\r\n title: t('occupants'),\r\n fields: [\r\n { label: t('buildingOccupantType'), property: 'buildingOccupantType' },\r\n { label: t('buildingOccupancyCertificate'), property: 'buildingOccupancyCertificate' },\r\n { label: t('buildingRentalMarketSurveyZone'), property: 'buildingRentalMarketSurveyZone' },\r\n { label: t('buildingCensusTract'), property: 'buildingCensusTract' },\r\n ],\r\n },\r\n {\r\n title: t('coordinates'),\r\n fields: [\r\n { label: t('buildingLatitude'), property: 'buildingLatitude' },\r\n { label: t('buildingLongitude'), property: 'buildingLongitude' },\r\n { label: t('buildingElevation'), property: 'buildingElevation' },\r\n { label: t('buildingNorthing'), property: 'buildingNorthing' },\r\n { label: t('buildingEasting'), property: 'buildingEasting' },\r\n { label: t('buildingEPSG'), property: 'buildingEPSG' },\r\n { label: t('buildingOrthogonalHeight'), property: 'buildingOrthogonalHeight' },\r\n { label: t('buildingOsmId'), property: 'buildingOsmId' },\r\n { label: t('buildingAdditionalInformation'), property: 'buildingAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('buildingUnits'),\r\n subsections: [\r\n {\r\n title: t('units'),\r\n fields: [\r\n { label: t('buildingType'), property: 'buildingType' },\r\n { label: t('buildingUnitsTotal'), property: 'buildingUnitsTotal' },\r\n {\r\n label: <>\r\n {t('buildingTotalSqft')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'buildingTotalSqft',\r\n },\r\n {\r\n label: <>\r\n {t('buildingTotalRentableArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'buildingTotalRentableArea',\r\n },\r\n { label: t('buildingHeatingIncluded'), property: 'buildingHeatingIncluded' },\r\n { label: t('buildingHydroIncluded'), property: 'buildingHydroIncluded' },\r\n { label: t('buildingWaterIncluded'), property: 'buildingWaterIncluded' },\r\n { label: t('buildingUtilitiesIncluded'), property: 'buildingUtilitiesIncluded' },\r\n ],\r\n },\r\n {\r\n title: t('unitsAvailable'),\r\n specialLayout: 'unitsGrid',\r\n columns: [\r\n { header: t('unitType'), propertyPrefix: '' },\r\n { header: t('totalNumberOfUnits'), propertyPrefix: 'Num' },\r\n {\r\n header: <>\r\n {t('unit')}\r\n <span className=\"italic !text-xs !font-light\"></span>\r\n </>,\r\n propertyPrefix: 'Sqft',\r\n },\r\n\r\n ],\r\n rows: [\r\n { label: t('accessibleUnits'), baseProperty: 'buildingUnitsModified' },\r\n { label: t('subsidizedUnits'), baseProperty: 'buildingUnitsSubsidized' },\r\n { label: t('marketRentalUnits'), baseProperty: 'buildingUnitsMarketRent' },\r\n { label: t('belowMarketRent'), baseProperty: 'buildingUnitsBelowMarketRent' },\r\n { label: t('rentGearedToIncome'), baseProperty: 'buildingUnitsRentGearedToIncome' },\r\n { label: t('roomUnits'), baseProperty: 'buildingUnitsRoom' },\r\n { label: t('bachelorUnits'), baseProperty: 'buildingUnitsB' },\r\n { label: t('oneBedroomUnits'), baseProperty: 'buildingUnits1B' },\r\n { label: t('twoBedroomUnits'), baseProperty: 'buildingUnits2B' },\r\n { label: t('threeBedroomUnits'), baseProperty: 'buildingUnits3B' },\r\n { label: t('fourBedroomUnits'), baseProperty: 'buildingUnits4B' },\r\n { label: t('fiveBedroomUnits'), baseProperty: 'buildingUnits5B' },\r\n { label: t('sixBedroomUnits'), baseProperty: 'buildingUnits6B' },\r\n ],\r\n fields: [\r\n { label: t('buildingUnitsModified'), property: 'buildingUnitsModified' },\r\n { label: t('buildingUnitsModifiedNum'), property: 'buildingUnitsModifiedNum' },\r\n { label: t('buildingUnitsModifiedSqft'), property: 'buildingUnitsModifiedSqft' },\r\n { label: t('buildingUnitsMarketRent'), property: 'buildingUnitsMarketRent' },\r\n { label: t('buildingUnitsMarketRentNum'), property: 'buildingUnitsMarketRentNum' },\r\n { label: t('buildingUnitsMarketRentSqft'), property: 'buildingUnitsMarketRentSqft' },\r\n { label: t('buildingUnitsSubsidized'), property: 'buildingUnitsSubsidized' },\r\n { label: t('buildingUnitsSubsidizedNum'), property: 'buildingUnitsSubsidizedNum' },\r\n { label: t('buildingUnitsSubsidizedSqft'), property: 'buildingUnitsSubsidizedSqft' },\r\n { label: t('belowMarketRent'), property: 'buildingUnitsBelowMarketRent' },\r\n { label: t('belowMarketRentNum'), property: 'buildingUnitsBelowMarketRentNum' },\r\n { label: t('belowMarketRentsqft'), property: 'buildingUnitsBelowMarketRentSqft' },\r\n { label: t('rentGearedToIncome'), property: 'buildingUnitsRentGearedToIncome' },\r\n { label: t('rentGearedToIncomeNum'), property: 'buildingUnitsRentGearedToIncomeNum' },\r\n { label: t('rentGearedToIncomesqft'), property: 'buildingUnitsRentGearedToIncomeSqft' },\r\n { label: t('buildingUnitsRoom'), property: 'buildingUnitsRoom' },\r\n { label: t('buildingUnitsRoomNum'), property: 'buildingUnitsRoomNum' },\r\n { label: t('buildingUnitsRoomSqft'), property: 'buildingUnitsRoomSqft' },\r\n { label: t('buildingUnitsB'), property: 'buildingUnitsB' },\r\n { label: t('buildingUnitsBNum'), property: 'buildingUnitsBNum' },\r\n { label: t('buildingUnitsBSqft'), property: 'buildingUnitsBSqft' },\r\n { label: t('buildingUnits1B'), property: 'buildingUnits1B' },\r\n { label: t('buildingUnits1BNum'), property: 'buildingUnits1BNum' },\r\n { label: t('buildingUnits1BSqft'), property: 'buildingUnits1BSqft' },\r\n { label: t('buildingUnits2B'), property: 'buildingUnits2B' },\r\n { label: t('buildingUnits2BNum'), property: 'buildingUnits2BNum' },\r\n { label: t('buildingUnits2BSqft'), property: 'buildingUnits2BSqft' },\r\n { label: t('buildingUnits3B'), property: 'buildingUnits3B' },\r\n { label: t('buildingUnits3BNum'), property: 'buildingUnits3BNum' },\r\n { label: t('buildingUnits3BSqft'), property: 'buildingUnits3BSqft' },\r\n { label: t('buildingUnits4B'), property: 'buildingUnits4B' },\r\n { label: t('buildingUnits4BNum'), property: 'buildingUnits4BNum' },\r\n { label: t('buildingUnits4BSqft'), property: 'buildingUnits4BSqft' },\r\n { label: t('buildingUnits5B'), property: 'buildingUnits5B' },\r\n { label: t('buildingUnits5BNum'), property: 'buildingUnits5BNum' },\r\n { label: t('buildingUnits5BSqft'), property: 'buildingUnits5BSqft' },\r\n { label: t('buildingUnits6B'), property: 'buildingUnits6B' },\r\n { label: t('buildingUnits6BNum'), property: 'buildingUnits6BNum' },\r\n { label: t('buildingUnits6BSqft'), property: 'buildingUnits6BSqft' },\r\n ],\r\n },\r\n {\r\n title: '',\r\n fields: [\r\n { label: t('buildingUnitAdditionalInformation'), property: 'buildingUnitAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('buildingProjects'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingProjectName'), property: 'buildingProjectName' },\r\n { label: t('buildingProjectNumber'), property: 'buildingProjectNumber' },\r\n { label: t('buildingProjectType'), property: 'buildingProjectType' },\r\n { label: t('buildingProjectPhase'), property: 'buildingProjectPhase' },\r\n { label: t('buildingEstimatedStartDate'), property: 'buildingEstimatedStartDate' },\r\n { label: t('buildingEstimatedEndDate'), property: 'buildingEstimatedEndDate' },\r\n { label: t('buildingStartDate'), property: 'buildingStartDate' },\r\n { label: t('buildingCompletedDate'), property: 'buildingCompletedDate' },\r\n { label: t('buildingPriorityRetrofits'), property: 'buildingPriorityRetrofits' },\r\n { label: t('buildingProjectDescription'), property: 'buildingProjectDescription' },\r\n { label: t('previousUpdates'), property: 'previousUpdates' },\r\n ],\r\n },\r\n {\r\n title: t('permits'),\r\n fields: [\r\n { label: t('buildingBuilderName'), property: 'buildingBuilderName' },\r\n { label: t('buildingPermitsIssued'), property: 'buildingPermitsIssued' },\r\n { label: t('buildingPermitNumber'), property: 'buildingPermitNumber' },\r\n { label: t('buildingPermitIssuedDate'), property: 'buildingPermitIssuedDate' },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('buildingEstimatedTotalCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingEstimatedTotalCost',\r\n },\r\n {\r\n label: <>\r\n {t('buildingEstimatedConstructionCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingEstimatedConstructionCost',\r\n },\r\n { label: t('buildingRetrofitFundingNeeds'), property: 'buildingRetrofitFundingNeeds' },\r\n {\r\n label: <>\r\n {t('buildingFederalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingFederalContribution',\r\n },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('energyData'),\r\n subsections: [\r\n {\r\n title: t('energySourcesAndMetrics'),\r\n specialLayout: 'energySourcesGrid',\r\n columns: [\r\n { header: t('sourceHeader'), propertyPrefix: 'EnergySources' },\r\n { header: t('metricHeader'), propertyPrefix: 'Metric' },\r\n { header: t('installationYearHeader'), propertyPrefix: 'InstallationYear' },\r\n ],\r\n rows: [\r\n { label: t('heatingSource'), baseProperty: 'buildingHeating' },\r\n { label: t('coolingSource'), baseProperty: 'buildingCooling' },\r\n { label: t('hotWaterSource'), baseProperty: 'buildingHotWaterSystems' },\r\n ],\r\n fields: [\r\n { label: t('heatingSource'), property: 'buildingHeatingEnergySources' },\r\n { label: t('heatingMetric'), property: 'buildingHeatingMetric' },\r\n { label: t('heatingInstallationYear'), property: 'buildingHeatingInstallationYear' },\r\n { label: t('coolingSource'), property: 'buildingCoolingEnergySources' },\r\n { label: t('coolingMetric'), property: 'buildingCoolingMetric' },\r\n { label: t('coolingInstallationYear'), property: 'buildingCoolingInstallationYear' },\r\n { label: t('hotWaterSource'), property: 'buildingHotWaterSystemsEnergySources' },\r\n { label: t('hotWaterMetric'), property: 'buildingHotWaterSystemsMetric' },\r\n { label: t('hotWaterInstallationYear'), property: 'buildingHotWaterSystemsInstallationYear' },\r\n ],\r\n },\r\n {\r\n title: t('energyMetrics'),\r\n fields: [\r\n {\r\n label: (\r\n <>\r\n {t('buildingAnnualConsumption')}\r\n <span className=\"italic !text-xs !font-light\"> kWh</span>\r\n </>\r\n ),\r\n property: 'buildingAnnualConsumption',\r\n },\r\n {\r\n label: (\r\n <>\r\n {t('buildingSiteEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>\r\n ),\r\n property: 'buildingSiteEui',\r\n },\r\n {\r\n label: (\r\n <>\r\n {t('buildingSourceEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>\r\n ),\r\n property: 'buildingSourceEui',\r\n },\r\n {\r\n label: (\r\n <>\r\n {t('buildingSolarPotential')}\r\n <span className=\"italic !text-xs !font-light\"> kWh/kWp</span>\r\n </>\r\n ),\r\n property: 'buildingSolarPotential',\r\n },\r\n { label: t('buildingHvacEfficiency'), property: 'buildingHvacEfficiency' },\r\n { label: t('buildingRegionalEnergyTrends'), property: 'buildingRegionalEnergyTrends' },\r\n ],\r\n },\r\n {\r\n title: t('electricalPanel'),\r\n fields: [\r\n { label: t('serviceSize'), property: 'buildingElectricityServiceSize' },\r\n { label: t('serviceLocation'), property: 'buildingElectricityServiceLocation' },\r\n { label: t('panelSize'), property: 'buildingElectricityServicePanelSize' },\r\n { label: t('utilityConnection'), property: 'buildingElectricityServiceUtilityConnection' },\r\n { label: t('upgradeHistory'), property: 'buildingElectricityServiceUpgradeHistory' },\r\n ],\r\n },\r\n {\r\n title: t('reports'),\r\n fields: [\r\n { label: t('buildingEnergyCodeCompliance'), property: 'buildingEnergyCodeCompliance' },\r\n { label: t('assessmentReports'), property: 'buildingEnergyAssessmentReports' },\r\n ],\r\n },\r\n {\r\n fields: [\r\n { label: t('buildingEnergyAdditionalInformation'), property: 'buildingEnergyAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('environmentalData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('buildingTotalGhgEmissions')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">CO2e</span>\r\n </>,\r\n property: 'buildingTotalGhgEmissions',\r\n },\r\n { label: t('buildingIntensityGhgEmissions'), property: 'buildingIntensityGhgEmissions' },\r\n { label: t('buildingCertifications'), property: 'buildingCertifications' },\r\n { label: t('buildingCertificationsFile'), property: 'buildingCertificationsFile' },\r\n {\r\n label: <>\r\n {t('buildingWaterUseIntensity')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">gal/ft²/yr</span>\r\n </>,\r\n property: 'buildingWaterUseIntensity',\r\n },\r\n { label: t('buildingEnvironmentalCompliance'), property: 'buildingEnvironmentalCompliance' },\r\n { label: t('buildingAirQuality'), property: 'buildingAirQuality' },\r\n { label: t('buildingAirQualityAssessmentDate'), property: 'buildingAirQualityAssessmentDate' },\r\n { label: t('airQualityReports'), property: 'buildingAirQualityReports' },\r\n { label: t('waterQualityReports'), property: 'buildingWaterQualityReports' },\r\n { label: t('buildingEnvironmentalAdditionalInformation'), property: 'buildingEnvironmentalAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('maintenanceData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingAssessmentRatingCondition'), property: 'buildingAssessmentRatingCondition' },\r\n { label: t('conditionRatingsDate'), property: 'conditionRatingsDate' },\r\n { label: t('buildingAssessmentDescription'), property: 'buildingAssessmentDescription' },\r\n { label: t('buildingMaintenanceRecords'), property: 'buildingMaintenanceRecords' },\r\n { label: t('buildingSystemAssessment'), property: 'buildingSystemAssessment' },\r\n { label: t('BCA'), property: 'buildingBCAs' },\r\n { label: t('contractReports'), property: 'buildingContractorReports' },\r\n { label: t('engineerAssessments'), property: 'buildingEngineeringAssessments' },\r\n { label: t('buildingMaintenanceAdditionalInformation'), property: 'buildingMaintenanceAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('financialData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('buildingAssessedValue')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingAssessedValue',\r\n },\r\n {\r\n label: <>\r\n {t('buildingLifecycleExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingLifecycleExpenses',\r\n },\r\n {\r\n label: <>\r\n {t('buildingOperatingExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingOperatingExpenses',\r\n },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n { label: t('buildingFundingSources'), property: 'buildingFundingSources' },\r\n { label: t('buildingGrants'), property: 'buildingGrants' },\r\n { label: t('buildingSubsidies'), property: 'buildingSubsidies' },\r\n { label: t('buildingProponentOrganization'), property: 'buildingProponentOrganization' },\r\n { label: t('buildingProgramLoan'), property: 'buildingProgramLoan' },\r\n { label: t('buildingProponentType'), property: 'buildingProponentType' },\r\n { label: t('buildingProgramName'), property: 'buildingProgramName' },\r\n {\r\n label: <>\r\n {t('buildingTotalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingTotalContribution',\r\n },\r\n {\r\n label: <>\r\n {t('buildingValueOfFundingFlowed')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingValueOfFundingFlowed',\r\n },\r\n { label: t('buildingFundingAdditionalInformation'), property: 'buildingFundingAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('riskConsiderations'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingStructuralVulnerabilities'), property: 'buildingStructuralVulnerabilities' },\r\n { label: t('buildingClimateVulnerabilities'), property: 'buildingClimateVulnerabilities' },\r\n { label: t('buildingSafetyConcerns'), property: 'buildingSafetyConcerns' },\r\n { label: t('buildingFireSafety'), property: 'buildingFireSafety' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('regulatoryCompliance'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingOccupancyCertificate'), property: 'buildingOccupancyCertificate' },\r\n { label: t('buildingFireSafety'), property: 'buildingFireSafety' },\r\n { label: t('buildingEnvironmentalCompliance'), property: 'buildingEnvironmentalCompliance' },\r\n { label: t('buildingZoningCompliance'), property: 'buildingZoningCompliance' },\r\n { label: t('buildingPermitsIssued'), property: 'buildingPermitsIssued' },\r\n ],\r\n },\r\n ],\r\n },\r\n ]\r\n}\r\n\r\nexport const useSiteHeaders = () => {\r\n // Translations\r\n const t = useTranslations('headers')\r\n\r\n return [\r\n {\r\n title: t('siteInformation'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteName'), property: 'siteName' },\r\n { label: t('siteAddress'), property: 'siteAddress' },\r\n { label: t('siteCountrySubdivision'), property: 'siteCountrySubdivision' },\r\n { label: t('siteMunicipality'), property: 'siteMunicipality' },\r\n { label: t('siteCity'), property: 'siteCity' },\r\n { label: t('sitePostalCode'), property: 'sitePostalCode' },\r\n { label: t('siteCounty'), property: 'siteCounty' },\r\n { label: t('siteWard'), property: 'siteWard' },\r\n { label: t('siteLandUse'), property: 'siteLandUse' },\r\n { label: t('siteLandUseSubtype'), property: 'siteLandUseSubtype' },\r\n\r\n {label: <>\r\n {t('siteTotalArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'siteTotalArea' \r\n },\r\n {label: <>\r\n {t('siteTotalBuiltArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'siteTotalBuiltArea' \r\n },\r\n {label: <>\r\n {t('siteTotalAvailableArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'siteTotalAvailableArea' \r\n },\r\n\r\n { label: t('siteYearBuilt'), property: 'siteYearBuilt' },\r\n { label: t('siteZoning'), property: 'siteZoning' },\r\n { label: t('siteZoningCompliance'), property: 'siteZoningCompliance' },\r\n ],\r\n },\r\n {\r\n title: t('contactInformation'),\r\n fields: [\r\n { label: t('siteOwnership'), property: 'siteOwnership' },\r\n { label: t('siteProviderName'), property: 'siteProviderName' },\r\n { label: t('siteProviderType'), property: 'siteProviderType' },\r\n { label: t('siteProviderWebsite'), property: 'siteProviderWebsite' },\r\n { label: t('siteProviderContactName'), property: 'siteProviderContactName' },\r\n { label: t('siteProviderContactPhone'), property: 'siteProviderContactPhone' },\r\n { label: t('siteProviderContactEmail'), property: 'siteProviderContactEmail' },\r\n { label: t('siteWebsite'), property: 'siteWebsite' },\r\n ],\r\n },\r\n {\r\n title: t('additionalInformation'),\r\n fields: [\r\n { label: t('siteNotes'), property: 'siteNotes' },\r\n ],\r\n },\r\n {\r\n title: t('coordinates'),\r\n fields: [\r\n { label: t('siteLatitude'), property: 'siteLatitude' },\r\n { label: t('siteLongitude'), property: 'siteLongitude' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('associatedBuildings'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('associatedBuildings'), property: 'associatedBuildings' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('siteProjects'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteProjectName'), property: 'siteProjectName' },\r\n { label: t('siteProjectNumber'), property: 'siteProjectNumber' },\r\n { label: t('siteProjectPhase'), property: 'siteProjectPhase' },\r\n { label: t('siteProjectType'), property: 'siteProjectType' },\r\n { label: t('siteEstimatedStartDate'), property: 'siteEstimatedStartDate' },\r\n { label: t('siteEstimatedEndDate'), property: 'siteEstimatedEndDate' },\r\n { label: t('siteStartDate'), property: 'siteStartDate' },\r\n { label: t('siteCompletedDate'), property: 'siteCompletedDate' },\r\n { label: t('sitePriorityRetrofits'), property: 'sitePriorityRetrofits' },\r\n { label: t('siteProjectDescription'), property: 'siteProjectDescription' },\r\n { label: t('sitePreviousUpdates'), property: 'sitePreviousUpdates' },\r\n ],\r\n },\r\n {\r\n title: t('permits'),\r\n fields: [\r\n { label: t('siteBuilderName'), property: 'siteBuilderName' },\r\n { label: t('siteBuildingPermitsIssued'), property: 'siteBuildingPermitsIssued' },\r\n { label: t('sitePermitNumber'), property: 'sitePermitNumber' },\r\n { label: t('sitePermitIssuedDate'), property: 'sitePermitIssuedDate' },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n {\r\n label: \r\n <>\r\n {t('siteEstimatedTotalCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteEstimatedTotalCost',\r\n },\r\n {\r\n label: \r\n <>\r\n {t('siteEstimatedConstructionCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteEstimatedConstructionCost',\r\n },\r\n { label: t('siteRetrofitFundingNeeds'), property: 'siteRetrofitFundingNeeds' },\r\n {\r\n label: \r\n <>\r\n {t('siteFederalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteFederalContribution',\r\n },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('energyData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteEnergyUsage'), property: 'siteEnergyUsage' },\r\n {\r\n label:\r\n <>\r\n {t('siteAnnualConsumption')}\r\n <span className=\"italic !text-xs !font-light\"> kWh</span>\r\n </>,\r\n property: 'siteAnnualConsumption'\r\n },\r\n {\r\n label:\r\n <>\r\n {t('siteEnergyDemand')}\r\n <span className=\"italic !text-xs !font-light\"> kW</span>\r\n </>,\r\n property: 'siteEnergyDemand'\r\n },\r\n {\r\n label:\r\n <>\r\n {t('siteEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>,\r\n property: 'siteEui'\r\n },\r\n \r\n {\r\n label:\r\n <>\r\n {t('siteSourceEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>,\r\n property: 'siteSourceEui'\r\n },\r\n { label: t('siteEnergyCodeCompliance'), property: 'siteEnergyCodeCompliance' },\r\n {\r\n label:\r\n <>\r\n {t('siteSolarPotential')}\r\n <span className=\"italic !text-xs !font-light\"> kWh/kWp</span>\r\n </>,\r\n property: 'siteSolarPotential'\r\n },\r\n { label: t('siteRenewableEnergy'), property: 'siteRenewableEnergy' },\r\n { label: t('siteEnergyAdditionalInformation'), property: 'siteEnergyAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('environmentalData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteTotalGhgEmissions'), property: 'siteTotalGhgEmissions' },\r\n { label: t('siteIntensityGhgEmissions'), property: 'siteIntensityGhgEmissions' },\r\n { label: t('siteCertifications'), property: 'siteCertifications' },\r\n { label: t('siteCertificationCertificates'), property: 'siteCertificationCertificates' },\r\n \r\n {\r\n label:\r\n <>\r\n {t('siteWaterUseIntensity')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">(WUI) gal/ft²/yr</span>\r\n </>,\r\n property: 'siteWaterUseIntensity'\r\n },\r\n { label: t('siteEnvironmentalCompliance'), property: 'siteEnvironmentalCompliance' },\r\n { label: t('siteEnvironmentalAdditionalInformation'), property: 'siteEnvironmentalAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('maintenanceData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteAssessmentCondition'), property: 'siteAssessmentCondition' },\r\n { label: t('siteAssessmentDate'), property: 'siteAssessmentDate' },\r\n { label: t('siteAssessmentDescription'), property: 'siteAssessmentDescription' },\r\n { label: t('siteMaintenanceRecords'), property: 'siteMaintenanceRecords' },\r\n { label: t('siteMaintenanceAdditionalInformation'), property: 'siteMaintenanceAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('financialData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('siteAssessedValue')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteAssessedValue',\r\n },\r\n {\r\n label: <>\r\n {t('siteLifecycleExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteLifecycleExpenses',\r\n },\r\n {\r\n label: <>\r\n {t('siteOperatingExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteOperatingExpenses',\r\n },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n { label: t('siteFundingSources'), property: 'siteFundingSources' },\r\n { label: t('siteGrants'), property: 'siteGrants' },\r\n { label: t('siteSubsidies'), property: 'siteSubsidies' },\r\n { label: t('siteProponentOrganization'), property: 'siteProponentOrganization' },\r\n { label: t('siteProgramLoan'), property: 'siteProgramLoan' },\r\n { label: t('siteProponentType'), property: 'siteProponentType' },\r\n { label: t('siteProgramName'), property: 'siteProgramName' },\r\n {\r\n label: <>\r\n {t('siteTotalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteTotalContribution',\r\n },\r\n {\r\n label: <>\r\n {t('siteValueOfFundingFlowed')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteValueOfFundingFlowed',\r\n },\r\n { label: t('siteFundingAdditionalInformation'), property: 'siteFundingAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('riskConsiderations'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteClimateVulnerabilities'), property: 'siteClimateVulnerabilities' },\r\n { label: t('siteSafetyConcerns'), property: 'siteSafetyConcerns' },\r\n { label: t('siteFireSafety'), property: 'siteFireSafety' },\r\n ],\r\n },\r\n {\r\n title: t('insurance'),\r\n fields: [\r\n { label: t('siteInsuranceProvider'), property: 'siteInsuranceProvider' },\r\n {\r\n label: <>\r\n {t('siteInsuranceCosts')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteInsuranceCosts',\r\n },\r\n { label: t('siteInsuranceClaims'), property: 'siteInsuranceClaims' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('regulatoryCompliance'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteFireCert'), property: 'siteFireCert' },\r\n { label: t('siteEnvironmentalCompliance'), property: 'siteEnvironmentalCompliance' },\r\n { label: t('siteZoningCompliance'), property: 'siteZoningCompliance' },\r\n { label: t('siteBuildingPermit'), property: 'siteBuildingPermit' },\r\n ],\r\n },\r\n ],\r\n },\r\n ]\r\n}\r\n\r\nexport const useInfrastructureHeaders = () => {\r\n // Translations\r\n const t = useTranslations('headers');\r\n\r\n return [\r\n {\r\n title: t('infrastructureInformation'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('infrastructureName'), property: 'infrastructureName' },\r\n { label: t('infrastructureType'), property: 'infrastructureType' },\r\n { label: t('infrastructureStatus'), property: 'infrastructureStatus' },\r\n { label: t('infrastructureState'), property: 'infrastructureState' },\r\n { label: t('infrastructureAddress'), property: 'infrastructureAddress' },\r\n { label: t('infrastructureCity'), property: 'infrastructureCity' },\r\n { label: t('infrastructureCountrySubdivision'), property: 'infrastructureCountrySubdivision' },\r\n { label: t('infrastructureMunicipality'), property: 'infrastructureMunicipality' },\r\n { label: t('infrastructureCounty'), property: 'infrastructureCounty' },\r\n { label: t('infrastructurePostalCode'), property: 'infrastructurePostalCode' },\r\n { label: t('infrastructureEmail'), property: 'infrastructureEmail' },\r\n { label: t('infrastructurePhoneNumber'), property: 'infrastructurePhoneNumber' },\r\n { label: t('infrastructureWebsite'), property: 'infrastructureWebsite' },\r\n { label: t('infrastructureDescription'), property: 'infrastructureDescription' },\r\n { label: t('infrastructureNotes'), property: 'infrastructureNotes' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('landInfra'),\r\n subsections: [\r\n {\r\n title: t('linearReferencing'),\r\n fields: [\r\n { label: t('linearLRMType'), property: 'linearLRMType' },\r\n { label: t('linearAlignmentType'), property: 'linearAlignmentType' },\r\n { \r\n label: <>\r\n {t('linearMeasure')} <span className=\"italic !text-xs !font-light\">(m/km)</span>\r\n </>, \r\n property: 'linearMeasure' \r\n },\r\n { label: t('linearStartValue'), property: 'linearStartValue' },\r\n { label: t('infrastructureMaterial'), property: 'infrastructureMaterial' },\r\n { label: t('infrastructureSurfaceType'), property: 'infrastructureSurfaceType' },\r\n { label: t('infrastructureSurfaceName'), property: 'infrastructureSurfaceName' },\r\n { label: t('infrastructureLongitude'), property: 'infrastructureLongitude' },\r\n { label: t('infrastructureLatitude'), property: 'infrastructureLatitude' },\r\n { label: t('infrastructureElevation'), property: 'infrastructureElevation' },\r\n { label: t('infrastructureSurveyDate'), property: 'infrastructureSurveyDate' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('ifcInformation'),\r\n subsections: [\r\n {\r\n title: t('ifcData'),\r\n fields: [\r\n { label: t('ifcGlobalId'), property: 'ifcGlobalId' },\r\n { label: t('ifcDomain'), property: 'ifcDomain' },\r\n { label: t('ifcRoadType'), property: 'ifcRoadType' },\r\n { label: t('ifcLaneCount'), property: 'ifcLaneCount' },\r\n { label: t('ifcDesignSpeed'), property: 'ifcDesignSpeed' },\r\n { label: t('ifcRailType'), property: 'ifcRailType' },\r\n { label: t('ifcTrackGauge'), property: 'ifcTrackGauge' },\r\n { label: t('ifcBridgePartType'), property: 'ifcBridgePartType' },\r\n { label: t('ifcBridgeClearance'), property: 'ifcBridgeClearance' },\r\n { label: t('ifcLoadRating'), property: 'ifcLoadRating' },\r\n { label: t('ifcUtilityType'), property: 'ifcUtilityType' },\r\n { label: t('ifcVoltage'), property: 'ifcVoltage' },\r\n { label: t('ifcFacilityPartType'), property: 'ifcFacilityPartType' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('cityGmlInformation'),\r\n subsections: [\r\n {\r\n title: t('cityGmlData'),\r\n fields: [\r\n { label: t('cityGmlName'), property: 'cityGmlName' },\r\n { label: t('cityGmlLod'), property: 'cityGmlLod' },\r\n { label: t('cityGmlFunction'), property: 'cityGmlFunction' },\r\n { label: t('cityGmlUsage'), property: 'cityGmlUsage' },\r\n { label: t('cityGmlCondition'), property: 'cityGmlCondition' },\r\n { label: t('cityGmlMeasuredHeight'), property: 'cityGmlMeasuredHeight' },\r\n { label: t('cityGmlConstructionDate'), property: 'cityGmlConstructionDate' },\r\n { label: t('cityGmlDemolitionDate'), property: 'cityGmlDemolitionDate' },\r\n { label: t('cityGmlVegetationType'), property: 'cityGmlVegetationType' },\r\n { label: t('cityGmlFurnitureType'), property: 'cityGmlFurnitureType' },\r\n { label: t('cityGmlSurfaceMaterial'), property: 'cityGmlSurfaceMaterial' },\r\n { label: t('cityGmlIsTrafficSpace'), property: 'cityGmlIsTrafficSpace' },\r\n ],\r\n },\r\n ],\r\n },\r\n ];\r\n};\r\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/Headers.tsx"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\r\n// Copyright (C) 2025 Collab Digital Twins\r\n\r\nimport { useTranslations } from 'next-intl'\r\n\r\nimport React from 'react'\r\nimport { Building, Site } from '../../../../types/dbTypes'\r\n\r\ntype BuildingWithRelations = Building & {\r\n buildingOccupancyCertificate: File[]\r\n occupancyData: File[]\r\n buildingZoningCompliance: File[]\r\n buildingUnitsMarketRentNum: File[]\r\n buildingUnitsMarketRentSqft: File[]\r\n buildingPermitsIssued: File[]\r\n buildingRegionalEnergyTrends: File[]\r\n buildingEnergyCodeCompliance: File[]\r\n buildingCertificationsFile: File[]\r\n buildingWaterUseIntensity: File[]\r\n buildingEnvironmentalCompliance: File[]\r\n buildingAssessmentRatingCondition: File[]\r\n buildingMaintenanceRecords: File[]\r\n conditionRatingsDate: File[]\r\n buildingSystemAssessment: File[]\r\n buildingFireSafety: File[]\r\n buildingSiteFireCertificate: File[]\r\n buildingEnergyAssessmentReports: File[]\r\n buildingAirQualityReports: File[]\r\n buildingWaterQualityReports: File[]\r\n DSRs: File[]\r\n buildingBCAs: File[]\r\n buildingContractorReports: File[]\r\n buildingEngineeringAssessments: File[]\r\n}\r\n\r\ntype SiteWithRelations = Site & {\r\n siteEnergyCodeCompliance: File[]\r\n siteCertificationCertificates: File[]\r\n siteEnvironmentalCompliance: File[]\r\n siteMaintenanceRecords: File[]\r\n siteFireSafety: File[]\r\n siteFireCert: File[]\r\n siteZoningCompliance: File[]\r\n siteBuildingPermit: File[]\r\n siteInsuranceClaims: File[]\r\n siteBuildingPermitsIssued: File[]\r\n siteBuildings: Building[]\r\n}\r\n\r\ntype BuildingFieldDefinition = {\r\n label: React.ReactNode // UI Header\r\n property: keyof BuildingWithRelations\r\n}\r\ntype SiteFieldDefinition = {\r\n label: React.ReactNode // UI Header\r\n property: keyof SiteWithRelations\r\n}\r\n\r\ntype BuildingSubSection = {\r\n title: string // Subheader\r\n fields: BuildingFieldDefinition[]\r\n specialLayout?: string\r\n columns?: { header: string | React.ReactNode, propertyPrefix: string }[]\r\n rows?: { label: string, baseProperty: string }[]\r\n}\r\ntype SiteSubSection = {\r\n title: string // Subheader\r\n fields: SiteFieldDefinition[]\r\n}\r\n\r\ntype BuildingTabSection = {\r\n title: string // Tab\r\n subsections: BuildingSubSection[]\r\n}\r\ntype SiteTabSection = {\r\n title: string // Tab\r\n subsections: SiteSubSection[]\r\n}\r\n\r\nexport const useBuildingHeaders = () => {\r\n // Translations\r\n const t = useTranslations('headers')\r\n\r\n return [\r\n {\r\n title: t('buildingInformation'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingName'), property: 'buildingName' },\r\n { label: t('buildingAddress'), property: 'buildingAddress' },\r\n { label: t('buildingCountrySubdivision'), property: 'buildingCountrySubdivision' },\r\n { label: t('buildingMunicipality'), property: 'buildingMunicipality' },\r\n { label: t('buildingCity'), property: 'buildingCity' },\r\n { label: t('buildingPostalCode'), property: 'buildingPostalCode' },\r\n { label: t('buildingCounty'), property: 'buildingCounty' },\r\n { label: t('buildingWardName'), property: 'buildingWardName' },\r\n { label: t('buildingWardNumber'), property: 'buildingWardNumber' },\r\n { label: t('buildingParentSiteId'), property: 'buildingParentSiteId' },\r\n ],\r\n },\r\n {\r\n title: t('features'),\r\n fields: [\r\n { label: t('buildingType'), property: 'buildingType' },\r\n { label: t('buildingGeometryStyle'), property: 'buildingGeometryStyle' },\r\n { label: t('buildingStoreyNum'), property: 'buildingStoreyNum' },\r\n {\r\n label: <>\r\n {t('buildingTotalSqft')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'buildingTotalSqft',\r\n },\r\n { label: t('buildingMaterials'), property: 'buildingMaterials' },\r\n { label: t('buildingYearBuilt'), property: 'buildingYearBuilt' },\r\n { label: t('buildingZoning'), property: 'buildingZoning' },\r\n { label: t('buildingZoningCompliance'), property: 'buildingZoningCompliance' },\r\n { label: t('buildingParkingAvailable'), property: 'buildingParkingAvailable' },\r\n { label: t('buildingElevatorAvailable'), property: 'buildingElevatorAvailable' },\r\n { label: t('buildingDryerAvailable'), property: 'buildingDryerAvailable' },\r\n { label: t('buildingWasherAvailable'), property: 'buildingWasherAvailable' },\r\n { label: t('buildingCommonSpace'), property: 'buildingCommonSpace' },\r\n { label: t('buildingNotes'), property: 'buildingNotes' },\r\n ],\r\n },\r\n {\r\n title: t('contactInformation'),\r\n fields: [\r\n { label: t('buildingOwnership'), property: 'buildingOwnership' },\r\n { label: t('buildingProviderName'), property: 'buildingProviderName' },\r\n { label: t('buildingProviderType'), property: 'buildingProviderType' },\r\n { label: t('buildingProviderWebsite'), property: 'buildingProviderWebsite' },\r\n { label: t('buildingProviderContactName'), property: 'buildingProviderContactName' },\r\n { label: t('buildingProviderContactPhone'), property: 'buildingProviderContactPhone' },\r\n { label: t('buildingProviderContactEmail'), property: 'buildingProviderContactEmail' },\r\n { label: t('buildingWebsite'), property: 'buildingWebsite' },\r\n ],\r\n },\r\n {\r\n title: t('managementInfo'),\r\n fields: [\r\n { label: t('managementName'), property: 'buildingManagementName' },\r\n { label: t('managementType'), property: 'buildingManagementType' },\r\n { label: t('managementWebsite'), property: 'buildingManagementWebsite' },\r\n { label: t('managementContactName'), property: 'buildingManagementContactName' },\r\n { label: t('managementPhoneNumber'), property: 'buildingManagementPhoneNumber' }, ],\r\n },\r\n {\r\n title: t('occupants'),\r\n fields: [\r\n { label: t('buildingOccupantType'), property: 'buildingOccupantType' },\r\n { label: t('buildingOccupancyCertificate'), property: 'buildingOccupancyCertificate' },\r\n { label: t('buildingRentalMarketSurveyZone'), property: 'buildingRentalMarketSurveyZone' },\r\n { label: t('buildingCensusTract'), property: 'buildingCensusTract' },\r\n ],\r\n },\r\n {\r\n title: t('coordinates'),\r\n fields: [\r\n { label: t('buildingLatitude'), property: 'buildingLatitude' },\r\n { label: t('buildingLongitude'), property: 'buildingLongitude' },\r\n { label: t('buildingElevation'), property: 'buildingElevation' },\r\n { label: t('buildingNorthing'), property: 'buildingNorthing' },\r\n { label: t('buildingEasting'), property: 'buildingEasting' },\r\n { label: t('buildingEPSG'), property: 'buildingEPSG' },\r\n { label: t('buildingOrthogonalHeight'), property: 'buildingOrthogonalHeight' },\r\n { label: t('buildingOsmId'), property: 'buildingOsmId' },\r\n { label: t('buildingAdditionalInformation'), property: 'buildingAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('buildingUnits'),\r\n subsections: [\r\n {\r\n title: t('units'),\r\n fields: [\r\n { label: t('buildingType'), property: 'buildingType' },\r\n { label: t('buildingUnitsTotal'), property: 'buildingUnitsTotal' },\r\n {\r\n label: <>\r\n {t('buildingTotalSqft')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'buildingTotalSqft',\r\n },\r\n {\r\n label: <>\r\n {t('buildingTotalRentableArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'buildingTotalRentableArea',\r\n },\r\n { label: t('buildingHeatingIncluded'), property: 'buildingHeatingIncluded' },\r\n { label: t('buildingHydroIncluded'), property: 'buildingHydroIncluded' },\r\n { label: t('buildingWaterIncluded'), property: 'buildingWaterIncluded' },\r\n { label: t('buildingUtilitiesIncluded'), property: 'buildingUtilitiesIncluded' },\r\n ],\r\n },\r\n {\r\n title: t('unitsAvailable'),\r\n specialLayout: 'unitsGrid',\r\n columns: [\r\n { header: t('unitType'), propertyPrefix: '' },\r\n { header: t('totalNumberOfUnits'), propertyPrefix: 'Num' },\r\n {\r\n header: <>\r\n {t('unit')}\r\n <span className=\"italic !text-xs !font-light\"></span>\r\n </>,\r\n propertyPrefix: 'Sqft',\r\n },\r\n\r\n ],\r\n rows: [\r\n { label: t('accessibleUnits'), baseProperty: 'buildingUnitsModified' },\r\n { label: t('subsidizedUnits'), baseProperty: 'buildingUnitsSubsidized' },\r\n { label: t('marketRentalUnits'), baseProperty: 'buildingUnitsMarketRent' },\r\n { label: t('belowMarketRent'), baseProperty: 'buildingUnitsBelowMarketRent' },\r\n { label: t('rentGearedToIncome'), baseProperty: 'buildingUnitsRentGearedToIncome' },\r\n { label: t('roomUnits'), baseProperty: 'buildingUnitsRoom' },\r\n { label: t('bachelorUnits'), baseProperty: 'buildingUnitsB' },\r\n { label: t('oneBedroomUnits'), baseProperty: 'buildingUnits1B' },\r\n { label: t('twoBedroomUnits'), baseProperty: 'buildingUnits2B' },\r\n { label: t('threeBedroomUnits'), baseProperty: 'buildingUnits3B' },\r\n { label: t('fourBedroomUnits'), baseProperty: 'buildingUnits4B' },\r\n { label: t('fiveBedroomUnits'), baseProperty: 'buildingUnits5B' },\r\n { label: t('sixBedroomUnits'), baseProperty: 'buildingUnits6B' },\r\n ],\r\n fields: [\r\n { label: t('buildingUnitsModified'), property: 'buildingUnitsModified' },\r\n { label: t('buildingUnitsModifiedNum'), property: 'buildingUnitsModifiedNum' },\r\n { label: t('buildingUnitsModifiedSqft'), property: 'buildingUnitsModifiedSqft' },\r\n { label: t('buildingUnitsMarketRent'), property: 'buildingUnitsMarketRent' },\r\n { label: t('buildingUnitsMarketRentNum'), property: 'buildingUnitsMarketRentNum' },\r\n { label: t('buildingUnitsMarketRentSqft'), property: 'buildingUnitsMarketRentSqft' },\r\n { label: t('buildingUnitsSubsidized'), property: 'buildingUnitsSubsidized' },\r\n { label: t('buildingUnitsSubsidizedNum'), property: 'buildingUnitsSubsidizedNum' },\r\n { label: t('buildingUnitsSubsidizedSqft'), property: 'buildingUnitsSubsidizedSqft' },\r\n { label: t('belowMarketRent'), property: 'buildingUnitsBelowMarketRent' },\r\n { label: t('belowMarketRentNum'), property: 'buildingUnitsBelowMarketRentNum' },\r\n { label: t('belowMarketRentsqft'), property: 'buildingUnitsBelowMarketRentSqft' },\r\n { label: t('rentGearedToIncome'), property: 'buildingUnitsRentGearedToIncome' },\r\n { label: t('rentGearedToIncomeNum'), property: 'buildingUnitsRentGearedToIncomeNum' },\r\n { label: t('rentGearedToIncomesqft'), property: 'buildingUnitsRentGearedToIncomeSqft' },\r\n { label: t('buildingUnitsRoom'), property: 'buildingUnitsRoom' },\r\n { label: t('buildingUnitsRoomNum'), property: 'buildingUnitsRoomNum' },\r\n { label: t('buildingUnitsRoomSqft'), property: 'buildingUnitsRoomSqft' },\r\n { label: t('buildingUnitsB'), property: 'buildingUnitsB' },\r\n { label: t('buildingUnitsBNum'), property: 'buildingUnitsBNum' },\r\n { label: t('buildingUnitsBSqft'), property: 'buildingUnitsBSqft' },\r\n { label: t('buildingUnits1B'), property: 'buildingUnits1B' },\r\n { label: t('buildingUnits1BNum'), property: 'buildingUnits1BNum' },\r\n { label: t('buildingUnits1BSqft'), property: 'buildingUnits1BSqft' },\r\n { label: t('buildingUnits2B'), property: 'buildingUnits2B' },\r\n { label: t('buildingUnits2BNum'), property: 'buildingUnits2BNum' },\r\n { label: t('buildingUnits2BSqft'), property: 'buildingUnits2BSqft' },\r\n { label: t('buildingUnits3B'), property: 'buildingUnits3B' },\r\n { label: t('buildingUnits3BNum'), property: 'buildingUnits3BNum' },\r\n { label: t('buildingUnits3BSqft'), property: 'buildingUnits3BSqft' },\r\n { label: t('buildingUnits4B'), property: 'buildingUnits4B' },\r\n { label: t('buildingUnits4BNum'), property: 'buildingUnits4BNum' },\r\n { label: t('buildingUnits4BSqft'), property: 'buildingUnits4BSqft' },\r\n { label: t('buildingUnits5B'), property: 'buildingUnits5B' },\r\n { label: t('buildingUnits5BNum'), property: 'buildingUnits5BNum' },\r\n { label: t('buildingUnits5BSqft'), property: 'buildingUnits5BSqft' },\r\n { label: t('buildingUnits6B'), property: 'buildingUnits6B' },\r\n { label: t('buildingUnits6BNum'), property: 'buildingUnits6BNum' },\r\n { label: t('buildingUnits6BSqft'), property: 'buildingUnits6BSqft' },\r\n ],\r\n },\r\n {\r\n title: '',\r\n fields: [\r\n { label: t('buildingUnitAdditionalInformation'), property: 'buildingUnitAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('buildingProjects'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingProjectName'), property: 'buildingProjectName' },\r\n { label: t('buildingProjectNumber'), property: 'buildingProjectNumber' },\r\n { label: t('buildingProjectType'), property: 'buildingProjectType' },\r\n { label: t('buildingProjectPhase'), property: 'buildingProjectPhase' },\r\n { label: t('buildingEstimatedStartDate'), property: 'buildingEstimatedStartDate' },\r\n { label: t('buildingEstimatedEndDate'), property: 'buildingEstimatedEndDate' },\r\n { label: t('buildingStartDate'), property: 'buildingStartDate' },\r\n { label: t('buildingCompletedDate'), property: 'buildingCompletedDate' },\r\n { label: t('buildingPriorityRetrofits'), property: 'buildingPriorityRetrofits' },\r\n { label: t('buildingProjectDescription'), property: 'buildingProjectDescription' },\r\n { label: t('previousUpdates'), property: 'previousUpdates' },\r\n ],\r\n },\r\n {\r\n title: t('permits'),\r\n fields: [\r\n { label: t('buildingBuilderName'), property: 'buildingBuilderName' },\r\n { label: t('buildingPermitsIssued'), property: 'buildingPermitsIssued' },\r\n { label: t('buildingPermitNumber'), property: 'buildingPermitNumber' },\r\n { label: t('buildingPermitIssuedDate'), property: 'buildingPermitIssuedDate' },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('buildingEstimatedTotalCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingEstimatedTotalCost',\r\n },\r\n {\r\n label: <>\r\n {t('buildingEstimatedConstructionCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingEstimatedConstructionCost',\r\n },\r\n { label: t('buildingRetrofitFundingNeeds'), property: 'buildingRetrofitFundingNeeds' },\r\n {\r\n label: <>\r\n {t('buildingFederalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingFederalContribution',\r\n },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('energyData'),\r\n subsections: [\r\n {\r\n title: t('energySourcesAndMetrics'),\r\n specialLayout: 'energySourcesGrid',\r\n columns: [\r\n { header: t('sourceHeader'), propertyPrefix: 'EnergySources' },\r\n { header: t('metricHeader'), propertyPrefix: 'Metric' },\r\n { header: t('installationYearHeader'), propertyPrefix: 'InstallationYear' },\r\n ],\r\n rows: [\r\n { label: t('heatingSource'), baseProperty: 'buildingHeating' },\r\n { label: t('coolingSource'), baseProperty: 'buildingCooling' },\r\n { label: t('hotWaterSource'), baseProperty: 'buildingHotWaterSystems' },\r\n ],\r\n fields: [\r\n { label: t('heatingSource'), property: 'buildingHeatingEnergySources' },\r\n { label: t('heatingMetric'), property: 'buildingHeatingMetric' },\r\n { label: t('heatingInstallationYear'), property: 'buildingHeatingInstallationYear' },\r\n { label: t('coolingSource'), property: 'buildingCoolingEnergySources' },\r\n { label: t('coolingMetric'), property: 'buildingCoolingMetric' },\r\n { label: t('coolingInstallationYear'), property: 'buildingCoolingInstallationYear' },\r\n { label: t('hotWaterSource'), property: 'buildingHotWaterSystemsEnergySources' },\r\n { label: t('hotWaterMetric'), property: 'buildingHotWaterSystemsMetric' },\r\n { label: t('hotWaterInstallationYear'), property: 'buildingHotWaterSystemsInstallationYear' },\r\n ],\r\n },\r\n {\r\n title: t('energyMetrics'),\r\n fields: [\r\n {\r\n label: (\r\n <>\r\n {t('buildingAnnualConsumption')}\r\n <span className=\"italic !text-xs !font-light\"> kWh</span>\r\n </>\r\n ),\r\n property: 'buildingAnnualConsumption',\r\n },\r\n {\r\n label: (\r\n <>\r\n {t('buildingSiteEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>\r\n ),\r\n property: 'buildingSiteEui',\r\n },\r\n {\r\n label: (\r\n <>\r\n {t('buildingSourceEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>\r\n ),\r\n property: 'buildingSourceEui',\r\n },\r\n {\r\n label: (\r\n <>\r\n {t('buildingSolarPotential')}\r\n <span className=\"italic !text-xs !font-light\"> kWh/kWp</span>\r\n </>\r\n ),\r\n property: 'buildingSolarPotential',\r\n },\r\n { label: t('buildingHvacEfficiency'), property: 'buildingHvacEfficiency' },\r\n { label: t('buildingRegionalEnergyTrends'), property: 'buildingRegionalEnergyTrends' },\r\n ],\r\n },\r\n {\r\n title: t('electricalPanel'),\r\n fields: [\r\n { label: t('serviceSize'), property: 'buildingElectricityServiceSize' },\r\n { label: t('serviceLocation'), property: 'buildingElectricityServiceLocation' },\r\n { label: t('panelSize'), property: 'buildingElectricityServicePanelSize' },\r\n { label: t('utilityConnection'), property: 'buildingElectricityServiceUtilityConnection' },\r\n { label: t('upgradeHistory'), property: 'buildingElectricityServiceUpgradeHistory' },\r\n ],\r\n },\r\n {\r\n title: t('reports'),\r\n fields: [\r\n { label: t('buildingEnergyCodeCompliance'), property: 'buildingEnergyCodeCompliance' },\r\n { label: t('assessmentReports'), property: 'buildingEnergyAssessmentReports' },\r\n ],\r\n },\r\n {\r\n fields: [\r\n { label: t('buildingEnergyAdditionalInformation'), property: 'buildingEnergyAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('environmentalData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('buildingTotalGhgEmissions')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">CO2e</span>\r\n </>,\r\n property: 'buildingTotalGhgEmissions',\r\n },\r\n { label: t('buildingIntensityGhgEmissions'), property: 'buildingIntensityGhgEmissions' },\r\n { label: t('buildingCertifications'), property: 'buildingCertifications' },\r\n { label: t('buildingCertificationsFile'), property: 'buildingCertificationsFile' },\r\n {\r\n label: <>\r\n {t('buildingWaterUseIntensity')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">gal/ft²/yr</span>\r\n </>,\r\n property: 'buildingWaterUseIntensity',\r\n },\r\n { label: t('buildingEnvironmentalCompliance'), property: 'buildingEnvironmentalCompliance' },\r\n { label: t('buildingAirQuality'), property: 'buildingAirQuality' },\r\n { label: t('buildingAirQualityAssessmentDate'), property: 'buildingAirQualityAssessmentDate' },\r\n { label: t('airQualityReports'), property: 'buildingAirQualityReports' },\r\n { label: t('waterQualityReports'), property: 'buildingWaterQualityReports' },\r\n { label: t('buildingEnvironmentalAdditionalInformation'), property: 'buildingEnvironmentalAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('maintenanceData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingAssessmentRatingCondition'), property: 'buildingAssessmentRatingCondition' },\r\n { label: t('conditionRatingsDate'), property: 'conditionRatingsDate' },\r\n { label: t('buildingAssessmentDescription'), property: 'buildingAssessmentDescription' },\r\n { label: t('buildingMaintenanceRecords'), property: 'buildingMaintenanceRecords' },\r\n { label: t('buildingSystemAssessment'), property: 'buildingSystemAssessment' },\r\n { label: t('BCA'), property: 'buildingBCAs' },\r\n { label: t('contractReports'), property: 'buildingContractorReports' },\r\n { label: t('engineerAssessments'), property: 'buildingEngineeringAssessments' },\r\n { label: t('buildingMaintenanceAdditionalInformation'), property: 'buildingMaintenanceAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('financialData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('buildingAssessedValue')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingAssessedValue',\r\n },\r\n {\r\n label: <>\r\n {t('buildingLifecycleExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingLifecycleExpenses',\r\n },\r\n {\r\n label: <>\r\n {t('buildingOperatingExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingOperatingExpenses',\r\n },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n { label: t('buildingFundingSources'), property: 'buildingFundingSources' },\r\n { label: t('buildingGrants'), property: 'buildingGrants' },\r\n { label: t('buildingSubsidies'), property: 'buildingSubsidies' },\r\n { label: t('buildingProponentOrganization'), property: 'buildingProponentOrganization' },\r\n { label: t('buildingProgramLoan'), property: 'buildingProgramLoan' },\r\n { label: t('buildingProponentType'), property: 'buildingProponentType' },\r\n { label: t('buildingProgramName'), property: 'buildingProgramName' },\r\n {\r\n label: <>\r\n {t('buildingTotalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingTotalContribution',\r\n },\r\n {\r\n label: <>\r\n {t('buildingValueOfFundingFlowed')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'buildingValueOfFundingFlowed',\r\n },\r\n { label: t('buildingFundingAdditionalInformation'), property: 'buildingFundingAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('riskConsiderations'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingStructuralVulnerabilities'), property: 'buildingStructuralVulnerabilities' },\r\n { label: t('buildingClimateVulnerabilities'), property: 'buildingClimateVulnerabilities' },\r\n { label: t('buildingSafetyConcerns'), property: 'buildingSafetyConcerns' },\r\n { label: t('buildingFireSafety'), property: 'buildingFireSafety' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('regulatoryCompliance'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('buildingOccupancyCertificate'), property: 'buildingOccupancyCertificate' },\r\n { label: t('buildingFireSafety'), property: 'buildingFireSafety' },\r\n { label: t('buildingEnvironmentalCompliance'), property: 'buildingEnvironmentalCompliance' },\r\n { label: t('buildingZoningCompliance'), property: 'buildingZoningCompliance' },\r\n { label: t('buildingPermitsIssued'), property: 'buildingPermitsIssued' },\r\n ],\r\n },\r\n ],\r\n },\r\n ]\r\n}\r\n\r\nexport const useSiteHeaders = () => {\r\n // Translations\r\n const t = useTranslations('headers')\r\n\r\n return [\r\n {\r\n title: t('siteInformation'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteName'), property: 'siteName' },\r\n { label: t('siteAddress'), property: 'siteAddress' },\r\n { label: t('siteCountrySubdivision'), property: 'siteCountrySubdivision' },\r\n { label: t('siteMunicipality'), property: 'siteMunicipality' },\r\n { label: t('siteCity'), property: 'siteCity' },\r\n { label: t('sitePostalCode'), property: 'sitePostalCode' },\r\n { label: t('siteCounty'), property: 'siteCounty' },\r\n { label: t('siteWard'), property: 'siteWard' },\r\n { label: t('siteLandUse'), property: 'siteLandUse' },\r\n { label: t('siteLandUseSubtype'), property: 'siteLandUseSubtype' },\r\n\r\n {label: <>\r\n {t('siteTotalArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'siteTotalArea' \r\n },\r\n {label: <>\r\n {t('siteTotalBuiltArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'siteTotalBuiltArea' \r\n },\r\n {label: <>\r\n {t('siteTotalAvailableArea')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">m²</span>\r\n </>,\r\n property: 'siteTotalAvailableArea' \r\n },\r\n\r\n { label: t('siteYearBuilt'), property: 'siteYearBuilt' },\r\n { label: t('siteZoning'), property: 'siteZoning' },\r\n { label: t('siteZoningCompliance'), property: 'siteZoningCompliance' },\r\n ],\r\n },\r\n {\r\n title: t('contactInformation'),\r\n fields: [\r\n { label: t('siteOwnership'), property: 'siteOwnership' },\r\n { label: t('siteProviderName'), property: 'siteProviderName' },\r\n { label: t('siteProviderType'), property: 'siteProviderType' },\r\n { label: t('siteProviderWebsite'), property: 'siteProviderWebsite' },\r\n { label: t('siteProviderContactName'), property: 'siteProviderContactName' },\r\n { label: t('siteProviderContactPhone'), property: 'siteProviderContactPhone' },\r\n { label: t('siteProviderContactEmail'), property: 'siteProviderContactEmail' },\r\n { label: t('siteWebsite'), property: 'siteWebsite' },\r\n ],\r\n },\r\n {\r\n title: t('additionalInformation'),\r\n fields: [\r\n { label: t('siteNotes'), property: 'siteNotes' },\r\n ],\r\n },\r\n {\r\n title: t('coordinates'),\r\n fields: [\r\n { label: t('siteLatitude'), property: 'siteLatitude' },\r\n { label: t('siteLongitude'), property: 'siteLongitude' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('associatedBuildings'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('associatedBuildings'), property: 'associatedBuildings' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('siteProjects'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteProjectName'), property: 'siteProjectName' },\r\n { label: t('siteProjectNumber'), property: 'siteProjectNumber' },\r\n { label: t('siteProjectPhase'), property: 'siteProjectPhase' },\r\n { label: t('siteProjectType'), property: 'siteProjectType' },\r\n { label: t('siteEstimatedStartDate'), property: 'siteEstimatedStartDate' },\r\n { label: t('siteEstimatedEndDate'), property: 'siteEstimatedEndDate' },\r\n { label: t('siteStartDate'), property: 'siteStartDate' },\r\n { label: t('siteCompletedDate'), property: 'siteCompletedDate' },\r\n { label: t('sitePriorityRetrofits'), property: 'sitePriorityRetrofits' },\r\n { label: t('siteProjectDescription'), property: 'siteProjectDescription' },\r\n { label: t('sitePreviousUpdates'), property: 'sitePreviousUpdates' },\r\n ],\r\n },\r\n {\r\n title: t('permits'),\r\n fields: [\r\n { label: t('siteBuilderName'), property: 'siteBuilderName' },\r\n { label: t('siteBuildingPermitsIssued'), property: 'siteBuildingPermitsIssued' },\r\n { label: t('sitePermitNumber'), property: 'sitePermitNumber' },\r\n { label: t('sitePermitIssuedDate'), property: 'sitePermitIssuedDate' },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n {\r\n label: \r\n <>\r\n {t('siteEstimatedTotalCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteEstimatedTotalCost',\r\n },\r\n {\r\n label: \r\n <>\r\n {t('siteEstimatedConstructionCost')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteEstimatedConstructionCost',\r\n },\r\n { label: t('siteRetrofitFundingNeeds'), property: 'siteRetrofitFundingNeeds' },\r\n {\r\n label: \r\n <>\r\n {t('siteFederalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteFederalContribution',\r\n },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('energyData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteEnergyUsage'), property: 'siteEnergyUsage' },\r\n {\r\n label:\r\n <>\r\n {t('siteAnnualConsumption')}\r\n <span className=\"italic !text-xs !font-light\"> kWh</span>\r\n </>,\r\n property: 'siteAnnualConsumption'\r\n },\r\n {\r\n label:\r\n <>\r\n {t('siteEnergyDemand')}\r\n <span className=\"italic !text-xs !font-light\"> kW</span>\r\n </>,\r\n property: 'siteEnergyDemand'\r\n },\r\n {\r\n label:\r\n <>\r\n {t('siteEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>,\r\n property: 'siteEui'\r\n },\r\n \r\n {\r\n label:\r\n <>\r\n {t('siteSourceEui')}\r\n <span className=\"italic !text-xs !font-light\"> kBtu/ft²/year</span>\r\n </>,\r\n property: 'siteSourceEui'\r\n },\r\n { label: t('siteEnergyCodeCompliance'), property: 'siteEnergyCodeCompliance' },\r\n {\r\n label:\r\n <>\r\n {t('siteSolarPotential')}\r\n <span className=\"italic !text-xs !font-light\"> kWh/kWp</span>\r\n </>,\r\n property: 'siteSolarPotential'\r\n },\r\n { label: t('siteRenewableEnergy'), property: 'siteRenewableEnergy' },\r\n { label: t('siteEnergyAdditionalInformation'), property: 'siteEnergyAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('environmentalData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteTotalGhgEmissions'), property: 'siteTotalGhgEmissions' },\r\n { label: t('siteIntensityGhgEmissions'), property: 'siteIntensityGhgEmissions' },\r\n { label: t('siteCertifications'), property: 'siteCertifications' },\r\n { label: t('siteCertificationCertificates'), property: 'siteCertificationCertificates' },\r\n \r\n {\r\n label:\r\n <>\r\n {t('siteWaterUseIntensity')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">(WUI) gal/ft²/yr</span>\r\n </>,\r\n property: 'siteWaterUseIntensity'\r\n },\r\n { label: t('siteEnvironmentalCompliance'), property: 'siteEnvironmentalCompliance' },\r\n { label: t('siteEnvironmentalAdditionalInformation'), property: 'siteEnvironmentalAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('maintenanceData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteAssessmentCondition'), property: 'siteAssessmentCondition' },\r\n { label: t('siteAssessmentDate'), property: 'siteAssessmentDate' },\r\n { label: t('siteAssessmentDescription'), property: 'siteAssessmentDescription' },\r\n { label: t('siteMaintenanceRecords'), property: 'siteMaintenanceRecords' },\r\n { label: t('siteMaintenanceAdditionalInformation'), property: 'siteMaintenanceAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('financialData'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n {\r\n label: <>\r\n {t('siteAssessedValue')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteAssessedValue',\r\n },\r\n {\r\n label: <>\r\n {t('siteLifecycleExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteLifecycleExpenses',\r\n },\r\n {\r\n label: <>\r\n {t('siteOperatingExpenses')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteOperatingExpenses',\r\n },\r\n ],\r\n },\r\n {\r\n title: t('funding'),\r\n fields: [\r\n { label: t('siteFundingSources'), property: 'siteFundingSources' },\r\n { label: t('siteGrants'), property: 'siteGrants' },\r\n { label: t('siteSubsidies'), property: 'siteSubsidies' },\r\n { label: t('siteProponentOrganization'), property: 'siteProponentOrganization' },\r\n { label: t('siteProgramLoan'), property: 'siteProgramLoan' },\r\n { label: t('siteProponentType'), property: 'siteProponentType' },\r\n { label: t('siteProgramName'), property: 'siteProgramName' },\r\n {\r\n label: <>\r\n {t('siteTotalContribution')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteTotalContribution',\r\n },\r\n {\r\n label: <>\r\n {t('siteValueOfFundingFlowed')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteValueOfFundingFlowed',\r\n },\r\n { label: t('siteFundingAdditionalInformation'), property: 'siteFundingAdditionalInformation' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('riskConsiderations'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteClimateVulnerabilities'), property: 'siteClimateVulnerabilities' },\r\n { label: t('siteSafetyConcerns'), property: 'siteSafetyConcerns' },\r\n { label: t('siteFireSafety'), property: 'siteFireSafety' },\r\n ],\r\n },\r\n {\r\n title: t('insurance'),\r\n fields: [\r\n { label: t('siteInsuranceProvider'), property: 'siteInsuranceProvider' },\r\n {\r\n label: <>\r\n {t('siteInsuranceCosts')}\r\n {\" \"}\r\n <span className=\"italic !text-xs !font-light\">$CAD</span>\r\n </>,\r\n property: 'siteInsuranceCosts',\r\n },\r\n { label: t('siteInsuranceClaims'), property: 'siteInsuranceClaims' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('regulatoryCompliance'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('siteFireCert'), property: 'siteFireCert' },\r\n { label: t('siteEnvironmentalCompliance'), property: 'siteEnvironmentalCompliance' },\r\n { label: t('siteZoningCompliance'), property: 'siteZoningCompliance' },\r\n { label: t('siteBuildingPermit'), property: 'siteBuildingPermit' },\r\n ],\r\n },\r\n ],\r\n },\r\n ]\r\n}\r\n\r\nexport const useInfrastructureHeaders = () => {\r\n // Translations\r\n const t = useTranslations('headers');\r\n\r\n return [\r\n {\r\n title: t('infrastructureInformation'),\r\n subsections: [\r\n {\r\n title: t('general'),\r\n fields: [\r\n { label: t('infrastructureName'), property: 'infrastructureName' },\r\n { label: t('infrastructureType'), property: 'infrastructureType' },\r\n { label: t('infrastructureStatus'), property: 'infrastructureStatus' },\r\n { label: t('infrastructureState'), property: 'infrastructureState' },\r\n { label: t('infrastructureAddress'), property: 'infrastructureAddress' },\r\n { label: t('infrastructureCity'), property: 'infrastructureCity' },\r\n { label: t('infrastructureCountrySubdivision'), property: 'infrastructureCountrySubdivision' },\r\n { label: t('infrastructureMunicipality'), property: 'infrastructureMunicipality' },\r\n { label: t('infrastructureCounty'), property: 'infrastructureCounty' },\r\n { label: t('infrastructurePostalCode'), property: 'infrastructurePostalCode' },\r\n { label: t('infrastructureEmail'), property: 'infrastructureEmail' },\r\n { label: t('infrastructurePhoneNumber'), property: 'infrastructurePhoneNumber' },\r\n { label: t('infrastructureWebsite'), property: 'infrastructureWebsite' },\r\n { label: t('infrastructureDescription'), property: 'infrastructureDescription' },\r\n { label: t('infrastructureNotes'), property: 'infrastructureNotes' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('landInfra'),\r\n subsections: [\r\n {\r\n title: t('linearReferencing'),\r\n fields: [\r\n { label: t('linearLRMType'), property: 'linearLRMType' },\r\n { label: t('linearAlignmentType'), property: 'linearAlignmentType' },\r\n { \r\n label: <>\r\n {t('linearMeasure')} <span className=\"italic !text-xs !font-light\">(m/km)</span>\r\n </>, \r\n property: 'linearMeasure' \r\n },\r\n { label: t('linearStartValue'), property: 'linearStartValue' },\r\n { label: t('infrastructureMaterial'), property: 'infrastructureMaterial' },\r\n { label: t('infrastructureSurfaceType'), property: 'infrastructureSurfaceType' },\r\n { label: t('infrastructureSurfaceName'), property: 'infrastructureSurfaceName' },\r\n { label: t('infrastructureLongitude'), property: 'infrastructureLongitude' },\r\n { label: t('infrastructureLatitude'), property: 'infrastructureLatitude' },\r\n { label: t('infrastructureElevation'), property: 'infrastructureElevation' },\r\n { label: t('infrastructureSurveyDate'), property: 'infrastructureSurveyDate' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('ifcInformation'),\r\n subsections: [\r\n {\r\n title: t('ifcData'),\r\n fields: [\r\n { label: t('ifcGlobalId'), property: 'ifcGlobalId' },\r\n { label: t('ifcDomain'), property: 'ifcDomain' },\r\n { label: t('ifcRoadType'), property: 'ifcRoadType' },\r\n { label: t('ifcLaneCount'), property: 'ifcLaneCount' },\r\n { label: t('ifcDesignSpeed'), property: 'ifcDesignSpeed' },\r\n { label: t('ifcRailType'), property: 'ifcRailType' },\r\n { label: t('ifcTrackGauge'), property: 'ifcTrackGauge' },\r\n { label: t('ifcBridgePartType'), property: 'ifcBridgePartType' },\r\n { label: t('ifcBridgeClearance'), property: 'ifcBridgeClearance' },\r\n { label: t('ifcLoadRating'), property: 'ifcLoadRating' },\r\n { label: t('ifcUtilityType'), property: 'ifcUtilityType' },\r\n { label: t('ifcVoltage'), property: 'ifcVoltage' },\r\n { label: t('ifcFacilityPartType'), property: 'ifcFacilityPartType' },\r\n ],\r\n },\r\n ],\r\n },\r\n {\r\n title: t('cityGmlInformation'),\r\n subsections: [\r\n {\r\n title: t('cityGmlData'),\r\n fields: [\r\n { label: t('cityGmlName'), property: 'cityGmlName' },\r\n { label: t('cityGmlLod'), property: 'cityGmlLod' },\r\n { label: t('cityGmlFunction'), property: 'cityGmlFunction' },\r\n { label: t('cityGmlUsage'), property: 'cityGmlUsage' },\r\n { label: t('cityGmlCondition'), property: 'cityGmlCondition' },\r\n { label: t('cityGmlMeasuredHeight'), property: 'cityGmlMeasuredHeight' },\r\n { label: t('cityGmlConstructionDate'), property: 'cityGmlConstructionDate' },\r\n { label: t('cityGmlDemolitionDate'), property: 'cityGmlDemolitionDate' },\r\n { label: t('cityGmlVegetationType'), property: 'cityGmlVegetationType' },\r\n { label: t('cityGmlFurnitureType'), property: 'cityGmlFurnitureType' },\r\n { label: t('cityGmlSurfaceMaterial'), property: 'cityGmlSurfaceMaterial' },\r\n { label: t('cityGmlIsTrafficSpace'), property: 'cityGmlIsTrafficSpace' },\r\n ],\r\n },\r\n ],\r\n },\r\n ];\r\n};\r\n"],"mappings":"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","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"convertDate.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/convertDate.ts"],"names":[],"mappings":"AAAA,wBAAgB,sBAAsB,CAAC,UAAU,EAAE,IAAI,GAAG,MAAM,UAU/D"}
1
+ {"version":3,"file":"convertDate.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/convertDate.ts"],"names":[],"mappings":"AAGA,wBAAgB,sBAAsB,CAAC,UAAU,EAAE,IAAI,GAAG,MAAM,UAU/D"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/convertDate.ts"],"sourcesContent":["export function convertISOStringtoDate(dateString: Date | string) {\r\n const date = new Date(dateString)\r\n return date.toLocaleDateString('en-US', {\r\n month: 'long',\r\n day: 'numeric',\r\n year: 'numeric',\r\n hour: 'numeric',\r\n minute: '2-digit',\r\n hour12: true,\r\n })\r\n}"],"mappings":"AAAO,SAAS,uBAAuB,YAA2B;AAChE,QAAM,OAAO,IAAI,KAAK,UAAU;AAChC,SAAO,KAAK,mBAAmB,SAAS;AAAA,IACtC,OAAO;AAAA,IACP,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,EACV,CAAC;AACH;","names":[]}
1
+ {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/convertDate.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\r\n// Copyright (C) 2025 Collab Digital Twins\r\n\r\nexport function convertISOStringtoDate(dateString: Date | string) {\r\n const date = new Date(dateString)\r\n return date.toLocaleDateString('en-US', {\r\n month: 'long',\r\n day: 'numeric',\r\n year: 'numeric',\r\n hour: 'numeric',\r\n minute: '2-digit',\r\n hour12: true,\r\n })\r\n}"],"mappings":"AAGO,SAAS,uBAAuB,YAA2B;AAChE,QAAM,OAAO,IAAI,KAAK,UAAU;AAChC,SAAO,KAAK,mBAAmB,SAAS;AAAA,IACtC,OAAO;AAAA,IACP,KAAK;AAAA,IACL,MAAM;AAAA,IACN,MAAM;AAAA,IACN,QAAQ;AAAA,IACR,QAAQ;AAAA,EACV,CAAC;AACH;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"csvUtils.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/csvUtils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AAEzD;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,MAAM,CAa9G;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,MAAM,CA2BlE;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,EAAE,CA+C1D;AAED;;GAEG;AACH,wBAAsB,sBAAsB,CAC1C,iBAAiB,EAAE,GAAG,EAAE,EACxB,iBAAiB,EAAE,QAAQ,EAAE,GAAG,SAAS,EACzC,cAAc,EAAE,CAAC,MAAM,EAAE;IAAE,YAAY,EAAE,GAAG,CAAC;IAAC,cAAc,EAAE,MAAM,CAAA;CAAE,KAAK,OAAO,CAAC,GAAG,CAAC,EACvF,cAAc,EAAE,CAAC,MAAM,EAAE;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,GAAG,CAAA;CAAE,KAAK,OAAO,CAAC,GAAG,CAAC,EACnF,cAAc,EAAE,MAAM,GACrB,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAkC/D;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAUnE;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,GAAE,MAAc,GAAG,MAAM,CAG7F"}
1
+ {"version":3,"file":"csvUtils.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/csvUtils.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAA;AAEzD;;GAEG;AACH,wBAAgB,yBAAyB,CAAC,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,EAAE,UAAU,EAAE,MAAM,EAAE,GAAG,MAAM,CAa9G;AAED;;GAEG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,QAAQ,EAAE,GAAG,MAAM,CA2BlE;AAED;;GAEG;AACH,wBAAgB,mBAAmB,CAAC,OAAO,EAAE,MAAM,GAAG,GAAG,EAAE,CA+C1D;AAED;;GAEG;AACH,wBAAsB,sBAAsB,CAC1C,iBAAiB,EAAE,GAAG,EAAE,EACxB,iBAAiB,EAAE,QAAQ,EAAE,GAAG,SAAS,EACzC,cAAc,EAAE,CAAC,MAAM,EAAE;IAAE,YAAY,EAAE,GAAG,CAAC;IAAC,cAAc,EAAE,MAAM,CAAA;CAAE,KAAK,OAAO,CAAC,GAAG,CAAC,EACvF,cAAc,EAAE,CAAC,MAAM,EAAE;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,GAAG,CAAA;CAAE,KAAK,OAAO,CAAC,GAAG,CAAC,EACnF,cAAc,EAAE,MAAM,GACrB,OAAO,CAAC;IAAE,OAAO,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAE,CAAC,CAkC/D;AAED;;GAEG;AACH,wBAAgB,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAUnE;AAED;;GAEG;AACH,wBAAgB,2BAA2B,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,GAAE,MAAc,GAAG,MAAM,CAG7F"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/csvUtils.ts"],"sourcesContent":["import type { Building } from '../../../../types/dbTypes'\r\n\r\n/**\r\n * Generate a CSV schema file with headers and example row\r\n */\r\nexport function generateBuildingSchemaCSV(schemaTemplate: Record<string, string>, fieldNames: string[]): string {\r\n const headers = fieldNames.join(',')\r\n \r\n const example = fieldNames.map(field => {\r\n const value = schemaTemplate[field]\r\n // Wrap in quotes if it contains comma or quotes\r\n if (value && (value.includes(',') || value.includes('\"'))) {\r\n return `\"${value.replaceAll('\"', '\"\"')}\"`\r\n }\r\n return value || ''\r\n }).join(',')\r\n \r\n return `${headers}\\n${example}`\r\n}\r\n\r\n/**\r\n * Export buildings to CSV format\r\n */\r\nexport function exportBuildingsToCSV(buildings: Building[]): string {\r\n if (!buildings || buildings.length === 0) {\r\n throw new Error('No buildings to export')\r\n }\r\n\r\n // Get all field names from the first building\r\n const buildingFields = Object.keys(buildings[0])\r\n \r\n // Create headers\r\n const headers = buildingFields.join(',')\r\n\r\n // Extract values for each building\r\n const rows = buildings.map(building => {\r\n return buildingFields.map(field => {\r\n const value = building[field as keyof Building]\r\n \r\n // Handle different data types\r\n if (value == null) return ''\r\n if (Array.isArray(value)) return `\"${value.join(';')}\"`\r\n if (typeof value === 'string') return `\"${value.replaceAll('\"', '\"\"')}\"`\r\n if (typeof value === 'object') return `\"${JSON.stringify(value).replaceAll('\"', '\"\"')}\"`\r\n return value\r\n }).join(',')\r\n }).join('\\n')\r\n\r\n // Combine headers and data\r\n return `${headers}\\n${rows}`\r\n}\r\n\r\n/**\r\n * Parse CSV text into building objects\r\n */\r\nexport function parseCSVToBuildings(csvText: string): any[] {\r\n // Parse CSV manually\r\n const lines = csvText.split('\\n').filter(line => line.trim())\r\n \r\n if (lines.length < 2) {\r\n throw new Error('CSV file is empty')\r\n }\r\n\r\n // Extract headers\r\n const headers = lines[0].split(',').map(h => h.trim().replace(/^\"|\"$/g, ''))\r\n \r\n // Check if buildingAddress exists\r\n if (!headers.includes('buildingAddress')) {\r\n throw new Error('CSV must include buildingAddress column')\r\n }\r\n\r\n // Parse each row (skip header)\r\n const buildings = []\r\n for (let i = 1; i < lines.length; i++) {\r\n const line = lines[i]\r\n if (!line.trim()) continue\r\n\r\n // Simple CSV parsing\r\n const values = line.split(',').map(v => v.trim().replace(/^\"|\"$/g, ''))\r\n \r\n const building: any = {}\r\n headers.forEach((header, index) => {\r\n const value = values[index]\r\n if (value) {\r\n building[header] = value\r\n }\r\n })\r\n\r\n // Only validate that buildingAddress exists\r\n if (!building.buildingAddress || !building.buildingAddress.trim()) {\r\n console.warn(`Skipping row ${i + 1}: missing buildingAddress`)\r\n continue\r\n }\r\n\r\n buildings.push(building)\r\n }\r\n\r\n if (buildings.length === 0) {\r\n throw new Error('No valid buildings found in CSV')\r\n }\r\n\r\n return buildings\r\n}\r\n\r\n/**\r\n * Process building imports - create new or update existing\r\n */\r\nexport async function processBuildingImports(\r\n buildingsToImport: any[],\r\n existingBuildings: Building[] | undefined,\r\n createBuilding: (params: { buildingData: any; organizationId: string }) => Promise<any>,\r\n updateBuilding: (params: { buildingId: string; buildingData: any }) => Promise<any>,\r\n organizationId: string\r\n): Promise<{ created: number; updated: number; failed: number }> {\r\n let created = 0\r\n let updated = 0\r\n let failed = 0\r\n\r\n for (const buildingData of buildingsToImport) {\r\n try {\r\n // Check if building already exists by address\r\n const existingBuilding = existingBuildings?.find(\r\n b => b.buildingAddress?.toLowerCase().trim() === buildingData.buildingAddress?.toLowerCase().trim()\r\n )\r\n\r\n if (existingBuilding) {\r\n // Update existing building\r\n await updateBuilding({\r\n buildingId: existingBuilding.id.toString(),\r\n buildingData,\r\n })\r\n updated++\r\n } else {\r\n // Create new building\r\n await createBuilding({\r\n buildingData,\r\n organizationId,\r\n })\r\n created++\r\n }\r\n } catch (error) {\r\n console.error('Error processing building:', buildingData.buildingAddress, error)\r\n failed++\r\n }\r\n }\r\n\r\n return { created, updated, failed }\r\n}\r\n\r\n/**\r\n * Download a CSV file\r\n */\r\nexport function downloadCSV(content: string, filename: string): void {\r\n const blob = new Blob([content], { type: 'text/csv' })\r\n const url = URL.createObjectURL(blob)\r\n\r\n const link = document.createElement('a')\r\n link.href = url\r\n link.download = filename\r\n link.click()\r\n\r\n URL.revokeObjectURL(url)\r\n}\r\n\r\n/**\r\n * Generate timestamped filename for exports\r\n */\r\nexport function generateTimestampedFilename(prefix: string, extension: string = 'csv'): string {\r\n const timestamp = new Date().toISOString().replaceAll(/[:.]/g, '-').slice(0, 19)\r\n return `${prefix}_${timestamp}.${extension}`\r\n}"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/csvUtils.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\r\n// Copyright (C) 2025 Collab Digital Twins\r\n\r\nimport type { Building } from '../../../../types/dbTypes'\r\n\r\n/**\r\n * Generate a CSV schema file with headers and example row\r\n */\r\nexport function generateBuildingSchemaCSV(schemaTemplate: Record<string, string>, fieldNames: string[]): string {\r\n const headers = fieldNames.join(',')\r\n \r\n const example = fieldNames.map(field => {\r\n const value = schemaTemplate[field]\r\n // Wrap in quotes if it contains comma or quotes\r\n if (value && (value.includes(',') || value.includes('\"'))) {\r\n return `\"${value.replaceAll('\"', '\"\"')}\"`\r\n }\r\n return value || ''\r\n }).join(',')\r\n \r\n return `${headers}\\n${example}`\r\n}\r\n\r\n/**\r\n * Export buildings to CSV format\r\n */\r\nexport function exportBuildingsToCSV(buildings: Building[]): string {\r\n if (!buildings || buildings.length === 0) {\r\n throw new Error('No buildings to export')\r\n }\r\n\r\n // Get all field names from the first building\r\n const buildingFields = Object.keys(buildings[0])\r\n \r\n // Create headers\r\n const headers = buildingFields.join(',')\r\n\r\n // Extract values for each building\r\n const rows = buildings.map(building => {\r\n return buildingFields.map(field => {\r\n const value = building[field as keyof Building]\r\n \r\n // Handle different data types\r\n if (value == null) return ''\r\n if (Array.isArray(value)) return `\"${value.join(';')}\"`\r\n if (typeof value === 'string') return `\"${value.replaceAll('\"', '\"\"')}\"`\r\n if (typeof value === 'object') return `\"${JSON.stringify(value).replaceAll('\"', '\"\"')}\"`\r\n return value\r\n }).join(',')\r\n }).join('\\n')\r\n\r\n // Combine headers and data\r\n return `${headers}\\n${rows}`\r\n}\r\n\r\n/**\r\n * Parse CSV text into building objects\r\n */\r\nexport function parseCSVToBuildings(csvText: string): any[] {\r\n // Parse CSV manually\r\n const lines = csvText.split('\\n').filter(line => line.trim())\r\n \r\n if (lines.length < 2) {\r\n throw new Error('CSV file is empty')\r\n }\r\n\r\n // Extract headers\r\n const headers = lines[0].split(',').map(h => h.trim().replace(/^\"|\"$/g, ''))\r\n \r\n // Check if buildingAddress exists\r\n if (!headers.includes('buildingAddress')) {\r\n throw new Error('CSV must include buildingAddress column')\r\n }\r\n\r\n // Parse each row (skip header)\r\n const buildings = []\r\n for (let i = 1; i < lines.length; i++) {\r\n const line = lines[i]\r\n if (!line.trim()) continue\r\n\r\n // Simple CSV parsing\r\n const values = line.split(',').map(v => v.trim().replace(/^\"|\"$/g, ''))\r\n \r\n const building: any = {}\r\n headers.forEach((header, index) => {\r\n const value = values[index]\r\n if (value) {\r\n building[header] = value\r\n }\r\n })\r\n\r\n // Only validate that buildingAddress exists\r\n if (!building.buildingAddress || !building.buildingAddress.trim()) {\r\n console.warn(`Skipping row ${i + 1}: missing buildingAddress`)\r\n continue\r\n }\r\n\r\n buildings.push(building)\r\n }\r\n\r\n if (buildings.length === 0) {\r\n throw new Error('No valid buildings found in CSV')\r\n }\r\n\r\n return buildings\r\n}\r\n\r\n/**\r\n * Process building imports - create new or update existing\r\n */\r\nexport async function processBuildingImports(\r\n buildingsToImport: any[],\r\n existingBuildings: Building[] | undefined,\r\n createBuilding: (params: { buildingData: any; organizationId: string }) => Promise<any>,\r\n updateBuilding: (params: { buildingId: string; buildingData: any }) => Promise<any>,\r\n organizationId: string\r\n): Promise<{ created: number; updated: number; failed: number }> {\r\n let created = 0\r\n let updated = 0\r\n let failed = 0\r\n\r\n for (const buildingData of buildingsToImport) {\r\n try {\r\n // Check if building already exists by address\r\n const existingBuilding = existingBuildings?.find(\r\n b => b.buildingAddress?.toLowerCase().trim() === buildingData.buildingAddress?.toLowerCase().trim()\r\n )\r\n\r\n if (existingBuilding) {\r\n // Update existing building\r\n await updateBuilding({\r\n buildingId: existingBuilding.id.toString(),\r\n buildingData,\r\n })\r\n updated++\r\n } else {\r\n // Create new building\r\n await createBuilding({\r\n buildingData,\r\n organizationId,\r\n })\r\n created++\r\n }\r\n } catch (error) {\r\n console.error('Error processing building:', buildingData.buildingAddress, error)\r\n failed++\r\n }\r\n }\r\n\r\n return { created, updated, failed }\r\n}\r\n\r\n/**\r\n * Download a CSV file\r\n */\r\nexport function downloadCSV(content: string, filename: string): void {\r\n const blob = new Blob([content], { type: 'text/csv' })\r\n const url = URL.createObjectURL(blob)\r\n\r\n const link = document.createElement('a')\r\n link.href = url\r\n link.download = filename\r\n link.click()\r\n\r\n URL.revokeObjectURL(url)\r\n}\r\n\r\n/**\r\n * Generate timestamped filename for exports\r\n */\r\nexport function generateTimestampedFilename(prefix: string, extension: string = 'csv'): string {\r\n const timestamp = new Date().toISOString().replaceAll(/[:.]/g, '-').slice(0, 19)\r\n return `${prefix}_${timestamp}.${extension}`\r\n}"],"mappings":"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","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"filterHelper.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/filterHelper.ts"],"names":[],"mappings":"AACA,KAAK,UAAU,GAAG;IAChB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;IAC5D,QAAQ,EACJ,QAAQ,GAAG,SAAS,GACpB,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,UAAU,GACjD,aAAa,GAAG,UAAU,GAAG,SAAS,GACtC,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;IACjC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,EAAE,CAAA;IAClD,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAA;CAClC,CAAA;AAMD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,SAGlE;AAGD,wBAAgB,YAAY,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,SAgF9D;AAED,eAAO,MAAM,wBAAwB,GACnC,MAAM,GAAG,EAAE,EACX,aAAa,GAAG,EAAE,EAClB,qBAAqB,GAAG,EAAE,UA6B3B,CAAA"}
1
+ {"version":3,"file":"filterHelper.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/filterHelper.ts"],"names":[],"mappings":"AAIA,KAAK,UAAU,GAAG;IAChB,EAAE,EAAE,MAAM,CAAA;IACV,KAAK,EAAE,MAAM,CAAA;IACb,SAAS,EAAE,SAAS,GAAG,QAAQ,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,CAAA;IAC5D,QAAQ,EACJ,QAAQ,GAAG,SAAS,GACpB,UAAU,GAAG,QAAQ,GAAG,YAAY,GAAG,UAAU,GACjD,aAAa,GAAG,UAAU,GAAG,SAAS,GACtC,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAA;IACjC,KAAK,EAAE,OAAO,GAAG,MAAM,GAAG,MAAM,GAAG,IAAI,GAAG,MAAM,EAAE,CAAA;IAClD,WAAW,EAAE,MAAM,GAAG,IAAI,GAAG,IAAI,CAAA;CAClC,CAAA;AAMD,wBAAgB,qBAAqB,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,QAAQ,EAAE,MAAM,SAGlE;AAGD,wBAAgB,YAAY,CAAC,IAAI,EAAE,GAAG,EAAE,EAAE,OAAO,EAAE,UAAU,EAAE,SAgF9D;AAED,eAAO,MAAM,wBAAwB,GACnC,MAAM,GAAG,EAAE,EACX,aAAa,GAAG,EAAE,EAClB,qBAAqB,GAAG,EAAE,UA6B3B,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/filterHelper.ts"],"sourcesContent":["// TODO: Enforce more striclty type later\r\ntype FilterType = {\r\n id: number // id of the filter\r\n field: string // field (column name) in the data\r\n fieldType: 'boolean' | 'string' | 'number' | 'date' | 'enum' // data type of the data column\r\n operator: // operator to filter that column\r\n | 'isTrue' | 'isFalse'\r\n | 'contains' | 'equals' | 'startsWith' | 'endsWith'\r\n | 'greaterThan' | 'lessThan' | 'between'\r\n | 'before' | 'after' | 'inList'\r\n value: boolean | string | number | Date | string[] // value to filter that column\r\n secondValue: number | Date | null // second value for filtering between\r\n}\r\n\r\nfunction cleanString(value: string) {\r\n return value.toLowerCase().trim()\r\n}\r\n\r\nexport function getUniqueColumnValues(data: any[], columnId: string) {\r\n const uniqueValues = new Set(data.map(row => (row[columnId])))\r\n return [...uniqueValues]\r\n}\r\n\r\n// function that contain all the logic to filter out things\r\nexport function filterHelper(data: any[], filters: FilterType[]) {\r\n let filteredData = data\r\n\r\n for (const filter of filters) {\r\n const { id, field, fieldType, operator, value, secondValue } = filter\r\n if (fieldType == null || operator == null || value == null) continue\r\n\r\n filteredData = filteredData.filter((row) => {\r\n // console.log(row[field])\r\n switch (fieldType) {\r\n case 'boolean':\r\n if (operator == 'isTrue') return row[field] == true\r\n if (operator == 'isFalse') return row[field] == false\r\n break\r\n\r\n case 'string':\r\n if (operator == 'contains') return cleanString(String(row[field])).includes(cleanString(String(value)))\r\n if (operator == 'startsWith') return cleanString(String(row[field])).startsWith(cleanString(String(value)))\r\n if (operator == 'endsWith') return cleanString(String(row[field])).endsWith(cleanString(String(value)))\r\n if (operator == 'equals') return cleanString(String(row[field])) === cleanString(String(value))\r\n if (operator == 'inList' && Array.isArray(value) && value.length > 0) {\r\n return value.map(v => cleanString(String(v))).includes(cleanString(String(row[field])))\r\n }\r\n break\r\n\r\n case 'enum':\r\n if (operator == 'equals') return row[field] === value\r\n if (operator == 'inList' && Array.isArray(value) && value.length > 0) {\r\n // Handle both single values and arrays in the data\r\n if (Array.isArray(row[field])) {\r\n // If the item's field is an array, check if any of its values are in our filter\r\n return row[field].some(val => value.includes(val))\r\n }\r\n else {\r\n // If the item's field is a single value, check if it's in our filter array\r\n return value.includes(row[field])\r\n }\r\n }\r\n break\r\n\r\n case 'number':\r\n if (operator == 'equals') return row[field] == value\r\n if (operator == 'lessThan') return row[field] < value\r\n if (operator == 'between' && secondValue != null) return value <= row[field] && row[field] <= secondValue\r\n if (operator == 'greaterThan') return row[field] > value\r\n break\r\n\r\n case 'date':\r\n // Type guard to ensure value is appropriate for Date constructor\r\n if (typeof value === 'boolean' || Array.isArray(value)) {\r\n return false // Invalid value type for date operations\r\n }\r\n\r\n const dateValue = new Date(row[field])\r\n const filterDateValue = new Date(value)\r\n\r\n if (isNaN(dateValue.getTime()) || isNaN(filterDateValue.getTime())) return false\r\n\r\n if (operator == 'equals') return dateValue.toDateString() === filterDateValue.toDateString()\r\n if (operator == 'before') return dateValue < filterDateValue\r\n if (operator == 'after') return dateValue > filterDateValue\r\n if (operator == 'between' && secondValue != null) {\r\n // Type guard for secondValue as well\r\n if (typeof secondValue === 'boolean') {\r\n return false\r\n }\r\n const secondDateValue = new Date(secondValue)\r\n if (isNaN(secondDateValue.getTime())) return false\r\n return dateValue >= filterDateValue && dateValue <= secondDateValue\r\n }\r\n break\r\n\r\n default:\r\n return true\r\n }\r\n return true // Default case if no operator matches\r\n })\r\n }\r\n\r\n return filteredData\r\n}\r\n\r\nexport const getNarrowedFilterOptions = (\r\n data: any[],\r\n baseOptions: any[],\r\n currentFiltersState: any[],\r\n) => {\r\n const inListFilters = currentFiltersState.filter(f => f.operator === 'inList')\r\n // only start narrowing once there are at least two \"inList\" filters\r\n if (inListFilters.length <= 1) {\r\n return baseOptions\r\n }\r\n\r\n let newBaseOptions = baseOptions\r\n // use only the inList filters to narrow the data\r\n for (let i = 1; i < inListFilters.length; i++) {\r\n const filteredData = filterHelper(data, inListFilters.slice(0, i))\r\n newBaseOptions = newBaseOptions.map((opt) => {\r\n if (opt.id != inListFilters[i].field) {\r\n return opt\r\n }\r\n return (\r\n {\r\n ...opt,\r\n valueOptions: getUniqueColumnValues(filteredData, opt.id),\r\n }\r\n )\r\n },\r\n )\r\n }\r\n console.log('new')\r\n console.log(newBaseOptions)\r\n\r\n return newBaseOptions\r\n}\r\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/filterHelper.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\r\n// Copyright (C) 2025 Collab Digital Twins\r\n\r\n// TODO: Enforce more striclty type later\r\ntype FilterType = {\r\n id: number // id of the filter\r\n field: string // field (column name) in the data\r\n fieldType: 'boolean' | 'string' | 'number' | 'date' | 'enum' // data type of the data column\r\n operator: // operator to filter that column\r\n | 'isTrue' | 'isFalse'\r\n | 'contains' | 'equals' | 'startsWith' | 'endsWith'\r\n | 'greaterThan' | 'lessThan' | 'between'\r\n | 'before' | 'after' | 'inList'\r\n value: boolean | string | number | Date | string[] // value to filter that column\r\n secondValue: number | Date | null // second value for filtering between\r\n}\r\n\r\nfunction cleanString(value: string) {\r\n return value.toLowerCase().trim()\r\n}\r\n\r\nexport function getUniqueColumnValues(data: any[], columnId: string) {\r\n const uniqueValues = new Set(data.map(row => (row[columnId])))\r\n return [...uniqueValues]\r\n}\r\n\r\n// function that contain all the logic to filter out things\r\nexport function filterHelper(data: any[], filters: FilterType[]) {\r\n let filteredData = data\r\n\r\n for (const filter of filters) {\r\n const { id, field, fieldType, operator, value, secondValue } = filter\r\n if (fieldType == null || operator == null || value == null) continue\r\n\r\n filteredData = filteredData.filter((row) => {\r\n // console.log(row[field])\r\n switch (fieldType) {\r\n case 'boolean':\r\n if (operator == 'isTrue') return row[field] == true\r\n if (operator == 'isFalse') return row[field] == false\r\n break\r\n\r\n case 'string':\r\n if (operator == 'contains') return cleanString(String(row[field])).includes(cleanString(String(value)))\r\n if (operator == 'startsWith') return cleanString(String(row[field])).startsWith(cleanString(String(value)))\r\n if (operator == 'endsWith') return cleanString(String(row[field])).endsWith(cleanString(String(value)))\r\n if (operator == 'equals') return cleanString(String(row[field])) === cleanString(String(value))\r\n if (operator == 'inList' && Array.isArray(value) && value.length > 0) {\r\n return value.map(v => cleanString(String(v))).includes(cleanString(String(row[field])))\r\n }\r\n break\r\n\r\n case 'enum':\r\n if (operator == 'equals') return row[field] === value\r\n if (operator == 'inList' && Array.isArray(value) && value.length > 0) {\r\n // Handle both single values and arrays in the data\r\n if (Array.isArray(row[field])) {\r\n // If the item's field is an array, check if any of its values are in our filter\r\n return row[field].some(val => value.includes(val))\r\n }\r\n else {\r\n // If the item's field is a single value, check if it's in our filter array\r\n return value.includes(row[field])\r\n }\r\n }\r\n break\r\n\r\n case 'number':\r\n if (operator == 'equals') return row[field] == value\r\n if (operator == 'lessThan') return row[field] < value\r\n if (operator == 'between' && secondValue != null) return value <= row[field] && row[field] <= secondValue\r\n if (operator == 'greaterThan') return row[field] > value\r\n break\r\n\r\n case 'date':\r\n // Type guard to ensure value is appropriate for Date constructor\r\n if (typeof value === 'boolean' || Array.isArray(value)) {\r\n return false // Invalid value type for date operations\r\n }\r\n\r\n const dateValue = new Date(row[field])\r\n const filterDateValue = new Date(value)\r\n\r\n if (isNaN(dateValue.getTime()) || isNaN(filterDateValue.getTime())) return false\r\n\r\n if (operator == 'equals') return dateValue.toDateString() === filterDateValue.toDateString()\r\n if (operator == 'before') return dateValue < filterDateValue\r\n if (operator == 'after') return dateValue > filterDateValue\r\n if (operator == 'between' && secondValue != null) {\r\n // Type guard for secondValue as well\r\n if (typeof secondValue === 'boolean') {\r\n return false\r\n }\r\n const secondDateValue = new Date(secondValue)\r\n if (isNaN(secondDateValue.getTime())) return false\r\n return dateValue >= filterDateValue && dateValue <= secondDateValue\r\n }\r\n break\r\n\r\n default:\r\n return true\r\n }\r\n return true // Default case if no operator matches\r\n })\r\n }\r\n\r\n return filteredData\r\n}\r\n\r\nexport const getNarrowedFilterOptions = (\r\n data: any[],\r\n baseOptions: any[],\r\n currentFiltersState: any[],\r\n) => {\r\n const inListFilters = currentFiltersState.filter(f => f.operator === 'inList')\r\n // only start narrowing once there are at least two \"inList\" filters\r\n if (inListFilters.length <= 1) {\r\n return baseOptions\r\n }\r\n\r\n let newBaseOptions = baseOptions\r\n // use only the inList filters to narrow the data\r\n for (let i = 1; i < inListFilters.length; i++) {\r\n const filteredData = filterHelper(data, inListFilters.slice(0, i))\r\n newBaseOptions = newBaseOptions.map((opt) => {\r\n if (opt.id != inListFilters[i].field) {\r\n return opt\r\n }\r\n return (\r\n {\r\n ...opt,\r\n valueOptions: getUniqueColumnValues(filteredData, opt.id),\r\n }\r\n )\r\n },\r\n )\r\n }\r\n console.log('new')\r\n console.log(newBaseOptions)\r\n\r\n return newBaseOptions\r\n}\r\n"],"mappings":"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","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"positionParser.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/positionParser.ts"],"names":[],"mappings":"AAAA,KAAK,cAAc,GAAG;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACV,CAAA;AAED,KAAK,QAAQ,GAAG,cAAc,GAAG,WAAW,CAAA;AAE5C,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,IAAI,CASlF;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CAwB1E;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAG7E;AAED,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAG1E"}
1
+ {"version":3,"file":"positionParser.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/positionParser.ts"],"names":[],"mappings":"AAGA,KAAK,cAAc,GAAG;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,QAAQ,CAAC,EAAE,MAAM,CAAA;IACjB,SAAS,CAAC,EAAE,MAAM,CAAA;CACnB,CAAA;AAED,KAAK,WAAW,GAAG;IACjB,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;IACT,CAAC,EAAE,MAAM,CAAA;CACV,CAAA;AAED,KAAK,QAAQ,GAAG,cAAc,GAAG,WAAW,CAAA;AAE5C,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,QAAQ,GAAG,IAAI,CASlF;AAED,wBAAgB,cAAc,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,MAAM,CAwB1E;AAED,wBAAgB,gBAAgB,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAG7E;AAED,wBAAgB,aAAa,CAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CAG1E"}
@@ -1 +1 @@
1
- {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/positionParser.ts"],"sourcesContent":["type LatLngPosition = {\r\n lng: number\r\n lat: number\r\n rotation?: number\r\n elevation?: number\r\n}\r\n\r\ntype XYZPosition = {\r\n x: number\r\n y: number\r\n z: number\r\n}\r\n\r\ntype Position = LatLngPosition | XYZPosition\r\n\r\nexport function parsePosition(position: string | null | undefined): Position | null {\r\n if (!position) return null\r\n \r\n try {\r\n const parsed = typeof position === 'string' ? JSON.parse(position) : position\r\n return parsed\r\n } catch {\r\n return null\r\n }\r\n}\r\n\r\nexport function formatPosition(position: string | null | undefined): string {\r\n const parsed = parsePosition(position)\r\n if (!parsed) return ''\r\n \r\n // Check if it's lat/lng format\r\n if ('lat' in parsed && 'lng' in parsed) {\r\n const parts = [\r\n `Longitude: ${parsed.lng.toFixed(5)}`,\r\n `Latitude: ${parsed.lat.toFixed(5)}`\r\n ]\r\n \r\n if (parsed.elevation !== undefined) {\r\n parts.push(`Elevation: ${parsed.elevation}m`)\r\n }\r\n \r\n return parts.join(', ')\r\n }\r\n \r\n // Check if it's x/y/z format\r\n if ('x' in parsed && 'y' in parsed && 'z' in parsed) {\r\n return `X: ${parsed.x}, Y: ${parsed.y}, Z: ${parsed.z}`\r\n }\r\n \r\n return ''\r\n}\r\n\r\nexport function isLatLngPosition(position: string | null | undefined): boolean {\r\n const parsed = parsePosition(position)\r\n return parsed !== null && 'lat' in parsed && 'lng' in parsed\r\n}\r\n\r\nexport function isXYZPosition(position: string | null | undefined): boolean {\r\n const parsed = parsePosition(position)\r\n return parsed !== null && 'x' in parsed && 'y' in parsed && 'z' in parsed\r\n}\r\n"],"mappings":"AAeO,SAAS,cAAc,UAAsD;AAClF,MAAI,CAAC,SAAU,QAAO;AAEtB,MAAI;AACF,UAAM,SAAS,OAAO,aAAa,WAAW,KAAK,MAAM,QAAQ,IAAI;AACrE,WAAO;AAAA,EACT,SAAQ;AACN,WAAO;AAAA,EACT;AACF;AAEO,SAAS,eAAe,UAA6C;AAC1E,QAAM,SAAS,cAAc,QAAQ;AACrC,MAAI,CAAC,OAAQ,QAAO;AAGpB,MAAI,SAAS,UAAU,SAAS,QAAQ;AACtC,UAAM,QAAQ;AAAA,MACZ,cAAc,OAAO,IAAI,QAAQ,CAAC,CAAC;AAAA,MACnC,aAAa,OAAO,IAAI,QAAQ,CAAC,CAAC;AAAA,IACpC;AAEA,QAAI,OAAO,cAAc,QAAW;AAClC,YAAM,KAAK,cAAc,OAAO,SAAS,GAAG;AAAA,IAC9C;AAEA,WAAO,MAAM,KAAK,IAAI;AAAA,EACxB;AAGA,MAAI,OAAO,UAAU,OAAO,UAAU,OAAO,QAAQ;AACnD,WAAO,MAAM,OAAO,CAAC,QAAQ,OAAO,CAAC,QAAQ,OAAO,CAAC;AAAA,EACvD;AAEA,SAAO;AACT;AAEO,SAAS,iBAAiB,UAA8C;AAC7E,QAAM,SAAS,cAAc,QAAQ;AACrC,SAAO,WAAW,QAAQ,SAAS,UAAU,SAAS;AACxD;AAEO,SAAS,cAAc,UAA8C;AAC1E,QAAM,SAAS,cAAc,QAAQ;AACrC,SAAO,WAAW,QAAQ,OAAO,UAAU,OAAO,UAAU,OAAO;AACrE;","names":[]}
1
+ {"version":3,"sources":["../../../../../../src/core/components/viewers/Data/utils/positionParser.ts"],"sourcesContent":["// SPDX-License-Identifier: AGPL-3.0-or-later\r\n// Copyright (C) 2025 Collab Digital Twins\r\n\r\ntype LatLngPosition = {\r\n lng: number\r\n lat: number\r\n rotation?: number\r\n elevation?: number\r\n}\r\n\r\ntype XYZPosition = {\r\n x: number\r\n y: number\r\n z: number\r\n}\r\n\r\ntype Position = LatLngPosition | XYZPosition\r\n\r\nexport function parsePosition(position: string | null | undefined): Position | null {\r\n if (!position) return null\r\n \r\n try {\r\n const parsed = typeof position === 'string' ? JSON.parse(position) : position\r\n return parsed\r\n } catch {\r\n return null\r\n }\r\n}\r\n\r\nexport function formatPosition(position: string | null | undefined): string {\r\n const parsed = parsePosition(position)\r\n if (!parsed) return ''\r\n \r\n // Check if it's lat/lng format\r\n if ('lat' in parsed && 'lng' in parsed) {\r\n const parts = [\r\n `Longitude: ${parsed.lng.toFixed(5)}`,\r\n `Latitude: ${parsed.lat.toFixed(5)}`\r\n ]\r\n \r\n if (parsed.elevation !== undefined) {\r\n parts.push(`Elevation: ${parsed.elevation}m`)\r\n }\r\n \r\n return parts.join(', ')\r\n }\r\n \r\n // Check if it's x/y/z format\r\n if ('x' in parsed && 'y' in parsed && 'z' in parsed) {\r\n return `X: ${parsed.x}, Y: ${parsed.y}, Z: ${parsed.z}`\r\n }\r\n \r\n return ''\r\n}\r\n\r\nexport function isLatLngPosition(position: string | null | undefined): boolean {\r\n const parsed = parsePosition(position)\r\n return parsed !== null && 'lat' in parsed && 'lng' in parsed\r\n}\r\n\r\nexport function isXYZPosition(position: string | null | undefined): boolean {\r\n const parsed = parsePosition(position)\r\n return parsed !== null && 'x' in parsed && 'y' in parsed && 'z' in parsed\r\n}\r\n"],"mappings":"AAkBO,SAAS,cAAc,UAAsD;AAClF,MAAI,CAAC,SAAU,QAAO;AAEtB,MAAI;AACF,UAAM,SAAS,OAAO,aAAa,WAAW,KAAK,MAAM,QAAQ,IAAI;AACrE,WAAO;AAAA,EACT,SAAQ;AACN,WAAO;AAAA,EACT;AACF;AAEO,SAAS,eAAe,UAA6C;AAC1E,QAAM,SAAS,cAAc,QAAQ;AACrC,MAAI,CAAC,OAAQ,QAAO;AAGpB,MAAI,SAAS,UAAU,SAAS,QAAQ;AACtC,UAAM,QAAQ;AAAA,MACZ,cAAc,OAAO,IAAI,QAAQ,CAAC,CAAC;AAAA,MACnC,aAAa,OAAO,IAAI,QAAQ,CAAC,CAAC;AAAA,IACpC;AAEA,QAAI,OAAO,cAAc,QAAW;AAClC,YAAM,KAAK,cAAc,OAAO,SAAS,GAAG;AAAA,IAC9C;AAEA,WAAO,MAAM,KAAK,IAAI;AAAA,EACxB;AAGA,MAAI,OAAO,UAAU,OAAO,UAAU,OAAO,QAAQ;AACnD,WAAO,MAAM,OAAO,CAAC,QAAQ,OAAO,CAAC,QAAQ,OAAO,CAAC;AAAA,EACvD;AAEA,SAAO;AACT;AAEO,SAAS,iBAAiB,UAA8C;AAC7E,QAAM,SAAS,cAAc,QAAQ;AACrC,SAAO,WAAW,QAAQ,SAAS,UAAU,SAAS;AACxD;AAEO,SAAS,cAAc,UAA8C;AAC1E,QAAM,SAAS,cAAc,QAAQ;AACrC,SAAO,WAAW,QAAQ,OAAO,UAAU,OAAO,UAAU,OAAO;AACrE;","names":[]}
@@ -1 +1 @@
1
- {"version":3,"file":"useViewerData.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/useViewerData.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,IAAI,EAAE,IAAI,EAAU,MAAM,2BAA2B,CAAA;AAC7F,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAgB,wBAAwB,EAAyB,MAAM,gBAAgB,CAAA;AAO9F,UAAU,mBAAmB;IAC3B,aAAa,EAAE,WAAW,CAAA;IAC1B,SAAS,EAAE,QAAQ,EAAE,GAAG,SAAS,CAAA;IACjC,KAAK,EAAE,IAAI,EAAE,GAAG,SAAS,CAAA;IACzB,eAAe,EAAE,cAAc,EAAE,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE;QACL,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;QACnB,IAAI,EAAE,MAAM,CAAA;QACZ,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QACvC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAA;QACzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QACzB,SAAS,EAAE,MAAM,CAAA;QACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,EAAE,GAAG,SAAS,CAAA;IACf,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,GAAG,SAAS,CAAA;IAClC,wCAAwC;IACxC,YAAY,EAAE;QACZ,SAAS,EAAE,OAAO,CAAA;QAClB,KAAK,EAAE,OAAO,CAAA;QACd,eAAe,EAAE,OAAO,CAAA;QACxB,KAAK,EAAE,OAAO,CAAA;QACd,KAAK,EAAE,OAAO,CAAA;KACf,CAAA;IACD,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,WAAW,EAAE,CAAA;IAC5B,0DAA0D;IAC1D,OAAO,EAAE,WAAW,EAAE,CAAA;IACtB,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,mBAAmB;IAC3B,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,cAAc,EAAE,GAAG,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IAC1E,YAAY,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,cAAc,EAAE,GAAG,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IAClF,cAAc,EAAE,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAA;IAC3D,SAAS,EAAE,OAAO,CAAA;CACnB;AAsBD,wBAAgB,aAAa,CAAC,EAC5B,aAAa,EACb,SAAS,EACT,KAAK,EACL,eAAe,EACf,KAAK,EACL,KAAK,EACL,YAAY,EACZ,UAAU,EACV,aAAa,EACb,OAAO,EACP,SAAS,GACV,EAAE,mBAAmB,GAAG,mBAAmB,CA0K3C"}
1
+ {"version":3,"file":"useViewerData.d.ts","sourceRoot":"","sources":["../../../../../../src/core/components/viewers/Data/utils/useViewerData.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,IAAI,EAAE,IAAI,EAAU,MAAM,2BAA2B,CAAA;AAC7F,OAAO,EAAE,WAAW,EAAE,MAAM,2BAA2B,CAAA;AACvD,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,yBAAyB,CAAA;AACtD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAA;AAC3D,OAAO,EAAgB,wBAAwB,EAAyB,MAAM,gBAAgB,CAAA;AAO9F,UAAU,mBAAmB;IAC3B,aAAa,EAAE,WAAW,CAAA;IAC1B,SAAS,EAAE,QAAQ,EAAE,GAAG,SAAS,CAAA;IACjC,KAAK,EAAE,IAAI,EAAE,GAAG,SAAS,CAAA;IACzB,eAAe,EAAE,cAAc,EAAE,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE;QACL,EAAE,EAAE,MAAM,GAAG,MAAM,CAAA;QACnB,IAAI,EAAE,MAAM,CAAA;QACZ,uBAAuB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QACvC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAA;QACzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;QACzB,SAAS,EAAE,MAAM,CAAA;QACjB,QAAQ,CAAC,EAAE,OAAO,CAAA;KACnB,EAAE,GAAG,SAAS,CAAA;IACf,KAAK,EAAE,OAAO,CAAC,IAAI,CAAC,EAAE,GAAG,SAAS,CAAA;IAClC,wCAAwC;IACxC,YAAY,EAAE;QACZ,SAAS,EAAE,OAAO,CAAA;QAClB,KAAK,EAAE,OAAO,CAAA;QACd,eAAe,EAAE,OAAO,CAAA;QACxB,KAAK,EAAE,OAAO,CAAA;QACd,KAAK,EAAE,OAAO,CAAA;KACf,CAAA;IACD,UAAU,EAAE,MAAM,CAAA;IAClB,aAAa,EAAE,WAAW,EAAE,CAAA;IAC5B,0DAA0D;IAC1D,OAAO,EAAE,WAAW,EAAE,CAAA;IACtB,yBAAyB;IACzB,SAAS,EAAE,MAAM,CAAA;CAClB;AAED,UAAU,mBAAmB;IAC3B,IAAI,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,cAAc,EAAE,GAAG,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IAC1E,YAAY,EAAE,QAAQ,EAAE,GAAG,IAAI,EAAE,GAAG,cAAc,EAAE,GAAG,OAAO,EAAE,GAAG,OAAO,CAAC,IAAI,CAAC,EAAE,CAAA;IAClF,cAAc,EAAE,UAAU,CAAC,OAAO,wBAAwB,CAAC,CAAA;IAC3D,SAAS,EAAE,OAAO,CAAA;CACnB;AAsBD,wBAAgB,aAAa,CAAC,EAC5B,aAAa,EACb,SAAS,EACT,KAAK,EACL,eAAe,EACf,KAAK,EACL,KAAK,EACL,YAAY,EACZ,UAAU,EACV,aAAa,EACb,OAAO,EACP,SAAS,GACV,EAAE,mBAAmB,GAAG,mBAAmB,CA0K3C"}