@inseefr/lunatic 3.4.13 → 3.4.15

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 (196) hide show
  1. package/components/shared/Label/Label.js +1 -1
  2. package/components/shared/Label/Label.js.map +1 -1
  3. package/components/shared/Label/Label.spec.js +11 -3
  4. package/components/shared/Label/Label.spec.js.map +1 -1
  5. package/components/type.d.ts +1 -0
  6. package/esm/components/shared/Label/Label.js +1 -1
  7. package/esm/components/shared/Label/Label.js.map +1 -1
  8. package/esm/components/shared/Label/Label.spec.js +11 -3
  9. package/esm/components/shared/Label/Label.spec.js.map +1 -1
  10. package/esm/components/type.d.ts +1 -0
  11. package/esm/tests/utils/lunatic.d.ts +0 -4
  12. package/esm/tests/utils/lunatic.js +0 -4
  13. package/esm/tests/utils/lunatic.js.map +1 -1
  14. package/esm/type.source.d.ts +1 -5
  15. package/esm/use-lunatic/commons/variables/get-questionnaire-data.js +0 -8
  16. package/esm/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
  17. package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js +0 -8
  18. package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
  19. package/esm/use-lunatic/hooks/use-page-has-response.js +45 -35
  20. package/esm/use-lunatic/hooks/use-page-has-response.js.map +1 -1
  21. package/esm/use-lunatic/props/getComponentTypeProps.d.ts +1 -0
  22. package/esm/use-lunatic/type.d.ts +0 -4
  23. package/esm/utils/constants/variable-status.d.ts +0 -4
  24. package/esm/utils/constants/variable-status.js +0 -4
  25. package/esm/utils/constants/variable-status.js.map +1 -1
  26. package/esm/utils/variables.spec.js +0 -8
  27. package/esm/utils/variables.spec.js.map +1 -1
  28. package/package.json +2 -57
  29. package/src/components/Input/__snapshots__/Input.spec.tsx.snap +11 -0
  30. package/src/components/shared/Label/Label.spec.tsx +15 -3
  31. package/src/components/shared/Label/Label.tsx +1 -1
  32. package/src/components/type.ts +1 -0
  33. package/src/stories/accordion/source.json +1 -5
  34. package/src/stories/behaviour/cleaning/source-loop.json +3 -15
  35. package/src/stories/behaviour/cleaning/source.json +2 -10
  36. package/src/stories/behaviour/controls/boucles-n.json +2 -10
  37. package/src/stories/behaviour/controls/loop.json +2 -10
  38. package/src/stories/behaviour/controls/roundabout.json +3 -15
  39. package/src/stories/behaviour/controls/simple-numeric.json +19 -95
  40. package/src/stories/behaviour/controls/simple.json +7 -35
  41. package/src/stories/behaviour/filter/dataLoop.json +0 -8
  42. package/src/stories/behaviour/filter/source.json +0 -12
  43. package/src/stories/behaviour/filter/sourceLoop.json +0 -12
  44. package/src/stories/behaviour/missing/source.json +12 -60
  45. package/src/stories/behaviour/others/V2_DeclarationsSimples.json +14 -70
  46. package/src/stories/behaviour/others/V2_MinMaxSum_Boucles.json +5 -25
  47. package/src/stories/behaviour/others/V2_QuestSimple_Boucles.json +107 -535
  48. package/src/stories/behaviour/others/V2_TCMRallyeGames.json +33 -165
  49. package/src/stories/behaviour/others/test-dylan.json +5 -25
  50. package/src/stories/behaviour/paste/source.json +1 -5
  51. package/src/stories/behaviour/performance/source.json +4 -20
  52. package/src/stories/behaviour/resizing/source-resizing-cleaning.json +2 -10
  53. package/src/stories/behaviour/resizing/source.json +5 -25
  54. package/src/stories/checkbox-boolean/source.json +1 -5
  55. package/src/stories/checkbox-group/source.json +16 -80
  56. package/src/stories/checkbox-group/sourceCondition.json +3 -15
  57. package/src/stories/checkbox-group/sourceDetail.json +18 -90
  58. package/src/stories/checkbox-group/sourceLoop.json +2 -10
  59. package/src/stories/checkbox-one/source.json +1 -5
  60. package/src/stories/checkbox-one/sourceDetail.json +2 -10
  61. package/src/stories/date-picker/source.json +1 -5
  62. package/src/stories/declaration/source.json +2 -10
  63. package/src/stories/disabled/data.json +0 -16
  64. package/src/stories/disabled/source.json +7 -35
  65. package/src/stories/dropdown/data.json +2 -10
  66. package/src/stories/dropdown/source.json +2 -10
  67. package/src/stories/duration/mois.json +1 -5
  68. package/src/stories/duration/time.json +1 -5
  69. package/src/stories/filter-description/source-options.json +3 -15
  70. package/src/stories/input/source.json +1 -5
  71. package/src/stories/input-number/source-big-number.json +1 -5
  72. package/src/stories/input-number/source-euro.json +1 -5
  73. package/src/stories/input-number/source.json +1 -5
  74. package/src/stories/loop/source-bloc.json +2 -10
  75. package/src/stories/loop/source-paginated.json +2 -10
  76. package/src/stories/loop/source-roster.json +2 -10
  77. package/src/stories/loop/source-with-header.json +2 -10
  78. package/src/stories/overview/dataLoop.json +24 -120
  79. package/src/stories/overview/source.json +1 -5
  80. package/src/stories/overview/sourceLoop.json +24 -120
  81. package/src/stories/overview/sourceWithHierarchy.json +164 -820
  82. package/src/stories/pairwise/source.json +5 -25
  83. package/src/stories/question/source.json +2 -10
  84. package/src/stories/questionnaires/logement/data.json +0 -1288
  85. package/src/stories/questionnaires/logement/source-sequence.json +564 -2820
  86. package/src/stories/questionnaires/logement/source-sum.json +280 -1400
  87. package/src/stories/questionnaires/logement/source.json +564 -2820
  88. package/src/stories/questionnaires/recensement/source.json +106 -530
  89. package/src/stories/questionnaires/rp/source.json +8 -40
  90. package/src/stories/questionnaires/simpsons/source.json +104 -520
  91. package/src/stories/radio/source.json +1 -5
  92. package/src/stories/radio/sourceCondition.json +2 -10
  93. package/src/stories/radio/sourceDetail.json +2 -10
  94. package/src/stories/radio/sourceHorizontal.json +1 -5
  95. package/src/stories/roundabout/data1.json +0 -12
  96. package/src/stories/roundabout/data2.json +0 -16
  97. package/src/stories/roundabout/source.json +7 -35
  98. package/src/stories/suggester/source-arbitrary-response.json +6 -30
  99. package/src/stories/suggester/source-error.json +6 -30
  100. package/src/stories/suggester/source-multiline.json +0 -16
  101. package/src/stories/suggester/source-option-responses.json +5 -25
  102. package/src/stories/suggester/source.json +7 -35
  103. package/src/stories/summary/data.json +0 -16
  104. package/src/stories/summary/source.json +7 -35
  105. package/src/stories/switch/data-forced.json +2 -10
  106. package/src/stories/switch/source.json +4 -20
  107. package/src/stories/table/source-colspan.json +8 -40
  108. package/src/stories/table/table-dynamique.json +1 -5
  109. package/src/stories/text/source-roster.json +3 -15
  110. package/src/stories/text/source-table.json +9 -45
  111. package/src/stories/textarea/source.json +1 -5
  112. package/src/tests/utils/lunatic.ts +0 -4
  113. package/src/type.source.ts +1 -5
  114. package/src/use-lunatic/__snapshots__/use-lunatic.test.ts.snap +0 -1159
  115. package/src/use-lunatic/commons/variables/get-questionnaire-data.ts +0 -12
  116. package/src/use-lunatic/commons/variables/lunatic-variables-store.spec.ts +0 -8
  117. package/src/use-lunatic/hooks/use-page-has-response.test.ts +143 -0
  118. package/src/use-lunatic/hooks/use-page-has-response.ts +61 -44
  119. package/src/use-lunatic/type.ts +0 -4
  120. package/src/use-lunatic/use-lunatic.test.ts +0 -4
  121. package/src/utils/constants/variable-status.ts +0 -4
  122. package/src/utils/variables.spec.ts +0 -8
  123. package/tests/utils/lunatic.d.ts +0 -4
  124. package/tests/utils/lunatic.js +0 -4
  125. package/tests/utils/lunatic.js.map +1 -1
  126. package/tsconfig.build.tsbuildinfo +1 -1
  127. package/type.source.d.ts +1 -5
  128. package/use-lunatic/commons/variables/get-questionnaire-data.js +0 -8
  129. package/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
  130. package/use-lunatic/commons/variables/lunatic-variables-store.spec.js +0 -8
  131. package/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
  132. package/use-lunatic/hooks/use-page-has-response.js +44 -34
  133. package/use-lunatic/hooks/use-page-has-response.js.map +1 -1
  134. package/use-lunatic/props/getComponentTypeProps.d.ts +1 -0
  135. package/use-lunatic/type.d.ts +0 -4
  136. package/utils/constants/variable-status.d.ts +0 -4
  137. package/utils/constants/variable-status.js +1 -5
  138. package/utils/constants/variable-status.js.map +1 -1
  139. package/utils/variables.spec.js +0 -8
  140. package/utils/variables.spec.js.map +1 -1
  141. package/constants/component-types.d.ts +0 -1
  142. package/constants/component-types.js +0 -5
  143. package/constants/component-types.js.map +0 -1
  144. package/constants/declarations.d.ts +0 -9
  145. package/constants/declarations.js +0 -15
  146. package/constants/declarations.js.map +0 -1
  147. package/constants/event-types.d.ts +0 -10
  148. package/constants/event-types.js +0 -16
  149. package/constants/event-types.js.map +0 -1
  150. package/constants/index.d.ts +0 -5
  151. package/constants/index.js +0 -22
  152. package/constants/index.js.map +0 -1
  153. package/constants/indexedDBStore.d.ts +0 -21
  154. package/constants/indexedDBStore.js +0 -22
  155. package/constants/indexedDBStore.js.map +0 -1
  156. package/constants/supported-preferences.d.ts +0 -1
  157. package/constants/supported-preferences.js +0 -36
  158. package/constants/supported-preferences.js.map +0 -1
  159. package/constants/value-types.d.ts +0 -5
  160. package/constants/value-types.js +0 -9
  161. package/constants/value-types.js.map +0 -1
  162. package/constants/variable-types.d.ts +0 -2
  163. package/constants/variable-types.js +0 -8
  164. package/constants/variable-types.js.map +0 -1
  165. package/esm/constants/component-types.d.ts +0 -1
  166. package/esm/constants/component-types.js +0 -2
  167. package/esm/constants/component-types.js.map +0 -1
  168. package/esm/constants/declarations.d.ts +0 -9
  169. package/esm/constants/declarations.js +0 -12
  170. package/esm/constants/declarations.js.map +0 -1
  171. package/esm/constants/event-types.d.ts +0 -10
  172. package/esm/constants/event-types.js +0 -13
  173. package/esm/constants/event-types.js.map +0 -1
  174. package/esm/constants/index.d.ts +0 -5
  175. package/esm/constants/index.js +0 -6
  176. package/esm/constants/index.js.map +0 -1
  177. package/esm/constants/indexedDBStore.d.ts +0 -21
  178. package/esm/constants/indexedDBStore.js +0 -19
  179. package/esm/constants/indexedDBStore.js.map +0 -1
  180. package/esm/constants/supported-preferences.d.ts +0 -1
  181. package/esm/constants/supported-preferences.js +0 -10
  182. package/esm/constants/supported-preferences.js.map +0 -1
  183. package/esm/constants/value-types.d.ts +0 -5
  184. package/esm/constants/value-types.js +0 -6
  185. package/esm/constants/value-types.js.map +0 -1
  186. package/esm/constants/variable-types.d.ts +0 -2
  187. package/esm/constants/variable-types.js +0 -5
  188. package/esm/constants/variable-types.js.map +0 -1
  189. package/src/constants/component-types.ts +0 -1
  190. package/src/constants/declarations.ts +0 -14
  191. package/src/constants/event-types.ts +0 -13
  192. package/src/constants/index.ts +0 -5
  193. package/src/constants/indexedDBStore.ts +0 -20
  194. package/src/constants/supported-preferences.ts +0 -10
  195. package/src/constants/value-types.ts +0 -5
  196. package/src/constants/variable-types.ts +0 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inseefr/lunatic",
3
- "version": "3.4.13",
3
+ "version": "3.4.15",
4
4
  "description": "Library of questionnaire components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -178,14 +178,6 @@
178
178
  "src/components/shared/Table/Tr.tsx",
179
179
  "src/components/shared/Table/index.ts",
180
180
  "src/components/type.ts",
181
- "src/constants/component-types.ts",
182
- "src/constants/declarations.ts",
183
- "src/constants/event-types.ts",
184
- "src/constants/index.ts",
185
- "src/constants/indexedDBStore.ts",
186
- "src/constants/supported-preferences.ts",
187
- "src/constants/value-types.ts",
188
- "src/constants/variable-types.ts",
189
181
  "src/css/components/Button.scss",
190
182
  "src/css/components/CheckboxGroup.scss",
191
183
  "src/css/components/CheckboxOne.scss",
@@ -414,6 +406,7 @@
414
406
  "src/use-lunatic/commons/variables/lunatic-variables-store.spec.ts",
415
407
  "src/use-lunatic/commons/variables/lunatic-variables-store.ts",
416
408
  "src/use-lunatic/hooks/use-loop-variables.ts",
409
+ "src/use-lunatic/hooks/use-page-has-response.test.ts",
417
410
  "src/use-lunatic/hooks/use-page-has-response.ts",
418
411
  "src/use-lunatic/hooks/useOverview.ts",
419
412
  "src/use-lunatic/hooks/useWarnDepChange.ts",
@@ -882,30 +875,6 @@
882
875
  "components/type.d.ts",
883
876
  "components/type.js",
884
877
  "components/type.js.map",
885
- "constants/component-types.d.ts",
886
- "constants/component-types.js",
887
- "constants/component-types.js.map",
888
- "constants/declarations.d.ts",
889
- "constants/declarations.js",
890
- "constants/declarations.js.map",
891
- "constants/event-types.d.ts",
892
- "constants/event-types.js",
893
- "constants/event-types.js.map",
894
- "constants/index.d.ts",
895
- "constants/index.js",
896
- "constants/index.js.map",
897
- "constants/indexedDBStore.d.ts",
898
- "constants/indexedDBStore.js",
899
- "constants/indexedDBStore.js.map",
900
- "constants/supported-preferences.d.ts",
901
- "constants/supported-preferences.js",
902
- "constants/supported-preferences.js.map",
903
- "constants/value-types.d.ts",
904
- "constants/value-types.js",
905
- "constants/value-types.js.map",
906
- "constants/variable-types.d.ts",
907
- "constants/variable-types.js",
908
- "constants/variable-types.js.map",
909
878
  "esm/components/Accordion/Accordion.d.ts",
910
879
  "esm/components/Accordion/Accordion.js",
911
880
  "esm/components/Accordion/Accordion.js.map",
@@ -1314,30 +1283,6 @@
1314
1283
  "esm/components/type.d.ts",
1315
1284
  "esm/components/type.js",
1316
1285
  "esm/components/type.js.map",
1317
- "esm/constants/component-types.d.ts",
1318
- "esm/constants/component-types.js",
1319
- "esm/constants/component-types.js.map",
1320
- "esm/constants/declarations.d.ts",
1321
- "esm/constants/declarations.js",
1322
- "esm/constants/declarations.js.map",
1323
- "esm/constants/event-types.d.ts",
1324
- "esm/constants/event-types.js",
1325
- "esm/constants/event-types.js.map",
1326
- "esm/constants/index.d.ts",
1327
- "esm/constants/index.js",
1328
- "esm/constants/index.js.map",
1329
- "esm/constants/indexedDBStore.d.ts",
1330
- "esm/constants/indexedDBStore.js",
1331
- "esm/constants/indexedDBStore.js.map",
1332
- "esm/constants/supported-preferences.d.ts",
1333
- "esm/constants/supported-preferences.js",
1334
- "esm/constants/supported-preferences.js.map",
1335
- "esm/constants/value-types.d.ts",
1336
- "esm/constants/value-types.js",
1337
- "esm/constants/value-types.js.map",
1338
- "esm/constants/variable-types.d.ts",
1339
- "esm/constants/variable-types.js",
1340
- "esm/constants/variable-types.js.map",
1341
1286
  "esm/hooks/use-auto-focus.d.ts",
1342
1287
  "esm/hooks/use-auto-focus.js",
1343
1288
  "esm/hooks/use-auto-focus.js.map",
@@ -5,6 +5,17 @@ exports[`Input > renders without crashing 1`] = `
5
5
  <div
6
6
  class="lunatic-input"
7
7
  >
8
+ <label
9
+ class="lunatic-label"
10
+ for="input"
11
+ id="label-input"
12
+ >
13
+ <span
14
+ class="label-description"
15
+ >
16
+ description
17
+ </span>
18
+ </label>
8
19
  <input
9
20
  aria-invalid="false"
10
21
  aria-labelledby="label-input"
@@ -3,9 +3,9 @@ import { Label } from './Label';
3
3
  import { describe, it, expect } from 'vitest';
4
4
 
5
5
  describe('Label', () => {
6
- it('renders null when children is falsy', () => {
6
+ it('renders null when children and description are falsy', () => {
7
7
  const { container } = render(
8
- <Label htmlFor="input" id="label" description="This is a label">
8
+ <Label htmlFor="input" id="label">
9
9
  {null}
10
10
  </Label>
11
11
  );
@@ -34,8 +34,20 @@ describe('Label', () => {
34
34
 
35
35
  const label = getByText('Name');
36
36
  expect(label).toBeInTheDocument();
37
- expect(label.parentNode).toHaveAttribute('for', 'kze792d8');
37
+ expect(label.closest('label')).toHaveAttribute('for', 'kze792d8');
38
38
  const description = queryByText('This is a label');
39
39
  expect(description).not.toBeInTheDocument();
40
40
  });
41
+
42
+ it('renders a label with description and no label', () => {
43
+ const { container, queryByText } = render(
44
+ <Label htmlFor="kze792d8" id="label" description="This is a label" />
45
+ );
46
+
47
+ const label = container.querySelector('label');
48
+ expect(label).toBeInTheDocument();
49
+ expect(label).toHaveAttribute('for', 'kze792d8');
50
+ const description = queryByText('This is a label');
51
+ expect(description).toBeInTheDocument();
52
+ });
41
53
  });
@@ -27,7 +27,7 @@ function LunaticLabel({
27
27
  style,
28
28
  description,
29
29
  }: Props) {
30
- if (!children) {
30
+ if (!children && !description) {
31
31
  return null;
32
32
  }
33
33
  return (
@@ -126,6 +126,7 @@ export type ComponentPropsByType = {
126
126
  components: LunaticComponentProps[];
127
127
  componentType?: 'Question';
128
128
  iteration?: number;
129
+ value: Record<string, unknown>;
129
130
  };
130
131
  RosterForLoop: LunaticBaseProps<unknown> &
131
132
  LunaticExtraProps & {
@@ -37,11 +37,7 @@
37
37
  "name": "NOM",
38
38
  "componentRef": "name",
39
39
  "values": {
40
- "PREVIOUS": null,
41
- "COLLECTED": null,
42
- "FORCED": null,
43
- "EDITED": null,
44
- "INPUTTED": null
40
+ "COLLECTED": null
45
41
  }
46
42
  }
47
43
  ]
@@ -15,33 +15,21 @@
15
15
  {
16
16
  "variableType": "COLLECTED",
17
17
  "values": {
18
- "COLLECTED": ["John", "Jane"],
19
- "EDITED": null,
20
- "INPUTTED": null,
21
- "FORCED": null,
22
- "PREVIOUS": null
18
+ "COLLECTED": ["John", "Jane"]
23
19
  },
24
20
  "name": "PRENOM"
25
21
  },
26
22
  {
27
23
  "variableType": "COLLECTED",
28
24
  "values": {
29
- "COLLECTED": [null],
30
- "EDITED": null,
31
- "INPUTTED": null,
32
- "FORCED": null,
33
- "PREVIOUS": null
25
+ "COLLECTED": [null]
34
26
  },
35
27
  "name": "AGE"
36
28
  },
37
29
  {
38
30
  "variableType": "COLLECTED",
39
31
  "values": {
40
- "COLLECTED": [null],
41
- "EDITED": null,
42
- "INPUTTED": null,
43
- "FORCED": null,
44
- "PREVIOUS": null
32
+ "COLLECTED": [null]
45
33
  },
46
34
  "name": "HIDE_AGE"
47
35
  }
@@ -9,22 +9,14 @@
9
9
  {
10
10
  "variableType": "COLLECTED",
11
11
  "values": {
12
- "COLLECTED": null,
13
- "EDITED": null,
14
- "INPUTTED": null,
15
- "FORCED": null,
16
- "PREVIOUS": null
12
+ "COLLECTED": null
17
13
  },
18
14
  "name": "ORIGIN"
19
15
  },
20
16
  {
21
17
  "variableType": "COLLECTED",
22
18
  "values": {
23
- "COLLECTED": null,
24
- "EDITED": null,
25
- "INPUTTED": null,
26
- "FORCED": null,
27
- "PREVIOUS": null
19
+ "COLLECTED": null
28
20
  },
29
21
  "name": "CITY"
30
22
  }
@@ -4,22 +4,14 @@
4
4
  {
5
5
  "variableType": "COLLECTED",
6
6
  "values": {
7
- "COLLECTED": null,
8
- "EDITED": null,
9
- "INPUTTED": null,
10
- "FORCED": null,
11
- "PREVIOUS": null
7
+ "COLLECTED": null
12
8
  },
13
9
  "name": "COMMENT_QE"
14
10
  },
15
11
  {
16
12
  "variableType": "COLLECTED",
17
13
  "values": {
18
- "COLLECTED": [null],
19
- "EDITED": [null],
20
- "INPUTTED": [null],
21
- "FORCED": [null],
22
- "PREVIOUS": [null]
14
+ "COLLECTED": [null]
23
15
  },
24
16
  "name": "Q1"
25
17
  },
@@ -118,22 +118,14 @@
118
118
  {
119
119
  "variableType": "COLLECTED",
120
120
  "values": {
121
- "COLLECTED": ["John", "Jane"],
122
- "EDITED": null,
123
- "INPUTTED": null,
124
- "FORCED": null,
125
- "PREVIOUS": null
121
+ "COLLECTED": ["John", "Jane"]
126
122
  },
127
123
  "name": "PRENOMS"
128
124
  },
129
125
  {
130
126
  "variableType": "COLLECTED",
131
127
  "values": {
132
- "COLLECTED": [10, 12],
133
- "EDITED": null,
134
- "INPUTTED": null,
135
- "FORCED": null,
136
- "PREVIOUS": null
128
+ "COLLECTED": [10, 12]
137
129
  },
138
130
  "name": "AGES"
139
131
  }
@@ -80,33 +80,21 @@
80
80
  {
81
81
  "variableType": "COLLECTED",
82
82
  "values": {
83
- "COLLECTED": ["John", "Jane"],
84
- "EDITED": null,
85
- "INPUTTED": null,
86
- "FORCED": null,
87
- "PREVIOUS": null
83
+ "COLLECTED": ["John", "Jane"]
88
84
  },
89
85
  "name": "PRENOMS"
90
86
  },
91
87
  {
92
88
  "variableType": "COLLECTED",
93
89
  "values": {
94
- "COLLECTED": [null],
95
- "EDITED": [null],
96
- "INPUTTED": [null],
97
- "FORCED": [null],
98
- "PREVIOUS": [null]
90
+ "COLLECTED": [null]
99
91
  },
100
92
  "name": "PROGRESS"
101
93
  },
102
94
  {
103
95
  "variableType": "COLLECTED",
104
96
  "values": {
105
- "COLLECTED": [17, 22],
106
- "EDITED": [null],
107
- "INPUTTED": [null],
108
- "FORCED": [null],
109
- "PREVIOUS": [null]
97
+ "COLLECTED": [17, 22]
110
98
  },
111
99
  "name": "AGES"
112
100
  }
@@ -1538,11 +1538,7 @@
1538
1538
  "variableType": "COLLECTED",
1539
1539
  "name": "QNUM",
1540
1540
  "values": {
1541
- "PREVIOUS": null,
1542
- "COLLECTED": null,
1543
- "FORCED": null,
1544
- "EDITED": null,
1545
- "INPUTTED": null
1541
+ "COLLECTED": null
1546
1542
  }
1547
1543
  },
1548
1544
 
@@ -1550,11 +1546,7 @@
1550
1546
  "variableType": "COLLECTED",
1551
1547
  "name": "QNUM2",
1552
1548
  "values": {
1553
- "PREVIOUS": null,
1554
- "COLLECTED": null,
1555
- "FORCED": null,
1556
- "EDITED": null,
1557
- "INPUTTED": null
1549
+ "COLLECTED": null
1558
1550
  }
1559
1551
  },
1560
1552
 
@@ -1562,11 +1554,7 @@
1562
1554
  "variableType": "COLLECTED",
1563
1555
  "name": "QNUM3",
1564
1556
  "values": {
1565
- "PREVIOUS": null,
1566
- "COLLECTED": null,
1567
- "FORCED": null,
1568
- "EDITED": null,
1569
- "INPUTTED": null
1557
+ "COLLECTED": null
1570
1558
  }
1571
1559
  },
1572
1560
 
@@ -1574,11 +1562,7 @@
1574
1562
  "variableType": "COLLECTED",
1575
1563
  "name": "QNUM4",
1576
1564
  "values": {
1577
- "PREVIOUS": null,
1578
- "COLLECTED": null,
1579
- "FORCED": null,
1580
- "EDITED": null,
1581
- "INPUTTED": null
1565
+ "COLLECTED": null
1582
1566
  }
1583
1567
  },
1584
1568
 
@@ -1586,11 +1570,7 @@
1586
1570
  "variableType": "COLLECTED",
1587
1571
  "name": "QNUM5",
1588
1572
  "values": {
1589
- "PREVIOUS": null,
1590
- "COLLECTED": null,
1591
- "FORCED": null,
1592
- "EDITED": null,
1593
- "INPUTTED": null
1573
+ "COLLECTED": null
1594
1574
  }
1595
1575
  },
1596
1576
 
@@ -1598,11 +1578,7 @@
1598
1578
  "variableType": "COLLECTED",
1599
1579
  "name": "QNUM6",
1600
1580
  "values": {
1601
- "PREVIOUS": null,
1602
- "COLLECTED": null,
1603
- "FORCED": null,
1604
- "EDITED": null,
1605
- "INPUTTED": null
1581
+ "COLLECTED": null
1606
1582
  }
1607
1583
  },
1608
1584
 
@@ -1610,11 +1586,7 @@
1610
1586
  "variableType": "COLLECTED",
1611
1587
  "name": "QNUM7",
1612
1588
  "values": {
1613
- "PREVIOUS": null,
1614
- "COLLECTED": null,
1615
- "FORCED": null,
1616
- "EDITED": null,
1617
- "INPUTTED": null
1589
+ "COLLECTED": null
1618
1590
  }
1619
1591
  },
1620
1592
 
@@ -1622,11 +1594,7 @@
1622
1594
  "variableType": "COLLECTED",
1623
1595
  "name": "REL",
1624
1596
  "values": {
1625
- "PREVIOUS": null,
1626
- "COLLECTED": null,
1627
- "FORCED": null,
1628
- "EDITED": null,
1629
- "INPUTTED": null
1597
+ "COLLECTED": null
1630
1598
  }
1631
1599
  },
1632
1600
 
@@ -1634,11 +1602,7 @@
1634
1602
  "variableType": "COLLECTED",
1635
1603
  "name": "REEL",
1636
1604
  "values": {
1637
- "PREVIOUS": null,
1638
- "COLLECTED": null,
1639
- "FORCED": null,
1640
- "EDITED": null,
1641
- "INPUTTED": null
1605
+ "COLLECTED": null
1642
1606
  }
1643
1607
  },
1644
1608
 
@@ -1646,11 +1610,7 @@
1646
1610
  "variableType": "COLLECTED",
1647
1611
  "name": "REEL2",
1648
1612
  "values": {
1649
- "PREVIOUS": null,
1650
- "COLLECTED": null,
1651
- "FORCED": null,
1652
- "EDITED": null,
1653
- "INPUTTED": null
1613
+ "COLLECTED": null
1654
1614
  }
1655
1615
  },
1656
1616
 
@@ -1658,11 +1618,7 @@
1658
1618
  "variableType": "COLLECTED",
1659
1619
  "name": "REEL3",
1660
1620
  "values": {
1661
- "PREVIOUS": null,
1662
- "COLLECTED": null,
1663
- "FORCED": null,
1664
- "EDITED": null,
1665
- "INPUTTED": null
1621
+ "COLLECTED": null
1666
1622
  }
1667
1623
  },
1668
1624
 
@@ -1670,11 +1626,7 @@
1670
1626
  "variableType": "COLLECTED",
1671
1627
  "name": "GRAND",
1672
1628
  "values": {
1673
- "PREVIOUS": null,
1674
- "COLLECTED": null,
1675
- "FORCED": null,
1676
- "EDITED": null,
1677
- "INPUTTED": null
1629
+ "COLLECTED": null
1678
1630
  }
1679
1631
  },
1680
1632
 
@@ -1682,11 +1634,7 @@
1682
1634
  "variableType": "COLLECTED",
1683
1635
  "name": "QREL",
1684
1636
  "values": {
1685
- "PREVIOUS": null,
1686
- "COLLECTED": null,
1687
- "FORCED": null,
1688
- "EDITED": null,
1689
- "INPUTTED": null
1637
+ "COLLECTED": null
1690
1638
  }
1691
1639
  },
1692
1640
 
@@ -1694,11 +1642,7 @@
1694
1642
  "variableType": "COLLECTED",
1695
1643
  "name": "QREL2",
1696
1644
  "values": {
1697
- "PREVIOUS": null,
1698
- "COLLECTED": null,
1699
- "FORCED": null,
1700
- "EDITED": null,
1701
- "INPUTTED": null
1645
+ "COLLECTED": null
1702
1646
  }
1703
1647
  },
1704
1648
 
@@ -1706,11 +1650,7 @@
1706
1650
  "variableType": "COLLECTED",
1707
1651
  "name": "QNUMBIS",
1708
1652
  "values": {
1709
- "PREVIOUS": null,
1710
- "COLLECTED": null,
1711
- "FORCED": null,
1712
- "EDITED": null,
1713
- "INPUTTED": null
1653
+ "COLLECTED": null
1714
1654
  }
1715
1655
  },
1716
1656
 
@@ -1718,11 +1658,7 @@
1718
1658
  "variableType": "COLLECTED",
1719
1659
  "name": "QRATIO",
1720
1660
  "values": {
1721
- "PREVIOUS": null,
1722
- "COLLECTED": null,
1723
- "FORCED": null,
1724
- "EDITED": null,
1725
- "INPUTTED": null
1661
+ "COLLECTED": null
1726
1662
  }
1727
1663
  },
1728
1664
 
@@ -1730,11 +1666,7 @@
1730
1666
  "variableType": "COLLECTED",
1731
1667
  "name": "QSOMME",
1732
1668
  "values": {
1733
- "PREVIOUS": null,
1734
- "COLLECTED": null,
1735
- "FORCED": null,
1736
- "EDITED": null,
1737
- "INPUTTED": null
1669
+ "COLLECTED": null
1738
1670
  }
1739
1671
  },
1740
1672
 
@@ -1742,11 +1674,7 @@
1742
1674
  "variableType": "COLLECTED",
1743
1675
  "name": "QPRODUIT",
1744
1676
  "values": {
1745
- "PREVIOUS": null,
1746
- "COLLECTED": null,
1747
- "FORCED": null,
1748
- "EDITED": null,
1749
- "INPUTTED": null
1677
+ "COLLECTED": null
1750
1678
  }
1751
1679
  },
1752
1680
 
@@ -1754,11 +1682,7 @@
1754
1682
  "variableType": "COLLECTED",
1755
1683
  "name": "QDIFFERENCE",
1756
1684
  "values": {
1757
- "PREVIOUS": null,
1758
- "COLLECTED": null,
1759
- "FORCED": null,
1760
- "EDITED": null,
1761
- "INPUTTED": null
1685
+ "COLLECTED": null
1762
1686
  }
1763
1687
  },
1764
1688
 
@@ -4,77 +4,49 @@
4
4
  {
5
5
  "variableType": "COLLECTED",
6
6
  "values": {
7
- "COLLECTED": null,
8
- "EDITED": null,
9
- "INPUTTED": null,
10
- "FORCED": null,
11
- "PREVIOUS": null
7
+ "COLLECTED": null
12
8
  },
13
9
  "name": "COMMENT_QE"
14
10
  },
15
11
  {
16
12
  "variableType": "COLLECTED",
17
13
  "values": {
18
- "COLLECTED": null,
19
- "EDITED": null,
20
- "INPUTTED": null,
21
- "FORCED": null,
22
- "PREVIOUS": null
14
+ "COLLECTED": null
23
15
  },
24
16
  "name": "TESTSURBOO"
25
17
  },
26
18
  {
27
19
  "variableType": "COLLECTED",
28
20
  "values": {
29
- "COLLECTED": null,
30
- "EDITED": null,
31
- "INPUTTED": null,
32
- "FORCED": null,
33
- "PREVIOUS": null
21
+ "COLLECTED": null
34
22
  },
35
23
  "name": "TESTTEXTE"
36
24
  },
37
25
  {
38
26
  "variableType": "COLLECTED",
39
27
  "values": {
40
- "COLLECTED": null,
41
- "EDITED": null,
42
- "INPUTTED": null,
43
- "FORCED": null,
44
- "PREVIOUS": null
28
+ "COLLECTED": null
45
29
  },
46
30
  "name": "TESTCODE"
47
31
  },
48
32
  {
49
33
  "variableType": "COLLECTED",
50
34
  "values": {
51
- "COLLECTED": null,
52
- "EDITED": null,
53
- "INPUTTED": null,
54
- "FORCED": null,
55
- "PREVIOUS": null
35
+ "COLLECTED": null
56
36
  },
57
37
  "name": "TESTDATEA"
58
38
  },
59
39
  {
60
40
  "variableType": "COLLECTED",
61
41
  "values": {
62
- "COLLECTED": null,
63
- "EDITED": null,
64
- "INPUTTED": null,
65
- "FORCED": null,
66
- "PREVIOUS": null
42
+ "COLLECTED": null
67
43
  },
68
44
  "name": "TESTDATEB"
69
45
  },
70
46
  {
71
47
  "variableType": "COLLECTED",
72
48
  "values": {
73
- "COLLECTED": null,
74
- "EDITED": null,
75
- "INPUTTED": null,
76
- "FORCED": null,
77
- "PREVIOUS": null
49
+ "COLLECTED": null
78
50
  },
79
51
  "name": "TESTDATEC"
80
52
  },
@@ -4,17 +4,9 @@
4
4
  "CALCULATED": {},
5
5
  "COLLECTED": {
6
6
  "NBHAB": {
7
- "PREVIOUS": null,
8
- "FORCED": null,
9
- "EDITED": null,
10
- "INPUTTED": null,
11
7
  "COLLECTED": 2
12
8
  },
13
9
  "NAME": {
14
- "PREVIOUS": [],
15
- "FORCED": [],
16
- "EDITED": [],
17
- "INPUTTED": [],
18
10
  "COLLECTED": ["Jean", "Paul"]
19
11
  }
20
12
  }