@inseefr/lunatic 3.5.0-rc.2 → 3.5.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.
- package/components/Datepicker/Datepicker.js +1 -1
- package/components/Datepicker/Datepicker.js.map +1 -1
- package/components/Duration/Duration.js +3 -2
- package/components/Duration/Duration.js.map +1 -1
- package/components/Input/Input.js +6 -3
- package/components/Input/Input.js.map +1 -1
- package/components/Input/Input.spec.js +25 -0
- package/components/Input/Input.spec.js.map +1 -1
- package/components/InputNumber/InputNumber.js +1 -1
- package/components/InputNumber/InputNumber.js.map +1 -1
- package/components/InputNumber/InputNumber.spec.js +9 -1
- package/components/InputNumber/InputNumber.spec.js.map +1 -1
- package/components/InputNumber/InputNumberThousand.d.ts +2 -1
- package/components/InputNumber/InputNumberThousand.js +8 -2
- package/components/InputNumber/InputNumberThousand.js.map +1 -1
- package/components/Loop/Loop.js +1 -1
- package/components/Loop/Loop.js.map +1 -1
- package/components/Loop/Loop.spec.d.ts +1 -0
- package/components/Loop/Loop.spec.js +39 -0
- package/components/Loop/Loop.spec.js.map +1 -0
- package/components/Roundabout/CustomRoundabout.d.ts +1 -1
- package/components/Roundabout/CustomRoundabout.js +4 -3
- package/components/Roundabout/CustomRoundabout.js.map +1 -1
- package/components/Roundabout/roundabout.spec.js +3 -1
- package/components/Roundabout/roundabout.spec.js.map +1 -1
- package/components/Textarea/Textarea.js +4 -1
- package/components/Textarea/Textarea.js.map +1 -1
- package/components/Textarea/Textarea.spec.js +13 -0
- package/components/Textarea/Textarea.spec.js.map +1 -1
- package/components/shared/CharactersCount/CharactersCount.d.ts +7 -0
- package/components/shared/CharactersCount/CharactersCount.js +20 -0
- package/components/shared/CharactersCount/CharactersCount.js.map +1 -0
- package/components/shared/CharactersCount/CharactersCount.spec.d.ts +1 -0
- package/components/shared/CharactersCount/CharactersCount.spec.js +28 -0
- package/components/shared/CharactersCount/CharactersCount.spec.js.map +1 -0
- package/components/shared/Label/Label.js +1 -1
- package/components/shared/Label/Label.js.map +1 -1
- package/components/shared/Label/Label.spec.js +11 -3
- package/components/shared/Label/Label.spec.js.map +1 -1
- package/components/shared/utils/getCharactersCountId.d.ts +4 -0
- package/components/shared/utils/getCharactersCountId.js +10 -0
- package/components/shared/utils/getCharactersCountId.js.map +1 -0
- package/components/type.d.ts +1 -0
- package/esm/components/Datepicker/Datepicker.js +1 -1
- package/esm/components/Datepicker/Datepicker.js.map +1 -1
- package/esm/components/Duration/Duration.js +3 -2
- package/esm/components/Duration/Duration.js.map +1 -1
- package/esm/components/Input/Input.js +6 -3
- package/esm/components/Input/Input.js.map +1 -1
- package/esm/components/Input/Input.spec.js +25 -0
- package/esm/components/Input/Input.spec.js.map +1 -1
- package/esm/components/InputNumber/InputNumber.js +1 -1
- package/esm/components/InputNumber/InputNumber.js.map +1 -1
- package/esm/components/InputNumber/InputNumber.spec.js +9 -1
- package/esm/components/InputNumber/InputNumber.spec.js.map +1 -1
- package/esm/components/InputNumber/InputNumberThousand.d.ts +2 -1
- package/esm/components/InputNumber/InputNumberThousand.js +8 -2
- package/esm/components/InputNumber/InputNumberThousand.js.map +1 -1
- package/esm/components/Loop/Loop.js +1 -1
- package/esm/components/Loop/Loop.js.map +1 -1
- package/esm/components/Loop/Loop.spec.d.ts +1 -0
- package/esm/components/Loop/Loop.spec.js +37 -0
- package/esm/components/Loop/Loop.spec.js.map +1 -0
- package/esm/components/Roundabout/CustomRoundabout.d.ts +1 -1
- package/esm/components/Roundabout/CustomRoundabout.js +4 -3
- package/esm/components/Roundabout/CustomRoundabout.js.map +1 -1
- package/esm/components/Roundabout/roundabout.spec.js +3 -1
- package/esm/components/Roundabout/roundabout.spec.js.map +1 -1
- package/esm/components/Textarea/Textarea.js +4 -1
- package/esm/components/Textarea/Textarea.js.map +1 -1
- package/esm/components/Textarea/Textarea.spec.js +13 -0
- package/esm/components/Textarea/Textarea.spec.js.map +1 -1
- package/esm/components/shared/CharactersCount/CharactersCount.d.ts +7 -0
- package/esm/components/shared/CharactersCount/CharactersCount.js +15 -0
- package/esm/components/shared/CharactersCount/CharactersCount.js.map +1 -0
- package/esm/components/shared/CharactersCount/CharactersCount.spec.d.ts +1 -0
- package/esm/components/shared/CharactersCount/CharactersCount.spec.js +26 -0
- package/esm/components/shared/CharactersCount/CharactersCount.spec.js.map +1 -0
- package/esm/components/shared/Label/Label.js +1 -1
- package/esm/components/shared/Label/Label.js.map +1 -1
- package/esm/components/shared/Label/Label.spec.js +11 -3
- package/esm/components/shared/Label/Label.spec.js.map +1 -1
- package/esm/components/shared/utils/getCharactersCountId.d.ts +4 -0
- package/esm/components/shared/utils/getCharactersCountId.js +7 -0
- package/esm/components/shared/utils/getCharactersCountId.js.map +1 -0
- package/esm/components/type.d.ts +1 -0
- package/esm/index.d.ts +0 -1
- package/esm/index.js +0 -1
- package/esm/index.js.map +1 -1
- package/esm/main.css +20 -0
- package/esm/main.css.map +1 -1
- package/esm/stories/overview/sourceWithHierarchy.json +5151 -0
- package/esm/tests/utils/lunatic.d.ts +0 -4
- package/esm/tests/utils/lunatic.js +0 -4
- package/esm/tests/utils/lunatic.js.map +1 -1
- package/esm/type.source.d.ts +6 -6
- package/esm/type.source.js +0 -1
- package/esm/type.source.js.map +1 -1
- package/esm/use-lunatic/commons/page.js +8 -0
- package/esm/use-lunatic/commons/page.js.map +1 -1
- package/esm/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +1 -1
- package/esm/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js +111 -14
- package/esm/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js.map +1 -1
- package/esm/use-lunatic/commons/variables/get-questionnaire-data.js +0 -8
- package/esm/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.d.ts +2 -2
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.js +5 -3
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -1
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js +164 -8
- package/esm/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
- package/esm/use-lunatic/hooks/use-page-has-response.js +50 -35
- package/esm/use-lunatic/hooks/use-page-has-response.js.map +1 -1
- package/esm/use-lunatic/hooks/useOverview.d.ts +1 -1
- package/esm/use-lunatic/hooks/useOverview.js +19 -14
- package/esm/use-lunatic/hooks/useOverview.js.map +1 -1
- package/esm/use-lunatic/hooks/useOverview.spec.d.ts +1 -0
- package/esm/use-lunatic/hooks/useOverview.spec.js +38 -0
- package/esm/use-lunatic/hooks/useOverview.spec.js.map +1 -0
- package/esm/use-lunatic/props/getComponentTypeProps.d.ts +1 -0
- package/esm/use-lunatic/props/propValue.js +18 -6
- package/esm/use-lunatic/props/propValue.js.map +1 -1
- package/esm/use-lunatic/props/propValue.spec.js +97 -2
- package/esm/use-lunatic/props/propValue.spec.js.map +1 -1
- package/esm/use-lunatic/reducer/reducerInitializer.d.ts +2 -2
- package/esm/use-lunatic/reducer/reducerInitializer.js +25 -32
- package/esm/use-lunatic/reducer/reducerInitializer.js.map +1 -1
- package/esm/use-lunatic/test.utils.d.ts +2 -0
- package/esm/use-lunatic/test.utils.js +13 -0
- package/esm/use-lunatic/test.utils.js.map +1 -0
- package/esm/use-lunatic/type.d.ts +0 -4
- package/esm/use-lunatic/use-lunatic.d.ts +1 -2
- package/esm/use-lunatic/use-lunatic.js.map +1 -1
- package/esm/utils/cast.d.ts +19 -0
- package/esm/utils/cast.js +63 -0
- package/esm/utils/cast.js.map +1 -0
- package/esm/utils/constants/variable-status.d.ts +0 -4
- package/esm/utils/constants/variable-status.js +0 -4
- package/esm/utils/constants/variable-status.js.map +1 -1
- package/esm/utils/variables.spec.js +0 -8
- package/esm/utils/variables.spec.js.map +1 -1
- package/index.d.ts +0 -1
- package/index.js +1 -3
- package/index.js.map +1 -1
- package/main.css +20 -0
- package/main.css.map +1 -1
- package/package.json +60 -69
- package/src/components/Datepicker/Datepicker.tsx +1 -1
- package/src/components/Datepicker/__snapshots__/Datepicker.spec.tsx.snap +2 -2
- package/src/components/Duration/Duration.test.tsx +52 -0
- package/src/components/Duration/Duration.tsx +17 -4
- package/src/components/Input/Input.spec.tsx +34 -0
- package/src/components/Input/Input.tsx +26 -18
- package/src/components/Input/__snapshots__/Input.spec.tsx.snap +38 -19
- package/src/components/InputNumber/InputNumber.spec.tsx +15 -1
- package/src/components/InputNumber/InputNumber.tsx +1 -0
- package/src/components/InputNumber/InputNumberThousand.tsx +11 -1
- package/src/components/Loop/Loop.spec.tsx +77 -0
- package/src/components/Loop/Loop.tsx +1 -1
- package/src/components/RosterForLoop/__snapshots__/RosterForLoop.spec.tsx.snap +42 -20
- package/src/components/Roundabout/CustomRoundabout.tsx +13 -4
- package/src/components/Roundabout/roundabout.spec.tsx +3 -0
- package/src/components/Textarea/Textarea.spec.tsx +18 -0
- package/src/components/Textarea/Textarea.tsx +21 -13
- package/src/components/Textarea/__snapshots__/Textarea.spec.tsx.snap +21 -11
- package/src/components/shared/CharactersCount/CharactersCount.spec.tsx +31 -0
- package/src/components/shared/CharactersCount/CharactersCount.tsx +27 -0
- package/src/components/shared/Label/Label.spec.tsx +15 -3
- package/src/components/shared/Label/Label.tsx +1 -1
- package/src/components/shared/utils/getCharactersCountId.test.ts +14 -0
- package/src/components/shared/utils/getCharactersCountId.ts +6 -0
- package/src/components/type.ts +1 -0
- package/src/css/components/Input.scss +10 -0
- package/src/css/components/Roundabout.scss +10 -0
- package/src/index.ts +0 -1
- package/src/stories/accordion/source.json +1 -5
- package/src/stories/behaviour/cleaning/cleaning.stories.jsx +11 -0
- package/src/stories/behaviour/cleaning/loop.json +246 -0
- package/src/stories/behaviour/cleaning/source-loop.json +3 -15
- package/src/stories/behaviour/cleaning/source.json +2 -10
- package/src/stories/behaviour/controls/boucles-n.json +2 -10
- package/src/stories/behaviour/controls/loop.json +2 -10
- package/src/stories/behaviour/controls/roundabout.json +3 -15
- package/src/stories/behaviour/controls/simple-numeric.json +19 -95
- package/src/stories/behaviour/controls/simple.json +7 -35
- package/src/stories/behaviour/filter/dataLoop.json +0 -8
- package/src/stories/behaviour/filter/source.json +0 -12
- package/src/stories/behaviour/filter/sourceLoop.json +0 -12
- package/src/stories/behaviour/missing/source.json +12 -60
- package/src/stories/behaviour/others/V2_DeclarationsSimples.json +14 -70
- package/src/stories/behaviour/others/V2_MinMaxSum_Boucles.json +5 -25
- package/src/stories/behaviour/others/V2_QuestSimple_Boucles.json +107 -535
- package/src/stories/behaviour/others/V2_TCMRallyeGames.json +33 -165
- package/src/stories/behaviour/others/test-dylan.json +5 -25
- package/src/stories/behaviour/paste/source.json +1 -5
- package/src/stories/behaviour/performance/performance.stories.jsx +2 -2
- package/src/stories/behaviour/performance/source.json +4 -20
- package/src/stories/behaviour/resizing/source-resizing-cleaning.json +2 -10
- package/src/stories/behaviour/resizing/source.json +5 -25
- package/src/stories/checkbox-boolean/source.json +1 -5
- package/src/stories/checkbox-group/source.json +16 -80
- package/src/stories/checkbox-group/sourceCondition.json +3 -15
- package/src/stories/checkbox-group/sourceDetail.json +18 -90
- package/src/stories/checkbox-group/sourceLoop.json +2 -10
- package/src/stories/checkbox-one/source.json +1 -5
- package/src/stories/checkbox-one/sourceDetail.json +2 -10
- package/src/stories/date-picker/source.json +1 -5
- package/src/stories/declaration/source.json +2 -10
- package/src/stories/disabled/data.json +0 -16
- package/src/stories/disabled/source.json +7 -35
- package/src/stories/dropdown/data.json +2 -10
- package/src/stories/dropdown/source.json +2 -10
- package/src/stories/duration/mois.json +1 -5
- package/src/stories/duration/time.json +1 -5
- package/src/stories/filter-description/source-options.json +3 -15
- package/src/stories/input/source.json +1 -5
- package/src/stories/input-number/input-number.stories.jsx +5 -0
- package/src/stories/input-number/source-big-number.json +27 -0
- package/src/stories/input-number/source-euro.json +2 -6
- package/src/stories/input-number/source.json +1 -5
- package/src/stories/loop/source-bloc.json +2 -10
- package/src/stories/loop/source-paginated.json +2 -10
- package/src/stories/loop/source-roster.json +2 -10
- package/src/stories/loop/source-with-header.json +2 -10
- package/src/stories/overview/dataLoop.json +24 -120
- package/src/stories/overview/overview.stories.jsx +9 -0
- package/src/stories/overview/source.json +1 -5
- package/src/stories/overview/sourceLoop.json +24 -120
- package/src/stories/overview/sourceWithHierarchy.json +164 -820
- package/src/stories/pairwise/source.json +5 -25
- package/src/stories/question/source.json +2 -10
- package/src/stories/questionnaires/logement/data.json +0 -1288
- package/src/stories/questionnaires/logement/source-sequence.json +564 -2820
- package/src/stories/questionnaires/logement/source-sum.json +280 -1400
- package/src/stories/questionnaires/logement/source.json +564 -2820
- package/src/stories/questionnaires/recensement/source.json +106 -530
- package/src/stories/questionnaires/rp/source.json +8 -40
- package/src/stories/questionnaires/simpsons/source.json +104 -520
- package/src/stories/radio/source.json +1 -5
- package/src/stories/radio/sourceCondition.json +2 -10
- package/src/stories/radio/sourceDetail.json +2 -10
- package/src/stories/radio/sourceHorizontal.json +1 -5
- package/src/stories/roundabout/data1.json +0 -12
- package/src/stories/roundabout/data2.json +0 -16
- package/src/stories/roundabout/source.json +11 -35
- package/src/stories/suggester/source-arbitrary-response.json +6 -30
- package/src/stories/suggester/source-error.json +6 -30
- package/src/stories/suggester/source-multiline.json +0 -16
- package/src/stories/suggester/source-option-responses.json +5 -25
- package/src/stories/suggester/source.json +7 -35
- package/src/stories/summary/data.json +0 -16
- package/src/stories/summary/source.json +7 -35
- package/src/stories/switch/data-forced.json +2 -10
- package/src/stories/switch/source.json +4 -20
- package/src/stories/table/source-colspan.json +8 -40
- package/src/stories/table/table-dynamique.json +1 -5
- package/src/stories/text/source-roster.json +3 -15
- package/src/stories/text/source-table.json +9 -45
- package/src/stories/textarea/source.json +1 -5
- package/src/stories/utils/{SchemaValidator.tsx → SchemaValidator.jsx} +1 -1
- package/src/stories/utils/{orchestrator.tsx → orchestrator.jsx} +9 -13
- package/src/stories/utils/{overview.tsx → overview.jsx} +0 -2
- package/src/tests/utils/lunatic.ts +0 -4
- package/src/type.source.ts +8 -7
- package/src/use-lunatic/__snapshots__/use-lunatic.test.ts.snap +0 -1159
- package/src/use-lunatic/commons/page.ts +10 -0
- package/src/use-lunatic/commons/variables/behaviours/cleaning-behaviour.ts +182 -24
- package/src/use-lunatic/commons/variables/get-questionnaire-data.ts +0 -12
- package/src/use-lunatic/commons/variables/lunatic-variables-store.spec.ts +190 -8
- package/src/use-lunatic/commons/variables/lunatic-variables-store.ts +7 -4
- package/src/use-lunatic/hooks/use-page-has-response.test.ts +200 -0
- package/src/use-lunatic/hooks/use-page-has-response.ts +67 -44
- package/src/use-lunatic/hooks/useOverview.spec.ts +42 -0
- package/src/use-lunatic/hooks/useOverview.ts +41 -18
- package/src/use-lunatic/props/propValue.spec.ts +105 -2
- package/src/use-lunatic/props/propValue.ts +26 -8
- package/src/use-lunatic/reducer/reducerInitializer.tsx +31 -41
- package/src/use-lunatic/test.utils.ts +17 -0
- package/src/use-lunatic/type.ts +0 -4
- package/src/use-lunatic/use-lunatic.test.ts +2 -21
- package/src/use-lunatic/use-lunatic.ts +5 -4
- package/src/utils/cast.ts +67 -0
- package/src/utils/constants/variable-status.ts +0 -4
- package/src/utils/variables.spec.ts +0 -8
- package/stories/overview/sourceWithHierarchy.json +5151 -0
- package/tests/utils/lunatic.d.ts +0 -4
- package/tests/utils/lunatic.js +0 -4
- package/tests/utils/lunatic.js.map +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/type.source.d.ts +6 -6
- package/type.source.js +0 -1
- package/type.source.js.map +1 -1
- package/use-lunatic/commons/page.js +8 -0
- package/use-lunatic/commons/page.js.map +1 -1
- package/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +1 -1
- package/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js +111 -14
- package/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js.map +1 -1
- package/use-lunatic/commons/variables/get-questionnaire-data.js +0 -8
- package/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -1
- package/use-lunatic/commons/variables/lunatic-variables-store.d.ts +2 -2
- package/use-lunatic/commons/variables/lunatic-variables-store.js +5 -3
- package/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -1
- package/use-lunatic/commons/variables/lunatic-variables-store.spec.js +187 -8
- package/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -1
- package/use-lunatic/hooks/use-page-has-response.js +49 -34
- package/use-lunatic/hooks/use-page-has-response.js.map +1 -1
- package/use-lunatic/hooks/useOverview.d.ts +1 -1
- package/use-lunatic/hooks/useOverview.js +19 -14
- package/use-lunatic/hooks/useOverview.js.map +1 -1
- package/use-lunatic/hooks/useOverview.spec.d.ts +1 -0
- package/use-lunatic/hooks/useOverview.spec.js +43 -0
- package/use-lunatic/hooks/useOverview.spec.js.map +1 -0
- package/use-lunatic/props/getComponentTypeProps.d.ts +1 -0
- package/use-lunatic/props/propValue.js +18 -6
- package/use-lunatic/props/propValue.js.map +1 -1
- package/use-lunatic/props/propValue.spec.js +97 -2
- package/use-lunatic/props/propValue.spec.js.map +1 -1
- package/use-lunatic/reducer/reducerInitializer.d.ts +2 -2
- package/use-lunatic/reducer/reducerInitializer.js +25 -32
- package/use-lunatic/reducer/reducerInitializer.js.map +1 -1
- package/use-lunatic/test.utils.d.ts +2 -0
- package/use-lunatic/test.utils.js +17 -0
- package/use-lunatic/test.utils.js.map +1 -0
- package/use-lunatic/type.d.ts +0 -4
- package/use-lunatic/use-lunatic.d.ts +1 -2
- package/use-lunatic/use-lunatic.js.map +1 -1
- package/utils/cast.d.ts +19 -0
- package/utils/cast.js +70 -0
- package/utils/cast.js.map +1 -0
- package/utils/constants/variable-status.d.ts +0 -4
- package/utils/constants/variable-status.js +1 -5
- package/utils/constants/variable-status.js.map +1 -1
- package/utils/variables.spec.js +0 -8
- package/utils/variables.spec.js.map +1 -1
- package/constants/component-types.d.ts +0 -1
- package/constants/component-types.js +0 -5
- package/constants/component-types.js.map +0 -1
- package/constants/declarations.d.ts +0 -9
- package/constants/declarations.js +0 -15
- package/constants/declarations.js.map +0 -1
- package/constants/event-types.d.ts +0 -10
- package/constants/event-types.js +0 -16
- package/constants/event-types.js.map +0 -1
- package/constants/index.d.ts +0 -5
- package/constants/index.js +0 -22
- package/constants/index.js.map +0 -1
- package/constants/indexedDBStore.d.ts +0 -21
- package/constants/indexedDBStore.js +0 -22
- package/constants/indexedDBStore.js.map +0 -1
- package/constants/supported-preferences.d.ts +0 -1
- package/constants/supported-preferences.js +0 -36
- package/constants/supported-preferences.js.map +0 -1
- package/constants/value-types.d.ts +0 -5
- package/constants/value-types.js +0 -9
- package/constants/value-types.js.map +0 -1
- package/constants/variable-types.d.ts +0 -2
- package/constants/variable-types.js +0 -8
- package/constants/variable-types.js.map +0 -1
- package/esm/constants/component-types.d.ts +0 -1
- package/esm/constants/component-types.js +0 -2
- package/esm/constants/component-types.js.map +0 -1
- package/esm/constants/declarations.d.ts +0 -9
- package/esm/constants/declarations.js +0 -12
- package/esm/constants/declarations.js.map +0 -1
- package/esm/constants/event-types.d.ts +0 -10
- package/esm/constants/event-types.js +0 -13
- package/esm/constants/event-types.js.map +0 -1
- package/esm/constants/index.d.ts +0 -5
- package/esm/constants/index.js +0 -6
- package/esm/constants/index.js.map +0 -1
- package/esm/constants/indexedDBStore.d.ts +0 -21
- package/esm/constants/indexedDBStore.js +0 -19
- package/esm/constants/indexedDBStore.js.map +0 -1
- package/esm/constants/supported-preferences.d.ts +0 -1
- package/esm/constants/supported-preferences.js +0 -10
- package/esm/constants/supported-preferences.js.map +0 -1
- package/esm/constants/value-types.d.ts +0 -5
- package/esm/constants/value-types.js +0 -6
- package/esm/constants/value-types.js.map +0 -1
- package/esm/constants/variable-types.d.ts +0 -2
- package/esm/constants/variable-types.js +0 -5
- package/esm/constants/variable-types.js.map +0 -1
- package/esm/hooks/useArticulation.d.ts +0 -58
- package/esm/hooks/useArticulation.js +0 -81
- package/esm/hooks/useArticulation.js.map +0 -1
- package/hooks/useArticulation.d.ts +0 -58
- package/hooks/useArticulation.js +0 -81
- package/hooks/useArticulation.js.map +0 -1
- package/src/constants/component-types.ts +0 -1
- package/src/constants/declarations.ts +0 -14
- package/src/constants/event-types.ts +0 -13
- package/src/constants/index.ts +0 -5
- package/src/constants/indexedDBStore.ts +0 -20
- package/src/constants/supported-preferences.ts +0 -10
- package/src/constants/value-types.ts +0 -5
- package/src/constants/variable-types.ts +0 -4
- package/src/hooks/useArticulation.ts +0 -124
- package/src/stories/behaviour/articulation/articulation.stories.tsx +0 -105
- package/src/stories/behaviour/articulation/roundabout.json +0 -348
|
@@ -212,11 +212,7 @@
|
|
|
212
212
|
"variableType": "COLLECTED",
|
|
213
213
|
"name": "NATIO1N1",
|
|
214
214
|
"values": {
|
|
215
|
-
"
|
|
216
|
-
"COLLECTED": null,
|
|
217
|
-
"FORCED": null,
|
|
218
|
-
"EDITED": null,
|
|
219
|
-
"INPUTTED": null
|
|
215
|
+
"COLLECTED": null
|
|
220
216
|
}
|
|
221
217
|
},
|
|
222
218
|
|
|
@@ -224,11 +220,7 @@
|
|
|
224
220
|
"variableType": "COLLECTED",
|
|
225
221
|
"name": "NATIO1N2",
|
|
226
222
|
"values": {
|
|
227
|
-
"
|
|
228
|
-
"COLLECTED": null,
|
|
229
|
-
"FORCED": null,
|
|
230
|
-
"EDITED": null,
|
|
231
|
-
"INPUTTED": null
|
|
223
|
+
"COLLECTED": null
|
|
232
224
|
}
|
|
233
225
|
},
|
|
234
226
|
|
|
@@ -236,11 +228,7 @@
|
|
|
236
228
|
"variableType": "COLLECTED",
|
|
237
229
|
"name": "NATIO1N3",
|
|
238
230
|
"values": {
|
|
239
|
-
"
|
|
240
|
-
"COLLECTED": null,
|
|
241
|
-
"FORCED": null,
|
|
242
|
-
"EDITED": null,
|
|
243
|
-
"INPUTTED": null
|
|
231
|
+
"COLLECTED": null
|
|
244
232
|
}
|
|
245
233
|
},
|
|
246
234
|
|
|
@@ -248,11 +236,7 @@
|
|
|
248
236
|
"variableType": "COLLECTED",
|
|
249
237
|
"name": "NATIO1N4",
|
|
250
238
|
"values": {
|
|
251
|
-
"
|
|
252
|
-
"COLLECTED": null,
|
|
253
|
-
"FORCED": null,
|
|
254
|
-
"EDITED": null,
|
|
255
|
-
"INPUTTED": null
|
|
239
|
+
"COLLECTED": null
|
|
256
240
|
}
|
|
257
241
|
},
|
|
258
242
|
|
|
@@ -260,11 +244,7 @@
|
|
|
260
244
|
"variableType": "COLLECTED",
|
|
261
245
|
"name": "MOIS1",
|
|
262
246
|
"values": {
|
|
263
|
-
"
|
|
264
|
-
"COLLECTED": null,
|
|
265
|
-
"FORCED": null,
|
|
266
|
-
"EDITED": null,
|
|
267
|
-
"INPUTTED": null
|
|
247
|
+
"COLLECTED": null
|
|
268
248
|
}
|
|
269
249
|
},
|
|
270
250
|
|
|
@@ -272,11 +252,7 @@
|
|
|
272
252
|
"variableType": "COLLECTED",
|
|
273
253
|
"name": "MOIS2",
|
|
274
254
|
"values": {
|
|
275
|
-
"
|
|
276
|
-
"COLLECTED": null,
|
|
277
|
-
"FORCED": null,
|
|
278
|
-
"EDITED": null,
|
|
279
|
-
"INPUTTED": null
|
|
255
|
+
"COLLECTED": null
|
|
280
256
|
}
|
|
281
257
|
},
|
|
282
258
|
|
|
@@ -284,11 +260,7 @@
|
|
|
284
260
|
"variableType": "COLLECTED",
|
|
285
261
|
"name": "MOIS3",
|
|
286
262
|
"values": {
|
|
287
|
-
"
|
|
288
|
-
"COLLECTED": null,
|
|
289
|
-
"FORCED": null,
|
|
290
|
-
"EDITED": null,
|
|
291
|
-
"INPUTTED": null
|
|
263
|
+
"COLLECTED": null
|
|
292
264
|
}
|
|
293
265
|
},
|
|
294
266
|
|
|
@@ -296,11 +268,7 @@
|
|
|
296
268
|
"variableType": "COLLECTED",
|
|
297
269
|
"name": "MOIS4",
|
|
298
270
|
"values": {
|
|
299
|
-
"
|
|
300
|
-
"COLLECTED": null,
|
|
301
|
-
"FORCED": null,
|
|
302
|
-
"EDITED": null,
|
|
303
|
-
"INPUTTED": null
|
|
271
|
+
"COLLECTED": null
|
|
304
272
|
}
|
|
305
273
|
},
|
|
306
274
|
|
|
@@ -308,11 +276,7 @@
|
|
|
308
276
|
"variableType": "COLLECTED",
|
|
309
277
|
"name": "MOIS5",
|
|
310
278
|
"values": {
|
|
311
|
-
"
|
|
312
|
-
"COLLECTED": null,
|
|
313
|
-
"FORCED": null,
|
|
314
|
-
"EDITED": null,
|
|
315
|
-
"INPUTTED": null
|
|
279
|
+
"COLLECTED": null
|
|
316
280
|
}
|
|
317
281
|
},
|
|
318
282
|
|
|
@@ -320,11 +284,7 @@
|
|
|
320
284
|
"variableType": "COLLECTED",
|
|
321
285
|
"name": "MOIS6",
|
|
322
286
|
"values": {
|
|
323
|
-
"
|
|
324
|
-
"COLLECTED": null,
|
|
325
|
-
"FORCED": null,
|
|
326
|
-
"EDITED": null,
|
|
327
|
-
"INPUTTED": null
|
|
287
|
+
"COLLECTED": null
|
|
328
288
|
}
|
|
329
289
|
},
|
|
330
290
|
|
|
@@ -332,11 +292,7 @@
|
|
|
332
292
|
"variableType": "COLLECTED",
|
|
333
293
|
"name": "MOIS7",
|
|
334
294
|
"values": {
|
|
335
|
-
"
|
|
336
|
-
"COLLECTED": null,
|
|
337
|
-
"FORCED": null,
|
|
338
|
-
"EDITED": null,
|
|
339
|
-
"INPUTTED": null
|
|
295
|
+
"COLLECTED": null
|
|
340
296
|
}
|
|
341
297
|
},
|
|
342
298
|
|
|
@@ -344,11 +300,7 @@
|
|
|
344
300
|
"variableType": "COLLECTED",
|
|
345
301
|
"name": "MOIS8",
|
|
346
302
|
"values": {
|
|
347
|
-
"
|
|
348
|
-
"COLLECTED": null,
|
|
349
|
-
"FORCED": null,
|
|
350
|
-
"EDITED": null,
|
|
351
|
-
"INPUTTED": null
|
|
303
|
+
"COLLECTED": null
|
|
352
304
|
}
|
|
353
305
|
},
|
|
354
306
|
|
|
@@ -356,11 +308,7 @@
|
|
|
356
308
|
"variableType": "COLLECTED",
|
|
357
309
|
"name": "MOIS9",
|
|
358
310
|
"values": {
|
|
359
|
-
"
|
|
360
|
-
"COLLECTED": null,
|
|
361
|
-
"FORCED": null,
|
|
362
|
-
"EDITED": null,
|
|
363
|
-
"INPUTTED": null
|
|
311
|
+
"COLLECTED": null
|
|
364
312
|
}
|
|
365
313
|
},
|
|
366
314
|
|
|
@@ -368,11 +316,7 @@
|
|
|
368
316
|
"variableType": "COLLECTED",
|
|
369
317
|
"name": "MOIS10",
|
|
370
318
|
"values": {
|
|
371
|
-
"
|
|
372
|
-
"COLLECTED": null,
|
|
373
|
-
"FORCED": null,
|
|
374
|
-
"EDITED": null,
|
|
375
|
-
"INPUTTED": null
|
|
319
|
+
"COLLECTED": null
|
|
376
320
|
}
|
|
377
321
|
},
|
|
378
322
|
|
|
@@ -380,11 +324,7 @@
|
|
|
380
324
|
"variableType": "COLLECTED",
|
|
381
325
|
"name": "MOIS11",
|
|
382
326
|
"values": {
|
|
383
|
-
"
|
|
384
|
-
"COLLECTED": null,
|
|
385
|
-
"FORCED": null,
|
|
386
|
-
"EDITED": null,
|
|
387
|
-
"INPUTTED": null
|
|
327
|
+
"COLLECTED": null
|
|
388
328
|
}
|
|
389
329
|
},
|
|
390
330
|
|
|
@@ -392,11 +332,7 @@
|
|
|
392
332
|
"variableType": "COLLECTED",
|
|
393
333
|
"name": "MOIS12",
|
|
394
334
|
"values": {
|
|
395
|
-
"
|
|
396
|
-
"COLLECTED": null,
|
|
397
|
-
"FORCED": null,
|
|
398
|
-
"EDITED": null,
|
|
399
|
-
"INPUTTED": null
|
|
335
|
+
"COLLECTED": null
|
|
400
336
|
}
|
|
401
337
|
}
|
|
402
338
|
]
|
|
@@ -52,11 +52,7 @@
|
|
|
52
52
|
"variableType": "COLLECTED",
|
|
53
53
|
"name": "AGE",
|
|
54
54
|
"values": {
|
|
55
|
-
"
|
|
56
|
-
"COLLECTED": null,
|
|
57
|
-
"FORCED": null,
|
|
58
|
-
"EDITED": null,
|
|
59
|
-
"INPUTTED": null
|
|
55
|
+
"COLLECTED": null
|
|
60
56
|
}
|
|
61
57
|
},
|
|
62
58
|
|
|
@@ -64,11 +60,7 @@
|
|
|
64
60
|
"variableType": "COLLECTED",
|
|
65
61
|
"name": "LIEU1",
|
|
66
62
|
"values": {
|
|
67
|
-
"
|
|
68
|
-
"COLLECTED": null,
|
|
69
|
-
"FORCED": null,
|
|
70
|
-
"EDITED": null,
|
|
71
|
-
"INPUTTED": null
|
|
63
|
+
"COLLECTED": null
|
|
72
64
|
}
|
|
73
65
|
},
|
|
74
66
|
|
|
@@ -76,11 +68,7 @@
|
|
|
76
68
|
"variableType": "COLLECTED",
|
|
77
69
|
"name": "LIEU2",
|
|
78
70
|
"values": {
|
|
79
|
-
"
|
|
80
|
-
"COLLECTED": null,
|
|
81
|
-
"FORCED": null,
|
|
82
|
-
"EDITED": null,
|
|
83
|
-
"INPUTTED": null
|
|
71
|
+
"COLLECTED": null
|
|
84
72
|
}
|
|
85
73
|
}
|
|
86
74
|
]
|
|
@@ -97,11 +97,7 @@
|
|
|
97
97
|
"variableType": "COLLECTED",
|
|
98
98
|
"name": "NATIO1N1",
|
|
99
99
|
"values": {
|
|
100
|
-
"
|
|
101
|
-
"COLLECTED": null,
|
|
102
|
-
"FORCED": null,
|
|
103
|
-
"EDITED": null,
|
|
104
|
-
"INPUTTED": null
|
|
100
|
+
"COLLECTED": null
|
|
105
101
|
}
|
|
106
102
|
},
|
|
107
103
|
|
|
@@ -109,11 +105,7 @@
|
|
|
109
105
|
"variableType": "COLLECTED",
|
|
110
106
|
"name": "NATIO1N2",
|
|
111
107
|
"values": {
|
|
112
|
-
"
|
|
113
|
-
"COLLECTED": null,
|
|
114
|
-
"FORCED": null,
|
|
115
|
-
"EDITED": null,
|
|
116
|
-
"INPUTTED": null
|
|
108
|
+
"COLLECTED": null
|
|
117
109
|
}
|
|
118
110
|
},
|
|
119
111
|
|
|
@@ -121,11 +113,7 @@
|
|
|
121
113
|
"variableType": "COLLECTED",
|
|
122
114
|
"name": "NATIO1N3",
|
|
123
115
|
"values": {
|
|
124
|
-
"
|
|
125
|
-
"COLLECTED": null,
|
|
126
|
-
"FORCED": null,
|
|
127
|
-
"EDITED": null,
|
|
128
|
-
"INPUTTED": null
|
|
116
|
+
"COLLECTED": null
|
|
129
117
|
}
|
|
130
118
|
},
|
|
131
119
|
|
|
@@ -133,11 +121,7 @@
|
|
|
133
121
|
"variableType": "COLLECTED",
|
|
134
122
|
"name": "NATIO1N4",
|
|
135
123
|
"values": {
|
|
136
|
-
"
|
|
137
|
-
"COLLECTED": null,
|
|
138
|
-
"FORCED": null,
|
|
139
|
-
"EDITED": null,
|
|
140
|
-
"INPUTTED": null
|
|
124
|
+
"COLLECTED": null
|
|
141
125
|
}
|
|
142
126
|
},
|
|
143
127
|
|
|
@@ -145,11 +129,7 @@
|
|
|
145
129
|
"variableType": "COLLECTED",
|
|
146
130
|
"name": "MOIS1",
|
|
147
131
|
"values": {
|
|
148
|
-
"
|
|
149
|
-
"COLLECTED": null,
|
|
150
|
-
"FORCED": null,
|
|
151
|
-
"EDITED": null,
|
|
152
|
-
"INPUTTED": null
|
|
132
|
+
"COLLECTED": null
|
|
153
133
|
}
|
|
154
134
|
},
|
|
155
135
|
|
|
@@ -157,11 +137,7 @@
|
|
|
157
137
|
"variableType": "COLLECTED",
|
|
158
138
|
"name": "MOIS2",
|
|
159
139
|
"values": {
|
|
160
|
-
"
|
|
161
|
-
"COLLECTED": null,
|
|
162
|
-
"FORCED": null,
|
|
163
|
-
"EDITED": null,
|
|
164
|
-
"INPUTTED": null
|
|
140
|
+
"COLLECTED": null
|
|
165
141
|
}
|
|
166
142
|
},
|
|
167
143
|
|
|
@@ -169,11 +145,7 @@
|
|
|
169
145
|
"variableType": "COLLECTED",
|
|
170
146
|
"name": "MOIS3",
|
|
171
147
|
"values": {
|
|
172
|
-
"
|
|
173
|
-
"COLLECTED": null,
|
|
174
|
-
"FORCED": null,
|
|
175
|
-
"EDITED": null,
|
|
176
|
-
"INPUTTED": null
|
|
148
|
+
"COLLECTED": null
|
|
177
149
|
}
|
|
178
150
|
},
|
|
179
151
|
|
|
@@ -181,11 +153,7 @@
|
|
|
181
153
|
"variableType": "COLLECTED",
|
|
182
154
|
"name": "MOIS4",
|
|
183
155
|
"values": {
|
|
184
|
-
"
|
|
185
|
-
"COLLECTED": null,
|
|
186
|
-
"FORCED": null,
|
|
187
|
-
"EDITED": null,
|
|
188
|
-
"INPUTTED": null
|
|
156
|
+
"COLLECTED": null
|
|
189
157
|
}
|
|
190
158
|
},
|
|
191
159
|
|
|
@@ -193,11 +161,7 @@
|
|
|
193
161
|
"variableType": "COLLECTED",
|
|
194
162
|
"name": "MOIS5",
|
|
195
163
|
"values": {
|
|
196
|
-
"
|
|
197
|
-
"COLLECTED": null,
|
|
198
|
-
"FORCED": null,
|
|
199
|
-
"EDITED": null,
|
|
200
|
-
"INPUTTED": null
|
|
164
|
+
"COLLECTED": null
|
|
201
165
|
}
|
|
202
166
|
},
|
|
203
167
|
|
|
@@ -205,11 +169,7 @@
|
|
|
205
169
|
"variableType": "COLLECTED",
|
|
206
170
|
"name": "MOIS6",
|
|
207
171
|
"values": {
|
|
208
|
-
"
|
|
209
|
-
"COLLECTED": null,
|
|
210
|
-
"FORCED": null,
|
|
211
|
-
"EDITED": null,
|
|
212
|
-
"INPUTTED": null
|
|
172
|
+
"COLLECTED": null
|
|
213
173
|
}
|
|
214
174
|
},
|
|
215
175
|
|
|
@@ -217,11 +177,7 @@
|
|
|
217
177
|
"variableType": "COLLECTED",
|
|
218
178
|
"name": "MOIS7",
|
|
219
179
|
"values": {
|
|
220
|
-
"
|
|
221
|
-
"COLLECTED": null,
|
|
222
|
-
"FORCED": null,
|
|
223
|
-
"EDITED": null,
|
|
224
|
-
"INPUTTED": null
|
|
180
|
+
"COLLECTED": null
|
|
225
181
|
}
|
|
226
182
|
},
|
|
227
183
|
|
|
@@ -229,11 +185,7 @@
|
|
|
229
185
|
"variableType": "COLLECTED",
|
|
230
186
|
"name": "MOIS8",
|
|
231
187
|
"values": {
|
|
232
|
-
"
|
|
233
|
-
"COLLECTED": null,
|
|
234
|
-
"FORCED": null,
|
|
235
|
-
"EDITED": null,
|
|
236
|
-
"INPUTTED": null
|
|
188
|
+
"COLLECTED": null
|
|
237
189
|
}
|
|
238
190
|
},
|
|
239
191
|
|
|
@@ -241,11 +193,7 @@
|
|
|
241
193
|
"variableType": "COLLECTED",
|
|
242
194
|
"name": "MOIS9",
|
|
243
195
|
"values": {
|
|
244
|
-
"
|
|
245
|
-
"COLLECTED": null,
|
|
246
|
-
"FORCED": null,
|
|
247
|
-
"EDITED": null,
|
|
248
|
-
"INPUTTED": null
|
|
196
|
+
"COLLECTED": null
|
|
249
197
|
}
|
|
250
198
|
},
|
|
251
199
|
|
|
@@ -253,11 +201,7 @@
|
|
|
253
201
|
"variableType": "COLLECTED",
|
|
254
202
|
"name": "MOIS10",
|
|
255
203
|
"values": {
|
|
256
|
-
"
|
|
257
|
-
"COLLECTED": null,
|
|
258
|
-
"FORCED": null,
|
|
259
|
-
"EDITED": null,
|
|
260
|
-
"INPUTTED": null
|
|
204
|
+
"COLLECTED": null
|
|
261
205
|
}
|
|
262
206
|
},
|
|
263
207
|
|
|
@@ -265,11 +209,7 @@
|
|
|
265
209
|
"variableType": "COLLECTED",
|
|
266
210
|
"name": "MOIS11",
|
|
267
211
|
"values": {
|
|
268
|
-
"
|
|
269
|
-
"COLLECTED": null,
|
|
270
|
-
"FORCED": null,
|
|
271
|
-
"EDITED": null,
|
|
272
|
-
"INPUTTED": null
|
|
212
|
+
"COLLECTED": null
|
|
273
213
|
}
|
|
274
214
|
},
|
|
275
215
|
|
|
@@ -277,33 +217,21 @@
|
|
|
277
217
|
"variableType": "COLLECTED",
|
|
278
218
|
"name": "MOIS12",
|
|
279
219
|
"values": {
|
|
280
|
-
"
|
|
281
|
-
"COLLECTED": null,
|
|
282
|
-
"FORCED": null,
|
|
283
|
-
"EDITED": null,
|
|
284
|
-
"INPUTTED": null
|
|
220
|
+
"COLLECTED": null
|
|
285
221
|
}
|
|
286
222
|
},
|
|
287
223
|
{
|
|
288
224
|
"variableType": "COLLECTED",
|
|
289
225
|
"name": "NATIO1N_OTHER",
|
|
290
226
|
"values": {
|
|
291
|
-
"
|
|
292
|
-
"COLLECTED": null,
|
|
293
|
-
"FORCED": null,
|
|
294
|
-
"EDITED": null,
|
|
295
|
-
"INPUTTED": null
|
|
227
|
+
"COLLECTED": null
|
|
296
228
|
}
|
|
297
229
|
},
|
|
298
230
|
{
|
|
299
231
|
"variableType": "COLLECTED",
|
|
300
232
|
"name": "NATIO1N_DETAIL",
|
|
301
233
|
"values": {
|
|
302
|
-
"
|
|
303
|
-
"COLLECTED": null,
|
|
304
|
-
"FORCED": null,
|
|
305
|
-
"EDITED": null,
|
|
306
|
-
"INPUTTED": null
|
|
234
|
+
"COLLECTED": null
|
|
307
235
|
}
|
|
308
236
|
}
|
|
309
237
|
]
|
|
@@ -63,22 +63,14 @@
|
|
|
63
63
|
"variableType": "COLLECTED",
|
|
64
64
|
"name": "OUI",
|
|
65
65
|
"values": {
|
|
66
|
-
"
|
|
67
|
-
"COLLECTED": [null],
|
|
68
|
-
"FORCED": [null],
|
|
69
|
-
"EDITED": [null],
|
|
70
|
-
"INPUTTED": [null]
|
|
66
|
+
"COLLECTED": [null]
|
|
71
67
|
}
|
|
72
68
|
},
|
|
73
69
|
{
|
|
74
70
|
"variableType": "COLLECTED",
|
|
75
71
|
"name": "NON",
|
|
76
72
|
"values": {
|
|
77
|
-
"
|
|
78
|
-
"COLLECTED": [null],
|
|
79
|
-
"FORCED": [null],
|
|
80
|
-
"EDITED": [null],
|
|
81
|
-
"INPUTTED": [null]
|
|
73
|
+
"COLLECTED": [null]
|
|
82
74
|
}
|
|
83
75
|
}
|
|
84
76
|
]
|
|
@@ -56,22 +56,14 @@
|
|
|
56
56
|
"variableType": "COLLECTED",
|
|
57
57
|
"name": "Q2",
|
|
58
58
|
"values": {
|
|
59
|
-
"
|
|
60
|
-
"COLLECTED": null,
|
|
61
|
-
"FORCED": null,
|
|
62
|
-
"EDITED": null,
|
|
63
|
-
"INPUTTED": null
|
|
59
|
+
"COLLECTED": null
|
|
64
60
|
}
|
|
65
61
|
},
|
|
66
62
|
{
|
|
67
63
|
"variableType": "COLLECTED",
|
|
68
64
|
"name": "Q3",
|
|
69
65
|
"values": {
|
|
70
|
-
"
|
|
71
|
-
"COLLECTED": null,
|
|
72
|
-
"FORCED": null,
|
|
73
|
-
"EDITED": null,
|
|
74
|
-
"INPUTTED": null
|
|
66
|
+
"COLLECTED": null
|
|
75
67
|
}
|
|
76
68
|
}
|
|
77
69
|
]
|
|
@@ -63,11 +63,7 @@
|
|
|
63
63
|
"name": "NOM",
|
|
64
64
|
"componentRef": "name",
|
|
65
65
|
"values": {
|
|
66
|
-
"
|
|
67
|
-
"COLLECTED": null,
|
|
68
|
-
"FORCED": null,
|
|
69
|
-
"EDITED": null,
|
|
70
|
-
"INPUTTED": null
|
|
66
|
+
"COLLECTED": null
|
|
71
67
|
}
|
|
72
68
|
},
|
|
73
69
|
{
|
|
@@ -75,11 +71,7 @@
|
|
|
75
71
|
"name": "PRENOM",
|
|
76
72
|
"componentRef": "name",
|
|
77
73
|
"values": {
|
|
78
|
-
"
|
|
79
|
-
"COLLECTED": null,
|
|
80
|
-
"FORCED": null,
|
|
81
|
-
"EDITED": null,
|
|
82
|
-
"INPUTTED": null
|
|
74
|
+
"COLLECTED": null
|
|
83
75
|
}
|
|
84
76
|
}
|
|
85
77
|
]
|
|
@@ -1,31 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"COLLECTED": {
|
|
3
3
|
"NOM": {
|
|
4
|
-
"EDITED": null,
|
|
5
|
-
"FORCED": null,
|
|
6
|
-
"INPUTTED": null,
|
|
7
|
-
"PREVIOUS": null,
|
|
8
4
|
"COLLECTED": "Renaud"
|
|
9
5
|
},
|
|
10
6
|
"DISABLED_NOM": {
|
|
11
|
-
"EDITED": null,
|
|
12
|
-
"FORCED": null,
|
|
13
|
-
"INPUTTED": null,
|
|
14
|
-
"PREVIOUS": null,
|
|
15
7
|
"COLLECTED": true
|
|
16
8
|
},
|
|
17
9
|
"SEXE": {
|
|
18
|
-
"EDITED": null,
|
|
19
|
-
"FORCED": null,
|
|
20
|
-
"INPUTTED": null,
|
|
21
|
-
"PREVIOUS": null,
|
|
22
10
|
"COLLECTED": "2"
|
|
23
11
|
},
|
|
24
12
|
"DISABLED_SEXE": {
|
|
25
|
-
"EDITED": null,
|
|
26
|
-
"FORCED": null,
|
|
27
|
-
"INPUTTED": null,
|
|
28
|
-
"PREVIOUS": null,
|
|
29
13
|
"COLLECTED": true
|
|
30
14
|
}
|
|
31
15
|
}
|
|
@@ -300,11 +300,7 @@
|
|
|
300
300
|
"name": "NOM",
|
|
301
301
|
"componentRef": "name",
|
|
302
302
|
"values": {
|
|
303
|
-
"
|
|
304
|
-
"COLLECTED": null,
|
|
305
|
-
"FORCED": null,
|
|
306
|
-
"EDITED": null,
|
|
307
|
-
"INPUTTED": null
|
|
303
|
+
"COLLECTED": null
|
|
308
304
|
}
|
|
309
305
|
},
|
|
310
306
|
{
|
|
@@ -312,11 +308,7 @@
|
|
|
312
308
|
"name": "DISABLED_NOM",
|
|
313
309
|
"componentRef": "name",
|
|
314
310
|
"values": {
|
|
315
|
-
"
|
|
316
|
-
"COLLECTED": null,
|
|
317
|
-
"FORCED": null,
|
|
318
|
-
"EDITED": null,
|
|
319
|
-
"INPUTTED": null
|
|
311
|
+
"COLLECTED": null
|
|
320
312
|
}
|
|
321
313
|
},
|
|
322
314
|
{
|
|
@@ -324,11 +316,7 @@
|
|
|
324
316
|
"name": "SEXE",
|
|
325
317
|
"componentRef": "sexe",
|
|
326
318
|
"values": {
|
|
327
|
-
"
|
|
328
|
-
"COLLECTED": null,
|
|
329
|
-
"FORCED": null,
|
|
330
|
-
"EDITED": null,
|
|
331
|
-
"INPUTTED": null
|
|
319
|
+
"COLLECTED": null
|
|
332
320
|
}
|
|
333
321
|
},
|
|
334
322
|
{
|
|
@@ -336,11 +324,7 @@
|
|
|
336
324
|
"name": "DISABLED_SEXE",
|
|
337
325
|
"componentRef": "sexe",
|
|
338
326
|
"values": {
|
|
339
|
-
"
|
|
340
|
-
"COLLECTED": null,
|
|
341
|
-
"FORCED": null,
|
|
342
|
-
"EDITED": null,
|
|
343
|
-
"INPUTTED": null
|
|
327
|
+
"COLLECTED": null
|
|
344
328
|
}
|
|
345
329
|
},
|
|
346
330
|
{
|
|
@@ -348,11 +332,7 @@
|
|
|
348
332
|
"name": "NOM_COMPSET",
|
|
349
333
|
"componentRef": "nomcompset",
|
|
350
334
|
"values": {
|
|
351
|
-
"
|
|
352
|
-
"COLLECTED": null,
|
|
353
|
-
"FORCED": null,
|
|
354
|
-
"EDITED": null,
|
|
355
|
-
"INPUTTED": null
|
|
335
|
+
"COLLECTED": null
|
|
356
336
|
}
|
|
357
337
|
},
|
|
358
338
|
{
|
|
@@ -360,11 +340,7 @@
|
|
|
360
340
|
"name": "DISABLED_NOM_COMPSET",
|
|
361
341
|
"componentRef": "nomcompset",
|
|
362
342
|
"values": {
|
|
363
|
-
"
|
|
364
|
-
"COLLECTED": null,
|
|
365
|
-
"FORCED": null,
|
|
366
|
-
"EDITED": null,
|
|
367
|
-
"INPUTTED": null
|
|
343
|
+
"COLLECTED": null
|
|
368
344
|
}
|
|
369
345
|
},
|
|
370
346
|
{
|
|
@@ -372,11 +348,7 @@
|
|
|
372
348
|
"name": "DISABLED_PAIRWISE",
|
|
373
349
|
"componentRef": "nomcompset",
|
|
374
350
|
"values": {
|
|
375
|
-
"
|
|
376
|
-
"COLLECTED": null,
|
|
377
|
-
"FORCED": null,
|
|
378
|
-
"EDITED": null,
|
|
379
|
-
"INPUTTED": null
|
|
351
|
+
"COLLECTED": null
|
|
380
352
|
}
|
|
381
353
|
}
|
|
382
354
|
]
|