@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,4354 +0,0 @@
1
- {
2
- "id": "l1uiijww",
3
- "modele": "REFLUNATIC",
4
- "enoCoreVersion": "2.3.7-dev-lunatic-v2",
5
- "lunaticModelVersion": "2.2.13-dev-lunatic-v2",
6
- "generatingDate": "22-07-2022 13:26:17",
7
- "missing": false,
8
- "pagination": "question",
9
- "maxPage": "34",
10
- "label": {
11
- "value": "Lunatic - questionnaire de référence simple - VTL",
12
- "type": "VTL|MD"
13
- },
14
- "components": [
15
- {
16
- "id": "jfaz9kv9",
17
- "componentType": "Sequence",
18
- "page": "1",
19
- "label": { "value": "Sequence 1 - Questions ouvertes", "type": "VTL|MD" },
20
- "declarations": [
21
- {
22
- "id": "jfaz9kv9-jfazqgv2",
23
- "declarationType": "INSTRUCTION",
24
- "position": "AFTER_QUESTION_TEXT",
25
- "label": {
26
- "value": "Cette séquence comprend les questions ouvertes (ceci est une déclaration de type consigne, associée au titre de séquence).",
27
- "type": "VTL|MD"
28
- }
29
- },
30
-
31
- {
32
- "id": "jfaz9kv9-l1uiu9hq",
33
- "declarationType": "HELP",
34
- "position": "AFTER_QUESTION_TEXT",
35
- "label": {
36
- "value": "Cette séquence comprend les questions ouvertes (ceci est une déclaration de type aide, associée au titre de séquence).",
37
- "type": "VTL|MD"
38
- }
39
- }
40
- ],
41
- "conditionFilter": { "value": "true", "type": "VTL" },
42
- "hierarchy": {
43
- "sequence": {
44
- "id": "jfaz9kv9",
45
- "page": "1",
46
- "label": {
47
- "value": "Sequence 1 - Questions ouvertes",
48
- "type": "VTL|MD"
49
- }
50
- }
51
- }
52
- },
53
-
54
- {
55
- "id": "jfazmcp8",
56
- "componentType": "Subsequence",
57
- "page": "2",
58
- "goToPage": "2",
59
- "label": {
60
- "value": "Titre de la première sous-séquence",
61
- "type": "VTL|MD"
62
- },
63
- "declarations": [
64
- {
65
- "id": "jfazmcp8-kk47fewm",
66
- "declarationType": "INSTRUCTION",
67
- "position": "AFTER_QUESTION_TEXT",
68
- "label": {
69
- "value": "Ceci est une déclaration de type consigne, associée au titre de sous-séquence.",
70
- "type": "VTL|MD"
71
- }
72
- },
73
-
74
- {
75
- "id": "jfazmcp8-l1uiw60f",
76
- "declarationType": "HELP",
77
- "position": "AFTER_QUESTION_TEXT",
78
- "label": {
79
- "value": "Ceci est une déclaration de type aide, associée au titre de sous-séquence.",
80
- "type": "VTL|MD"
81
- }
82
- }
83
- ],
84
- "conditionFilter": { "value": "true", "type": "VTL" },
85
- "hierarchy": {
86
- "sequence": {
87
- "id": "jfaz9kv9",
88
- "page": "1",
89
- "label": {
90
- "value": "Sequence 1 - Questions ouvertes",
91
- "type": "VTL|MD"
92
- }
93
- },
94
- "subSequence": {
95
- "id": "jfazmcp8",
96
- "page": "2",
97
- "label": {
98
- "value": "Titre de la première sous-séquence",
99
- "type": "VTL|MD"
100
- }
101
- }
102
- }
103
- },
104
-
105
- {
106
- "id": "jfazk91m",
107
- "componentType": "CheckboxBoolean",
108
- "mandatory": false,
109
- "page": "3",
110
- "label": {
111
- "value": "\"➡ 1. \" || \"Je suis un booleen qui filtre le reste\"",
112
- "type": "VTL|MD"
113
- },
114
- "declarations": [
115
- {
116
- "id": "jfazk91m-l1vvxe3l",
117
- "declarationType": "HELP",
118
- "position": "AFTER_QUESTION_TEXT",
119
- "label": {
120
- "value": "\"Je suis un test de mise en forme : combien de lignes pour cette déclaration ? 4 ?\" \"* un tiret\" \"* deux tirets\" \"Tout va bien\"",
121
- "type": "VTL|MD"
122
- }
123
- }
124
- ],
125
- "conditionFilter": { "value": "true", "type": "VTL" },
126
- "hierarchy": {
127
- "sequence": {
128
- "id": "jfaz9kv9",
129
- "page": "1",
130
- "label": {
131
- "value": "Sequence 1 - Questions ouvertes",
132
- "type": "VTL|MD"
133
- }
134
- },
135
- "subSequence": {
136
- "id": "jfazmcp8",
137
- "page": "2",
138
- "label": {
139
- "value": "Titre de la première sous-séquence",
140
- "type": "VTL|MD"
141
- }
142
- }
143
- },
144
- "bindingDependencies": ["COCHECASE"],
145
- "response": { "name": "COCHECASE" }
146
- },
147
-
148
- {
149
- "id": "jfazsitt",
150
- "componentType": "Subsequence",
151
- "goToPage": "4",
152
- "label": {
153
- "value": "Sous-séquence - questions de type Texte",
154
- "type": "VTL|MD"
155
- },
156
- "conditionFilter": {
157
- "value": "(COCHECASE = true)",
158
- "type": "VTL",
159
- "bindingDependencies": ["COCHECASE"]
160
- },
161
- "hierarchy": {
162
- "sequence": {
163
- "id": "jfaz9kv9",
164
- "page": "1",
165
- "label": {
166
- "value": "Sequence 1 - Questions ouvertes",
167
- "type": "VTL|MD"
168
- }
169
- },
170
- "subSequence": {
171
- "id": "jfazsitt",
172
- "page": "4",
173
- "label": {
174
- "value": "Sous-séquence - questions de type Texte",
175
- "type": "VTL|MD"
176
- }
177
- }
178
- }
179
- },
180
-
181
- {
182
- "id": "jfazww20",
183
- "componentType": "Input",
184
- "mandatory": false,
185
- "page": "4",
186
- "maxLength": 10,
187
- "label": {
188
- "value": "\"➡ 2. \" || \"Je suis le libellé de la question de type texte de longueur inférieure à 250 caractères (10 ici)\"",
189
- "type": "VTL|MD"
190
- },
191
- "conditionFilter": {
192
- "value": "(COCHECASE = true)",
193
- "type": "VTL",
194
- "bindingDependencies": ["COCHECASE"]
195
- },
196
- "hierarchy": {
197
- "sequence": {
198
- "id": "jfaz9kv9",
199
- "page": "1",
200
- "label": {
201
- "value": "Sequence 1 - Questions ouvertes",
202
- "type": "VTL|MD"
203
- }
204
- },
205
- "subSequence": {
206
- "id": "jfazsitt",
207
- "page": "4",
208
- "label": {
209
- "value": "Sous-séquence - questions de type Texte",
210
- "type": "VTL|MD"
211
- }
212
- }
213
- },
214
- "bindingDependencies": ["TEXTE10"],
215
- "response": { "name": "TEXTE10" }
216
- },
217
-
218
- {
219
- "id": "jfazwjyv",
220
- "componentType": "Input",
221
- "mandatory": false,
222
- "page": "5",
223
- "maxLength": 249,
224
- "label": {
225
- "value": "\"➡ 3. \" || \"Je suis le libellé de la question de type texte de longueur 249\"",
226
- "type": "VTL|MD"
227
- },
228
- "conditionFilter": {
229
- "value": "(COCHECASE = true)",
230
- "type": "VTL",
231
- "bindingDependencies": ["COCHECASE"]
232
- },
233
- "hierarchy": {
234
- "sequence": {
235
- "id": "jfaz9kv9",
236
- "page": "1",
237
- "label": {
238
- "value": "Sequence 1 - Questions ouvertes",
239
- "type": "VTL|MD"
240
- }
241
- },
242
- "subSequence": {
243
- "id": "jfazsitt",
244
- "page": "4",
245
- "label": {
246
- "value": "Sous-séquence - questions de type Texte",
247
- "type": "VTL|MD"
248
- }
249
- }
250
- },
251
- "bindingDependencies": ["TEXTELONG249"],
252
- "response": { "name": "TEXTELONG249" }
253
- },
254
-
255
- {
256
- "id": "kzwqst6c",
257
- "componentType": "Textarea",
258
- "mandatory": false,
259
- "page": "6",
260
- "maxLength": 250,
261
- "label": {
262
- "value": "\"➡ 4. \" || \"Je suis le libellé de la question de type texte de longueur supérieure à 250 caractères ici 250\"",
263
- "type": "VTL|MD"
264
- },
265
- "conditionFilter": {
266
- "value": "(COCHECASE = true)",
267
- "type": "VTL",
268
- "bindingDependencies": ["COCHECASE"]
269
- },
270
- "hierarchy": {
271
- "sequence": {
272
- "id": "jfaz9kv9",
273
- "page": "1",
274
- "label": {
275
- "value": "Sequence 1 - Questions ouvertes",
276
- "type": "VTL|MD"
277
- }
278
- },
279
- "subSequence": {
280
- "id": "jfazsitt",
281
- "page": "4",
282
- "label": {
283
- "value": "Sous-séquence - questions de type Texte",
284
- "type": "VTL|MD"
285
- }
286
- }
287
- },
288
- "bindingDependencies": ["TEXTELONG250"],
289
- "response": { "name": "TEXTELONG250" }
290
- },
291
-
292
- {
293
- "id": "kk2fu72i",
294
- "componentType": "Input",
295
- "mandatory": false,
296
- "page": "7",
297
- "maxLength": 9,
298
- "label": {
299
- "value": "\"➡ 5. \" || \"Quel est votre SIREN (sur 9 caractères) ? (cible : ajouter une regexp / non fait pour l’instant)\"",
300
- "type": "VTL|MD"
301
- },
302
- "declarations": [
303
- {
304
- "id": "kk2fu72i-kk47ngyp",
305
- "declarationType": "INSTRUCTION",
306
- "position": "AFTER_QUESTION_TEXT",
307
- "label": {
308
- "value": "Ceci est une déclaration de type consigne, associée au titre de question.",
309
- "type": "VTL|MD"
310
- }
311
- }
312
- ],
313
- "conditionFilter": {
314
- "value": "(COCHECASE = true)",
315
- "type": "VTL",
316
- "bindingDependencies": ["COCHECASE"]
317
- },
318
- "controls": [
319
- {
320
- "id": "kk2fu72i-CI-0",
321
- "criticality": "WARN",
322
- "control": { "value": "not(SIREN = \"000000000\")", "type": "VTL" },
323
- "errorMessage": {
324
- "value": "Cette réponse n’est pas un SIREN ",
325
- "type": "VTL|MD"
326
- },
327
- "bindingDependencies": ["SIREN"]
328
- }
329
- ],
330
- "hierarchy": {
331
- "sequence": {
332
- "id": "jfaz9kv9",
333
- "page": "1",
334
- "label": {
335
- "value": "Sequence 1 - Questions ouvertes",
336
- "type": "VTL|MD"
337
- }
338
- },
339
- "subSequence": {
340
- "id": "jfazsitt",
341
- "page": "4",
342
- "label": {
343
- "value": "Sous-séquence - questions de type Texte",
344
- "type": "VTL|MD"
345
- }
346
- }
347
- },
348
- "bindingDependencies": ["SIREN"],
349
- "response": { "name": "SIREN" }
350
- },
351
-
352
- {
353
- "id": "jfjhggkx",
354
- "componentType": "Subsequence",
355
- "goToPage": "8",
356
- "label": { "value": "Numériques", "type": "VTL|MD" },
357
- "conditionFilter": {
358
- "value": "(COCHECASE = true)",
359
- "type": "VTL",
360
- "bindingDependencies": ["COCHECASE"]
361
- },
362
- "hierarchy": {
363
- "sequence": {
364
- "id": "jfaz9kv9",
365
- "page": "1",
366
- "label": {
367
- "value": "Sequence 1 - Questions ouvertes",
368
- "type": "VTL|MD"
369
- }
370
- },
371
- "subSequence": {
372
- "id": "jfjhggkx",
373
- "page": "8",
374
- "label": { "value": "Numériques", "type": "VTL|MD" }
375
- }
376
- }
377
- },
378
-
379
- {
380
- "id": "jfjh1ndk",
381
- "componentType": "InputNumber",
382
- "mandatory": false,
383
- "page": "8",
384
- "min": 10,
385
- "max": 100,
386
- "decimals": 0,
387
- "label": {
388
- "value": "\"➡ 6. \" || \"Nombre entier sans unité, entre 10 et 100.\"",
389
- "type": "VTL|MD"
390
- },
391
- "declarations": [
392
- {
393
- "id": "jfjh1ndk-kyisnj3g",
394
- "declarationType": "HELP",
395
- "position": "AFTER_QUESTION_TEXT",
396
- "label": {
397
- "value": "Aide : controle si saisie > 50",
398
- "type": "VTL|MD"
399
- }
400
- }
401
- ],
402
- "conditionFilter": {
403
- "value": "(COCHECASE = true)",
404
- "type": "VTL",
405
- "bindingDependencies": ["COCHECASE"]
406
- },
407
- "controls": [
408
- {
409
- "id": "jfjh1ndk-CI-0",
410
- "criticality": "WARN",
411
- "control": {
412
- "value": "not(cast(nvl(INTEGER,\"0\"),integer) > 50)",
413
- "type": "VTL"
414
- },
415
- "errorMessage": { "value": "Bizarre que > 50", "type": "VTL|MD" },
416
- "bindingDependencies": ["INTEGER"]
417
- }
418
- ],
419
- "hierarchy": {
420
- "sequence": {
421
- "id": "jfaz9kv9",
422
- "page": "1",
423
- "label": {
424
- "value": "Sequence 1 - Questions ouvertes",
425
- "type": "VTL|MD"
426
- }
427
- },
428
- "subSequence": {
429
- "id": "jfjhggkx",
430
- "page": "8",
431
- "label": { "value": "Numériques", "type": "VTL|MD" }
432
- }
433
- },
434
- "bindingDependencies": ["INTEGER"],
435
- "response": { "name": "INTEGER" }
436
- },
437
-
438
- {
439
- "id": "jfjhb2pz",
440
- "componentType": "InputNumber",
441
- "mandatory": false,
442
- "page": "9",
443
- "min": 10,
444
- "max": 100,
445
- "decimals": 2,
446
- "label": {
447
- "value": "\"➡ 7. \" || \"Numérique décimal (2) sans unité, entre 10 et 100\"",
448
- "type": "VTL|MD"
449
- },
450
- "conditionFilter": {
451
- "value": "(COCHECASE = true)",
452
- "type": "VTL",
453
- "bindingDependencies": ["COCHECASE"]
454
- },
455
- "hierarchy": {
456
- "sequence": {
457
- "id": "jfaz9kv9",
458
- "page": "1",
459
- "label": {
460
- "value": "Sequence 1 - Questions ouvertes",
461
- "type": "VTL|MD"
462
- }
463
- },
464
- "subSequence": {
465
- "id": "jfjhggkx",
466
- "page": "8",
467
- "label": { "value": "Numériques", "type": "VTL|MD" }
468
- }
469
- },
470
- "bindingDependencies": ["FLOAT"],
471
- "response": { "name": "FLOAT" }
472
- },
473
-
474
- {
475
- "id": "l1ujlrg4",
476
- "componentType": "InputNumber",
477
- "mandatory": false,
478
- "page": "10",
479
- "min": -1000,
480
- "max": 1000,
481
- "decimals": 0,
482
- "label": {
483
- "value": "\"➡ 8. \" || \"Numérique négatif, entre -1000 et -1000\"",
484
- "type": "VTL|MD"
485
- },
486
- "conditionFilter": {
487
- "value": "(COCHECASE = true)",
488
- "type": "VTL",
489
- "bindingDependencies": ["COCHECASE"]
490
- },
491
- "hierarchy": {
492
- "sequence": {
493
- "id": "jfaz9kv9",
494
- "page": "1",
495
- "label": {
496
- "value": "Sequence 1 - Questions ouvertes",
497
- "type": "VTL|MD"
498
- }
499
- },
500
- "subSequence": {
501
- "id": "jfjhggkx",
502
- "page": "8",
503
- "label": { "value": "Numériques", "type": "VTL|MD" }
504
- }
505
- },
506
- "bindingDependencies": ["FLOATNEG"],
507
- "response": { "name": "FLOATNEG" }
508
- },
509
-
510
- {
511
- "id": "jfjtbqh1",
512
- "componentType": "InputNumber",
513
- "mandatory": false,
514
- "page": "11",
515
- "min": 0,
516
- "max": 10,
517
- "decimals": 0,
518
- "label": {
519
- "value": "\"➡ 9. \" || \"Nombre sans decimal, avec unité, entre 0 et 10\"",
520
- "type": "VTL|MD"
521
- },
522
- "conditionFilter": {
523
- "value": "(COCHECASE = true)",
524
- "type": "VTL",
525
- "bindingDependencies": ["COCHECASE"]
526
- },
527
- "hierarchy": {
528
- "sequence": {
529
- "id": "jfaz9kv9",
530
- "page": "1",
531
- "label": {
532
- "value": "Sequence 1 - Questions ouvertes",
533
- "type": "VTL|MD"
534
- }
535
- },
536
- "subSequence": {
537
- "id": "jfjhggkx",
538
- "page": "8",
539
- "label": { "value": "Numériques", "type": "VTL|MD" }
540
- }
541
- },
542
- "bindingDependencies": ["UNIT"],
543
- "unit": "k€",
544
- "response": { "name": "UNIT" }
545
- },
546
-
547
- {
548
- "id": "kyiseu7q",
549
- "componentType": "InputNumber",
550
- "mandatory": false,
551
- "page": "12",
552
- "min": 0,
553
- "max": 10,
554
- "decimals": 2,
555
- "label": {
556
- "value": "\"➡ 10. \" || \"Nombre avec unité, avec décimal, entre 0 et 10.\"",
557
- "type": "VTL|MD"
558
- },
559
- "declarations": [
560
- {
561
- "id": "kyiseu7q-l1uu2ui0",
562
- "declarationType": "HELP",
563
- "position": "AFTER_QUESTION_TEXT",
564
- "label": {
565
- "value": "Controle avec variable précédente (si UNIT > UNITD)",
566
- "type": "VTL|MD"
567
- }
568
- }
569
- ],
570
- "conditionFilter": {
571
- "value": "(COCHECASE = true)",
572
- "type": "VTL",
573
- "bindingDependencies": ["COCHECASE"]
574
- },
575
- "controls": [
576
- {
577
- "id": "kyiseu7q-CI-0",
578
- "criticality": "WARN",
579
- "control": {
580
- "value": "not(cast(nvl(UNIT,\"0\"),number) > cast(nvl(UNITD,\"0\"),number))",
581
- "type": "VTL"
582
- },
583
- "errorMessage": { "value": "UNIT > UNITD ", "type": "VTL|MD" },
584
- "bindingDependencies": ["UNIT", "UNITD"]
585
- }
586
- ],
587
- "hierarchy": {
588
- "sequence": {
589
- "id": "jfaz9kv9",
590
- "page": "1",
591
- "label": {
592
- "value": "Sequence 1 - Questions ouvertes",
593
- "type": "VTL|MD"
594
- }
595
- },
596
- "subSequence": {
597
- "id": "jfjhggkx",
598
- "page": "8",
599
- "label": { "value": "Numériques", "type": "VTL|MD" }
600
- }
601
- },
602
- "bindingDependencies": ["UNITD"],
603
- "unit": "k€",
604
- "response": { "name": "UNITD" }
605
- },
606
-
607
- {
608
- "id": "jfjeuskc",
609
- "componentType": "Subsequence",
610
- "goToPage": "13",
611
- "label": { "value": "Autres formats de réponse", "type": "VTL|MD" },
612
- "conditionFilter": {
613
- "value": "(COCHECASE = true)",
614
- "type": "VTL",
615
- "bindingDependencies": ["COCHECASE"]
616
- },
617
- "hierarchy": {
618
- "sequence": {
619
- "id": "jfaz9kv9",
620
- "page": "1",
621
- "label": {
622
- "value": "Sequence 1 - Questions ouvertes",
623
- "type": "VTL|MD"
624
- }
625
- },
626
- "subSequence": {
627
- "id": "jfjeuskc",
628
- "page": "13",
629
- "label": { "value": "Autres formats de réponse", "type": "VTL|MD" }
630
- }
631
- }
632
- },
633
-
634
- {
635
- "id": "jfjfckyw",
636
- "componentType": "Datepicker",
637
- "mandatory": false,
638
- "page": "13",
639
- "min": "1980-01-01",
640
- "max": "2022-01-01",
641
- "label": {
642
- "value": "\"➡ 11. \" || \"Date AAAAMMJJ entre 1980 01 01 et 2022 01 01\"",
643
- "type": "VTL|MD"
644
- },
645
- "conditionFilter": {
646
- "value": "(COCHECASE = true)",
647
- "type": "VTL",
648
- "bindingDependencies": ["COCHECASE"]
649
- },
650
- "hierarchy": {
651
- "sequence": {
652
- "id": "jfaz9kv9",
653
- "page": "1",
654
- "label": {
655
- "value": "Sequence 1 - Questions ouvertes",
656
- "type": "VTL|MD"
657
- }
658
- },
659
- "subSequence": {
660
- "id": "jfjeuskc",
661
- "page": "13",
662
- "label": { "value": "Autres formats de réponse", "type": "VTL|MD" }
663
- }
664
- },
665
- "bindingDependencies": ["DATE"],
666
- "dateFormat": "YYYY-MM-DD",
667
- "response": { "name": "DATE" }
668
- },
669
-
670
- {
671
- "id": "kvl6bpxb",
672
- "componentType": "Datepicker",
673
- "mandatory": false,
674
- "page": "14",
675
- "min": "1900",
676
- "max": "2022",
677
- "label": {
678
- "value": "\"➡ 12. \" || \"Date AAAA entre 1900 et 2022\"",
679
- "type": "VTL|MD"
680
- },
681
- "conditionFilter": {
682
- "value": "(COCHECASE = true)",
683
- "type": "VTL",
684
- "bindingDependencies": ["COCHECASE"]
685
- },
686
- "hierarchy": {
687
- "sequence": {
688
- "id": "jfaz9kv9",
689
- "page": "1",
690
- "label": {
691
- "value": "Sequence 1 - Questions ouvertes",
692
- "type": "VTL|MD"
693
- }
694
- },
695
- "subSequence": {
696
- "id": "jfjeuskc",
697
- "page": "13",
698
- "label": { "value": "Autres formats de réponse", "type": "VTL|MD" }
699
- }
700
- },
701
- "bindingDependencies": ["DAAAA"],
702
- "dateFormat": "YYYY",
703
- "response": { "name": "DAAAA" }
704
- },
705
-
706
- {
707
- "id": "jfjeud07",
708
- "componentType": "CheckboxBoolean",
709
- "mandatory": false,
710
- "page": "15",
711
- "label": { "value": "\"➡ 13. \" || \"Booléen\"", "type": "VTL|MD" },
712
- "conditionFilter": {
713
- "value": "(COCHECASE = true)",
714
- "type": "VTL",
715
- "bindingDependencies": ["COCHECASE"]
716
- },
717
- "hierarchy": {
718
- "sequence": {
719
- "id": "jfaz9kv9",
720
- "page": "1",
721
- "label": {
722
- "value": "Sequence 1 - Questions ouvertes",
723
- "type": "VTL|MD"
724
- }
725
- },
726
- "subSequence": {
727
- "id": "jfjeuskc",
728
- "page": "13",
729
- "label": { "value": "Autres formats de réponse", "type": "VTL|MD" }
730
- }
731
- },
732
- "bindingDependencies": ["BOOLEN"],
733
- "response": { "name": "BOOLEN" }
734
- },
735
-
736
- {
737
- "id": "jfjew4oy",
738
- "componentType": "Sequence",
739
- "page": "16",
740
- "label": {
741
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
742
- "type": "VTL|MD"
743
- },
744
- "conditionFilter": {
745
- "value": "(COCHECASE = true)",
746
- "type": "VTL",
747
- "bindingDependencies": ["COCHECASE"]
748
- },
749
- "hierarchy": {
750
- "sequence": {
751
- "id": "jfjew4oy",
752
- "page": "16",
753
- "label": {
754
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
755
- "type": "VTL|MD"
756
- }
757
- }
758
- }
759
- },
760
-
761
- {
762
- "id": "jfkxouu8",
763
- "componentType": "Subsequence",
764
- "page": "17",
765
- "goToPage": "17",
766
- "label": { "value": "Questions à choix unique", "type": "VTL|MD" },
767
- "declarations": [
768
- {
769
- "id": "jfkxouu8-l1ujjzks",
770
- "declarationType": "HELP",
771
- "position": "AFTER_QUESTION_TEXT",
772
- "label": { "value": "Description des QCU", "type": "VTL|MD" }
773
- }
774
- ],
775
- "conditionFilter": {
776
- "value": "(COCHECASE = true)",
777
- "type": "VTL",
778
- "bindingDependencies": ["COCHECASE"]
779
- },
780
- "hierarchy": {
781
- "sequence": {
782
- "id": "jfjew4oy",
783
- "page": "16",
784
- "label": {
785
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
786
- "type": "VTL|MD"
787
- }
788
- },
789
- "subSequence": {
790
- "id": "jfkxouu8",
791
- "page": "17",
792
- "label": { "value": "Questions à choix unique", "type": "VTL|MD" }
793
- }
794
- }
795
- },
796
-
797
- {
798
- "id": "jfjepz6i",
799
- "componentType": "Radio",
800
- "mandatory": false,
801
- "page": "18",
802
- "label": {
803
- "value": "\"➡ 1. \" || \"Question à choix unique - présentation bouton radio\"",
804
- "type": "VTL|MD"
805
- },
806
- "conditionFilter": {
807
- "value": "(COCHECASE = true)",
808
- "type": "VTL",
809
- "bindingDependencies": ["COCHECASE"]
810
- },
811
- "hierarchy": {
812
- "sequence": {
813
- "id": "jfjew4oy",
814
- "page": "16",
815
- "label": {
816
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
817
- "type": "VTL|MD"
818
- }
819
- },
820
- "subSequence": {
821
- "id": "jfkxouu8",
822
- "page": "17",
823
- "label": { "value": "Questions à choix unique", "type": "VTL|MD" }
824
- }
825
- },
826
- "bindingDependencies": ["CHECKBOXONERADIO"],
827
- "options": [
828
- { "value": "1", "label": { "value": "code1", "type": "VTL|MD" } },
829
-
830
- { "value": "2", "label": { "value": "code2", "type": "VTL|MD" } },
831
-
832
- { "value": "3", "label": { "value": "code3", "type": "VTL|MD" } },
833
-
834
- { "value": "4", "label": { "value": "code4", "type": "VTL|MD" } },
835
-
836
- {
837
- "value": "5",
838
- "label": {
839
- "value": "autre et libellé un peu long pour valider",
840
- "type": "VTL|MD"
841
- }
842
- }
843
- ],
844
- "response": { "name": "CHECKBOXONERADIO" }
845
- },
846
-
847
- {
848
- "id": "jfjero7b",
849
- "componentType": "CheckboxOne",
850
- "mandatory": false,
851
- "page": "19",
852
- "label": {
853
- "value": "\"➡ 2. \" || \"Question à choix unique - présentation case à cocher\"",
854
- "type": "VTL|MD"
855
- },
856
- "conditionFilter": {
857
- "value": "(COCHECASE = true)",
858
- "type": "VTL",
859
- "bindingDependencies": ["COCHECASE"]
860
- },
861
- "hierarchy": {
862
- "sequence": {
863
- "id": "jfjew4oy",
864
- "page": "16",
865
- "label": {
866
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
867
- "type": "VTL|MD"
868
- }
869
- },
870
- "subSequence": {
871
- "id": "jfkxouu8",
872
- "page": "17",
873
- "label": { "value": "Questions à choix unique", "type": "VTL|MD" }
874
- }
875
- },
876
- "bindingDependencies": ["CHECKBOXONECOCHER"],
877
- "options": [
878
- { "value": "1", "label": { "value": "code1", "type": "VTL|MD" } },
879
-
880
- { "value": "2", "label": { "value": "code2", "type": "VTL|MD" } },
881
-
882
- { "value": "3", "label": { "value": "code3", "type": "VTL|MD" } },
883
-
884
- { "value": "4", "label": { "value": "code4", "type": "VTL|MD" } },
885
-
886
- {
887
- "value": "5",
888
- "label": {
889
- "value": "autre et libellé un peu long pour valider",
890
- "type": "VTL|MD"
891
- }
892
- }
893
- ],
894
- "response": { "name": "CHECKBOXONECOCHER" }
895
- },
896
-
897
- {
898
- "id": "jfjfae9f",
899
- "componentType": "Dropdown",
900
- "mandatory": false,
901
- "page": "20",
902
- "label": {
903
- "value": "\"➡ 3. \" || \"Question à choix unique - présentation liste déroulante\"",
904
- "type": "VTL|MD"
905
- },
906
- "conditionFilter": {
907
- "value": "(COCHECASE = true)",
908
- "type": "VTL",
909
- "bindingDependencies": ["COCHECASE"]
910
- },
911
- "hierarchy": {
912
- "sequence": {
913
- "id": "jfjew4oy",
914
- "page": "16",
915
- "label": {
916
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
917
- "type": "VTL|MD"
918
- }
919
- },
920
- "subSequence": {
921
- "id": "jfkxouu8",
922
- "page": "17",
923
- "label": { "value": "Questions à choix unique", "type": "VTL|MD" }
924
- }
925
- },
926
- "bindingDependencies": ["DROPDOWN"],
927
- "options": [
928
- { "value": "1", "label": { "value": "code1", "type": "VTL|MD" } },
929
-
930
- { "value": "2", "label": { "value": "code2", "type": "VTL|MD" } },
931
-
932
- { "value": "3", "label": { "value": "code3", "type": "VTL|MD" } },
933
-
934
- { "value": "4", "label": { "value": "code4", "type": "VTL|MD" } },
935
-
936
- {
937
- "value": "5",
938
- "label": {
939
- "value": "autre et libellé un peu long pour valider",
940
- "type": "VTL|MD"
941
- }
942
- }
943
- ],
944
- "response": { "name": "DROPDOWN" }
945
- },
946
-
947
- {
948
- "id": "jfkxuinz",
949
- "componentType": "Subsequence",
950
- "page": "21",
951
- "goToPage": "21",
952
- "label": { "value": "Questions à choix multiple", "type": "VTL|MD" },
953
- "declarations": [
954
- {
955
- "id": "jfkxuinz-l1ujnhsh",
956
- "declarationType": "HELP",
957
- "position": "AFTER_QUESTION_TEXT",
958
- "label": { "value": "Liste des QCM", "type": "VTL|MD" }
959
- }
960
- ],
961
- "conditionFilter": {
962
- "value": "(COCHECASE = true)",
963
- "type": "VTL",
964
- "bindingDependencies": ["COCHECASE"]
965
- },
966
- "hierarchy": {
967
- "sequence": {
968
- "id": "jfjew4oy",
969
- "page": "16",
970
- "label": {
971
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
972
- "type": "VTL|MD"
973
- }
974
- },
975
- "subSequence": {
976
- "id": "jfkxuinz",
977
- "page": "21",
978
- "label": { "value": "Questions à choix multiple", "type": "VTL|MD" }
979
- }
980
- }
981
- },
982
-
983
- {
984
- "id": "jfkxh2lf",
985
- "componentType": "CheckboxGroup",
986
- "page": "22",
987
- "label": {
988
- "value": "\"➡ 4. \" || \"Question à choix multiple - réponse booléen\"",
989
- "type": "VTL|MD"
990
- },
991
- "conditionFilter": {
992
- "value": "(COCHECASE = true)",
993
- "type": "VTL",
994
- "bindingDependencies": ["COCHECASE"]
995
- },
996
- "hierarchy": {
997
- "sequence": {
998
- "id": "jfjew4oy",
999
- "page": "16",
1000
- "label": {
1001
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
1002
- "type": "VTL|MD"
1003
- }
1004
- },
1005
- "subSequence": {
1006
- "id": "jfkxuinz",
1007
- "page": "21",
1008
- "label": { "value": "Questions à choix multiple", "type": "VTL|MD" }
1009
- }
1010
- },
1011
- "bindingDependencies": [
1012
- "QCM_BOOLEEN1",
1013
- "QCM_BOOLEEN2",
1014
- "QCM_BOOLEEN3",
1015
- "QCM_BOOLEEN4",
1016
- "QCM_BOOLEEN5",
1017
- "QCM_BOOLEEN6"
1018
- ],
1019
- "responses": [
1020
- {
1021
- "id": "jfkxh2lf-QOP-l1ujvup1",
1022
- "label": { "value": "choix 1", "type": "VTL|MD" },
1023
- "response": { "name": "QCM_BOOLEEN1" }
1024
- },
1025
-
1026
- {
1027
- "id": "jfkxh2lf-QOP-l1ujn7ub",
1028
- "label": { "value": "choix 2", "type": "VTL|MD" },
1029
- "response": { "name": "QCM_BOOLEEN2" }
1030
- },
1031
-
1032
- {
1033
- "id": "jfkxh2lf-QOP-l1ujqshv",
1034
- "label": { "value": "choix 3", "type": "VTL|MD" },
1035
- "response": { "name": "QCM_BOOLEEN3" }
1036
- },
1037
-
1038
- {
1039
- "id": "jfkxh2lf-QOP-l1ujm40x",
1040
- "label": { "value": "choix 4", "type": "VTL|MD" },
1041
- "response": { "name": "QCM_BOOLEEN4" }
1042
- },
1043
-
1044
- {
1045
- "id": "jfkxh2lf-QOP-l1ujqfdi",
1046
- "label": { "value": "choix 5", "type": "VTL|MD" },
1047
- "response": { "name": "QCM_BOOLEEN5" }
1048
- },
1049
-
1050
- {
1051
- "id": "jfkxh2lf-QOP-l1ujiycn",
1052
- "label": {
1053
- "value": "et un choix 6 dont la modalité est plus longue",
1054
- "type": "VTL|MD"
1055
- },
1056
- "response": { "name": "QCM_BOOLEEN6" }
1057
- }
1058
- ]
1059
- },
1060
-
1061
- {
1062
- "id": "jfkxybfe",
1063
- "componentType": "Table",
1064
- "mandatory": false,
1065
- "page": "23",
1066
- "positioning": "HORIZONTAL",
1067
- "label": {
1068
- "value": "\"➡ 5. \" || \"Question à choix multiple - réponse oui/non case à cocher\"",
1069
- "type": "VTL|MD"
1070
- },
1071
- "conditionFilter": {
1072
- "value": "(COCHECASE = true)",
1073
- "type": "VTL",
1074
- "bindingDependencies": ["COCHECASE"]
1075
- },
1076
- "hierarchy": {
1077
- "sequence": {
1078
- "id": "jfjew4oy",
1079
- "page": "16",
1080
- "label": {
1081
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
1082
- "type": "VTL|MD"
1083
- }
1084
- },
1085
- "subSequence": {
1086
- "id": "jfkxuinz",
1087
- "page": "21",
1088
- "label": { "value": "Questions à choix multiple", "type": "VTL|MD" }
1089
- }
1090
- },
1091
- "bindingDependencies": [
1092
- "QCM_LISTEON1",
1093
- "QCM_LISTEON2",
1094
- "QCM_LISTEON3",
1095
- "QCM_LISTEON4",
1096
- "QCM_LISTEON5",
1097
- "QCM_LISTEON6"
1098
- ],
1099
- "body": [
1100
- [
1101
- { "value": "1", "label": { "value": "choix 1", "type": "VTL|MD" } },
1102
-
1103
- {
1104
- "componentType": "CheckboxOne",
1105
- "id": "jfkxybfe-QOP-l1ujy9o3",
1106
- "options": [
1107
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1108
-
1109
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1110
- ],
1111
- "response": { "name": "QCM_LISTEON1" },
1112
- "bindingDependencies": ["QCM_LISTEON1"]
1113
- }
1114
- ],
1115
-
1116
- [
1117
- { "value": "2", "label": { "value": "choix 2", "type": "VTL|MD" } },
1118
-
1119
- {
1120
- "componentType": "CheckboxOne",
1121
- "id": "jfkxybfe-QOP-l1uju9zu",
1122
- "options": [
1123
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1124
-
1125
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1126
- ],
1127
- "response": { "name": "QCM_LISTEON2" },
1128
- "bindingDependencies": ["QCM_LISTEON2"]
1129
- }
1130
- ],
1131
-
1132
- [
1133
- { "value": "3", "label": { "value": "choix 3", "type": "VTL|MD" } },
1134
-
1135
- {
1136
- "componentType": "CheckboxOne",
1137
- "id": "jfkxybfe-QOP-l1ujv3qw",
1138
- "options": [
1139
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1140
-
1141
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1142
- ],
1143
- "response": { "name": "QCM_LISTEON3" },
1144
- "bindingDependencies": ["QCM_LISTEON3"]
1145
- }
1146
- ],
1147
-
1148
- [
1149
- { "value": "4", "label": { "value": "choix 4", "type": "VTL|MD" } },
1150
-
1151
- {
1152
- "componentType": "CheckboxOne",
1153
- "id": "jfkxybfe-QOP-l1uk0q0x",
1154
- "options": [
1155
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1156
-
1157
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1158
- ],
1159
- "response": { "name": "QCM_LISTEON4" },
1160
- "bindingDependencies": ["QCM_LISTEON4"]
1161
- }
1162
- ],
1163
-
1164
- [
1165
- { "value": "5", "label": { "value": "choix 5", "type": "VTL|MD" } },
1166
-
1167
- {
1168
- "componentType": "CheckboxOne",
1169
- "id": "jfkxybfe-QOP-l1ujsmmt",
1170
- "options": [
1171
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1172
-
1173
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1174
- ],
1175
- "response": { "name": "QCM_LISTEON5" },
1176
- "bindingDependencies": ["QCM_LISTEON5"]
1177
- }
1178
- ],
1179
-
1180
- [
1181
- {
1182
- "value": "6",
1183
- "label": {
1184
- "value": "et un choix 6 dont la modalité est plus longue",
1185
- "type": "VTL|MD"
1186
- }
1187
- },
1188
-
1189
- {
1190
- "componentType": "CheckboxOne",
1191
- "id": "jfkxybfe-QOP-l1ujw41k",
1192
- "options": [
1193
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1194
-
1195
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1196
- ],
1197
- "response": { "name": "QCM_LISTEON6" },
1198
- "bindingDependencies": ["QCM_LISTEON6"]
1199
- }
1200
- ]
1201
- ]
1202
- },
1203
-
1204
- {
1205
- "id": "jfkyw9o1",
1206
- "componentType": "Table",
1207
- "mandatory": false,
1208
- "page": "24",
1209
- "positioning": "HORIZONTAL",
1210
- "label": {
1211
- "value": "\"➡ 6. \" || \"Question à choix multiple - réponse oui/non radio\"",
1212
- "type": "VTL|MD"
1213
- },
1214
- "conditionFilter": {
1215
- "value": "(COCHECASE = true)",
1216
- "type": "VTL",
1217
- "bindingDependencies": ["COCHECASE"]
1218
- },
1219
- "hierarchy": {
1220
- "sequence": {
1221
- "id": "jfjew4oy",
1222
- "page": "16",
1223
- "label": {
1224
- "value": "Sequence 2 - Questions à choix unique et questions à choix multiple",
1225
- "type": "VTL|MD"
1226
- }
1227
- },
1228
- "subSequence": {
1229
- "id": "jfkxuinz",
1230
- "page": "21",
1231
- "label": { "value": "Questions à choix multiple", "type": "VTL|MD" }
1232
- }
1233
- },
1234
- "bindingDependencies": [
1235
- "QCM_LISTEONRADIO1",
1236
- "QCM_LISTEONRADIO2",
1237
- "QCM_LISTEONRADIO3",
1238
- "QCM_LISTEONRADIO4",
1239
- "QCM_LISTEONRADIO5",
1240
- "QCM_LISTEONRADIO6"
1241
- ],
1242
- "body": [
1243
- [
1244
- { "value": "1", "label": { "value": "choix 1", "type": "VTL|MD" } },
1245
-
1246
- {
1247
- "componentType": "Radio",
1248
- "id": "jfkyw9o1-QOP-l1uk0wyz",
1249
- "options": [
1250
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1251
-
1252
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1253
- ],
1254
- "response": { "name": "QCM_LISTEONRADIO1" },
1255
- "bindingDependencies": ["QCM_LISTEONRADIO1"]
1256
- }
1257
- ],
1258
-
1259
- [
1260
- { "value": "2", "label": { "value": "choix 2", "type": "VTL|MD" } },
1261
-
1262
- {
1263
- "componentType": "Radio",
1264
- "id": "jfkyw9o1-QOP-l1uji4r3",
1265
- "options": [
1266
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1267
-
1268
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1269
- ],
1270
- "response": { "name": "QCM_LISTEONRADIO2" },
1271
- "bindingDependencies": ["QCM_LISTEONRADIO2"]
1272
- }
1273
- ],
1274
-
1275
- [
1276
- { "value": "3", "label": { "value": "choix 3", "type": "VTL|MD" } },
1277
-
1278
- {
1279
- "componentType": "Radio",
1280
- "id": "jfkyw9o1-QOP-l1ujyy91",
1281
- "options": [
1282
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1283
-
1284
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1285
- ],
1286
- "response": { "name": "QCM_LISTEONRADIO3" },
1287
- "bindingDependencies": ["QCM_LISTEONRADIO3"]
1288
- }
1289
- ],
1290
-
1291
- [
1292
- { "value": "4", "label": { "value": "choix 4", "type": "VTL|MD" } },
1293
-
1294
- {
1295
- "componentType": "Radio",
1296
- "id": "jfkyw9o1-QOP-l1uk283o",
1297
- "options": [
1298
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1299
-
1300
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1301
- ],
1302
- "response": { "name": "QCM_LISTEONRADIO4" },
1303
- "bindingDependencies": ["QCM_LISTEONRADIO4"]
1304
- }
1305
- ],
1306
-
1307
- [
1308
- { "value": "5", "label": { "value": "choix 5", "type": "VTL|MD" } },
1309
-
1310
- {
1311
- "componentType": "Radio",
1312
- "id": "jfkyw9o1-QOP-l1ujy83p",
1313
- "options": [
1314
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1315
-
1316
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1317
- ],
1318
- "response": { "name": "QCM_LISTEONRADIO5" },
1319
- "bindingDependencies": ["QCM_LISTEONRADIO5"]
1320
- }
1321
- ],
1322
-
1323
- [
1324
- {
1325
- "value": "6",
1326
- "label": {
1327
- "value": "et un choix 6 dont la modalité est plus longue",
1328
- "type": "VTL|MD"
1329
- }
1330
- },
1331
-
1332
- {
1333
- "componentType": "Radio",
1334
- "id": "jfkyw9o1-QOP-l1ujstez",
1335
- "options": [
1336
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1337
-
1338
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1339
- ],
1340
- "response": { "name": "QCM_LISTEONRADIO6" },
1341
- "bindingDependencies": ["QCM_LISTEONRADIO6"]
1342
- }
1343
- ]
1344
- ]
1345
- },
1346
-
1347
- {
1348
- "id": "jfkyvabw",
1349
- "componentType": "Sequence",
1350
- "page": "25",
1351
- "label": {
1352
- "value": "Sequence 3 - tableaux simples et tableau dynamique. Hors boucles, non liés",
1353
- "type": "VTL|MD"
1354
- },
1355
- "conditionFilter": {
1356
- "value": "(COCHECASE = true)",
1357
- "type": "VTL",
1358
- "bindingDependencies": ["COCHECASE"]
1359
- },
1360
- "hierarchy": {
1361
- "sequence": {
1362
- "id": "jfkyvabw",
1363
- "page": "25",
1364
- "label": {
1365
- "value": "Sequence 3 - tableaux simples et tableau dynamique. Hors boucles, non liés",
1366
- "type": "VTL|MD"
1367
- }
1368
- }
1369
- }
1370
- },
1371
-
1372
- {
1373
- "id": "jfkzltkm",
1374
- "componentType": "Table",
1375
- "mandatory": false,
1376
- "page": "26",
1377
- "positioning": "HORIZONTAL",
1378
- "label": {
1379
- "value": "\"➡ 1. \" || \"Tableau un axe simple, une mesure\"",
1380
- "type": "VTL|MD"
1381
- },
1382
- "conditionFilter": {
1383
- "value": "(COCHECASE = true)",
1384
- "type": "VTL",
1385
- "bindingDependencies": ["COCHECASE"]
1386
- },
1387
- "hierarchy": {
1388
- "sequence": {
1389
- "id": "jfkyvabw",
1390
- "page": "25",
1391
- "label": {
1392
- "value": "Sequence 3 - tableaux simples et tableau dynamique. Hors boucles, non liés",
1393
- "type": "VTL|MD"
1394
- }
1395
- }
1396
- },
1397
- "bindingDependencies": [
1398
- "TABLEAU1A1M11",
1399
- "TABLEAU1A1M21",
1400
- "TABLEAU1A1M31",
1401
- "TABLEAU1A1M41",
1402
- "TABLEAU1A1M51",
1403
- "TABLEAU1A1M61"
1404
- ],
1405
- "header": [
1406
- { "label": { "value": "", "type": "VTL|MD" } },
1407
-
1408
- { "label": { "value": "Quantité de bidules", "type": "VTL|MD" } }
1409
- ],
1410
- "body": [
1411
- [
1412
- { "value": "1", "label": { "value": "choix 1", "type": "VTL|MD" } },
1413
-
1414
- {
1415
- "componentType": "InputNumber",
1416
- "min": 0,
1417
- "max": 999,
1418
- "decimals": 0,
1419
- "id": "jfkzltkm-QOP-l1uk0wsy",
1420
- "response": { "name": "TABLEAU1A1M11" },
1421
- "bindingDependencies": ["TABLEAU1A1M11"]
1422
- }
1423
- ],
1424
-
1425
- [
1426
- { "value": "2", "label": { "value": "choix 2", "type": "VTL|MD" } },
1427
-
1428
- {
1429
- "componentType": "InputNumber",
1430
- "min": 0,
1431
- "max": 999,
1432
- "decimals": 0,
1433
- "id": "jfkzltkm-QOP-l1uk035v",
1434
- "response": { "name": "TABLEAU1A1M21" },
1435
- "bindingDependencies": ["TABLEAU1A1M21"]
1436
- }
1437
- ],
1438
-
1439
- [
1440
- { "value": "3", "label": { "value": "choix 3", "type": "VTL|MD" } },
1441
-
1442
- {
1443
- "componentType": "InputNumber",
1444
- "min": 0,
1445
- "max": 999,
1446
- "decimals": 0,
1447
- "id": "jfkzltkm-QOP-l1uji2i3",
1448
- "response": { "name": "TABLEAU1A1M31" },
1449
- "bindingDependencies": ["TABLEAU1A1M31"]
1450
- }
1451
- ],
1452
-
1453
- [
1454
- { "value": "4", "label": { "value": "choix 4", "type": "VTL|MD" } },
1455
-
1456
- {
1457
- "componentType": "InputNumber",
1458
- "min": 0,
1459
- "max": 999,
1460
- "decimals": 0,
1461
- "id": "jfkzltkm-QOP-l1ujl8ac",
1462
- "response": { "name": "TABLEAU1A1M41" },
1463
- "bindingDependencies": ["TABLEAU1A1M41"]
1464
- }
1465
- ],
1466
-
1467
- [
1468
- { "value": "5", "label": { "value": "choix 5", "type": "VTL|MD" } },
1469
-
1470
- {
1471
- "componentType": "InputNumber",
1472
- "min": 0,
1473
- "max": 999,
1474
- "decimals": 0,
1475
- "id": "jfkzltkm-QOP-l1ujpn8e",
1476
- "response": { "name": "TABLEAU1A1M51" },
1477
- "bindingDependencies": ["TABLEAU1A1M51"]
1478
- }
1479
- ],
1480
-
1481
- [
1482
- {
1483
- "value": "6",
1484
- "label": {
1485
- "value": "et un choix 6 dont la modalité est plus longue",
1486
- "type": "VTL|MD"
1487
- }
1488
- },
1489
-
1490
- {
1491
- "componentType": "InputNumber",
1492
- "min": 0,
1493
- "max": 999,
1494
- "decimals": 0,
1495
- "id": "jfkzltkm-QOP-l1ujm5dq",
1496
- "response": { "name": "TABLEAU1A1M61" },
1497
- "bindingDependencies": ["TABLEAU1A1M61"]
1498
- }
1499
- ]
1500
- ]
1501
- },
1502
-
1503
- {
1504
- "id": "jfkzpexn",
1505
- "componentType": "Table",
1506
- "mandatory": false,
1507
- "page": "27",
1508
- "positioning": "HORIZONTAL",
1509
- "label": {
1510
- "value": "\"➡ 2. \" || \"Tableau un axe simple, plusieurs mesures\"",
1511
- "type": "VTL|MD"
1512
- },
1513
- "conditionFilter": {
1514
- "value": "(COCHECASE = true)",
1515
- "type": "VTL",
1516
- "bindingDependencies": ["COCHECASE"]
1517
- },
1518
- "hierarchy": {
1519
- "sequence": {
1520
- "id": "jfkyvabw",
1521
- "page": "25",
1522
- "label": {
1523
- "value": "Sequence 3 - tableaux simples et tableau dynamique. Hors boucles, non liés",
1524
- "type": "VTL|MD"
1525
- }
1526
- }
1527
- },
1528
- "bindingDependencies": [
1529
- "TABLEAU1A3M11",
1530
- "TABLEAU1A3M12",
1531
- "TABLEAU1A3M13",
1532
- "TABLEAU1A3M21",
1533
- "TABLEAU1A3M22",
1534
- "TABLEAU1A3M23",
1535
- "TABLEAU1A3M31",
1536
- "TABLEAU1A3M32",
1537
- "TABLEAU1A3M33",
1538
- "TABLEAU1A3M41",
1539
- "TABLEAU1A3M42",
1540
- "TABLEAU1A3M43",
1541
- "TABLEAU1A3M51",
1542
- "TABLEAU1A3M52",
1543
- "TABLEAU1A3M53",
1544
- "TABLEAU1A3M61",
1545
- "TABLEAU1A3M62",
1546
- "TABLEAU1A3M63"
1547
- ],
1548
- "header": [
1549
- { "label": { "value": "", "type": "VTL|MD" } },
1550
-
1551
- { "label": { "value": "Quantité de bidules", "type": "VTL|MD" } },
1552
-
1553
- { "label": { "value": "aimez vous les bidules", "type": "VTL|MD" } },
1554
-
1555
- { "label": { "value": "nom", "type": "VTL|MD" } }
1556
- ],
1557
- "body": [
1558
- [
1559
- { "value": "1", "label": { "value": "choix 1", "type": "VTL|MD" } },
1560
-
1561
- {
1562
- "componentType": "InputNumber",
1563
- "min": 0,
1564
- "max": 999,
1565
- "decimals": 0,
1566
- "id": "jfkzpexn-QOP-l1ujy3o3",
1567
- "response": { "name": "TABLEAU1A3M11" },
1568
- "bindingDependencies": ["TABLEAU1A3M11"]
1569
- },
1570
-
1571
- {
1572
- "componentType": "CheckboxOne",
1573
- "id": "jfkzpexn-QOP-l1ujjvof",
1574
- "options": [
1575
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1576
-
1577
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1578
- ],
1579
- "response": { "name": "TABLEAU1A3M12" },
1580
- "bindingDependencies": ["TABLEAU1A3M12"]
1581
- },
1582
-
1583
- {
1584
- "componentType": "Input",
1585
- "maxLength": 25,
1586
- "id": "jfkzpexn-QOP-l1uk1a4u",
1587
- "response": { "name": "TABLEAU1A3M13" },
1588
- "bindingDependencies": ["TABLEAU1A3M13"]
1589
- }
1590
- ],
1591
-
1592
- [
1593
- { "value": "2", "label": { "value": "choix 2", "type": "VTL|MD" } },
1594
-
1595
- {
1596
- "componentType": "InputNumber",
1597
- "min": 0,
1598
- "max": 999,
1599
- "decimals": 0,
1600
- "id": "jfkzpexn-QOP-l1ujr9h6",
1601
- "response": { "name": "TABLEAU1A3M21" },
1602
- "bindingDependencies": ["TABLEAU1A3M21"]
1603
- },
1604
-
1605
- {
1606
- "componentType": "CheckboxOne",
1607
- "id": "jfkzpexn-QOP-l1ujivv8",
1608
- "options": [
1609
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1610
-
1611
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1612
- ],
1613
- "response": { "name": "TABLEAU1A3M22" },
1614
- "bindingDependencies": ["TABLEAU1A3M22"]
1615
- },
1616
-
1617
- {
1618
- "componentType": "Input",
1619
- "maxLength": 25,
1620
- "id": "jfkzpexn-QOP-l1ujpbuo",
1621
- "response": { "name": "TABLEAU1A3M23" },
1622
- "bindingDependencies": ["TABLEAU1A3M23"]
1623
- }
1624
- ],
1625
-
1626
- [
1627
- { "value": "3", "label": { "value": "choix 3", "type": "VTL|MD" } },
1628
-
1629
- {
1630
- "componentType": "InputNumber",
1631
- "min": 0,
1632
- "max": 999,
1633
- "decimals": 0,
1634
- "id": "jfkzpexn-QOP-l1ujnpx6",
1635
- "response": { "name": "TABLEAU1A3M31" },
1636
- "bindingDependencies": ["TABLEAU1A3M31"]
1637
- },
1638
-
1639
- {
1640
- "componentType": "CheckboxOne",
1641
- "id": "jfkzpexn-QOP-l1ujua93",
1642
- "options": [
1643
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1644
-
1645
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1646
- ],
1647
- "response": { "name": "TABLEAU1A3M32" },
1648
- "bindingDependencies": ["TABLEAU1A3M32"]
1649
- },
1650
-
1651
- {
1652
- "componentType": "Input",
1653
- "maxLength": 25,
1654
- "id": "jfkzpexn-QOP-l1ujyf9c",
1655
- "response": { "name": "TABLEAU1A3M33" },
1656
- "bindingDependencies": ["TABLEAU1A3M33"]
1657
- }
1658
- ],
1659
-
1660
- [
1661
- { "value": "4", "label": { "value": "choix 4", "type": "VTL|MD" } },
1662
-
1663
- {
1664
- "componentType": "InputNumber",
1665
- "min": 0,
1666
- "max": 999,
1667
- "decimals": 0,
1668
- "id": "jfkzpexn-QOP-l1ujoena",
1669
- "response": { "name": "TABLEAU1A3M41" },
1670
- "bindingDependencies": ["TABLEAU1A3M41"]
1671
- },
1672
-
1673
- {
1674
- "componentType": "CheckboxOne",
1675
- "id": "jfkzpexn-QOP-l1ujm6cz",
1676
- "options": [
1677
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1678
-
1679
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1680
- ],
1681
- "response": { "name": "TABLEAU1A3M42" },
1682
- "bindingDependencies": ["TABLEAU1A3M42"]
1683
- },
1684
-
1685
- {
1686
- "componentType": "Input",
1687
- "maxLength": 25,
1688
- "id": "jfkzpexn-QOP-l1ujwn72",
1689
- "response": { "name": "TABLEAU1A3M43" },
1690
- "bindingDependencies": ["TABLEAU1A3M43"]
1691
- }
1692
- ],
1693
-
1694
- [
1695
- { "value": "5", "label": { "value": "choix 5", "type": "VTL|MD" } },
1696
-
1697
- {
1698
- "componentType": "InputNumber",
1699
- "min": 0,
1700
- "max": 999,
1701
- "decimals": 0,
1702
- "id": "jfkzpexn-QOP-l1uk1xo1",
1703
- "response": { "name": "TABLEAU1A3M51" },
1704
- "bindingDependencies": ["TABLEAU1A3M51"]
1705
- },
1706
-
1707
- {
1708
- "componentType": "CheckboxOne",
1709
- "id": "jfkzpexn-QOP-l1ujxoe9",
1710
- "options": [
1711
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1712
-
1713
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1714
- ],
1715
- "response": { "name": "TABLEAU1A3M52" },
1716
- "bindingDependencies": ["TABLEAU1A3M52"]
1717
- },
1718
-
1719
- {
1720
- "componentType": "Input",
1721
- "maxLength": 25,
1722
- "id": "jfkzpexn-QOP-l1ujo33k",
1723
- "response": { "name": "TABLEAU1A3M53" },
1724
- "bindingDependencies": ["TABLEAU1A3M53"]
1725
- }
1726
- ],
1727
-
1728
- [
1729
- {
1730
- "value": "6",
1731
- "label": {
1732
- "value": "et un choix 6 dont la modalité est plus longue",
1733
- "type": "VTL|MD"
1734
- }
1735
- },
1736
-
1737
- {
1738
- "componentType": "InputNumber",
1739
- "min": 0,
1740
- "max": 999,
1741
- "decimals": 0,
1742
- "id": "jfkzpexn-QOP-l1ujr7pv",
1743
- "response": { "name": "TABLEAU1A3M61" },
1744
- "bindingDependencies": ["TABLEAU1A3M61"]
1745
- },
1746
-
1747
- {
1748
- "componentType": "CheckboxOne",
1749
- "id": "jfkzpexn-QOP-l1ujunro",
1750
- "options": [
1751
- { "value": "1", "label": { "value": "Oui", "type": "VTL|MD" } },
1752
-
1753
- { "value": "2", "label": { "value": "Non", "type": "VTL|MD" } }
1754
- ],
1755
- "response": { "name": "TABLEAU1A3M62" },
1756
- "bindingDependencies": ["TABLEAU1A3M62"]
1757
- },
1758
-
1759
- {
1760
- "componentType": "Input",
1761
- "maxLength": 25,
1762
- "id": "jfkzpexn-QOP-l1ujn34z",
1763
- "response": { "name": "TABLEAU1A3M63" },
1764
- "bindingDependencies": ["TABLEAU1A3M63"]
1765
- }
1766
- ]
1767
- ]
1768
- },
1769
-
1770
- {
1771
- "id": "jfkzttm3",
1772
- "componentType": "Table",
1773
- "mandatory": false,
1774
- "page": "28",
1775
- "positioning": "HORIZONTAL",
1776
- "label": {
1777
- "value": "\"➡ 3. \" || \"Tableau 2 axes\"",
1778
- "type": "VTL|MD"
1779
- },
1780
- "conditionFilter": {
1781
- "value": "(COCHECASE = true)",
1782
- "type": "VTL",
1783
- "bindingDependencies": ["COCHECASE"]
1784
- },
1785
- "hierarchy": {
1786
- "sequence": {
1787
- "id": "jfkyvabw",
1788
- "page": "25",
1789
- "label": {
1790
- "value": "Sequence 3 - tableaux simples et tableau dynamique. Hors boucles, non liés",
1791
- "type": "VTL|MD"
1792
- }
1793
- }
1794
- },
1795
- "bindingDependencies": [
1796
- "TABLEAU2A11",
1797
- "TABLEAU2A12",
1798
- "TABLEAU2A13",
1799
- "TABLEAU2A14",
1800
- "TABLEAU2A15",
1801
- "TABLEAU2A21",
1802
- "TABLEAU2A22",
1803
- "TABLEAU2A23",
1804
- "TABLEAU2A24",
1805
- "TABLEAU2A25",
1806
- "TABLEAU2A31",
1807
- "TABLEAU2A32",
1808
- "TABLEAU2A33",
1809
- "TABLEAU2A34",
1810
- "TABLEAU2A35",
1811
- "TABLEAU2A41",
1812
- "TABLEAU2A42",
1813
- "TABLEAU2A43",
1814
- "TABLEAU2A44",
1815
- "TABLEAU2A45",
1816
- "TABLEAU2A51",
1817
- "TABLEAU2A52",
1818
- "TABLEAU2A53",
1819
- "TABLEAU2A54",
1820
- "TABLEAU2A55",
1821
- "TABLEAU2A61",
1822
- "TABLEAU2A62",
1823
- "TABLEAU2A63",
1824
- "TABLEAU2A64",
1825
- "TABLEAU2A65"
1826
- ],
1827
- "header": [
1828
- { "label": { "value": "", "type": "VTL|MD" } },
1829
-
1830
- { "label": { "value": "code1", "type": "VTL|MD" } },
1831
-
1832
- { "label": { "value": "code2", "type": "VTL|MD" } },
1833
-
1834
- { "label": { "value": "code3", "type": "VTL|MD" } },
1835
-
1836
- { "label": { "value": "code4", "type": "VTL|MD" } },
1837
-
1838
- {
1839
- "label": {
1840
- "value": "autre et libellé un peu long pour valider",
1841
- "type": "VTL|MD"
1842
- }
1843
- }
1844
- ],
1845
- "body": [
1846
- [
1847
- { "value": "1", "label": { "value": "choix 1", "type": "VTL|MD" } },
1848
-
1849
- {
1850
- "componentType": "InputNumber",
1851
- "min": 0,
1852
- "max": 100,
1853
- "decimals": 0,
1854
- "id": "jfkzttm3-QOP-l1ujk7i2",
1855
- "response": { "name": "TABLEAU2A11" },
1856
- "bindingDependencies": ["TABLEAU2A11"]
1857
- },
1858
-
1859
- {
1860
- "componentType": "InputNumber",
1861
- "min": 0,
1862
- "max": 100,
1863
- "decimals": 0,
1864
- "id": "jfkzttm3-QOP-l1ujokny",
1865
- "response": { "name": "TABLEAU2A12" },
1866
- "bindingDependencies": ["TABLEAU2A12"]
1867
- },
1868
-
1869
- {
1870
- "componentType": "InputNumber",
1871
- "min": 0,
1872
- "max": 100,
1873
- "decimals": 0,
1874
- "id": "jfkzttm3-QOP-l1ujko9e",
1875
- "response": { "name": "TABLEAU2A13" },
1876
- "bindingDependencies": ["TABLEAU2A13"]
1877
- },
1878
-
1879
- {
1880
- "componentType": "InputNumber",
1881
- "min": 0,
1882
- "max": 100,
1883
- "decimals": 0,
1884
- "id": "jfkzttm3-QOP-l1ujujrh",
1885
- "response": { "name": "TABLEAU2A14" },
1886
- "bindingDependencies": ["TABLEAU2A14"]
1887
- },
1888
-
1889
- {
1890
- "componentType": "InputNumber",
1891
- "min": 0,
1892
- "max": 100,
1893
- "decimals": 0,
1894
- "id": "jfkzttm3-QOP-l1ujygrf",
1895
- "response": { "name": "TABLEAU2A15" },
1896
- "bindingDependencies": ["TABLEAU2A15"]
1897
- }
1898
- ],
1899
-
1900
- [
1901
- { "value": "2", "label": { "value": "choix 2", "type": "VTL|MD" } },
1902
-
1903
- {
1904
- "componentType": "InputNumber",
1905
- "min": 0,
1906
- "max": 100,
1907
- "decimals": 0,
1908
- "id": "jfkzttm3-QOP-l1ujyvbd",
1909
- "response": { "name": "TABLEAU2A21" },
1910
- "bindingDependencies": ["TABLEAU2A21"]
1911
- },
1912
-
1913
- {
1914
- "componentType": "InputNumber",
1915
- "min": 0,
1916
- "max": 100,
1917
- "decimals": 0,
1918
- "id": "jfkzttm3-QOP-l1ujm86z",
1919
- "response": { "name": "TABLEAU2A22" },
1920
- "bindingDependencies": ["TABLEAU2A22"]
1921
- },
1922
-
1923
- {
1924
- "componentType": "InputNumber",
1925
- "min": 0,
1926
- "max": 100,
1927
- "decimals": 0,
1928
- "id": "jfkzttm3-QOP-l1ujqrec",
1929
- "response": { "name": "TABLEAU2A23" },
1930
- "bindingDependencies": ["TABLEAU2A23"]
1931
- },
1932
-
1933
- {
1934
- "componentType": "InputNumber",
1935
- "min": 0,
1936
- "max": 100,
1937
- "decimals": 0,
1938
- "id": "jfkzttm3-QOP-l1ujxyjn",
1939
- "response": { "name": "TABLEAU2A24" },
1940
- "bindingDependencies": ["TABLEAU2A24"]
1941
- },
1942
-
1943
- {
1944
- "componentType": "InputNumber",
1945
- "min": 0,
1946
- "max": 100,
1947
- "decimals": 0,
1948
- "id": "jfkzttm3-QOP-l1ujytea",
1949
- "response": { "name": "TABLEAU2A25" },
1950
- "bindingDependencies": ["TABLEAU2A25"]
1951
- }
1952
- ],
1953
-
1954
- [
1955
- { "value": "3", "label": { "value": "choix 3", "type": "VTL|MD" } },
1956
-
1957
- {
1958
- "componentType": "InputNumber",
1959
- "min": 0,
1960
- "max": 100,
1961
- "decimals": 0,
1962
- "id": "jfkzttm3-QOP-l1uk0h81",
1963
- "response": { "name": "TABLEAU2A31" },
1964
- "bindingDependencies": ["TABLEAU2A31"]
1965
- },
1966
-
1967
- {
1968
- "componentType": "InputNumber",
1969
- "min": 0,
1970
- "max": 100,
1971
- "decimals": 0,
1972
- "id": "jfkzttm3-QOP-l1ujzfyx",
1973
- "response": { "name": "TABLEAU2A32" },
1974
- "bindingDependencies": ["TABLEAU2A32"]
1975
- },
1976
-
1977
- {
1978
- "componentType": "InputNumber",
1979
- "min": 0,
1980
- "max": 100,
1981
- "decimals": 0,
1982
- "id": "jfkzttm3-QOP-l1ujxbgs",
1983
- "response": { "name": "TABLEAU2A33" },
1984
- "bindingDependencies": ["TABLEAU2A33"]
1985
- },
1986
-
1987
- {
1988
- "componentType": "InputNumber",
1989
- "min": 0,
1990
- "max": 100,
1991
- "decimals": 0,
1992
- "id": "jfkzttm3-QOP-l1ujrxoa",
1993
- "response": { "name": "TABLEAU2A34" },
1994
- "bindingDependencies": ["TABLEAU2A34"]
1995
- },
1996
-
1997
- {
1998
- "componentType": "InputNumber",
1999
- "min": 0,
2000
- "max": 100,
2001
- "decimals": 0,
2002
- "id": "jfkzttm3-QOP-l1ujsarc",
2003
- "response": { "name": "TABLEAU2A35" },
2004
- "bindingDependencies": ["TABLEAU2A35"]
2005
- }
2006
- ],
2007
-
2008
- [
2009
- { "value": "4", "label": { "value": "choix 4", "type": "VTL|MD" } },
2010
-
2011
- {
2012
- "componentType": "InputNumber",
2013
- "min": 0,
2014
- "max": 100,
2015
- "decimals": 0,
2016
- "id": "jfkzttm3-QOP-l1uk06w9",
2017
- "response": { "name": "TABLEAU2A41" },
2018
- "bindingDependencies": ["TABLEAU2A41"]
2019
- },
2020
-
2021
- {
2022
- "componentType": "InputNumber",
2023
- "min": 0,
2024
- "max": 100,
2025
- "decimals": 0,
2026
- "id": "jfkzttm3-QOP-l1ujtvwj",
2027
- "response": { "name": "TABLEAU2A42" },
2028
- "bindingDependencies": ["TABLEAU2A42"]
2029
- },
2030
-
2031
- {
2032
- "componentType": "InputNumber",
2033
- "min": 0,
2034
- "max": 100,
2035
- "decimals": 0,
2036
- "id": "jfkzttm3-QOP-l1ujjorw",
2037
- "response": { "name": "TABLEAU2A43" },
2038
- "bindingDependencies": ["TABLEAU2A43"]
2039
- },
2040
-
2041
- {
2042
- "componentType": "InputNumber",
2043
- "min": 0,
2044
- "max": 100,
2045
- "decimals": 0,
2046
- "id": "jfkzttm3-QOP-l1uk25o1",
2047
- "response": { "name": "TABLEAU2A44" },
2048
- "bindingDependencies": ["TABLEAU2A44"]
2049
- },
2050
-
2051
- {
2052
- "componentType": "InputNumber",
2053
- "min": 0,
2054
- "max": 100,
2055
- "decimals": 0,
2056
- "id": "jfkzttm3-QOP-l1ujvpbj",
2057
- "response": { "name": "TABLEAU2A45" },
2058
- "bindingDependencies": ["TABLEAU2A45"]
2059
- }
2060
- ],
2061
-
2062
- [
2063
- { "value": "5", "label": { "value": "choix 5", "type": "VTL|MD" } },
2064
-
2065
- {
2066
- "componentType": "InputNumber",
2067
- "min": 0,
2068
- "max": 100,
2069
- "decimals": 0,
2070
- "id": "jfkzttm3-QOP-l1ujwln7",
2071
- "response": { "name": "TABLEAU2A51" },
2072
- "bindingDependencies": ["TABLEAU2A51"]
2073
- },
2074
-
2075
- {
2076
- "componentType": "InputNumber",
2077
- "min": 0,
2078
- "max": 100,
2079
- "decimals": 0,
2080
- "id": "jfkzttm3-QOP-l1ujpw6f",
2081
- "response": { "name": "TABLEAU2A52" },
2082
- "bindingDependencies": ["TABLEAU2A52"]
2083
- },
2084
-
2085
- {
2086
- "componentType": "InputNumber",
2087
- "min": 0,
2088
- "max": 100,
2089
- "decimals": 0,
2090
- "id": "jfkzttm3-QOP-l1ujljwz",
2091
- "response": { "name": "TABLEAU2A53" },
2092
- "bindingDependencies": ["TABLEAU2A53"]
2093
- },
2094
-
2095
- {
2096
- "componentType": "InputNumber",
2097
- "min": 0,
2098
- "max": 100,
2099
- "decimals": 0,
2100
- "id": "jfkzttm3-QOP-l1uk11gp",
2101
- "response": { "name": "TABLEAU2A54" },
2102
- "bindingDependencies": ["TABLEAU2A54"]
2103
- },
2104
-
2105
- {
2106
- "componentType": "InputNumber",
2107
- "min": 0,
2108
- "max": 100,
2109
- "decimals": 0,
2110
- "id": "jfkzttm3-QOP-l1ujmqp9",
2111
- "response": { "name": "TABLEAU2A55" },
2112
- "bindingDependencies": ["TABLEAU2A55"]
2113
- }
2114
- ],
2115
-
2116
- [
2117
- {
2118
- "value": "6",
2119
- "label": {
2120
- "value": "et un choix 6 dont la modalité est plus longue",
2121
- "type": "VTL|MD"
2122
- }
2123
- },
2124
-
2125
- {
2126
- "componentType": "InputNumber",
2127
- "min": 0,
2128
- "max": 100,
2129
- "decimals": 0,
2130
- "id": "jfkzttm3-QOP-l1ujwhwu",
2131
- "response": { "name": "TABLEAU2A61" },
2132
- "bindingDependencies": ["TABLEAU2A61"]
2133
- },
2134
-
2135
- {
2136
- "componentType": "InputNumber",
2137
- "min": 0,
2138
- "max": 100,
2139
- "decimals": 0,
2140
- "id": "jfkzttm3-QOP-l1ujzsjw",
2141
- "response": { "name": "TABLEAU2A62" },
2142
- "bindingDependencies": ["TABLEAU2A62"]
2143
- },
2144
-
2145
- {
2146
- "componentType": "InputNumber",
2147
- "min": 0,
2148
- "max": 100,
2149
- "decimals": 0,
2150
- "id": "jfkzttm3-QOP-l1ujzxsr",
2151
- "response": { "name": "TABLEAU2A63" },
2152
- "bindingDependencies": ["TABLEAU2A63"]
2153
- },
2154
-
2155
- {
2156
- "componentType": "InputNumber",
2157
- "min": 0,
2158
- "max": 100,
2159
- "decimals": 0,
2160
- "id": "jfkzttm3-QOP-l1ujksll",
2161
- "response": { "name": "TABLEAU2A64" },
2162
- "bindingDependencies": ["TABLEAU2A64"]
2163
- },
2164
-
2165
- {
2166
- "componentType": "InputNumber",
2167
- "min": 0,
2168
- "max": 100,
2169
- "decimals": 0,
2170
- "id": "jfkzttm3-QOP-l1ujh2nw",
2171
- "response": { "name": "TABLEAU2A65" },
2172
- "bindingDependencies": ["TABLEAU2A65"]
2173
- }
2174
- ]
2175
- ]
2176
- },
2177
-
2178
- {
2179
- "id": "jfkzrwce",
2180
- "componentType": "Table",
2181
- "mandatory": false,
2182
- "page": "29",
2183
- "positioning": "HORIZONTAL",
2184
- "label": {
2185
- "value": "\"➡ 4. \" || \"Tableau 1 axe avec hiérarchie , 1 mesure\"",
2186
- "type": "VTL|MD"
2187
- },
2188
- "conditionFilter": {
2189
- "value": "(COCHECASE = true)",
2190
- "type": "VTL",
2191
- "bindingDependencies": ["COCHECASE"]
2192
- },
2193
- "hierarchy": {
2194
- "sequence": {
2195
- "id": "jfkyvabw",
2196
- "page": "25",
2197
- "label": {
2198
- "value": "Sequence 3 - tableaux simples et tableau dynamique. Hors boucles, non liés",
2199
- "type": "VTL|MD"
2200
- }
2201
- }
2202
- },
2203
- "bindingDependencies": ["TABLEAU1AH1M11", "TABLEAU1AH1M21"],
2204
- "header": [
2205
- { "label": { "value": "", "type": "VTL|MD" } },
2206
-
2207
- { "label": { "value": "montant", "type": "VTL|MD" } }
2208
- ],
2209
- "body": [
2210
- [
2211
- { "value": "20", "label": { "value": "code2", "type": "VTL|MD" } },
2212
-
2213
- {
2214
- "componentType": "InputNumber",
2215
- "min": 0,
2216
- "max": 999,
2217
- "decimals": 0,
2218
- "id": "jfkzrwce-QOP-l1ujyhz5",
2219
- "unit": "k€",
2220
- "response": { "name": "TABLEAU1AH1M11" },
2221
- "bindingDependencies": ["TABLEAU1AH1M11"]
2222
- }
2223
- ],
2224
-
2225
- [
2226
- { "value": "30", "label": { "value": "code 3", "type": "VTL|MD" } },
2227
-
2228
- {
2229
- "componentType": "InputNumber",
2230
- "min": 0,
2231
- "max": 999,
2232
- "decimals": 0,
2233
- "id": "jfkzrwce-QOP-l1ujiqfp",
2234
- "unit": "k€",
2235
- "response": { "name": "TABLEAU1AH1M21" },
2236
- "bindingDependencies": ["TABLEAU1AH1M21"]
2237
- }
2238
- ]
2239
- ]
2240
- },
2241
-
2242
- {
2243
- "id": "kk47qwrd",
2244
- "componentType": "Table",
2245
- "mandatory": false,
2246
- "page": "30",
2247
- "positioning": "HORIZONTAL",
2248
- "label": {
2249
- "value": "\"➡ 5. \" || \"Tableau dynamique\"",
2250
- "type": "VTL|MD"
2251
- },
2252
- "conditionFilter": {
2253
- "value": "(COCHECASE = true)",
2254
- "type": "VTL",
2255
- "bindingDependencies": ["COCHECASE"]
2256
- },
2257
- "hierarchy": {
2258
- "sequence": {
2259
- "id": "jfkyvabw",
2260
- "page": "25",
2261
- "label": {
2262
- "value": "Sequence 3 - tableaux simples et tableau dynamique. Hors boucles, non liés",
2263
- "type": "VTL|MD"
2264
- }
2265
- }
2266
- },
2267
- "bindingDependencies": [
2268
- "TABLEAUDYN1",
2269
- "TABLEAUDYN2",
2270
- "TABLEAUDYN1_1_1",
2271
- "TABLEAUDYN2_1_2",
2272
- "TABLEAUDYN1_2_1",
2273
- "TABLEAUDYN2_2_2",
2274
- "TABLEAUDYN1_3_1",
2275
- "TABLEAUDYN2_3_2",
2276
- "TABLEAUDYN1_4_1",
2277
- "TABLEAUDYN2_4_2",
2278
- "TABLEAUDYN1_5_1",
2279
- "TABLEAUDYN2_5_2"
2280
- ],
2281
- "lines": {
2282
- "min": { "value": "1", "type": "VTL" },
2283
- "max": { "value": "5", "type": "VTL" }
2284
- },
2285
- "header": [
2286
- { "label": { "value": "montant colonne 1", "type": "VTL|MD" } },
2287
-
2288
- { "label": { "value": "texte colonne 2", "type": "VTL|MD" } }
2289
- ],
2290
- "body": [
2291
- [
2292
- {
2293
- "componentType": "InputNumber",
2294
- "min": 0,
2295
- "max": 999,
2296
- "decimals": 0,
2297
- "id": "kk47qwrd-QOP-l1ujls2l",
2298
- "unit": "k€",
2299
- "response": { "name": "TABLEAUDYN1_1_1" },
2300
- "bindingDependencies": ["TABLEAUDYN1_1_1"]
2301
- },
2302
-
2303
- {
2304
- "componentType": "Input",
2305
- "maxLength": 20,
2306
- "id": "kk47qwrd-QOP-l1ujplks",
2307
- "response": { "name": "TABLEAUDYN2_1_2" },
2308
- "bindingDependencies": ["TABLEAUDYN2_1_2"]
2309
- }
2310
- ],
2311
-
2312
- [
2313
- {
2314
- "componentType": "InputNumber",
2315
- "min": 0,
2316
- "max": 999,
2317
- "decimals": 0,
2318
- "id": "kk47qwrd-QOP-l1ujls2l",
2319
- "unit": "k€",
2320
- "response": { "name": "TABLEAUDYN1_2_1" },
2321
- "bindingDependencies": ["TABLEAUDYN1_2_1"]
2322
- },
2323
-
2324
- {
2325
- "componentType": "Input",
2326
- "maxLength": 20,
2327
- "id": "kk47qwrd-QOP-l1ujplks",
2328
- "response": { "name": "TABLEAUDYN2_2_2" },
2329
- "bindingDependencies": ["TABLEAUDYN2_2_2"]
2330
- }
2331
- ],
2332
-
2333
- [
2334
- {
2335
- "componentType": "InputNumber",
2336
- "min": 0,
2337
- "max": 999,
2338
- "decimals": 0,
2339
- "id": "kk47qwrd-QOP-l1ujls2l",
2340
- "unit": "k€",
2341
- "response": { "name": "TABLEAUDYN1_3_1" },
2342
- "bindingDependencies": ["TABLEAUDYN1_3_1"]
2343
- },
2344
-
2345
- {
2346
- "componentType": "Input",
2347
- "maxLength": 20,
2348
- "id": "kk47qwrd-QOP-l1ujplks",
2349
- "response": { "name": "TABLEAUDYN2_3_2" },
2350
- "bindingDependencies": ["TABLEAUDYN2_3_2"]
2351
- }
2352
- ],
2353
-
2354
- [
2355
- {
2356
- "componentType": "InputNumber",
2357
- "min": 0,
2358
- "max": 999,
2359
- "decimals": 0,
2360
- "id": "kk47qwrd-QOP-l1ujls2l",
2361
- "unit": "k€",
2362
- "response": { "name": "TABLEAUDYN1_4_1" },
2363
- "bindingDependencies": ["TABLEAUDYN1_4_1"]
2364
- },
2365
-
2366
- {
2367
- "componentType": "Input",
2368
- "maxLength": 20,
2369
- "id": "kk47qwrd-QOP-l1ujplks",
2370
- "response": { "name": "TABLEAUDYN2_4_2" },
2371
- "bindingDependencies": ["TABLEAUDYN2_4_2"]
2372
- }
2373
- ],
2374
-
2375
- [
2376
- {
2377
- "componentType": "InputNumber",
2378
- "min": 0,
2379
- "max": 999,
2380
- "decimals": 0,
2381
- "id": "kk47qwrd-QOP-l1ujls2l",
2382
- "unit": "k€",
2383
- "response": { "name": "TABLEAUDYN1_5_1" },
2384
- "bindingDependencies": ["TABLEAUDYN1_5_1"]
2385
- },
2386
-
2387
- {
2388
- "componentType": "Input",
2389
- "maxLength": 20,
2390
- "id": "kk47qwrd-QOP-l1ujplks",
2391
- "response": { "name": "TABLEAUDYN2_5_2" },
2392
- "bindingDependencies": ["TABLEAUDYN2_5_2"]
2393
- }
2394
- ]
2395
- ]
2396
- },
2397
-
2398
- {
2399
- "id": "k3opdj10",
2400
- "componentType": "Sequence",
2401
- "page": "31",
2402
- "label": {
2403
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2404
- "type": "VTL|MD"
2405
- },
2406
- "conditionFilter": { "value": "true", "type": "VTL" },
2407
- "hierarchy": {
2408
- "sequence": {
2409
- "id": "k3opdj10",
2410
- "page": "31",
2411
- "label": {
2412
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2413
- "type": "VTL|MD"
2414
- }
2415
- }
2416
- }
2417
- },
2418
-
2419
- {
2420
- "id": "kmg10a27",
2421
- "componentType": "InputNumber",
2422
- "mandatory": false,
2423
- "page": "32",
2424
- "min": 1,
2425
- "max": 20,
2426
- "decimals": 0,
2427
- "label": {
2428
- "value": "\"➡ 1. \" || \"Combien d’individus (moins de 10) ?\"",
2429
- "type": "VTL|MD"
2430
- },
2431
- "declarations": [
2432
- {
2433
- "id": "kmg10a27-l203zi7m",
2434
- "declarationType": "HELP",
2435
- "position": "AFTER_QUESTION_TEXT",
2436
- "label": { "value": "cast(NHABCALC,string)", "type": "VTL|MD" }
2437
- }
2438
- ],
2439
- "conditionFilter": { "value": "true", "type": "VTL" },
2440
- "hierarchy": {
2441
- "sequence": {
2442
- "id": "k3opdj10",
2443
- "page": "31",
2444
- "label": {
2445
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2446
- "type": "VTL|MD"
2447
- }
2448
- }
2449
- },
2450
- "bindingDependencies": ["NHABCALC", "NHAB"],
2451
- "response": { "name": "NHAB" }
2452
- },
2453
-
2454
- {
2455
- "id": "kmg0zwhd",
2456
- "componentType": "Loop",
2457
- "page": "33",
2458
- "depth": 1,
2459
- "paginatedLoop": false,
2460
- "conditionFilter": { "value": "true", "type": "VTL" },
2461
- "hierarchy": {
2462
- "sequence": {
2463
- "id": "k3opdj10",
2464
- "page": "31",
2465
- "label": {
2466
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2467
- "type": "VTL|MD"
2468
- }
2469
- }
2470
- },
2471
- "bindingDependencies": ["NHABCALC", "PRENOM1", "AGE1"],
2472
- "loopDependencies": ["NHABCALC"],
2473
- "lines": {
2474
- "min": { "value": "cast(NHABCALC,integer)", "type": "VTL" },
2475
- "max": { "value": "cast(NHABCALC,integer)", "type": "VTL" }
2476
- },
2477
- "components": [
2478
- {
2479
- "id": "kmg0rom2",
2480
- "componentType": "Subsequence",
2481
- "page": "33",
2482
- "goToPage": "33",
2483
- "label": {
2484
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de NHABCALC à NHABCALC\"",
2485
- "type": "VTL|MD"
2486
- },
2487
- "declarations": [
2488
- {
2489
- "id": "kmg0rom2-l5s0c7g0",
2490
- "declarationType": "HELP",
2491
- "position": "AFTER_QUESTION_TEXT",
2492
- "label": {
2493
- "value": "boucle de NHABCALC à NHABCALC",
2494
- "type": "VTL|MD"
2495
- }
2496
- }
2497
- ],
2498
- "conditionFilter": { "value": "true", "type": "VTL" },
2499
- "hierarchy": {
2500
- "sequence": {
2501
- "id": "k3opdj10",
2502
- "page": "31",
2503
- "label": {
2504
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2505
- "type": "VTL|MD"
2506
- }
2507
- },
2508
- "subSequence": {
2509
- "id": "kmg0rom2",
2510
- "page": "33",
2511
- "label": {
2512
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de NHABCALC à NHABCALC\"",
2513
- "type": "VTL|MD"
2514
- }
2515
- }
2516
- },
2517
- "bindingDependencies": ["NHABCALC"]
2518
- },
2519
-
2520
- {
2521
- "id": "kmg0zlec",
2522
- "componentType": "Input",
2523
- "mandatory": false,
2524
- "page": "33",
2525
- "maxLength": 30,
2526
- "label": {
2527
- "value": "\"➡ 2. \" || \"Quel est le prenom de l’individu ?\"",
2528
- "type": "VTL|MD"
2529
- },
2530
- "conditionFilter": { "value": "true", "type": "VTL" },
2531
- "hierarchy": {
2532
- "sequence": {
2533
- "id": "k3opdj10",
2534
- "page": "31",
2535
- "label": {
2536
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2537
- "type": "VTL|MD"
2538
- }
2539
- },
2540
- "subSequence": {
2541
- "id": "kmg0rom2",
2542
- "page": "33",
2543
- "label": {
2544
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de NHABCALC à NHABCALC\"",
2545
- "type": "VTL|MD"
2546
- }
2547
- }
2548
- },
2549
- "bindingDependencies": ["PRENOM1", "NHABCALC"],
2550
- "response": { "name": "PRENOM1" }
2551
- },
2552
-
2553
- {
2554
- "id": "k3opea2m",
2555
- "componentType": "InputNumber",
2556
- "mandatory": false,
2557
- "page": "33",
2558
- "min": 0,
2559
- "max": 120,
2560
- "decimals": 0,
2561
- "label": {
2562
- "value": "\"➡ 3. \" || \"Quel âge a \" || PRENOM1 || \" ?\"",
2563
- "type": "VTL|MD"
2564
- },
2565
- "conditionFilter": { "value": "true", "type": "VTL" },
2566
- "hierarchy": {
2567
- "sequence": {
2568
- "id": "k3opdj10",
2569
- "page": "31",
2570
- "label": {
2571
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2572
- "type": "VTL|MD"
2573
- }
2574
- },
2575
- "subSequence": {
2576
- "id": "kmg0rom2",
2577
- "page": "33",
2578
- "label": {
2579
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de NHABCALC à NHABCALC\"",
2580
- "type": "VTL|MD"
2581
- }
2582
- }
2583
- },
2584
- "bindingDependencies": ["PRENOM1", "AGE1", "NHABCALC"],
2585
- "response": { "name": "AGE1" }
2586
- }
2587
- ]
2588
- },
2589
-
2590
- {
2591
- "id": "l203qtw0",
2592
- "componentType": "Loop",
2593
- "page": "34",
2594
-
2595
- "depth": 1,
2596
- "paginatedLoop": false,
2597
- "conditionFilter": { "value": "true", "type": "VTL" },
2598
- "hierarchy": {
2599
- "sequence": {
2600
- "id": "k3opdj10",
2601
- "page": "31",
2602
- "label": {
2603
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2604
- "type": "VTL|MD"
2605
- }
2606
- }
2607
- },
2608
- "bindingDependencies": ["NHABCALC", "PRENOM2", "AGE2"],
2609
- "loopDependencies": ["NHABCALC"],
2610
- "lines": {
2611
- "min": { "value": "1", "type": "VTL" },
2612
- "max": { "value": "cast(NHABCALC,integer)", "type": "VTL" }
2613
- },
2614
- "components": [
2615
- {
2616
- "id": "l203lif1",
2617
- "componentType": "Subsequence",
2618
- "page": "34",
2619
- "goToPage": "34",
2620
- "label": {
2621
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de 1 a NHABCALC \"",
2622
- "type": "VTL|MD"
2623
- },
2624
- "declarations": [
2625
- {
2626
- "id": "l203lif1-l203w9y3",
2627
- "declarationType": "HELP",
2628
- "position": "AFTER_QUESTION_TEXT",
2629
- "label": { "value": "boucle de 1 a NHABCALC", "type": "VTL|MD" }
2630
- }
2631
- ],
2632
- "conditionFilter": { "value": "true", "type": "VTL" },
2633
- "hierarchy": {
2634
- "sequence": {
2635
- "id": "k3opdj10",
2636
- "page": "31",
2637
- "label": {
2638
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2639
- "type": "VTL|MD"
2640
- }
2641
- },
2642
- "subSequence": {
2643
- "id": "l203lif1",
2644
- "page": "34",
2645
- "label": {
2646
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de 1 a NHABCALC \"",
2647
- "type": "VTL|MD"
2648
- }
2649
- }
2650
- },
2651
- "bindingDependencies": ["NHABCALC"]
2652
- },
2653
-
2654
- {
2655
- "id": "l204183l",
2656
- "componentType": "Input",
2657
- "mandatory": false,
2658
- "page": "34",
2659
- "maxLength": 30,
2660
- "label": {
2661
- "value": "\"➡ 4. \" || \"Quel est le prenom de l’individu ?\"",
2662
- "type": "VTL|MD"
2663
- },
2664
- "conditionFilter": { "value": "true", "type": "VTL" },
2665
- "hierarchy": {
2666
- "sequence": {
2667
- "id": "k3opdj10",
2668
- "page": "31",
2669
- "label": {
2670
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2671
- "type": "VTL|MD"
2672
- }
2673
- },
2674
- "subSequence": {
2675
- "id": "l203lif1",
2676
- "page": "34",
2677
- "label": {
2678
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de 1 a NHABCALC \"",
2679
- "type": "VTL|MD"
2680
- }
2681
- }
2682
- },
2683
- "bindingDependencies": ["PRENOM2", "NHABCALC"],
2684
- "response": { "name": "PRENOM2" }
2685
- },
2686
-
2687
- {
2688
- "id": "l20407qf",
2689
- "componentType": "InputNumber",
2690
- "mandatory": false,
2691
- "page": "34",
2692
- "min": 0,
2693
- "max": 120,
2694
- "decimals": 0,
2695
- "label": {
2696
- "value": "\"➡ 5. \" || \"Quel âge a \" || PRENOM2 || \" ?\"",
2697
- "type": "VTL|MD"
2698
- },
2699
- "conditionFilter": { "value": "true", "type": "VTL" },
2700
- "hierarchy": {
2701
- "sequence": {
2702
- "id": "k3opdj10",
2703
- "page": "31",
2704
- "label": {
2705
- "value": "Séquence 4 : 2 boucles basées sur calculé",
2706
- "type": "VTL|MD"
2707
- }
2708
- },
2709
- "subSequence": {
2710
- "id": "l203lif1",
2711
- "page": "34",
2712
- "label": {
2713
- "value": "\"Description des \" || cast(NHABCALC,string) || \" individu(s) - boucle de 1 a NHABCALC \"",
2714
- "type": "VTL|MD"
2715
- }
2716
- }
2717
- },
2718
- "bindingDependencies": ["PRENOM2", "AGE2", "NHABCALC"],
2719
- "response": { "name": "AGE2" }
2720
- }
2721
- ]
2722
- }
2723
- ],
2724
-
2725
- "variables": [
2726
- {
2727
- "variableType": "COLLECTED",
2728
- "name": "TABLEAUDYN1_1_1",
2729
- "values": {
2730
- "PREVIOUS": null,
2731
- "COLLECTED": null,
2732
- "FORCED": null,
2733
- "EDITED": null,
2734
- "INPUTED": null
2735
- }
2736
- },
2737
-
2738
- {
2739
- "variableType": "COLLECTED",
2740
- "name": "TABLEAUDYN2_1_2",
2741
- "values": {
2742
- "PREVIOUS": null,
2743
- "COLLECTED": null,
2744
- "FORCED": null,
2745
- "EDITED": null,
2746
- "INPUTED": null
2747
- }
2748
- },
2749
-
2750
- {
2751
- "variableType": "COLLECTED",
2752
- "name": "TABLEAUDYN1_2_1",
2753
- "values": {
2754
- "PREVIOUS": null,
2755
- "COLLECTED": null,
2756
- "FORCED": null,
2757
- "EDITED": null,
2758
- "INPUTED": null
2759
- }
2760
- },
2761
-
2762
- {
2763
- "variableType": "COLLECTED",
2764
- "name": "TABLEAUDYN2_2_2",
2765
- "values": {
2766
- "PREVIOUS": null,
2767
- "COLLECTED": null,
2768
- "FORCED": null,
2769
- "EDITED": null,
2770
- "INPUTED": null
2771
- }
2772
- },
2773
-
2774
- {
2775
- "variableType": "COLLECTED",
2776
- "name": "TABLEAUDYN1_3_1",
2777
- "values": {
2778
- "PREVIOUS": null,
2779
- "COLLECTED": null,
2780
- "FORCED": null,
2781
- "EDITED": null,
2782
- "INPUTED": null
2783
- }
2784
- },
2785
-
2786
- {
2787
- "variableType": "COLLECTED",
2788
- "name": "TABLEAUDYN2_3_2",
2789
- "values": {
2790
- "PREVIOUS": null,
2791
- "COLLECTED": null,
2792
- "FORCED": null,
2793
- "EDITED": null,
2794
- "INPUTED": null
2795
- }
2796
- },
2797
-
2798
- {
2799
- "variableType": "COLLECTED",
2800
- "name": "TABLEAUDYN1_4_1",
2801
- "values": {
2802
- "PREVIOUS": null,
2803
- "COLLECTED": null,
2804
- "FORCED": null,
2805
- "EDITED": null,
2806
- "INPUTED": null
2807
- }
2808
- },
2809
-
2810
- {
2811
- "variableType": "COLLECTED",
2812
- "name": "TABLEAUDYN2_4_2",
2813
- "values": {
2814
- "PREVIOUS": null,
2815
- "COLLECTED": null,
2816
- "FORCED": null,
2817
- "EDITED": null,
2818
- "INPUTED": null
2819
- }
2820
- },
2821
-
2822
- {
2823
- "variableType": "COLLECTED",
2824
- "name": "TABLEAUDYN1_5_1",
2825
- "values": {
2826
- "PREVIOUS": null,
2827
- "COLLECTED": null,
2828
- "FORCED": null,
2829
- "EDITED": null,
2830
- "INPUTED": null
2831
- }
2832
- },
2833
-
2834
- {
2835
- "variableType": "COLLECTED",
2836
- "name": "TABLEAUDYN2_5_2",
2837
- "values": {
2838
- "PREVIOUS": null,
2839
- "COLLECTED": null,
2840
- "FORCED": null,
2841
- "EDITED": null,
2842
- "INPUTED": null
2843
- }
2844
- },
2845
-
2846
- {
2847
- "variableType": "COLLECTED",
2848
- "name": "COCHECASE",
2849
- "values": {
2850
- "PREVIOUS": null,
2851
- "COLLECTED": null,
2852
- "FORCED": null,
2853
- "EDITED": null,
2854
- "INPUTED": null
2855
- }
2856
- },
2857
-
2858
- {
2859
- "variableType": "COLLECTED",
2860
- "name": "TEXTE10",
2861
- "values": {
2862
- "PREVIOUS": null,
2863
- "COLLECTED": null,
2864
- "FORCED": null,
2865
- "EDITED": null,
2866
- "INPUTED": null
2867
- }
2868
- },
2869
-
2870
- {
2871
- "variableType": "COLLECTED",
2872
- "name": "TEXTELONG249",
2873
- "values": {
2874
- "PREVIOUS": null,
2875
- "COLLECTED": null,
2876
- "FORCED": null,
2877
- "EDITED": null,
2878
- "INPUTED": null
2879
- }
2880
- },
2881
-
2882
- {
2883
- "variableType": "COLLECTED",
2884
- "name": "TEXTELONG250",
2885
- "values": {
2886
- "PREVIOUS": null,
2887
- "COLLECTED": null,
2888
- "FORCED": null,
2889
- "EDITED": null,
2890
- "INPUTED": null
2891
- }
2892
- },
2893
-
2894
- {
2895
- "variableType": "COLLECTED",
2896
- "name": "SIREN",
2897
- "values": {
2898
- "PREVIOUS": null,
2899
- "COLLECTED": null,
2900
- "FORCED": null,
2901
- "EDITED": null,
2902
- "INPUTED": null
2903
- }
2904
- },
2905
-
2906
- {
2907
- "variableType": "COLLECTED",
2908
- "name": "INTEGER",
2909
- "values": {
2910
- "PREVIOUS": null,
2911
- "COLLECTED": null,
2912
- "FORCED": null,
2913
- "EDITED": null,
2914
- "INPUTED": null
2915
- }
2916
- },
2917
-
2918
- {
2919
- "variableType": "COLLECTED",
2920
- "name": "FLOAT",
2921
- "values": {
2922
- "PREVIOUS": null,
2923
- "COLLECTED": null,
2924
- "FORCED": null,
2925
- "EDITED": null,
2926
- "INPUTED": null
2927
- }
2928
- },
2929
-
2930
- {
2931
- "variableType": "COLLECTED",
2932
- "name": "FLOATNEG",
2933
- "values": {
2934
- "PREVIOUS": null,
2935
- "COLLECTED": null,
2936
- "FORCED": null,
2937
- "EDITED": null,
2938
- "INPUTED": null
2939
- }
2940
- },
2941
-
2942
- {
2943
- "variableType": "COLLECTED",
2944
- "name": "UNIT",
2945
- "values": {
2946
- "PREVIOUS": null,
2947
- "COLLECTED": null,
2948
- "FORCED": null,
2949
- "EDITED": null,
2950
- "INPUTED": null
2951
- }
2952
- },
2953
-
2954
- {
2955
- "variableType": "COLLECTED",
2956
- "name": "UNITD",
2957
- "values": {
2958
- "PREVIOUS": null,
2959
- "COLLECTED": null,
2960
- "FORCED": null,
2961
- "EDITED": null,
2962
- "INPUTED": null
2963
- }
2964
- },
2965
-
2966
- {
2967
- "variableType": "COLLECTED",
2968
- "name": "DATE",
2969
- "values": {
2970
- "PREVIOUS": null,
2971
- "COLLECTED": null,
2972
- "FORCED": null,
2973
- "EDITED": null,
2974
- "INPUTED": null
2975
- }
2976
- },
2977
-
2978
- {
2979
- "variableType": "COLLECTED",
2980
- "name": "DAAAA",
2981
- "values": {
2982
- "PREVIOUS": null,
2983
- "COLLECTED": null,
2984
- "FORCED": null,
2985
- "EDITED": null,
2986
- "INPUTED": null
2987
- }
2988
- },
2989
-
2990
- {
2991
- "variableType": "COLLECTED",
2992
- "name": "BOOLEN",
2993
- "values": {
2994
- "PREVIOUS": null,
2995
- "COLLECTED": null,
2996
- "FORCED": null,
2997
- "EDITED": null,
2998
- "INPUTED": null
2999
- }
3000
- },
3001
-
3002
- {
3003
- "variableType": "COLLECTED",
3004
- "name": "CHECKBOXONERADIO",
3005
- "values": {
3006
- "PREVIOUS": null,
3007
- "COLLECTED": null,
3008
- "FORCED": null,
3009
- "EDITED": null,
3010
- "INPUTED": null
3011
- }
3012
- },
3013
-
3014
- {
3015
- "variableType": "COLLECTED",
3016
- "name": "CHECKBOXONECOCHER",
3017
- "values": {
3018
- "PREVIOUS": null,
3019
- "COLLECTED": null,
3020
- "FORCED": null,
3021
- "EDITED": null,
3022
- "INPUTED": null
3023
- }
3024
- },
3025
-
3026
- {
3027
- "variableType": "COLLECTED",
3028
- "name": "DROPDOWN",
3029
- "values": {
3030
- "PREVIOUS": null,
3031
- "COLLECTED": null,
3032
- "FORCED": null,
3033
- "EDITED": null,
3034
- "INPUTED": null
3035
- }
3036
- },
3037
-
3038
- {
3039
- "variableType": "COLLECTED",
3040
- "name": "QCM_BOOLEEN1",
3041
- "values": {
3042
- "PREVIOUS": null,
3043
- "COLLECTED": null,
3044
- "FORCED": null,
3045
- "EDITED": null,
3046
- "INPUTED": null
3047
- }
3048
- },
3049
-
3050
- {
3051
- "variableType": "COLLECTED",
3052
- "name": "QCM_BOOLEEN2",
3053
- "values": {
3054
- "PREVIOUS": null,
3055
- "COLLECTED": null,
3056
- "FORCED": null,
3057
- "EDITED": null,
3058
- "INPUTED": null
3059
- }
3060
- },
3061
-
3062
- {
3063
- "variableType": "COLLECTED",
3064
- "name": "QCM_BOOLEEN3",
3065
- "values": {
3066
- "PREVIOUS": null,
3067
- "COLLECTED": null,
3068
- "FORCED": null,
3069
- "EDITED": null,
3070
- "INPUTED": null
3071
- }
3072
- },
3073
-
3074
- {
3075
- "variableType": "COLLECTED",
3076
- "name": "QCM_BOOLEEN4",
3077
- "values": {
3078
- "PREVIOUS": null,
3079
- "COLLECTED": null,
3080
- "FORCED": null,
3081
- "EDITED": null,
3082
- "INPUTED": null
3083
- }
3084
- },
3085
-
3086
- {
3087
- "variableType": "COLLECTED",
3088
- "name": "QCM_BOOLEEN5",
3089
- "values": {
3090
- "PREVIOUS": null,
3091
- "COLLECTED": null,
3092
- "FORCED": null,
3093
- "EDITED": null,
3094
- "INPUTED": null
3095
- }
3096
- },
3097
-
3098
- {
3099
- "variableType": "COLLECTED",
3100
- "name": "QCM_BOOLEEN6",
3101
- "values": {
3102
- "PREVIOUS": null,
3103
- "COLLECTED": null,
3104
- "FORCED": null,
3105
- "EDITED": null,
3106
- "INPUTED": null
3107
- }
3108
- },
3109
-
3110
- {
3111
- "variableType": "COLLECTED",
3112
- "name": "QCM_LISTEON1",
3113
- "values": {
3114
- "PREVIOUS": null,
3115
- "COLLECTED": null,
3116
- "FORCED": null,
3117
- "EDITED": null,
3118
- "INPUTED": null
3119
- }
3120
- },
3121
-
3122
- {
3123
- "variableType": "COLLECTED",
3124
- "name": "QCM_LISTEON2",
3125
- "values": {
3126
- "PREVIOUS": null,
3127
- "COLLECTED": null,
3128
- "FORCED": null,
3129
- "EDITED": null,
3130
- "INPUTED": null
3131
- }
3132
- },
3133
-
3134
- {
3135
- "variableType": "COLLECTED",
3136
- "name": "QCM_LISTEON3",
3137
- "values": {
3138
- "PREVIOUS": null,
3139
- "COLLECTED": null,
3140
- "FORCED": null,
3141
- "EDITED": null,
3142
- "INPUTED": null
3143
- }
3144
- },
3145
-
3146
- {
3147
- "variableType": "COLLECTED",
3148
- "name": "QCM_LISTEON4",
3149
- "values": {
3150
- "PREVIOUS": null,
3151
- "COLLECTED": null,
3152
- "FORCED": null,
3153
- "EDITED": null,
3154
- "INPUTED": null
3155
- }
3156
- },
3157
-
3158
- {
3159
- "variableType": "COLLECTED",
3160
- "name": "QCM_LISTEON5",
3161
- "values": {
3162
- "PREVIOUS": null,
3163
- "COLLECTED": null,
3164
- "FORCED": null,
3165
- "EDITED": null,
3166
- "INPUTED": null
3167
- }
3168
- },
3169
-
3170
- {
3171
- "variableType": "COLLECTED",
3172
- "name": "QCM_LISTEON6",
3173
- "values": {
3174
- "PREVIOUS": null,
3175
- "COLLECTED": null,
3176
- "FORCED": null,
3177
- "EDITED": null,
3178
- "INPUTED": null
3179
- }
3180
- },
3181
-
3182
- {
3183
- "variableType": "COLLECTED",
3184
- "name": "QCM_LISTEONRADIO1",
3185
- "values": {
3186
- "PREVIOUS": null,
3187
- "COLLECTED": null,
3188
- "FORCED": null,
3189
- "EDITED": null,
3190
- "INPUTED": null
3191
- }
3192
- },
3193
-
3194
- {
3195
- "variableType": "COLLECTED",
3196
- "name": "QCM_LISTEONRADIO2",
3197
- "values": {
3198
- "PREVIOUS": null,
3199
- "COLLECTED": null,
3200
- "FORCED": null,
3201
- "EDITED": null,
3202
- "INPUTED": null
3203
- }
3204
- },
3205
-
3206
- {
3207
- "variableType": "COLLECTED",
3208
- "name": "QCM_LISTEONRADIO3",
3209
- "values": {
3210
- "PREVIOUS": null,
3211
- "COLLECTED": null,
3212
- "FORCED": null,
3213
- "EDITED": null,
3214
- "INPUTED": null
3215
- }
3216
- },
3217
-
3218
- {
3219
- "variableType": "COLLECTED",
3220
- "name": "QCM_LISTEONRADIO4",
3221
- "values": {
3222
- "PREVIOUS": null,
3223
- "COLLECTED": null,
3224
- "FORCED": null,
3225
- "EDITED": null,
3226
- "INPUTED": null
3227
- }
3228
- },
3229
-
3230
- {
3231
- "variableType": "COLLECTED",
3232
- "name": "QCM_LISTEONRADIO5",
3233
- "values": {
3234
- "PREVIOUS": null,
3235
- "COLLECTED": null,
3236
- "FORCED": null,
3237
- "EDITED": null,
3238
- "INPUTED": null
3239
- }
3240
- },
3241
-
3242
- {
3243
- "variableType": "COLLECTED",
3244
- "name": "QCM_LISTEONRADIO6",
3245
- "values": {
3246
- "PREVIOUS": null,
3247
- "COLLECTED": null,
3248
- "FORCED": null,
3249
- "EDITED": null,
3250
- "INPUTED": null
3251
- }
3252
- },
3253
-
3254
- {
3255
- "variableType": "COLLECTED",
3256
- "name": "TABLEAU1A1M11",
3257
- "values": {
3258
- "PREVIOUS": null,
3259
- "COLLECTED": null,
3260
- "FORCED": null,
3261
- "EDITED": null,
3262
- "INPUTED": null
3263
- }
3264
- },
3265
-
3266
- {
3267
- "variableType": "COLLECTED",
3268
- "name": "TABLEAU1A1M21",
3269
- "values": {
3270
- "PREVIOUS": null,
3271
- "COLLECTED": null,
3272
- "FORCED": null,
3273
- "EDITED": null,
3274
- "INPUTED": null
3275
- }
3276
- },
3277
-
3278
- {
3279
- "variableType": "COLLECTED",
3280
- "name": "TABLEAU1A1M31",
3281
- "values": {
3282
- "PREVIOUS": null,
3283
- "COLLECTED": null,
3284
- "FORCED": null,
3285
- "EDITED": null,
3286
- "INPUTED": null
3287
- }
3288
- },
3289
-
3290
- {
3291
- "variableType": "COLLECTED",
3292
- "name": "TABLEAU1A1M41",
3293
- "values": {
3294
- "PREVIOUS": null,
3295
- "COLLECTED": null,
3296
- "FORCED": null,
3297
- "EDITED": null,
3298
- "INPUTED": null
3299
- }
3300
- },
3301
-
3302
- {
3303
- "variableType": "COLLECTED",
3304
- "name": "TABLEAU1A1M51",
3305
- "values": {
3306
- "PREVIOUS": null,
3307
- "COLLECTED": null,
3308
- "FORCED": null,
3309
- "EDITED": null,
3310
- "INPUTED": null
3311
- }
3312
- },
3313
-
3314
- {
3315
- "variableType": "COLLECTED",
3316
- "name": "TABLEAU1A1M61",
3317
- "values": {
3318
- "PREVIOUS": null,
3319
- "COLLECTED": null,
3320
- "FORCED": null,
3321
- "EDITED": null,
3322
- "INPUTED": null
3323
- }
3324
- },
3325
-
3326
- {
3327
- "variableType": "COLLECTED",
3328
- "name": "TABLEAU1A3M11",
3329
- "values": {
3330
- "PREVIOUS": null,
3331
- "COLLECTED": null,
3332
- "FORCED": null,
3333
- "EDITED": null,
3334
- "INPUTED": null
3335
- }
3336
- },
3337
-
3338
- {
3339
- "variableType": "COLLECTED",
3340
- "name": "TABLEAU1A3M12",
3341
- "values": {
3342
- "PREVIOUS": null,
3343
- "COLLECTED": null,
3344
- "FORCED": null,
3345
- "EDITED": null,
3346
- "INPUTED": null
3347
- }
3348
- },
3349
-
3350
- {
3351
- "variableType": "COLLECTED",
3352
- "name": "TABLEAU1A3M13",
3353
- "values": {
3354
- "PREVIOUS": null,
3355
- "COLLECTED": null,
3356
- "FORCED": null,
3357
- "EDITED": null,
3358
- "INPUTED": null
3359
- }
3360
- },
3361
-
3362
- {
3363
- "variableType": "COLLECTED",
3364
- "name": "TABLEAU1A3M21",
3365
- "values": {
3366
- "PREVIOUS": null,
3367
- "COLLECTED": null,
3368
- "FORCED": null,
3369
- "EDITED": null,
3370
- "INPUTED": null
3371
- }
3372
- },
3373
-
3374
- {
3375
- "variableType": "COLLECTED",
3376
- "name": "TABLEAU1A3M22",
3377
- "values": {
3378
- "PREVIOUS": null,
3379
- "COLLECTED": null,
3380
- "FORCED": null,
3381
- "EDITED": null,
3382
- "INPUTED": null
3383
- }
3384
- },
3385
-
3386
- {
3387
- "variableType": "COLLECTED",
3388
- "name": "TABLEAU1A3M23",
3389
- "values": {
3390
- "PREVIOUS": null,
3391
- "COLLECTED": null,
3392
- "FORCED": null,
3393
- "EDITED": null,
3394
- "INPUTED": null
3395
- }
3396
- },
3397
-
3398
- {
3399
- "variableType": "COLLECTED",
3400
- "name": "TABLEAU1A3M31",
3401
- "values": {
3402
- "PREVIOUS": null,
3403
- "COLLECTED": null,
3404
- "FORCED": null,
3405
- "EDITED": null,
3406
- "INPUTED": null
3407
- }
3408
- },
3409
-
3410
- {
3411
- "variableType": "COLLECTED",
3412
- "name": "TABLEAU1A3M32",
3413
- "values": {
3414
- "PREVIOUS": null,
3415
- "COLLECTED": null,
3416
- "FORCED": null,
3417
- "EDITED": null,
3418
- "INPUTED": null
3419
- }
3420
- },
3421
-
3422
- {
3423
- "variableType": "COLLECTED",
3424
- "name": "TABLEAU1A3M33",
3425
- "values": {
3426
- "PREVIOUS": null,
3427
- "COLLECTED": null,
3428
- "FORCED": null,
3429
- "EDITED": null,
3430
- "INPUTED": null
3431
- }
3432
- },
3433
-
3434
- {
3435
- "variableType": "COLLECTED",
3436
- "name": "TABLEAU1A3M41",
3437
- "values": {
3438
- "PREVIOUS": null,
3439
- "COLLECTED": null,
3440
- "FORCED": null,
3441
- "EDITED": null,
3442
- "INPUTED": null
3443
- }
3444
- },
3445
-
3446
- {
3447
- "variableType": "COLLECTED",
3448
- "name": "TABLEAU1A3M42",
3449
- "values": {
3450
- "PREVIOUS": null,
3451
- "COLLECTED": null,
3452
- "FORCED": null,
3453
- "EDITED": null,
3454
- "INPUTED": null
3455
- }
3456
- },
3457
-
3458
- {
3459
- "variableType": "COLLECTED",
3460
- "name": "TABLEAU1A3M43",
3461
- "values": {
3462
- "PREVIOUS": null,
3463
- "COLLECTED": null,
3464
- "FORCED": null,
3465
- "EDITED": null,
3466
- "INPUTED": null
3467
- }
3468
- },
3469
-
3470
- {
3471
- "variableType": "COLLECTED",
3472
- "name": "TABLEAU1A3M51",
3473
- "values": {
3474
- "PREVIOUS": null,
3475
- "COLLECTED": null,
3476
- "FORCED": null,
3477
- "EDITED": null,
3478
- "INPUTED": null
3479
- }
3480
- },
3481
-
3482
- {
3483
- "variableType": "COLLECTED",
3484
- "name": "TABLEAU1A3M52",
3485
- "values": {
3486
- "PREVIOUS": null,
3487
- "COLLECTED": null,
3488
- "FORCED": null,
3489
- "EDITED": null,
3490
- "INPUTED": null
3491
- }
3492
- },
3493
-
3494
- {
3495
- "variableType": "COLLECTED",
3496
- "name": "TABLEAU1A3M53",
3497
- "values": {
3498
- "PREVIOUS": null,
3499
- "COLLECTED": null,
3500
- "FORCED": null,
3501
- "EDITED": null,
3502
- "INPUTED": null
3503
- }
3504
- },
3505
-
3506
- {
3507
- "variableType": "COLLECTED",
3508
- "name": "TABLEAU1A3M61",
3509
- "values": {
3510
- "PREVIOUS": null,
3511
- "COLLECTED": null,
3512
- "FORCED": null,
3513
- "EDITED": null,
3514
- "INPUTED": null
3515
- }
3516
- },
3517
-
3518
- {
3519
- "variableType": "COLLECTED",
3520
- "name": "TABLEAU1A3M62",
3521
- "values": {
3522
- "PREVIOUS": null,
3523
- "COLLECTED": null,
3524
- "FORCED": null,
3525
- "EDITED": null,
3526
- "INPUTED": null
3527
- }
3528
- },
3529
-
3530
- {
3531
- "variableType": "COLLECTED",
3532
- "name": "TABLEAU1A3M63",
3533
- "values": {
3534
- "PREVIOUS": null,
3535
- "COLLECTED": null,
3536
- "FORCED": null,
3537
- "EDITED": null,
3538
- "INPUTED": null
3539
- }
3540
- },
3541
-
3542
- {
3543
- "variableType": "COLLECTED",
3544
- "name": "TABLEAU2A11",
3545
- "values": {
3546
- "PREVIOUS": null,
3547
- "COLLECTED": null,
3548
- "FORCED": null,
3549
- "EDITED": null,
3550
- "INPUTED": null
3551
- }
3552
- },
3553
-
3554
- {
3555
- "variableType": "COLLECTED",
3556
- "name": "TABLEAU2A12",
3557
- "values": {
3558
- "PREVIOUS": null,
3559
- "COLLECTED": null,
3560
- "FORCED": null,
3561
- "EDITED": null,
3562
- "INPUTED": null
3563
- }
3564
- },
3565
-
3566
- {
3567
- "variableType": "COLLECTED",
3568
- "name": "TABLEAU2A13",
3569
- "values": {
3570
- "PREVIOUS": null,
3571
- "COLLECTED": null,
3572
- "FORCED": null,
3573
- "EDITED": null,
3574
- "INPUTED": null
3575
- }
3576
- },
3577
-
3578
- {
3579
- "variableType": "COLLECTED",
3580
- "name": "TABLEAU2A14",
3581
- "values": {
3582
- "PREVIOUS": null,
3583
- "COLLECTED": null,
3584
- "FORCED": null,
3585
- "EDITED": null,
3586
- "INPUTED": null
3587
- }
3588
- },
3589
-
3590
- {
3591
- "variableType": "COLLECTED",
3592
- "name": "TABLEAU2A15",
3593
- "values": {
3594
- "PREVIOUS": null,
3595
- "COLLECTED": null,
3596
- "FORCED": null,
3597
- "EDITED": null,
3598
- "INPUTED": null
3599
- }
3600
- },
3601
-
3602
- {
3603
- "variableType": "COLLECTED",
3604
- "name": "TABLEAU2A21",
3605
- "values": {
3606
- "PREVIOUS": null,
3607
- "COLLECTED": null,
3608
- "FORCED": null,
3609
- "EDITED": null,
3610
- "INPUTED": null
3611
- }
3612
- },
3613
-
3614
- {
3615
- "variableType": "COLLECTED",
3616
- "name": "TABLEAU2A22",
3617
- "values": {
3618
- "PREVIOUS": null,
3619
- "COLLECTED": null,
3620
- "FORCED": null,
3621
- "EDITED": null,
3622
- "INPUTED": null
3623
- }
3624
- },
3625
-
3626
- {
3627
- "variableType": "COLLECTED",
3628
- "name": "TABLEAU2A23",
3629
- "values": {
3630
- "PREVIOUS": null,
3631
- "COLLECTED": null,
3632
- "FORCED": null,
3633
- "EDITED": null,
3634
- "INPUTED": null
3635
- }
3636
- },
3637
-
3638
- {
3639
- "variableType": "COLLECTED",
3640
- "name": "TABLEAU2A24",
3641
- "values": {
3642
- "PREVIOUS": null,
3643
- "COLLECTED": null,
3644
- "FORCED": null,
3645
- "EDITED": null,
3646
- "INPUTED": null
3647
- }
3648
- },
3649
-
3650
- {
3651
- "variableType": "COLLECTED",
3652
- "name": "TABLEAU2A25",
3653
- "values": {
3654
- "PREVIOUS": null,
3655
- "COLLECTED": null,
3656
- "FORCED": null,
3657
- "EDITED": null,
3658
- "INPUTED": null
3659
- }
3660
- },
3661
-
3662
- {
3663
- "variableType": "COLLECTED",
3664
- "name": "TABLEAU2A31",
3665
- "values": {
3666
- "PREVIOUS": null,
3667
- "COLLECTED": null,
3668
- "FORCED": null,
3669
- "EDITED": null,
3670
- "INPUTED": null
3671
- }
3672
- },
3673
-
3674
- {
3675
- "variableType": "COLLECTED",
3676
- "name": "TABLEAU2A32",
3677
- "values": {
3678
- "PREVIOUS": null,
3679
- "COLLECTED": null,
3680
- "FORCED": null,
3681
- "EDITED": null,
3682
- "INPUTED": null
3683
- }
3684
- },
3685
-
3686
- {
3687
- "variableType": "COLLECTED",
3688
- "name": "TABLEAU2A33",
3689
- "values": {
3690
- "PREVIOUS": null,
3691
- "COLLECTED": null,
3692
- "FORCED": null,
3693
- "EDITED": null,
3694
- "INPUTED": null
3695
- }
3696
- },
3697
-
3698
- {
3699
- "variableType": "COLLECTED",
3700
- "name": "TABLEAU2A34",
3701
- "values": {
3702
- "PREVIOUS": null,
3703
- "COLLECTED": null,
3704
- "FORCED": null,
3705
- "EDITED": null,
3706
- "INPUTED": null
3707
- }
3708
- },
3709
-
3710
- {
3711
- "variableType": "COLLECTED",
3712
- "name": "TABLEAU2A35",
3713
- "values": {
3714
- "PREVIOUS": null,
3715
- "COLLECTED": null,
3716
- "FORCED": null,
3717
- "EDITED": null,
3718
- "INPUTED": null
3719
- }
3720
- },
3721
-
3722
- {
3723
- "variableType": "COLLECTED",
3724
- "name": "TABLEAU2A41",
3725
- "values": {
3726
- "PREVIOUS": null,
3727
- "COLLECTED": null,
3728
- "FORCED": null,
3729
- "EDITED": null,
3730
- "INPUTED": null
3731
- }
3732
- },
3733
-
3734
- {
3735
- "variableType": "COLLECTED",
3736
- "name": "TABLEAU2A42",
3737
- "values": {
3738
- "PREVIOUS": null,
3739
- "COLLECTED": null,
3740
- "FORCED": null,
3741
- "EDITED": null,
3742
- "INPUTED": null
3743
- }
3744
- },
3745
-
3746
- {
3747
- "variableType": "COLLECTED",
3748
- "name": "TABLEAU2A43",
3749
- "values": {
3750
- "PREVIOUS": null,
3751
- "COLLECTED": null,
3752
- "FORCED": null,
3753
- "EDITED": null,
3754
- "INPUTED": null
3755
- }
3756
- },
3757
-
3758
- {
3759
- "variableType": "COLLECTED",
3760
- "name": "TABLEAU2A44",
3761
- "values": {
3762
- "PREVIOUS": null,
3763
- "COLLECTED": null,
3764
- "FORCED": null,
3765
- "EDITED": null,
3766
- "INPUTED": null
3767
- }
3768
- },
3769
-
3770
- {
3771
- "variableType": "COLLECTED",
3772
- "name": "TABLEAU2A45",
3773
- "values": {
3774
- "PREVIOUS": null,
3775
- "COLLECTED": null,
3776
- "FORCED": null,
3777
- "EDITED": null,
3778
- "INPUTED": null
3779
- }
3780
- },
3781
-
3782
- {
3783
- "variableType": "COLLECTED",
3784
- "name": "TABLEAU2A51",
3785
- "values": {
3786
- "PREVIOUS": null,
3787
- "COLLECTED": null,
3788
- "FORCED": null,
3789
- "EDITED": null,
3790
- "INPUTED": null
3791
- }
3792
- },
3793
-
3794
- {
3795
- "variableType": "COLLECTED",
3796
- "name": "TABLEAU2A52",
3797
- "values": {
3798
- "PREVIOUS": null,
3799
- "COLLECTED": null,
3800
- "FORCED": null,
3801
- "EDITED": null,
3802
- "INPUTED": null
3803
- }
3804
- },
3805
-
3806
- {
3807
- "variableType": "COLLECTED",
3808
- "name": "TABLEAU2A53",
3809
- "values": {
3810
- "PREVIOUS": null,
3811
- "COLLECTED": null,
3812
- "FORCED": null,
3813
- "EDITED": null,
3814
- "INPUTED": null
3815
- }
3816
- },
3817
-
3818
- {
3819
- "variableType": "COLLECTED",
3820
- "name": "TABLEAU2A54",
3821
- "values": {
3822
- "PREVIOUS": null,
3823
- "COLLECTED": null,
3824
- "FORCED": null,
3825
- "EDITED": null,
3826
- "INPUTED": null
3827
- }
3828
- },
3829
-
3830
- {
3831
- "variableType": "COLLECTED",
3832
- "name": "TABLEAU2A55",
3833
- "values": {
3834
- "PREVIOUS": null,
3835
- "COLLECTED": null,
3836
- "FORCED": null,
3837
- "EDITED": null,
3838
- "INPUTED": null
3839
- }
3840
- },
3841
-
3842
- {
3843
- "variableType": "COLLECTED",
3844
- "name": "TABLEAU2A61",
3845
- "values": {
3846
- "PREVIOUS": null,
3847
- "COLLECTED": null,
3848
- "FORCED": null,
3849
- "EDITED": null,
3850
- "INPUTED": null
3851
- }
3852
- },
3853
-
3854
- {
3855
- "variableType": "COLLECTED",
3856
- "name": "TABLEAU2A62",
3857
- "values": {
3858
- "PREVIOUS": null,
3859
- "COLLECTED": null,
3860
- "FORCED": null,
3861
- "EDITED": null,
3862
- "INPUTED": null
3863
- }
3864
- },
3865
-
3866
- {
3867
- "variableType": "COLLECTED",
3868
- "name": "TABLEAU2A63",
3869
- "values": {
3870
- "PREVIOUS": null,
3871
- "COLLECTED": null,
3872
- "FORCED": null,
3873
- "EDITED": null,
3874
- "INPUTED": null
3875
- }
3876
- },
3877
-
3878
- {
3879
- "variableType": "COLLECTED",
3880
- "name": "TABLEAU2A64",
3881
- "values": {
3882
- "PREVIOUS": null,
3883
- "COLLECTED": null,
3884
- "FORCED": null,
3885
- "EDITED": null,
3886
- "INPUTED": null
3887
- }
3888
- },
3889
-
3890
- {
3891
- "variableType": "COLLECTED",
3892
- "name": "TABLEAU2A65",
3893
- "values": {
3894
- "PREVIOUS": null,
3895
- "COLLECTED": null,
3896
- "FORCED": null,
3897
- "EDITED": null,
3898
- "INPUTED": null
3899
- }
3900
- },
3901
-
3902
- {
3903
- "variableType": "COLLECTED",
3904
- "name": "TABLEAU1AH1M11",
3905
- "values": {
3906
- "PREVIOUS": null,
3907
- "COLLECTED": null,
3908
- "FORCED": null,
3909
- "EDITED": null,
3910
- "INPUTED": null
3911
- }
3912
- },
3913
-
3914
- {
3915
- "variableType": "COLLECTED",
3916
- "name": "TABLEAU1AH1M21",
3917
- "values": {
3918
- "PREVIOUS": null,
3919
- "COLLECTED": null,
3920
- "FORCED": null,
3921
- "EDITED": null,
3922
- "INPUTED": null
3923
- }
3924
- },
3925
-
3926
- {
3927
- "variableType": "COLLECTED",
3928
- "name": "TABLEAUDYN1",
3929
- "values": {
3930
- "PREVIOUS": null,
3931
- "COLLECTED": null,
3932
- "FORCED": null,
3933
- "EDITED": null,
3934
- "INPUTED": null
3935
- }
3936
- },
3937
-
3938
- {
3939
- "variableType": "COLLECTED",
3940
- "name": "TABLEAUDYN2",
3941
- "values": {
3942
- "PREVIOUS": null,
3943
- "COLLECTED": null,
3944
- "FORCED": null,
3945
- "EDITED": null,
3946
- "INPUTED": null
3947
- }
3948
- },
3949
-
3950
- {
3951
- "variableType": "COLLECTED",
3952
- "name": "NHAB",
3953
- "values": {
3954
- "PREVIOUS": null,
3955
- "COLLECTED": null,
3956
- "FORCED": null,
3957
- "EDITED": null,
3958
- "INPUTED": null
3959
- }
3960
- },
3961
-
3962
- {
3963
- "variableType": "COLLECTED",
3964
- "name": "PRENOM1",
3965
- "values": {
3966
- "PREVIOUS": [null],
3967
- "COLLECTED": [null],
3968
- "FORCED": [null],
3969
- "EDITED": [null],
3970
- "INPUTED": [null]
3971
- }
3972
- },
3973
-
3974
- {
3975
- "variableType": "COLLECTED",
3976
- "name": "AGE1",
3977
- "values": {
3978
- "PREVIOUS": [null],
3979
- "COLLECTED": [null],
3980
- "FORCED": [null],
3981
- "EDITED": [null],
3982
- "INPUTED": [null]
3983
- }
3984
- },
3985
-
3986
- {
3987
- "variableType": "COLLECTED",
3988
- "name": "PRENOM2",
3989
- "values": {
3990
- "PREVIOUS": [null],
3991
- "COLLECTED": [null],
3992
- "FORCED": [null],
3993
- "EDITED": [null],
3994
- "INPUTED": [null]
3995
- }
3996
- },
3997
-
3998
- {
3999
- "variableType": "COLLECTED",
4000
- "name": "AGE2",
4001
- "values": {
4002
- "PREVIOUS": [null],
4003
- "COLLECTED": [null],
4004
- "FORCED": [null],
4005
- "EDITED": [null],
4006
- "INPUTED": [null]
4007
- }
4008
- },
4009
-
4010
- {
4011
- "variableType": "CALCULATED",
4012
- "name": "FILTER_RESULT_COCHECASE",
4013
- "expression": { "value": "true", "type": "VTL" },
4014
- "inFilter": "false"
4015
- },
4016
-
4017
- {
4018
- "variableType": "CALCULATED",
4019
- "name": "FILTER_RESULT_TEXTE10",
4020
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4021
- "bindingDependencies": ["COCHECASE"],
4022
- "inFilter": "false"
4023
- },
4024
-
4025
- {
4026
- "variableType": "CALCULATED",
4027
- "name": "FILTER_RESULT_TEXTELONG249",
4028
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4029
- "bindingDependencies": ["COCHECASE"],
4030
- "inFilter": "false"
4031
- },
4032
-
4033
- {
4034
- "variableType": "CALCULATED",
4035
- "name": "FILTER_RESULT_TEXTELONG250",
4036
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4037
- "bindingDependencies": ["COCHECASE"],
4038
- "inFilter": "false"
4039
- },
4040
-
4041
- {
4042
- "variableType": "CALCULATED",
4043
- "name": "FILTER_RESULT_SIREN",
4044
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4045
- "bindingDependencies": ["COCHECASE"],
4046
- "inFilter": "false"
4047
- },
4048
-
4049
- {
4050
- "variableType": "CALCULATED",
4051
- "name": "FILTER_RESULT_INTEGER",
4052
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4053
- "bindingDependencies": ["COCHECASE"],
4054
- "inFilter": "false"
4055
- },
4056
-
4057
- {
4058
- "variableType": "CALCULATED",
4059
- "name": "FILTER_RESULT_FLOAT",
4060
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4061
- "bindingDependencies": ["COCHECASE"],
4062
- "inFilter": "false"
4063
- },
4064
-
4065
- {
4066
- "variableType": "CALCULATED",
4067
- "name": "FILTER_RESULT_FLOATNEG",
4068
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4069
- "bindingDependencies": ["COCHECASE"],
4070
- "inFilter": "false"
4071
- },
4072
-
4073
- {
4074
- "variableType": "CALCULATED",
4075
- "name": "FILTER_RESULT_UNIT",
4076
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4077
- "bindingDependencies": ["COCHECASE"],
4078
- "inFilter": "false"
4079
- },
4080
-
4081
- {
4082
- "variableType": "CALCULATED",
4083
- "name": "FILTER_RESULT_UNITD",
4084
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4085
- "bindingDependencies": ["COCHECASE"],
4086
- "inFilter": "false"
4087
- },
4088
-
4089
- {
4090
- "variableType": "CALCULATED",
4091
- "name": "FILTER_RESULT_DATE",
4092
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4093
- "bindingDependencies": ["COCHECASE"],
4094
- "inFilter": "false"
4095
- },
4096
-
4097
- {
4098
- "variableType": "CALCULATED",
4099
- "name": "FILTER_RESULT_DAAAA",
4100
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4101
- "bindingDependencies": ["COCHECASE"],
4102
- "inFilter": "false"
4103
- },
4104
-
4105
- {
4106
- "variableType": "CALCULATED",
4107
- "name": "FILTER_RESULT_BOOLEN",
4108
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4109
- "bindingDependencies": ["COCHECASE"],
4110
- "inFilter": "false"
4111
- },
4112
-
4113
- {
4114
- "variableType": "CALCULATED",
4115
- "name": "FILTER_RESULT_CHECKBOXONERADIO",
4116
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4117
- "bindingDependencies": ["COCHECASE"],
4118
- "inFilter": "false"
4119
- },
4120
-
4121
- {
4122
- "variableType": "CALCULATED",
4123
- "name": "FILTER_RESULT_CHECKBOXONECOCHER",
4124
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4125
- "bindingDependencies": ["COCHECASE"],
4126
- "inFilter": "false"
4127
- },
4128
-
4129
- {
4130
- "variableType": "CALCULATED",
4131
- "name": "FILTER_RESULT_DROPDOWN",
4132
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4133
- "bindingDependencies": ["COCHECASE"],
4134
- "inFilter": "false"
4135
- },
4136
-
4137
- {
4138
- "variableType": "CALCULATED",
4139
- "name": "FILTER_RESULT_QCM_BOOLEEN",
4140
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4141
- "bindingDependencies": ["COCHECASE"],
4142
- "inFilter": "false"
4143
- },
4144
-
4145
- {
4146
- "variableType": "CALCULATED",
4147
- "name": "FILTER_RESULT_QCM_LISTEON",
4148
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4149
- "bindingDependencies": ["COCHECASE"],
4150
- "inFilter": "false"
4151
- },
4152
-
4153
- {
4154
- "variableType": "CALCULATED",
4155
- "name": "FILTER_RESULT_QCM_LISTEONRADIO",
4156
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4157
- "bindingDependencies": ["COCHECASE"],
4158
- "inFilter": "false"
4159
- },
4160
-
4161
- {
4162
- "variableType": "CALCULATED",
4163
- "name": "FILTER_RESULT_TABLEAU1A1M",
4164
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4165
- "bindingDependencies": ["COCHECASE"],
4166
- "inFilter": "false"
4167
- },
4168
-
4169
- {
4170
- "variableType": "CALCULATED",
4171
- "name": "FILTER_RESULT_TABLEAU1A3M",
4172
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4173
- "bindingDependencies": ["COCHECASE"],
4174
- "inFilter": "false"
4175
- },
4176
-
4177
- {
4178
- "variableType": "CALCULATED",
4179
- "name": "FILTER_RESULT_TABLEAU2A",
4180
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4181
- "bindingDependencies": ["COCHECASE"],
4182
- "inFilter": "false"
4183
- },
4184
-
4185
- {
4186
- "variableType": "CALCULATED",
4187
- "name": "FILTER_RESULT_TABLEAU1AH1M",
4188
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4189
- "bindingDependencies": ["COCHECASE"],
4190
- "inFilter": "false"
4191
- },
4192
-
4193
- {
4194
- "variableType": "CALCULATED",
4195
- "name": "FILTER_RESULT_TABLEAUDYN",
4196
- "expression": { "value": "(COCHECASE = true)", "type": "VTL" },
4197
- "bindingDependencies": ["COCHECASE"],
4198
- "inFilter": "false"
4199
- },
4200
-
4201
- {
4202
- "variableType": "CALCULATED",
4203
- "name": "FILTER_RESULT_NHAB",
4204
- "expression": { "value": "true", "type": "VTL" },
4205
- "inFilter": "false"
4206
- },
4207
-
4208
- {
4209
- "variableType": "CALCULATED",
4210
- "name": "FILTER_RESULT_PRENOM1",
4211
- "expression": { "value": "true", "type": "VTL" },
4212
- "shapeFrom": "PRENOM1",
4213
- "inFilter": "false"
4214
- },
4215
-
4216
- {
4217
- "variableType": "CALCULATED",
4218
- "name": "FILTER_RESULT_AGE1",
4219
- "expression": { "value": "true", "type": "VTL" },
4220
- "shapeFrom": "PRENOM1",
4221
- "inFilter": "false"
4222
- },
4223
-
4224
- {
4225
- "variableType": "CALCULATED",
4226
- "name": "FILTER_RESULT_PRENOM2",
4227
- "expression": { "value": "true", "type": "VTL" },
4228
- "shapeFrom": "PRENOM2",
4229
- "inFilter": "false"
4230
- },
4231
-
4232
- {
4233
- "variableType": "CALCULATED",
4234
- "name": "FILTER_RESULT_AGE2",
4235
- "expression": { "value": "true", "type": "VTL" },
4236
- "shapeFrom": "PRENOM2",
4237
- "inFilter": "false"
4238
- },
4239
-
4240
- {
4241
- "variableType": "CALCULATED",
4242
- "name": "NHABCALC",
4243
- "expression": {
4244
- "value": "if (isnull(NHAB)) then 1 else cast(NHAB,integer)",
4245
- "type": "VTL"
4246
- },
4247
- "bindingDependencies": ["NHAB"],
4248
- "inFilter": "true"
4249
- }
4250
- ],
4251
- "cleaning": {
4252
- "COCHECASE": {
4253
- "TEXTE10": "(COCHECASE = true)",
4254
- "TEXTELONG249": "(COCHECASE = true)",
4255
- "TEXTELONG250": "(COCHECASE = true)",
4256
- "SIREN": "(COCHECASE = true)",
4257
- "INTEGER": "(COCHECASE = true)",
4258
- "FLOAT": "(COCHECASE = true)",
4259
- "FLOATNEG": "(COCHECASE = true)",
4260
- "UNIT": "(COCHECASE = true)",
4261
- "UNITD": "(COCHECASE = true)",
4262
- "DATE": "(COCHECASE = true)",
4263
- "DAAAA": "(COCHECASE = true)",
4264
- "BOOLEN": "(COCHECASE = true)",
4265
- "CHECKBOXONERADIO": "(COCHECASE = true)",
4266
- "CHECKBOXONECOCHER": "(COCHECASE = true)",
4267
- "DROPDOWN": "(COCHECASE = true)",
4268
- "QCM_LISTEON1": "(COCHECASE = true)",
4269
- "QCM_LISTEON2": "(COCHECASE = true)",
4270
- "QCM_LISTEON3": "(COCHECASE = true)",
4271
- "QCM_LISTEON4": "(COCHECASE = true)",
4272
- "QCM_LISTEON5": "(COCHECASE = true)",
4273
- "QCM_LISTEON6": "(COCHECASE = true)",
4274
- "QCM_LISTEONRADIO1": "(COCHECASE = true)",
4275
- "QCM_LISTEONRADIO2": "(COCHECASE = true)",
4276
- "QCM_LISTEONRADIO3": "(COCHECASE = true)",
4277
- "QCM_LISTEONRADIO4": "(COCHECASE = true)",
4278
- "QCM_LISTEONRADIO5": "(COCHECASE = true)",
4279
- "QCM_LISTEONRADIO6": "(COCHECASE = true)",
4280
- "TABLEAU1A1M11": "(COCHECASE = true)",
4281
- "TABLEAU1A1M21": "(COCHECASE = true)",
4282
- "TABLEAU1A1M31": "(COCHECASE = true)",
4283
- "TABLEAU1A1M41": "(COCHECASE = true)",
4284
- "TABLEAU1A1M51": "(COCHECASE = true)",
4285
- "TABLEAU1A1M61": "(COCHECASE = true)",
4286
- "TABLEAU1A3M11": "(COCHECASE = true)",
4287
- "TABLEAU1A3M12": "(COCHECASE = true)",
4288
- "TABLEAU1A3M13": "(COCHECASE = true)",
4289
- "TABLEAU1A3M21": "(COCHECASE = true)",
4290
- "TABLEAU1A3M22": "(COCHECASE = true)",
4291
- "TABLEAU1A3M23": "(COCHECASE = true)",
4292
- "TABLEAU1A3M31": "(COCHECASE = true)",
4293
- "TABLEAU1A3M32": "(COCHECASE = true)",
4294
- "TABLEAU1A3M33": "(COCHECASE = true)",
4295
- "TABLEAU1A3M41": "(COCHECASE = true)",
4296
- "TABLEAU1A3M42": "(COCHECASE = true)",
4297
- "TABLEAU1A3M43": "(COCHECASE = true)",
4298
- "TABLEAU1A3M51": "(COCHECASE = true)",
4299
- "TABLEAU1A3M52": "(COCHECASE = true)",
4300
- "TABLEAU1A3M53": "(COCHECASE = true)",
4301
- "TABLEAU1A3M61": "(COCHECASE = true)",
4302
- "TABLEAU1A3M62": "(COCHECASE = true)",
4303
- "TABLEAU1A3M63": "(COCHECASE = true)",
4304
- "TABLEAU2A11": "(COCHECASE = true)",
4305
- "TABLEAU2A12": "(COCHECASE = true)",
4306
- "TABLEAU2A13": "(COCHECASE = true)",
4307
- "TABLEAU2A14": "(COCHECASE = true)",
4308
- "TABLEAU2A15": "(COCHECASE = true)",
4309
- "TABLEAU2A21": "(COCHECASE = true)",
4310
- "TABLEAU2A22": "(COCHECASE = true)",
4311
- "TABLEAU2A23": "(COCHECASE = true)",
4312
- "TABLEAU2A24": "(COCHECASE = true)",
4313
- "TABLEAU2A25": "(COCHECASE = true)",
4314
- "TABLEAU2A31": "(COCHECASE = true)",
4315
- "TABLEAU2A32": "(COCHECASE = true)",
4316
- "TABLEAU2A33": "(COCHECASE = true)",
4317
- "TABLEAU2A34": "(COCHECASE = true)",
4318
- "TABLEAU2A35": "(COCHECASE = true)",
4319
- "TABLEAU2A41": "(COCHECASE = true)",
4320
- "TABLEAU2A42": "(COCHECASE = true)",
4321
- "TABLEAU2A43": "(COCHECASE = true)",
4322
- "TABLEAU2A44": "(COCHECASE = true)",
4323
- "TABLEAU2A45": "(COCHECASE = true)",
4324
- "TABLEAU2A51": "(COCHECASE = true)",
4325
- "TABLEAU2A52": "(COCHECASE = true)",
4326
- "TABLEAU2A53": "(COCHECASE = true)",
4327
- "TABLEAU2A54": "(COCHECASE = true)",
4328
- "TABLEAU2A55": "(COCHECASE = true)",
4329
- "TABLEAU2A61": "(COCHECASE = true)",
4330
- "TABLEAU2A62": "(COCHECASE = true)",
4331
- "TABLEAU2A63": "(COCHECASE = true)",
4332
- "TABLEAU2A64": "(COCHECASE = true)",
4333
- "TABLEAU2A65": "(COCHECASE = true)",
4334
- "TABLEAU1AH1M11": "(COCHECASE = true)",
4335
- "TABLEAU1AH1M21": "(COCHECASE = true)",
4336
- "TABLEAUDYN1_1_1": "(COCHECASE = true)",
4337
- "TABLEAUDYN2_1_2": "(COCHECASE = true)",
4338
- "TABLEAUDYN1_2_1": "(COCHECASE = true)",
4339
- "TABLEAUDYN2_2_2": "(COCHECASE = true)",
4340
- "TABLEAUDYN1_3_1": "(COCHECASE = true)",
4341
- "TABLEAUDYN2_3_2": "(COCHECASE = true)",
4342
- "TABLEAUDYN1_4_1": "(COCHECASE = true)",
4343
- "TABLEAUDYN2_4_2": "(COCHECASE = true)",
4344
- "TABLEAUDYN1_5_1": "(COCHECASE = true)",
4345
- "TABLEAUDYN2_5_2": "(COCHECASE = true)"
4346
- }
4347
- },
4348
- "resizing": {
4349
- "NHAB": {
4350
- "size": "cast(NHABCALC,integer)",
4351
- "variables": ["PRENOM1", "AGE1", "PRENOM2", "AGE2"]
4352
- }
4353
- }
4354
- }