@kalisio/kdk 2.6.3 → 2.7.0

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 (419) hide show
  1. package/core/api/application.js +2 -4
  2. package/core/api/authentication.js +2 -3
  3. package/core/api/db.js +10 -2
  4. package/core/api/hooks/hooks.authorisations.js +4 -2
  5. package/core/api/hooks/hooks.push.js +6 -2
  6. package/core/api/hooks/hooks.query.js +29 -12
  7. package/core/api/hooks/hooks.users.js +30 -17
  8. package/core/api/models/configurations.model.mongodb.js +4 -0
  9. package/core/api/services/authorisations/authorisations.service.js +1 -1
  10. package/core/api/services/configurations/configurations.hooks.js +33 -0
  11. package/core/api/services/index.js +41 -7
  12. package/core/api/services/messages/messages.hooks.js +9 -3
  13. package/core/client/api.js +14 -1
  14. package/core/client/capabilities.js +1 -6
  15. package/core/client/components/KAvatar.vue +24 -20
  16. package/core/client/components/account/KProfile.vue +10 -71
  17. package/core/client/components/account/index.js +0 -2
  18. package/core/client/components/app/KSettings.vue +1 -0
  19. package/core/client/components/collection/KBoard.vue +4 -3
  20. package/core/client/components/collection/KCardSection.vue +1 -0
  21. package/core/client/components/collection/KGrid.vue +2 -0
  22. package/core/client/components/collection/KTable.vue +5 -1
  23. package/core/client/components/collection/KTimeLine.vue +9 -1
  24. package/core/client/components/collection/index.js +0 -2
  25. package/core/client/components/form/KChipsField.vue +2 -1
  26. package/core/client/components/form/KEmailField.vue +1 -0
  27. package/core/client/components/form/KFileField.vue +22 -1
  28. package/core/client/components/form/KForm.vue +2 -0
  29. package/core/client/components/form/KItemField.vue +1 -0
  30. package/core/client/components/form/KNumberField.vue +1 -0
  31. package/core/client/components/form/KPasswordField.vue +1 -0
  32. package/core/client/components/form/KPhoneField.vue +1 -0
  33. package/core/client/components/form/KPropertyItemField.vue +1 -0
  34. package/core/client/components/form/KResolutionField.vue +1 -0
  35. package/core/client/components/form/KSelectField.vue +31 -0
  36. package/core/client/components/form/KTagField.vue +1 -0
  37. package/core/client/components/form/KTextField.vue +1 -0
  38. package/core/client/components/form/KTokenField.vue +1 -0
  39. package/core/client/components/form/KUnitField.vue +1 -0
  40. package/core/client/components/form/KUrlField.vue +1 -0
  41. package/core/client/components/graphics/KIcon.vue +3 -4
  42. package/core/client/components/layout/KPage.vue +1 -0
  43. package/core/client/components/layout/KWindow.vue +6 -3
  44. package/core/client/components/messages/KMessageComposer.vue +2 -1
  45. package/core/client/components/messages/KMessagesTimeLine.vue +1 -1
  46. package/core/client/components/time/KDate.vue +1 -2
  47. package/core/client/components/time/KDateTime.vue +11 -11
  48. package/core/client/components/time/KTime.vue +1 -1
  49. package/core/client/composables/collection.js +33 -8
  50. package/core/client/composables/errors.js +1 -1
  51. package/core/client/composables/layout.js +9 -9
  52. package/core/client/configurations.js +50 -0
  53. package/core/client/exporter.js +1 -1
  54. package/core/client/i18n/core_en.json +6 -39
  55. package/core/client/i18n/core_fr.json +6 -39
  56. package/core/client/index.js +2 -0
  57. package/core/client/layout.js +8 -8
  58. package/core/client/mixins/mixin.base-activity.js +5 -2
  59. package/core/client/mixins/mixin.base-field.js +3 -3
  60. package/core/client/search.js +2 -1
  61. package/core/client/utils/utils.collection.js +8 -8
  62. package/core/client/utils/utils.items.js +4 -0
  63. package/core/client/utils/utils.push.js +3 -3
  64. package/core/client/utils/utils.session.js +7 -5
  65. package/core/client/utils/utils.shapes.js +38 -7
  66. package/core/client/utils/utils.time.js +21 -22
  67. package/core/common/schemas/users.update-profile.json +3 -2
  68. package/coverage/core/api/application.js.html +1 -1
  69. package/coverage/core/api/authentication.js.html +1 -1
  70. package/coverage/core/api/db.js.html +1 -1
  71. package/coverage/core/api/hooks/hooks.authentication.js.html +1 -1
  72. package/coverage/core/api/hooks/hooks.authorisations.js.html +1 -1
  73. package/coverage/core/api/hooks/hooks.logger.js.html +1 -1
  74. package/coverage/core/api/hooks/hooks.model.js.html +1 -1
  75. package/coverage/core/api/hooks/hooks.push.js.html +22 -10
  76. package/coverage/core/api/hooks/hooks.query.js.html +33 -6
  77. package/coverage/core/api/hooks/hooks.schemas.js.html +1 -1
  78. package/coverage/core/api/hooks/hooks.service.js.html +1 -1
  79. package/coverage/core/api/hooks/hooks.storage.js.html +1 -1
  80. package/coverage/core/api/hooks/hooks.tags.js.html +1 -1
  81. package/coverage/core/api/hooks/hooks.users.js.html +4 -4
  82. package/coverage/core/api/hooks/index.html +23 -23
  83. package/coverage/core/api/hooks/index.js.html +1 -1
  84. package/coverage/core/api/index.html +1 -1
  85. package/coverage/core/api/index.js.html +1 -1
  86. package/coverage/core/api/marshall.js.html +1 -1
  87. package/coverage/core/api/models/configurations.model.mongodb.js.html +1 -1
  88. package/coverage/core/api/models/index.html +1 -1
  89. package/coverage/core/api/models/messages.model.mongodb.js.html +1 -1
  90. package/coverage/core/api/models/tags.model.mongodb.js.html +1 -1
  91. package/coverage/core/api/models/users.model.mongodb.js.html +1 -1
  92. package/coverage/core/api/services/account/account.hooks.js.html +1 -1
  93. package/coverage/core/api/services/account/account.service.js.html +1 -1
  94. package/coverage/core/api/services/account/index.html +1 -1
  95. package/coverage/core/api/services/authorisations/authorisations.hooks.js.html +1 -1
  96. package/coverage/core/api/services/authorisations/authorisations.service.js.html +1 -1
  97. package/coverage/core/api/services/authorisations/index.html +1 -1
  98. package/coverage/core/api/services/configurations/configurations.hooks.js.html +1 -1
  99. package/coverage/core/api/services/configurations/index.html +1 -1
  100. package/coverage/core/api/services/databases/databases.hooks.js.html +1 -1
  101. package/coverage/core/api/services/databases/databases.service.js.html +1 -1
  102. package/coverage/core/api/services/databases/index.html +1 -1
  103. package/coverage/core/api/services/import-export/import-export.hooks.js.html +1 -1
  104. package/coverage/core/api/services/import-export/import-export.service.js.html +1 -1
  105. package/coverage/core/api/services/import-export/index.html +1 -1
  106. package/coverage/core/api/services/index.html +1 -1
  107. package/coverage/core/api/services/index.js.html +1 -1
  108. package/coverage/core/api/services/mailer/index.html +1 -1
  109. package/coverage/core/api/services/mailer/mailer.hooks.js.html +1 -1
  110. package/coverage/core/api/services/mailer/mailer.service.js.html +1 -1
  111. package/coverage/core/api/services/messages/index.html +1 -1
  112. package/coverage/core/api/services/messages/messages.hooks.js.html +1 -1
  113. package/coverage/core/api/services/push/index.html +1 -1
  114. package/coverage/core/api/services/push/push.hooks.js.html +1 -1
  115. package/coverage/core/api/services/push/push.service.js.html +1 -1
  116. package/coverage/core/api/services/storage/index.html +1 -1
  117. package/coverage/core/api/services/storage/storage.hooks.js.html +1 -1
  118. package/coverage/core/api/services/storage/storage.service.js.html +1 -1
  119. package/coverage/core/api/services/tags/index.html +1 -1
  120. package/coverage/core/api/services/tags/tags.hooks.js.html +1 -1
  121. package/coverage/core/api/services/users/index.html +1 -1
  122. package/coverage/core/api/services/users/users.hooks.js.html +1 -1
  123. package/coverage/core/api/services/users/users.service.js.html +1 -1
  124. package/coverage/core/common/errors.js.html +1 -1
  125. package/coverage/core/common/index.html +1 -1
  126. package/coverage/core/common/index.js.html +1 -1
  127. package/coverage/core/common/permissions.js.html +1 -1
  128. package/coverage/core/common/schema.js.html +1 -1
  129. package/coverage/core/common/utils.js.html +1 -1
  130. package/coverage/core/common/utils.offline.js.html +1 -1
  131. package/coverage/index.html +17 -17
  132. package/coverage/lcov-report/core/api/application.js.html +1 -1
  133. package/coverage/lcov-report/core/api/authentication.js.html +1 -1
  134. package/coverage/lcov-report/core/api/db.js.html +1 -1
  135. package/coverage/lcov-report/core/api/hooks/hooks.authentication.js.html +1 -1
  136. package/coverage/lcov-report/core/api/hooks/hooks.authorisations.js.html +1 -1
  137. package/coverage/lcov-report/core/api/hooks/hooks.logger.js.html +1 -1
  138. package/coverage/lcov-report/core/api/hooks/hooks.model.js.html +1 -1
  139. package/coverage/lcov-report/core/api/hooks/hooks.push.js.html +22 -10
  140. package/coverage/lcov-report/core/api/hooks/hooks.query.js.html +33 -6
  141. package/coverage/lcov-report/core/api/hooks/hooks.schemas.js.html +1 -1
  142. package/coverage/lcov-report/core/api/hooks/hooks.service.js.html +1 -1
  143. package/coverage/lcov-report/core/api/hooks/hooks.storage.js.html +1 -1
  144. package/coverage/lcov-report/core/api/hooks/hooks.tags.js.html +1 -1
  145. package/coverage/lcov-report/core/api/hooks/hooks.users.js.html +4 -4
  146. package/coverage/lcov-report/core/api/hooks/index.html +23 -23
  147. package/coverage/lcov-report/core/api/hooks/index.js.html +1 -1
  148. package/coverage/lcov-report/core/api/index.html +1 -1
  149. package/coverage/lcov-report/core/api/index.js.html +1 -1
  150. package/coverage/lcov-report/core/api/marshall.js.html +1 -1
  151. package/coverage/lcov-report/core/api/models/configurations.model.mongodb.js.html +1 -1
  152. package/coverage/lcov-report/core/api/models/index.html +1 -1
  153. package/coverage/lcov-report/core/api/models/messages.model.mongodb.js.html +1 -1
  154. package/coverage/lcov-report/core/api/models/tags.model.mongodb.js.html +1 -1
  155. package/coverage/lcov-report/core/api/models/users.model.mongodb.js.html +1 -1
  156. package/coverage/lcov-report/core/api/services/account/account.hooks.js.html +1 -1
  157. package/coverage/lcov-report/core/api/services/account/account.service.js.html +1 -1
  158. package/coverage/lcov-report/core/api/services/account/index.html +1 -1
  159. package/coverage/lcov-report/core/api/services/authorisations/authorisations.hooks.js.html +1 -1
  160. package/coverage/lcov-report/core/api/services/authorisations/authorisations.service.js.html +1 -1
  161. package/coverage/lcov-report/core/api/services/authorisations/index.html +1 -1
  162. package/coverage/lcov-report/core/api/services/configurations/configurations.hooks.js.html +1 -1
  163. package/coverage/lcov-report/core/api/services/configurations/index.html +1 -1
  164. package/coverage/lcov-report/core/api/services/databases/databases.hooks.js.html +1 -1
  165. package/coverage/lcov-report/core/api/services/databases/databases.service.js.html +1 -1
  166. package/coverage/lcov-report/core/api/services/databases/index.html +1 -1
  167. package/coverage/lcov-report/core/api/services/import-export/import-export.hooks.js.html +1 -1
  168. package/coverage/lcov-report/core/api/services/import-export/import-export.service.js.html +1 -1
  169. package/coverage/lcov-report/core/api/services/import-export/index.html +1 -1
  170. package/coverage/lcov-report/core/api/services/index.html +1 -1
  171. package/coverage/lcov-report/core/api/services/index.js.html +1 -1
  172. package/coverage/lcov-report/core/api/services/mailer/index.html +1 -1
  173. package/coverage/lcov-report/core/api/services/mailer/mailer.hooks.js.html +1 -1
  174. package/coverage/lcov-report/core/api/services/mailer/mailer.service.js.html +1 -1
  175. package/coverage/lcov-report/core/api/services/messages/index.html +1 -1
  176. package/coverage/lcov-report/core/api/services/messages/messages.hooks.js.html +1 -1
  177. package/coverage/lcov-report/core/api/services/push/index.html +1 -1
  178. package/coverage/lcov-report/core/api/services/push/push.hooks.js.html +1 -1
  179. package/coverage/lcov-report/core/api/services/push/push.service.js.html +1 -1
  180. package/coverage/lcov-report/core/api/services/storage/index.html +1 -1
  181. package/coverage/lcov-report/core/api/services/storage/storage.hooks.js.html +1 -1
  182. package/coverage/lcov-report/core/api/services/storage/storage.service.js.html +1 -1
  183. package/coverage/lcov-report/core/api/services/tags/index.html +1 -1
  184. package/coverage/lcov-report/core/api/services/tags/tags.hooks.js.html +1 -1
  185. package/coverage/lcov-report/core/api/services/users/index.html +1 -1
  186. package/coverage/lcov-report/core/api/services/users/users.hooks.js.html +1 -1
  187. package/coverage/lcov-report/core/api/services/users/users.service.js.html +1 -1
  188. package/coverage/lcov-report/core/common/errors.js.html +1 -1
  189. package/coverage/lcov-report/core/common/index.html +1 -1
  190. package/coverage/lcov-report/core/common/index.js.html +1 -1
  191. package/coverage/lcov-report/core/common/permissions.js.html +1 -1
  192. package/coverage/lcov-report/core/common/schema.js.html +1 -1
  193. package/coverage/lcov-report/core/common/utils.js.html +1 -1
  194. package/coverage/lcov-report/core/common/utils.offline.js.html +1 -1
  195. package/coverage/lcov-report/index.html +17 -17
  196. package/coverage/lcov-report/map/api/hooks/hooks.catalog.js.html +1 -1
  197. package/coverage/lcov-report/map/api/hooks/hooks.features.js.html +1 -1
  198. package/coverage/lcov-report/map/api/hooks/hooks.query.js.html +184 -4
  199. package/coverage/lcov-report/map/api/hooks/index.html +5 -5
  200. package/coverage/lcov-report/map/api/hooks/index.js.html +1 -1
  201. package/coverage/lcov-report/map/api/index.html +1 -1
  202. package/coverage/lcov-report/map/api/index.js.html +1 -1
  203. package/coverage/lcov-report/map/api/marshall.js.html +1 -1
  204. package/coverage/lcov-report/map/api/models/alerts.model.mongodb.js.html +1 -1
  205. package/coverage/lcov-report/map/api/models/catalog.model.mongodb.js.html +1 -1
  206. package/coverage/lcov-report/map/api/models/features.model.mongodb.js.html +1 -1
  207. package/coverage/lcov-report/map/api/models/index.html +1 -1
  208. package/coverage/lcov-report/map/api/models/projects.model.mongodb.js.html +1 -1
  209. package/coverage/lcov-report/map/api/models/styles.model.mongodb.js.html +1 -1
  210. package/coverage/lcov-report/map/api/services/alerts/alerts.hooks.js.html +1 -1
  211. package/coverage/lcov-report/map/api/services/alerts/alerts.service.js.html +1 -1
  212. package/coverage/lcov-report/map/api/services/alerts/index.html +1 -1
  213. package/coverage/lcov-report/map/api/services/catalog/catalog.hooks.js.html +1 -1
  214. package/coverage/lcov-report/map/api/services/catalog/index.html +1 -1
  215. package/coverage/lcov-report/map/api/services/daptiles/daptiles.service.js.html +1 -1
  216. package/coverage/lcov-report/map/api/services/daptiles/index.html +1 -1
  217. package/coverage/lcov-report/map/api/services/features/features.hooks.js.html +1 -1
  218. package/coverage/lcov-report/map/api/services/features/features.service.js.html +1 -1
  219. package/coverage/lcov-report/map/api/services/features/index.html +1 -1
  220. package/coverage/lcov-report/map/api/services/index.html +1 -1
  221. package/coverage/lcov-report/map/api/services/index.js.html +1 -1
  222. package/coverage/lcov-report/map/api/services/projects/index.html +1 -1
  223. package/coverage/lcov-report/map/api/services/projects/projects.hooks.js.html +1 -1
  224. package/coverage/lcov-report/map/api/services/styles/index.html +1 -1
  225. package/coverage/lcov-report/map/api/services/styles/styles.hooks.js.html +1 -1
  226. package/coverage/lcov-report/map/common/dynamic-grid-source.js.html +1 -1
  227. package/coverage/lcov-report/map/common/errors.js.html +1 -1
  228. package/coverage/lcov-report/map/common/geotiff-grid-source.js.html +1 -1
  229. package/coverage/lcov-report/map/common/grid.js.html +1 -1
  230. package/coverage/lcov-report/map/common/index.html +1 -1
  231. package/coverage/lcov-report/map/common/index.js.html +1 -1
  232. package/coverage/lcov-report/map/common/meteo-model-grid-source.js.html +1 -1
  233. package/coverage/lcov-report/map/common/moment-utils.js.html +1 -1
  234. package/coverage/lcov-report/map/common/opendap-grid-source.js.html +1 -1
  235. package/coverage/lcov-report/map/common/opendap-utils.js.html +1 -1
  236. package/coverage/lcov-report/map/common/permissions.js.html +1 -1
  237. package/coverage/lcov-report/map/common/time-based-grid-source.js.html +1 -1
  238. package/coverage/lcov-report/map/common/tms-utils.js.html +1 -1
  239. package/coverage/lcov-report/map/common/wcs-grid-source.js.html +1 -1
  240. package/coverage/lcov-report/map/common/wcs-utils.js.html +1 -1
  241. package/coverage/lcov-report/map/common/weacast-grid-source.js.html +1 -1
  242. package/coverage/lcov-report/map/common/wfs-utils.js.html +1 -1
  243. package/coverage/lcov-report/map/common/wms-utils.js.html +1 -1
  244. package/coverage/lcov-report/map/common/wmts-utils.js.html +1 -1
  245. package/coverage/lcov.info +358 -280
  246. package/coverage/map/api/hooks/hooks.catalog.js.html +1 -1
  247. package/coverage/map/api/hooks/hooks.features.js.html +1 -1
  248. package/coverage/map/api/hooks/hooks.query.js.html +184 -4
  249. package/coverage/map/api/hooks/index.html +5 -5
  250. package/coverage/map/api/hooks/index.js.html +1 -1
  251. package/coverage/map/api/index.html +1 -1
  252. package/coverage/map/api/index.js.html +1 -1
  253. package/coverage/map/api/marshall.js.html +1 -1
  254. package/coverage/map/api/models/alerts.model.mongodb.js.html +1 -1
  255. package/coverage/map/api/models/catalog.model.mongodb.js.html +1 -1
  256. package/coverage/map/api/models/features.model.mongodb.js.html +1 -1
  257. package/coverage/map/api/models/index.html +1 -1
  258. package/coverage/map/api/models/projects.model.mongodb.js.html +1 -1
  259. package/coverage/map/api/models/styles.model.mongodb.js.html +1 -1
  260. package/coverage/map/api/services/alerts/alerts.hooks.js.html +1 -1
  261. package/coverage/map/api/services/alerts/alerts.service.js.html +1 -1
  262. package/coverage/map/api/services/alerts/index.html +1 -1
  263. package/coverage/map/api/services/catalog/catalog.hooks.js.html +1 -1
  264. package/coverage/map/api/services/catalog/index.html +1 -1
  265. package/coverage/map/api/services/daptiles/daptiles.service.js.html +1 -1
  266. package/coverage/map/api/services/daptiles/index.html +1 -1
  267. package/coverage/map/api/services/features/features.hooks.js.html +1 -1
  268. package/coverage/map/api/services/features/features.service.js.html +1 -1
  269. package/coverage/map/api/services/features/index.html +1 -1
  270. package/coverage/map/api/services/index.html +1 -1
  271. package/coverage/map/api/services/index.js.html +1 -1
  272. package/coverage/map/api/services/projects/index.html +1 -1
  273. package/coverage/map/api/services/projects/projects.hooks.js.html +1 -1
  274. package/coverage/map/api/services/styles/index.html +1 -1
  275. package/coverage/map/api/services/styles/styles.hooks.js.html +1 -1
  276. package/coverage/map/common/dynamic-grid-source.js.html +1 -1
  277. package/coverage/map/common/errors.js.html +1 -1
  278. package/coverage/map/common/geotiff-grid-source.js.html +1 -1
  279. package/coverage/map/common/grid.js.html +1 -1
  280. package/coverage/map/common/index.html +1 -1
  281. package/coverage/map/common/index.js.html +1 -1
  282. package/coverage/map/common/meteo-model-grid-source.js.html +1 -1
  283. package/coverage/map/common/moment-utils.js.html +1 -1
  284. package/coverage/map/common/opendap-grid-source.js.html +1 -1
  285. package/coverage/map/common/opendap-utils.js.html +1 -1
  286. package/coverage/map/common/permissions.js.html +1 -1
  287. package/coverage/map/common/time-based-grid-source.js.html +1 -1
  288. package/coverage/map/common/tms-utils.js.html +1 -1
  289. package/coverage/map/common/wcs-grid-source.js.html +1 -1
  290. package/coverage/map/common/wcs-utils.js.html +1 -1
  291. package/coverage/map/common/weacast-grid-source.js.html +1 -1
  292. package/coverage/map/common/wfs-utils.js.html +1 -1
  293. package/coverage/map/common/wms-utils.js.html +1 -1
  294. package/coverage/map/common/wmts-utils.js.html +1 -1
  295. package/coverage/tmp/coverage-1028514-1773134124472-0.json +1 -0
  296. package/coverage/tmp/coverage-1028526-1773134124448-0.json +1 -0
  297. package/coverage/tmp/coverage-1028537-1773134124431-0.json +1 -0
  298. package/coverage/tmp/coverage-1028549-1773134124401-0.json +1 -0
  299. package/coverage/tmp/{coverage-222566-1765963609278-0.json → coverage-1028556-1773134124353-0.json} +1 -1
  300. package/extras/configs/widgets.top.js +3 -3
  301. package/extras/tests/core/collection.mjs +2 -9
  302. package/map/api/hooks/hooks.catalog.js +18 -4
  303. package/map/api/services/catalog/catalog.hooks.js +3 -0
  304. package/map/api/services/features/features.hooks.js +3 -1
  305. package/map/api/services/index.js +2 -6
  306. package/map/api/services/styles/styles.hooks.js +6 -1
  307. package/map/client/components/KFeatureActionButton.vue +9 -3
  308. package/map/client/components/KFeaturesFilterManager.vue +5 -5
  309. package/map/client/components/KFilterCondition.vue +17 -10
  310. package/map/client/components/KLayerEditor.vue +49 -39
  311. package/map/client/components/KMeasureTool.vue +7 -1
  312. package/map/client/components/KTimezoneMap.vue +29 -9
  313. package/map/client/components/catalog/KLayersPanel.vue +26 -16
  314. package/map/client/components/catalog/KLayersSelector.vue +13 -2
  315. package/map/client/components/catalog/KViewsPanel.vue +5 -4
  316. package/map/client/components/form/KSelectLayersField.vue +28 -17
  317. package/map/client/components/form/KSelectViewsField.vue +18 -9
  318. package/map/client/components/form/KTimezoneField.vue +1 -2
  319. package/map/client/components/legend/KVariablesLegend.vue +10 -1
  320. package/map/client/components/location/KLocationCardSection.vue +7 -2
  321. package/map/client/components/location/KLocationMap.vue +31 -7
  322. package/map/client/components/selection/KSelectedLayerFeatures.vue +2 -2
  323. package/map/client/components/stickies/KZoomControl.vue +1 -1
  324. package/map/client/components/styles/KStyleManager.vue +4 -1
  325. package/map/client/components/widget/KTimeSeries.vue +174 -497
  326. package/map/client/components/widget/KTimeSeriesSelector.vue +72 -0
  327. package/map/client/components/widget/KTimeSeriesToolbar.vue +83 -0
  328. package/map/client/composables/catalog.js +6 -10
  329. package/map/client/composables/highlight.js +12 -9
  330. package/map/client/composables/project.js +1 -1
  331. package/map/client/composables/selection.js +8 -7
  332. package/map/client/composables/weather.js +9 -2
  333. package/map/client/geolocation.js +8 -5
  334. package/map/client/i18n/map_en.json +10 -8
  335. package/map/client/i18n/map_fr.json +9 -7
  336. package/map/client/leaflet/TiledFeatureLayer.js +85 -82
  337. package/map/client/leaflet/utils/utils.geojson.js +3 -3
  338. package/map/client/mixins/globe/mixin.base-globe.js +15 -6
  339. package/map/client/mixins/globe/mixin.geojson-layers.js +27 -18
  340. package/map/client/mixins/map/mixin.edit-layers.js +9 -1
  341. package/map/client/mixins/map/mixin.pmtiles-layers.js +118 -29
  342. package/map/client/mixins/map/mixin.tiled-mesh-layers.js +12 -5
  343. package/map/client/mixins/map/mixin.tiled-wind-layers.js +19 -10
  344. package/map/client/mixins/mixin.activity.js +23 -30
  345. package/map/client/mixins/mixin.feature-selection.js +41 -5
  346. package/map/client/planets.js +1 -1
  347. package/map/client/readers/reader.kml.js +2 -3
  348. package/map/client/utils/utils.catalog.js +36 -10
  349. package/map/client/utils/utils.layers.js +39 -8
  350. package/map/client/utils/utils.project.js +4 -0
  351. package/map/client/utils/utils.style.js +37 -7
  352. package/map/client/utils/utils.time-series.js +215 -6
  353. package/map/common/schemas/catalog.update.json +1 -1
  354. package/map/common/weacast-grid-source.js +1 -1
  355. package/package.json +3 -3
  356. package/scripts/kash/CHANGELOG.md +0 -4
  357. package/scripts/kash/README.md +0 -9
  358. package/scripts/kash/kash.sh +45 -40
  359. package/scripts/kash/scripts/run_tests.sh +1 -4
  360. package/test/api/core/authentication.test.js +9 -4
  361. package/test/api/core/config/default.cjs +1 -0
  362. package/test/api/core/hooks.test.js +6 -0
  363. package/test/api/core/index.test.js +43 -18
  364. package/test/api/core/push.test.js +8 -8
  365. package/test/api/core/test-log-2026-03-10.log +60 -0
  366. package/test/api/core/users.test.js +384 -0
  367. package/test/api/map/grid-sources.test.js +1 -1
  368. package/test/api/map/test-log-2026-03-10.log +56 -0
  369. package/vite/package.json +11 -2
  370. package/vite/test/core/composables.test.js +77 -0
  371. package/vite/vitest.config.js +13 -0
  372. package/vite/yarn.lock +1096 -18
  373. package/client/css/core.variables.scss +0 -72
  374. package/client/i18n/core_en.json +0 -744
  375. package/client/i18n/core_fr.json +0 -744
  376. package/client/i18n/map_en.json +0 -800
  377. package/client/i18n/map_fr.json +0 -800
  378. package/client/kdk.client.css +0 -47
  379. package/client/kdk.client.js +0 -41097
  380. package/client/kdk.client.map.css +0 -47
  381. package/client/kdk.client.map.js +0 -38182
  382. package/client/kdk.client.map.min.css +0 -1
  383. package/client/kdk.client.map.min.js +0 -27032
  384. package/client/kdk.client.min.css +0 -1
  385. package/client/kdk.client.min.js +0 -29074
  386. package/client/schemas/capture.create.json +0 -132
  387. package/client/schemas/catalog.update.json +0 -44
  388. package/client/schemas/messages.update.json +0 -16
  389. package/client/schemas/projects.create.json +0 -52
  390. package/client/schemas/projects.update.json +0 -52
  391. package/client/schemas/settings.update.json +0 -286
  392. package/client/schemas/tags.update.json +0 -35
  393. package/client/schemas/users.update-profile.json +0 -34
  394. package/core/client/components/account/KAccount.vue +0 -68
  395. package/core/client/components/account/KDeleteAccountManager.vue +0 -62
  396. package/core/client/components/account/KEmailManager.vue +0 -128
  397. package/core/client/components/account/KPasswordManager.vue +0 -90
  398. package/core/client/components/account/KVerifyEmailManager.vue +0 -105
  399. package/core/client/components/collection/KColumn.vue +0 -227
  400. package/core/client/components/collection/KHistory.vue +0 -113
  401. package/core/client/components/collection/KHistoryEntry.vue +0 -109
  402. package/coverage/tmp/coverage-222524-1765963609350-0.json +0 -1
  403. package/coverage/tmp/coverage-222536-1765963609335-0.json +0 -1
  404. package/coverage/tmp/coverage-222547-1765963609324-0.json +0 -1
  405. package/coverage/tmp/coverage-222559-1765963609309-0.json +0 -1
  406. package/scripts/kash/LICENSE +0 -21
  407. package/test/api/core/test-log-2025-07-31.log +0 -15
  408. package/test/api/core/test-log-2025-10-03.log +0 -18
  409. package/test/api/core/test-log-2025-11-10.log +0 -0
  410. package/test/api/core/test-log-2025-11-12.log +0 -117
  411. package/test/api/core/test-log-2025-11-27.log +0 -0
  412. package/test/api/core/test-log-2025-11-28.log +0 -17
  413. package/test/api/core/test-log-2025-12-09.log +0 -148
  414. package/test/api/core/test-log-2025-12-17.log +0 -58
  415. package/test/api/core/test-log-2026-01-29.log +0 -17
  416. package/test/api/map/test-log-2025-07-23.log +0 -1
  417. package/test/api/map/test-log-2025-11-28.log +0 -33
  418. package/test/api/map/test-log-2025-12-10.log +0 -2
  419. package/test/api/map/test-log-2026-01-06.log +0 -26
@@ -2523,25 +2523,25 @@ DA:22,17
2523
2523
  DA:23,17
2524
2524
  DA:24,17
2525
2525
  DA:25,6
2526
- DA:26,6
2526
+ DA:26,17
2527
2527
  DA:27,17
2528
- DA:28,2
2529
- DA:29,2
2530
- DA:30,0
2531
- DA:31,2
2532
- DA:32,17
2533
- DA:33,0
2528
+ DA:28,17
2529
+ DA:29,4
2530
+ DA:30,4
2531
+ DA:31,17
2532
+ DA:32,2
2533
+ DA:33,2
2534
2534
  DA:34,0
2535
- DA:35,0
2536
- DA:36,2
2537
- DA:37,2
2538
- DA:38,2
2539
- DA:39,2
2535
+ DA:35,2
2536
+ DA:36,17
2537
+ DA:37,0
2538
+ DA:38,0
2539
+ DA:39,0
2540
2540
  DA:40,2
2541
- DA:41,17
2542
- DA:42,17
2543
- DA:43,17
2544
- DA:44,17
2541
+ DA:41,2
2542
+ DA:42,2
2543
+ DA:43,2
2544
+ DA:44,2
2545
2545
  DA:45,17
2546
2546
  DA:46,17
2547
2547
  DA:47,17
@@ -2550,48 +2550,58 @@ DA:49,17
2550
2550
  DA:50,17
2551
2551
  DA:51,17
2552
2552
  DA:52,17
2553
- DA:53,2
2554
- DA:54,2
2555
- DA:55,2
2556
- DA:56,2
2557
- DA:57,17
2558
- DA:58,0
2559
- DA:59,0
2560
- DA:60,0
2553
+ DA:53,17
2554
+ DA:54,17
2555
+ DA:55,17
2556
+ DA:56,17
2557
+ DA:57,2
2558
+ DA:58,2
2559
+ DA:59,2
2560
+ DA:60,2
2561
2561
  DA:61,17
2562
- LF:61
2563
- LH:52
2562
+ DA:62,0
2563
+ DA:63,0
2564
+ DA:64,0
2565
+ DA:65,17
2566
+ LF:65
2567
+ LH:56
2564
2568
  BRDA:1,0,0,1
2565
2569
  BRDA:9,1,0,2
2566
2570
  BRDA:13,2,0,17
2567
2571
  BRDA:14,3,0,0
2568
2572
  BRDA:19,4,0,0
2569
2573
  BRDA:24,5,0,11
2570
- BRDA:24,6,0,6
2571
- BRDA:27,7,0,4
2572
- BRDA:28,8,0,2
2573
- BRDA:32,9,0,0
2574
- BRDA:36,10,0,2
2575
- BRDA:52,11,0,2
2576
- BRDA:53,12,0,2
2577
- BRDA:57,13,0,0
2578
- BRF:14
2579
- BRH:10
2574
+ BRDA:25,6,0,6
2575
+ BRDA:26,7,0,0
2576
+ BRDA:27,8,0,6
2577
+ BRDA:27,9,0,0
2578
+ BRDA:28,10,0,6
2579
+ BRDA:28,11,0,6
2580
+ BRDA:28,12,0,2
2581
+ BRDA:28,13,0,4
2582
+ BRDA:31,14,0,2
2583
+ BRDA:36,15,0,0
2584
+ BRDA:40,16,0,2
2585
+ BRDA:56,17,0,2
2586
+ BRDA:57,18,0,2
2587
+ BRDA:61,19,0,0
2588
+ BRF:20
2589
+ BRH:14
2580
2590
  end_of_record
2581
2591
  TN:
2582
2592
  SF:core/api/hooks/hooks.query.js
2583
- FN:11,marshallTimeQuery
2584
- FN:19,marshallComparisonQuery
2585
- FN:27,marshallSortQuery
2586
- FN:35,marshallCollationQuery
2587
- FN:49,marshallHttpQuery
2588
- FN:62,aggregationQuery
2589
- FN:74,populateObject
2590
- FN:149,unpopulateObject
2591
- FN:163,populateObjects
2592
- FN:244,unpopulateObjects
2593
- FN:251,toDiacriticRegex
2594
- FN:271,diacriticSearch
2593
+ FN:13,marshallTimeQuery
2594
+ FN:21,marshallComparisonQuery
2595
+ FN:29,marshallSortQuery
2596
+ FN:37,marshallCollationQuery
2597
+ FN:51,marshallHttpQuery
2598
+ FN:64,aggregationQuery
2599
+ FN:83,populateObject
2600
+ FN:158,unpopulateObject
2601
+ FN:172,populateObjects
2602
+ FN:253,unpopulateObjects
2603
+ FN:260,toDiacriticRegex
2604
+ FN:280,diacriticSearch
2595
2605
  FNF:12
2596
2606
  FNH:7
2597
2607
  FNDA:0,marshallTimeQuery
@@ -2617,30 +2627,30 @@ DA:8,1
2617
2627
  DA:9,1
2618
2628
  DA:10,1
2619
2629
  DA:11,1
2620
- DA:12,0
2621
- DA:13,0
2630
+ DA:12,1
2631
+ DA:13,1
2622
2632
  DA:14,0
2623
2633
  DA:15,0
2624
2634
  DA:16,0
2625
2635
  DA:17,0
2626
- DA:18,1
2627
- DA:19,1
2628
- DA:20,4
2629
- DA:21,4
2630
- DA:22,3
2631
- DA:23,3
2636
+ DA:18,0
2637
+ DA:19,0
2638
+ DA:20,1
2639
+ DA:21,1
2640
+ DA:22,4
2641
+ DA:23,4
2632
2642
  DA:24,3
2633
- DA:25,4
2634
- DA:26,1
2635
- DA:27,1
2636
- DA:28,0
2637
- DA:29,0
2643
+ DA:25,3
2644
+ DA:26,3
2645
+ DA:27,4
2646
+ DA:28,1
2647
+ DA:29,1
2638
2648
  DA:30,0
2639
2649
  DA:31,0
2640
2650
  DA:32,0
2641
2651
  DA:33,0
2642
- DA:34,1
2643
- DA:35,1
2652
+ DA:34,0
2653
+ DA:35,0
2644
2654
  DA:36,1
2645
2655
  DA:37,1
2646
2656
  DA:38,1
@@ -2648,28 +2658,28 @@ DA:39,1
2648
2658
  DA:40,1
2649
2659
  DA:41,1
2650
2660
  DA:42,1
2651
- DA:43,0
2652
- DA:44,0
2661
+ DA:43,1
2662
+ DA:44,1
2653
2663
  DA:45,0
2654
- DA:46,1
2655
- DA:47,1
2664
+ DA:46,0
2665
+ DA:47,0
2656
2666
  DA:48,1
2657
2667
  DA:49,1
2658
- DA:50,2
2659
- DA:51,2
2660
- DA:52,1
2661
- DA:53,1
2668
+ DA:50,1
2669
+ DA:51,1
2670
+ DA:52,2
2671
+ DA:53,2
2662
2672
  DA:54,1
2663
2673
  DA:55,1
2664
2674
  DA:56,1
2665
2675
  DA:57,1
2666
2676
  DA:58,1
2667
2677
  DA:59,1
2668
- DA:60,2
2678
+ DA:60,1
2669
2679
  DA:61,1
2670
- DA:62,1
2671
- DA:63,0
2672
- DA:64,0
2680
+ DA:62,2
2681
+ DA:63,1
2682
+ DA:64,1
2673
2683
  DA:65,0
2674
2684
  DA:66,0
2675
2685
  DA:67,0
@@ -2678,264 +2688,273 @@ DA:69,0
2678
2688
  DA:70,0
2679
2689
  DA:71,0
2680
2690
  DA:72,0
2681
- DA:73,1
2682
- DA:74,1
2683
- DA:75,4
2684
- DA:76,4
2685
- DA:77,4
2686
- DA:78,4
2687
- DA:79,4
2688
- DA:80,4
2689
- DA:81,4
2690
- DA:82,4
2691
- DA:83,4
2691
+ DA:73,0
2692
+ DA:74,0
2693
+ DA:75,0
2694
+ DA:76,0
2695
+ DA:77,0
2696
+ DA:78,0
2697
+ DA:79,0
2698
+ DA:80,0
2699
+ DA:81,0
2700
+ DA:82,1
2701
+ DA:83,1
2692
2702
  DA:84,4
2693
2703
  DA:85,4
2694
- DA:86,0
2695
- DA:87,0
2696
- DA:88,0
2704
+ DA:86,4
2705
+ DA:87,4
2706
+ DA:88,4
2697
2707
  DA:89,4
2698
- DA:90,0
2699
- DA:91,0
2700
- DA:92,0
2708
+ DA:90,4
2709
+ DA:91,4
2710
+ DA:92,4
2701
2711
  DA:93,4
2702
2712
  DA:94,4
2703
- DA:95,4
2704
- DA:96,4
2705
- DA:97,4
2713
+ DA:95,0
2714
+ DA:96,0
2715
+ DA:97,0
2706
2716
  DA:98,4
2707
- DA:99,4
2708
- DA:100,4
2717
+ DA:99,0
2718
+ DA:100,0
2709
2719
  DA:101,0
2710
- DA:102,0
2711
- DA:103,0
2720
+ DA:102,4
2721
+ DA:103,4
2712
2722
  DA:104,4
2713
- DA:105,0
2714
- DA:106,0
2715
- DA:107,0
2723
+ DA:105,4
2724
+ DA:106,4
2725
+ DA:107,4
2716
2726
  DA:108,4
2717
2727
  DA:109,4
2718
- DA:110,4
2728
+ DA:110,0
2719
2729
  DA:111,0
2720
2730
  DA:112,0
2721
- DA:113,0
2722
- DA:114,4
2723
- DA:115,4
2724
- DA:116,4
2731
+ DA:113,4
2732
+ DA:114,0
2733
+ DA:115,0
2734
+ DA:116,0
2725
2735
  DA:117,4
2726
2736
  DA:118,4
2727
2737
  DA:119,4
2728
- DA:120,4
2729
- DA:121,4
2730
- DA:122,4
2738
+ DA:120,0
2739
+ DA:121,0
2740
+ DA:122,0
2731
2741
  DA:123,4
2732
2742
  DA:124,4
2733
2743
  DA:125,4
2734
- DA:126,0
2735
- DA:127,0
2736
- DA:128,0
2737
- DA:129,0
2744
+ DA:126,4
2745
+ DA:127,4
2746
+ DA:128,4
2747
+ DA:129,4
2738
2748
  DA:130,4
2739
- DA:131,0
2740
- DA:132,0
2741
- DA:133,0
2749
+ DA:131,4
2750
+ DA:132,4
2751
+ DA:133,4
2742
2752
  DA:134,4
2743
2753
  DA:135,0
2744
2754
  DA:136,0
2745
2755
  DA:137,0
2746
- DA:138,4
2756
+ DA:138,0
2747
2757
  DA:139,4
2748
- DA:140,4
2749
- DA:141,4
2758
+ DA:140,0
2759
+ DA:141,0
2750
2760
  DA:142,0
2751
- DA:143,0
2761
+ DA:143,4
2752
2762
  DA:144,0
2753
2763
  DA:145,0
2754
- DA:146,4
2764
+ DA:146,0
2755
2765
  DA:147,4
2756
- DA:148,1
2757
- DA:149,1
2758
- DA:150,0
2766
+ DA:148,4
2767
+ DA:149,4
2768
+ DA:150,4
2759
2769
  DA:151,0
2760
2770
  DA:152,0
2761
2771
  DA:153,0
2762
2772
  DA:154,0
2763
- DA:155,0
2764
- DA:156,0
2765
- DA:157,0
2766
- DA:158,0
2773
+ DA:155,4
2774
+ DA:156,4
2775
+ DA:157,1
2776
+ DA:158,1
2767
2777
  DA:159,0
2768
2778
  DA:160,0
2769
2779
  DA:161,0
2770
- DA:162,1
2771
- DA:163,1
2772
- DA:164,4
2773
- DA:165,4
2774
- DA:166,4
2775
- DA:167,4
2776
- DA:168,4
2777
- DA:169,4
2778
- DA:170,4
2779
- DA:171,4
2780
- DA:172,4
2780
+ DA:162,0
2781
+ DA:163,0
2782
+ DA:164,0
2783
+ DA:165,0
2784
+ DA:166,0
2785
+ DA:167,0
2786
+ DA:168,0
2787
+ DA:169,0
2788
+ DA:170,0
2789
+ DA:171,1
2790
+ DA:172,1
2781
2791
  DA:173,4
2782
2792
  DA:174,4
2783
- DA:175,0
2784
- DA:176,0
2785
- DA:177,0
2793
+ DA:175,4
2794
+ DA:176,4
2795
+ DA:177,4
2786
2796
  DA:178,4
2787
- DA:179,0
2788
- DA:180,0
2789
- DA:181,0
2797
+ DA:179,4
2798
+ DA:180,4
2799
+ DA:181,4
2790
2800
  DA:182,4
2791
2801
  DA:183,4
2792
- DA:184,4
2793
- DA:185,4
2794
- DA:186,4
2802
+ DA:184,0
2803
+ DA:185,0
2804
+ DA:186,0
2795
2805
  DA:187,4
2796
- DA:188,4
2797
- DA:189,4
2806
+ DA:188,0
2807
+ DA:189,0
2798
2808
  DA:190,0
2799
- DA:191,0
2800
- DA:192,0
2809
+ DA:191,4
2810
+ DA:192,4
2801
2811
  DA:193,4
2802
- DA:194,0
2803
- DA:195,0
2804
- DA:196,0
2812
+ DA:194,4
2813
+ DA:195,4
2814
+ DA:196,4
2805
2815
  DA:197,4
2806
2816
  DA:198,4
2807
- DA:199,4
2808
- DA:200,4
2809
- DA:201,4
2817
+ DA:199,0
2818
+ DA:200,0
2819
+ DA:201,0
2810
2820
  DA:202,4
2811
- DA:203,4
2812
- DA:204,4
2821
+ DA:203,0
2822
+ DA:204,0
2813
2823
  DA:205,0
2814
- DA:206,0
2815
- DA:207,0
2816
- DA:208,0
2817
- DA:209,0
2818
- DA:210,0
2824
+ DA:206,4
2825
+ DA:207,4
2826
+ DA:208,4
2827
+ DA:209,4
2828
+ DA:210,4
2819
2829
  DA:211,4
2820
2830
  DA:212,4
2821
2831
  DA:213,4
2822
- DA:214,4
2823
- DA:215,4
2824
- DA:216,4
2825
- DA:217,4
2826
- DA:218,4
2827
- DA:219,4
2832
+ DA:214,0
2833
+ DA:215,0
2834
+ DA:216,0
2835
+ DA:217,0
2836
+ DA:218,0
2837
+ DA:219,0
2828
2838
  DA:220,4
2829
- DA:221,0
2830
- DA:222,0
2831
- DA:223,0
2839
+ DA:221,4
2840
+ DA:222,4
2841
+ DA:223,4
2832
2842
  DA:224,4
2833
- DA:225,0
2834
- DA:226,0
2835
- DA:227,0
2843
+ DA:225,4
2844
+ DA:226,4
2845
+ DA:227,4
2836
2846
  DA:228,4
2837
- DA:229,0
2847
+ DA:229,4
2838
2848
  DA:230,0
2839
2849
  DA:231,0
2840
- DA:232,4
2850
+ DA:232,0
2841
2851
  DA:233,4
2842
- DA:234,4
2843
- DA:235,4
2852
+ DA:234,0
2853
+ DA:235,0
2844
2854
  DA:236,0
2845
- DA:237,0
2855
+ DA:237,4
2846
2856
  DA:238,0
2847
2857
  DA:239,0
2848
- DA:240,4
2858
+ DA:240,0
2849
2859
  DA:241,4
2850
2860
  DA:242,4
2851
- DA:243,1
2852
- DA:244,1
2861
+ DA:243,4
2862
+ DA:244,4
2853
2863
  DA:245,0
2854
2864
  DA:246,0
2855
2865
  DA:247,0
2856
- DA:248,1
2857
- DA:249,1
2858
- DA:250,1
2859
- DA:251,1
2860
- DA:252,29
2861
- DA:253,2
2862
- DA:254,29
2863
- DA:255,17
2864
- DA:256,17
2865
- DA:257,17
2866
- DA:258,17
2867
- DA:259,6
2868
- DA:260,6
2869
- DA:261,6
2870
- DA:262,6
2871
- DA:263,17
2872
- DA:264,11
2873
- DA:265,11
2866
+ DA:248,0
2867
+ DA:249,4
2868
+ DA:250,4
2869
+ DA:251,4
2870
+ DA:252,1
2871
+ DA:253,1
2872
+ DA:254,0
2873
+ DA:255,0
2874
+ DA:256,0
2875
+ DA:257,1
2876
+ DA:258,1
2877
+ DA:259,1
2878
+ DA:260,1
2879
+ DA:261,29
2880
+ DA:262,2
2881
+ DA:263,29
2882
+ DA:264,17
2883
+ DA:265,17
2874
2884
  DA:266,17
2875
2885
  DA:267,17
2876
- DA:268,29
2877
- DA:269,1
2878
- DA:270,1
2879
- DA:271,1
2880
- DA:272,6
2881
- DA:273,16
2882
- DA:274,16
2883
- DA:275,16
2884
- DA:276,6
2885
- LF:276
2886
- LH:176
2886
+ DA:268,6
2887
+ DA:269,6
2888
+ DA:270,6
2889
+ DA:271,6
2890
+ DA:272,17
2891
+ DA:273,11
2892
+ DA:274,11
2893
+ DA:275,17
2894
+ DA:276,17
2895
+ DA:277,29
2896
+ DA:278,1
2897
+ DA:279,1
2898
+ DA:280,1
2899
+ DA:281,6
2900
+ DA:282,16
2901
+ DA:283,16
2902
+ DA:284,16
2903
+ DA:285,6
2904
+ LF:285
2905
+ LH:178
2887
2906
  BRDA:1,0,0,1
2888
- BRDA:19,1,0,4
2889
- BRDA:21,2,0,3
2890
- BRDA:35,3,0,1
2891
- BRDA:37,4,0,0
2892
- BRDA:42,5,0,0
2893
- BRDA:49,6,0,2
2894
- BRDA:51,7,0,1
2895
- BRDA:74,8,0,4
2896
- BRDA:75,9,0,4
2897
- BRDA:85,10,0,0
2898
- BRDA:89,11,0,0
2899
- BRDA:96,12,0,2
2900
- BRDA:100,13,0,0
2901
- BRDA:104,14,0,0
2902
- BRDA:109,15,0,2
2903
- BRDA:109,16,0,2
2904
- BRDA:110,17,0,0
2905
- BRDA:118,18,0,2
2906
- BRDA:123,19,0,2
2907
- BRDA:125,20,0,0
2908
- BRDA:130,21,0,0
2909
- BRDA:134,22,0,0
2910
- BRDA:141,23,0,0
2911
- BRDA:163,24,0,4
2912
- BRDA:164,25,0,4
2913
- BRDA:174,26,0,0
2914
- BRDA:178,27,0,0
2915
- BRDA:185,28,0,2
2916
- BRDA:189,29,0,0
2917
- BRDA:193,30,0,0
2918
- BRDA:202,31,0,2
2919
- BRDA:204,32,0,0
2920
- BRDA:214,33,0,0
2921
- BRDA:220,34,0,0
2922
- BRDA:224,35,0,0
2923
- BRDA:228,36,0,0
2924
- BRDA:235,37,0,0
2925
- BRDA:251,38,0,29
2926
- BRDA:252,39,0,2
2927
- BRDA:254,40,0,27
2928
- BRDA:254,41,0,17
2929
- BRDA:255,42,0,17
2930
- BRDA:256,43,0,0
2931
- BRDA:258,44,0,6
2932
- BRDA:258,45,0,6
2933
- BRDA:258,46,0,6
2934
- BRDA:258,47,0,6
2935
- BRDA:263,48,0,11
2936
- BRDA:271,49,0,6
2937
- BRDA:272,50,0,16
2938
- BRDA:274,51,0,15
2907
+ BRDA:21,1,0,4
2908
+ BRDA:23,2,0,3
2909
+ BRDA:37,3,0,1
2910
+ BRDA:39,4,0,0
2911
+ BRDA:44,5,0,0
2912
+ BRDA:51,6,0,2
2913
+ BRDA:53,7,0,1
2914
+ BRDA:83,8,0,4
2915
+ BRDA:84,9,0,4
2916
+ BRDA:94,10,0,0
2917
+ BRDA:98,11,0,0
2918
+ BRDA:105,12,0,2
2919
+ BRDA:109,13,0,0
2920
+ BRDA:113,14,0,0
2921
+ BRDA:118,15,0,2
2922
+ BRDA:118,16,0,2
2923
+ BRDA:119,17,0,0
2924
+ BRDA:127,18,0,2
2925
+ BRDA:132,19,0,2
2926
+ BRDA:134,20,0,0
2927
+ BRDA:139,21,0,0
2928
+ BRDA:143,22,0,0
2929
+ BRDA:150,23,0,0
2930
+ BRDA:172,24,0,4
2931
+ BRDA:173,25,0,4
2932
+ BRDA:183,26,0,0
2933
+ BRDA:187,27,0,0
2934
+ BRDA:194,28,0,2
2935
+ BRDA:198,29,0,0
2936
+ BRDA:202,30,0,0
2937
+ BRDA:211,31,0,2
2938
+ BRDA:213,32,0,0
2939
+ BRDA:223,33,0,0
2940
+ BRDA:229,34,0,0
2941
+ BRDA:233,35,0,0
2942
+ BRDA:237,36,0,0
2943
+ BRDA:244,37,0,0
2944
+ BRDA:260,38,0,29
2945
+ BRDA:261,39,0,2
2946
+ BRDA:263,40,0,27
2947
+ BRDA:263,41,0,17
2948
+ BRDA:264,42,0,17
2949
+ BRDA:265,43,0,0
2950
+ BRDA:267,44,0,6
2951
+ BRDA:267,45,0,6
2952
+ BRDA:267,46,0,6
2953
+ BRDA:267,47,0,6
2954
+ BRDA:272,48,0,11
2955
+ BRDA:280,49,0,6
2956
+ BRDA:281,50,0,16
2957
+ BRDA:283,51,0,15
2939
2958
  BRF:52
2940
2959
  BRH:30
2941
2960
  end_of_record
@@ -3444,7 +3463,7 @@ DA:148,2
3444
3463
  DA:149,2
3445
3464
  DA:150,2
3446
3465
  DA:151,2
3447
- DA:152,8
3466
+ DA:152,2
3448
3467
  DA:153,2
3449
3468
  DA:154,2
3450
3469
  DA:155,2
@@ -3534,18 +3553,17 @@ BRDA:130,38,0,2
3534
3553
  BRDA:131,39,0,0
3535
3554
  BRDA:139,40,0,0
3536
3555
  BRDA:150,41,0,0
3537
- BRDA:151,42,0,8
3538
- BRDA:152,43,0,0
3539
- BRDA:155,44,0,0
3540
- BRDA:165,45,0,1
3541
- BRDA:166,46,0,0
3542
- BRDA:171,47,0,0
3543
- BRDA:180,48,0,1
3544
- BRDA:184,49,0,1
3545
- BRDA:187,50,0,0
3546
- BRDA:195,51,0,1
3547
- BRF:52
3548
- BRH:36
3556
+ BRDA:152,42,0,0
3557
+ BRDA:155,43,0,0
3558
+ BRDA:165,44,0,1
3559
+ BRDA:166,45,0,0
3560
+ BRDA:171,46,0,0
3561
+ BRDA:180,47,0,1
3562
+ BRDA:184,48,0,1
3563
+ BRDA:187,49,0,0
3564
+ BRDA:195,50,0,1
3565
+ BRF:51
3566
+ BRH:35
3549
3567
  end_of_record
3550
3568
  TN:
3551
3569
  SF:core/api/hooks/index.js
@@ -6269,7 +6287,67 @@ DA:405,0
6269
6287
  DA:406,0
6270
6288
  DA:407,0
6271
6289
  DA:408,0
6272
- LF:408
6290
+ DA:409,0
6291
+ DA:410,0
6292
+ DA:411,0
6293
+ DA:412,0
6294
+ DA:413,0
6295
+ DA:414,0
6296
+ DA:415,0
6297
+ DA:416,0
6298
+ DA:417,0
6299
+ DA:418,0
6300
+ DA:419,0
6301
+ DA:420,0
6302
+ DA:421,0
6303
+ DA:422,0
6304
+ DA:423,0
6305
+ DA:424,0
6306
+ DA:425,0
6307
+ DA:426,0
6308
+ DA:427,0
6309
+ DA:428,0
6310
+ DA:429,0
6311
+ DA:430,0
6312
+ DA:431,0
6313
+ DA:432,0
6314
+ DA:433,0
6315
+ DA:434,0
6316
+ DA:435,0
6317
+ DA:436,0
6318
+ DA:437,0
6319
+ DA:438,0
6320
+ DA:439,0
6321
+ DA:440,0
6322
+ DA:441,0
6323
+ DA:442,0
6324
+ DA:443,0
6325
+ DA:444,0
6326
+ DA:445,0
6327
+ DA:446,0
6328
+ DA:447,0
6329
+ DA:448,0
6330
+ DA:449,0
6331
+ DA:450,0
6332
+ DA:451,0
6333
+ DA:452,0
6334
+ DA:453,0
6335
+ DA:454,0
6336
+ DA:455,0
6337
+ DA:456,0
6338
+ DA:457,0
6339
+ DA:458,0
6340
+ DA:459,0
6341
+ DA:460,0
6342
+ DA:461,0
6343
+ DA:462,0
6344
+ DA:463,0
6345
+ DA:464,0
6346
+ DA:465,0
6347
+ DA:466,0
6348
+ DA:467,0
6349
+ DA:468,0
6350
+ LF:468
6273
6351
  LH:0
6274
6352
  BRDA:1,0,0,0
6275
6353
  BRF:1