@inseefr/lunatic 3.0.0-rc.1 → 3.0.0-rc.6

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 (104) hide show
  1. package/lib/components/CheckboxBoolean/CheckboxBoolean.js +39 -19
  2. package/lib/components/CheckboxGroup/CustomCheckboxGroup.js +2 -2
  3. package/lib/components/CheckboxOne/CheckboxOne.js +6 -6
  4. package/lib/components/Datepicker/Datepicker.js +43 -28
  5. package/lib/components/Dropdown/Dropdown.js +40 -23
  6. package/lib/components/Duration/Duration.js +41 -16
  7. package/lib/components/FilterDescription/FilterDescription.js +2 -3
  8. package/lib/components/Input/Input.js +39 -21
  9. package/lib/components/InputNumber/InputNumber.js +45 -34
  10. package/lib/components/InputNumber/__snapshots__/InputNumber.spec.tsx.snap +0 -2
  11. package/lib/components/Loop/Loop.js +52 -29
  12. package/lib/components/LunaticComponents.js +42 -37
  13. package/lib/components/Question/Question.js +23 -14
  14. package/lib/components/Radio/Radio.js +2 -2
  15. package/lib/components/RosterForLoop/RosterForLoop.js +13 -35
  16. package/lib/components/Roundabout/CustomRoundabout.js +2 -2
  17. package/lib/components/Roundabout/RoundaboutItButton.js +2 -2
  18. package/lib/components/Roundabout/extra.js +6 -6
  19. package/lib/components/Sequence/Sequence.js +2 -2
  20. package/lib/components/Subsequence/Subsequence.js +2 -2
  21. package/lib/components/Suggester/CustomSuggester.js +2 -2
  22. package/lib/components/Suggester/SuggesterNotification.js +2 -2
  23. package/lib/components/Summary/Summary.js +3 -3
  24. package/lib/components/Switch/Switch.js +42 -22
  25. package/lib/components/Textarea/Textarea.js +43 -23
  26. package/lib/components/library.js +0 -2
  27. package/lib/components/shared/Button/Button.js +2 -2
  28. package/lib/components/shared/Checkbox/CheckboxOption.js +2 -2
  29. package/lib/components/shared/Combobox/Combobox.js +2 -2
  30. package/lib/components/shared/Combobox/ComboboxContainer.js +2 -2
  31. package/lib/components/shared/Combobox/ComboboxContentBox.js +2 -2
  32. package/lib/components/shared/Combobox/Panel/ComboboxOption.js +2 -2
  33. package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js +2 -2
  34. package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js +2 -2
  35. package/lib/components/shared/Combobox/Selection/ComboboxInput.js +2 -2
  36. package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js +2 -2
  37. package/lib/components/shared/Declarations/Declarations.js +3 -3
  38. package/lib/components/shared/Fieldset/Fieldset.js +2 -2
  39. package/lib/components/shared/HOC/{customizedComponent.js → slottableComponent.js} +35 -13
  40. package/lib/components/shared/Label/Label.js +2 -2
  41. package/lib/components/shared/MDLabel/RouterLink.js +2 -2
  42. package/lib/components/shared/Notification.js +2 -2
  43. package/lib/components/shared/Radio/RadioGroup.js +4 -3
  44. package/lib/components/shared/Radio/RadioOption.js +2 -2
  45. package/lib/components/shared/Table/Table.js +2 -2
  46. package/lib/components/shared/Table/Tbody.js +2 -2
  47. package/lib/components/shared/Table/Td.js +2 -2
  48. package/lib/components/shared/Table/Th.js +2 -2
  49. package/lib/components/shared/Table/Thead.js +2 -2
  50. package/lib/components/shared/Table/Tr.js +2 -2
  51. package/lib/src/components/CheckboxBoolean/CheckboxBoolean.d.ts +10 -5
  52. package/lib/src/components/CheckboxOne/CheckboxOne.d.ts +5 -11
  53. package/lib/src/components/Datepicker/Datepicker.d.ts +8 -9
  54. package/lib/src/components/Dropdown/Dropdown.d.ts +9 -11
  55. package/lib/src/components/Duration/Duration.d.ts +9 -6
  56. package/lib/src/components/FilterDescription/FilterDescription.d.ts +1 -1
  57. package/lib/src/components/Input/Input.d.ts +9 -7
  58. package/lib/src/components/InputNumber/InputNumber.d.ts +9 -9
  59. package/lib/src/components/Loop/Loop.d.ts +11 -18
  60. package/lib/src/components/LunaticComponents.d.ts +4 -2
  61. package/lib/src/components/Question/Question.d.ts +6 -4
  62. package/lib/src/components/RosterForLoop/RosterForLoop.d.ts +2 -21
  63. package/lib/src/components/Switch/Switch.d.ts +9 -0
  64. package/lib/src/components/Textarea/Textarea.d.ts +9 -9
  65. package/lib/src/components/library.d.ts +24 -91
  66. package/lib/src/components/shared/HOC/slottableComponent.d.ts +101 -0
  67. package/lib/src/components/shared/Radio/RadioGroup.d.ts +1 -0
  68. package/lib/src/components/type.d.ts +0 -5
  69. package/lib/src/index.d.ts +1 -1
  70. package/lib/src/use-lunatic/commons/fill-components/fill-component-required.d.ts +18 -33
  71. package/lib/src/use-lunatic/commons/fill-components/fill-from-state.d.ts +0 -37
  72. package/lib/src/use-lunatic/commons/fill-components/fill-iterations.d.ts +16 -18
  73. package/lib/src/use-lunatic/commons/fill-components/fill-specific-expression.d.ts +4 -52
  74. package/lib/src/use-lunatic/commons/use-components-from-state.d.ts +1 -1
  75. package/lib/src/use-lunatic/lunatic-context.d.ts +1 -4
  76. package/lib/src/use-lunatic/replace-component-sequence.d.ts +3 -3
  77. package/lib/src/use-lunatic/type-source.d.ts +1 -5
  78. package/lib/src/use-lunatic/use-lunatic.d.ts +8 -19
  79. package/lib/stories/{component-set/component-set.stories.js → behaviour/slots.stories.js} +36 -25
  80. package/lib/stories/checkbox-group/checkbox-group.stories.js +1 -6
  81. package/lib/stories/disabled/source.json +1 -1
  82. package/lib/stories/pairwise/pairwise-links.stories.js +1 -9
  83. package/lib/stories/suggester/suggester.stories.js +1 -8
  84. package/lib/stories/utils/orchestrator.js +4 -4
  85. package/lib/use-lunatic/commons/fill-components/fill-specific-expression.js +0 -1
  86. package/lib/use-lunatic/lunatic-context.js +2 -10
  87. package/lib/use-lunatic/replace-component-sequence.js +2 -3
  88. package/lib/use-lunatic/use-lunatic.js +1 -4
  89. package/lib/use-lunatic/use-lunatic.test.js +4 -30
  90. package/package.json +1 -1
  91. package/lib/components/ComponentSet/ComponentSet.js +0 -68
  92. package/lib/components/type-custom.js +0 -5
  93. package/lib/src/components/ComponentSet/ComponentSet.d.ts +0 -7
  94. package/lib/src/components/shared/HOC/customizedComponent.d.ts +0 -5
  95. package/lib/src/components/type-custom.d.ts +0 -101
  96. package/lib/stories/checkbox-group/sourceComponentset.json +0 -424
  97. package/lib/stories/component-set/data-loop.json +0 -18
  98. package/lib/stories/component-set/data-roundabout.json +0 -25
  99. package/lib/stories/component-set/data.json +0 -25
  100. package/lib/stories/component-set/source-loop.json +0 -308
  101. package/lib/stories/component-set/source-roundabout.json +0 -434
  102. package/lib/stories/component-set/source.json +0 -113
  103. package/lib/stories/pairwise/source-componentset.json +0 -292
  104. package/lib/stories/suggester/source-component-set.json +0 -113
@@ -1,101 +0,0 @@
1
- import type { Subsequence } from './Subsequence/Subsequence';
2
- import type { Input } from './Input/Input';
3
- import type { Declaration, Declarations } from './shared/Declarations/Declarations';
4
- import type { Label } from './shared/Label/Label';
5
- import { Tr, Td, Th, Tbody, Thead, Table } from './shared/Table';
6
- import type { Textarea } from './Textarea/Textarea';
7
- import type { RadioGroup } from './shared/Radio/RadioGroup';
8
- import type { CustomRoundabout } from './Roundabout/CustomRoundabout';
9
- import { RoundaboutContainer, RoundaboutItContainer, RoundaboutItTitle, RoundaboutLabel, RoundaboutPending } from './Roundabout/extra';
10
- import type { RoundaboutItButton } from './Roundabout/RoundaboutItButton';
11
- import type { Button } from './shared/Button/Button';
12
- import type { CheckboxBoolean } from './CheckboxBoolean/CheckboxBoolean';
13
- import { CheckboxOne } from './CheckboxOne/CheckboxOne';
14
- import type { CheckboxOption } from './shared/Checkbox/CheckboxOption';
15
- import type { Datepicker } from './Datepicker/Datepicker';
16
- import type { Duration } from './Duration/Duration';
17
- import { Fieldset } from './shared/Fieldset/Fieldset';
18
- import type { InputNumber } from './InputNumber/InputNumber';
19
- import type { Question } from './Question/Question';
20
- import type { RadioOption } from './shared/Radio/RadioOption';
21
- import type { Sequence } from './Sequence/Sequence';
22
- import type { Switch } from './Switch/Switch';
23
- import type { Loop } from './Loop/Loop';
24
- import type { RosterForLoop } from './RosterForLoop/RosterForLoop';
25
- import type { Dropdown } from './Dropdown/Dropdown';
26
- import type { Combobox } from './shared/Combobox/Combobox';
27
- import { ComboboxContainer } from './shared/Combobox/ComboboxContainer';
28
- import { ComboboxContentBox } from './shared/Combobox/ComboboxContentBox';
29
- import { ComboboxOption } from './shared/Combobox/Panel/ComboboxOption';
30
- import type { ComboboxPanelContainer } from './shared/Combobox/Panel/ComboboxPanelContainer';
31
- import type { ComboboxClearButton } from './shared/Combobox/Selection/ComboboxClearButton';
32
- import type { ComboboxLabelSelection } from './shared/Combobox/Selection/ComboboxLabelSelection';
33
- import { SuggesterNotification } from './Suggester/SuggesterNotification';
34
- import type { Radio } from './Radio/Radio';
35
- import type { ComboboxInput } from './shared/Combobox/Selection/ComboboxInput';
36
- import type { FilterDescription } from './FilterDescription/FilterDescription';
37
- import type { CustomSuggester } from './Suggester/CustomSuggester';
38
- import type { CustomCheckboxGroup } from './CheckboxGroup/CustomCheckboxGroup';
39
- import { ComponentSet, ComponentSetItem } from './ComponentSet/ComponentSet';
40
- import type { RouterLink } from './shared/MDLabel/RouterLink';
41
- import { SummaryResponses, type SummaryTitle } from './Summary/Summary';
42
- /**
43
- * Contains the type of every customizable component
44
- */
45
- export type LunaticCustomizedComponent = {
46
- Input: typeof Input;
47
- InputNumber: typeof InputNumber;
48
- Sequence: typeof Sequence;
49
- Switch: typeof Switch;
50
- Subsequence: typeof Subsequence;
51
- Textarea: typeof Textarea;
52
- Datepicker: typeof Datepicker;
53
- Duration: typeof Duration;
54
- Question: typeof Question;
55
- BlockForLoop: typeof Loop;
56
- RosterForLoop: typeof RosterForLoop;
57
- Dropdown: typeof Dropdown;
58
- LunaticRadio: typeof Radio;
59
- FilterDescription: typeof FilterDescription;
60
- Suggester: typeof CustomSuggester;
61
- ComponentSet: typeof ComponentSet;
62
- ComponentSetItem: typeof ComponentSetItem;
63
- CheckboxBoolean: typeof CheckboxBoolean;
64
- CheckboxGroup: typeof CustomCheckboxGroup;
65
- CheckboxOne: typeof CheckboxOne;
66
- CheckboxOption: typeof CheckboxOption;
67
- Radio: typeof RadioGroup;
68
- RadioGroup: typeof RadioGroup;
69
- RadioOption: typeof RadioOption;
70
- Combobox: typeof Combobox;
71
- ComboboxContainer: typeof ComboboxContainer;
72
- ComboboxContentBox: typeof ComboboxContentBox;
73
- ComboboxPanelContainer: typeof ComboboxPanelContainer;
74
- ComboboxOption: typeof ComboboxOption;
75
- ComboboxInput: typeof ComboboxInput;
76
- ComboboxClearButton: typeof ComboboxClearButton;
77
- ComboboxLabelSelection: typeof ComboboxLabelSelection;
78
- Roundabout: typeof CustomRoundabout;
79
- RoundaboutContainer: typeof RoundaboutContainer;
80
- RoundaboutLabel: typeof RoundaboutLabel;
81
- RoundaboutItTitle: typeof RoundaboutItTitle;
82
- RoundaboutItContainer: typeof RoundaboutItContainer;
83
- RoundaboutItButton: typeof RoundaboutItButton;
84
- RoundaboutPending: typeof RoundaboutPending;
85
- SuggesterNotification: typeof SuggesterNotification;
86
- SummaryTitle: typeof SummaryTitle;
87
- SummaryResponses: typeof SummaryResponses;
88
- Button: typeof Button;
89
- Label: typeof Label;
90
- Declarations: typeof Declarations;
91
- Declaration: typeof Declaration;
92
- Tr: typeof Tr;
93
- Td: typeof Td;
94
- Th: typeof Th;
95
- Tbody: typeof Tbody;
96
- Table: typeof Table;
97
- Thead: typeof Thead;
98
- Fieldset: typeof Fieldset;
99
- Notification: typeof Notification;
100
- RouterLink: typeof RouterLink;
101
- };
@@ -1,424 +0,0 @@
1
- {
2
- "maxPage": "5",
3
- "components": [
4
- {
5
- "id": "component-set",
6
- "componentType": "ComponentSet",
7
- "page": "1",
8
- "conditionFilter": { "value": "true", "type": "VTL" },
9
- "label": {
10
- "value": "\"## Who are you?\"",
11
- "type": "VTL|MD"
12
- },
13
- "description": {
14
- "value": "\"This is your opportunity to tell me about yourself!\"",
15
- "type": "VTL|MD"
16
- },
17
- "components": [
18
- {
19
- "id": "checkboxbooleanGroupNumeric",
20
- "componentType": "CheckboxGroup",
21
- "label": {
22
- "value": "Situation matrimoniale",
23
- "type": "VTL|MD"
24
- },
25
- "hierarchy": {
26
- "sequence": {
27
- "id": "kmnnjaf1",
28
- "label": {
29
- "value": "Situation matrimoniale",
30
- "type": "VTL|MD"
31
- }
32
- },
33
- "subSequence": {
34
- "id": "kmw3dz2a",
35
- "page": "2",
36
- "label": {
37
- "value": "Mois préférés de l'année",
38
- "type": "VTL|MD"
39
- }
40
- }
41
- },
42
- "missingResponse": { "name": "SITUMATRI_MISSING" },
43
- "responses": [
44
- {
45
- "id": "kmort6x9-QOP-kmosa98y",
46
- "label": {
47
- "value": "Française de naissance ou par réintégration",
48
- "type": "VTL"
49
- },
50
- "response": { "name": "NATIO1N1" }
51
- },
52
-
53
- {
54
- "id": "kmort6x9-QOP-kmos360k",
55
- "label": {
56
- "value": "\"Française par déclaration, naturalisation, option à la majorité\"",
57
- "type": "VTL"
58
- },
59
- "response": { "name": "NATIO1N2" }
60
- },
61
-
62
- {
63
- "id": "kmort6x9-QOP-kmos37e1",
64
- "label": { "value": "Étrangère", "type": "VTL" },
65
- "response": { "name": "NATIO1N3" }
66
- },
67
-
68
- {
69
- "id": "kmort6x9-QOP-kmorue9c",
70
- "label": {
71
- "value": "Apatride (pas de nationalité)",
72
- "type": "VTL"
73
- },
74
- "response": { "name": "NATIO1N4" }
75
- }
76
- ]
77
- },
78
- {
79
- "id": "checkboxbooleanGroupAlpha",
80
- "componentType": "CheckboxGroup",
81
- "label": {
82
- "value": "Mois préférés de l'année",
83
- "type": "VTL|MD"
84
- },
85
-
86
- "hierarchy": {
87
- "sequence": {
88
- "id": "kmnnjaf1",
89
- "page": "1",
90
- "label": {
91
- "value": "Situation matrimoniale",
92
- "type": "VTL|MD"
93
- }
94
- },
95
- "subSequence": {
96
- "id": "kmw3dz2a",
97
- "label": {
98
- "value": "Mois préférés de l'année",
99
- "type": "VTL|MD"
100
- }
101
- }
102
- },
103
- "missingResponse": { "name": "SITUMATRI_MISSING" },
104
- "bindingDependencies": [
105
- "MOIS1",
106
- "MOIS2",
107
- "MOIS3",
108
- "MOIS4",
109
- "MOIS5",
110
- "MOIS6",
111
- "MOIS7",
112
- "MOIS8",
113
- "MOIS9",
114
- "MOIS10",
115
- "MOIS11",
116
- "MOIS12"
117
- ],
118
- "responses": [
119
- {
120
- "id": "mois1",
121
- "label": {
122
- "value": "Janvier",
123
- "type": "VTL|MD"
124
- },
125
- "response": { "name": "MOIS1" }
126
- },
127
-
128
- {
129
- "id": "mois2",
130
- "label": {
131
- "value": "Février",
132
- "type": "VTL|MD"
133
- },
134
- "response": { "name": "MOIS2" }
135
- },
136
- {
137
- "id": "mois3",
138
- "label": {
139
- "value": "Mars",
140
- "type": "VTL|MD"
141
- },
142
- "response": { "name": "MOIS3" }
143
- },
144
- {
145
- "id": "mois4",
146
- "label": {
147
- "value": "Avril",
148
- "type": "VTL|MD"
149
- },
150
- "response": { "name": "MOIS4" }
151
- },
152
- {
153
- "id": "mois5",
154
- "label": {
155
- "value": "Mai",
156
- "type": "VTL|MD"
157
- },
158
- "response": { "name": "MOIS5" }
159
- },
160
- {
161
- "id": "mois6",
162
- "label": {
163
- "value": "Juin",
164
- "type": "VTL|MD"
165
- },
166
- "response": { "name": "MOIS6" }
167
- },
168
- {
169
- "id": "mois7",
170
- "label": {
171
- "value": "Juillet",
172
- "type": "VTL|MD"
173
- },
174
- "response": { "name": "MOIS7" }
175
- },
176
- {
177
- "id": "mois8",
178
- "label": {
179
- "value": "Août",
180
- "type": "VTL|MD"
181
- },
182
- "response": { "name": "MOIS8" }
183
- },
184
- {
185
- "id": "mois9",
186
- "label": {
187
- "value": "Septembre",
188
- "type": "VTL|MD"
189
- },
190
- "response": { "name": "MOIS9" }
191
- },
192
- {
193
- "id": "mois10",
194
- "label": {
195
- "value": "Octobre",
196
- "type": "VTL|MD"
197
- },
198
- "response": { "name": "MOIS10" }
199
- },
200
- {
201
- "id": "mois11",
202
- "label": {
203
- "value": "Novembre",
204
- "type": "VTL|MD"
205
- },
206
- "response": { "name": "MOIS11" }
207
- },
208
- {
209
- "id": "mois12",
210
- "label": {
211
- "value": "Décembre",
212
- "type": "VTL|MD"
213
- },
214
- "response": { "name": "MOIS12" }
215
- }
216
- ]
217
- }
218
- ]
219
- },
220
- {
221
- "id": "seq",
222
- "componentType": "Sequence",
223
- "label": {
224
- "value": "\"Merci !\"",
225
- "type": "VTL|MD"
226
- },
227
- "conditionFilter": { "value": "true", "type": "VTL" },
228
- "page": "2"
229
- }
230
- ],
231
- "variables": [
232
- {
233
- "variableType": "COLLECTED",
234
- "name": "NATIO1N1",
235
- "values": {
236
- "PREVIOUS": null,
237
- "COLLECTED": null,
238
- "FORCED": null,
239
- "EDITED": null,
240
- "INPUTED": null
241
- }
242
- },
243
-
244
- {
245
- "variableType": "COLLECTED",
246
- "name": "NATIO1N2",
247
- "values": {
248
- "PREVIOUS": null,
249
- "COLLECTED": null,
250
- "FORCED": null,
251
- "EDITED": null,
252
- "INPUTED": null
253
- }
254
- },
255
-
256
- {
257
- "variableType": "COLLECTED",
258
- "name": "NATIO1N3",
259
- "values": {
260
- "PREVIOUS": null,
261
- "COLLECTED": null,
262
- "FORCED": null,
263
- "EDITED": null,
264
- "INPUTED": null
265
- }
266
- },
267
-
268
- {
269
- "variableType": "COLLECTED",
270
- "name": "NATIO1N4",
271
- "values": {
272
- "PREVIOUS": null,
273
- "COLLECTED": null,
274
- "FORCED": null,
275
- "EDITED": null,
276
- "INPUTED": null
277
- }
278
- },
279
-
280
- {
281
- "variableType": "COLLECTED",
282
- "name": "MOIS1",
283
- "values": {
284
- "PREVIOUS": null,
285
- "COLLECTED": null,
286
- "FORCED": null,
287
- "EDITED": null,
288
- "INPUTED": null
289
- }
290
- },
291
-
292
- {
293
- "variableType": "COLLECTED",
294
- "name": "MOIS2",
295
- "values": {
296
- "PREVIOUS": null,
297
- "COLLECTED": null,
298
- "FORCED": null,
299
- "EDITED": null,
300
- "INPUTED": null
301
- }
302
- },
303
-
304
- {
305
- "variableType": "COLLECTED",
306
- "name": "MOIS3",
307
- "values": {
308
- "PREVIOUS": null,
309
- "COLLECTED": null,
310
- "FORCED": null,
311
- "EDITED": null,
312
- "INPUTED": null
313
- }
314
- },
315
-
316
- {
317
- "variableType": "COLLECTED",
318
- "name": "MOIS4",
319
- "values": {
320
- "PREVIOUS": null,
321
- "COLLECTED": null,
322
- "FORCED": null,
323
- "EDITED": null,
324
- "INPUTED": null
325
- }
326
- },
327
-
328
- {
329
- "variableType": "COLLECTED",
330
- "name": "MOIS5",
331
- "values": {
332
- "PREVIOUS": null,
333
- "COLLECTED": null,
334
- "FORCED": null,
335
- "EDITED": null,
336
- "INPUTED": null
337
- }
338
- },
339
-
340
- {
341
- "variableType": "COLLECTED",
342
- "name": "MOIS6",
343
- "values": {
344
- "PREVIOUS": null,
345
- "COLLECTED": null,
346
- "FORCED": null,
347
- "EDITED": null,
348
- "INPUTED": null
349
- }
350
- },
351
-
352
- {
353
- "variableType": "COLLECTED",
354
- "name": "MOIS7",
355
- "values": {
356
- "PREVIOUS": null,
357
- "COLLECTED": null,
358
- "FORCED": null,
359
- "EDITED": null,
360
- "INPUTED": null
361
- }
362
- },
363
-
364
- {
365
- "variableType": "COLLECTED",
366
- "name": "MOIS8",
367
- "values": {
368
- "PREVIOUS": null,
369
- "COLLECTED": null,
370
- "FORCED": null,
371
- "EDITED": null,
372
- "INPUTED": null
373
- }
374
- },
375
-
376
- {
377
- "variableType": "COLLECTED",
378
- "name": "MOIS9",
379
- "values": {
380
- "PREVIOUS": null,
381
- "COLLECTED": null,
382
- "FORCED": null,
383
- "EDITED": null,
384
- "INPUTED": null
385
- }
386
- },
387
-
388
- {
389
- "variableType": "COLLECTED",
390
- "name": "MOIS10",
391
- "values": {
392
- "PREVIOUS": null,
393
- "COLLECTED": null,
394
- "FORCED": null,
395
- "EDITED": null,
396
- "INPUTED": null
397
- }
398
- },
399
-
400
- {
401
- "variableType": "COLLECTED",
402
- "name": "MOIS11",
403
- "values": {
404
- "PREVIOUS": null,
405
- "COLLECTED": null,
406
- "FORCED": null,
407
- "EDITED": null,
408
- "INPUTED": null
409
- }
410
- },
411
-
412
- {
413
- "variableType": "COLLECTED",
414
- "name": "MOIS12",
415
- "values": {
416
- "PREVIOUS": null,
417
- "COLLECTED": null,
418
- "FORCED": null,
419
- "EDITED": null,
420
- "INPUTED": null
421
- }
422
- }
423
- ]
424
- }
@@ -1,18 +0,0 @@
1
- {
2
- "COLLECTED": {
3
- "PRENOM": {
4
- "EDITED": [null],
5
- "FORCED": [null],
6
- "INPUTED": [null],
7
- "PREVIOUS": [null],
8
- "COLLECTED": ["Fanny", "Renaud"]
9
- },
10
- "AGE": {
11
- "EDITED": [null],
12
- "FORCED": [null],
13
- "INPUTED": [null],
14
- "PREVIOUS": [null],
15
- "COLLECTED": [15, 4]
16
- }
17
- }
18
- }
@@ -1,25 +0,0 @@
1
- {
2
- "COLLECTED": {
3
- "NB_HAB": {
4
- "EDITED": null,
5
- "FORCED": null,
6
- "INPUTED": null,
7
- "PREVIOUS": null,
8
- "COLLECTED": 2
9
- },
10
- "PRENOM": {
11
- "EDITED": [null],
12
- "FORCED": [null],
13
- "INPUTED": [null],
14
- "PREVIOUS": [null],
15
- "COLLECTED": ["Fanny", "Renaud"]
16
- },
17
- "AGELOOP": {
18
- "EDITED": [null],
19
- "FORCED": [null],
20
- "INPUTED": [null],
21
- "PREVIOUS": [null],
22
- "COLLECTED": [15, 4]
23
- }
24
- }
25
- }
@@ -1,25 +0,0 @@
1
- {
2
- "COLLECTED": {
3
- "PRENOMS": {
4
- "EDITED": null,
5
- "FORCED": null,
6
- "INPUTED": null,
7
- "PREVIOUS": null,
8
- "COLLECTED": null
9
- },
10
- "AGE": {
11
- "EDITED": null,
12
- "FORCED": null,
13
- "INPUTED": null,
14
- "PREVIOUS": null,
15
- "COLLECTED": 15
16
- },
17
- "INTERRS": {
18
- "EDITED": null,
19
- "FORCED": null,
20
- "INPUTED": null,
21
- "PREVIOUS": null,
22
- "COLLECTED": null
23
- }
24
- }
25
- }