@icure/form 1.1.0 → 1.1.14

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 (339) hide show
  1. package/components/common/field-with-options.d.ts +9 -0
  2. package/components/common/field-with-options.js +50 -0
  3. package/components/common/field-with-options.js.map +1 -0
  4. package/components/common/field.d.ts +46 -0
  5. package/components/common/field.js +107 -0
  6. package/components/common/field.js.map +1 -0
  7. package/components/common/index.d.ts +1 -0
  8. package/components/{iqr-form-loader → common}/index.js +1 -3
  9. package/components/common/index.js.map +1 -0
  10. package/components/{iqr-text-field → common}/styles/paths.d.ts +3 -0
  11. package/components/{iqr-text-field → common}/styles/paths.js +28 -5
  12. package/components/common/styles/paths.js.map +1 -0
  13. package/components/common/utils.d.ts +8 -0
  14. package/components/common/utils.js +42 -0
  15. package/components/common/utils.js.map +1 -0
  16. package/components/icure-button-group/index.d.ts +12 -0
  17. package/components/icure-button-group/index.js +1140 -0
  18. package/components/icure-button-group/index.js.map +1 -0
  19. package/components/icure-date-picker/index.d.ts +16 -0
  20. package/components/icure-date-picker/index.js +1140 -0
  21. package/components/icure-date-picker/index.js.map +1 -0
  22. package/components/icure-dropdown-field/index.d.ts +16 -0
  23. package/components/icure-dropdown-field/index.js +1153 -0
  24. package/components/icure-dropdown-field/index.js.map +1 -0
  25. package/components/icure-form/fields/button-group/checkbox.d.ts +6 -0
  26. package/components/icure-form/fields/button-group/checkbox.js +61 -0
  27. package/components/icure-form/fields/button-group/checkbox.js.map +1 -0
  28. package/components/icure-form/fields/button-group/index.d.ts +2 -0
  29. package/components/icure-form/fields/button-group/index.js +19 -0
  30. package/components/icure-form/fields/button-group/index.js.map +1 -0
  31. package/components/icure-form/fields/button-group/radio-button.d.ts +6 -0
  32. package/components/icure-form/fields/button-group/radio-button.js +61 -0
  33. package/components/icure-form/fields/button-group/radio-button.js.map +1 -0
  34. package/components/icure-form/fields/date-picker/date-picker.d.ts +4 -0
  35. package/components/icure-form/fields/date-picker/date-picker.js +29 -0
  36. package/components/icure-form/fields/date-picker/date-picker.js.map +1 -0
  37. package/components/icure-form/fields/date-picker/date-time-picker.d.ts +4 -0
  38. package/components/icure-form/fields/date-picker/date-time-picker.js +29 -0
  39. package/components/icure-form/fields/date-picker/date-time-picker.js.map +1 -0
  40. package/components/icure-form/fields/date-picker/index.d.ts +3 -0
  41. package/components/icure-form/fields/date-picker/index.js +20 -0
  42. package/components/icure-form/fields/date-picker/index.js.map +1 -0
  43. package/components/icure-form/fields/date-picker/time-picker.d.ts +4 -0
  44. package/components/icure-form/fields/date-picker/time-picker.js +29 -0
  45. package/components/icure-form/fields/date-picker/time-picker.js.map +1 -0
  46. package/components/icure-form/fields/dropdown/dropdown-field.d.ts +11 -0
  47. package/components/icure-form/fields/dropdown/dropdown-field.js +65 -0
  48. package/components/icure-form/fields/dropdown/dropdown-field.js.map +1 -0
  49. package/components/icure-form/fields/dropdown/index.d.ts +1 -0
  50. package/components/icure-form/fields/dropdown/index.js +18 -0
  51. package/components/icure-form/fields/dropdown/index.js.map +1 -0
  52. package/components/icure-form/fields/index.d.ts +9 -0
  53. package/components/icure-form/fields/index.js +26 -0
  54. package/components/icure-form/fields/index.js.map +1 -0
  55. package/components/icure-form/fields/items-list-field/index.d.ts +1 -0
  56. package/components/icure-form/fields/items-list-field/index.js +18 -0
  57. package/components/icure-form/fields/items-list-field/index.js.map +1 -0
  58. package/components/icure-form/fields/items-list-field/items-list-field.d.ts +6 -0
  59. package/components/icure-form/fields/items-list-field/items-list-field.js +49 -0
  60. package/components/icure-form/fields/items-list-field/items-list-field.js.map +1 -0
  61. package/components/icure-form/fields/label/index.d.ts +1 -0
  62. package/components/icure-form/fields/label/index.js +18 -0
  63. package/components/icure-form/fields/label/index.js.map +1 -0
  64. package/components/{iqr-form/fields/multipleChoice.d.ts → icure-form/fields/label/label.d.ts} +5 -4
  65. package/components/{iqr-form/fields/multipleChoice.js → icure-form/fields/label/label.js} +18 -15
  66. package/components/icure-form/fields/label/label.js.map +1 -0
  67. package/components/icure-form/fields/measure-field/index.d.ts +1 -0
  68. package/components/icure-form/fields/measure-field/index.js +18 -0
  69. package/components/icure-form/fields/measure-field/index.js.map +1 -0
  70. package/components/icure-form/fields/measure-field/measure-field.d.ts +4 -0
  71. package/components/icure-form/fields/measure-field/measure-field.js +31 -0
  72. package/components/icure-form/fields/measure-field/measure-field.js.map +1 -0
  73. package/components/icure-form/fields/number-field/index.d.ts +1 -0
  74. package/components/icure-form/fields/number-field/index.js +18 -0
  75. package/components/icure-form/fields/number-field/index.js.map +1 -0
  76. package/components/icure-form/fields/number-field/number-field.d.ts +4 -0
  77. package/components/icure-form/fields/number-field/number-field.js +29 -0
  78. package/components/icure-form/fields/number-field/number-field.js.map +1 -0
  79. package/components/icure-form/fields/text-field/index.d.ts +1 -0
  80. package/components/icure-form/fields/text-field/index.js +18 -0
  81. package/components/icure-form/fields/text-field/index.js.map +1 -0
  82. package/components/icure-form/fields/text-field/text-field.d.ts +28 -0
  83. package/components/icure-form/fields/text-field/text-field.js +123 -0
  84. package/components/icure-form/fields/text-field/text-field.js.map +1 -0
  85. package/components/icure-form/fields/token-field/index.d.ts +1 -0
  86. package/components/icure-form/fields/token-field/index.js +18 -0
  87. package/components/icure-form/fields/token-field/index.js.map +1 -0
  88. package/components/icure-form/fields/token-field/token-field.d.ts +6 -0
  89. package/components/{iqr-form/fields/datePicker.js → icure-form/fields/token-field/token-field.js} +26 -34
  90. package/components/icure-form/fields/token-field/token-field.js.map +1 -0
  91. package/components/icure-form/fields/utils/index.d.ts +11 -0
  92. package/components/icure-form/fields/utils/index.js +48 -0
  93. package/components/icure-form/fields/utils/index.js.map +1 -0
  94. package/components/icure-form/index.d.ts +23 -0
  95. package/components/icure-form/index.js +1127 -0
  96. package/components/icure-form/index.js.map +1 -0
  97. package/components/icure-form/renderer/form/form-selection-button.d.ts +9 -0
  98. package/components/icure-form/renderer/form/form-selection-button.js +108 -0
  99. package/components/icure-form/renderer/form/form-selection-button.js.map +1 -0
  100. package/components/icure-form/renderer/form/form.d.ts +3 -0
  101. package/components/icure-form/renderer/form/form.js +399 -0
  102. package/components/icure-form/renderer/form/form.js.map +1 -0
  103. package/components/icure-form/renderer/index.d.ts +11 -0
  104. package/components/icure-form/renderer/index.js.map +1 -0
  105. package/components/icure-label/index.d.ts +8 -0
  106. package/components/icure-label/index.js +1072 -0
  107. package/components/icure-label/index.js.map +1 -0
  108. package/components/icure-text-field/index.d.ts +69 -0
  109. package/components/icure-text-field/index.js +1739 -0
  110. package/components/icure-text-field/index.js.map +1 -0
  111. package/components/icure-text-field/plugin/caret-fix-plugin.js.map +1 -0
  112. package/components/{iqr-text-field → icure-text-field}/plugin/has-content-class-plugin.d.ts +1 -1
  113. package/components/icure-text-field/plugin/has-content-class-plugin.js.map +1 -0
  114. package/components/icure-text-field/plugin/mask-plugin.js.map +1 -0
  115. package/components/icure-text-field/plugin/regexp-plugin.js.map +1 -0
  116. package/components/icure-text-field/prosemirror-commands.js.map +1 -0
  117. package/components/{iqr-text-field → icure-text-field}/prosemirror-utils.d.ts +1 -1
  118. package/components/icure-text-field/prosemirror-utils.js.map +1 -0
  119. package/components/icure-text-field/schema/common-marks.js.map +1 -0
  120. package/components/{iqr-text-field → icure-text-field}/schema/date-time-schema.d.ts +3 -3
  121. package/components/icure-text-field/schema/date-time-schema.js.map +1 -0
  122. package/components/{iqr-text-field → icure-text-field}/schema/decimal-schema.d.ts +1 -1
  123. package/components/icure-text-field/schema/decimal-schema.js.map +1 -0
  124. package/components/icure-text-field/schema/index.d.ts +6 -0
  125. package/components/{iqr-text-field → icure-text-field}/schema/index.js +6 -3
  126. package/components/icure-text-field/schema/index.js.map +1 -0
  127. package/components/icure-text-field/schema/items-list-schema.d.ts +3 -0
  128. package/components/icure-text-field/schema/items-list-schema.js +28 -0
  129. package/components/icure-text-field/schema/items-list-schema.js.map +1 -0
  130. package/components/icure-text-field/schema/items-list.d.ts +3 -0
  131. package/components/icure-text-field/schema/items-list.js +31 -0
  132. package/components/icure-text-field/schema/items-list.js.map +1 -0
  133. package/components/{iqr-text-field → icure-text-field}/schema/markdown-schema.d.ts +3 -3
  134. package/components/icure-text-field/schema/markdown-schema.js.map +1 -0
  135. package/components/icure-text-field/schema/measure-schema.d.ts +7 -0
  136. package/components/icure-text-field/schema/measure-schema.js +81 -0
  137. package/components/icure-text-field/schema/measure-schema.js.map +1 -0
  138. package/components/{iqr-text-field → icure-text-field}/schema/token-schema.d.ts +1 -1
  139. package/components/{iqr-text-field → icure-text-field}/schema/token-schema.js +3 -6
  140. package/components/icure-text-field/schema/token-schema.js.map +1 -0
  141. package/components/icure-text-field/schema/utils.js.map +1 -0
  142. package/components/icure-text-field/selection-companion.js.map +1 -0
  143. package/components/{iqr-text-field → icure-text-field}/suggestion-palette.d.ts +1 -6
  144. package/components/icure-text-field/suggestion-palette.js.map +1 -0
  145. package/components/index.d.ts +5 -2
  146. package/components/index.js +5 -2
  147. package/components/index.js.map +1 -1
  148. package/components/model/index.d.ts +782 -0
  149. package/components/model/index.js +632 -0
  150. package/components/model/index.js.map +1 -0
  151. package/components/themes/default/index.d.ts +1 -0
  152. package/components/themes/default/index.js +28 -0
  153. package/components/themes/default/index.js.map +1 -0
  154. package/components/themes/ehr-lite/index.d.ts +1 -0
  155. package/components/themes/ehr-lite/index.js +321 -0
  156. package/components/themes/ehr-lite/index.js.map +1 -0
  157. package/components/themes/kendo/index.d.ts +1 -0
  158. package/components/themes/kendo/index.js +285 -0
  159. package/components/themes/kendo/index.js.map +1 -0
  160. package/conversion/ckmeans-grouping.d.ts +4 -0
  161. package/conversion/ckmeans-grouping.js +53 -0
  162. package/conversion/ckmeans-grouping.js.map +1 -0
  163. package/conversion/ckmeans.d.ts +44 -0
  164. package/conversion/ckmeans.js +287 -0
  165. package/conversion/ckmeans.js.map +1 -0
  166. package/conversion/icure-convert.d.ts +3 -0
  167. package/conversion/icure-convert.js +165 -0
  168. package/conversion/icure-convert.js.map +1 -0
  169. package/generic/index.d.ts +1 -0
  170. package/generic/index.js +18 -0
  171. package/generic/index.js.map +1 -0
  172. package/generic/model.d.ts +39 -0
  173. package/{components/iqr-form-loader/models.js → generic/model.js} +1 -1
  174. package/generic/model.js.map +1 -0
  175. package/icure/form-values-container.d.ts +83 -0
  176. package/icure/form-values-container.js +445 -0
  177. package/icure/form-values-container.js.map +1 -0
  178. package/icure/index.d.ts +2 -0
  179. package/icure/index.js +19 -0
  180. package/icure/index.js.map +1 -0
  181. package/icure/model.d.ts +10 -0
  182. package/icure/model.js +3 -0
  183. package/icure/model.js.map +1 -0
  184. package/package.json +21 -16
  185. package/utils/code-utils.d.ts +18 -0
  186. package/utils/code-utils.js +36 -0
  187. package/utils/code-utils.js.map +1 -0
  188. package/utils/fields-values-provider.d.ts +18 -0
  189. package/utils/fields-values-provider.js +50 -0
  190. package/utils/fields-values-provider.js.map +1 -0
  191. package/utils/form-value-container.d.ts +3 -0
  192. package/utils/form-value-container.js +45 -0
  193. package/utils/form-value-container.js.map +1 -0
  194. package/utils/icure-utils.d.ts +8 -11
  195. package/utils/icure-utils.js +47 -48
  196. package/utils/icure-utils.js.map +1 -1
  197. package/utils/interpreter.d.ts +4 -0
  198. package/utils/interpreter.js +52 -0
  199. package/utils/interpreter.js.map +1 -0
  200. package/utils/languages.d.ts +3 -1
  201. package/utils/languages.js +4 -4
  202. package/utils/languages.js.map +1 -1
  203. package/utils/markdown.d.ts +8 -0
  204. package/utils/markdown.js +58 -0
  205. package/utils/markdown.js.map +1 -0
  206. package/utils/primitive.d.ts +7 -0
  207. package/utils/primitive.js +123 -0
  208. package/utils/primitive.js.map +1 -0
  209. package/components/iqr-form/fields/datePicker.d.ts +0 -10
  210. package/components/iqr-form/fields/datePicker.js.map +0 -1
  211. package/components/iqr-form/fields/dateTimePicker.d.ts +0 -10
  212. package/components/iqr-form/fields/dateTimePicker.js +0 -49
  213. package/components/iqr-form/fields/dateTimePicker.js.map +0 -1
  214. package/components/iqr-form/fields/measureField.d.ts +0 -8
  215. package/components/iqr-form/fields/measureField.js +0 -44
  216. package/components/iqr-form/fields/measureField.js.map +0 -1
  217. package/components/iqr-form/fields/multipleChoice.js.map +0 -1
  218. package/components/iqr-form/fields/numberField.d.ts +0 -8
  219. package/components/iqr-form/fields/numberField.js +0 -44
  220. package/components/iqr-form/fields/numberField.js.map +0 -1
  221. package/components/iqr-form/fields/textfield.d.ts +0 -1
  222. package/components/iqr-form/fields/textfield.js +0 -143
  223. package/components/iqr-form/fields/textfield.js.map +0 -1
  224. package/components/iqr-form/fields/timePicker.d.ts +0 -10
  225. package/components/iqr-form/fields/timePicker.js +0 -49
  226. package/components/iqr-form/fields/timePicker.js.map +0 -1
  227. package/components/iqr-form/index.d.ts +0 -7
  228. package/components/iqr-form/index.js +0 -147
  229. package/components/iqr-form/index.js.map +0 -1
  230. package/components/iqr-form/legacy/Content.d.ts +0 -28
  231. package/components/iqr-form/legacy/Content.js +0 -30
  232. package/components/iqr-form/legacy/Content.js.map +0 -1
  233. package/components/iqr-form/legacy/Data.d.ts +0 -14
  234. package/components/iqr-form/legacy/Data.js +0 -21
  235. package/components/iqr-form/legacy/Data.js.map +0 -1
  236. package/components/iqr-form/legacy/Editor.d.ts +0 -34
  237. package/components/iqr-form/legacy/Editor.js +0 -19
  238. package/components/iqr-form/legacy/Editor.js.map +0 -1
  239. package/components/iqr-form/legacy/FormColumn.d.ts +0 -18
  240. package/components/iqr-form/legacy/FormColumn.js +0 -10
  241. package/components/iqr-form/legacy/FormColumn.js.map +0 -1
  242. package/components/iqr-form/legacy/FormDataOption.d.ts +0 -16
  243. package/components/iqr-form/legacy/FormDataOption.js +0 -21
  244. package/components/iqr-form/legacy/FormDataOption.js.map +0 -1
  245. package/components/iqr-form/legacy/FormLayout.d.ts +0 -25
  246. package/components/iqr-form/legacy/FormLayout.js +0 -10
  247. package/components/iqr-form/legacy/FormLayout.js.map +0 -1
  248. package/components/iqr-form/legacy/FormLayoutData.d.ts +0 -42
  249. package/components/iqr-form/legacy/FormLayoutData.js +0 -10
  250. package/components/iqr-form/legacy/FormLayoutData.js.map +0 -1
  251. package/components/iqr-form/legacy/FormPlanning.d.ts +0 -22
  252. package/components/iqr-form/legacy/FormPlanning.js +0 -21
  253. package/components/iqr-form/legacy/FormPlanning.js.map +0 -1
  254. package/components/iqr-form/legacy/FormSection.d.ts +0 -19
  255. package/components/iqr-form/legacy/FormSection.js +0 -10
  256. package/components/iqr-form/legacy/FormSection.js.map +0 -1
  257. package/components/iqr-form/legacy/Formula.d.ts +0 -27
  258. package/components/iqr-form/legacy/Formula.js +0 -32
  259. package/components/iqr-form/legacy/Formula.js.map +0 -1
  260. package/components/iqr-form/legacy/GuiCode.d.ts +0 -16
  261. package/components/iqr-form/legacy/GuiCode.js +0 -21
  262. package/components/iqr-form/legacy/GuiCode.js.map +0 -1
  263. package/components/iqr-form/legacy/GuiCodeType.d.ts +0 -15
  264. package/components/iqr-form/legacy/GuiCodeType.js +0 -21
  265. package/components/iqr-form/legacy/GuiCodeType.js.map +0 -1
  266. package/components/iqr-form/legacy/Suggest.d.ts +0 -19
  267. package/components/iqr-form/legacy/Suggest.js +0 -21
  268. package/components/iqr-form/legacy/Suggest.js.map +0 -1
  269. package/components/iqr-form/legacy/Tag.d.ts +0 -16
  270. package/components/iqr-form/legacy/Tag.js +0 -21
  271. package/components/iqr-form/legacy/Tag.js.map +0 -1
  272. package/components/iqr-form/model/index.d.ts +0 -96
  273. package/components/iqr-form/model/index.js +0 -120
  274. package/components/iqr-form/model/index.js.map +0 -1
  275. package/components/iqr-form/renderer/cards.d.ts +0 -2
  276. package/components/iqr-form/renderer/cards.js +0 -55
  277. package/components/iqr-form/renderer/cards.js.map +0 -1
  278. package/components/iqr-form/renderer/form.d.ts +0 -2
  279. package/components/iqr-form/renderer/form.js +0 -93
  280. package/components/iqr-form/renderer/form.js.map +0 -1
  281. package/components/iqr-form/renderer/index.d.ts +0 -6
  282. package/components/iqr-form/renderer/index.js.map +0 -1
  283. package/components/iqr-form/utils.d.ts +0 -5
  284. package/components/iqr-form/utils.js +0 -91
  285. package/components/iqr-form/utils.js.map +0 -1
  286. package/components/iqr-form-loader/fieldsValuesProviders.d.ts +0 -13
  287. package/components/iqr-form-loader/fieldsValuesProviders.js +0 -49
  288. package/components/iqr-form-loader/fieldsValuesProviders.js.map +0 -1
  289. package/components/iqr-form-loader/formValuesContainer.d.ts +0 -33
  290. package/components/iqr-form-loader/formValuesContainer.js +0 -111
  291. package/components/iqr-form-loader/formValuesContainer.js.map +0 -1
  292. package/components/iqr-form-loader/index.d.ts +0 -3
  293. package/components/iqr-form-loader/index.js.map +0 -1
  294. package/components/iqr-form-loader/models.d.ts +0 -14
  295. package/components/iqr-form-loader/models.js.map +0 -1
  296. package/components/iqr-text-field/index.d.ts +0 -26
  297. package/components/iqr-text-field/index.js +0 -1242
  298. package/components/iqr-text-field/index.js.map +0 -1
  299. package/components/iqr-text-field/plugin/caret-fix-plugin.js.map +0 -1
  300. package/components/iqr-text-field/plugin/has-content-class-plugin.js.map +0 -1
  301. package/components/iqr-text-field/plugin/mask-plugin.js.map +0 -1
  302. package/components/iqr-text-field/plugin/regexp-plugin.js.map +0 -1
  303. package/components/iqr-text-field/prosemirror-commands.js.map +0 -1
  304. package/components/iqr-text-field/prosemirror-utils.js.map +0 -1
  305. package/components/iqr-text-field/schema/common-marks.js.map +0 -1
  306. package/components/iqr-text-field/schema/date-time-schema.js.map +0 -1
  307. package/components/iqr-text-field/schema/decimal-schema.js.map +0 -1
  308. package/components/iqr-text-field/schema/index.d.ts +0 -11
  309. package/components/iqr-text-field/schema/index.js.map +0 -1
  310. package/components/iqr-text-field/schema/markdown-schema.js.map +0 -1
  311. package/components/iqr-text-field/schema/measure-schema.d.ts +0 -3
  312. package/components/iqr-text-field/schema/measure-schema.js +0 -36
  313. package/components/iqr-text-field/schema/measure-schema.js.map +0 -1
  314. package/components/iqr-text-field/schema/token-schema.js.map +0 -1
  315. package/components/iqr-text-field/schema/utils.js.map +0 -1
  316. package/components/iqr-text-field/selection-companion.js.map +0 -1
  317. package/components/iqr-text-field/styles/paths.js.map +0 -1
  318. package/components/iqr-text-field/suggestion-palette.js.map +0 -1
  319. /package/components/{iqr-form → icure-form}/renderer/index.js +0 -0
  320. /package/components/{iqr-text-field → icure-text-field}/plugin/caret-fix-plugin.d.ts +0 -0
  321. /package/components/{iqr-text-field → icure-text-field}/plugin/caret-fix-plugin.js +0 -0
  322. /package/components/{iqr-text-field → icure-text-field}/plugin/has-content-class-plugin.js +0 -0
  323. /package/components/{iqr-text-field → icure-text-field}/plugin/mask-plugin.d.ts +0 -0
  324. /package/components/{iqr-text-field → icure-text-field}/plugin/mask-plugin.js +0 -0
  325. /package/components/{iqr-text-field → icure-text-field}/plugin/regexp-plugin.d.ts +0 -0
  326. /package/components/{iqr-text-field → icure-text-field}/plugin/regexp-plugin.js +0 -0
  327. /package/components/{iqr-text-field → icure-text-field}/prosemirror-commands.d.ts +0 -0
  328. /package/components/{iqr-text-field → icure-text-field}/prosemirror-commands.js +0 -0
  329. /package/components/{iqr-text-field → icure-text-field}/prosemirror-utils.js +0 -0
  330. /package/components/{iqr-text-field → icure-text-field}/schema/common-marks.d.ts +0 -0
  331. /package/components/{iqr-text-field → icure-text-field}/schema/common-marks.js +0 -0
  332. /package/components/{iqr-text-field → icure-text-field}/schema/date-time-schema.js +0 -0
  333. /package/components/{iqr-text-field → icure-text-field}/schema/decimal-schema.js +0 -0
  334. /package/components/{iqr-text-field → icure-text-field}/schema/markdown-schema.js +0 -0
  335. /package/components/{iqr-text-field → icure-text-field}/schema/utils.d.ts +0 -0
  336. /package/components/{iqr-text-field → icure-text-field}/schema/utils.js +0 -0
  337. /package/components/{iqr-text-field → icure-text-field}/selection-companion.d.ts +0 -0
  338. /package/components/{iqr-text-field → icure-text-field}/selection-companion.js +0 -0
  339. /package/components/{iqr-text-field → icure-text-field}/suggestion-palette.js +0 -0
@@ -0,0 +1,83 @@
1
+ import { Contact, Form as ICureForm, Service } from '@icure/api';
2
+ import { FormValuesContainer, FormValuesContainerMutation, ID, Version, VersionedData } from '../generic';
3
+ import { ServiceMetadata } from '../icure';
4
+ import { FieldMetadata, FieldValue } from '../components/model';
5
+ export declare class BridgedFormValuesContainer implements FormValuesContainer<FieldValue, FieldMetadata> {
6
+ private responsible;
7
+ private interpreter?;
8
+ private dependentValuesProvider;
9
+ private language;
10
+ private changeListeners;
11
+ private contact;
12
+ private contactFormValuesContainer;
13
+ private _children;
14
+ get children(): BridgedFormValuesContainer[];
15
+ /**
16
+ * Creates an instance of BridgedFormValuesContainer.
17
+ * @param responsible
18
+ * @param contact The displayed contact (may be in the past). === to currentContact if the contact is the contact of the day
19
+ * @param contactFormValuesContainer
20
+ * @param interpreter
21
+ * @param dependentValuesProvider
22
+ * @param language
23
+ * @param changeListeners
24
+ */
25
+ constructor(responsible: string, contactFormValuesContainer: ContactFormValuesContainer, interpreter?: (<T, S extends {
26
+ [key: string]: unknown;
27
+ [key: symbol]: unknown;
28
+ }>(formula: string, sandbox: S) => T | undefined) | undefined, contact?: Contact, dependentValuesProvider?: (anchorId: string | undefined, templateId: string) => {
29
+ metadata: FieldMetadata;
30
+ formula: string;
31
+ }[], language?: string, changeListeners?: ((newValue: BridgedFormValuesContainer) => void)[]);
32
+ getLabel(): string;
33
+ getFormId(): string | undefined;
34
+ getContactFormValuesContainer(): ContactFormValuesContainer;
35
+ registerChangeListener(listener: (newValue: BridgedFormValuesContainer) => void): void;
36
+ unregisterChangeListener(listener: (newValue: BridgedFormValuesContainer) => void): void;
37
+ getValues(revisionsFilter: (id: string, history: Version<FieldMetadata>[]) => (string | null)[]): VersionedData<FieldValue>;
38
+ getMetadata(id: string, revisions: (string | null)[]): VersionedData<FieldMetadata>;
39
+ private mutateAndNotify;
40
+ private computeDependentValues;
41
+ setValue(label: string, language: string, fv?: FieldValue, id?: string, metadata?: FieldMetadata): FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, ID>;
42
+ setMetadata(label: string, meta: FieldMetadata, id?: string | undefined): FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, ID>;
43
+ delete(serviceId: string): FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, void>;
44
+ private getVersionedValuesForKey;
45
+ compute<T, S extends {
46
+ [key: string | symbol]: unknown;
47
+ }>(formula: string, sandbox?: S): T | undefined;
48
+ getChildren(): FormValuesContainer<FieldValue, FieldMetadata>[];
49
+ addChild(anchorId: string, templateId: string, label: string): Promise<FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, BridgedFormValuesContainer>>;
50
+ removeChild(container: BridgedFormValuesContainer): Promise<FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, void>>;
51
+ }
52
+ export declare class ContactFormValuesContainer implements FormValuesContainer<Service, ServiceMetadata> {
53
+ rootForm: ICureForm;
54
+ currentContact: Contact;
55
+ contactsHistory: Contact[];
56
+ children: ContactFormValuesContainer[];
57
+ serviceFactory: (label: string, serviceId?: string) => Service;
58
+ formFactory: (anchorId: string, formTemplateId: string, label: string) => Promise<ICureForm>;
59
+ changeListeners: ((newValue: ContactFormValuesContainer) => void)[];
60
+ constructor(rootForm: ICureForm, currentContact: Contact, contactsHistory: Contact[], serviceFactory: (label: string, serviceId?: string) => Service, children: ContactFormValuesContainer[], formFactory: (anchorId: string, formTemplateId: string, label: string) => Promise<ICureForm>, changeListeners?: ((newValue: ContactFormValuesContainer) => void)[]);
61
+ registerChildFormValuesContainer(childFVC: ContactFormValuesContainer): void;
62
+ static fromFormsHierarchy(rootForm: ICureForm, currentContact: Contact, contactsHistory: Contact[], serviceFactory: (label: string, serviceId?: string) => Service, formChildrenProvider: (parentId: string) => Promise<ICureForm[]>, formFactory: (anchorId: string, formTemplateId: string, label: string) => Promise<ICureForm>, changeListeners?: ((newValue: ContactFormValuesContainer) => void)[]): Promise<ContactFormValuesContainer>;
63
+ getLabel(): string;
64
+ getFormId(): string | undefined;
65
+ registerChangeListener(listener: (newValue: ContactFormValuesContainer) => void): void;
66
+ unregisterChangeListener(listener: (newValue: ContactFormValuesContainer) => void): void;
67
+ getChildren(): ContactFormValuesContainer[];
68
+ getValues(revisionsFilter: (id: string, history: Version<ServiceMetadata>[]) => (string | null)[]): VersionedData<Service>;
69
+ getMetadata(id: string, revisions: (string | null)[]): VersionedData<ServiceMetadata>;
70
+ setMetadata(label: string, meta: ServiceMetadata, id?: string): FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, ID>;
71
+ setValue(label: string, language: string, value?: Service, id?: string, metadata?: ServiceMetadata): FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, ID>;
72
+ delete(serviceId: string): FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, void>;
73
+ compute<T>(): T | undefined;
74
+ /** returns all services in history that match a selector
75
+ *
76
+ * @private
77
+ * @param revisionsFilter
78
+ */
79
+ private getServicesInHistory;
80
+ addChild(anchorId: string, templateId: string, label: string): Promise<FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, ContactFormValuesContainer>>;
81
+ private getServiceInCurrentContact;
82
+ removeChild(container: ContactFormValuesContainer): Promise<FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, void>>;
83
+ }
@@ -0,0 +1,445 @@
1
+ "use strict";
2
+ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
3
+ function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
4
+ return new (P || (P = Promise))(function (resolve, reject) {
5
+ function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
6
+ function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
7
+ function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
8
+ step((generator = generator.apply(thisArg, _arguments || [])).next());
9
+ });
10
+ };
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.ContactFormValuesContainer = exports.BridgedFormValuesContainer = void 0;
13
+ const api_1 = require("@icure/api");
14
+ const no_lodash_1 = require("../utils/no-lodash");
15
+ const icure_utils_1 = require("../utils/icure-utils");
16
+ const code_utils_1 = require("../utils/code-utils");
17
+ const primitive_1 = require("../utils/primitive");
18
+ class BridgedFormValuesContainer {
19
+ get children() {
20
+ var _a;
21
+ return ((_a = this._children) !== null && _a !== void 0 ? _a : (this._children = this.contactFormValuesContainer
22
+ .getChildren()
23
+ .map((fvc) => new BridgedFormValuesContainer(this.responsible, fvc, this.interpreter, this.contact, this.dependentValuesProvider, this.language, this.changeListeners))));
24
+ }
25
+ /**
26
+ * Creates an instance of BridgedFormValuesContainer.
27
+ * @param responsible
28
+ * @param contact The displayed contact (may be in the past). === to currentContact if the contact is the contact of the day
29
+ * @param contactFormValuesContainer
30
+ * @param interpreter
31
+ * @param dependentValuesProvider
32
+ * @param language
33
+ * @param changeListeners
34
+ */
35
+ constructor(responsible, contactFormValuesContainer, interpreter, contact, dependentValuesProvider = () => [], language = 'en', changeListeners = []) {
36
+ this.responsible = responsible;
37
+ this.interpreter = interpreter;
38
+ this.dependentValuesProvider = dependentValuesProvider;
39
+ this.language = language;
40
+ this.changeListeners = changeListeners;
41
+ //Before start to broadcast changes, we need to fill in the contactFormValuesContainer with the dependent values
42
+ this.contactFormValuesContainer = contactFormValuesContainer;
43
+ this.contact = contact !== null && contact !== void 0 ? contact : contactFormValuesContainer.currentContact;
44
+ this.computeDependentValues();
45
+ }
46
+ getLabel() {
47
+ return this.contactFormValuesContainer.getLabel();
48
+ }
49
+ getFormId() {
50
+ return this.contactFormValuesContainer.getFormId();
51
+ }
52
+ getContactFormValuesContainer() {
53
+ return this.contactFormValuesContainer;
54
+ }
55
+ registerChangeListener(listener) {
56
+ this.changeListeners.push(listener);
57
+ }
58
+ unregisterChangeListener(listener) {
59
+ this.changeListeners = this.changeListeners.filter((l) => l !== listener);
60
+ }
61
+ getValues(revisionsFilter) {
62
+ return Object.entries(this.contactFormValuesContainer.getValues((id, history) => {
63
+ return revisionsFilter(id, history
64
+ .filter(({ modified }) => !this.contact.created || !modified || modified <= this.contact.created)
65
+ .map(({ revision, modified, value: sm }) => {
66
+ var _a;
67
+ return ({
68
+ revision,
69
+ modified,
70
+ value: {
71
+ label: sm.label,
72
+ owner: sm.owner,
73
+ tags: (_a = sm.tags) === null || _a === void 0 ? void 0 : _a.map(code_utils_1.codeStubToCode),
74
+ valueDate: sm.valueDate,
75
+ },
76
+ });
77
+ }));
78
+ })).reduce((acc, [id, history]) => {
79
+ return Object.assign(Object.assign({}, acc), { [id]: history.map(({ revision, modified, value: s }) => {
80
+ var _a, _b;
81
+ return ({
82
+ revision,
83
+ modified,
84
+ value: {
85
+ content: Object.entries((_a = s.content) !== null && _a !== void 0 ? _a : {}).reduce((acc, [lng, cnt]) => {
86
+ const converted = (0, primitive_1.contentToPrimitiveType)(lng, cnt);
87
+ return converted ? Object.assign(Object.assign({}, acc), { [lng]: converted }) : acc;
88
+ }, {}),
89
+ codes: (_b = s.codes) === null || _b === void 0 ? void 0 : _b.map(code_utils_1.codeStubToCode),
90
+ },
91
+ });
92
+ }) });
93
+ }, {});
94
+ }
95
+ getMetadata(id, revisions) {
96
+ return Object.entries(this.contactFormValuesContainer.getMetadata(id, revisions)).reduce((acc, [id, history]) => (Object.assign(Object.assign({}, acc), { [id]: history.map(({ revision, modified, value: s }) => ({
97
+ revision,
98
+ modified,
99
+ value: {
100
+ label: s.label,
101
+ owner: s.owner,
102
+ valueDate: s.valueDate,
103
+ tags: s.tags,
104
+ },
105
+ })) })), {});
106
+ }
107
+ mutateAndNotify(newContactFormValuesContainer) {
108
+ const newBridgedFormValueContainer = new BridgedFormValuesContainer(this.responsible, newContactFormValuesContainer, this.interpreter, this.contact === this.contactFormValuesContainer.currentContact ? newContactFormValuesContainer.currentContact : this.contact, this.dependentValuesProvider, this.language, this.changeListeners);
109
+ this.changeListeners.forEach((l) => l(newBridgedFormValueContainer));
110
+ return newBridgedFormValueContainer;
111
+ }
112
+ //This method mutates the BridgedFormValuesContainer but can only be called from the constructor
113
+ computeDependentValues() {
114
+ if (this.contactFormValuesContainer.rootForm.formTemplateId) {
115
+ this.dependentValuesProvider(this.contactFormValuesContainer.rootForm.descr, this.contactFormValuesContainer.rootForm.formTemplateId).forEach(({ metadata, formula }) => {
116
+ var _a;
117
+ try {
118
+ const currentValue = this.getVersionedValuesForKey(metadata.label);
119
+ const newValue = this.compute(formula);
120
+ if (newValue !== undefined || currentValue != undefined) {
121
+ const lng = (_a = this.language) !== null && _a !== void 0 ? _a : 'en';
122
+ if (newValue && !newValue.content[lng] && newValue.content['*']) {
123
+ newValue.content[lng] = newValue.content['*'];
124
+ }
125
+ if (newValue) {
126
+ delete newValue.content['*'];
127
+ }
128
+ const currentContact = this.contactFormValuesContainer.currentContact;
129
+ this.contactFormValuesContainer = setValueOnContactFormValuesContainer(this.contactFormValuesContainer, metadata.label, lng, newValue, Object.keys(currentValue !== null && currentValue !== void 0 ? currentValue : {})[0], metadata).formValuesContainer;
130
+ if (this.contact === currentContact) {
131
+ this.contact = this.contactFormValuesContainer.currentContact;
132
+ }
133
+ }
134
+ }
135
+ catch (e) {
136
+ console.log(`Error while computing formula : ${formula}`, e);
137
+ }
138
+ });
139
+ }
140
+ }
141
+ setValue(label, language, fv, id, metadata) {
142
+ const mutation = setValueOnContactFormValuesContainer(this.contactFormValuesContainer, label, language, fv, id, metadata);
143
+ return { result: mutation.result, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) };
144
+ }
145
+ setMetadata(label, meta, id) {
146
+ const mutation = this.contactFormValuesContainer.setMetadata(label, {
147
+ label: meta.label,
148
+ responsible: this.responsible,
149
+ owner: meta.owner,
150
+ valueDate: meta.valueDate,
151
+ tags: meta.tags,
152
+ }, id);
153
+ return { result: mutation.result, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) };
154
+ }
155
+ delete(serviceId) {
156
+ const mutation = this.contactFormValuesContainer.delete(serviceId);
157
+ return { result: undefined, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) };
158
+ }
159
+ getVersionedValuesForKey(key) {
160
+ return this.getValues((id, history) => { var _a, _b, _c; return (((_b = (_a = history === null || history === void 0 ? void 0 : history[0]) === null || _a === void 0 ? void 0 : _a.value) === null || _b === void 0 ? void 0 : _b.label) && key === history[0].value.label ? [(_c = history === null || history === void 0 ? void 0 : history[0]) === null || _c === void 0 ? void 0 : _c.revision] : []); });
161
+ }
162
+ compute(formula, sandbox) {
163
+ var _a;
164
+ // noinspection JSUnusedGlobalSymbols
165
+ const native = {
166
+ parseInt: parseInt,
167
+ parseFloat: parseFloat,
168
+ Date: Date,
169
+ Math: Math,
170
+ Number: Number,
171
+ String: String,
172
+ Boolean: Boolean,
173
+ Array: Array,
174
+ Object: Object,
175
+ parseContent: (content) => {
176
+ var _a, _b;
177
+ if (!content) {
178
+ return undefined;
179
+ }
180
+ const primitive = (_b = (_a = content[this.language]) !== null && _a !== void 0 ? _a : content['*']) !== null && _b !== void 0 ? _b : content[Object.keys(content)[0]];
181
+ return primitive && (0, primitive_1.parsePrimitive)(primitive);
182
+ },
183
+ };
184
+ const proxy = new Proxy({}, {
185
+ has: (target, key) => { var _a; return !!native[key] || key === 'self' || Object.keys((_a = this.getVersionedValuesForKey(key)) !== null && _a !== void 0 ? _a : {}).length > 0; },
186
+ get: (target, key) => {
187
+ if (key === 'undefined') {
188
+ return undefined;
189
+ }
190
+ const nativeValue = native[key];
191
+ if (!!nativeValue) {
192
+ return nativeValue;
193
+ }
194
+ return key === 'self' ? proxy : Object.values(this.getVersionedValuesForKey(key)).map((v) => { var _a; return (_a = v[0]) === null || _a === void 0 ? void 0 : _a.value; });
195
+ },
196
+ });
197
+ return (_a = this.interpreter) === null || _a === void 0 ? void 0 : _a.call(this, formula, sandbox !== null && sandbox !== void 0 ? sandbox : proxy);
198
+ }
199
+ getChildren() {
200
+ return this.contactFormValuesContainer.getChildren().map((fvc) => new BridgedFormValuesContainer(this.responsible, fvc, this.interpreter, this.contact));
201
+ }
202
+ addChild(anchorId, templateId, label) {
203
+ return __awaiter(this, void 0, void 0, function* () {
204
+ const mutation = yield this.contactFormValuesContainer.addChild(anchorId, templateId, label);
205
+ const newBridgedFormValueContainer = this.mutateAndNotify(mutation.formValuesContainer);
206
+ const newChild = newBridgedFormValueContainer.children.find((c) => c.contactFormValuesContainer === mutation.result);
207
+ if (!newChild) {
208
+ throw new Error('Illegal state, the new child must be found');
209
+ }
210
+ return { result: newChild, formValuesContainer: newBridgedFormValueContainer };
211
+ });
212
+ }
213
+ removeChild(container) {
214
+ return __awaiter(this, void 0, void 0, function* () {
215
+ const mutation = yield this.contactFormValuesContainer.removeChild(container.contactFormValuesContainer);
216
+ return { result: undefined, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) };
217
+ });
218
+ }
219
+ }
220
+ exports.BridgedFormValuesContainer = BridgedFormValuesContainer;
221
+ class ContactFormValuesContainer {
222
+ constructor(rootForm, currentContact, contactsHistory, serviceFactory, children, formFactory, changeListeners = []) {
223
+ if (contactsHistory.includes(currentContact)) {
224
+ throw new Error('Illegal argument, the history must not contain the currentContact');
225
+ }
226
+ this.rootForm = rootForm;
227
+ this.currentContact = currentContact;
228
+ this.contactsHistory = (0, no_lodash_1.sortedBy)(contactsHistory, 'created', 'desc');
229
+ this.children = children;
230
+ this.serviceFactory = serviceFactory;
231
+ this.formFactory = formFactory;
232
+ this.changeListeners = changeListeners;
233
+ }
234
+ registerChildFormValuesContainer(childFVC) {
235
+ childFVC.registerChangeListener((newValue) => {
236
+ const newContactFormValuesContainer = new ContactFormValuesContainer(this.rootForm, this.currentContact, this.contactsHistory, this.serviceFactory, this.children.map((c) => (c === childFVC ? newValue : c)), this.formFactory, this.changeListeners);
237
+ this.changeListeners.forEach((l) => l(newContactFormValuesContainer));
238
+ });
239
+ }
240
+ static fromFormsHierarchy(rootForm, currentContact, contactsHistory, serviceFactory, formChildrenProvider, formFactory, changeListeners = []) {
241
+ return __awaiter(this, void 0, void 0, function* () {
242
+ const contactFormValuesContainer = new ContactFormValuesContainer(rootForm, currentContact, contactsHistory, serviceFactory, rootForm.id
243
+ ? yield Promise.all((yield formChildrenProvider(rootForm.id)).map((f) => __awaiter(this, void 0, void 0, function* () {
244
+ // eslint-disable-next-line max-len
245
+ return yield ContactFormValuesContainer.fromFormsHierarchy(f, currentContact, contactsHistory, serviceFactory, formChildrenProvider, formFactory); })))
246
+ : [], formFactory, changeListeners);
247
+ contactFormValuesContainer.children.forEach((childFVC) => contactFormValuesContainer.registerChildFormValuesContainer(childFVC));
248
+ return contactFormValuesContainer;
249
+ });
250
+ }
251
+ getLabel() {
252
+ var _a;
253
+ return (_a = this.rootForm.descr) !== null && _a !== void 0 ? _a : '';
254
+ }
255
+ getFormId() {
256
+ var _a;
257
+ return (_a = this.rootForm) === null || _a === void 0 ? void 0 : _a.formTemplateId;
258
+ }
259
+ registerChangeListener(listener) {
260
+ this.changeListeners.push(listener);
261
+ }
262
+ unregisterChangeListener(listener) {
263
+ this.changeListeners = this.changeListeners.filter((l) => l !== listener);
264
+ }
265
+ getChildren() {
266
+ return this.children;
267
+ }
268
+ getValues(revisionsFilter) {
269
+ return Object.entries(this.getServicesInHistory(revisionsFilter)).reduce((acc, [id, history]) => history.length
270
+ ? Object.assign(Object.assign({}, acc), { [id]: [...history].sort((a, b) => ((b === null || b === void 0 ? void 0 : b.modified) || +new Date()) - ((a === null || a === void 0 ? void 0 : a.modified) || +new Date())) }) : acc, {});
271
+ }
272
+ getMetadata(id, revisions) {
273
+ return [this.currentContact]
274
+ .concat(this.contactsHistory)
275
+ .filter((ctc) => ctc.rev !== undefined && revisions.includes(ctc.rev))
276
+ .reduce((acc, ctc) => {
277
+ var _a, _b;
278
+ return (_b = ((_a = ctc.services) !== null && _a !== void 0 ? _a : [])
279
+ .filter((s) => s.id === id)
280
+ .reduce((acc, s) => {
281
+ var _a, _b, _c;
282
+ return s.id
283
+ ? Object.assign(Object.assign({}, acc), { [s.id]: ((_a = acc[s.id]) !== null && _a !== void 0 ? _a : (acc[s.id] = [])).concat({
284
+ revision: (_b = ctc.rev) !== null && _b !== void 0 ? _b : null,
285
+ modified: s.modified,
286
+ value: {
287
+ label: (_c = s.label) !== null && _c !== void 0 ? _c : s.id,
288
+ owner: s.author,
289
+ responsible: s.responsible,
290
+ valueDate: s.valueDate,
291
+ tags: s.tags,
292
+ },
293
+ }) }) : acc;
294
+ }, acc)) !== null && _b !== void 0 ? _b : acc;
295
+ }, {}); //index services in history by id
296
+ }
297
+ setMetadata(label, meta, id) {
298
+ var _a;
299
+ const service = (id && this.getServiceInCurrentContact(id)) || this.serviceFactory(label, id);
300
+ if (!service.id) {
301
+ throw new Error('Service id must be defined');
302
+ }
303
+ if ((meta.responsible && service.responsible !== meta.responsible) ||
304
+ (meta.owner && service.author !== meta.owner) ||
305
+ (meta.valueDate && service.valueDate !== meta.valueDate) ||
306
+ (meta.codes && service.codes !== meta.codes) ||
307
+ (meta.tags && service.tags !== meta.tags)) {
308
+ const newService = new api_1.Service(Object.assign(Object.assign({}, service), { modified: Date.now() }));
309
+ meta.responsible && (newService.responsible = meta.responsible);
310
+ meta.owner && (newService.author = meta.owner);
311
+ meta.valueDate && (newService.valueDate = meta.valueDate);
312
+ meta.codes && (newService.codes = meta.codes);
313
+ meta.tags && (newService.tags = meta.tags);
314
+ const newFormValuesContainer = new ContactFormValuesContainer(this.rootForm, Object.assign(Object.assign({}, this.currentContact), { services: (_a = this.currentContact.services) === null || _a === void 0 ? void 0 : _a.map((s) => (s.id === service.id ? newService : s)) }), this.contactsHistory, this.serviceFactory, this.children, this.formFactory, this.changeListeners);
315
+ this.changeListeners.forEach((l) => l(newFormValuesContainer));
316
+ return { result: service.id, formValuesContainer: newFormValuesContainer };
317
+ }
318
+ return { result: service.id, formValuesContainer: this };
319
+ }
320
+ setValue(label, language, value, id, metadata) {
321
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
322
+ const service = (id && this.getServiceInCurrentContact(id)) || this.serviceFactory(label, id);
323
+ if (!service.id) {
324
+ throw new Error('Service id must be defined');
325
+ }
326
+ console.log('Setting value of service', service.id, 'with', value, 'and metadata', metadata);
327
+ const newContent = (_a = value === null || value === void 0 ? void 0 : value.content) === null || _a === void 0 ? void 0 : _a[language];
328
+ const newCodes = (_b = value === null || value === void 0 ? void 0 : value.codes) !== null && _b !== void 0 ? _b : [];
329
+ if (!(0, icure_utils_1.isContentEqual)((_c = service.content) === null || _c === void 0 ? void 0 : _c[language], newContent) || (newCodes && !(0, icure_utils_1.areCodesEqual)(newCodes, (_d = service.codes) !== null && _d !== void 0 ? _d : []))) {
330
+ const newService = new api_1.Service(Object.assign(Object.assign({}, service), { modified: Date.now() }));
331
+ const newContents = newContent ? Object.assign(Object.assign({}, (service.content || {})), { [language]: newContent }) : Object.assign({}, (service.content || {}));
332
+ if (!newContent) {
333
+ delete newContents[language];
334
+ }
335
+ let newCurrentContact;
336
+ if (!Object.entries(newContents).filter(([_, cnt]) => cnt !== undefined).length) {
337
+ newCurrentContact = Object.assign(Object.assign({}, this.currentContact), { services: ((_e = this.currentContact.services) !== null && _e !== void 0 ? _e : []).some((s) => s.id === service.id)
338
+ ? ((_f = this.currentContact.services) !== null && _f !== void 0 ? _f : []).filter((s) => s.id !== service.id)
339
+ : [...((_g = this.currentContact.services) !== null && _g !== void 0 ? _g : [])] });
340
+ }
341
+ else {
342
+ newService.content = newContents;
343
+ newService.codes = newCodes;
344
+ if (metadata) {
345
+ newService.responsible = (_h = metadata.responsible) !== null && _h !== void 0 ? _h : newService.responsible;
346
+ newService.author = (_j = metadata.owner) !== null && _j !== void 0 ? _j : newService.author;
347
+ newService.valueDate = (_k = metadata.valueDate) !== null && _k !== void 0 ? _k : newService.valueDate;
348
+ newService.tags = (_l = metadata.tags) !== null && _l !== void 0 ? _l : newService.tags;
349
+ newService.label = (_m = metadata.label) !== null && _m !== void 0 ? _m : newService.label;
350
+ }
351
+ newCurrentContact = Object.assign(Object.assign({}, this.currentContact), { services: ((_o = this.currentContact.services) !== null && _o !== void 0 ? _o : []).some((s) => s.id === service.id)
352
+ ? ((_p = this.currentContact.services) !== null && _p !== void 0 ? _p : []).map((s) => (s.id === service.id ? newService : s))
353
+ : [...((_q = this.currentContact.services) !== null && _q !== void 0 ? _q : []), newService] });
354
+ }
355
+ const newFormValuesContainer = new ContactFormValuesContainer(this.rootForm, newCurrentContact, this.contactsHistory.map((c) => (c === this.currentContact ? newCurrentContact : c)), this.serviceFactory, this.children, this.formFactory, this.changeListeners);
356
+ this.changeListeners.forEach((l) => l(newFormValuesContainer));
357
+ return { result: service.id, formValuesContainer: newFormValuesContainer };
358
+ }
359
+ return { result: service.id, formValuesContainer: this };
360
+ }
361
+ delete(serviceId) {
362
+ var _a;
363
+ const service = this.getServiceInCurrentContact(serviceId);
364
+ if (service) {
365
+ const newFormValuesContainer = new ContactFormValuesContainer(this.rootForm, Object.assign(Object.assign({}, this.currentContact), { services: (_a = this.currentContact.services) === null || _a === void 0 ? void 0 : _a.map((s) => (s.id === serviceId ? new api_1.Service(Object.assign(Object.assign({}, service), { endOfLife: Date.now() })) : s)) }), this.contactsHistory, this.serviceFactory, this.children, this.formFactory, this.changeListeners);
366
+ this.changeListeners.forEach((l) => l(newFormValuesContainer));
367
+ return { result: undefined, formValuesContainer: newFormValuesContainer };
368
+ }
369
+ return { result: undefined, formValuesContainer: this };
370
+ }
371
+ compute() {
372
+ throw new Error('Compute not supported at contact level');
373
+ }
374
+ /** returns all services in history that match a selector
375
+ *
376
+ * @private
377
+ * @param revisionsFilter
378
+ */
379
+ getServicesInHistory(revisionsFilter) {
380
+ const indexedServices = [this.currentContact]
381
+ .concat(this.contactsHistory)
382
+ .reduce((acc, ctc) => {
383
+ var _a, _b;
384
+ return (_b = (_a = ctc.services) === null || _a === void 0 ? void 0 : _a.reduce((acc, s) => { var _a, _b; return (s.id ? Object.assign(Object.assign({}, acc), { [s.id]: ((_a = acc[s.id]) !== null && _a !== void 0 ? _a : (acc[s.id] = [])).concat({ revision: (_b = ctc.rev) !== null && _b !== void 0 ? _b : null, modified: ctc.created, value: s }) }) : acc); }, acc)) !== null && _b !== void 0 ? _b : acc;
385
+ }, {}); //index services in history by id
386
+ return Object.entries(indexedServices)
387
+ .map(([id, history]) => {
388
+ const keptRevisions = revisionsFilter(id, history.map(({ revision, modified, value: s }) => {
389
+ var _a, _b;
390
+ return ({
391
+ revision,
392
+ modified,
393
+ value: {
394
+ label: (_b = (_a = s.label) !== null && _a !== void 0 ? _a : s.id) !== null && _b !== void 0 ? _b : '',
395
+ owner: s.author,
396
+ responsible: s.responsible,
397
+ valueDate: s.valueDate,
398
+ codes: s.codes,
399
+ tags: s.tags,
400
+ },
401
+ });
402
+ }));
403
+ return [id, history.filter(({ revision }) => keptRevisions.includes(revision))];
404
+ })
405
+ .reduce((acc, [id, history]) => (Object.assign(Object.assign({}, acc), { [id]: history })), {});
406
+ }
407
+ addChild(anchorId, templateId, label) {
408
+ return __awaiter(this, void 0, void 0, function* () {
409
+ const newForm = yield this.formFactory(anchorId, templateId, label);
410
+ const childFVC = new ContactFormValuesContainer(newForm, this.currentContact, this.contactsHistory, this.serviceFactory, [], this.formFactory);
411
+ const newContactFormValuesContainer = new ContactFormValuesContainer(this.rootForm, this.currentContact, this.contactsHistory, this.serviceFactory, [...this.children, childFVC], this.formFactory);
412
+ newContactFormValuesContainer.registerChildFormValuesContainer(childFVC);
413
+ this.changeListeners.forEach((l) => l(newContactFormValuesContainer));
414
+ return { result: childFVC, formValuesContainer: newContactFormValuesContainer };
415
+ });
416
+ }
417
+ getServiceInCurrentContact(id) {
418
+ var _a;
419
+ const service = (_a = (this.currentContact.services || [])) === null || _a === void 0 ? void 0 : _a.find((s) => s.id === id);
420
+ return service !== null && service !== void 0 ? service : undefined;
421
+ }
422
+ removeChild(container) {
423
+ return __awaiter(this, void 0, void 0, function* () {
424
+ const newContactFormValuesContainer = new ContactFormValuesContainer(this.rootForm, this.currentContact, this.contactsHistory, this.serviceFactory, this.children.filter((c) => c !== container), this.formFactory);
425
+ this.changeListeners.forEach((l) => l(newContactFormValuesContainer));
426
+ return { result: undefined, formValuesContainer: newContactFormValuesContainer };
427
+ });
428
+ }
429
+ }
430
+ exports.ContactFormValuesContainer = ContactFormValuesContainer;
431
+ const setValueOnContactFormValuesContainer = (cfvc, label, language, fv, id, metadata) => {
432
+ var _a;
433
+ const value = fv === null || fv === void 0 ? void 0 : fv.content[language];
434
+ const mutation = cfvc.setValue(label, language, {
435
+ id: id,
436
+ codes: (_a = fv === null || fv === void 0 ? void 0 : fv.codes) !== null && _a !== void 0 ? _a : [],
437
+ content: value
438
+ ? {
439
+ [language]: (0, primitive_1.primitiveTypeToContent)(language, value),
440
+ }
441
+ : undefined,
442
+ }, id, metadata);
443
+ return mutation;
444
+ };
445
+ //# sourceMappingURL=form-values-container.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"form-values-container.js","sourceRoot":"","sources":["../../tmp/icure/form-values-container.ts"],"names":[],"mappings":"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","sourcesContent":["import { Contact, Form as ICureForm, Service } from '@icure/api'\nimport { sortedBy } from '../utils/no-lodash'\nimport { FormValuesContainer, FormValuesContainerMutation, ID, Version, VersionedData } from '../generic'\nimport { ServiceMetadata } from '../icure'\nimport { FieldMetadata, FieldValue, PrimitiveType } from '../components/model'\nimport { areCodesEqual, isContentEqual } from '../utils/icure-utils'\nimport { codeStubToCode } from '../utils/code-utils'\nimport { contentToPrimitiveType, parsePrimitive, primitiveTypeToContent } from '../utils/primitive'\n\nexport class BridgedFormValuesContainer implements FormValuesContainer<FieldValue, FieldMetadata> {\n\tprivate contact: Contact\n\tprivate contactFormValuesContainer: ContactFormValuesContainer\n\tprivate _children: BridgedFormValuesContainer[] | undefined\n\tget children(): BridgedFormValuesContainer[] {\n\t\treturn (\n\t\t\tthis._children ??\n\t\t\t(this._children = this.contactFormValuesContainer\n\t\t\t\t.getChildren()\n\t\t\t\t.map((fvc) => new BridgedFormValuesContainer(this.responsible, fvc, this.interpreter, this.contact, this.dependentValuesProvider, this.language, this.changeListeners)))\n\t\t)\n\t}\n\n\t/**\n\t * Creates an instance of BridgedFormValuesContainer.\n\t * @param responsible\n\t * @param contact The displayed contact (may be in the past). === to currentContact if the contact is the contact of the day\n\t * @param contactFormValuesContainer\n\t * @param interpreter\n\t * @param dependentValuesProvider\n\t * @param language\n\t * @param changeListeners\n\t */\n\tconstructor(\n\t\tprivate responsible: string,\n\t\tcontactFormValuesContainer: ContactFormValuesContainer,\n\t\tprivate interpreter?: <\n\t\t\tT,\n\t\t\tS extends {\n\t\t\t\t[key: string | symbol]: unknown\n\t\t\t},\n\t\t>(\n\t\t\tformula: string,\n\t\t\tsandbox: S,\n\t\t) => T | undefined,\n\t\tcontact?: Contact,\n\t\tprivate dependentValuesProvider: (anchorId: string | undefined, templateId: string) => { metadata: FieldMetadata; formula: string }[] = () => [],\n\t\tprivate language = 'en',\n\t\tprivate changeListeners: ((newValue: BridgedFormValuesContainer) => void)[] = [],\n\t) {\n\t\t//Before start to broadcast changes, we need to fill in the contactFormValuesContainer with the dependent values\n\t\tthis.contactFormValuesContainer = contactFormValuesContainer\n\t\tthis.contact = contact ?? contactFormValuesContainer.currentContact\n\t\tthis.computeDependentValues()\n\t}\n\n\tgetLabel(): string {\n\t\treturn this.contactFormValuesContainer.getLabel()\n\t}\n\n\tgetFormId(): string | undefined {\n\t\treturn this.contactFormValuesContainer.getFormId()\n\t}\n\n\tgetContactFormValuesContainer() {\n\t\treturn this.contactFormValuesContainer\n\t}\n\n\tregisterChangeListener(listener: (newValue: BridgedFormValuesContainer) => void): void {\n\t\tthis.changeListeners.push(listener)\n\t}\n\n\tunregisterChangeListener(listener: (newValue: BridgedFormValuesContainer) => void): void {\n\t\tthis.changeListeners = this.changeListeners.filter((l) => l !== listener)\n\t}\n\n\tgetValues(revisionsFilter: (id: string, history: Version<FieldMetadata>[]) => (string | null)[]): VersionedData<FieldValue> {\n\t\treturn Object.entries(\n\t\t\tthis.contactFormValuesContainer.getValues((id, history) => {\n\t\t\t\treturn revisionsFilter(\n\t\t\t\t\tid,\n\t\t\t\t\thistory\n\t\t\t\t\t\t.filter(({ modified }) => !this.contact.created || !modified || modified <= this.contact.created)\n\t\t\t\t\t\t.map(({ revision, modified, value: sm }) => ({\n\t\t\t\t\t\t\trevision,\n\t\t\t\t\t\t\tmodified,\n\t\t\t\t\t\t\tvalue: {\n\t\t\t\t\t\t\t\tlabel: sm.label,\n\t\t\t\t\t\t\t\towner: sm.owner,\n\t\t\t\t\t\t\t\ttags: sm.tags?.map(codeStubToCode),\n\t\t\t\t\t\t\t\tvalueDate: sm.valueDate,\n\t\t\t\t\t\t\t},\n\t\t\t\t\t\t})),\n\t\t\t\t)\n\t\t\t}),\n\t\t).reduce((acc, [id, history]) => {\n\t\t\treturn {\n\t\t\t\t...acc,\n\t\t\t\t[id]: history.map(({ revision, modified, value: s }) => ({\n\t\t\t\t\trevision,\n\t\t\t\t\tmodified,\n\t\t\t\t\tvalue: {\n\t\t\t\t\t\tcontent: Object.entries(s.content ?? {}).reduce((acc, [lng, cnt]) => {\n\t\t\t\t\t\t\tconst converted = contentToPrimitiveType(lng, cnt)\n\t\t\t\t\t\t\treturn converted ? { ...acc, [lng]: converted } : acc\n\t\t\t\t\t\t}, {}),\n\t\t\t\t\t\tcodes: s.codes?.map(codeStubToCode),\n\t\t\t\t\t},\n\t\t\t\t})),\n\t\t\t}\n\t\t}, {} as VersionedData<FieldValue>)\n\t}\n\n\tgetMetadata(id: string, revisions: (string | null)[]): VersionedData<FieldMetadata> {\n\t\treturn Object.entries(this.contactFormValuesContainer.getMetadata(id, revisions)).reduce(\n\t\t\t(acc, [id, history]) => ({\n\t\t\t\t...acc,\n\t\t\t\t[id]: history.map(({ revision, modified, value: s }) => ({\n\t\t\t\t\trevision,\n\t\t\t\t\tmodified,\n\t\t\t\t\tvalue: {\n\t\t\t\t\t\tlabel: s.label,\n\t\t\t\t\t\towner: s.owner,\n\t\t\t\t\t\tvalueDate: s.valueDate,\n\t\t\t\t\t\ttags: s.tags,\n\t\t\t\t\t},\n\t\t\t\t})),\n\t\t\t}),\n\t\t\t{},\n\t\t)\n\t}\n\n\tprivate mutateAndNotify(newContactFormValuesContainer: ContactFormValuesContainer) {\n\t\tconst newBridgedFormValueContainer = new BridgedFormValuesContainer(\n\t\t\tthis.responsible,\n\t\t\tnewContactFormValuesContainer,\n\t\t\tthis.interpreter,\n\t\t\tthis.contact === this.contactFormValuesContainer.currentContact ? newContactFormValuesContainer.currentContact : this.contact,\n\t\t\tthis.dependentValuesProvider,\n\t\t\tthis.language,\n\t\t\tthis.changeListeners,\n\t\t)\n\t\tthis.changeListeners.forEach((l) => l(newBridgedFormValueContainer))\n\t\treturn newBridgedFormValueContainer\n\t}\n\n\t//This method mutates the BridgedFormValuesContainer but can only be called from the constructor\n\tprivate computeDependentValues() {\n\t\tif (this.contactFormValuesContainer.rootForm.formTemplateId) {\n\t\t\tthis.dependentValuesProvider(this.contactFormValuesContainer.rootForm.descr, this.contactFormValuesContainer.rootForm.formTemplateId).forEach(({ metadata, formula }) => {\n\t\t\t\ttry {\n\t\t\t\t\tconst currentValue = this.getVersionedValuesForKey(metadata.label)\n\t\t\t\t\tconst newValue = this.compute(formula) as FieldValue | undefined\n\t\t\t\t\tif (newValue !== undefined || currentValue != undefined) {\n\t\t\t\t\t\tconst lng = this.language ?? 'en'\n\t\t\t\t\t\tif (newValue && !newValue.content[lng] && newValue.content['*']) {\n\t\t\t\t\t\t\tnewValue.content[lng] = newValue.content['*']\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (newValue) {\n\t\t\t\t\t\t\tdelete newValue.content['*']\n\t\t\t\t\t\t}\n\t\t\t\t\t\tconst currentContact = this.contactFormValuesContainer.currentContact\n\t\t\t\t\t\tthis.contactFormValuesContainer = setValueOnContactFormValuesContainer(\n\t\t\t\t\t\t\tthis.contactFormValuesContainer,\n\t\t\t\t\t\t\tmetadata.label,\n\t\t\t\t\t\t\tlng,\n\t\t\t\t\t\t\tnewValue,\n\t\t\t\t\t\t\tObject.keys(currentValue ?? {})[0],\n\t\t\t\t\t\t\tmetadata,\n\t\t\t\t\t\t).formValuesContainer\n\t\t\t\t\t\tif (this.contact === currentContact) {\n\t\t\t\t\t\t\tthis.contact = this.contactFormValuesContainer.currentContact\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t} catch (e) {\n\t\t\t\t\tconsole.log(`Error while computing formula : ${formula}`, e)\n\t\t\t\t}\n\t\t\t})\n\t\t}\n\t}\n\n\tsetValue(\n\t\tlabel: string,\n\t\tlanguage: string,\n\t\tfv?: FieldValue,\n\t\tid?: string,\n\t\tmetadata?: FieldMetadata,\n\t): FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, ID> {\n\t\tconst mutation = setValueOnContactFormValuesContainer(this.contactFormValuesContainer, label, language, fv, id, metadata)\n\t\treturn { result: mutation.result, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) }\n\t}\n\n\tsetMetadata(label: string, meta: FieldMetadata, id?: string | undefined): FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, ID> {\n\t\tconst mutation = this.contactFormValuesContainer.setMetadata(\n\t\t\tlabel,\n\t\t\t{\n\t\t\t\tlabel: meta.label,\n\t\t\t\tresponsible: this.responsible,\n\t\t\t\towner: meta.owner,\n\t\t\t\tvalueDate: meta.valueDate,\n\t\t\t\ttags: meta.tags,\n\t\t\t},\n\t\t\tid,\n\t\t)\n\t\treturn { result: mutation.result, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) }\n\t}\n\n\tdelete(serviceId: string): FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, void> {\n\t\tconst mutation = this.contactFormValuesContainer.delete(serviceId)\n\t\treturn { result: undefined, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) }\n\t}\n\n\tprivate getVersionedValuesForKey(key: string | symbol) {\n\t\treturn this.getValues((id, history) => (history?.[0]?.value?.label && key === history[0].value.label ? [history?.[0]?.revision] : []))\n\t}\n\n\tcompute<T, S extends { [key: string | symbol]: unknown }>(formula: string, sandbox?: S): T | undefined {\n\t\t// noinspection JSUnusedGlobalSymbols\n\t\tconst native = {\n\t\t\tparseInt: parseInt,\n\t\t\tparseFloat: parseFloat,\n\t\t\tDate: Date,\n\t\t\tMath: Math,\n\t\t\tNumber: Number,\n\t\t\tString: String,\n\t\t\tBoolean: Boolean,\n\t\t\tArray: Array,\n\t\t\tObject: Object,\n\t\t\tparseContent: (content?: { [key: string]: PrimitiveType }) => {\n\t\t\t\tif (!content) {\n\t\t\t\t\treturn undefined\n\t\t\t\t}\n\t\t\t\tconst primitive = content[this.language] ?? content['*'] ?? content[Object.keys(content)[0]]\n\t\t\t\treturn primitive && parsePrimitive(primitive)\n\t\t\t},\n\t\t}\n\t\tconst proxy: S = new Proxy({} as S, {\n\t\t\thas: (target: S, key: string | symbol) => !!native[key] || key === 'self' || Object.keys(this.getVersionedValuesForKey(key) ?? {}).length > 0,\n\t\t\tget: (target: S, key: string | symbol) => {\n\t\t\t\tif (key === 'undefined') {\n\t\t\t\t\treturn undefined\n\t\t\t\t}\n\t\t\t\tconst nativeValue = native[key]\n\t\t\t\tif (!!nativeValue) {\n\t\t\t\t\treturn nativeValue\n\t\t\t\t}\n\t\t\t\treturn key === 'self' ? proxy : Object.values(this.getVersionedValuesForKey(key)).map((v) => v[0]?.value)\n\t\t\t},\n\t\t})\n\t\treturn this.interpreter?.(formula, sandbox ?? proxy)\n\t}\n\n\tgetChildren(): FormValuesContainer<FieldValue, FieldMetadata>[] {\n\t\treturn this.contactFormValuesContainer.getChildren().map((fvc) => new BridgedFormValuesContainer(this.responsible, fvc, this.interpreter, this.contact))\n\t}\n\n\tasync addChild(\n\t\tanchorId: string,\n\t\ttemplateId: string,\n\t\tlabel: string,\n\t): Promise<FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, BridgedFormValuesContainer>> {\n\t\tconst mutation = await this.contactFormValuesContainer.addChild(anchorId, templateId, label)\n\t\tconst newBridgedFormValueContainer = this.mutateAndNotify(mutation.formValuesContainer)\n\t\tconst newChild = newBridgedFormValueContainer.children.find((c) => c.contactFormValuesContainer === mutation.result)\n\t\tif (!newChild) {\n\t\t\tthrow new Error('Illegal state, the new child must be found')\n\t\t}\n\t\treturn { result: newChild, formValuesContainer: newBridgedFormValueContainer }\n\t}\n\n\tasync removeChild(container: BridgedFormValuesContainer): Promise<FormValuesContainerMutation<FieldValue, FieldMetadata, BridgedFormValuesContainer, void>> {\n\t\tconst mutation = await this.contactFormValuesContainer.removeChild(container.contactFormValuesContainer)\n\t\treturn { result: undefined, formValuesContainer: this.mutateAndNotify(mutation.formValuesContainer) }\n\t}\n}\n\nexport class ContactFormValuesContainer implements FormValuesContainer<Service, ServiceMetadata> {\n\trootForm: ICureForm\n\tcurrentContact: Contact //The contact of the moment, used to record new modifications\n\tcontactsHistory: Contact[] //Must be sorted (most recent first), contains all the contacts linked to this form\n\tchildren: ContactFormValuesContainer[] //Direct children of the ContactFormValuesContainer\n\tserviceFactory: (label: string, serviceId?: string) => Service\n\tformFactory: (anchorId: string, formTemplateId: string, label: string) => Promise<ICureForm>\n\n\tchangeListeners: ((newValue: ContactFormValuesContainer) => void)[]\n\n\tconstructor(\n\t\trootForm: ICureForm,\n\t\tcurrentContact: Contact,\n\t\tcontactsHistory: Contact[],\n\t\tserviceFactory: (label: string, serviceId?: string) => Service,\n\t\tchildren: ContactFormValuesContainer[],\n\t\tformFactory: (anchorId: string, formTemplateId: string, label: string) => Promise<ICureForm>,\n\t\tchangeListeners: ((newValue: ContactFormValuesContainer) => void)[] = [],\n\t) {\n\t\tif (contactsHistory.includes(currentContact)) {\n\t\t\tthrow new Error('Illegal argument, the history must not contain the currentContact')\n\t\t}\n\t\tthis.rootForm = rootForm\n\t\tthis.currentContact = currentContact\n\t\tthis.contactsHistory = sortedBy(contactsHistory, 'created', 'desc')\n\t\tthis.children = children\n\t\tthis.serviceFactory = serviceFactory\n\t\tthis.formFactory = formFactory\n\t\tthis.changeListeners = changeListeners\n\t}\n\n\tregisterChildFormValuesContainer(childFVC: ContactFormValuesContainer) {\n\t\tchildFVC.registerChangeListener((newValue) => {\n\t\t\tconst newContactFormValuesContainer = new ContactFormValuesContainer(\n\t\t\t\tthis.rootForm,\n\t\t\t\tthis.currentContact,\n\t\t\t\tthis.contactsHistory,\n\t\t\t\tthis.serviceFactory,\n\t\t\t\tthis.children.map((c) => (c === childFVC ? newValue : c)),\n\t\t\t\tthis.formFactory,\n\n\t\t\t\tthis.changeListeners,\n\t\t\t)\n\t\t\tthis.changeListeners.forEach((l) => l(newContactFormValuesContainer))\n\t\t})\n\t}\n\n\tstatic async fromFormsHierarchy(\n\t\trootForm: ICureForm,\n\t\tcurrentContact: Contact,\n\t\tcontactsHistory: Contact[],\n\t\tserviceFactory: (label: string, serviceId?: string) => Service,\n\t\tformChildrenProvider: (parentId: string) => Promise<ICureForm[]>,\n\t\tformFactory: (anchorId: string, formTemplateId: string, label: string) => Promise<ICureForm>,\n\t\tchangeListeners: ((newValue: ContactFormValuesContainer) => void)[] = [],\n\t): Promise<ContactFormValuesContainer> {\n\t\tconst contactFormValuesContainer = new ContactFormValuesContainer(\n\t\t\trootForm,\n\t\t\tcurrentContact,\n\t\t\tcontactsHistory,\n\t\t\tserviceFactory,\n\t\t\trootForm.id\n\t\t\t\t? await Promise.all(\n\t\t\t\t\t\t(\n\t\t\t\t\t\t\tawait formChildrenProvider(rootForm.id)\n\t\t\t\t\t\t).map(\n\t\t\t\t\t\t\tasync (f) =>\n\t\t\t\t\t\t\t\t// eslint-disable-next-line max-len\n\t\t\t\t\t\t\t\tawait ContactFormValuesContainer.fromFormsHierarchy(f, currentContact, contactsHistory, serviceFactory, formChildrenProvider, formFactory),\n\t\t\t\t\t\t),\n\t\t\t\t )\n\t\t\t\t: [],\n\t\t\tformFactory,\n\n\t\t\tchangeListeners,\n\t\t)\n\t\tcontactFormValuesContainer.children.forEach((childFVC) => contactFormValuesContainer.registerChildFormValuesContainer(childFVC))\n\n\t\treturn contactFormValuesContainer\n\t}\n\n\tgetLabel(): string {\n\t\treturn this.rootForm.descr ?? ''\n\t}\n\n\tgetFormId(): string | undefined {\n\t\treturn this.rootForm?.formTemplateId\n\t}\n\n\tregisterChangeListener(listener: (newValue: ContactFormValuesContainer) => void): void {\n\t\tthis.changeListeners.push(listener)\n\t}\n\n\tunregisterChangeListener(listener: (newValue: ContactFormValuesContainer) => void): void {\n\t\tthis.changeListeners = this.changeListeners.filter((l) => l !== listener)\n\t}\n\n\tgetChildren(): ContactFormValuesContainer[] {\n\t\treturn this.children\n\t}\n\n\tgetValues(revisionsFilter: (id: string, history: Version<ServiceMetadata>[]) => (string | null)[]): VersionedData<Service> {\n\t\treturn Object.entries(this.getServicesInHistory(revisionsFilter)).reduce(\n\t\t\t(acc, [id, history]) =>\n\t\t\t\thistory.length\n\t\t\t\t\t? {\n\t\t\t\t\t\t\t...acc,\n\t\t\t\t\t\t\t[id]: [...history].sort((a, b) => (b?.modified || +new Date()) - (a?.modified || +new Date())),\n\t\t\t\t\t }\n\t\t\t\t\t: acc,\n\t\t\t{},\n\t\t)\n\t}\n\n\tgetMetadata(id: string, revisions: (string | null)[]): VersionedData<ServiceMetadata> {\n\t\treturn [this.currentContact]\n\t\t\t.concat(this.contactsHistory)\n\t\t\t.filter((ctc) => ctc.rev !== undefined && revisions.includes(ctc.rev))\n\t\t\t.reduce(\n\t\t\t\t(acc, ctc) =>\n\t\t\t\t\t(ctc.services ?? [])\n\t\t\t\t\t\t.filter((s) => s.id === id)\n\t\t\t\t\t\t.reduce(\n\t\t\t\t\t\t\t(acc, s) =>\n\t\t\t\t\t\t\t\ts.id\n\t\t\t\t\t\t\t\t\t? {\n\t\t\t\t\t\t\t\t\t\t\t...acc,\n\t\t\t\t\t\t\t\t\t\t\t[s.id]: (acc[s.id] ?? (acc[s.id] = [])).concat({\n\t\t\t\t\t\t\t\t\t\t\t\trevision: ctc.rev ?? null,\n\t\t\t\t\t\t\t\t\t\t\t\tmodified: s.modified,\n\t\t\t\t\t\t\t\t\t\t\t\tvalue: {\n\t\t\t\t\t\t\t\t\t\t\t\t\tlabel: s.label ?? s.id,\n\t\t\t\t\t\t\t\t\t\t\t\t\towner: s.author,\n\t\t\t\t\t\t\t\t\t\t\t\t\tresponsible: s.responsible,\n\t\t\t\t\t\t\t\t\t\t\t\t\tvalueDate: s.valueDate,\n\t\t\t\t\t\t\t\t\t\t\t\t\ttags: s.tags,\n\t\t\t\t\t\t\t\t\t\t\t\t},\n\t\t\t\t\t\t\t\t\t\t\t}),\n\t\t\t\t\t\t\t\t\t }\n\t\t\t\t\t\t\t\t\t: acc,\n\t\t\t\t\t\t\tacc,\n\t\t\t\t\t\t) ?? acc,\n\t\t\t\t{} as { [id: string]: Version<ServiceMetadata>[] },\n\t\t\t) //index services in history by id\n\t}\n\n\tsetMetadata(label: string, meta: ServiceMetadata, id?: string): FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, ID> {\n\t\tconst service = (id && this.getServiceInCurrentContact(id)) || this.serviceFactory(label, id)\n\t\tif (!service.id) {\n\t\t\tthrow new Error('Service id must be defined')\n\t\t}\n\t\tif (\n\t\t\t(meta.responsible && service.responsible !== meta.responsible) ||\n\t\t\t(meta.owner && service.author !== meta.owner) ||\n\t\t\t(meta.valueDate && service.valueDate !== meta.valueDate) ||\n\t\t\t(meta.codes && service.codes !== meta.codes) ||\n\t\t\t(meta.tags && service.tags !== meta.tags)\n\t\t) {\n\t\t\tconst newService = new Service({ ...service, modified: Date.now() })\n\t\t\tmeta.responsible && (newService.responsible = meta.responsible)\n\t\t\tmeta.owner && (newService.author = meta.owner)\n\t\t\tmeta.valueDate && (newService.valueDate = meta.valueDate)\n\t\t\tmeta.codes && (newService.codes = meta.codes)\n\t\t\tmeta.tags && (newService.tags = meta.tags)\n\n\t\t\tconst newFormValuesContainer = new ContactFormValuesContainer(\n\t\t\t\tthis.rootForm,\n\t\t\t\t{ ...this.currentContact, services: this.currentContact.services?.map((s) => (s.id === service.id ? newService : s)) },\n\t\t\t\tthis.contactsHistory,\n\t\t\t\tthis.serviceFactory,\n\t\t\t\tthis.children,\n\t\t\t\tthis.formFactory,\n\n\t\t\t\tthis.changeListeners,\n\t\t\t)\n\n\t\t\tthis.changeListeners.forEach((l) => l(newFormValuesContainer))\n\t\t\treturn { result: service.id, formValuesContainer: newFormValuesContainer }\n\t\t}\n\n\t\treturn { result: service.id, formValuesContainer: this }\n\t}\n\n\tsetValue(\n\t\tlabel: string,\n\t\tlanguage: string,\n\t\tvalue?: Service,\n\t\tid?: string,\n\t\tmetadata?: ServiceMetadata,\n\t): FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, ID> {\n\t\tconst service = (id && this.getServiceInCurrentContact(id)) || this.serviceFactory(label, id)\n\t\tif (!service.id) {\n\t\t\tthrow new Error('Service id must be defined')\n\t\t}\n\t\tconsole.log('Setting value of service', service.id, 'with', value, 'and metadata', metadata)\n\t\tconst newContent = value?.content?.[language]\n\t\tconst newCodes = value?.codes ?? []\n\t\tif (!isContentEqual(service.content?.[language], newContent) || (newCodes && !areCodesEqual(newCodes, service.codes ?? []))) {\n\t\t\tconst newService = new Service({ ...service, modified: Date.now() })\n\t\t\tconst newContents = newContent ? { ...(service.content || {}), [language]: newContent } : { ...(service.content || {}) }\n\t\t\tif (!newContent) {\n\t\t\t\tdelete newContents[language]\n\t\t\t}\n\n\t\t\tlet newCurrentContact: Contact\n\t\t\tif (!Object.entries(newContents).filter(([_, cnt]) => cnt !== undefined).length) {\n\t\t\t\tnewCurrentContact = {\n\t\t\t\t\t...this.currentContact,\n\t\t\t\t\tservices: (this.currentContact.services ?? []).some((s) => s.id === service.id)\n\t\t\t\t\t\t? (this.currentContact.services ?? []).filter((s) => s.id !== service.id)\n\t\t\t\t\t\t: [...(this.currentContact.services ?? [])],\n\t\t\t\t}\n\t\t\t} else {\n\t\t\t\tnewService.content = newContents\n\t\t\t\tnewService.codes = newCodes\n\n\t\t\t\tif (metadata) {\n\t\t\t\t\tnewService.responsible = metadata.responsible ?? newService.responsible\n\t\t\t\t\tnewService.author = metadata.owner ?? newService.author\n\t\t\t\t\tnewService.valueDate = metadata.valueDate ?? newService.valueDate\n\t\t\t\t\tnewService.tags = metadata.tags ?? newService.tags\n\t\t\t\t\tnewService.label = metadata.label ?? newService.label\n\t\t\t\t}\n\n\t\t\t\tnewCurrentContact = {\n\t\t\t\t\t...this.currentContact,\n\t\t\t\t\tservices: (this.currentContact.services ?? []).some((s) => s.id === service.id)\n\t\t\t\t\t\t? (this.currentContact.services ?? []).map((s) => (s.id === service.id ? newService : s))\n\t\t\t\t\t\t: [...(this.currentContact.services ?? []), newService],\n\t\t\t\t}\n\t\t\t}\n\t\t\tconst newFormValuesContainer = new ContactFormValuesContainer(\n\t\t\t\tthis.rootForm,\n\t\t\t\tnewCurrentContact,\n\t\t\t\tthis.contactsHistory.map((c) => (c === this.currentContact ? newCurrentContact : c)),\n\t\t\t\tthis.serviceFactory,\n\t\t\t\tthis.children,\n\t\t\t\tthis.formFactory,\n\n\t\t\t\tthis.changeListeners,\n\t\t\t)\n\n\t\t\tthis.changeListeners.forEach((l) => l(newFormValuesContainer))\n\n\t\t\treturn { result: service.id!, formValuesContainer: newFormValuesContainer }\n\t\t}\n\n\t\treturn { result: service.id, formValuesContainer: this }\n\t}\n\n\tdelete(serviceId: string): FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, void> {\n\t\tconst service = this.getServiceInCurrentContact(serviceId)\n\t\tif (service) {\n\t\t\tconst newFormValuesContainer = new ContactFormValuesContainer(\n\t\t\t\tthis.rootForm,\n\t\t\t\t{ ...this.currentContact, services: this.currentContact.services?.map((s) => (s.id === serviceId ? new Service({ ...service, endOfLife: Date.now() }) : s)) },\n\t\t\t\tthis.contactsHistory,\n\t\t\t\tthis.serviceFactory,\n\t\t\t\tthis.children,\n\t\t\t\tthis.formFactory,\n\n\t\t\t\tthis.changeListeners,\n\t\t\t)\n\n\t\t\tthis.changeListeners.forEach((l) => l(newFormValuesContainer))\n\t\t\treturn { result: undefined, formValuesContainer: newFormValuesContainer }\n\t\t}\n\t\treturn { result: undefined, formValuesContainer: this }\n\t}\n\n\tcompute<T>(): T | undefined {\n\t\tthrow new Error('Compute not supported at contact level')\n\t}\n\n\t/** returns all services in history that match a selector\n\t *\n\t * @private\n\t * @param revisionsFilter\n\t */\n\tprivate getServicesInHistory(revisionsFilter: (id: string, history: Version<ServiceMetadata>[]) => (string | null)[]): VersionedData<Service> {\n\t\tconst indexedServices = [this.currentContact]\n\t\t\t.concat(this.contactsHistory)\n\t\t\t.reduce(\n\t\t\t\t(acc, ctc) =>\n\t\t\t\t\tctc.services?.reduce(\n\t\t\t\t\t\t(acc, s) => (s.id ? { ...acc, [s.id]: (acc[s.id] ?? (acc[s.id] = [])).concat({ revision: ctc.rev ?? null, modified: ctc.created, value: s }) } : acc),\n\t\t\t\t\t\tacc,\n\t\t\t\t\t) ?? acc,\n\t\t\t\t{} as VersionedData<Service>,\n\t\t\t) //index services in history by id\n\t\treturn Object.entries(indexedServices)\n\t\t\t.map(([id, history]) => {\n\t\t\t\tconst keptRevisions = revisionsFilter(\n\t\t\t\t\tid,\n\t\t\t\t\thistory.map(({ revision, modified, value: s }) => ({\n\t\t\t\t\t\trevision,\n\t\t\t\t\t\tmodified,\n\t\t\t\t\t\tvalue: {\n\t\t\t\t\t\t\tlabel: s.label ?? s.id ?? '',\n\t\t\t\t\t\t\towner: s.author,\n\t\t\t\t\t\t\tresponsible: s.responsible,\n\t\t\t\t\t\t\tvalueDate: s.valueDate,\n\t\t\t\t\t\t\tcodes: s.codes,\n\t\t\t\t\t\t\ttags: s.tags,\n\t\t\t\t\t\t},\n\t\t\t\t\t})),\n\t\t\t\t)\n\t\t\t\treturn [id, history.filter(({ revision }) => keptRevisions.includes(revision))] as [string, Version<Service>[]]\n\t\t\t})\n\t\t\t.reduce((acc, [id, history]) => ({ ...acc, [id]: history }), {})\n\t}\n\n\tasync addChild(\n\t\tanchorId: string,\n\t\ttemplateId: string,\n\t\tlabel: string,\n\t): Promise<FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, ContactFormValuesContainer>> {\n\t\tconst newForm = await this.formFactory(anchorId, templateId, label)\n\t\tconst childFVC = new ContactFormValuesContainer(newForm, this.currentContact, this.contactsHistory, this.serviceFactory, [], this.formFactory)\n\t\tconst newContactFormValuesContainer = new ContactFormValuesContainer(\n\t\t\tthis.rootForm,\n\t\t\tthis.currentContact,\n\t\t\tthis.contactsHistory,\n\t\t\tthis.serviceFactory,\n\t\t\t[...this.children, childFVC],\n\t\t\tthis.formFactory,\n\t\t)\n\t\tnewContactFormValuesContainer.registerChildFormValuesContainer(childFVC)\n\t\tthis.changeListeners.forEach((l) => l(newContactFormValuesContainer))\n\t\treturn { result: childFVC, formValuesContainer: newContactFormValuesContainer }\n\t}\n\n\tprivate getServiceInCurrentContact(id: string): Service | undefined {\n\t\tconst service = (this.currentContact.services || [])?.find((s) => s.id === id)\n\t\treturn service ?? undefined\n\t}\n\n\tasync removeChild(container: ContactFormValuesContainer): Promise<FormValuesContainerMutation<Service, ServiceMetadata, ContactFormValuesContainer, void>> {\n\t\tconst newContactFormValuesContainer = new ContactFormValuesContainer(\n\t\t\tthis.rootForm,\n\t\t\tthis.currentContact,\n\t\t\tthis.contactsHistory,\n\t\t\tthis.serviceFactory,\n\t\t\tthis.children.filter((c) => c !== container),\n\t\t\tthis.formFactory,\n\t\t)\n\t\tthis.changeListeners.forEach((l) => l(newContactFormValuesContainer))\n\t\treturn { result: undefined, formValuesContainer: newContactFormValuesContainer }\n\t}\n}\n\nconst setValueOnContactFormValuesContainer = (cfvc: ContactFormValuesContainer, label: string, language: string, fv?: FieldValue, id?: string, metadata?: FieldMetadata) => {\n\tconst value = fv?.content[language]\n\tconst mutation = cfvc.setValue(\n\t\tlabel,\n\t\tlanguage,\n\t\t{\n\t\t\tid: id,\n\t\t\tcodes: fv?.codes ?? [],\n\t\t\tcontent: value\n\t\t\t\t? {\n\t\t\t\t\t\t[language]: primitiveTypeToContent(language, value),\n\t\t\t\t }\n\t\t\t\t: undefined,\n\t\t},\n\t\tid,\n\t\tmetadata,\n\t)\n\treturn mutation\n}\n"]}
@@ -0,0 +1,2 @@
1
+ export * from './model';
2
+ export * from './form-values-container';