@inseefr/lunatic 3.0.0-rc.9 → 3.0.1-rc.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 (1252) hide show
  1. package/README.md +19 -59
  2. package/lib/components/CheckboxBoolean/CheckboxBoolean.d.ts +11 -0
  3. package/lib/components/CheckboxBoolean/CheckboxBoolean.js +18 -64
  4. package/lib/components/CheckboxBoolean/CheckboxBoolean.js.map +1 -0
  5. package/lib/components/CheckboxBoolean/CheckboxBoolean.spec.js +37 -71
  6. package/lib/components/CheckboxBoolean/CheckboxBoolean.spec.js.map +1 -0
  7. package/lib/components/CheckboxGroup/CheckboxGroup.d.ts +11 -0
  8. package/lib/components/CheckboxGroup/CheckboxGroup.js +25 -49
  9. package/lib/components/CheckboxGroup/CheckboxGroup.js.map +1 -0
  10. package/lib/components/CheckboxGroup/CustomCheckboxGroup.d.ts +10 -0
  11. package/lib/components/CheckboxGroup/CustomCheckboxGroup.js +13 -43
  12. package/lib/components/CheckboxGroup/CustomCheckboxGroup.js.map +1 -0
  13. package/lib/components/CheckboxGroup/CustomCheckboxGroup.spec.js +45 -46
  14. package/lib/components/CheckboxGroup/CustomCheckboxGroup.spec.js.map +1 -0
  15. package/lib/components/CheckboxOne/CheckboxOne.d.ts +5 -0
  16. package/lib/components/CheckboxOne/CheckboxOne.js +7 -35
  17. package/lib/components/CheckboxOne/CheckboxOne.js.map +1 -0
  18. package/lib/components/CheckboxOne/CheckboxOne.spec.js +27 -53
  19. package/lib/components/CheckboxOne/CheckboxOne.spec.js.map +1 -0
  20. package/lib/components/Datepicker/Datepicker.d.ts +10 -0
  21. package/lib/components/Datepicker/Datepicker.js +60 -155
  22. package/lib/components/Datepicker/Datepicker.js.map +1 -0
  23. package/lib/components/Datepicker/Datepicker.spec.js +70 -87
  24. package/lib/components/Datepicker/Datepicker.spec.js.map +1 -0
  25. package/lib/components/Datepicker/DatepickerField.js +13 -47
  26. package/lib/components/Datepicker/DatepickerField.js.map +1 -0
  27. package/lib/components/Dropdown/Dropdown.d.ts +10 -0
  28. package/lib/components/Dropdown/Dropdown.js +14 -62
  29. package/lib/components/Dropdown/Dropdown.js.map +1 -0
  30. package/lib/components/Dropdown/Dropdown.spec.js +38 -49
  31. package/lib/components/Dropdown/Dropdown.spec.js.map +1 -0
  32. package/lib/components/Dropdown/renderer/SimpleLabelRenderer.js +17 -32
  33. package/lib/components/Dropdown/renderer/SimpleLabelRenderer.js.map +1 -0
  34. package/lib/components/Dropdown/renderer/SimpleOptionRenderer.js +10 -40
  35. package/lib/components/Dropdown/renderer/SimpleOptionRenderer.js.map +1 -0
  36. package/lib/components/Duration/Duration.d.ts +10 -0
  37. package/lib/components/Duration/Duration.js +29 -102
  38. package/lib/components/Duration/Duration.js.map +1 -0
  39. package/lib/components/Duration/durationUtils.js +22 -55
  40. package/lib/components/Duration/durationUtils.js.map +1 -0
  41. package/lib/components/Duration/formatDuration.js +17 -26
  42. package/lib/components/Duration/formatDuration.js.map +1 -0
  43. package/lib/components/Duration/formatDuration.spec.js +16 -38
  44. package/lib/components/Duration/formatDuration.spec.js.map +1 -0
  45. package/lib/components/Duration/getDurationFromValue.js +24 -49
  46. package/lib/components/Duration/getDurationFromValue.js.map +1 -0
  47. package/lib/components/FilterDescription/FilterDescription.js +4 -17
  48. package/lib/components/FilterDescription/FilterDescription.js.map +1 -0
  49. package/lib/components/FilterDescription/FilterDescription.spec.js +16 -21
  50. package/lib/components/FilterDescription/FilterDescription.spec.js.map +1 -0
  51. package/lib/components/Input/Input.d.ts +10 -0
  52. package/lib/components/Input/Input.js +14 -78
  53. package/lib/components/Input/Input.js.map +1 -0
  54. package/lib/components/Input/Input.spec.js +51 -83
  55. package/lib/components/Input/Input.spec.js.map +1 -0
  56. package/lib/components/InputNumber/InputNumber.d.ts +10 -0
  57. package/lib/components/InputNumber/InputNumber.js +14 -79
  58. package/lib/components/InputNumber/InputNumber.js.map +1 -0
  59. package/lib/components/InputNumber/InputNumber.spec.js +75 -112
  60. package/lib/components/InputNumber/InputNumber.spec.js.map +1 -0
  61. package/lib/components/InputNumber/InputNumberThousand.js +19 -55
  62. package/lib/components/InputNumber/InputNumberThousand.js.map +1 -0
  63. package/lib/components/Loop/Loop.d.ts +15 -0
  64. package/lib/components/Loop/Loop.js +49 -125
  65. package/lib/components/Loop/Loop.js.map +1 -0
  66. package/lib/components/Loop/constant.js +7 -7
  67. package/lib/components/Loop/constant.js.map +1 -0
  68. package/lib/components/LunaticComponents.d.ts +22 -0
  69. package/lib/components/LunaticComponents.js +72 -119
  70. package/lib/components/LunaticComponents.js.map +1 -0
  71. package/lib/components/PairwiseLinks/PairwiseLinks.js +42 -54
  72. package/lib/components/PairwiseLinks/PairwiseLinks.js.map +1 -0
  73. package/lib/components/Question/Question.js +16 -50
  74. package/lib/components/Question/Question.js.map +1 -0
  75. package/lib/components/Radio/Radio.d.ts +13 -0
  76. package/lib/components/Radio/Radio.js +8 -39
  77. package/lib/components/Radio/Radio.js.map +1 -0
  78. package/lib/components/RosterForLoop/RosterForLoop.js +53 -131
  79. package/lib/components/RosterForLoop/RosterForLoop.js.map +1 -0
  80. package/lib/components/RosterForLoop/RosterForLoop.spec.js +27 -45
  81. package/lib/components/RosterForLoop/RosterForLoop.spec.js.map +1 -0
  82. package/lib/components/Roundabout/CustomRoundabout.js +19 -66
  83. package/lib/components/Roundabout/CustomRoundabout.js.map +1 -0
  84. package/lib/components/Roundabout/Roundabout.js +15 -32
  85. package/lib/components/Roundabout/Roundabout.js.map +1 -0
  86. package/lib/components/Roundabout/RoundaboutItButton.js +37 -72
  87. package/lib/components/Roundabout/RoundaboutItButton.js.map +1 -0
  88. package/lib/components/Roundabout/RoundaboutItButton.spec.js +48 -101
  89. package/lib/components/Roundabout/RoundaboutItButton.spec.js.map +1 -0
  90. package/lib/components/Roundabout/RoundaboutRedirect.js +11 -21
  91. package/lib/components/Roundabout/RoundaboutRedirect.js.map +1 -0
  92. package/lib/components/Roundabout/extra.js +9 -44
  93. package/lib/components/Roundabout/extra.js.map +1 -0
  94. package/lib/components/Roundabout/redirect.spec.js +13 -17
  95. package/lib/components/Roundabout/redirect.spec.js.map +1 -0
  96. package/lib/components/Roundabout/roundabout.spec.js +49 -70
  97. package/lib/components/Roundabout/roundabout.spec.js.map +1 -0
  98. package/lib/components/Sequence/Sequence.d.ts +4 -0
  99. package/lib/components/Sequence/Sequence.js +8 -31
  100. package/lib/components/Sequence/Sequence.js.map +1 -0
  101. package/lib/components/Subsequence/Subsequence.d.ts +4 -0
  102. package/lib/components/Subsequence/Subsequence.js +7 -26
  103. package/lib/components/Subsequence/Subsequence.js.map +1 -0
  104. package/lib/components/Subsequence/Subsequence.spec.js +42 -59
  105. package/lib/components/Subsequence/Subsequence.spec.js.map +1 -0
  106. package/lib/components/Suggester/CustomSuggester.d.ts +31 -0
  107. package/lib/components/Suggester/CustomSuggester.js +15 -119
  108. package/lib/components/Suggester/CustomSuggester.js.map +1 -0
  109. package/lib/components/Suggester/Suggester.d.ts +2 -0
  110. package/lib/components/Suggester/Suggester.js +99 -136
  111. package/lib/components/Suggester/Suggester.js.map +1 -0
  112. package/lib/components/Suggester/SuggesterNotification.d.ts +9 -0
  113. package/lib/components/Suggester/SuggesterNotification.js +15 -59
  114. package/lib/components/Suggester/SuggesterNotification.js.map +1 -0
  115. package/lib/components/Suggester/SuggesterType.d.ts +5 -0
  116. package/lib/components/Suggester/SuggesterType.js +2 -5
  117. package/lib/components/Suggester/SuggesterType.js.map +1 -0
  118. package/lib/components/Suggester/useSuggestions.d.ts +17 -0
  119. package/lib/components/Suggester/useSuggestions.js +85 -0
  120. package/lib/components/Suggester/useSuggestions.js.map +1 -0
  121. package/lib/components/Summary/Summary.js +55 -105
  122. package/lib/components/Summary/Summary.js.map +1 -0
  123. package/lib/components/Switch/Switch.d.ts +20 -0
  124. package/lib/components/Switch/Switch.js +29 -105
  125. package/lib/components/Switch/Switch.js.map +1 -0
  126. package/lib/components/Table/Table.js +12 -65
  127. package/lib/components/Table/Table.js.map +1 -0
  128. package/lib/components/Text/Text.d.ts +3 -0
  129. package/lib/components/Text/Text.js +4 -0
  130. package/lib/components/Text/Text.js.map +1 -0
  131. package/lib/components/Textarea/Textarea.d.ts +10 -0
  132. package/lib/components/Textarea/Textarea.js +13 -78
  133. package/lib/components/Textarea/Textarea.js.map +1 -0
  134. package/lib/components/Textarea/Textarea.spec.js +31 -46
  135. package/lib/components/Textarea/Textarea.spec.js.map +1 -0
  136. package/lib/components/library.d.ts +106 -0
  137. package/lib/components/library.js +49 -52
  138. package/lib/components/library.js.map +1 -0
  139. package/lib/components/shared/Button/Button.d.ts +13 -0
  140. package/lib/components/shared/Button/Button.js +13 -44
  141. package/lib/components/shared/Button/Button.js.map +1 -0
  142. package/lib/components/shared/Button/Button.spec.js +51 -85
  143. package/lib/components/shared/Button/Button.spec.js.map +1 -0
  144. package/lib/components/shared/Button/IconButton.js +7 -32
  145. package/lib/components/shared/Button/IconButton.js.map +1 -0
  146. package/lib/components/shared/Button/IconButton.spec.js +53 -101
  147. package/lib/components/shared/Button/IconButton.spec.js.map +1 -0
  148. package/lib/components/shared/Checkbox/CheckboxOption.d.ts +15 -0
  149. package/lib/components/shared/Checkbox/CheckboxOption.js +24 -69
  150. package/lib/components/shared/Checkbox/CheckboxOption.js.map +1 -0
  151. package/lib/components/shared/Checkbox/CheckboxOption.spec.js +51 -68
  152. package/lib/components/shared/Checkbox/CheckboxOption.spec.js.map +1 -0
  153. package/lib/components/shared/Checkbox/getShortcutKey.js +3 -10
  154. package/lib/components/shared/Checkbox/getShortcutKey.js.map +1 -0
  155. package/lib/components/shared/Combobox/Combobox.d.ts +23 -0
  156. package/lib/components/shared/Combobox/Combobox.js +87 -199
  157. package/lib/components/shared/Combobox/Combobox.js.map +1 -0
  158. package/lib/components/shared/Combobox/Combobox.stories.js +42 -105
  159. package/lib/components/shared/Combobox/Combobox.stories.js.map +1 -0
  160. package/lib/components/shared/Combobox/ComboboxContainer.js +6 -27
  161. package/lib/components/shared/Combobox/ComboboxContainer.js.map +1 -0
  162. package/lib/components/shared/Combobox/ComboboxContainer.spec.js +24 -43
  163. package/lib/components/shared/Combobox/ComboboxContainer.spec.js.map +1 -0
  164. package/lib/components/shared/Combobox/ComboboxContent.js +33 -62
  165. package/lib/components/shared/Combobox/ComboboxContent.js.map +1 -0
  166. package/lib/components/shared/Combobox/ComboboxContentBox.js +8 -22
  167. package/lib/components/shared/Combobox/ComboboxContentBox.js.map +1 -0
  168. package/lib/components/shared/Combobox/ComboboxType.d.ts +51 -0
  169. package/lib/components/shared/Combobox/ComboboxType.js +2 -5
  170. package/lib/components/shared/Combobox/ComboboxType.js.map +1 -0
  171. package/lib/components/shared/Combobox/Panel/ComboboxOption.js +14 -41
  172. package/lib/components/shared/Combobox/Panel/ComboboxOption.js.map +1 -0
  173. package/lib/components/shared/Combobox/Panel/ComboboxOption.spec.js +33 -63
  174. package/lib/components/shared/Combobox/Panel/ComboboxOption.spec.js.map +1 -0
  175. package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.js +30 -50
  176. package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.js.map +1 -0
  177. package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js +18 -26
  178. package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js.map +1 -0
  179. package/lib/components/shared/Combobox/Panel/ComboboxPanel.d.ts +5 -0
  180. package/lib/components/shared/Combobox/Panel/ComboboxPanel.js +24 -41
  181. package/lib/components/shared/Combobox/Panel/ComboboxPanel.js.map +1 -0
  182. package/lib/components/shared/Combobox/Panel/ComboboxPanel.spec.js +55 -108
  183. package/lib/components/shared/Combobox/Panel/ComboboxPanel.spec.js.map +1 -0
  184. package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js +9 -26
  185. package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js.map +1 -0
  186. package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js +31 -57
  187. package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js.map +1 -0
  188. package/lib/components/shared/Combobox/Selection/ComboboxClearButton.d.ts +9 -0
  189. package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js +22 -43
  190. package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js.map +1 -0
  191. package/lib/components/shared/Combobox/Selection/ComboboxClearButton.spec.js +52 -121
  192. package/lib/components/shared/Combobox/Selection/ComboboxClearButton.spec.js.map +1 -0
  193. package/lib/components/shared/Combobox/Selection/ComboboxInput.js +20 -56
  194. package/lib/components/shared/Combobox/Selection/ComboboxInput.js.map +1 -0
  195. package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js +28 -43
  196. package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js.map +1 -0
  197. package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js +26 -40
  198. package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js.map +1 -0
  199. package/lib/components/shared/Combobox/Selection/ComboboxSelection.js +14 -64
  200. package/lib/components/shared/Combobox/Selection/ComboboxSelection.js.map +1 -0
  201. package/lib/components/shared/Combobox/Selection/ComboboxSelection.spec.js +36 -68
  202. package/lib/components/shared/Combobox/Selection/ComboboxSelection.spec.js.map +1 -0
  203. package/lib/components/shared/Combobox/constants.js +10 -15
  204. package/lib/components/shared/Combobox/constants.js.map +1 -0
  205. package/lib/components/shared/Combobox/index.js +2 -1
  206. package/lib/components/shared/Combobox/index.js.map +1 -0
  207. package/lib/components/shared/ComponentErrors/ComponentErrors.js +19 -45
  208. package/lib/components/shared/ComponentErrors/ComponentErrors.js.map +1 -0
  209. package/lib/components/shared/ComponentErrors/ComponentErrors.spec.js +40 -44
  210. package/lib/components/shared/ComponentErrors/ComponentErrors.spec.js.map +1 -0
  211. package/lib/components/shared/ComponentWrapper.d.ts +25 -0
  212. package/lib/components/shared/ComponentWrapper.js +14 -53
  213. package/lib/components/shared/ComponentWrapper.js.map +1 -0
  214. package/lib/components/shared/Declarations/Declarations.js +13 -45
  215. package/lib/components/shared/Declarations/Declarations.js.map +1 -0
  216. package/lib/components/shared/Declarations/Declarations.spec.js +54 -77
  217. package/lib/components/shared/Declarations/Declarations.spec.js.map +1 -0
  218. package/lib/components/shared/Fieldset/Fieldset.js +25 -39
  219. package/lib/components/shared/Fieldset/Fieldset.js.map +1 -0
  220. package/lib/components/shared/Fieldset/Fieldset.spec.js +25 -37
  221. package/lib/components/shared/Fieldset/Fieldset.spec.js.map +1 -0
  222. package/lib/components/shared/HOC/slottableComponent.d.ts +107 -0
  223. package/lib/components/shared/HOC/slottableComponent.js +22 -45
  224. package/lib/components/shared/HOC/slottableComponent.js.map +1 -0
  225. package/lib/components/shared/Icons/checkbox-checked-icon.js +7 -35
  226. package/lib/components/shared/Icons/checkbox-checked-icon.js.map +1 -0
  227. package/lib/components/shared/Icons/checkbox-disabled-icon.d.ts +2 -0
  228. package/lib/components/shared/Icons/checkbox-disabled-icon.js +7 -0
  229. package/lib/components/shared/Icons/checkbox-disabled-icon.js.map +1 -0
  230. package/lib/components/shared/Icons/checkbox-unchecked-icon.js +7 -35
  231. package/lib/components/shared/Icons/checkbox-unchecked-icon.js.map +1 -0
  232. package/lib/components/shared/Icons/closed-icon.js +7 -32
  233. package/lib/components/shared/Icons/closed-icon.js.map +1 -0
  234. package/lib/components/shared/Icons/cross-icon.js +7 -32
  235. package/lib/components/shared/Icons/cross-icon.js.map +1 -0
  236. package/lib/components/shared/Icons/icon-props.js +2 -5
  237. package/lib/components/shared/Icons/icon-props.js.map +1 -0
  238. package/lib/components/shared/Icons/index.js +11 -75
  239. package/lib/components/shared/Icons/index.js.map +1 -0
  240. package/lib/components/shared/Icons/load-icon.js +7 -32
  241. package/lib/components/shared/Icons/load-icon.js.map +1 -0
  242. package/lib/components/shared/Icons/lunatic-icon.js +7 -17
  243. package/lib/components/shared/Icons/lunatic-icon.js.map +1 -0
  244. package/lib/components/shared/Icons/network-icon.js +7 -32
  245. package/lib/components/shared/Icons/network-icon.js.map +1 -0
  246. package/lib/components/shared/Icons/on-drag-icon.js +7 -32
  247. package/lib/components/shared/Icons/on-drag-icon.js.map +1 -0
  248. package/lib/components/shared/Icons/opened-icon.js +7 -32
  249. package/lib/components/shared/Icons/opened-icon.js.map +1 -0
  250. package/lib/components/shared/Icons/radio-checked-icon.js +7 -36
  251. package/lib/components/shared/Icons/radio-checked-icon.js.map +1 -0
  252. package/lib/components/shared/Icons/radio-unchecked-icon.js +7 -35
  253. package/lib/components/shared/Icons/radio-unchecked-icon.js.map +1 -0
  254. package/lib/components/shared/Label/Label.js +12 -31
  255. package/lib/components/shared/Label/Label.js.map +1 -0
  256. package/lib/components/shared/Label/Label.spec.js +19 -45
  257. package/lib/components/shared/Label/Label.spec.js.map +1 -0
  258. package/lib/components/shared/LabelDescription.js +11 -21
  259. package/lib/components/shared/LabelDescription.js.map +1 -0
  260. package/lib/components/shared/MDLabel/MDLabel.d.ts +5 -0
  261. package/lib/components/shared/MDLabel/MDLabel.js +19 -44
  262. package/lib/components/shared/MDLabel/MDLabel.js.map +1 -0
  263. package/lib/components/shared/MDLabel/MDLabel.spec.js +105 -101
  264. package/lib/components/shared/MDLabel/MDLabel.spec.js.map +1 -0
  265. package/lib/components/shared/MDLabel/MarkdownLink.d.ts +8 -0
  266. package/lib/components/shared/MDLabel/MarkdownLink.js +20 -0
  267. package/lib/components/shared/MDLabel/MarkdownLink.js.map +1 -0
  268. package/lib/components/shared/MDLabel/RouterLink.js +6 -26
  269. package/lib/components/shared/MDLabel/RouterLink.js.map +1 -0
  270. package/lib/components/shared/MDLabel/generateUniqueId.js +2 -1
  271. package/lib/components/shared/MDLabel/generateUniqueId.js.map +1 -0
  272. package/lib/components/shared/Missing/Missing.d.ts +14 -0
  273. package/lib/components/shared/Missing/Missing.js +48 -81
  274. package/lib/components/shared/Missing/Missing.js.map +1 -0
  275. package/lib/components/shared/Missing/Missing.spec.js +43 -79
  276. package/lib/components/shared/Missing/Missing.spec.js.map +1 -0
  277. package/lib/components/shared/ModalControls/ModalControls.d.ts +10 -0
  278. package/lib/components/shared/ModalControls/ModalControls.js +27 -81
  279. package/lib/components/shared/ModalControls/ModalControls.js.map +1 -0
  280. package/lib/components/shared/ModalControls/ModalControls.spec.js +61 -69
  281. package/lib/components/shared/ModalControls/ModalControls.spec.js.map +1 -0
  282. package/lib/components/shared/Notification.js +8 -28
  283. package/lib/components/shared/Notification.js.map +1 -0
  284. package/lib/components/shared/Radio/RadioGroup.d.ts +9 -0
  285. package/lib/components/shared/Radio/RadioGroup.js +19 -63
  286. package/lib/components/shared/Radio/RadioGroup.js.map +1 -0
  287. package/lib/components/shared/Radio/RadioOption.js +34 -113
  288. package/lib/components/shared/Radio/RadioOption.js.map +1 -0
  289. package/lib/components/shared/Radio/RadioOption.spec.js +45 -86
  290. package/lib/components/shared/Radio/RadioOption.spec.js.map +1 -0
  291. package/lib/components/shared/Table/Table.js +8 -21
  292. package/lib/components/shared/Table/Table.js.map +1 -0
  293. package/lib/components/shared/Table/Table.spec.js +15 -23
  294. package/lib/components/shared/Table/Table.spec.js.map +1 -0
  295. package/lib/components/shared/Table/TableHeader.d.ts +2 -0
  296. package/lib/components/shared/Table/TableHeader.js +14 -38
  297. package/lib/components/shared/Table/TableHeader.js.map +1 -0
  298. package/lib/components/shared/Table/Tbody.d.ts +6 -0
  299. package/lib/components/shared/Table/Tbody.js +7 -20
  300. package/lib/components/shared/Table/Tbody.js.map +1 -0
  301. package/lib/components/shared/Table/Tbody.spec.js +22 -32
  302. package/lib/components/shared/Table/Tbody.spec.js.map +1 -0
  303. package/lib/components/shared/Table/Td.d.ts +10 -0
  304. package/lib/components/shared/Table/Td.js +7 -26
  305. package/lib/components/shared/Table/Td.js.map +1 -0
  306. package/lib/components/shared/Table/Td.spec.js +20 -40
  307. package/lib/components/shared/Table/Td.spec.js.map +1 -0
  308. package/lib/components/shared/Table/Th.d.ts +10 -0
  309. package/lib/components/shared/Table/Th.js +7 -25
  310. package/lib/components/shared/Table/Th.js.map +1 -0
  311. package/lib/components/shared/Table/Th.spec.js +25 -44
  312. package/lib/components/shared/Table/Th.spec.js.map +1 -0
  313. package/lib/components/shared/Table/Thead.d.ts +6 -0
  314. package/lib/components/shared/Table/Thead.js +8 -20
  315. package/lib/components/shared/Table/Thead.js.map +1 -0
  316. package/lib/components/shared/Table/Thead.spec.js +12 -29
  317. package/lib/components/shared/Table/Thead.spec.js.map +1 -0
  318. package/lib/components/shared/Table/Tr.d.ts +7 -0
  319. package/lib/components/shared/Table/Tr.js +7 -21
  320. package/lib/components/shared/Table/Tr.js.map +1 -0
  321. package/lib/components/shared/Table/Tr.spec.js +19 -39
  322. package/lib/components/shared/Table/Tr.spec.js.map +1 -0
  323. package/lib/components/shared/Table/index.js +8 -54
  324. package/lib/components/shared/Table/index.js.map +1 -0
  325. package/lib/components/type.d.ts +296 -0
  326. package/lib/components/type.js +2 -5
  327. package/lib/components/type.js.map +1 -0
  328. package/lib/constants/component-types.js +2 -7
  329. package/lib/constants/component-types.js.map +1 -0
  330. package/lib/constants/declarations.js +10 -18
  331. package/lib/constants/declarations.js.map +1 -0
  332. package/lib/constants/event-types.js +11 -17
  333. package/lib/constants/event-types.js.map +1 -0
  334. package/lib/constants/index.js +6 -60
  335. package/lib/constants/index.js.map +1 -0
  336. package/lib/constants/indexedDBStore.js +17 -22
  337. package/lib/constants/indexedDBStore.js.map +1 -0
  338. package/lib/constants/supported-preferences.js +9 -11
  339. package/lib/constants/supported-preferences.js.map +1 -0
  340. package/lib/constants/value-types.js +6 -11
  341. package/lib/constants/value-types.js.map +1 -0
  342. package/lib/constants/variable-types.js +4 -9
  343. package/lib/constants/variable-types.js.map +1 -0
  344. package/lib/hooks/use-auto-focus.js +16 -23
  345. package/lib/hooks/use-auto-focus.js.map +1 -0
  346. package/lib/hooks/use-track-changes.d.ts +17 -0
  347. package/lib/hooks/use-track-changes.js +37 -46
  348. package/lib/hooks/use-track-changes.js.map +1 -0
  349. package/lib/hooks/use-why-render.js +10 -16
  350. package/lib/hooks/use-why-render.js.map +1 -0
  351. package/lib/hooks/useDebounce.d.ts +4 -0
  352. package/lib/hooks/useDebounce.js +24 -0
  353. package/lib/hooks/useDebounce.js.map +1 -0
  354. package/lib/hooks/useDocumentEvent.js +16 -21
  355. package/lib/hooks/useDocumentEvent.js.map +1 -0
  356. package/lib/hooks/useKeyboardKey.d.ts +4 -0
  357. package/lib/hooks/useKeyboardKey.js +25 -0
  358. package/lib/hooks/useKeyboardKey.js.map +1 -0
  359. package/lib/hooks/useListKeyboardHandler.js +15 -21
  360. package/lib/hooks/useListKeyboardHandler.js.map +1 -0
  361. package/lib/hooks/useRefSync.js +10 -0
  362. package/lib/hooks/useRefSync.js.map +1 -0
  363. package/lib/i18n/build-dictionary.js +17 -35
  364. package/lib/i18n/build-dictionary.js.map +1 -0
  365. package/lib/i18n/dictionary.d.ts +57 -0
  366. package/lib/i18n/dictionary.js +26 -36
  367. package/lib/i18n/dictionary.js.map +1 -0
  368. package/lib/i18n/index.d.ts +7 -0
  369. package/lib/i18n/index.js +13 -26
  370. package/lib/i18n/index.js.map +1 -0
  371. package/lib/i18n/inputNumberProps.js +6 -17
  372. package/lib/i18n/inputNumberProps.js.map +1 -0
  373. package/lib/index.d.ts +13 -0
  374. package/lib/index.js +10 -41
  375. package/lib/index.js.map +1 -0
  376. package/lib/main.css +77 -28
  377. package/lib/main.css.map +1 -1
  378. package/lib/tests/setup.d.ts +1 -0
  379. package/lib/tests/setup.js +18 -0
  380. package/lib/tests/setup.js.map +1 -0
  381. package/lib/tests/utils/lunatic.d.ts +19 -0
  382. package/lib/tests/utils/lunatic.js +31 -0
  383. package/lib/tests/utils/lunatic.js.map +1 -0
  384. package/lib/tests/utils/timer.d.ts +1 -0
  385. package/lib/tests/utils/timer.js +4 -0
  386. package/lib/tests/utils/timer.js.map +1 -0
  387. package/lib/type.source.d.ts +382 -0
  388. package/lib/type.source.js +8 -0
  389. package/lib/type.source.js.map +1 -0
  390. package/lib/type.utils.js +2 -5
  391. package/lib/type.utils.js.map +1 -0
  392. package/lib/use-lunatic/actions.d.ts +49 -0
  393. package/lib/use-lunatic/actions.js +21 -47
  394. package/lib/use-lunatic/actions.js.map +1 -0
  395. package/lib/use-lunatic/commons/check-loops.d.ts +30 -0
  396. package/lib/use-lunatic/commons/check-loops.js +55 -90
  397. package/lib/use-lunatic/commons/check-loops.js.map +1 -0
  398. package/lib/use-lunatic/commons/check-pager.d.ts +5 -0
  399. package/lib/use-lunatic/commons/check-pager.js +14 -20
  400. package/lib/use-lunatic/commons/check-pager.js.map +1 -0
  401. package/lib/use-lunatic/commons/compile-controls.d.ts +9 -0
  402. package/lib/use-lunatic/commons/compile-controls.js +117 -143
  403. package/lib/use-lunatic/commons/compile-controls.js.map +1 -0
  404. package/lib/use-lunatic/commons/component.js +19 -19
  405. package/lib/use-lunatic/commons/component.js.map +1 -0
  406. package/lib/use-lunatic/commons/compose.d.ts +3 -0
  407. package/lib/use-lunatic/commons/compose.js +6 -18
  408. package/lib/use-lunatic/commons/compose.js.map +1 -0
  409. package/lib/use-lunatic/commons/create-map-pages.d.ts +6 -0
  410. package/lib/use-lunatic/commons/create-map-pages.js +40 -62
  411. package/lib/use-lunatic/commons/create-map-pages.js.map +1 -0
  412. package/lib/use-lunatic/commons/execute-condition-filter.d.ts +3 -0
  413. package/lib/use-lunatic/commons/execute-condition-filter.js +9 -19
  414. package/lib/use-lunatic/commons/execute-condition-filter.js.map +1 -0
  415. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.d.ts +34 -0
  416. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js +129 -110
  417. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js.map +1 -0
  418. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js +81 -38
  419. package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js.map +1 -0
  420. package/lib/use-lunatic/commons/fill-components/fill-components.d.ts +25 -0
  421. package/lib/use-lunatic/commons/fill-components/fill-components.js +31 -47
  422. package/lib/use-lunatic/commons/fill-components/fill-components.js.map +1 -0
  423. package/lib/use-lunatic/commons/get-compatible-vtl-expression.js +12 -21
  424. package/lib/use-lunatic/commons/get-compatible-vtl-expression.js.map +1 -0
  425. package/lib/use-lunatic/commons/get-components-from-state.d.ts +5 -0
  426. package/lib/use-lunatic/commons/get-components-from-state.js +16 -40
  427. package/lib/use-lunatic/commons/get-components-from-state.js.map +1 -0
  428. package/lib/use-lunatic/commons/index.d.ts +6 -0
  429. package/lib/use-lunatic/commons/index.js +7 -81
  430. package/lib/use-lunatic/commons/index.js.map +1 -0
  431. package/lib/use-lunatic/commons/is-First-last-page.d.ts +6 -0
  432. package/lib/use-lunatic/commons/is-First-last-page.js +6 -15
  433. package/lib/use-lunatic/commons/is-First-last-page.js.map +1 -0
  434. package/lib/use-lunatic/commons/is-paginated-loop.js +3 -8
  435. package/lib/use-lunatic/commons/is-paginated-loop.js.map +1 -0
  436. package/lib/use-lunatic/commons/is-roundabout.js +5 -10
  437. package/lib/use-lunatic/commons/is-roundabout.js.map +1 -0
  438. package/lib/use-lunatic/commons/page-navigation.d.ts +7 -0
  439. package/lib/use-lunatic/commons/page-navigation.js +87 -103
  440. package/lib/use-lunatic/commons/page-navigation.js.map +1 -0
  441. package/lib/use-lunatic/commons/page-navigation.spec.js +134 -127
  442. package/lib/use-lunatic/commons/page-navigation.spec.js.map +1 -0
  443. package/lib/use-lunatic/commons/page-tag.d.ts +23 -0
  444. package/lib/use-lunatic/commons/page-tag.js +60 -65
  445. package/lib/use-lunatic/commons/page-tag.js.map +1 -0
  446. package/lib/use-lunatic/commons/page-tag.spec.js +38 -0
  447. package/lib/use-lunatic/commons/page-tag.spec.js.map +1 -0
  448. package/lib/use-lunatic/commons/page.d.ts +11 -0
  449. package/lib/use-lunatic/commons/page.js +25 -41
  450. package/lib/use-lunatic/commons/page.js.map +1 -0
  451. package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +7 -0
  452. package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js +44 -50
  453. package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js.map +1 -0
  454. package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.d.ts +7 -0
  455. package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.js +21 -42
  456. package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.js.map +1 -0
  457. package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.d.ts +7 -0
  458. package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.js +51 -74
  459. package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -0
  460. package/lib/use-lunatic/commons/variables/get-questionnaire-data.d.ts +3 -0
  461. package/lib/use-lunatic/commons/variables/get-questionnaire-data.js +51 -68
  462. package/lib/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -0
  463. package/lib/use-lunatic/commons/variables/lunatic-variables-store.d.ts +88 -0
  464. package/lib/use-lunatic/commons/variables/lunatic-variables-store.js +284 -364
  465. package/lib/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -0
  466. package/lib/use-lunatic/commons/variables/lunatic-variables-store.spec.js +354 -382
  467. package/lib/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -0
  468. package/lib/use-lunatic/hooks/use-loop-variables.d.ts +5 -0
  469. package/lib/use-lunatic/hooks/use-loop-variables.js +14 -23
  470. package/lib/use-lunatic/hooks/use-loop-variables.js.map +1 -0
  471. package/lib/use-lunatic/hooks/use-page-has-response.d.ts +6 -0
  472. package/lib/use-lunatic/hooks/use-page-has-response.js +66 -107
  473. package/lib/use-lunatic/hooks/use-page-has-response.js.map +1 -0
  474. package/lib/use-lunatic/hooks/useOverview.d.ts +16 -0
  475. package/lib/use-lunatic/hooks/useOverview.js +91 -0
  476. package/lib/use-lunatic/hooks/useOverview.js.map +1 -0
  477. package/lib/use-lunatic/index.js +2 -13
  478. package/lib/use-lunatic/index.js.map +1 -0
  479. package/lib/use-lunatic/lunatic-context.js +38 -66
  480. package/lib/use-lunatic/lunatic-context.js.map +1 -0
  481. package/lib/use-lunatic/props/getComponentTypeProps.d.ts +314 -0
  482. package/lib/use-lunatic/props/getComponentTypeProps.js +164 -0
  483. package/lib/use-lunatic/props/getComponentTypeProps.js.map +1 -0
  484. package/lib/use-lunatic/props/propIterations.d.ts +7 -0
  485. package/lib/use-lunatic/props/propIterations.js +26 -0
  486. package/lib/use-lunatic/props/propIterations.js.map +1 -0
  487. package/lib/use-lunatic/props/propMissingResponse.d.ts +9 -0
  488. package/lib/use-lunatic/props/propMissingResponse.js +13 -0
  489. package/lib/use-lunatic/props/propMissingResponse.js.map +1 -0
  490. package/lib/use-lunatic/props/propValue.d.ts +6 -0
  491. package/lib/use-lunatic/props/propValue.js +28 -0
  492. package/lib/use-lunatic/props/propValue.js.map +1 -0
  493. package/lib/use-lunatic/props/propValue.spec.js +54 -0
  494. package/lib/use-lunatic/props/propValue.spec.js.map +1 -0
  495. package/lib/use-lunatic/reducer/commons/auto-explore-loop.d.ts +5 -0
  496. package/lib/use-lunatic/reducer/commons/auto-explore-loop.js +42 -52
  497. package/lib/use-lunatic/reducer/commons/auto-explore-loop.js.map +1 -0
  498. package/lib/use-lunatic/reducer/commons/index.js +3 -28
  499. package/lib/use-lunatic/reducer/commons/index.js.map +1 -0
  500. package/lib/use-lunatic/reducer/commons/resize-array-variable.js +16 -26
  501. package/lib/use-lunatic/reducer/commons/resize-array-variable.js.map +1 -0
  502. package/lib/use-lunatic/reducer/commons/validate-condition-filter.d.ts +6 -0
  503. package/lib/use-lunatic/reducer/commons/validate-condition-filter.js +11 -28
  504. package/lib/use-lunatic/reducer/commons/validate-condition-filter.js.map +1 -0
  505. package/lib/use-lunatic/reducer/controls/check-base-control.d.ts +2 -0
  506. package/lib/use-lunatic/reducer/controls/check-base-control.js +35 -39
  507. package/lib/use-lunatic/reducer/controls/check-base-control.js.map +1 -0
  508. package/lib/use-lunatic/reducer/controls/check-roundabout-control.d.ts +9 -0
  509. package/lib/use-lunatic/reducer/controls/check-roundabout-control.js +16 -46
  510. package/lib/use-lunatic/reducer/controls/check-roundabout-control.js.map +1 -0
  511. package/lib/use-lunatic/reducer/overview/overviewOnInit.d.ts +6 -0
  512. package/lib/use-lunatic/reducer/overview/overviewOnInit.js +49 -0
  513. package/lib/use-lunatic/reducer/overview/overviewOnInit.js.map +1 -0
  514. package/lib/use-lunatic/reducer/reduce-go-next-page.d.ts +2 -0
  515. package/lib/use-lunatic/reducer/reduce-go-next-page.js +32 -52
  516. package/lib/use-lunatic/reducer/reduce-go-next-page.js.map +1 -0
  517. package/lib/use-lunatic/reducer/reduce-go-previous-page.d.ts +2 -0
  518. package/lib/use-lunatic/reducer/reduce-go-previous-page.js +28 -46
  519. package/lib/use-lunatic/reducer/reduce-go-previous-page.js.map +1 -0
  520. package/lib/use-lunatic/reducer/reduce-go-to-page.d.ts +3 -0
  521. package/lib/use-lunatic/reducer/reduce-go-to-page.js +52 -68
  522. package/lib/use-lunatic/reducer/reduce-go-to-page.js.map +1 -0
  523. package/lib/use-lunatic/reducer/reduce-handle-changes.d.ts +6 -0
  524. package/lib/use-lunatic/reducer/reduce-handle-changes.js +24 -0
  525. package/lib/use-lunatic/reducer/reduce-handle-changes.js.map +1 -0
  526. package/lib/use-lunatic/reducer/reducer.d.ts +3 -0
  527. package/lib/use-lunatic/reducer/reducer.js +19 -35
  528. package/lib/use-lunatic/reducer/reducer.js.map +1 -0
  529. package/lib/use-lunatic/reducer/reducerInitializer.d.ts +11 -0
  530. package/lib/use-lunatic/reducer/reducerInitializer.js +121 -0
  531. package/lib/use-lunatic/reducer/reducerInitializer.js.map +1 -0
  532. package/lib/use-lunatic/replace-component-sequence.d.ts +9 -0
  533. package/lib/use-lunatic/replace-component-sequence.js +12 -23
  534. package/lib/use-lunatic/replace-component-sequence.js.map +1 -0
  535. package/lib/use-lunatic/type.d.ts +165 -0
  536. package/lib/use-lunatic/type.js +2 -5
  537. package/lib/use-lunatic/type.js.map +1 -0
  538. package/lib/use-lunatic/use-lunatic.d.ts +56 -0
  539. package/lib/use-lunatic/use-lunatic.js +135 -214
  540. package/lib/use-lunatic/use-lunatic.js.map +1 -0
  541. package/lib/utils/array.d.ts +28 -0
  542. package/lib/utils/array.js +63 -102
  543. package/lib/utils/array.js.map +1 -0
  544. package/lib/utils/array.spec.js +39 -32
  545. package/lib/utils/array.spec.js.map +1 -0
  546. package/lib/utils/constants/alphabet.js +2 -7
  547. package/lib/utils/constants/alphabet.js.map +1 -0
  548. package/lib/utils/constants/features.d.ts +4 -0
  549. package/lib/utils/constants/features.js +5 -9
  550. package/lib/utils/constants/features.js.map +1 -0
  551. package/lib/utils/constants/index.js +6 -60
  552. package/lib/utils/constants/index.js.map +1 -0
  553. package/lib/utils/constants/links.js +3 -8
  554. package/lib/utils/constants/links.js.map +1 -0
  555. package/lib/utils/constants/missing.js +3 -8
  556. package/lib/utils/constants/missing.js.map +1 -0
  557. package/lib/utils/constants/variable-status.js +6 -11
  558. package/lib/utils/constants/variable-status.js.map +1 -0
  559. package/lib/utils/constants/variable-types.js +2 -7
  560. package/lib/utils/constants/variable-types.js.map +1 -0
  561. package/lib/utils/dom.js +16 -20
  562. package/lib/utils/dom.js.map +1 -0
  563. package/lib/utils/env.js +13 -17
  564. package/lib/utils/env.js.map +1 -0
  565. package/lib/utils/function.d.ts +5 -0
  566. package/lib/utils/function.js +20 -7
  567. package/lib/utils/function.js.map +1 -0
  568. package/lib/utils/is-element.js +5 -9
  569. package/lib/utils/is-element.js.map +1 -0
  570. package/lib/utils/is-object.js +4 -10
  571. package/lib/utils/is-object.js.map +1 -0
  572. package/lib/utils/logger.js +11 -39
  573. package/lib/utils/logger.js.map +1 -0
  574. package/lib/utils/number.js +23 -33
  575. package/lib/utils/number.js.map +1 -0
  576. package/lib/utils/number.spec.js +10 -11
  577. package/lib/utils/number.spec.js.map +1 -0
  578. package/lib/utils/object.d.ts +6 -0
  579. package/lib/utils/object.js +20 -31
  580. package/lib/utils/object.js.map +1 -0
  581. package/lib/utils/search/SearchInterface.d.ts +12 -0
  582. package/lib/utils/search/SearchInterface.js +2 -0
  583. package/lib/utils/search/SearchInterface.js.map +1 -0
  584. package/lib/utils/search/SearchMinisearch.d.ts +11 -0
  585. package/lib/utils/search/SearchMinisearch.js +40 -0
  586. package/lib/utils/search/SearchMinisearch.js.map +1 -0
  587. package/lib/utils/search/SuggestersDatabase.d.ts +15 -0
  588. package/lib/utils/search/SuggestersDatabase.js +37 -0
  589. package/lib/utils/search/SuggestersDatabase.js.map +1 -0
  590. package/lib/utils/search/melauto.d.ts +15 -0
  591. package/lib/utils/search/melauto.js +41 -0
  592. package/lib/utils/search/melauto.js.map +1 -0
  593. package/lib/utils/search/tokenizer.d.ts +14 -0
  594. package/lib/utils/search/tokenizer.js +57 -0
  595. package/lib/utils/search/tokenizer.js.map +1 -0
  596. package/lib/utils/to-number.js +10 -15
  597. package/lib/utils/to-number.js.map +1 -0
  598. package/lib/utils/variables.d.ts +13 -0
  599. package/lib/utils/variables.js +16 -23
  600. package/lib/utils/variables.js.map +1 -0
  601. package/lib/utils/variables.spec.js +75 -66
  602. package/lib/utils/variables.spec.js.map +1 -0
  603. package/lib/utils/vtl.js +76 -83
  604. package/lib/utils/vtl.js.map +1 -0
  605. package/package.json +54 -107
  606. package/README.fr.md +0 -186
  607. package/lib/components/CheckboxGroup/CheckboxGroup.scss +0 -13
  608. package/lib/components/CheckboxOne/CheckboxOne.scss +0 -19
  609. package/lib/components/Datepicker/Datepicker.scss +0 -19
  610. package/lib/components/Datepicker/__snapshots__/Datepicker.spec.tsx.snap +0 -166
  611. package/lib/components/Dropdown/Dropdown.scss +0 -38
  612. package/lib/components/Dropdown/__snapshots__/Dropdown.spec.tsx.snap +0 -85
  613. package/lib/components/Dropdown/helpers.js +0 -94
  614. package/lib/components/Duration/Duration.scss +0 -9
  615. package/lib/components/Input/Input.scss +0 -42
  616. package/lib/components/Input/__snapshots__/Input.spec.tsx.snap +0 -36
  617. package/lib/components/InputNumber/InputNumber.scss +0 -11
  618. package/lib/components/InputNumber/__snapshots__/InputNumber.spec.tsx.snap +0 -40
  619. package/lib/components/Radio/Radio.scss +0 -19
  620. package/lib/components/RosterForLoop/RosterForLoop.scss +0 -39
  621. package/lib/components/RosterForLoop/__snapshots__/RosterForLoop.spec.tsx.snap +0 -95
  622. package/lib/components/Roundabout/Roundabout.scss +0 -13
  623. package/lib/components/Sequence/Sequence.scss +0 -10
  624. package/lib/components/Suggester/Suggester.scss +0 -170
  625. package/lib/components/Suggester/SuggesterStatus.js +0 -46
  626. package/lib/components/Suggester/helpers.js +0 -50
  627. package/lib/components/Switch/switch.scss +0 -45
  628. package/lib/components/Textarea/Textarea.scss +0 -8
  629. package/lib/components/Textarea/__snapshots__/Textarea.spec.tsx.snap +0 -32
  630. package/lib/components/index.scss +0 -154
  631. package/lib/components/shared/Button/Button.scss +0 -24
  632. package/lib/components/shared/Button/IconButton.scss +0 -33
  633. package/lib/components/shared/Button/__snapshots__/Button.spec.tsx.snap +0 -80
  634. package/lib/components/shared/Checkbox/CheckboxOption.scss +0 -19
  635. package/lib/components/shared/Combobox/Combobox.scss +0 -206
  636. package/lib/components/shared/Combobox/Selection/__snapshots__/ComboboxSelection.spec.tsx.snap +0 -76
  637. package/lib/components/shared/ComponentErrors/ComponentErrors.scss +0 -5
  638. package/lib/components/shared/Declarations/Declarations.scss +0 -42
  639. package/lib/components/shared/Fieldset/Fieldset.scss +0 -5
  640. package/lib/components/shared/Icons/lunatic-icon.scss +0 -4
  641. package/lib/components/shared/Label/Label.scss +0 -6
  642. package/lib/components/shared/MDLabel/MDLabelLink.js +0 -75
  643. package/lib/components/shared/Missing/Missing.scss +0 -27
  644. package/lib/components/shared/ModalControls/ModalControls.scss +0 -48
  645. package/lib/components/shared/Radio/RadioGroup.scss +0 -21
  646. package/lib/components/shared/Table/Table.scss +0 -27
  647. package/lib/components/shared/VariableStatus/VariableStatus.js +0 -72
  648. package/lib/components/shared/VariableStatus/VariableStatus.scss +0 -39
  649. package/lib/components/shared/VariableStatus/VariableStatus.spec.js +0 -24
  650. package/lib/components/shared/VariableStatus/icons/edited.png +0 -0
  651. package/lib/components/shared/VariableStatus/icons/forced.png +0 -0
  652. package/lib/components/shared/suggester-loader-widget/dragger/dragger.js +0 -84
  653. package/lib/components/shared/suggester-loader-widget/dragger/dragger.scss +0 -8
  654. package/lib/components/shared/suggester-loader-widget/dragger/dragger.spec.js +0 -89
  655. package/lib/components/shared/suggester-loader-widget/dragger/index.js +0 -13
  656. package/lib/components/shared/suggester-loader-widget/index.js +0 -13
  657. package/lib/components/shared/suggester-loader-widget/is-network/index.js +0 -13
  658. package/lib/components/shared/suggester-loader-widget/is-network/is-network.js +0 -52
  659. package/lib/components/shared/suggester-loader-widget/is-network/is-network.spec.js +0 -34
  660. package/lib/components/shared/suggester-loader-widget/is-network/use-online-status.js +0 -45
  661. package/lib/components/shared/suggester-loader-widget/is-network/use-online-status.spec.js +0 -40
  662. package/lib/components/shared/suggester-loader-widget/loader-row.js +0 -103
  663. package/lib/components/shared/suggester-loader-widget/loader.js +0 -132
  664. package/lib/components/shared/suggester-loader-widget/progress.js +0 -40
  665. package/lib/components/shared/suggester-loader-widget/tools/action-tool.js +0 -29
  666. package/lib/components/shared/suggester-loader-widget/tools/index.js +0 -20
  667. package/lib/components/shared/suggester-loader-widget/tools/tools.js +0 -17
  668. package/lib/components/shared/suggester-loader-widget/widget-container.js +0 -43
  669. package/lib/components/shared/suggester-loader-widget/widget.js +0 -133
  670. package/lib/components/shared/suggester-loader-widget/widget.scss +0 -176
  671. package/lib/css/components/Button.scss +0 -24
  672. package/lib/css/components/CheckboxGroup.scss +0 -13
  673. package/lib/css/components/CheckboxOne.scss +0 -19
  674. package/lib/css/components/CheckboxOption.scss +0 -19
  675. package/lib/css/components/Combobox.scss +0 -206
  676. package/lib/css/components/ComponentErrors.scss +0 -5
  677. package/lib/css/components/Datepicker.scss +0 -19
  678. package/lib/css/components/Declarations.scss +0 -42
  679. package/lib/css/components/Dragger.scss +0 -8
  680. package/lib/css/components/Dropdown.scss +0 -38
  681. package/lib/css/components/Duration.scss +0 -9
  682. package/lib/css/components/Fieldset.scss +0 -5
  683. package/lib/css/components/IconButton.scss +0 -38
  684. package/lib/css/components/Input.scss +0 -42
  685. package/lib/css/components/InputNumber.scss +0 -11
  686. package/lib/css/components/Label.scss +0 -6
  687. package/lib/css/components/Missing.scss +0 -27
  688. package/lib/css/components/ModalControls.scss +0 -48
  689. package/lib/css/components/RadioGroup.scss +0 -21
  690. package/lib/css/components/RosterForLoop.scss +0 -39
  691. package/lib/css/components/Roundabout.scss +0 -13
  692. package/lib/css/components/Sequence.scss +0 -10
  693. package/lib/css/components/Suggester.scss +0 -170
  694. package/lib/css/components/SuggesterWidget.scss +0 -176
  695. package/lib/css/components/Table.scss +0 -27
  696. package/lib/css/components/Textarea.scss +0 -8
  697. package/lib/css/components/VariableStatus.scss +0 -36
  698. package/lib/css/main.scss +0 -181
  699. package/lib/hooks/use-ref-sync.js +0 -15
  700. package/lib/hooks/useSuggesterInfo.js +0 -69
  701. package/lib/insee.d.js +0 -1
  702. package/lib/src/components/CheckboxBoolean/CheckboxBoolean.d.ts +0 -11
  703. package/lib/src/components/CheckboxGroup/CheckboxGroup.d.ts +0 -11
  704. package/lib/src/components/CheckboxGroup/CustomCheckboxGroup.d.ts +0 -13
  705. package/lib/src/components/CheckboxOne/CheckboxOne.d.ts +0 -5
  706. package/lib/src/components/Datepicker/Datepicker.d.ts +0 -10
  707. package/lib/src/components/Dropdown/Dropdown.d.ts +0 -10
  708. package/lib/src/components/Dropdown/helpers.d.ts +0 -19
  709. package/lib/src/components/Duration/Duration.d.ts +0 -10
  710. package/lib/src/components/Input/Input.d.ts +0 -10
  711. package/lib/src/components/InputNumber/InputNumber.d.ts +0 -10
  712. package/lib/src/components/Loop/Loop.d.ts +0 -15
  713. package/lib/src/components/LunaticComponents.d.ts +0 -25
  714. package/lib/src/components/Radio/Radio.d.ts +0 -12
  715. package/lib/src/components/Sequence/Sequence.d.ts +0 -2
  716. package/lib/src/components/Subsequence/Subsequence.d.ts +0 -2
  717. package/lib/src/components/Suggester/CustomSuggester.d.ts +0 -29
  718. package/lib/src/components/Suggester/Suggester.d.ts +0 -2
  719. package/lib/src/components/Suggester/SuggesterNotification.d.ts +0 -10
  720. package/lib/src/components/Suggester/SuggesterStatus.d.ts +0 -23
  721. package/lib/src/components/Suggester/SuggesterType.d.ts +0 -6
  722. package/lib/src/components/Suggester/helpers.d.ts +0 -6
  723. package/lib/src/components/Switch/Switch.d.ts +0 -19
  724. package/lib/src/components/Textarea/Textarea.d.ts +0 -10
  725. package/lib/src/components/library.d.ts +0 -94
  726. package/lib/src/components/shared/Button/Button.d.ts +0 -11
  727. package/lib/src/components/shared/Checkbox/CheckboxOption.d.ts +0 -14
  728. package/lib/src/components/shared/Combobox/Combobox.d.ts +0 -21
  729. package/lib/src/components/shared/Combobox/ComboboxType.d.ts +0 -50
  730. package/lib/src/components/shared/Combobox/Panel/ComboboxPanel.d.ts +0 -5
  731. package/lib/src/components/shared/Combobox/Selection/ComboboxClearButton.d.ts +0 -9
  732. package/lib/src/components/shared/ComponentWrapper.d.ts +0 -26
  733. package/lib/src/components/shared/HOC/slottableComponent.d.ts +0 -105
  734. package/lib/src/components/shared/MDLabel/MDLabel.d.ts +0 -7
  735. package/lib/src/components/shared/MDLabel/MDLabelLink.d.ts +0 -8
  736. package/lib/src/components/shared/Missing/Missing.d.ts +0 -13
  737. package/lib/src/components/shared/ModalControls/ModalControls.d.ts +0 -10
  738. package/lib/src/components/shared/Radio/RadioGroup.d.ts +0 -22
  739. package/lib/src/components/shared/Table/TableHeader.d.ts +0 -2
  740. package/lib/src/components/shared/Table/Tbody.d.ts +0 -7
  741. package/lib/src/components/shared/Table/Td.d.ts +0 -11
  742. package/lib/src/components/shared/Table/Th.d.ts +0 -11
  743. package/lib/src/components/shared/Table/Thead.d.ts +0 -7
  744. package/lib/src/components/shared/Table/Tr.d.ts +0 -8
  745. package/lib/src/components/shared/VariableStatus/VariableStatus.d.ts +0 -6
  746. package/lib/src/components/shared/suggester-loader-widget/dragger/dragger.d.ts +0 -16
  747. package/lib/src/components/shared/suggester-loader-widget/dragger/index.d.ts +0 -1
  748. package/lib/src/components/shared/suggester-loader-widget/index.d.ts +0 -1
  749. package/lib/src/components/shared/suggester-loader-widget/is-network/index.d.ts +0 -1
  750. package/lib/src/components/shared/suggester-loader-widget/is-network/is-network.d.ts +0 -6
  751. package/lib/src/components/shared/suggester-loader-widget/is-network/is-network.spec.d.ts +0 -1
  752. package/lib/src/components/shared/suggester-loader-widget/is-network/use-online-status.d.ts +0 -2
  753. package/lib/src/components/shared/suggester-loader-widget/is-network/use-online-status.spec.d.ts +0 -1
  754. package/lib/src/components/shared/suggester-loader-widget/loader-row.d.ts +0 -11
  755. package/lib/src/components/shared/suggester-loader-widget/loader.d.ts +0 -13
  756. package/lib/src/components/shared/suggester-loader-widget/progress.d.ts +0 -7
  757. package/lib/src/components/shared/suggester-loader-widget/tools/action-tool.d.ts +0 -9
  758. package/lib/src/components/shared/suggester-loader-widget/tools/index.d.ts +0 -2
  759. package/lib/src/components/shared/suggester-loader-widget/tools/tools.d.ts +0 -3
  760. package/lib/src/components/shared/suggester-loader-widget/widget-container.d.ts +0 -8
  761. package/lib/src/components/shared/suggester-loader-widget/widget.d.ts +0 -15
  762. package/lib/src/components/type.d.ts +0 -275
  763. package/lib/src/hooks/use-track-changes.d.ts +0 -17
  764. package/lib/src/hooks/useSuggesterInfo.d.ts +0 -9
  765. package/lib/src/i18n/dictionary.d.ts +0 -41
  766. package/lib/src/i18n/index.d.ts +0 -7
  767. package/lib/src/index.d.ts +0 -13
  768. package/lib/src/use-lunatic/actions.d.ts +0 -117
  769. package/lib/src/use-lunatic/commons/check-loops.d.ts +0 -3
  770. package/lib/src/use-lunatic/commons/check-pager.d.ts +0 -5
  771. package/lib/src/use-lunatic/commons/compile-controls.d.ts +0 -9
  772. package/lib/src/use-lunatic/commons/compose.d.ts +0 -3
  773. package/lib/src/use-lunatic/commons/create-map-pages.d.ts +0 -7
  774. package/lib/src/use-lunatic/commons/execute-condition-filter.d.ts +0 -3
  775. package/lib/src/use-lunatic/commons/fill-components/fill-component-expressions.d.ts +0 -15
  776. package/lib/src/use-lunatic/commons/fill-components/fill-component-required.d.ts +0 -419
  777. package/lib/src/use-lunatic/commons/fill-components/fill-component-value.d.ts +0 -5
  778. package/lib/src/use-lunatic/commons/fill-components/fill-component-value.spec.d.ts +0 -1
  779. package/lib/src/use-lunatic/commons/fill-components/fill-components.d.ts +0 -23
  780. package/lib/src/use-lunatic/commons/fill-components/fill-from-state.d.ts +0 -827
  781. package/lib/src/use-lunatic/commons/fill-components/fill-iterations.d.ts +0 -122
  782. package/lib/src/use-lunatic/commons/fill-components/fill-management.d.ts +0 -6
  783. package/lib/src/use-lunatic/commons/fill-components/fill-missing-response.d.ts +0 -12
  784. package/lib/src/use-lunatic/commons/fill-components/fill-pagination.d.ts +0 -9
  785. package/lib/src/use-lunatic/commons/fill-components/fill-specific-expression.d.ts +0 -1200
  786. package/lib/src/use-lunatic/commons/fill-components/index.d.ts +0 -1
  787. package/lib/src/use-lunatic/commons/get-components-from-state.d.ts +0 -6
  788. package/lib/src/use-lunatic/commons/getOverview.d.ts +0 -19
  789. package/lib/src/use-lunatic/commons/index.d.ts +0 -9
  790. package/lib/src/use-lunatic/commons/is-First-last-page.d.ts +0 -6
  791. package/lib/src/use-lunatic/commons/page-navigation.d.ts +0 -7
  792. package/lib/src/use-lunatic/commons/page-tag.d.ts +0 -12
  793. package/lib/src/use-lunatic/commons/page.d.ts +0 -11
  794. package/lib/src/use-lunatic/commons/use-components-from-state.d.ts +0 -3
  795. package/lib/src/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +0 -7
  796. package/lib/src/use-lunatic/commons/variables/behaviours/missing-behaviour.d.ts +0 -7
  797. package/lib/src/use-lunatic/commons/variables/behaviours/resizing-behaviour.d.ts +0 -7
  798. package/lib/src/use-lunatic/commons/variables/get-questionnaire-data.d.ts +0 -4
  799. package/lib/src/use-lunatic/commons/variables/lunatic-variables-store.d.ts +0 -86
  800. package/lib/src/use-lunatic/hooks/use-loop-variables.d.ts +0 -5
  801. package/lib/src/use-lunatic/hooks/use-page-has-response.d.ts +0 -6
  802. package/lib/src/use-lunatic/initial-state.d.ts +0 -3
  803. package/lib/src/use-lunatic/reducer/commons/auto-explore-loop.d.ts +0 -5
  804. package/lib/src/use-lunatic/reducer/commons/validate-condition-filter.d.ts +0 -6
  805. package/lib/src/use-lunatic/reducer/controls/check-base-control.d.ts +0 -2
  806. package/lib/src/use-lunatic/reducer/controls/check-roundabout-control.d.ts +0 -10
  807. package/lib/src/use-lunatic/reducer/index.d.ts +0 -1
  808. package/lib/src/use-lunatic/reducer/overview/overview-on-change.d.ts +0 -2
  809. package/lib/src/use-lunatic/reducer/overview/overview-on-init.d.ts +0 -107
  810. package/lib/src/use-lunatic/reducer/reduce-go-next-page.d.ts +0 -2
  811. package/lib/src/use-lunatic/reducer/reduce-go-previous-page.d.ts +0 -3
  812. package/lib/src/use-lunatic/reducer/reduce-go-to-page.d.ts +0 -4
  813. package/lib/src/use-lunatic/reducer/reduce-handle-change.d.ts +0 -6
  814. package/lib/src/use-lunatic/reducer/reduce-on-init.d.ts +0 -4
  815. package/lib/src/use-lunatic/reducer/reduce-on-set-waiting.d.ts +0 -4
  816. package/lib/src/use-lunatic/reducer/reduce-update-state.d.ts +0 -3
  817. package/lib/src/use-lunatic/reducer/reducer.d.ts +0 -4
  818. package/lib/src/use-lunatic/replace-component-sequence.d.ts +0 -29
  819. package/lib/src/use-lunatic/type-source.d.ts +0 -304
  820. package/lib/src/use-lunatic/type.d.ts +0 -148
  821. package/lib/src/use-lunatic/use-lunatic.d.ts +0 -589
  822. package/lib/src/use-lunatic/use-lunatic.test.d.ts +0 -1
  823. package/lib/src/use-lunatic/use-suggesters.d.ts +0 -20
  824. package/lib/src/utils/array.d.ts +0 -28
  825. package/lib/src/utils/constants/features.d.ts +0 -3
  826. package/lib/src/utils/function.d.ts +0 -4
  827. package/lib/src/utils/idb-tools/clear-store.d.ts +0 -2
  828. package/lib/src/utils/idb-tools/create-db-opener.d.ts +0 -13
  829. package/lib/src/utils/idb-tools/create-open-db.d.ts +0 -2
  830. package/lib/src/utils/idb-tools/get-entity.d.ts +0 -2
  831. package/lib/src/utils/idb-tools/get-idb.d.ts +0 -2
  832. package/lib/src/utils/idb-tools/idb-bulk-insert.d.ts +0 -16
  833. package/lib/src/utils/idb-tools/idb-types.d.ts +0 -16
  834. package/lib/src/utils/idb-tools/index.d.ts +0 -7
  835. package/lib/src/utils/idb-tools/insert-entity.d.ts +0 -2
  836. package/lib/src/utils/idb-tools/open-db.d.ts +0 -2
  837. package/lib/src/utils/idb-tools/open-or-create-db.d.ts +0 -2
  838. package/lib/src/utils/object.d.ts +0 -5
  839. package/lib/src/utils/store-tools/clear-store-data.d.ts +0 -2
  840. package/lib/src/utils/store-tools/clear-store-info.d.ts +0 -2
  841. package/lib/src/utils/store-tools/create/create.d.ts +0 -4
  842. package/lib/src/utils/store-tools/create/index.d.ts +0 -2
  843. package/lib/src/utils/store-tools/create/update-store-info.d.ts +0 -2
  844. package/lib/src/utils/store-tools/get-store-count.d.ts +0 -2
  845. package/lib/src/utils/store-tools/index.d.ts +0 -7
  846. package/lib/src/utils/store-tools/initStore.d.ts +0 -2
  847. package/lib/src/utils/store-tools/open-or-create-store.d.ts +0 -2
  848. package/lib/src/utils/store-tools/use-store-index.d.ts +0 -4
  849. package/lib/src/utils/suggester-workers/append-to-index/append.d.ts +0 -6
  850. package/lib/src/utils/suggester-workers/append-to-index/create-append-task.d.ts +0 -7
  851. package/lib/src/utils/suggester-workers/append-to-index/index.d.ts +0 -2
  852. package/lib/src/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.d.ts +0 -2
  853. package/lib/src/utils/suggester-workers/create-worker.d.ts +0 -1
  854. package/lib/src/utils/suggester-workers/searching/compute-score.d.ts +0 -3
  855. package/lib/src/utils/suggester-workers/searching/meloto-order.d.ts +0 -25
  856. package/lib/src/utils/suggester-workers/worker-path.d.ts +0 -6
  857. package/lib/src/utils/variables.d.ts +0 -13
  858. package/lib/stories/behaviour/cleaning/cleaning.stories.js +0 -90
  859. package/lib/stories/behaviour/cleaning/source-loop.json +0 -130
  860. package/lib/stories/behaviour/cleaning/source.json +0 -151
  861. package/lib/stories/behaviour/controls/V2_Controles_BouclesLiees2_PasPageFin.json +0 -709
  862. package/lib/stories/behaviour/controls/boucles-n.json +0 -202
  863. package/lib/stories/behaviour/controls/controls-externes.json +0 -75
  864. package/lib/stories/behaviour/controls/controls-externes.stories.js +0 -60
  865. package/lib/stories/behaviour/controls/controls.stories.js +0 -98
  866. package/lib/stories/behaviour/controls/loop.json +0 -130
  867. package/lib/stories/behaviour/controls/simple-numeric.json +0 -1966
  868. package/lib/stories/behaviour/controls/simple.json +0 -666
  869. package/lib/stories/behaviour/missing/missing.stories.js +0 -90
  870. package/lib/stories/behaviour/missing/source.json +0 -822
  871. package/lib/stories/behaviour/others/V2_DeclarationsSimples.json +0 -964
  872. package/lib/stories/behaviour/others/V2_MinMaxSum_Boucles.json +0 -509
  873. package/lib/stories/behaviour/others/V2_QuestSimple_Boucles.json +0 -4354
  874. package/lib/stories/behaviour/others/V2_TCMRallyeGames.json +0 -2892
  875. package/lib/stories/behaviour/others/test-dylan.json +0 -558
  876. package/lib/stories/behaviour/others/test.stories.js +0 -87
  877. package/lib/stories/behaviour/paste/source.json +0 -44949
  878. package/lib/stories/behaviour/paste/test.stories.js +0 -83
  879. package/lib/stories/behaviour/performance/performance.stories.js +0 -47
  880. package/lib/stories/behaviour/performance/source.json +0 -172
  881. package/lib/stories/behaviour/resizing/resizing.stories.js +0 -90
  882. package/lib/stories/behaviour/resizing/source-resizing-cleaning.json +0 -171
  883. package/lib/stories/behaviour/resizing/source.json +0 -789
  884. package/lib/stories/behaviour/slots.stories.js +0 -64
  885. package/lib/stories/checkbox-boolean/checkboxBoolean.stories.js +0 -32
  886. package/lib/stories/checkbox-boolean/source.json +0 -58
  887. package/lib/stories/checkbox-group/checkbox-group.stories.js +0 -46
  888. package/lib/stories/checkbox-group/source.json +0 -402
  889. package/lib/stories/checkbox-group/sourceLoop.json +0 -83
  890. package/lib/stories/checkbox-one/checkboxOne.stories.js +0 -41
  891. package/lib/stories/checkbox-one/source.json +0 -52
  892. package/lib/stories/date-picker/data.json +0 -3
  893. package/lib/stories/date-picker/datepicker.stories.js +0 -38
  894. package/lib/stories/date-picker/source.json +0 -65
  895. package/lib/stories/declaration/data.json +0 -1
  896. package/lib/stories/declaration/input.stories.js +0 -34
  897. package/lib/stories/declaration/source.json +0 -84
  898. package/lib/stories/disabled/data.json +0 -32
  899. package/lib/stories/disabled/disabled.stories.js +0 -34
  900. package/lib/stories/disabled/source.json +0 -382
  901. package/lib/stories/dropdown/data.json +0 -16
  902. package/lib/stories/dropdown/dropdown.stories.js +0 -37
  903. package/lib/stories/dropdown/source.json +0 -141
  904. package/lib/stories/duration/duration.stories.js +0 -38
  905. package/lib/stories/duration/mois.json +0 -32
  906. package/lib/stories/duration/time.json +0 -32
  907. package/lib/stories/filter-description/filter-description.stories.js +0 -47
  908. package/lib/stories/filter-description/source-options.json +0 -81
  909. package/lib/stories/filter-description/source.json +0 -12
  910. package/lib/stories/input/data.json +0 -1
  911. package/lib/stories/input/input.stories.js +0 -34
  912. package/lib/stories/input/source.json +0 -35
  913. package/lib/stories/input-number/input-number.stories.js +0 -32
  914. package/lib/stories/input-number/source.json +0 -31
  915. package/lib/stories/loop/loop.stories.js +0 -46
  916. package/lib/stories/loop/roster-for-loop.stories.js +0 -126
  917. package/lib/stories/loop/source-bloc.json +0 -85
  918. package/lib/stories/loop/source-paginated.json +0 -113
  919. package/lib/stories/loop/source-roster.json +0 -114
  920. package/lib/stories/loop/source-with-header.json +0 -127
  921. package/lib/stories/markdown/markdown.stories.js +0 -32
  922. package/lib/stories/markdown/source.json +0 -40
  923. package/lib/stories/overview/data.json +0 -1
  924. package/lib/stories/overview/overview.stories.js +0 -35
  925. package/lib/stories/overview/source.json +0 -28
  926. package/lib/stories/overview/sourceWithHierarchy.json +0 -6298
  927. package/lib/stories/pairwise/data.json +0 -12
  928. package/lib/stories/pairwise/pairwise-links.stories.js +0 -134
  929. package/lib/stories/pairwise/source.json +0 -266
  930. package/lib/stories/question/question.stories.js +0 -28
  931. package/lib/stories/question/source.json +0 -220
  932. package/lib/stories/questionnaires/logement/data.json +0 -2686
  933. package/lib/stories/questionnaires/logement/logement.stories.js +0 -72
  934. package/lib/stories/questionnaires/logement/source-sequence.json +0 -34181
  935. package/lib/stories/questionnaires/logement/source-sum.json +0 -31806
  936. package/lib/stories/questionnaires/logement/source.json +0 -34191
  937. package/lib/stories/questionnaires/recensement/data.json +0 -12
  938. package/lib/stories/questionnaires/recensement/recensement.stories.js +0 -50
  939. package/lib/stories/questionnaires/recensement/source.json +0 -15190
  940. package/lib/stories/questionnaires/rp/data.json +0 -5
  941. package/lib/stories/questionnaires/rp/rp.stories.js +0 -35
  942. package/lib/stories/questionnaires/rp/source.json +0 -262
  943. package/lib/stories/questionnaires/simpsons/simpsons.stories.js +0 -547
  944. package/lib/stories/questionnaires/simpsons/source.json +0 -6296
  945. package/lib/stories/questionnaires2023/bySequence/source.json +0 -5054
  946. package/lib/stories/questionnaires2023/bySequence/ticWeb.stories.js +0 -62
  947. package/lib/stories/questionnaires2023/famille/famille.stories.js +0 -62
  948. package/lib/stories/questionnaires2023/famille/source.json +0 -50344
  949. package/lib/stories/questionnaires2023/simpsons/simpsons.stories.js +0 -62
  950. package/lib/stories/questionnaires2023/simpsons/source.json +0 -5176
  951. package/lib/stories/questionnaires2023/ticTel/source.json +0 -12888
  952. package/lib/stories/questionnaires2023/ticTel/ticWeb.stories.js +0 -62
  953. package/lib/stories/questionnaires2023/ticWeb/source.json +0 -11331
  954. package/lib/stories/questionnaires2023/ticWeb/ticWeb.stories.js +0 -62
  955. package/lib/stories/radio/radio.stories.js +0 -41
  956. package/lib/stories/radio/source.json +0 -51
  957. package/lib/stories/roundabout/data1.json +0 -25
  958. package/lib/stories/roundabout/data2.json +0 -25
  959. package/lib/stories/roundabout/roundabout.stories.js +0 -42
  960. package/lib/stories/roundabout/source.json +0 -286
  961. package/lib/stories/sequence/sequence.stories.js +0 -38
  962. package/lib/stories/sequence/source-declarations.json +0 -40
  963. package/lib/stories/sequence/source.json +0 -17
  964. package/lib/stories/suggester/SuggesterNotification.js +0 -26
  965. package/lib/stories/suggester/fakeReferentiel.json +0 -12
  966. package/lib/stories/suggester/source-option-responses.json +0 -145
  967. package/lib/stories/suggester/source.json +0 -398
  968. package/lib/stories/suggester/suggester-workers.stories.js +0 -249
  969. package/lib/stories/suggester/suggester.stories.js +0 -81
  970. package/lib/stories/summary/data.json +0 -32
  971. package/lib/stories/summary/source.json +0 -368
  972. package/lib/stories/summary/summary.stories.js +0 -35
  973. package/lib/stories/switch/README.md +0 -31
  974. package/lib/stories/switch/data-forced.json +0 -48
  975. package/lib/stories/switch/source.json +0 -80
  976. package/lib/stories/switch/switch.stories.js +0 -32
  977. package/lib/stories/table/data-roster.json +0 -1
  978. package/lib/stories/table/data.json +0 -1
  979. package/lib/stories/table/source-colspan.json +0 -314
  980. package/lib/stories/table/source-roster.json +0 -513
  981. package/lib/stories/table/source.json +0 -31
  982. package/lib/stories/table/table-dynamique.json +0 -67
  983. package/lib/stories/table/table.stories.js +0 -54
  984. package/lib/stories/textarea/data.json +0 -1
  985. package/lib/stories/textarea/source.json +0 -35
  986. package/lib/stories/textarea/textarea.stories.js +0 -34
  987. package/lib/stories/utils/custom-lunatic.scss +0 -28
  988. package/lib/stories/utils/default-arg-types.js +0 -21
  989. package/lib/stories/utils/options.js +0 -28
  990. package/lib/stories/utils/orchestrator.js +0 -319
  991. package/lib/stories/utils/orchestrator.scss +0 -54
  992. package/lib/stories/utils/overview.js +0 -53
  993. package/lib/stories/utils/overview.scss +0 -30
  994. package/lib/stories/utils/referentiel.js +0 -33
  995. package/lib/stories/utils/waiting/index.js +0 -13
  996. package/lib/stories/utils/waiting/preloader.svg +0 -1
  997. package/lib/stories/utils/waiting/waiting.js +0 -32
  998. package/lib/stories/utils/waiting/waiting.scss +0 -21
  999. package/lib/test.d.js +0 -3
  1000. package/lib/use-lunatic/commons/fill-components/fill-component-required.js +0 -23
  1001. package/lib/use-lunatic/commons/fill-components/fill-component-value.js +0 -46
  1002. package/lib/use-lunatic/commons/fill-components/fill-component-value.spec.js +0 -67
  1003. package/lib/use-lunatic/commons/fill-components/fill-from-state.js +0 -38
  1004. package/lib/use-lunatic/commons/fill-components/fill-iterations.js +0 -45
  1005. package/lib/use-lunatic/commons/fill-components/fill-management.js +0 -22
  1006. package/lib/use-lunatic/commons/fill-components/fill-missing-response.js +0 -29
  1007. package/lib/use-lunatic/commons/fill-components/fill-pagination.js +0 -23
  1008. package/lib/use-lunatic/commons/fill-components/fill-specific-expression.js +0 -162
  1009. package/lib/use-lunatic/commons/fill-components/index.js +0 -13
  1010. package/lib/use-lunatic/commons/getOverview.js +0 -39
  1011. package/lib/use-lunatic/commons/use-components-from-state.js +0 -28
  1012. package/lib/use-lunatic/initial-state.js +0 -54
  1013. package/lib/use-lunatic/reducer/index.js +0 -13
  1014. package/lib/use-lunatic/reducer/overview/overview-on-change.js +0 -48
  1015. package/lib/use-lunatic/reducer/overview/overview-on-init.js +0 -106
  1016. package/lib/use-lunatic/reducer/reduce-handle-change.js +0 -29
  1017. package/lib/use-lunatic/reducer/reduce-on-init.js +0 -148
  1018. package/lib/use-lunatic/reducer/reduce-on-set-waiting.js +0 -20
  1019. package/lib/use-lunatic/reducer/reduce-update-state.js +0 -22
  1020. package/lib/use-lunatic/type-source.js +0 -5
  1021. package/lib/use-lunatic/use-lunatic.test.js +0 -352
  1022. package/lib/use-lunatic/use-suggesters.js +0 -178
  1023. package/lib/utils/idb-tools/clear-store.js +0 -39
  1024. package/lib/utils/idb-tools/create-db-opener.js +0 -53
  1025. package/lib/utils/idb-tools/create-open-db.js +0 -28
  1026. package/lib/utils/idb-tools/get-entity.js +0 -20
  1027. package/lib/utils/idb-tools/get-idb.js +0 -12
  1028. package/lib/utils/idb-tools/idb-bulk-insert.js +0 -126
  1029. package/lib/utils/idb-tools/idb-types.js +0 -5
  1030. package/lib/utils/idb-tools/index.js +0 -64
  1031. package/lib/utils/idb-tools/insert-entity.js +0 -20
  1032. package/lib/utils/idb-tools/open-db.js +0 -24
  1033. package/lib/utils/idb-tools/open-or-create-db.js +0 -43
  1034. package/lib/utils/store-tools/clear-store-data.js +0 -32
  1035. package/lib/utils/store-tools/clear-store-info.js +0 -32
  1036. package/lib/utils/store-tools/create/create.js +0 -50
  1037. package/lib/utils/store-tools/create/index.js +0 -20
  1038. package/lib/utils/store-tools/create/update-store-info.js +0 -26
  1039. package/lib/utils/store-tools/get-store-count.js +0 -23
  1040. package/lib/utils/store-tools/index.js +0 -54
  1041. package/lib/utils/store-tools/initStore.js +0 -57
  1042. package/lib/utils/store-tools/open-or-create-store.js +0 -51
  1043. package/lib/utils/store-tools/use-store-index.js +0 -57
  1044. package/lib/utils/suggester-workers/append-to-index/append.js +0 -78
  1045. package/lib/utils/suggester-workers/append-to-index/append.worker.js +0 -32
  1046. package/lib/utils/suggester-workers/append-to-index/create-append-task.js +0 -70
  1047. package/lib/utils/suggester-workers/append-to-index/index.js +0 -20
  1048. package/lib/utils/suggester-workers/append-to-index/prepare-entities.js +0 -87
  1049. package/lib/utils/suggester-workers/append-to-index/store-messages.js +0 -44
  1050. package/lib/utils/suggester-workers/commons-tokenizer/create-entity-tokenizer.js +0 -53
  1051. package/lib/utils/suggester-workers/commons-tokenizer/create-fields-tokenizer.js +0 -76
  1052. package/lib/utils/suggester-workers/commons-tokenizer/create-filter-stop-words.js +0 -35
  1053. package/lib/utils/suggester-workers/commons-tokenizer/filters/compose-filters.js +0 -20
  1054. package/lib/utils/suggester-workers/commons-tokenizer/filters/create-filter-stop-words.js +0 -35
  1055. package/lib/utils/suggester-workers/commons-tokenizer/filters/create-filter-stop-words.spec.js +0 -15
  1056. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-accents.js +0 -18
  1057. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-accents.spec.js +0 -17
  1058. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-double.js +0 -24
  1059. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-double.spec.js +0 -24
  1060. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-length.js +0 -14
  1061. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-length.spec.js +0 -24
  1062. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-stemmer.js +0 -22
  1063. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-stemmer.spec.js +0 -17
  1064. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-synonyms.js +0 -52
  1065. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-synonyms.spec.js +0 -13
  1066. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-to-lower.js +0 -15
  1067. package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-to-lower.spec.js +0 -15
  1068. package/lib/utils/suggester-workers/commons-tokenizer/filters/index.js +0 -20
  1069. package/lib/utils/suggester-workers/commons-tokenizer/filters/stop-words.js +0 -8
  1070. package/lib/utils/suggester-workers/commons-tokenizer/get-regexp-from-pattern.js +0 -13
  1071. package/lib/utils/suggester-workers/commons-tokenizer/get-stemmer.js +0 -22
  1072. package/lib/utils/suggester-workers/commons-tokenizer/get-stemmer.spec.js +0 -11
  1073. package/lib/utils/suggester-workers/commons-tokenizer/index.js +0 -69
  1074. package/lib/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.js +0 -17
  1075. package/lib/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.spec.js +0 -10
  1076. package/lib/utils/suggester-workers/commons-tokenizer/soft-tokenizer.js +0 -11
  1077. package/lib/utils/suggester-workers/create-worker.js +0 -60
  1078. package/lib/utils/suggester-workers/find-best-label/find-best-label.js +0 -62
  1079. package/lib/utils/suggester-workers/find-best-label/find-best-label.worker.js +0 -53
  1080. package/lib/utils/suggester-workers/find-best-label/index.js +0 -1
  1081. package/lib/utils/suggester-workers/find-best-label/tokenize.js +0 -44
  1082. package/lib/utils/suggester-workers/find-best-label/tokenize.spec.js +0 -25
  1083. package/lib/utils/suggester-workers/searching/compute-score.js +0 -30
  1084. package/lib/utils/suggester-workers/searching/get-db.js +0 -47
  1085. package/lib/utils/suggester-workers/searching/index.js +0 -13
  1086. package/lib/utils/suggester-workers/searching/meloto-order.js +0 -54
  1087. package/lib/utils/suggester-workers/searching/meloto-order.spec.js +0 -67
  1088. package/lib/utils/suggester-workers/searching/order/create-alphanumeric-orderer.js +0 -27
  1089. package/lib/utils/suggester-workers/searching/order/index.js +0 -24
  1090. package/lib/utils/suggester-workers/searching/query-parser/index.js +0 -20
  1091. package/lib/utils/suggester-workers/searching/query-parser/query-parser-soft.js +0 -11
  1092. package/lib/utils/suggester-workers/searching/query-parser/query-parser-soft.spec.js +0 -27
  1093. package/lib/utils/suggester-workers/searching/query-parser/query-parser-tokenized.js +0 -34
  1094. package/lib/utils/suggester-workers/searching/resolve-query-parser.js +0 -56
  1095. package/lib/utils/suggester-workers/searching/search-in-index.js +0 -21
  1096. package/lib/utils/suggester-workers/searching/searching.js +0 -150
  1097. package/lib/utils/suggester-workers/searching/searching.worker.js +0 -26
  1098. package/lib/utils/suggester-workers/worker-path.js +0 -29
  1099. package/scripts/build/add-workers-to-public.js +0 -44
  1100. package/scripts/build/workers-paths.js +0 -53
  1101. package/workers-release/lunatic-append-worker-0.3.0.js +0 -2
  1102. package/workers-release/lunatic-append-worker-0.3.0.js.LICENSE.txt +0 -24
  1103. package/workers-release/lunatic-label-worker-0.3.0.js +0 -2
  1104. package/workers-release/lunatic-label-worker-0.3.0.js.LICENSE.txt +0 -13
  1105. package/workers-release/lunatic-search-worker-0.3.0.js +0 -2
  1106. package/workers-release/lunatic-search-worker-0.3.0.js.LICENSE.txt +0 -24
  1107. /package/lib/{src/components → components}/CheckboxBoolean/CheckboxBoolean.spec.d.ts +0 -0
  1108. /package/lib/{src/components → components}/CheckboxGroup/CustomCheckboxGroup.spec.d.ts +0 -0
  1109. /package/lib/{src/components → components}/CheckboxOne/CheckboxOne.spec.d.ts +0 -0
  1110. /package/lib/{src/components → components}/Datepicker/Datepicker.spec.d.ts +0 -0
  1111. /package/lib/{src/components → components}/Datepicker/DatepickerField.d.ts +0 -0
  1112. /package/lib/{src/components → components}/Dropdown/Dropdown.spec.d.ts +0 -0
  1113. /package/lib/{src/components → components}/Dropdown/renderer/SimpleLabelRenderer.d.ts +0 -0
  1114. /package/lib/{src/components → components}/Dropdown/renderer/SimpleOptionRenderer.d.ts +0 -0
  1115. /package/lib/{src/components → components}/Duration/durationUtils.d.ts +0 -0
  1116. /package/lib/{src/components → components}/Duration/formatDuration.d.ts +0 -0
  1117. /package/lib/{src/components → components}/Duration/formatDuration.spec.d.ts +0 -0
  1118. /package/lib/{src/components → components}/Duration/getDurationFromValue.d.ts +0 -0
  1119. /package/lib/{src/components → components}/FilterDescription/FilterDescription.d.ts +0 -0
  1120. /package/lib/{src/components → components}/FilterDescription/FilterDescription.spec.d.ts +0 -0
  1121. /package/lib/{src/components → components}/Input/Input.spec.d.ts +0 -0
  1122. /package/lib/{src/components → components}/InputNumber/InputNumber.spec.d.ts +0 -0
  1123. /package/lib/{src/components → components}/InputNumber/InputNumberThousand.d.ts +0 -0
  1124. /package/lib/{src/components → components}/Loop/constant.d.ts +0 -0
  1125. /package/lib/{src/components → components}/PairwiseLinks/PairwiseLinks.d.ts +0 -0
  1126. /package/lib/{src/components → components}/Question/Question.d.ts +0 -0
  1127. /package/lib/{src/components → components}/RosterForLoop/RosterForLoop.d.ts +0 -0
  1128. /package/lib/{src/components → components}/RosterForLoop/RosterForLoop.spec.d.ts +0 -0
  1129. /package/lib/{src/components → components}/Roundabout/CustomRoundabout.d.ts +0 -0
  1130. /package/lib/{src/components → components}/Roundabout/Roundabout.d.ts +0 -0
  1131. /package/lib/{src/components → components}/Roundabout/RoundaboutItButton.d.ts +0 -0
  1132. /package/lib/{src/components → components}/Roundabout/RoundaboutItButton.spec.d.ts +0 -0
  1133. /package/lib/{src/components → components}/Roundabout/RoundaboutRedirect.d.ts +0 -0
  1134. /package/lib/{src/components → components}/Roundabout/extra.d.ts +0 -0
  1135. /package/lib/{src/components → components}/Roundabout/redirect.spec.d.ts +0 -0
  1136. /package/lib/{src/components → components}/Roundabout/roundabout.spec.d.ts +0 -0
  1137. /package/lib/{src/components → components}/Subsequence/Subsequence.spec.d.ts +0 -0
  1138. /package/lib/{src/components → components}/Summary/Summary.d.ts +0 -0
  1139. /package/lib/{src/components → components}/Table/Table.d.ts +0 -0
  1140. /package/lib/{src/components → components}/Textarea/Textarea.spec.d.ts +0 -0
  1141. /package/lib/{src/components → components}/shared/Button/Button.spec.d.ts +0 -0
  1142. /package/lib/{src/components → components}/shared/Button/IconButton.d.ts +0 -0
  1143. /package/lib/{src/components → components}/shared/Button/IconButton.spec.d.ts +0 -0
  1144. /package/lib/{src/components → components}/shared/Checkbox/CheckboxOption.spec.d.ts +0 -0
  1145. /package/lib/{src/components → components}/shared/Checkbox/getShortcutKey.d.ts +0 -0
  1146. /package/lib/{src/components → components}/shared/Combobox/Combobox.stories.d.ts +0 -0
  1147. /package/lib/{src/components → components}/shared/Combobox/ComboboxContainer.d.ts +0 -0
  1148. /package/lib/{src/components → components}/shared/Combobox/ComboboxContainer.spec.d.ts +0 -0
  1149. /package/lib/{src/components → components}/shared/Combobox/ComboboxContent.d.ts +0 -0
  1150. /package/lib/{src/components → components}/shared/Combobox/ComboboxContentBox.d.ts +0 -0
  1151. /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOption.d.ts +0 -0
  1152. /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOption.spec.d.ts +0 -0
  1153. /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.d.ts +0 -0
  1154. /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.spec.d.ts +0 -0
  1155. /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanel.spec.d.ts +0 -0
  1156. /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.d.ts +0 -0
  1157. /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.spec.d.ts +0 -0
  1158. /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxClearButton.spec.d.ts +0 -0
  1159. /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxInput.d.ts +0 -0
  1160. /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.d.ts +0 -0
  1161. /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.spec.d.ts +0 -0
  1162. /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxSelection.d.ts +0 -0
  1163. /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxSelection.spec.d.ts +0 -0
  1164. /package/lib/{src/components → components}/shared/Combobox/constants.d.ts +0 -0
  1165. /package/lib/{src/components → components}/shared/Combobox/index.d.ts +0 -0
  1166. /package/lib/{src/components → components}/shared/ComponentErrors/ComponentErrors.d.ts +0 -0
  1167. /package/lib/{src/components → components}/shared/ComponentErrors/ComponentErrors.spec.d.ts +0 -0
  1168. /package/lib/{src/components → components}/shared/Declarations/Declarations.d.ts +0 -0
  1169. /package/lib/{src/components → components}/shared/Declarations/Declarations.spec.d.ts +0 -0
  1170. /package/lib/{src/components → components}/shared/Fieldset/Fieldset.d.ts +0 -0
  1171. /package/lib/{src/components → components}/shared/Fieldset/Fieldset.spec.d.ts +0 -0
  1172. /package/lib/{src/components → components}/shared/Icons/checkbox-checked-icon.d.ts +0 -0
  1173. /package/lib/{src/components → components}/shared/Icons/checkbox-unchecked-icon.d.ts +0 -0
  1174. /package/lib/{src/components → components}/shared/Icons/closed-icon.d.ts +0 -0
  1175. /package/lib/{src/components → components}/shared/Icons/cross-icon.d.ts +0 -0
  1176. /package/lib/{src/components → components}/shared/Icons/icon-props.d.ts +0 -0
  1177. /package/lib/{src/components → components}/shared/Icons/index.d.ts +0 -0
  1178. /package/lib/{src/components → components}/shared/Icons/load-icon.d.ts +0 -0
  1179. /package/lib/{src/components → components}/shared/Icons/lunatic-icon.d.ts +0 -0
  1180. /package/lib/{src/components → components}/shared/Icons/network-icon.d.ts +0 -0
  1181. /package/lib/{src/components → components}/shared/Icons/on-drag-icon.d.ts +0 -0
  1182. /package/lib/{src/components → components}/shared/Icons/opened-icon.d.ts +0 -0
  1183. /package/lib/{src/components → components}/shared/Icons/radio-checked-icon.d.ts +0 -0
  1184. /package/lib/{src/components → components}/shared/Icons/radio-unchecked-icon.d.ts +0 -0
  1185. /package/lib/{src/components → components}/shared/Label/Label.d.ts +0 -0
  1186. /package/lib/{src/components → components}/shared/Label/Label.spec.d.ts +0 -0
  1187. /package/lib/{src/components → components}/shared/LabelDescription.d.ts +0 -0
  1188. /package/lib/{src/components → components}/shared/MDLabel/MDLabel.spec.d.ts +0 -0
  1189. /package/lib/{src/components → components}/shared/MDLabel/RouterLink.d.ts +0 -0
  1190. /package/lib/{src/components → components}/shared/MDLabel/generateUniqueId.d.ts +0 -0
  1191. /package/lib/{src/components → components}/shared/Missing/Missing.spec.d.ts +0 -0
  1192. /package/lib/{src/components → components}/shared/ModalControls/ModalControls.spec.d.ts +0 -0
  1193. /package/lib/{src/components → components}/shared/Notification.d.ts +0 -0
  1194. /package/lib/{src/components → components}/shared/Radio/RadioOption.d.ts +0 -0
  1195. /package/lib/{src/components → components}/shared/Radio/RadioOption.spec.d.ts +0 -0
  1196. /package/lib/{src/components → components}/shared/Table/Table.d.ts +0 -0
  1197. /package/lib/{src/components → components}/shared/Table/Table.spec.d.ts +0 -0
  1198. /package/lib/{src/components → components}/shared/Table/Tbody.spec.d.ts +0 -0
  1199. /package/lib/{src/components → components}/shared/Table/Td.spec.d.ts +0 -0
  1200. /package/lib/{src/components → components}/shared/Table/Th.spec.d.ts +0 -0
  1201. /package/lib/{src/components → components}/shared/Table/Thead.spec.d.ts +0 -0
  1202. /package/lib/{src/components → components}/shared/Table/Tr.spec.d.ts +0 -0
  1203. /package/lib/{src/components → components}/shared/Table/index.d.ts +0 -0
  1204. /package/lib/{src/constants → constants}/component-types.d.ts +0 -0
  1205. /package/lib/{src/constants → constants}/declarations.d.ts +0 -0
  1206. /package/lib/{src/constants → constants}/event-types.d.ts +0 -0
  1207. /package/lib/{src/constants → constants}/index.d.ts +0 -0
  1208. /package/lib/{src/constants → constants}/indexedDBStore.d.ts +0 -0
  1209. /package/lib/{src/constants → constants}/supported-preferences.d.ts +0 -0
  1210. /package/lib/{src/constants → constants}/value-types.d.ts +0 -0
  1211. /package/lib/{src/constants → constants}/variable-types.d.ts +0 -0
  1212. /package/lib/{src/hooks → hooks}/use-auto-focus.d.ts +0 -0
  1213. /package/lib/{src/hooks → hooks}/use-why-render.d.ts +0 -0
  1214. /package/lib/{src/hooks → hooks}/useDocumentEvent.d.ts +0 -0
  1215. /package/lib/{src/hooks → hooks}/useListKeyboardHandler.d.ts +0 -0
  1216. /package/lib/{src/hooks/use-ref-sync.d.ts → hooks/useRefSync.d.ts} +0 -0
  1217. /package/lib/{src/i18n → i18n}/build-dictionary.d.ts +0 -0
  1218. /package/lib/{src/i18n → i18n}/inputNumberProps.d.ts +0 -0
  1219. /package/lib/{components/Suggester/icons → icons}/alert-icon.svg +0 -0
  1220. /package/lib/{components/Suggester/icons → icons}/wait-icon.svg +0 -0
  1221. /package/lib/{components/Suggester/icons → icons}/warn-icon.svg +0 -0
  1222. /package/lib/{src/type.utils.d.ts → type.utils.d.ts} +0 -0
  1223. /package/lib/{src/use-lunatic → use-lunatic}/commons/component.d.ts +0 -0
  1224. /package/lib/{src/use-lunatic → use-lunatic}/commons/fill-components/fill-component-expressions.spec.d.ts +0 -0
  1225. /package/lib/{src/use-lunatic → use-lunatic}/commons/get-compatible-vtl-expression.d.ts +0 -0
  1226. /package/lib/{src/use-lunatic → use-lunatic}/commons/is-paginated-loop.d.ts +0 -0
  1227. /package/lib/{src/use-lunatic → use-lunatic}/commons/is-roundabout.d.ts +0 -0
  1228. /package/lib/{src/use-lunatic → use-lunatic}/commons/page-navigation.spec.d.ts +0 -0
  1229. /package/lib/{src/components/shared/VariableStatus/VariableStatus.spec.d.ts → use-lunatic/commons/page-tag.spec.d.ts} +0 -0
  1230. /package/lib/{src/use-lunatic → use-lunatic}/commons/variables/lunatic-variables-store.spec.d.ts +0 -0
  1231. /package/lib/{src/use-lunatic → use-lunatic}/index.d.ts +0 -0
  1232. /package/lib/{src/use-lunatic → use-lunatic}/lunatic-context.d.ts +0 -0
  1233. /package/lib/{src/components/shared/suggester-loader-widget/dragger/dragger.spec.d.ts → use-lunatic/props/propValue.spec.d.ts} +0 -0
  1234. /package/lib/{src/use-lunatic → use-lunatic}/reducer/commons/index.d.ts +0 -0
  1235. /package/lib/{src/use-lunatic → use-lunatic}/reducer/commons/resize-array-variable.d.ts +0 -0
  1236. /package/lib/{src/utils → utils}/array.spec.d.ts +0 -0
  1237. /package/lib/{src/utils → utils}/constants/alphabet.d.ts +0 -0
  1238. /package/lib/{src/utils → utils}/constants/index.d.ts +0 -0
  1239. /package/lib/{src/utils → utils}/constants/links.d.ts +0 -0
  1240. /package/lib/{src/utils → utils}/constants/missing.d.ts +0 -0
  1241. /package/lib/{src/utils → utils}/constants/variable-status.d.ts +0 -0
  1242. /package/lib/{src/utils → utils}/constants/variable-types.d.ts +0 -0
  1243. /package/lib/{src/utils → utils}/dom.d.ts +0 -0
  1244. /package/lib/{src/utils → utils}/env.d.ts +0 -0
  1245. /package/lib/{src/utils → utils}/is-element.d.ts +0 -0
  1246. /package/lib/{src/utils → utils}/is-object.d.ts +0 -0
  1247. /package/lib/{src/utils → utils}/logger.d.ts +0 -0
  1248. /package/lib/{src/utils → utils}/number.d.ts +0 -0
  1249. /package/lib/{src/utils → utils}/number.spec.d.ts +0 -0
  1250. /package/lib/{src/utils → utils}/to-number.d.ts +0 -0
  1251. /package/lib/{src/utils → utils}/variables.spec.d.ts +0 -0
  1252. /package/lib/{src/utils → utils}/vtl.d.ts +0 -0
@@ -1,1966 +0,0 @@
1
- {
2
- "id": "kzfezgxb",
3
- "modele": "QTESTCONTR",
4
- "enoCoreVersion": "2.3.7-dev-lunatic-v2",
5
- "lunaticModelVersion": "2.2.13-dev-lunatic-v2",
6
- "generatingDate": "19-07-2022 10:10:33",
7
- "missing": false,
8
- "pagination": "question",
9
- "maxPage": "21",
10
- "label": {
11
- "value": "\"QNONREG Controles Numériques VTL\"",
12
- "type": "VTL|MD"
13
- },
14
- "components": [
15
- {
16
- "id": "kd09v80w",
17
- "componentType": "Sequence",
18
- "page": "1",
19
- "label": {
20
- "value": "\"Tests sur variables numériques\"",
21
- "type": "VTL|MD"
22
- },
23
- "conditionFilter": { "value": "true", "type": "VTL" },
24
- "hierarchy": {
25
- "sequence": {
26
- "id": "kd09v80w",
27
- "page": "1",
28
- "label": {
29
- "value": "\"Tests sur variables numériques\"",
30
- "type": "VTL|MD"
31
- }
32
- }
33
- }
34
- },
35
-
36
- {
37
- "id": "kd0cbson",
38
- "componentType": "Subsequence",
39
- "goToPage": "2",
40
- "label": {
41
- "value": "\"Tests simples sur des entiers\"",
42
- "type": "VTL|MD"
43
- },
44
- "conditionFilter": { "value": "true", "type": "VTL" },
45
- "hierarchy": {
46
- "sequence": {
47
- "id": "kd09v80w",
48
- "page": "1",
49
- "label": {
50
- "value": "\"Tests sur variables numériques\"",
51
- "type": "VTL|MD"
52
- }
53
- },
54
- "subSequence": {
55
- "id": "kd0cbson",
56
- "page": "2",
57
- "label": {
58
- "value": "\"Tests simples sur des entiers\"",
59
- "type": "VTL|MD"
60
- }
61
- }
62
- }
63
- },
64
-
65
- {
66
- "id": "k0dzbfek",
67
- "componentType": "InputNumber",
68
- "mandatory": false,
69
- "page": "2",
70
- "min": 0,
71
- "max": 100,
72
- "decimals": 0,
73
- "label": {
74
- "value": "\"➡ 1. \" || \"Test de supériorité stricte - Saisie d’un nombre compris entre 0 et 100 - Si valeur supérieure à 5 message d’info. si superieur à 6,5 autre message \"",
75
- "type": "VTL|MD"
76
- },
77
- "declarations": [
78
- {
79
- "id": "k0dzbfek-kzgzg0bk",
80
- "declarationType": "HELP",
81
- "position": "AFTER_QUESTION_TEXT",
82
- "label": {
83
- "value": "\"Tester 2 et 20 (pour vérifier ordre numérique et lexico)\"",
84
- "type": "VTL|MD"
85
- }
86
- }
87
- ],
88
- "conditionFilter": { "value": "true", "type": "VTL" },
89
- "controls": [
90
- {
91
- "id": "k0dzbfek-CI-0",
92
- "criticality": "WARN",
93
- "control": {
94
- "value": "not(cast(nvl(QNUM,0),integer) > 5)",
95
- "type": "VTL"
96
- },
97
- "errorMessage": { "value": "\"sup à 5\"", "type": "VTL|MD" },
98
- "bindingDependencies": ["QNUM"]
99
- },
100
-
101
- {
102
- "id": "k0dzbfek-CI-1",
103
- "criticality": "WARN",
104
- "control": {
105
- "value": "not(cast(nvl(QNUM,0),integer) > 6.5)",
106
- "type": "VTL"
107
- },
108
- "errorMessage": { "value": "\"superieur à 6.5\"", "type": "VTL|MD" },
109
- "bindingDependencies": ["QNUM"]
110
- }
111
- ],
112
- "hierarchy": {
113
- "sequence": {
114
- "id": "kd09v80w",
115
- "page": "1",
116
- "label": {
117
- "value": "\"Tests sur variables numériques\"",
118
- "type": "VTL|MD"
119
- }
120
- },
121
- "subSequence": {
122
- "id": "kd0cbson",
123
- "page": "2",
124
- "label": {
125
- "value": "\"Tests simples sur des entiers\"",
126
- "type": "VTL|MD"
127
- }
128
- }
129
- },
130
- "bindingDependencies": ["QNUM"],
131
- "response": { "name": "QNUM" }
132
- },
133
-
134
- {
135
- "id": "kd0a6rn3",
136
- "componentType": "InputNumber",
137
- "mandatory": false,
138
- "page": "3",
139
- "min": 0,
140
- "max": 100,
141
- "decimals": 0,
142
- "label": {
143
- "value": "\"➡ 2. \" || \"Test sur valeur numérique vide\"",
144
- "type": "VTL|MD"
145
- },
146
- "conditionFilter": { "value": "true", "type": "VTL" },
147
- "controls": [
148
- {
149
- "id": "kd0a6rn3-CI-0",
150
- "criticality": "WARN",
151
- "control": { "value": "not(isnull(QNUM2))", "type": "VTL" },
152
- "errorMessage": {
153
- "value": "\"vous n’avez pas répondu à la question\"",
154
- "type": "VTL|MD"
155
- },
156
- "bindingDependencies": ["QNUM2"]
157
- }
158
- ],
159
- "hierarchy": {
160
- "sequence": {
161
- "id": "kd09v80w",
162
- "page": "1",
163
- "label": {
164
- "value": "\"Tests sur variables numériques\"",
165
- "type": "VTL|MD"
166
- }
167
- },
168
- "subSequence": {
169
- "id": "kd0cbson",
170
- "page": "2",
171
- "label": {
172
- "value": "\"Tests simples sur des entiers\"",
173
- "type": "VTL|MD"
174
- }
175
- }
176
- },
177
- "bindingDependencies": ["QNUM2"],
178
- "response": { "name": "QNUM2" }
179
- },
180
-
181
- {
182
- "id": "kd0a8h62",
183
- "componentType": "InputNumber",
184
- "mandatory": false,
185
- "page": "4",
186
- "min": 0,
187
- "max": 100,
188
- "decimals": 0,
189
- "label": {
190
- "value": "\"➡ 3. \" || \"Test d’infériorité stricte - Saisie d’un nombre compris entre 0 et 100 - Message si valeur inférieure à 8 \"",
191
- "type": "VTL|MD"
192
- },
193
- "declarations": [
194
- {
195
- "id": "kd0a8h62-kzgzr5b4",
196
- "declarationType": "HELP",
197
- "position": "AFTER_QUESTION_TEXT",
198
- "label": {
199
- "value": "\"Tester 2 et 20 (pour vérifier ordre numérique et lexico)\"",
200
- "type": "VTL|MD"
201
- }
202
- }
203
- ],
204
- "conditionFilter": { "value": "true", "type": "VTL" },
205
- "controls": [
206
- {
207
- "id": "kd0a8h62-CI-0",
208
- "criticality": "WARN",
209
- "control": {
210
- "value": "not(cast(nvl(QNUM3,0),integer) < 8)",
211
- "type": "VTL"
212
- },
213
- "errorMessage": {
214
- "value": "\"le nombre saisi est inférieur à 8\"",
215
- "type": "VTL|MD"
216
- },
217
- "bindingDependencies": ["QNUM3"]
218
- }
219
- ],
220
- "hierarchy": {
221
- "sequence": {
222
- "id": "kd09v80w",
223
- "page": "1",
224
- "label": {
225
- "value": "\"Tests sur variables numériques\"",
226
- "type": "VTL|MD"
227
- }
228
- },
229
- "subSequence": {
230
- "id": "kd0cbson",
231
- "page": "2",
232
- "label": {
233
- "value": "\"Tests simples sur des entiers\"",
234
- "type": "VTL|MD"
235
- }
236
- }
237
- },
238
- "bindingDependencies": ["QNUM3"],
239
- "response": { "name": "QNUM3" }
240
- },
241
-
242
- {
243
- "id": "kd0a4t4f",
244
- "componentType": "InputNumber",
245
- "mandatory": false,
246
- "page": "5",
247
- "min": 0,
248
- "max": 100,
249
- "decimals": 0,
250
- "label": {
251
- "value": "\"➡ 4. \" || \"Test de supériorité non stricte - Saisie d’un nombre compris entre 0 et 100 - Test si valeur supérieure à 5 \"",
252
- "type": "VTL|MD"
253
- },
254
- "declarations": [
255
- {
256
- "id": "kd0a4t4f-kzgzrq25",
257
- "declarationType": "HELP",
258
- "position": "AFTER_QUESTION_TEXT",
259
- "label": {
260
- "value": "\"Tester 2 et 20 (pour vérifier ordre numérique et lexico) Tester pour le cas d’égalité\"",
261
- "type": "VTL|MD"
262
- }
263
- }
264
- ],
265
- "conditionFilter": { "value": "true", "type": "VTL" },
266
- "controls": [
267
- {
268
- "id": "kd0a4t4f-CI-0",
269
- "criticality": "WARN",
270
- "control": {
271
- "value": "not(cast(nvl(QNUM4,0),integer) >=5)",
272
- "type": "VTL"
273
- },
274
- "errorMessage": {
275
- "value": "\"la valeur saisie est supérieure ou égale à 5\"",
276
- "type": "VTL|MD"
277
- },
278
- "bindingDependencies": ["QNUM4"]
279
- }
280
- ],
281
- "hierarchy": {
282
- "sequence": {
283
- "id": "kd09v80w",
284
- "page": "1",
285
- "label": {
286
- "value": "\"Tests sur variables numériques\"",
287
- "type": "VTL|MD"
288
- }
289
- },
290
- "subSequence": {
291
- "id": "kd0cbson",
292
- "page": "2",
293
- "label": {
294
- "value": "\"Tests simples sur des entiers\"",
295
- "type": "VTL|MD"
296
- }
297
- }
298
- },
299
- "bindingDependencies": ["QNUM4"],
300
- "response": { "name": "QNUM4" }
301
- },
302
-
303
- {
304
- "id": "kd0ac92p",
305
- "componentType": "InputNumber",
306
- "mandatory": false,
307
- "page": "6",
308
- "min": 0,
309
- "max": 100,
310
- "decimals": 0,
311
- "label": {
312
- "value": "\"➡ 5. \" || \"Test d’infériorité non stricte - Saisie d’un nombre compris entre 0 et 100 - Test si valeur inférieure à 8 \"",
313
- "type": "VTL|MD"
314
- },
315
- "declarations": [
316
- {
317
- "id": "kd0ac92p-kzgzp1k0",
318
- "declarationType": "HELP",
319
- "position": "AFTER_QUESTION_TEXT",
320
- "label": {
321
- "value": "\"Tester 2 et 20 (pour vérifier ordre numérique et lexico) Tester 8 pour le cas égalité\"",
322
- "type": "VTL|MD"
323
- }
324
- }
325
- ],
326
- "conditionFilter": { "value": "true", "type": "VTL" },
327
- "controls": [
328
- {
329
- "id": "kd0ac92p-CI-0",
330
- "criticality": "WARN",
331
- "control": {
332
- "value": "not(cast(nvl(QNUM5,0),integer) <= 8)",
333
- "type": "VTL"
334
- },
335
- "errorMessage": {
336
- "value": "\"La valeur saisie est inférieure ou égale à 8\"",
337
- "type": "VTL|MD"
338
- },
339
- "bindingDependencies": ["QNUM5"]
340
- }
341
- ],
342
- "hierarchy": {
343
- "sequence": {
344
- "id": "kd09v80w",
345
- "page": "1",
346
- "label": {
347
- "value": "\"Tests sur variables numériques\"",
348
- "type": "VTL|MD"
349
- }
350
- },
351
- "subSequence": {
352
- "id": "kd0cbson",
353
- "page": "2",
354
- "label": {
355
- "value": "\"Tests simples sur des entiers\"",
356
- "type": "VTL|MD"
357
- }
358
- }
359
- },
360
- "bindingDependencies": ["QNUM5"],
361
- "response": { "name": "QNUM5" }
362
- },
363
-
364
- {
365
- "id": "k1cahy88",
366
- "componentType": "InputNumber",
367
- "mandatory": false,
368
- "page": "7",
369
- "min": 0,
370
- "max": 9,
371
- "decimals": 0,
372
- "label": {
373
- "value": "\"➡ 6. \" || \"Test d’égalité - Message si = 4\"",
374
- "type": "VTL|MD"
375
- },
376
- "conditionFilter": { "value": "true", "type": "VTL" },
377
- "controls": [
378
- {
379
- "id": "k1cahy88-CI-0",
380
- "criticality": "WARN",
381
- "control": {
382
- "value": "not(cast(nvl(QNUM6,0),integer) = 4)",
383
- "type": "VTL"
384
- },
385
- "errorMessage": {
386
- "value": "\"la valeur est égale à 4\"",
387
- "type": "VTL|MD"
388
- },
389
- "bindingDependencies": ["QNUM6"]
390
- }
391
- ],
392
- "hierarchy": {
393
- "sequence": {
394
- "id": "kd09v80w",
395
- "page": "1",
396
- "label": {
397
- "value": "\"Tests sur variables numériques\"",
398
- "type": "VTL|MD"
399
- }
400
- },
401
- "subSequence": {
402
- "id": "kd0cbson",
403
- "page": "2",
404
- "label": {
405
- "value": "\"Tests simples sur des entiers\"",
406
- "type": "VTL|MD"
407
- }
408
- }
409
- },
410
- "bindingDependencies": ["QNUM6"],
411
- "response": { "name": "QNUM6" }
412
- },
413
-
414
- {
415
- "id": "kd0ch7pf",
416
- "componentType": "InputNumber",
417
- "mandatory": false,
418
- "page": "8",
419
- "min": 0,
420
- "max": 9,
421
- "decimals": 0,
422
- "label": {
423
- "value": "\"➡ 7. \" || \"Test d’égalité à 0 - Message si = 0 \"",
424
- "type": "VTL|MD"
425
- },
426
- "declarations": [
427
- {
428
- "id": "kd0ch7pf-kzgzyu8d",
429
- "declarationType": "HELP",
430
- "position": "AFTER_QUESTION_TEXT",
431
- "label": {
432
- "value": "\"Tester 0 Tester aussi en vidant la valeur\"",
433
- "type": "VTL|MD"
434
- }
435
- }
436
- ],
437
- "conditionFilter": { "value": "true", "type": "VTL" },
438
- "controls": [
439
- {
440
- "id": "kd0ch7pf-CI-0",
441
- "criticality": "WARN",
442
- "control": { "value": "not(cast(QNUM7,integer) = 0)", "type": "VTL" },
443
- "errorMessage": { "value": "\"La valeur est 0\"", "type": "VTL|MD" },
444
- "bindingDependencies": ["QNUM7"]
445
- },
446
-
447
- {
448
- "id": "kd0ch7pf-CI-1",
449
- "criticality": "WARN",
450
- "control": { "value": "not(isnull(QNUM7))", "type": "VTL" },
451
- "errorMessage": { "value": "\"valeur vide\"", "type": "VTL|MD" },
452
- "bindingDependencies": ["QNUM7"]
453
- }
454
- ],
455
- "hierarchy": {
456
- "sequence": {
457
- "id": "kd09v80w",
458
- "page": "1",
459
- "label": {
460
- "value": "\"Tests sur variables numériques\"",
461
- "type": "VTL|MD"
462
- }
463
- },
464
- "subSequence": {
465
- "id": "kd0cbson",
466
- "page": "2",
467
- "label": {
468
- "value": "Tests simples sur des entiers",
469
- "type": "VTL|MD"
470
- }
471
- }
472
- },
473
- "bindingDependencies": ["QNUM7"],
474
- "response": { "name": "QNUM7" }
475
- },
476
-
477
- {
478
- "id": "kd0aamy0",
479
- "componentType": "InputNumber",
480
- "mandatory": false,
481
- "page": "9",
482
- "min": -100,
483
- "max": 100,
484
- "decimals": 2,
485
- "label": {
486
- "value": "\"➡ 8. \" || \"TestS d’un relatif par rapport à une constante neg\"",
487
- "type": "VTL|MD"
488
- },
489
- "declarations": [
490
- {
491
- "id": "kd0aamy0-kzgzjdlf",
492
- "declarationType": "HELP",
493
- "position": "AFTER_QUESTION_TEXT",
494
- "label": {
495
- "value": "\"test des positionnements par rapport à -4\"",
496
- "type": "VTL|MD"
497
- }
498
- },
499
-
500
- {
501
- "id": "kd0aamy0-l5qs4feh",
502
- "declarationType": "HELP",
503
- "position": "AFTER_QUESTION_TEXT",
504
- "label": {
505
- "value": "En LunaticV1 impossible saisir un négatif",
506
- "type": "VTL|MD"
507
- }
508
- }
509
- ],
510
- "conditionFilter": { "value": "true", "type": "VTL" },
511
- "controls": [
512
- {
513
- "id": "kd0aamy0-CI-0",
514
- "criticality": "WARN",
515
- "control": {
516
- "value": "not(cast(nvl(REL,0),number) > -4)",
517
- "type": "VTL"
518
- },
519
- "errorMessage": {
520
- "value": "c’est supérieur strict",
521
- "type": "VTL|MD"
522
- },
523
- "bindingDependencies": ["REL"]
524
- },
525
-
526
- {
527
- "id": "kd0aamy0-CI-1",
528
- "criticality": "WARN",
529
- "control": {
530
- "value": "not(cast(nvl(REL,0),number) >= -4)",
531
- "type": "VTL"
532
- },
533
- "errorMessage": {
534
- "value": "c’est supérieur ou égal",
535
- "type": "VTL|MD"
536
- },
537
- "bindingDependencies": ["REL"]
538
- },
539
-
540
- {
541
- "id": "kd0aamy0-CI-2",
542
- "criticality": "WARN",
543
- "control": {
544
- "value": "not(cast(nvl(REL,0),number) < -4)",
545
- "type": "VTL"
546
- },
547
- "errorMessage": {
548
- "value": "c’est inférieur strict",
549
- "type": "VTL|MD"
550
- },
551
- "bindingDependencies": ["REL"]
552
- },
553
-
554
- {
555
- "id": "kd0aamy0-CI-3",
556
- "criticality": "WARN",
557
- "control": {
558
- "value": "not(cast(nvl(REL,0),number) <= -4)",
559
- "type": "VTL"
560
- },
561
- "errorMessage": {
562
- "value": "c’est inférieur ou égal",
563
- "type": "VTL|MD"
564
- },
565
- "bindingDependencies": ["REL"]
566
- },
567
-
568
- {
569
- "id": "kd0aamy0-CI-4",
570
- "criticality": "WARN",
571
- "control": {
572
- "value": "not(cast(nvl(REL,0),number) = -4)",
573
- "type": "VTL"
574
- },
575
- "errorMessage": { "value": "c’est égal", "type": "VTL|MD" },
576
- "bindingDependencies": ["REL"]
577
- },
578
-
579
- {
580
- "id": "kd0aamy0-CI-5",
581
- "criticality": "WARN",
582
- "control": {
583
- "value": "not(cast(nvl(REL,0),number) <> -4)",
584
- "type": "VTL"
585
- },
586
- "errorMessage": { "value": "c’est différent", "type": "VTL|MD" },
587
- "bindingDependencies": ["REL"]
588
- }
589
- ],
590
- "hierarchy": {
591
- "sequence": {
592
- "id": "kd09v80w",
593
- "page": "1",
594
- "label": {
595
- "value": "Tests sur variables numériques",
596
- "type": "VTL|MD"
597
- }
598
- },
599
- "subSequence": {
600
- "id": "kd0cbson",
601
- "page": "2",
602
- "label": {
603
- "value": "Tests simples sur des entiers",
604
- "type": "VTL|MD"
605
- }
606
- }
607
- },
608
- "bindingDependencies": ["REL"],
609
- "response": { "name": "REL" }
610
- },
611
-
612
- {
613
- "id": "kd0cdj48",
614
- "componentType": "Subsequence",
615
- "goToPage": "10",
616
- "label": {
617
- "value": "Tests sur des relatifs et des réels",
618
- "type": "VTL|MD"
619
- },
620
- "conditionFilter": { "value": "true", "type": "VTL" },
621
- "hierarchy": {
622
- "sequence": {
623
- "id": "kd09v80w",
624
- "page": "1",
625
- "label": {
626
- "value": "Tests sur variables numériques",
627
- "type": "VTL|MD"
628
- }
629
- },
630
- "subSequence": {
631
- "id": "kd0cdj48",
632
- "page": "10",
633
- "label": {
634
- "value": "Tests sur des relatifs et des réels",
635
- "type": "VTL|MD"
636
- }
637
- }
638
- }
639
- },
640
-
641
- {
642
- "id": "kd0aa5ah",
643
- "componentType": "InputNumber",
644
- "mandatory": false,
645
- "page": "10",
646
- "min": -100,
647
- "max": 100,
648
- "decimals": 2,
649
- "label": {
650
- "value": "\"➡ 9. \" || \"Test d’un réel par rapport à une constante - test des positionnements par rapport à -4.51 (sup, inf, égal)\"",
651
- "type": "VTL|MD"
652
- },
653
- "conditionFilter": { "value": "true", "type": "VTL" },
654
- "controls": [
655
- {
656
- "id": "kd0aa5ah-CI-0",
657
- "criticality": "WARN",
658
- "control": {
659
- "value": "not(cast(nvl(REEL,0),number) > -4.51)",
660
- "type": "VTL"
661
- },
662
- "errorMessage": {
663
- "value": "la valeur est supérieure à -4.51",
664
- "type": "VTL|MD"
665
- },
666
- "bindingDependencies": ["REEL"]
667
- },
668
-
669
- {
670
- "id": "kd0aa5ah-CI-1",
671
- "criticality": "WARN",
672
- "control": {
673
- "value": "not(cast(nvl(REEL,0),number) = -4.51)",
674
- "type": "VTL"
675
- },
676
- "errorMessage": {
677
- "value": "la valeur est égale à -4.51",
678
- "type": "VTL|MD"
679
- },
680
- "bindingDependencies": ["REEL"]
681
- },
682
-
683
- {
684
- "id": "kd0aa5ah-CI-2",
685
- "criticality": "WARN",
686
- "control": {
687
- "value": "not(cast(nvl(REEL,0),number) < -4.51)",
688
- "type": "VTL"
689
- },
690
- "errorMessage": {
691
- "value": "la valeur est inférieure à -4.51",
692
- "type": "VTL|MD"
693
- },
694
- "bindingDependencies": ["REEL"]
695
- }
696
- ],
697
- "hierarchy": {
698
- "sequence": {
699
- "id": "kd09v80w",
700
- "page": "1",
701
- "label": {
702
- "value": "Tests sur variables numériques",
703
- "type": "VTL|MD"
704
- }
705
- },
706
- "subSequence": {
707
- "id": "kd0cdj48",
708
- "page": "10",
709
- "label": {
710
- "value": "Tests sur des relatifs et des réels",
711
- "type": "VTL|MD"
712
- }
713
- }
714
- },
715
- "bindingDependencies": ["REEL"],
716
- "response": { "name": "REEL" }
717
- },
718
-
719
- {
720
- "id": "l5qvuk9e",
721
- "componentType": "InputNumber",
722
- "mandatory": false,
723
- "page": "11",
724
- "min": -100,
725
- "max": 100,
726
- "decimals": 2,
727
- "label": {
728
- "value": "\"➡ 10. \" || \"Test d’un réel par rapport à une constante - test des positionnements par rapport à 4.51 (sup, inf, égal)\"",
729
- "type": "VTL|MD"
730
- },
731
- "conditionFilter": { "value": "true", "type": "VTL" },
732
- "controls": [
733
- {
734
- "id": "l5qvuk9e-CI-0",
735
- "criticality": "WARN",
736
- "control": {
737
- "value": "not(cast(nvl(REEL2,0),number) > 4.51)",
738
- "type": "VTL"
739
- },
740
- "errorMessage": { "value": "superieur à 4.51", "type": "VTL|MD" },
741
- "bindingDependencies": ["REEL2"]
742
- },
743
-
744
- {
745
- "id": "l5qvuk9e-CI-1",
746
- "criticality": "WARN",
747
- "control": {
748
- "value": "not(cast(nvl(REEL2,0),number) < 4.51)",
749
- "type": "VTL"
750
- },
751
- "errorMessage": { "value": "inferieur à 4.51", "type": "VTL|MD" },
752
- "bindingDependencies": ["REEL2"]
753
- }
754
- ],
755
- "hierarchy": {
756
- "sequence": {
757
- "id": "kd09v80w",
758
- "page": "1",
759
- "label": {
760
- "value": "Tests sur variables numériques",
761
- "type": "VTL|MD"
762
- }
763
- },
764
- "subSequence": {
765
- "id": "kd0cdj48",
766
- "page": "10",
767
- "label": {
768
- "value": "Tests sur des relatifs et des réels",
769
- "type": "VTL|MD"
770
- }
771
- }
772
- },
773
- "bindingDependencies": ["REEL2"],
774
- "response": { "name": "REEL2" }
775
- },
776
-
777
- {
778
- "id": "l5qvtc2l",
779
- "componentType": "InputNumber",
780
- "mandatory": false,
781
- "page": "12",
782
- "min": -100,
783
- "max": 100,
784
- "decimals": 2,
785
- "label": {
786
- "value": "\"➡ 11. \" || \"Test d’un réel par rapport à une constante - test des positionnements par rapport à 4 (sup, égal)\"",
787
- "type": "VTL|MD"
788
- },
789
- "conditionFilter": { "value": "true", "type": "VTL" },
790
- "controls": [
791
- {
792
- "id": "l5qvtc2l-CI-0",
793
- "criticality": "WARN",
794
- "control": {
795
- "value": "not(cast(nvl(REEL3,0),number) > 4)",
796
- "type": "VTL"
797
- },
798
- "errorMessage": { "value": "superieur à 4", "type": "VTL|MD" },
799
- "bindingDependencies": ["REEL3"]
800
- },
801
-
802
- {
803
- "id": "l5qvtc2l-CI-1",
804
- "criticality": "WARN",
805
- "control": {
806
- "value": "not(cast(nvl(REEL3,0),number) < 4)",
807
- "type": "VTL"
808
- },
809
- "errorMessage": { "value": "inferieur à 4", "type": "VTL|MD" },
810
- "bindingDependencies": ["REEL3"]
811
- }
812
- ],
813
- "hierarchy": {
814
- "sequence": {
815
- "id": "kd09v80w",
816
- "page": "1",
817
- "label": {
818
- "value": "Tests sur variables numériques",
819
- "type": "VTL|MD"
820
- }
821
- },
822
- "subSequence": {
823
- "id": "kd0cdj48",
824
- "page": "10",
825
- "label": {
826
- "value": "Tests sur des relatifs et des réels",
827
- "type": "VTL|MD"
828
- }
829
- }
830
- },
831
- "bindingDependencies": ["REEL3"],
832
- "response": { "name": "REEL3" }
833
- },
834
-
835
- {
836
- "id": "kd0c3h3b",
837
- "componentType": "InputNumber",
838
- "mandatory": false,
839
- "page": "13",
840
- "min": 0,
841
- "max": 1.0e9,
842
- "decimals": 2,
843
- "label": {
844
- "value": "\"➡ 12. \" || \"Test d’un grand réel par rapport à une constante (max = 1000000000) - test des positionnements par rapport à 1000 - Personnalisation du message d’erreur avec la valeur (précision = 2, max = 1000000000)\"",
845
- "type": "VTL|MD"
846
- },
847
- "declarations": [
848
- {
849
- "id": "kd0c3h3b-l5qsemyu",
850
- "declarationType": "HELP",
851
- "position": "AFTER_QUESTION_TEXT",
852
- "label": {
853
- "value": "Rappel : posait souci dans Orbeon",
854
- "type": "VTL|MD"
855
- }
856
- }
857
- ],
858
- "conditionFilter": { "value": "true", "type": "VTL" },
859
- "controls": [
860
- {
861
- "id": "kd0c3h3b-CI-0",
862
- "criticality": "WARN",
863
- "control": {
864
- "value": "not(cast(nvl(GRAND,0),number) > 1000)",
865
- "type": "VTL"
866
- },
867
- "errorMessage": {
868
- "value": "la valeur saisie GRAND est supérieure à 1000 ",
869
- "type": "VTL|MD"
870
- },
871
- "bindingDependencies": ["GRAND"]
872
- }
873
- ],
874
- "hierarchy": {
875
- "sequence": {
876
- "id": "kd09v80w",
877
- "page": "1",
878
- "label": {
879
- "value": "Tests sur variables numériques",
880
- "type": "VTL|MD"
881
- }
882
- },
883
- "subSequence": {
884
- "id": "kd0cdj48",
885
- "page": "10",
886
- "label": {
887
- "value": "Tests sur des relatifs et des réels",
888
- "type": "VTL|MD"
889
- }
890
- }
891
- },
892
- "bindingDependencies": ["GRAND"],
893
- "response": { "name": "GRAND" }
894
- },
895
-
896
- {
897
- "id": "kd0a5rkr",
898
- "componentType": "Subsequence",
899
- "page": "14",
900
- "goToPage": "14",
901
- "label": {
902
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
903
- "type": "VTL|MD"
904
- },
905
- "declarations": [
906
- {
907
- "id": "kd0a5rkr-kzh01fub",
908
- "declarationType": "HELP",
909
- "position": "AFTER_QUESTION_TEXT",
910
- "label": {
911
- "value": "Les nombres sont QREL et QREL2 Leur somme vaut CALC_SOMME - Leur produit vaut CALC_PRODUIT - Leur différence vaut CALC_DIFFERENCE - Leur division vaut CALC_RATIO",
912
- "type": "VTL|MD"
913
- }
914
- }
915
- ],
916
- "conditionFilter": { "value": "true", "type": "VTL" },
917
- "hierarchy": {
918
- "sequence": {
919
- "id": "kd09v80w",
920
- "page": "1",
921
- "label": {
922
- "value": "Tests sur variables numériques",
923
- "type": "VTL|MD"
924
- }
925
- },
926
- "subSequence": {
927
- "id": "kd0a5rkr",
928
- "page": "14",
929
- "label": {
930
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
931
- "type": "VTL|MD"
932
- }
933
- }
934
- },
935
- "bindingDependencies": [
936
- "QREL",
937
- "QREL2",
938
- "CALC_SOMME",
939
- "CALC_PRODUIT",
940
- "CALC_DIFFERENCE",
941
- "CALC_RATIO"
942
- ]
943
- },
944
-
945
- {
946
- "id": "kd0achk0",
947
- "componentType": "InputNumber",
948
- "mandatory": false,
949
- "page": "15",
950
- "min": -100,
951
- "max": 100,
952
- "decimals": 0,
953
- "label": {
954
- "value": "\"➡ 13. \" || \"Test sur ordre de deux variables - partie 1 - les contrôles portent sur la question suivante&#xd;\"",
955
- "type": "VTL|MD"
956
- },
957
- "declarations": [
958
- {
959
- "id": "kd0achk0-l5qs57q7",
960
- "declarationType": "HELP",
961
- "position": "AFTER_QUESTION_TEXT",
962
- "label": {
963
- "value": "Saisir un nombre entier relatif entre -100 et 100",
964
- "type": "VTL|MD"
965
- }
966
- }
967
- ],
968
- "conditionFilter": { "value": "true", "type": "VTL" },
969
- "hierarchy": {
970
- "sequence": {
971
- "id": "kd09v80w",
972
- "page": "1",
973
- "label": {
974
- "value": "Tests sur variables numériques",
975
- "type": "VTL|MD"
976
- }
977
- },
978
- "subSequence": {
979
- "id": "kd0a5rkr",
980
- "page": "14",
981
- "label": {
982
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
983
- "type": "VTL|MD"
984
- }
985
- }
986
- },
987
- "bindingDependencies": ["QREL"],
988
- "response": { "name": "QREL" }
989
- },
990
-
991
- {
992
- "id": "kd0bl558",
993
- "componentType": "InputNumber",
994
- "mandatory": false,
995
- "page": "16",
996
- "min": -100,
997
- "max": 100,
998
- "decimals": 2,
999
- "label": {
1000
- "value": "\"➡ 14. \" || \"Test sur ordre de deux variables - partie 2 \"",
1001
- "type": "VTL|MD"
1002
- },
1003
- "declarations": [
1004
- {
1005
- "id": "kd0bl558-kzgp1ckr",
1006
- "declarationType": "HELP",
1007
- "position": "AFTER_QUESTION_TEXT",
1008
- "label": {
1009
- "value": "MEttre 2 chiffres après virgule",
1010
- "type": "VTL|MD"
1011
- }
1012
- },
1013
-
1014
- {
1015
- "id": "kd0bl558-kzgzuob9",
1016
- "declarationType": "HELP",
1017
- "position": "AFTER_QUESTION_TEXT",
1018
- "label": {
1019
- "value": "Saisir un deuxième nombre relatif entre -100 et 100",
1020
- "type": "VTL|MD"
1021
- }
1022
- },
1023
-
1024
- {
1025
- "id": "kd0bl558-kzgzzsbo",
1026
- "declarationType": "HELP",
1027
- "position": "AFTER_QUESTION_TEXT",
1028
- "label": {
1029
- "value": "Tester supérieur, inférieur, identique",
1030
- "type": "VTL|MD"
1031
- }
1032
- },
1033
-
1034
- {
1035
- "id": "kd0bl558-kzgzn873",
1036
- "declarationType": "HELP",
1037
- "position": "AFTER_QUESTION_TEXT",
1038
- "label": {
1039
- "value": "Ne pas oublier de tester ordre numérique et ordre lexicographique",
1040
- "type": "VTL|MD"
1041
- }
1042
- }
1043
- ],
1044
- "conditionFilter": { "value": "true", "type": "VTL" },
1045
- "controls": [
1046
- {
1047
- "id": "kd0bl558-CI-0",
1048
- "criticality": "WARN",
1049
- "control": {
1050
- "value": "not(cast(QREL,number) > cast(QREL2,number))",
1051
- "type": "VTL"
1052
- },
1053
- "errorMessage": {
1054
- "value": "le premier nombre est supérieur",
1055
- "type": "VTL|MD"
1056
- },
1057
- "bindingDependencies": ["QREL", "QREL2"]
1058
- },
1059
-
1060
- {
1061
- "id": "kd0bl558-CI-1",
1062
- "criticality": "WARN",
1063
- "control": {
1064
- "value": "not(cast(QREL,number) < cast(QREL2,number))",
1065
- "type": "VTL"
1066
- },
1067
- "errorMessage": {
1068
- "value": "le premier nombre est inférieur",
1069
- "type": "VTL|MD"
1070
- },
1071
- "bindingDependencies": ["QREL", "QREL2"]
1072
- },
1073
-
1074
- {
1075
- "id": "kd0bl558-CI-2",
1076
- "criticality": "WARN",
1077
- "control": {
1078
- "value": "not(cast(QREL,number) = cast(QREL2,number))",
1079
- "type": "VTL"
1080
- },
1081
- "errorMessage": {
1082
- "value": "les deux nombres sont égaux",
1083
- "type": "VTL|MD"
1084
- },
1085
- "bindingDependencies": ["QREL", "QREL2"]
1086
- }
1087
- ],
1088
- "hierarchy": {
1089
- "sequence": {
1090
- "id": "kd09v80w",
1091
- "page": "1",
1092
- "label": {
1093
- "value": "Tests sur variables numériques",
1094
- "type": "VTL|MD"
1095
- }
1096
- },
1097
- "subSequence": {
1098
- "id": "kd0a5rkr",
1099
- "page": "14",
1100
- "label": {
1101
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
1102
- "type": "VTL|MD"
1103
- }
1104
- }
1105
- },
1106
- "bindingDependencies": ["QREL2"],
1107
- "response": { "name": "QREL2" }
1108
- },
1109
-
1110
- {
1111
- "id": "l5qt3xu9",
1112
- "componentType": "InputNumber",
1113
- "mandatory": false,
1114
- "page": "17",
1115
- "min": 0,
1116
- "max": 100,
1117
- "decimals": 0,
1118
- "label": {
1119
- "value": "\"➡ 15. \" || \"Test entre un entier et un réel - saisir entre 0 et 100 - controle sur saisie > QREL2\"",
1120
- "type": "VTL|MD"
1121
- },
1122
- "declarations": [
1123
- {
1124
- "id": "l5qt3xu9-l5qt5usw",
1125
- "declarationType": "HELP",
1126
- "position": "AFTER_QUESTION_TEXT",
1127
- "label": {
1128
- "value": "\"rappel QREL2 : \" || cast(QREL2,string)",
1129
- "type": "VTL|MD"
1130
- }
1131
- }
1132
- ],
1133
- "conditionFilter": { "value": "true", "type": "VTL" },
1134
- "controls": [
1135
- {
1136
- "id": "l5qt3xu9-CI-0",
1137
- "criticality": "WARN",
1138
- "control": {
1139
- "value": "not(cast(nvl(QNUMBIS,0),number) > cast(nvl(QREL2,0),number))",
1140
- "type": "VTL"
1141
- },
1142
- "errorMessage": { "value": "saisie > QREL2", "type": "VTL|MD" },
1143
- "bindingDependencies": ["QNUMBIS", "QREL2"]
1144
- }
1145
- ],
1146
- "hierarchy": {
1147
- "sequence": {
1148
- "id": "kd09v80w",
1149
- "page": "1",
1150
- "label": {
1151
- "value": "Tests sur variables numériques",
1152
- "type": "VTL|MD"
1153
- }
1154
- },
1155
- "subSequence": {
1156
- "id": "kd0a5rkr",
1157
- "page": "14",
1158
- "label": {
1159
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
1160
- "type": "VTL|MD"
1161
- }
1162
- }
1163
- },
1164
- "bindingDependencies": ["QREL2", "QNUMBIS"],
1165
- "response": { "name": "QNUMBIS" }
1166
- },
1167
-
1168
- {
1169
- "id": "kd0bu8xz",
1170
- "componentType": "InputNumber",
1171
- "mandatory": false,
1172
- "page": "18",
1173
- "min": -400,
1174
- "max": 400,
1175
- "decimals": 0,
1176
- "label": {
1177
- "value": "\"➡ 16. \" || \"test avec une variable calculée : le ratio - Saisissez une valeur pour la comparer au produit des deux nombres précédents\"",
1178
- "type": "VTL|MD"
1179
- },
1180
- "declarations": [
1181
- {
1182
- "id": "kd0bu8xz-l5qsfsto",
1183
- "declarationType": "HELP",
1184
- "position": "AFTER_QUESTION_TEXT",
1185
- "label": {
1186
- "value": "\"QREL \" || cast(QREL,string)",
1187
- "type": "VTL|MD"
1188
- }
1189
- },
1190
-
1191
- {
1192
- "id": "kd0bu8xz-l5qsl50s",
1193
- "declarationType": "HELP",
1194
- "position": "AFTER_QUESTION_TEXT",
1195
- "label": {
1196
- "value": "\"QREL2 \" || cast(QREL2,string)",
1197
- "type": "VTL|MD"
1198
- }
1199
- },
1200
-
1201
- {
1202
- "id": "kd0bu8xz-l5qtjjss",
1203
- "declarationType": "HELP",
1204
- "position": "AFTER_QUESTION_TEXT",
1205
- "label": {
1206
- "value": "\"ratio calculé : \" || cast(CALC_RATIO,string)",
1207
- "type": "VTL|MD"
1208
- }
1209
- }
1210
- ],
1211
- "conditionFilter": { "value": "true", "type": "VTL" },
1212
- "controls": [
1213
- {
1214
- "id": "kd0bu8xz-CI-0",
1215
- "criticality": "WARN",
1216
- "control": {
1217
- "value": "not(cast(CALC_RATIO,number)<>cast(nvl(QRATIO,0),number))",
1218
- "type": "VTL"
1219
- },
1220
- "errorMessage": { "value": "RAtio différent", "type": "VTL|MD" },
1221
- "bindingDependencies": ["CALC_RATIO", "QRATIO"]
1222
- },
1223
-
1224
- {
1225
- "id": "kd0bu8xz-CI-1",
1226
- "criticality": "WARN",
1227
- "control": {
1228
- "value": "not(cast(CALC_RATIO,number)=cast(nvl(QRATIO,0),number))",
1229
- "type": "VTL"
1230
- },
1231
- "errorMessage": { "value": "RAtio identique", "type": "VTL|MD" },
1232
- "bindingDependencies": ["CALC_RATIO", "QRATIO"]
1233
- }
1234
- ],
1235
- "hierarchy": {
1236
- "sequence": {
1237
- "id": "kd09v80w",
1238
- "page": "1",
1239
- "label": {
1240
- "value": "Tests sur variables numériques",
1241
- "type": "VTL|MD"
1242
- }
1243
- },
1244
- "subSequence": {
1245
- "id": "kd0a5rkr",
1246
- "page": "14",
1247
- "label": {
1248
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
1249
- "type": "VTL|MD"
1250
- }
1251
- }
1252
- },
1253
- "bindingDependencies": ["QREL", "QREL2", "CALC_RATIO", "QRATIO"],
1254
- "response": { "name": "QRATIO" }
1255
- },
1256
-
1257
- {
1258
- "id": "k0gj7g4v",
1259
- "componentType": "InputNumber",
1260
- "mandatory": false,
1261
- "page": "19",
1262
- "min": -200,
1263
- "max": 200,
1264
- "decimals": 1,
1265
- "label": {
1266
- "value": "\"➡ 17. \" || \"test avec une variable calculée : la somme - Saisissez une valeur pour la comparer à la somme des deux nombres précédents \"",
1267
- "type": "VTL|MD"
1268
- },
1269
- "declarations": [
1270
- {
1271
- "id": "k0gj7g4v-kzs9lmqk",
1272
- "declarationType": "HELP",
1273
- "position": "AFTER_QUESTION_TEXT",
1274
- "label": {
1275
- "value": "\"somme calculée : \" ||cast(CALC_SOMME,string)",
1276
- "type": "VTL|MD"
1277
- }
1278
- },
1279
-
1280
- {
1281
- "id": "k0gj7g4v-l5qsqev9",
1282
- "declarationType": "HELP",
1283
- "position": "AFTER_QUESTION_TEXT",
1284
- "label": {
1285
- "value": "\"QREL \" || cast(QREL,string)",
1286
- "type": "VTL|MD"
1287
- }
1288
- },
1289
-
1290
- {
1291
- "id": "k0gj7g4v-l5qsn0zd",
1292
- "declarationType": "HELP",
1293
- "position": "AFTER_QUESTION_TEXT",
1294
- "label": {
1295
- "value": "\"QREL2 \" || cast(QREL2,string)",
1296
- "type": "VTL|MD"
1297
- }
1298
- }
1299
- ],
1300
- "conditionFilter": { "value": "true", "type": "VTL" },
1301
- "controls": [
1302
- {
1303
- "id": "k0gj7g4v-CI-0",
1304
- "criticality": "WARN",
1305
- "control": {
1306
- "value": "not(cast(nvl(QSOMME,0),number) = cast(CALC_SOMME,number))",
1307
- "type": "VTL"
1308
- },
1309
- "errorMessage": {
1310
- "value": "Bravo vous savez faire une addition",
1311
- "type": "VTL|MD"
1312
- },
1313
- "bindingDependencies": ["QSOMME", "CALC_SOMME"]
1314
- },
1315
-
1316
- {
1317
- "id": "k0gj7g4v-CI-1",
1318
- "criticality": "WARN",
1319
- "control": {
1320
- "value": "not(cast(nvl(QSOMME,0),number) < cast(CALC_SOMME,number))",
1321
- "type": "VTL"
1322
- },
1323
- "errorMessage": {
1324
- "value": "la valeur saisie est inférieure à la somme",
1325
- "type": "VTL|MD"
1326
- },
1327
- "bindingDependencies": ["QSOMME", "CALC_SOMME"]
1328
- },
1329
-
1330
- {
1331
- "id": "k0gj7g4v-CI-2",
1332
- "criticality": "WARN",
1333
- "control": {
1334
- "value": "not(cast(nvl(QSOMME,0),number) > cast(CALC_SOMME,number))",
1335
- "type": "VTL"
1336
- },
1337
- "errorMessage": {
1338
- "value": "La valeur saisie est supérieure à la somme",
1339
- "type": "VTL|MD"
1340
- },
1341
- "bindingDependencies": ["QSOMME", "CALC_SOMME"]
1342
- }
1343
- ],
1344
- "hierarchy": {
1345
- "sequence": {
1346
- "id": "kd09v80w",
1347
- "page": "1",
1348
- "label": {
1349
- "value": "Tests sur variables numériques",
1350
- "type": "VTL|MD"
1351
- }
1352
- },
1353
- "subSequence": {
1354
- "id": "kd0a5rkr",
1355
- "page": "14",
1356
- "label": {
1357
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
1358
- "type": "VTL|MD"
1359
- }
1360
- }
1361
- },
1362
- "bindingDependencies": ["CALC_SOMME", "QREL", "QREL2", "QSOMME"],
1363
- "response": { "name": "QSOMME" }
1364
- },
1365
-
1366
- {
1367
- "id": "kd0bx24r",
1368
- "componentType": "InputNumber",
1369
- "mandatory": false,
1370
- "page": "20",
1371
- "min": -400,
1372
- "max": 400,
1373
- "decimals": 2,
1374
- "label": {
1375
- "value": "\"➡ 18. \" || \"test avec une variable calculée : le produit - Saisissez une valeur pour la comparer au produit des deux nombres précédents\"",
1376
- "type": "VTL|MD"
1377
- },
1378
- "declarations": [
1379
- {
1380
- "id": "kd0bx24r-l5qsnxn1",
1381
- "declarationType": "HELP",
1382
- "position": "AFTER_QUESTION_TEXT",
1383
- "label": {
1384
- "value": "\"QREL \" || cast(QREL,string)",
1385
- "type": "VTL|MD"
1386
- }
1387
- },
1388
-
1389
- {
1390
- "id": "kd0bx24r-l5qs6s2e",
1391
- "declarationType": "HELP",
1392
- "position": "AFTER_QUESTION_TEXT",
1393
- "label": {
1394
- "value": "\"QREL2 \" || cast(QREL2,string)",
1395
- "type": "VTL|MD"
1396
- }
1397
- },
1398
-
1399
- {
1400
- "id": "kd0bx24r-l5qsojx6",
1401
- "declarationType": "HELP",
1402
- "position": "AFTER_QUESTION_TEXT",
1403
- "label": {
1404
- "value": "\"produit calculé : \" ||cast(CALC_PRODUIT,string)",
1405
- "type": "VTL|MD"
1406
- }
1407
- }
1408
- ],
1409
- "conditionFilter": { "value": "true", "type": "VTL" },
1410
- "controls": [
1411
- {
1412
- "id": "kd0bx24r-CI-0",
1413
- "criticality": "WARN",
1414
- "control": {
1415
- "value": "not(cast(nvl(QPRODUIT,0),number) >= cast(CALC_PRODUIT,number))",
1416
- "type": "VTL"
1417
- },
1418
- "errorMessage": {
1419
- "value": "la valeur saisie est supérieure ou égale au produit",
1420
- "type": "VTL|MD"
1421
- },
1422
- "bindingDependencies": ["QPRODUIT", "CALC_PRODUIT"]
1423
- },
1424
-
1425
- {
1426
- "id": "kd0bx24r-CI-1",
1427
- "criticality": "WARN",
1428
- "control": {
1429
- "value": "not(cast(nvl(QPRODUIT,0),number)<= cast(CALC_PRODUIT,number))",
1430
- "type": "VTL"
1431
- },
1432
- "errorMessage": {
1433
- "value": "la valeur saisie est inférieure ou égale au produit",
1434
- "type": "VTL|MD"
1435
- },
1436
- "bindingDependencies": ["QPRODUIT", "CALC_PRODUIT"]
1437
- }
1438
- ],
1439
- "hierarchy": {
1440
- "sequence": {
1441
- "id": "kd09v80w",
1442
- "page": "1",
1443
- "label": {
1444
- "value": "Tests sur variables numériques",
1445
- "type": "VTL|MD"
1446
- }
1447
- },
1448
- "subSequence": {
1449
- "id": "kd0a5rkr",
1450
- "page": "14",
1451
- "label": {
1452
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
1453
- "type": "VTL|MD"
1454
- }
1455
- }
1456
- },
1457
- "bindingDependencies": ["QREL", "QREL2", "CALC_PRODUIT", "QPRODUIT"],
1458
- "response": { "name": "QPRODUIT" }
1459
- },
1460
-
1461
- {
1462
- "id": "kd0c2j4a",
1463
- "componentType": "InputNumber",
1464
- "mandatory": false,
1465
- "page": "21",
1466
- "min": -400,
1467
- "max": 400,
1468
- "decimals": 2,
1469
- "label": {
1470
- "value": "\"➡ 19. \" || \"test avec une variable calculée : la différence - Saisissez une valeur pour la comparer au produit des deux nombres précédents\"",
1471
- "type": "VTL|MD"
1472
- },
1473
- "declarations": [
1474
- {
1475
- "id": "kd0c2j4a-l5qsky9a",
1476
- "declarationType": "HELP",
1477
- "position": "AFTER_QUESTION_TEXT",
1478
- "label": {
1479
- "value": "\"QREL \" || cast(QREL,string)",
1480
- "type": "VTL|MD"
1481
- }
1482
- },
1483
-
1484
- {
1485
- "id": "kd0c2j4a-l5qspruc",
1486
- "declarationType": "HELP",
1487
- "position": "AFTER_QUESTION_TEXT",
1488
- "label": {
1489
- "value": "\"QREL2 \" || cast(QREL2,string)",
1490
- "type": "VTL|MD"
1491
- }
1492
- },
1493
-
1494
- {
1495
- "id": "kd0c2j4a-l5qt39hp",
1496
- "declarationType": "HELP",
1497
- "position": "AFTER_QUESTION_TEXT",
1498
- "label": {
1499
- "value": "\"diff calculée : \" || cast(CALC_DIFFERENCE,string)",
1500
- "type": "VTL|MD"
1501
- }
1502
- }
1503
- ],
1504
- "conditionFilter": { "value": "true", "type": "VTL" },
1505
- "controls": [
1506
- {
1507
- "id": "kd0c2j4a-CI-0",
1508
- "criticality": "WARN",
1509
- "control": {
1510
- "value": "not(cast(nvl(QDIFFERENCE,0),number) = cast(CALC_DIFFERENCE,number))",
1511
- "type": "VTL"
1512
- },
1513
- "errorMessage": { "value": "Différence : idem", "type": "VTL|MD" },
1514
- "bindingDependencies": ["QDIFFERENCE", "CALC_DIFFERENCE"]
1515
- },
1516
-
1517
- {
1518
- "id": "kd0c2j4a-CI-1",
1519
- "criticality": "WARN",
1520
- "control": {
1521
- "value": "not(cast(nvl(QDIFFERENCE,0),number) <> cast(CALC_DIFFERENCE,number))",
1522
- "type": "VTL"
1523
- },
1524
- "errorMessage": {
1525
- "value": "Différence différente",
1526
- "type": "VTL|MD"
1527
- },
1528
- "bindingDependencies": ["QDIFFERENCE", "CALC_DIFFERENCE"]
1529
- }
1530
- ],
1531
- "hierarchy": {
1532
- "sequence": {
1533
- "id": "kd09v80w",
1534
- "page": "1",
1535
- "label": {
1536
- "value": "Tests sur variables numériques",
1537
- "type": "VTL|MD"
1538
- }
1539
- },
1540
- "subSequence": {
1541
- "id": "kd0a5rkr",
1542
- "page": "14",
1543
- "label": {
1544
- "value": "Tests sur variables collectées, ordre relatif et variables calculées",
1545
- "type": "VTL|MD"
1546
- }
1547
- }
1548
- },
1549
- "bindingDependencies": [
1550
- "QREL",
1551
- "QREL2",
1552
- "CALC_DIFFERENCE",
1553
- "QDIFFERENCE"
1554
- ],
1555
- "response": { "name": "QDIFFERENCE" }
1556
- }
1557
- ],
1558
- "variables": [
1559
- {
1560
- "variableType": "COLLECTED",
1561
- "name": "QNUM",
1562
- "values": {
1563
- "PREVIOUS": null,
1564
- "COLLECTED": null,
1565
- "FORCED": null,
1566
- "EDITED": null,
1567
- "INPUTED": null
1568
- }
1569
- },
1570
-
1571
- {
1572
- "variableType": "COLLECTED",
1573
- "name": "QNUM2",
1574
- "values": {
1575
- "PREVIOUS": null,
1576
- "COLLECTED": null,
1577
- "FORCED": null,
1578
- "EDITED": null,
1579
- "INPUTED": null
1580
- }
1581
- },
1582
-
1583
- {
1584
- "variableType": "COLLECTED",
1585
- "name": "QNUM3",
1586
- "values": {
1587
- "PREVIOUS": null,
1588
- "COLLECTED": null,
1589
- "FORCED": null,
1590
- "EDITED": null,
1591
- "INPUTED": null
1592
- }
1593
- },
1594
-
1595
- {
1596
- "variableType": "COLLECTED",
1597
- "name": "QNUM4",
1598
- "values": {
1599
- "PREVIOUS": null,
1600
- "COLLECTED": null,
1601
- "FORCED": null,
1602
- "EDITED": null,
1603
- "INPUTED": null
1604
- }
1605
- },
1606
-
1607
- {
1608
- "variableType": "COLLECTED",
1609
- "name": "QNUM5",
1610
- "values": {
1611
- "PREVIOUS": null,
1612
- "COLLECTED": null,
1613
- "FORCED": null,
1614
- "EDITED": null,
1615
- "INPUTED": null
1616
- }
1617
- },
1618
-
1619
- {
1620
- "variableType": "COLLECTED",
1621
- "name": "QNUM6",
1622
- "values": {
1623
- "PREVIOUS": null,
1624
- "COLLECTED": null,
1625
- "FORCED": null,
1626
- "EDITED": null,
1627
- "INPUTED": null
1628
- }
1629
- },
1630
-
1631
- {
1632
- "variableType": "COLLECTED",
1633
- "name": "QNUM7",
1634
- "values": {
1635
- "PREVIOUS": null,
1636
- "COLLECTED": null,
1637
- "FORCED": null,
1638
- "EDITED": null,
1639
- "INPUTED": null
1640
- }
1641
- },
1642
-
1643
- {
1644
- "variableType": "COLLECTED",
1645
- "name": "REL",
1646
- "values": {
1647
- "PREVIOUS": null,
1648
- "COLLECTED": null,
1649
- "FORCED": null,
1650
- "EDITED": null,
1651
- "INPUTED": null
1652
- }
1653
- },
1654
-
1655
- {
1656
- "variableType": "COLLECTED",
1657
- "name": "REEL",
1658
- "values": {
1659
- "PREVIOUS": null,
1660
- "COLLECTED": null,
1661
- "FORCED": null,
1662
- "EDITED": null,
1663
- "INPUTED": null
1664
- }
1665
- },
1666
-
1667
- {
1668
- "variableType": "COLLECTED",
1669
- "name": "REEL2",
1670
- "values": {
1671
- "PREVIOUS": null,
1672
- "COLLECTED": null,
1673
- "FORCED": null,
1674
- "EDITED": null,
1675
- "INPUTED": null
1676
- }
1677
- },
1678
-
1679
- {
1680
- "variableType": "COLLECTED",
1681
- "name": "REEL3",
1682
- "values": {
1683
- "PREVIOUS": null,
1684
- "COLLECTED": null,
1685
- "FORCED": null,
1686
- "EDITED": null,
1687
- "INPUTED": null
1688
- }
1689
- },
1690
-
1691
- {
1692
- "variableType": "COLLECTED",
1693
- "name": "GRAND",
1694
- "values": {
1695
- "PREVIOUS": null,
1696
- "COLLECTED": null,
1697
- "FORCED": null,
1698
- "EDITED": null,
1699
- "INPUTED": null
1700
- }
1701
- },
1702
-
1703
- {
1704
- "variableType": "COLLECTED",
1705
- "name": "QREL",
1706
- "values": {
1707
- "PREVIOUS": null,
1708
- "COLLECTED": null,
1709
- "FORCED": null,
1710
- "EDITED": null,
1711
- "INPUTED": null
1712
- }
1713
- },
1714
-
1715
- {
1716
- "variableType": "COLLECTED",
1717
- "name": "QREL2",
1718
- "values": {
1719
- "PREVIOUS": null,
1720
- "COLLECTED": null,
1721
- "FORCED": null,
1722
- "EDITED": null,
1723
- "INPUTED": null
1724
- }
1725
- },
1726
-
1727
- {
1728
- "variableType": "COLLECTED",
1729
- "name": "QNUMBIS",
1730
- "values": {
1731
- "PREVIOUS": null,
1732
- "COLLECTED": null,
1733
- "FORCED": null,
1734
- "EDITED": null,
1735
- "INPUTED": null
1736
- }
1737
- },
1738
-
1739
- {
1740
- "variableType": "COLLECTED",
1741
- "name": "QRATIO",
1742
- "values": {
1743
- "PREVIOUS": null,
1744
- "COLLECTED": null,
1745
- "FORCED": null,
1746
- "EDITED": null,
1747
- "INPUTED": null
1748
- }
1749
- },
1750
-
1751
- {
1752
- "variableType": "COLLECTED",
1753
- "name": "QSOMME",
1754
- "values": {
1755
- "PREVIOUS": null,
1756
- "COLLECTED": null,
1757
- "FORCED": null,
1758
- "EDITED": null,
1759
- "INPUTED": null
1760
- }
1761
- },
1762
-
1763
- {
1764
- "variableType": "COLLECTED",
1765
- "name": "QPRODUIT",
1766
- "values": {
1767
- "PREVIOUS": null,
1768
- "COLLECTED": null,
1769
- "FORCED": null,
1770
- "EDITED": null,
1771
- "INPUTED": null
1772
- }
1773
- },
1774
-
1775
- {
1776
- "variableType": "COLLECTED",
1777
- "name": "QDIFFERENCE",
1778
- "values": {
1779
- "PREVIOUS": null,
1780
- "COLLECTED": null,
1781
- "FORCED": null,
1782
- "EDITED": null,
1783
- "INPUTED": null
1784
- }
1785
- },
1786
-
1787
- {
1788
- "variableType": "CALCULATED",
1789
- "name": "FILTER_RESULT_QNUM",
1790
- "expression": { "value": "true", "type": "VTL" },
1791
- "inFilter": "false"
1792
- },
1793
-
1794
- {
1795
- "variableType": "CALCULATED",
1796
- "name": "FILTER_RESULT_QNUM2",
1797
- "expression": { "value": "true", "type": "VTL" },
1798
- "inFilter": "false"
1799
- },
1800
-
1801
- {
1802
- "variableType": "CALCULATED",
1803
- "name": "FILTER_RESULT_QNUM3",
1804
- "expression": { "value": "true", "type": "VTL" },
1805
- "inFilter": "false"
1806
- },
1807
-
1808
- {
1809
- "variableType": "CALCULATED",
1810
- "name": "FILTER_RESULT_QNUM4",
1811
- "expression": { "value": "true", "type": "VTL" },
1812
- "inFilter": "false"
1813
- },
1814
-
1815
- {
1816
- "variableType": "CALCULATED",
1817
- "name": "FILTER_RESULT_QNUM5",
1818
- "expression": { "value": "true", "type": "VTL" },
1819
- "inFilter": "false"
1820
- },
1821
-
1822
- {
1823
- "variableType": "CALCULATED",
1824
- "name": "FILTER_RESULT_QNUM6",
1825
- "expression": { "value": "true", "type": "VTL" },
1826
- "inFilter": "false"
1827
- },
1828
-
1829
- {
1830
- "variableType": "CALCULATED",
1831
- "name": "FILTER_RESULT_QNUM7",
1832
- "expression": { "value": "true", "type": "VTL" },
1833
- "inFilter": "false"
1834
- },
1835
-
1836
- {
1837
- "variableType": "CALCULATED",
1838
- "name": "FILTER_RESULT_REL",
1839
- "expression": { "value": "true", "type": "VTL" },
1840
- "inFilter": "false"
1841
- },
1842
-
1843
- {
1844
- "variableType": "CALCULATED",
1845
- "name": "FILTER_RESULT_REEL",
1846
- "expression": { "value": "true", "type": "VTL" },
1847
- "inFilter": "false"
1848
- },
1849
-
1850
- {
1851
- "variableType": "CALCULATED",
1852
- "name": "FILTER_RESULT_REEL2",
1853
- "expression": { "value": "true", "type": "VTL" },
1854
- "inFilter": "false"
1855
- },
1856
-
1857
- {
1858
- "variableType": "CALCULATED",
1859
- "name": "FILTER_RESULT_REEL3",
1860
- "expression": { "value": "true", "type": "VTL" },
1861
- "inFilter": "false"
1862
- },
1863
-
1864
- {
1865
- "variableType": "CALCULATED",
1866
- "name": "FILTER_RESULT_GRAND",
1867
- "expression": { "value": "true", "type": "VTL" },
1868
- "inFilter": "false"
1869
- },
1870
-
1871
- {
1872
- "variableType": "CALCULATED",
1873
- "name": "FILTER_RESULT_QREL",
1874
- "expression": { "value": "true", "type": "VTL" },
1875
- "inFilter": "false"
1876
- },
1877
-
1878
- {
1879
- "variableType": "CALCULATED",
1880
- "name": "FILTER_RESULT_QREL2",
1881
- "expression": { "value": "true", "type": "VTL" },
1882
- "inFilter": "false"
1883
- },
1884
-
1885
- {
1886
- "variableType": "CALCULATED",
1887
- "name": "FILTER_RESULT_QNUMBIS",
1888
- "expression": { "value": "true", "type": "VTL" },
1889
- "inFilter": "false"
1890
- },
1891
-
1892
- {
1893
- "variableType": "CALCULATED",
1894
- "name": "FILTER_RESULT_QRATIO",
1895
- "expression": { "value": "true", "type": "VTL" },
1896
- "inFilter": "false"
1897
- },
1898
-
1899
- {
1900
- "variableType": "CALCULATED",
1901
- "name": "FILTER_RESULT_QSOMME",
1902
- "expression": { "value": "true", "type": "VTL" },
1903
- "inFilter": "false"
1904
- },
1905
-
1906
- {
1907
- "variableType": "CALCULATED",
1908
- "name": "FILTER_RESULT_QPRODUIT",
1909
- "expression": { "value": "true", "type": "VTL" },
1910
- "inFilter": "false"
1911
- },
1912
-
1913
- {
1914
- "variableType": "CALCULATED",
1915
- "name": "FILTER_RESULT_QDIFFERENCE",
1916
- "expression": { "value": "true", "type": "VTL" },
1917
- "inFilter": "false"
1918
- },
1919
-
1920
- {
1921
- "variableType": "CALCULATED",
1922
- "name": "CALC_SOMME",
1923
- "expression": {
1924
- "value": "cast(nvl(QREL,0),number) + cast(nvl(QREL2,0),number)",
1925
- "type": "VTL"
1926
- },
1927
- "bindingDependencies": ["QREL", "QREL2"],
1928
- "inFilter": "false"
1929
- },
1930
-
1931
- {
1932
- "variableType": "CALCULATED",
1933
- "name": "CALC_PRODUIT",
1934
- "expression": {
1935
- "value": "cast(nvl(QREL,0),number) * cast(nvl(QREL2,0),number)",
1936
- "type": "VTL"
1937
- },
1938
- "bindingDependencies": ["QREL", "QREL2"],
1939
- "inFilter": "false"
1940
- },
1941
-
1942
- {
1943
- "variableType": "CALCULATED",
1944
- "name": "CALC_DIFFERENCE",
1945
- "expression": {
1946
- "value": "cast(nvl(QREL,0),number) - cast(nvl(QREL2,0),number)",
1947
- "type": "VTL"
1948
- },
1949
- "bindingDependencies": ["QREL", "QREL2"],
1950
- "inFilter": "false"
1951
- },
1952
-
1953
- {
1954
- "variableType": "CALCULATED",
1955
- "name": "CALC_RATIO",
1956
- "expression": {
1957
- "value": "cast(nvl(QREL,0),number) / cast(nvl(QREL2,0),number)",
1958
- "type": "VTL"
1959
- },
1960
- "bindingDependencies": ["QREL", "QREL2"],
1961
- "inFilter": "false"
1962
- }
1963
- ],
1964
- "cleaning": {},
1965
- "resizing": {}
1966
- }