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