@inseefr/lunatic 3.0.0-rc.9 → 3.0.1-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +19 -59
- package/lib/components/CheckboxBoolean/CheckboxBoolean.d.ts +11 -0
- package/lib/components/CheckboxBoolean/CheckboxBoolean.js +18 -64
- package/lib/components/CheckboxBoolean/CheckboxBoolean.js.map +1 -0
- package/lib/components/CheckboxBoolean/CheckboxBoolean.spec.js +37 -71
- package/lib/components/CheckboxBoolean/CheckboxBoolean.spec.js.map +1 -0
- package/lib/components/CheckboxGroup/CheckboxGroup.d.ts +11 -0
- package/lib/components/CheckboxGroup/CheckboxGroup.js +25 -49
- package/lib/components/CheckboxGroup/CheckboxGroup.js.map +1 -0
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.d.ts +10 -0
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.js +13 -43
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.js.map +1 -0
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.spec.js +45 -46
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.spec.js.map +1 -0
- package/lib/components/CheckboxOne/CheckboxOne.d.ts +5 -0
- package/lib/components/CheckboxOne/CheckboxOne.js +7 -35
- package/lib/components/CheckboxOne/CheckboxOne.js.map +1 -0
- package/lib/components/CheckboxOne/CheckboxOne.spec.js +27 -53
- package/lib/components/CheckboxOne/CheckboxOne.spec.js.map +1 -0
- package/lib/components/Datepicker/Datepicker.d.ts +10 -0
- package/lib/components/Datepicker/Datepicker.js +60 -155
- package/lib/components/Datepicker/Datepicker.js.map +1 -0
- package/lib/components/Datepicker/Datepicker.spec.js +70 -87
- package/lib/components/Datepicker/Datepicker.spec.js.map +1 -0
- package/lib/components/Datepicker/DatepickerField.js +13 -47
- package/lib/components/Datepicker/DatepickerField.js.map +1 -0
- package/lib/components/Dropdown/Dropdown.d.ts +10 -0
- package/lib/components/Dropdown/Dropdown.js +14 -62
- package/lib/components/Dropdown/Dropdown.js.map +1 -0
- package/lib/components/Dropdown/Dropdown.spec.js +38 -49
- package/lib/components/Dropdown/Dropdown.spec.js.map +1 -0
- package/lib/components/Dropdown/renderer/SimpleLabelRenderer.js +17 -32
- package/lib/components/Dropdown/renderer/SimpleLabelRenderer.js.map +1 -0
- package/lib/components/Dropdown/renderer/SimpleOptionRenderer.js +10 -40
- package/lib/components/Dropdown/renderer/SimpleOptionRenderer.js.map +1 -0
- package/lib/components/Duration/Duration.d.ts +10 -0
- package/lib/components/Duration/Duration.js +29 -102
- package/lib/components/Duration/Duration.js.map +1 -0
- package/lib/components/Duration/durationUtils.js +22 -55
- package/lib/components/Duration/durationUtils.js.map +1 -0
- package/lib/components/Duration/formatDuration.js +17 -26
- package/lib/components/Duration/formatDuration.js.map +1 -0
- package/lib/components/Duration/formatDuration.spec.js +16 -38
- package/lib/components/Duration/formatDuration.spec.js.map +1 -0
- package/lib/components/Duration/getDurationFromValue.js +24 -49
- package/lib/components/Duration/getDurationFromValue.js.map +1 -0
- package/lib/components/FilterDescription/FilterDescription.js +4 -17
- package/lib/components/FilterDescription/FilterDescription.js.map +1 -0
- package/lib/components/FilterDescription/FilterDescription.spec.js +16 -21
- package/lib/components/FilterDescription/FilterDescription.spec.js.map +1 -0
- package/lib/components/Input/Input.d.ts +10 -0
- package/lib/components/Input/Input.js +14 -78
- package/lib/components/Input/Input.js.map +1 -0
- package/lib/components/Input/Input.spec.js +51 -83
- package/lib/components/Input/Input.spec.js.map +1 -0
- package/lib/components/InputNumber/InputNumber.d.ts +10 -0
- package/lib/components/InputNumber/InputNumber.js +14 -79
- package/lib/components/InputNumber/InputNumber.js.map +1 -0
- package/lib/components/InputNumber/InputNumber.spec.js +75 -112
- package/lib/components/InputNumber/InputNumber.spec.js.map +1 -0
- package/lib/components/InputNumber/InputNumberThousand.js +19 -55
- package/lib/components/InputNumber/InputNumberThousand.js.map +1 -0
- package/lib/components/Loop/Loop.d.ts +15 -0
- package/lib/components/Loop/Loop.js +49 -125
- package/lib/components/Loop/Loop.js.map +1 -0
- package/lib/components/Loop/constant.js +7 -7
- package/lib/components/Loop/constant.js.map +1 -0
- package/lib/components/LunaticComponents.d.ts +22 -0
- package/lib/components/LunaticComponents.js +72 -119
- package/lib/components/LunaticComponents.js.map +1 -0
- package/lib/components/PairwiseLinks/PairwiseLinks.js +42 -54
- package/lib/components/PairwiseLinks/PairwiseLinks.js.map +1 -0
- package/lib/components/Question/Question.js +16 -50
- package/lib/components/Question/Question.js.map +1 -0
- package/lib/components/Radio/Radio.d.ts +13 -0
- package/lib/components/Radio/Radio.js +8 -39
- package/lib/components/Radio/Radio.js.map +1 -0
- package/lib/components/RosterForLoop/RosterForLoop.js +53 -131
- package/lib/components/RosterForLoop/RosterForLoop.js.map +1 -0
- package/lib/components/RosterForLoop/RosterForLoop.spec.js +27 -45
- package/lib/components/RosterForLoop/RosterForLoop.spec.js.map +1 -0
- package/lib/components/Roundabout/CustomRoundabout.js +19 -66
- package/lib/components/Roundabout/CustomRoundabout.js.map +1 -0
- package/lib/components/Roundabout/Roundabout.js +15 -32
- package/lib/components/Roundabout/Roundabout.js.map +1 -0
- package/lib/components/Roundabout/RoundaboutItButton.js +37 -72
- package/lib/components/Roundabout/RoundaboutItButton.js.map +1 -0
- package/lib/components/Roundabout/RoundaboutItButton.spec.js +48 -101
- package/lib/components/Roundabout/RoundaboutItButton.spec.js.map +1 -0
- package/lib/components/Roundabout/RoundaboutRedirect.js +11 -21
- package/lib/components/Roundabout/RoundaboutRedirect.js.map +1 -0
- package/lib/components/Roundabout/extra.js +9 -44
- package/lib/components/Roundabout/extra.js.map +1 -0
- package/lib/components/Roundabout/redirect.spec.js +13 -17
- package/lib/components/Roundabout/redirect.spec.js.map +1 -0
- package/lib/components/Roundabout/roundabout.spec.js +49 -70
- package/lib/components/Roundabout/roundabout.spec.js.map +1 -0
- package/lib/components/Sequence/Sequence.d.ts +4 -0
- package/lib/components/Sequence/Sequence.js +8 -31
- package/lib/components/Sequence/Sequence.js.map +1 -0
- package/lib/components/Subsequence/Subsequence.d.ts +4 -0
- package/lib/components/Subsequence/Subsequence.js +7 -26
- package/lib/components/Subsequence/Subsequence.js.map +1 -0
- package/lib/components/Subsequence/Subsequence.spec.js +42 -59
- package/lib/components/Subsequence/Subsequence.spec.js.map +1 -0
- package/lib/components/Suggester/CustomSuggester.d.ts +31 -0
- package/lib/components/Suggester/CustomSuggester.js +15 -119
- package/lib/components/Suggester/CustomSuggester.js.map +1 -0
- package/lib/components/Suggester/Suggester.d.ts +2 -0
- package/lib/components/Suggester/Suggester.js +99 -136
- package/lib/components/Suggester/Suggester.js.map +1 -0
- package/lib/components/Suggester/SuggesterNotification.d.ts +9 -0
- package/lib/components/Suggester/SuggesterNotification.js +15 -59
- package/lib/components/Suggester/SuggesterNotification.js.map +1 -0
- package/lib/components/Suggester/SuggesterType.d.ts +5 -0
- package/lib/components/Suggester/SuggesterType.js +2 -5
- package/lib/components/Suggester/SuggesterType.js.map +1 -0
- package/lib/components/Suggester/useSuggestions.d.ts +17 -0
- package/lib/components/Suggester/useSuggestions.js +85 -0
- package/lib/components/Suggester/useSuggestions.js.map +1 -0
- package/lib/components/Summary/Summary.js +55 -105
- package/lib/components/Summary/Summary.js.map +1 -0
- package/lib/components/Switch/Switch.d.ts +20 -0
- package/lib/components/Switch/Switch.js +29 -105
- package/lib/components/Switch/Switch.js.map +1 -0
- package/lib/components/Table/Table.js +12 -65
- package/lib/components/Table/Table.js.map +1 -0
- package/lib/components/Text/Text.d.ts +3 -0
- package/lib/components/Text/Text.js +4 -0
- package/lib/components/Text/Text.js.map +1 -0
- package/lib/components/Textarea/Textarea.d.ts +10 -0
- package/lib/components/Textarea/Textarea.js +13 -78
- package/lib/components/Textarea/Textarea.js.map +1 -0
- package/lib/components/Textarea/Textarea.spec.js +31 -46
- package/lib/components/Textarea/Textarea.spec.js.map +1 -0
- package/lib/components/library.d.ts +106 -0
- package/lib/components/library.js +49 -52
- package/lib/components/library.js.map +1 -0
- package/lib/components/shared/Button/Button.d.ts +13 -0
- package/lib/components/shared/Button/Button.js +13 -44
- package/lib/components/shared/Button/Button.js.map +1 -0
- package/lib/components/shared/Button/Button.spec.js +51 -85
- package/lib/components/shared/Button/Button.spec.js.map +1 -0
- package/lib/components/shared/Button/IconButton.js +7 -32
- package/lib/components/shared/Button/IconButton.js.map +1 -0
- package/lib/components/shared/Button/IconButton.spec.js +53 -101
- package/lib/components/shared/Button/IconButton.spec.js.map +1 -0
- package/lib/components/shared/Checkbox/CheckboxOption.d.ts +15 -0
- package/lib/components/shared/Checkbox/CheckboxOption.js +24 -69
- package/lib/components/shared/Checkbox/CheckboxOption.js.map +1 -0
- package/lib/components/shared/Checkbox/CheckboxOption.spec.js +51 -68
- package/lib/components/shared/Checkbox/CheckboxOption.spec.js.map +1 -0
- package/lib/components/shared/Checkbox/getShortcutKey.js +3 -10
- package/lib/components/shared/Checkbox/getShortcutKey.js.map +1 -0
- package/lib/components/shared/Combobox/Combobox.d.ts +23 -0
- package/lib/components/shared/Combobox/Combobox.js +87 -199
- package/lib/components/shared/Combobox/Combobox.js.map +1 -0
- package/lib/components/shared/Combobox/Combobox.stories.js +42 -105
- package/lib/components/shared/Combobox/Combobox.stories.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContainer.js +6 -27
- package/lib/components/shared/Combobox/ComboboxContainer.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContainer.spec.js +24 -43
- package/lib/components/shared/Combobox/ComboboxContainer.spec.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContent.js +33 -62
- package/lib/components/shared/Combobox/ComboboxContent.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxContentBox.js +8 -22
- package/lib/components/shared/Combobox/ComboboxContentBox.js.map +1 -0
- package/lib/components/shared/Combobox/ComboboxType.d.ts +51 -0
- package/lib/components/shared/Combobox/ComboboxType.js +2 -5
- package/lib/components/shared/Combobox/ComboboxType.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOption.js +14 -41
- package/lib/components/shared/Combobox/Panel/ComboboxOption.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOption.spec.js +33 -63
- package/lib/components/shared/Combobox/Panel/ComboboxOption.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.js +30 -50
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js +18 -26
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.d.ts +5 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.js +24 -41
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.spec.js +55 -108
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js +9 -26
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js.map +1 -0
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js +31 -57
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.d.ts +9 -0
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js +22 -43
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.spec.js +52 -121
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxInput.js +20 -56
- package/lib/components/shared/Combobox/Selection/ComboboxInput.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js +28 -43
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js +26 -40
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.js +14 -64
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.js.map +1 -0
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.spec.js +36 -68
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.spec.js.map +1 -0
- package/lib/components/shared/Combobox/constants.js +10 -15
- package/lib/components/shared/Combobox/constants.js.map +1 -0
- package/lib/components/shared/Combobox/index.js +2 -1
- package/lib/components/shared/Combobox/index.js.map +1 -0
- package/lib/components/shared/ComponentErrors/ComponentErrors.js +19 -45
- package/lib/components/shared/ComponentErrors/ComponentErrors.js.map +1 -0
- package/lib/components/shared/ComponentErrors/ComponentErrors.spec.js +40 -44
- package/lib/components/shared/ComponentErrors/ComponentErrors.spec.js.map +1 -0
- package/lib/components/shared/ComponentWrapper.d.ts +25 -0
- package/lib/components/shared/ComponentWrapper.js +14 -53
- package/lib/components/shared/ComponentWrapper.js.map +1 -0
- package/lib/components/shared/Declarations/Declarations.js +13 -45
- package/lib/components/shared/Declarations/Declarations.js.map +1 -0
- package/lib/components/shared/Declarations/Declarations.spec.js +54 -77
- package/lib/components/shared/Declarations/Declarations.spec.js.map +1 -0
- package/lib/components/shared/Fieldset/Fieldset.js +25 -39
- package/lib/components/shared/Fieldset/Fieldset.js.map +1 -0
- package/lib/components/shared/Fieldset/Fieldset.spec.js +25 -37
- package/lib/components/shared/Fieldset/Fieldset.spec.js.map +1 -0
- package/lib/components/shared/HOC/slottableComponent.d.ts +107 -0
- package/lib/components/shared/HOC/slottableComponent.js +22 -45
- package/lib/components/shared/HOC/slottableComponent.js.map +1 -0
- package/lib/components/shared/Icons/checkbox-checked-icon.js +7 -35
- package/lib/components/shared/Icons/checkbox-checked-icon.js.map +1 -0
- package/lib/components/shared/Icons/checkbox-disabled-icon.d.ts +2 -0
- package/lib/components/shared/Icons/checkbox-disabled-icon.js +7 -0
- package/lib/components/shared/Icons/checkbox-disabled-icon.js.map +1 -0
- package/lib/components/shared/Icons/checkbox-unchecked-icon.js +7 -35
- package/lib/components/shared/Icons/checkbox-unchecked-icon.js.map +1 -0
- package/lib/components/shared/Icons/closed-icon.js +7 -32
- package/lib/components/shared/Icons/closed-icon.js.map +1 -0
- package/lib/components/shared/Icons/cross-icon.js +7 -32
- package/lib/components/shared/Icons/cross-icon.js.map +1 -0
- package/lib/components/shared/Icons/icon-props.js +2 -5
- package/lib/components/shared/Icons/icon-props.js.map +1 -0
- package/lib/components/shared/Icons/index.js +11 -75
- package/lib/components/shared/Icons/index.js.map +1 -0
- package/lib/components/shared/Icons/load-icon.js +7 -32
- package/lib/components/shared/Icons/load-icon.js.map +1 -0
- package/lib/components/shared/Icons/lunatic-icon.js +7 -17
- package/lib/components/shared/Icons/lunatic-icon.js.map +1 -0
- package/lib/components/shared/Icons/network-icon.js +7 -32
- package/lib/components/shared/Icons/network-icon.js.map +1 -0
- package/lib/components/shared/Icons/on-drag-icon.js +7 -32
- package/lib/components/shared/Icons/on-drag-icon.js.map +1 -0
- package/lib/components/shared/Icons/opened-icon.js +7 -32
- package/lib/components/shared/Icons/opened-icon.js.map +1 -0
- package/lib/components/shared/Icons/radio-checked-icon.js +7 -36
- package/lib/components/shared/Icons/radio-checked-icon.js.map +1 -0
- package/lib/components/shared/Icons/radio-unchecked-icon.js +7 -35
- package/lib/components/shared/Icons/radio-unchecked-icon.js.map +1 -0
- package/lib/components/shared/Label/Label.js +12 -31
- package/lib/components/shared/Label/Label.js.map +1 -0
- package/lib/components/shared/Label/Label.spec.js +19 -45
- package/lib/components/shared/Label/Label.spec.js.map +1 -0
- package/lib/components/shared/LabelDescription.js +11 -21
- package/lib/components/shared/LabelDescription.js.map +1 -0
- package/lib/components/shared/MDLabel/MDLabel.d.ts +5 -0
- package/lib/components/shared/MDLabel/MDLabel.js +19 -44
- package/lib/components/shared/MDLabel/MDLabel.js.map +1 -0
- package/lib/components/shared/MDLabel/MDLabel.spec.js +105 -101
- package/lib/components/shared/MDLabel/MDLabel.spec.js.map +1 -0
- package/lib/components/shared/MDLabel/MarkdownLink.d.ts +8 -0
- package/lib/components/shared/MDLabel/MarkdownLink.js +20 -0
- package/lib/components/shared/MDLabel/MarkdownLink.js.map +1 -0
- package/lib/components/shared/MDLabel/RouterLink.js +6 -26
- package/lib/components/shared/MDLabel/RouterLink.js.map +1 -0
- package/lib/components/shared/MDLabel/generateUniqueId.js +2 -1
- package/lib/components/shared/MDLabel/generateUniqueId.js.map +1 -0
- package/lib/components/shared/Missing/Missing.d.ts +14 -0
- package/lib/components/shared/Missing/Missing.js +48 -81
- package/lib/components/shared/Missing/Missing.js.map +1 -0
- package/lib/components/shared/Missing/Missing.spec.js +43 -79
- package/lib/components/shared/Missing/Missing.spec.js.map +1 -0
- package/lib/components/shared/ModalControls/ModalControls.d.ts +10 -0
- package/lib/components/shared/ModalControls/ModalControls.js +27 -81
- package/lib/components/shared/ModalControls/ModalControls.js.map +1 -0
- package/lib/components/shared/ModalControls/ModalControls.spec.js +61 -69
- package/lib/components/shared/ModalControls/ModalControls.spec.js.map +1 -0
- package/lib/components/shared/Notification.js +8 -28
- package/lib/components/shared/Notification.js.map +1 -0
- package/lib/components/shared/Radio/RadioGroup.d.ts +9 -0
- package/lib/components/shared/Radio/RadioGroup.js +19 -63
- package/lib/components/shared/Radio/RadioGroup.js.map +1 -0
- package/lib/components/shared/Radio/RadioOption.js +34 -113
- package/lib/components/shared/Radio/RadioOption.js.map +1 -0
- package/lib/components/shared/Radio/RadioOption.spec.js +45 -86
- package/lib/components/shared/Radio/RadioOption.spec.js.map +1 -0
- package/lib/components/shared/Table/Table.js +8 -21
- package/lib/components/shared/Table/Table.js.map +1 -0
- package/lib/components/shared/Table/Table.spec.js +15 -23
- package/lib/components/shared/Table/Table.spec.js.map +1 -0
- package/lib/components/shared/Table/TableHeader.d.ts +2 -0
- package/lib/components/shared/Table/TableHeader.js +14 -38
- package/lib/components/shared/Table/TableHeader.js.map +1 -0
- package/lib/components/shared/Table/Tbody.d.ts +6 -0
- package/lib/components/shared/Table/Tbody.js +7 -20
- package/lib/components/shared/Table/Tbody.js.map +1 -0
- package/lib/components/shared/Table/Tbody.spec.js +22 -32
- package/lib/components/shared/Table/Tbody.spec.js.map +1 -0
- package/lib/components/shared/Table/Td.d.ts +10 -0
- package/lib/components/shared/Table/Td.js +7 -26
- package/lib/components/shared/Table/Td.js.map +1 -0
- package/lib/components/shared/Table/Td.spec.js +20 -40
- package/lib/components/shared/Table/Td.spec.js.map +1 -0
- package/lib/components/shared/Table/Th.d.ts +10 -0
- package/lib/components/shared/Table/Th.js +7 -25
- package/lib/components/shared/Table/Th.js.map +1 -0
- package/lib/components/shared/Table/Th.spec.js +25 -44
- package/lib/components/shared/Table/Th.spec.js.map +1 -0
- package/lib/components/shared/Table/Thead.d.ts +6 -0
- package/lib/components/shared/Table/Thead.js +8 -20
- package/lib/components/shared/Table/Thead.js.map +1 -0
- package/lib/components/shared/Table/Thead.spec.js +12 -29
- package/lib/components/shared/Table/Thead.spec.js.map +1 -0
- package/lib/components/shared/Table/Tr.d.ts +7 -0
- package/lib/components/shared/Table/Tr.js +7 -21
- package/lib/components/shared/Table/Tr.js.map +1 -0
- package/lib/components/shared/Table/Tr.spec.js +19 -39
- package/lib/components/shared/Table/Tr.spec.js.map +1 -0
- package/lib/components/shared/Table/index.js +8 -54
- package/lib/components/shared/Table/index.js.map +1 -0
- package/lib/components/type.d.ts +296 -0
- package/lib/components/type.js +2 -5
- package/lib/components/type.js.map +1 -0
- package/lib/constants/component-types.js +2 -7
- package/lib/constants/component-types.js.map +1 -0
- package/lib/constants/declarations.js +10 -18
- package/lib/constants/declarations.js.map +1 -0
- package/lib/constants/event-types.js +11 -17
- package/lib/constants/event-types.js.map +1 -0
- package/lib/constants/index.js +6 -60
- package/lib/constants/index.js.map +1 -0
- package/lib/constants/indexedDBStore.js +17 -22
- package/lib/constants/indexedDBStore.js.map +1 -0
- package/lib/constants/supported-preferences.js +9 -11
- package/lib/constants/supported-preferences.js.map +1 -0
- package/lib/constants/value-types.js +6 -11
- package/lib/constants/value-types.js.map +1 -0
- package/lib/constants/variable-types.js +4 -9
- package/lib/constants/variable-types.js.map +1 -0
- package/lib/hooks/use-auto-focus.js +16 -23
- package/lib/hooks/use-auto-focus.js.map +1 -0
- package/lib/hooks/use-track-changes.d.ts +17 -0
- package/lib/hooks/use-track-changes.js +37 -46
- package/lib/hooks/use-track-changes.js.map +1 -0
- package/lib/hooks/use-why-render.js +10 -16
- package/lib/hooks/use-why-render.js.map +1 -0
- package/lib/hooks/useDebounce.d.ts +4 -0
- package/lib/hooks/useDebounce.js +24 -0
- package/lib/hooks/useDebounce.js.map +1 -0
- package/lib/hooks/useDocumentEvent.js +16 -21
- package/lib/hooks/useDocumentEvent.js.map +1 -0
- package/lib/hooks/useKeyboardKey.d.ts +4 -0
- package/lib/hooks/useKeyboardKey.js +25 -0
- package/lib/hooks/useKeyboardKey.js.map +1 -0
- package/lib/hooks/useListKeyboardHandler.js +15 -21
- package/lib/hooks/useListKeyboardHandler.js.map +1 -0
- package/lib/hooks/useRefSync.js +10 -0
- package/lib/hooks/useRefSync.js.map +1 -0
- package/lib/i18n/build-dictionary.js +17 -35
- package/lib/i18n/build-dictionary.js.map +1 -0
- package/lib/i18n/dictionary.d.ts +57 -0
- package/lib/i18n/dictionary.js +26 -36
- package/lib/i18n/dictionary.js.map +1 -0
- package/lib/i18n/index.d.ts +7 -0
- package/lib/i18n/index.js +13 -26
- package/lib/i18n/index.js.map +1 -0
- package/lib/i18n/inputNumberProps.js +6 -17
- package/lib/i18n/inputNumberProps.js.map +1 -0
- package/lib/index.d.ts +13 -0
- package/lib/index.js +10 -41
- package/lib/index.js.map +1 -0
- package/lib/main.css +77 -28
- package/lib/main.css.map +1 -1
- package/lib/tests/setup.d.ts +1 -0
- package/lib/tests/setup.js +18 -0
- package/lib/tests/setup.js.map +1 -0
- package/lib/tests/utils/lunatic.d.ts +19 -0
- package/lib/tests/utils/lunatic.js +31 -0
- package/lib/tests/utils/lunatic.js.map +1 -0
- package/lib/tests/utils/timer.d.ts +1 -0
- package/lib/tests/utils/timer.js +4 -0
- package/lib/tests/utils/timer.js.map +1 -0
- package/lib/type.source.d.ts +382 -0
- package/lib/type.source.js +8 -0
- package/lib/type.source.js.map +1 -0
- package/lib/type.utils.js +2 -5
- package/lib/type.utils.js.map +1 -0
- package/lib/use-lunatic/actions.d.ts +49 -0
- package/lib/use-lunatic/actions.js +21 -47
- package/lib/use-lunatic/actions.js.map +1 -0
- package/lib/use-lunatic/commons/check-loops.d.ts +30 -0
- package/lib/use-lunatic/commons/check-loops.js +55 -90
- package/lib/use-lunatic/commons/check-loops.js.map +1 -0
- package/lib/use-lunatic/commons/check-pager.d.ts +5 -0
- package/lib/use-lunatic/commons/check-pager.js +14 -20
- package/lib/use-lunatic/commons/check-pager.js.map +1 -0
- package/lib/use-lunatic/commons/compile-controls.d.ts +9 -0
- package/lib/use-lunatic/commons/compile-controls.js +117 -143
- package/lib/use-lunatic/commons/compile-controls.js.map +1 -0
- package/lib/use-lunatic/commons/component.js +19 -19
- package/lib/use-lunatic/commons/component.js.map +1 -0
- package/lib/use-lunatic/commons/compose.d.ts +3 -0
- package/lib/use-lunatic/commons/compose.js +6 -18
- package/lib/use-lunatic/commons/compose.js.map +1 -0
- package/lib/use-lunatic/commons/create-map-pages.d.ts +6 -0
- package/lib/use-lunatic/commons/create-map-pages.js +40 -62
- package/lib/use-lunatic/commons/create-map-pages.js.map +1 -0
- package/lib/use-lunatic/commons/execute-condition-filter.d.ts +3 -0
- package/lib/use-lunatic/commons/execute-condition-filter.js +9 -19
- package/lib/use-lunatic/commons/execute-condition-filter.js.map +1 -0
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.d.ts +34 -0
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js +129 -110
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js.map +1 -0
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js +81 -38
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js.map +1 -0
- package/lib/use-lunatic/commons/fill-components/fill-components.d.ts +25 -0
- package/lib/use-lunatic/commons/fill-components/fill-components.js +31 -47
- package/lib/use-lunatic/commons/fill-components/fill-components.js.map +1 -0
- package/lib/use-lunatic/commons/get-compatible-vtl-expression.js +12 -21
- package/lib/use-lunatic/commons/get-compatible-vtl-expression.js.map +1 -0
- package/lib/use-lunatic/commons/get-components-from-state.d.ts +5 -0
- package/lib/use-lunatic/commons/get-components-from-state.js +16 -40
- package/lib/use-lunatic/commons/get-components-from-state.js.map +1 -0
- package/lib/use-lunatic/commons/index.d.ts +6 -0
- package/lib/use-lunatic/commons/index.js +7 -81
- package/lib/use-lunatic/commons/index.js.map +1 -0
- package/lib/use-lunatic/commons/is-First-last-page.d.ts +6 -0
- package/lib/use-lunatic/commons/is-First-last-page.js +6 -15
- package/lib/use-lunatic/commons/is-First-last-page.js.map +1 -0
- package/lib/use-lunatic/commons/is-paginated-loop.js +3 -8
- package/lib/use-lunatic/commons/is-paginated-loop.js.map +1 -0
- package/lib/use-lunatic/commons/is-roundabout.js +5 -10
- package/lib/use-lunatic/commons/is-roundabout.js.map +1 -0
- package/lib/use-lunatic/commons/page-navigation.d.ts +7 -0
- package/lib/use-lunatic/commons/page-navigation.js +87 -103
- package/lib/use-lunatic/commons/page-navigation.js.map +1 -0
- package/lib/use-lunatic/commons/page-navigation.spec.js +134 -127
- package/lib/use-lunatic/commons/page-navigation.spec.js.map +1 -0
- package/lib/use-lunatic/commons/page-tag.d.ts +23 -0
- package/lib/use-lunatic/commons/page-tag.js +60 -65
- package/lib/use-lunatic/commons/page-tag.js.map +1 -0
- package/lib/use-lunatic/commons/page-tag.spec.js +38 -0
- package/lib/use-lunatic/commons/page-tag.spec.js.map +1 -0
- package/lib/use-lunatic/commons/page.d.ts +11 -0
- package/lib/use-lunatic/commons/page.js +25 -41
- package/lib/use-lunatic/commons/page.js.map +1 -0
- package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +7 -0
- package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js +44 -50
- package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js.map +1 -0
- package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.d.ts +7 -0
- package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.js +21 -42
- package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.js.map +1 -0
- package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.d.ts +7 -0
- package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.js +51 -74
- package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -0
- package/lib/use-lunatic/commons/variables/get-questionnaire-data.d.ts +3 -0
- package/lib/use-lunatic/commons/variables/get-questionnaire-data.js +51 -68
- package/lib/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -0
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.d.ts +88 -0
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.js +284 -364
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -0
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.spec.js +354 -382
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -0
- package/lib/use-lunatic/hooks/use-loop-variables.d.ts +5 -0
- package/lib/use-lunatic/hooks/use-loop-variables.js +14 -23
- package/lib/use-lunatic/hooks/use-loop-variables.js.map +1 -0
- package/lib/use-lunatic/hooks/use-page-has-response.d.ts +6 -0
- package/lib/use-lunatic/hooks/use-page-has-response.js +66 -107
- package/lib/use-lunatic/hooks/use-page-has-response.js.map +1 -0
- package/lib/use-lunatic/hooks/useOverview.d.ts +16 -0
- package/lib/use-lunatic/hooks/useOverview.js +91 -0
- package/lib/use-lunatic/hooks/useOverview.js.map +1 -0
- package/lib/use-lunatic/index.js +2 -13
- package/lib/use-lunatic/index.js.map +1 -0
- package/lib/use-lunatic/lunatic-context.js +38 -66
- package/lib/use-lunatic/lunatic-context.js.map +1 -0
- package/lib/use-lunatic/props/getComponentTypeProps.d.ts +314 -0
- package/lib/use-lunatic/props/getComponentTypeProps.js +164 -0
- package/lib/use-lunatic/props/getComponentTypeProps.js.map +1 -0
- package/lib/use-lunatic/props/propIterations.d.ts +7 -0
- package/lib/use-lunatic/props/propIterations.js +26 -0
- package/lib/use-lunatic/props/propIterations.js.map +1 -0
- package/lib/use-lunatic/props/propMissingResponse.d.ts +9 -0
- package/lib/use-lunatic/props/propMissingResponse.js +13 -0
- package/lib/use-lunatic/props/propMissingResponse.js.map +1 -0
- package/lib/use-lunatic/props/propValue.d.ts +6 -0
- package/lib/use-lunatic/props/propValue.js +28 -0
- package/lib/use-lunatic/props/propValue.js.map +1 -0
- package/lib/use-lunatic/props/propValue.spec.js +54 -0
- package/lib/use-lunatic/props/propValue.spec.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/auto-explore-loop.d.ts +5 -0
- package/lib/use-lunatic/reducer/commons/auto-explore-loop.js +42 -52
- package/lib/use-lunatic/reducer/commons/auto-explore-loop.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/index.js +3 -28
- package/lib/use-lunatic/reducer/commons/index.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/resize-array-variable.js +16 -26
- package/lib/use-lunatic/reducer/commons/resize-array-variable.js.map +1 -0
- package/lib/use-lunatic/reducer/commons/validate-condition-filter.d.ts +6 -0
- package/lib/use-lunatic/reducer/commons/validate-condition-filter.js +11 -28
- package/lib/use-lunatic/reducer/commons/validate-condition-filter.js.map +1 -0
- package/lib/use-lunatic/reducer/controls/check-base-control.d.ts +2 -0
- package/lib/use-lunatic/reducer/controls/check-base-control.js +35 -39
- package/lib/use-lunatic/reducer/controls/check-base-control.js.map +1 -0
- package/lib/use-lunatic/reducer/controls/check-roundabout-control.d.ts +9 -0
- package/lib/use-lunatic/reducer/controls/check-roundabout-control.js +16 -46
- package/lib/use-lunatic/reducer/controls/check-roundabout-control.js.map +1 -0
- package/lib/use-lunatic/reducer/overview/overviewOnInit.d.ts +6 -0
- package/lib/use-lunatic/reducer/overview/overviewOnInit.js +49 -0
- package/lib/use-lunatic/reducer/overview/overviewOnInit.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-go-next-page.d.ts +2 -0
- package/lib/use-lunatic/reducer/reduce-go-next-page.js +32 -52
- package/lib/use-lunatic/reducer/reduce-go-next-page.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-go-previous-page.d.ts +2 -0
- package/lib/use-lunatic/reducer/reduce-go-previous-page.js +28 -46
- package/lib/use-lunatic/reducer/reduce-go-previous-page.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-go-to-page.d.ts +3 -0
- package/lib/use-lunatic/reducer/reduce-go-to-page.js +52 -68
- package/lib/use-lunatic/reducer/reduce-go-to-page.js.map +1 -0
- package/lib/use-lunatic/reducer/reduce-handle-changes.d.ts +6 -0
- package/lib/use-lunatic/reducer/reduce-handle-changes.js +24 -0
- package/lib/use-lunatic/reducer/reduce-handle-changes.js.map +1 -0
- package/lib/use-lunatic/reducer/reducer.d.ts +3 -0
- package/lib/use-lunatic/reducer/reducer.js +19 -35
- package/lib/use-lunatic/reducer/reducer.js.map +1 -0
- package/lib/use-lunatic/reducer/reducerInitializer.d.ts +11 -0
- package/lib/use-lunatic/reducer/reducerInitializer.js +121 -0
- package/lib/use-lunatic/reducer/reducerInitializer.js.map +1 -0
- package/lib/use-lunatic/replace-component-sequence.d.ts +9 -0
- package/lib/use-lunatic/replace-component-sequence.js +12 -23
- package/lib/use-lunatic/replace-component-sequence.js.map +1 -0
- package/lib/use-lunatic/type.d.ts +165 -0
- package/lib/use-lunatic/type.js +2 -5
- package/lib/use-lunatic/type.js.map +1 -0
- package/lib/use-lunatic/use-lunatic.d.ts +56 -0
- package/lib/use-lunatic/use-lunatic.js +135 -214
- package/lib/use-lunatic/use-lunatic.js.map +1 -0
- package/lib/utils/array.d.ts +28 -0
- package/lib/utils/array.js +63 -102
- package/lib/utils/array.js.map +1 -0
- package/lib/utils/array.spec.js +39 -32
- package/lib/utils/array.spec.js.map +1 -0
- package/lib/utils/constants/alphabet.js +2 -7
- package/lib/utils/constants/alphabet.js.map +1 -0
- package/lib/utils/constants/features.d.ts +4 -0
- package/lib/utils/constants/features.js +5 -9
- package/lib/utils/constants/features.js.map +1 -0
- package/lib/utils/constants/index.js +6 -60
- package/lib/utils/constants/index.js.map +1 -0
- package/lib/utils/constants/links.js +3 -8
- package/lib/utils/constants/links.js.map +1 -0
- package/lib/utils/constants/missing.js +3 -8
- package/lib/utils/constants/missing.js.map +1 -0
- package/lib/utils/constants/variable-status.js +6 -11
- package/lib/utils/constants/variable-status.js.map +1 -0
- package/lib/utils/constants/variable-types.js +2 -7
- package/lib/utils/constants/variable-types.js.map +1 -0
- package/lib/utils/dom.js +16 -20
- package/lib/utils/dom.js.map +1 -0
- package/lib/utils/env.js +13 -17
- package/lib/utils/env.js.map +1 -0
- package/lib/utils/function.d.ts +5 -0
- package/lib/utils/function.js +20 -7
- package/lib/utils/function.js.map +1 -0
- package/lib/utils/is-element.js +5 -9
- package/lib/utils/is-element.js.map +1 -0
- package/lib/utils/is-object.js +4 -10
- package/lib/utils/is-object.js.map +1 -0
- package/lib/utils/logger.js +11 -39
- package/lib/utils/logger.js.map +1 -0
- package/lib/utils/number.js +23 -33
- package/lib/utils/number.js.map +1 -0
- package/lib/utils/number.spec.js +10 -11
- package/lib/utils/number.spec.js.map +1 -0
- package/lib/utils/object.d.ts +6 -0
- package/lib/utils/object.js +20 -31
- package/lib/utils/object.js.map +1 -0
- package/lib/utils/search/SearchInterface.d.ts +12 -0
- package/lib/utils/search/SearchInterface.js +2 -0
- package/lib/utils/search/SearchInterface.js.map +1 -0
- package/lib/utils/search/SearchMinisearch.d.ts +11 -0
- package/lib/utils/search/SearchMinisearch.js +40 -0
- package/lib/utils/search/SearchMinisearch.js.map +1 -0
- package/lib/utils/search/SuggestersDatabase.d.ts +15 -0
- package/lib/utils/search/SuggestersDatabase.js +37 -0
- package/lib/utils/search/SuggestersDatabase.js.map +1 -0
- package/lib/utils/search/melauto.d.ts +15 -0
- package/lib/utils/search/melauto.js +41 -0
- package/lib/utils/search/melauto.js.map +1 -0
- package/lib/utils/search/tokenizer.d.ts +14 -0
- package/lib/utils/search/tokenizer.js +57 -0
- package/lib/utils/search/tokenizer.js.map +1 -0
- package/lib/utils/to-number.js +10 -15
- package/lib/utils/to-number.js.map +1 -0
- package/lib/utils/variables.d.ts +13 -0
- package/lib/utils/variables.js +16 -23
- package/lib/utils/variables.js.map +1 -0
- package/lib/utils/variables.spec.js +75 -66
- package/lib/utils/variables.spec.js.map +1 -0
- package/lib/utils/vtl.js +76 -83
- package/lib/utils/vtl.js.map +1 -0
- package/package.json +54 -107
- package/README.fr.md +0 -186
- package/lib/components/CheckboxGroup/CheckboxGroup.scss +0 -13
- package/lib/components/CheckboxOne/CheckboxOne.scss +0 -19
- package/lib/components/Datepicker/Datepicker.scss +0 -19
- package/lib/components/Datepicker/__snapshots__/Datepicker.spec.tsx.snap +0 -166
- package/lib/components/Dropdown/Dropdown.scss +0 -38
- package/lib/components/Dropdown/__snapshots__/Dropdown.spec.tsx.snap +0 -85
- package/lib/components/Dropdown/helpers.js +0 -94
- package/lib/components/Duration/Duration.scss +0 -9
- package/lib/components/Input/Input.scss +0 -42
- package/lib/components/Input/__snapshots__/Input.spec.tsx.snap +0 -36
- package/lib/components/InputNumber/InputNumber.scss +0 -11
- package/lib/components/InputNumber/__snapshots__/InputNumber.spec.tsx.snap +0 -40
- package/lib/components/Radio/Radio.scss +0 -19
- package/lib/components/RosterForLoop/RosterForLoop.scss +0 -39
- package/lib/components/RosterForLoop/__snapshots__/RosterForLoop.spec.tsx.snap +0 -95
- package/lib/components/Roundabout/Roundabout.scss +0 -13
- package/lib/components/Sequence/Sequence.scss +0 -10
- package/lib/components/Suggester/Suggester.scss +0 -170
- package/lib/components/Suggester/SuggesterStatus.js +0 -46
- package/lib/components/Suggester/helpers.js +0 -50
- package/lib/components/Switch/switch.scss +0 -45
- package/lib/components/Textarea/Textarea.scss +0 -8
- package/lib/components/Textarea/__snapshots__/Textarea.spec.tsx.snap +0 -32
- package/lib/components/index.scss +0 -154
- package/lib/components/shared/Button/Button.scss +0 -24
- package/lib/components/shared/Button/IconButton.scss +0 -33
- package/lib/components/shared/Button/__snapshots__/Button.spec.tsx.snap +0 -80
- package/lib/components/shared/Checkbox/CheckboxOption.scss +0 -19
- package/lib/components/shared/Combobox/Combobox.scss +0 -206
- package/lib/components/shared/Combobox/Selection/__snapshots__/ComboboxSelection.spec.tsx.snap +0 -76
- package/lib/components/shared/ComponentErrors/ComponentErrors.scss +0 -5
- package/lib/components/shared/Declarations/Declarations.scss +0 -42
- package/lib/components/shared/Fieldset/Fieldset.scss +0 -5
- package/lib/components/shared/Icons/lunatic-icon.scss +0 -4
- package/lib/components/shared/Label/Label.scss +0 -6
- package/lib/components/shared/MDLabel/MDLabelLink.js +0 -75
- package/lib/components/shared/Missing/Missing.scss +0 -27
- package/lib/components/shared/ModalControls/ModalControls.scss +0 -48
- package/lib/components/shared/Radio/RadioGroup.scss +0 -21
- package/lib/components/shared/Table/Table.scss +0 -27
- package/lib/components/shared/VariableStatus/VariableStatus.js +0 -72
- package/lib/components/shared/VariableStatus/VariableStatus.scss +0 -39
- package/lib/components/shared/VariableStatus/VariableStatus.spec.js +0 -24
- package/lib/components/shared/VariableStatus/icons/edited.png +0 -0
- package/lib/components/shared/VariableStatus/icons/forced.png +0 -0
- package/lib/components/shared/suggester-loader-widget/dragger/dragger.js +0 -84
- package/lib/components/shared/suggester-loader-widget/dragger/dragger.scss +0 -8
- package/lib/components/shared/suggester-loader-widget/dragger/dragger.spec.js +0 -89
- package/lib/components/shared/suggester-loader-widget/dragger/index.js +0 -13
- package/lib/components/shared/suggester-loader-widget/index.js +0 -13
- package/lib/components/shared/suggester-loader-widget/is-network/index.js +0 -13
- package/lib/components/shared/suggester-loader-widget/is-network/is-network.js +0 -52
- package/lib/components/shared/suggester-loader-widget/is-network/is-network.spec.js +0 -34
- package/lib/components/shared/suggester-loader-widget/is-network/use-online-status.js +0 -45
- package/lib/components/shared/suggester-loader-widget/is-network/use-online-status.spec.js +0 -40
- package/lib/components/shared/suggester-loader-widget/loader-row.js +0 -103
- package/lib/components/shared/suggester-loader-widget/loader.js +0 -132
- package/lib/components/shared/suggester-loader-widget/progress.js +0 -40
- package/lib/components/shared/suggester-loader-widget/tools/action-tool.js +0 -29
- package/lib/components/shared/suggester-loader-widget/tools/index.js +0 -20
- package/lib/components/shared/suggester-loader-widget/tools/tools.js +0 -17
- package/lib/components/shared/suggester-loader-widget/widget-container.js +0 -43
- package/lib/components/shared/suggester-loader-widget/widget.js +0 -133
- package/lib/components/shared/suggester-loader-widget/widget.scss +0 -176
- package/lib/css/components/Button.scss +0 -24
- package/lib/css/components/CheckboxGroup.scss +0 -13
- package/lib/css/components/CheckboxOne.scss +0 -19
- package/lib/css/components/CheckboxOption.scss +0 -19
- package/lib/css/components/Combobox.scss +0 -206
- package/lib/css/components/ComponentErrors.scss +0 -5
- package/lib/css/components/Datepicker.scss +0 -19
- package/lib/css/components/Declarations.scss +0 -42
- package/lib/css/components/Dragger.scss +0 -8
- package/lib/css/components/Dropdown.scss +0 -38
- package/lib/css/components/Duration.scss +0 -9
- package/lib/css/components/Fieldset.scss +0 -5
- package/lib/css/components/IconButton.scss +0 -38
- package/lib/css/components/Input.scss +0 -42
- package/lib/css/components/InputNumber.scss +0 -11
- package/lib/css/components/Label.scss +0 -6
- package/lib/css/components/Missing.scss +0 -27
- package/lib/css/components/ModalControls.scss +0 -48
- package/lib/css/components/RadioGroup.scss +0 -21
- package/lib/css/components/RosterForLoop.scss +0 -39
- package/lib/css/components/Roundabout.scss +0 -13
- package/lib/css/components/Sequence.scss +0 -10
- package/lib/css/components/Suggester.scss +0 -170
- package/lib/css/components/SuggesterWidget.scss +0 -176
- package/lib/css/components/Table.scss +0 -27
- package/lib/css/components/Textarea.scss +0 -8
- package/lib/css/components/VariableStatus.scss +0 -36
- package/lib/css/main.scss +0 -181
- package/lib/hooks/use-ref-sync.js +0 -15
- package/lib/hooks/useSuggesterInfo.js +0 -69
- package/lib/insee.d.js +0 -1
- package/lib/src/components/CheckboxBoolean/CheckboxBoolean.d.ts +0 -11
- package/lib/src/components/CheckboxGroup/CheckboxGroup.d.ts +0 -11
- package/lib/src/components/CheckboxGroup/CustomCheckboxGroup.d.ts +0 -13
- package/lib/src/components/CheckboxOne/CheckboxOne.d.ts +0 -5
- package/lib/src/components/Datepicker/Datepicker.d.ts +0 -10
- package/lib/src/components/Dropdown/Dropdown.d.ts +0 -10
- package/lib/src/components/Dropdown/helpers.d.ts +0 -19
- package/lib/src/components/Duration/Duration.d.ts +0 -10
- package/lib/src/components/Input/Input.d.ts +0 -10
- package/lib/src/components/InputNumber/InputNumber.d.ts +0 -10
- package/lib/src/components/Loop/Loop.d.ts +0 -15
- package/lib/src/components/LunaticComponents.d.ts +0 -25
- package/lib/src/components/Radio/Radio.d.ts +0 -12
- package/lib/src/components/Sequence/Sequence.d.ts +0 -2
- package/lib/src/components/Subsequence/Subsequence.d.ts +0 -2
- package/lib/src/components/Suggester/CustomSuggester.d.ts +0 -29
- package/lib/src/components/Suggester/Suggester.d.ts +0 -2
- package/lib/src/components/Suggester/SuggesterNotification.d.ts +0 -10
- package/lib/src/components/Suggester/SuggesterStatus.d.ts +0 -23
- package/lib/src/components/Suggester/SuggesterType.d.ts +0 -6
- package/lib/src/components/Suggester/helpers.d.ts +0 -6
- package/lib/src/components/Switch/Switch.d.ts +0 -19
- package/lib/src/components/Textarea/Textarea.d.ts +0 -10
- package/lib/src/components/library.d.ts +0 -94
- package/lib/src/components/shared/Button/Button.d.ts +0 -11
- package/lib/src/components/shared/Checkbox/CheckboxOption.d.ts +0 -14
- package/lib/src/components/shared/Combobox/Combobox.d.ts +0 -21
- package/lib/src/components/shared/Combobox/ComboboxType.d.ts +0 -50
- package/lib/src/components/shared/Combobox/Panel/ComboboxPanel.d.ts +0 -5
- package/lib/src/components/shared/Combobox/Selection/ComboboxClearButton.d.ts +0 -9
- package/lib/src/components/shared/ComponentWrapper.d.ts +0 -26
- package/lib/src/components/shared/HOC/slottableComponent.d.ts +0 -105
- package/lib/src/components/shared/MDLabel/MDLabel.d.ts +0 -7
- package/lib/src/components/shared/MDLabel/MDLabelLink.d.ts +0 -8
- package/lib/src/components/shared/Missing/Missing.d.ts +0 -13
- package/lib/src/components/shared/ModalControls/ModalControls.d.ts +0 -10
- package/lib/src/components/shared/Radio/RadioGroup.d.ts +0 -22
- package/lib/src/components/shared/Table/TableHeader.d.ts +0 -2
- package/lib/src/components/shared/Table/Tbody.d.ts +0 -7
- package/lib/src/components/shared/Table/Td.d.ts +0 -11
- package/lib/src/components/shared/Table/Th.d.ts +0 -11
- package/lib/src/components/shared/Table/Thead.d.ts +0 -7
- package/lib/src/components/shared/Table/Tr.d.ts +0 -8
- package/lib/src/components/shared/VariableStatus/VariableStatus.d.ts +0 -6
- package/lib/src/components/shared/suggester-loader-widget/dragger/dragger.d.ts +0 -16
- package/lib/src/components/shared/suggester-loader-widget/dragger/index.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/index.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/is-network/index.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/is-network/is-network.d.ts +0 -6
- package/lib/src/components/shared/suggester-loader-widget/is-network/is-network.spec.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/is-network/use-online-status.d.ts +0 -2
- package/lib/src/components/shared/suggester-loader-widget/is-network/use-online-status.spec.d.ts +0 -1
- package/lib/src/components/shared/suggester-loader-widget/loader-row.d.ts +0 -11
- package/lib/src/components/shared/suggester-loader-widget/loader.d.ts +0 -13
- package/lib/src/components/shared/suggester-loader-widget/progress.d.ts +0 -7
- package/lib/src/components/shared/suggester-loader-widget/tools/action-tool.d.ts +0 -9
- package/lib/src/components/shared/suggester-loader-widget/tools/index.d.ts +0 -2
- package/lib/src/components/shared/suggester-loader-widget/tools/tools.d.ts +0 -3
- package/lib/src/components/shared/suggester-loader-widget/widget-container.d.ts +0 -8
- package/lib/src/components/shared/suggester-loader-widget/widget.d.ts +0 -15
- package/lib/src/components/type.d.ts +0 -275
- package/lib/src/hooks/use-track-changes.d.ts +0 -17
- package/lib/src/hooks/useSuggesterInfo.d.ts +0 -9
- package/lib/src/i18n/dictionary.d.ts +0 -41
- package/lib/src/i18n/index.d.ts +0 -7
- package/lib/src/index.d.ts +0 -13
- package/lib/src/use-lunatic/actions.d.ts +0 -117
- package/lib/src/use-lunatic/commons/check-loops.d.ts +0 -3
- package/lib/src/use-lunatic/commons/check-pager.d.ts +0 -5
- package/lib/src/use-lunatic/commons/compile-controls.d.ts +0 -9
- package/lib/src/use-lunatic/commons/compose.d.ts +0 -3
- package/lib/src/use-lunatic/commons/create-map-pages.d.ts +0 -7
- package/lib/src/use-lunatic/commons/execute-condition-filter.d.ts +0 -3
- package/lib/src/use-lunatic/commons/fill-components/fill-component-expressions.d.ts +0 -15
- package/lib/src/use-lunatic/commons/fill-components/fill-component-required.d.ts +0 -419
- package/lib/src/use-lunatic/commons/fill-components/fill-component-value.d.ts +0 -5
- package/lib/src/use-lunatic/commons/fill-components/fill-component-value.spec.d.ts +0 -1
- package/lib/src/use-lunatic/commons/fill-components/fill-components.d.ts +0 -23
- package/lib/src/use-lunatic/commons/fill-components/fill-from-state.d.ts +0 -827
- package/lib/src/use-lunatic/commons/fill-components/fill-iterations.d.ts +0 -122
- package/lib/src/use-lunatic/commons/fill-components/fill-management.d.ts +0 -6
- package/lib/src/use-lunatic/commons/fill-components/fill-missing-response.d.ts +0 -12
- package/lib/src/use-lunatic/commons/fill-components/fill-pagination.d.ts +0 -9
- package/lib/src/use-lunatic/commons/fill-components/fill-specific-expression.d.ts +0 -1200
- package/lib/src/use-lunatic/commons/fill-components/index.d.ts +0 -1
- package/lib/src/use-lunatic/commons/get-components-from-state.d.ts +0 -6
- package/lib/src/use-lunatic/commons/getOverview.d.ts +0 -19
- package/lib/src/use-lunatic/commons/index.d.ts +0 -9
- package/lib/src/use-lunatic/commons/is-First-last-page.d.ts +0 -6
- package/lib/src/use-lunatic/commons/page-navigation.d.ts +0 -7
- package/lib/src/use-lunatic/commons/page-tag.d.ts +0 -12
- package/lib/src/use-lunatic/commons/page.d.ts +0 -11
- package/lib/src/use-lunatic/commons/use-components-from-state.d.ts +0 -3
- package/lib/src/use-lunatic/commons/variables/behaviours/cleaning-behaviour.d.ts +0 -7
- package/lib/src/use-lunatic/commons/variables/behaviours/missing-behaviour.d.ts +0 -7
- package/lib/src/use-lunatic/commons/variables/behaviours/resizing-behaviour.d.ts +0 -7
- package/lib/src/use-lunatic/commons/variables/get-questionnaire-data.d.ts +0 -4
- package/lib/src/use-lunatic/commons/variables/lunatic-variables-store.d.ts +0 -86
- package/lib/src/use-lunatic/hooks/use-loop-variables.d.ts +0 -5
- package/lib/src/use-lunatic/hooks/use-page-has-response.d.ts +0 -6
- package/lib/src/use-lunatic/initial-state.d.ts +0 -3
- package/lib/src/use-lunatic/reducer/commons/auto-explore-loop.d.ts +0 -5
- package/lib/src/use-lunatic/reducer/commons/validate-condition-filter.d.ts +0 -6
- package/lib/src/use-lunatic/reducer/controls/check-base-control.d.ts +0 -2
- package/lib/src/use-lunatic/reducer/controls/check-roundabout-control.d.ts +0 -10
- package/lib/src/use-lunatic/reducer/index.d.ts +0 -1
- package/lib/src/use-lunatic/reducer/overview/overview-on-change.d.ts +0 -2
- package/lib/src/use-lunatic/reducer/overview/overview-on-init.d.ts +0 -107
- package/lib/src/use-lunatic/reducer/reduce-go-next-page.d.ts +0 -2
- package/lib/src/use-lunatic/reducer/reduce-go-previous-page.d.ts +0 -3
- package/lib/src/use-lunatic/reducer/reduce-go-to-page.d.ts +0 -4
- package/lib/src/use-lunatic/reducer/reduce-handle-change.d.ts +0 -6
- package/lib/src/use-lunatic/reducer/reduce-on-init.d.ts +0 -4
- package/lib/src/use-lunatic/reducer/reduce-on-set-waiting.d.ts +0 -4
- package/lib/src/use-lunatic/reducer/reduce-update-state.d.ts +0 -3
- package/lib/src/use-lunatic/reducer/reducer.d.ts +0 -4
- package/lib/src/use-lunatic/replace-component-sequence.d.ts +0 -29
- package/lib/src/use-lunatic/type-source.d.ts +0 -304
- package/lib/src/use-lunatic/type.d.ts +0 -148
- package/lib/src/use-lunatic/use-lunatic.d.ts +0 -589
- package/lib/src/use-lunatic/use-lunatic.test.d.ts +0 -1
- package/lib/src/use-lunatic/use-suggesters.d.ts +0 -20
- package/lib/src/utils/array.d.ts +0 -28
- package/lib/src/utils/constants/features.d.ts +0 -3
- package/lib/src/utils/function.d.ts +0 -4
- package/lib/src/utils/idb-tools/clear-store.d.ts +0 -2
- package/lib/src/utils/idb-tools/create-db-opener.d.ts +0 -13
- package/lib/src/utils/idb-tools/create-open-db.d.ts +0 -2
- package/lib/src/utils/idb-tools/get-entity.d.ts +0 -2
- package/lib/src/utils/idb-tools/get-idb.d.ts +0 -2
- package/lib/src/utils/idb-tools/idb-bulk-insert.d.ts +0 -16
- package/lib/src/utils/idb-tools/idb-types.d.ts +0 -16
- package/lib/src/utils/idb-tools/index.d.ts +0 -7
- package/lib/src/utils/idb-tools/insert-entity.d.ts +0 -2
- package/lib/src/utils/idb-tools/open-db.d.ts +0 -2
- package/lib/src/utils/idb-tools/open-or-create-db.d.ts +0 -2
- package/lib/src/utils/object.d.ts +0 -5
- package/lib/src/utils/store-tools/clear-store-data.d.ts +0 -2
- package/lib/src/utils/store-tools/clear-store-info.d.ts +0 -2
- package/lib/src/utils/store-tools/create/create.d.ts +0 -4
- package/lib/src/utils/store-tools/create/index.d.ts +0 -2
- package/lib/src/utils/store-tools/create/update-store-info.d.ts +0 -2
- package/lib/src/utils/store-tools/get-store-count.d.ts +0 -2
- package/lib/src/utils/store-tools/index.d.ts +0 -7
- package/lib/src/utils/store-tools/initStore.d.ts +0 -2
- package/lib/src/utils/store-tools/open-or-create-store.d.ts +0 -2
- package/lib/src/utils/store-tools/use-store-index.d.ts +0 -4
- package/lib/src/utils/suggester-workers/append-to-index/append.d.ts +0 -6
- package/lib/src/utils/suggester-workers/append-to-index/create-append-task.d.ts +0 -7
- package/lib/src/utils/suggester-workers/append-to-index/index.d.ts +0 -2
- package/lib/src/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.d.ts +0 -2
- package/lib/src/utils/suggester-workers/create-worker.d.ts +0 -1
- package/lib/src/utils/suggester-workers/searching/compute-score.d.ts +0 -3
- package/lib/src/utils/suggester-workers/searching/meloto-order.d.ts +0 -25
- package/lib/src/utils/suggester-workers/worker-path.d.ts +0 -6
- package/lib/src/utils/variables.d.ts +0 -13
- package/lib/stories/behaviour/cleaning/cleaning.stories.js +0 -90
- package/lib/stories/behaviour/cleaning/source-loop.json +0 -130
- package/lib/stories/behaviour/cleaning/source.json +0 -151
- package/lib/stories/behaviour/controls/V2_Controles_BouclesLiees2_PasPageFin.json +0 -709
- package/lib/stories/behaviour/controls/boucles-n.json +0 -202
- package/lib/stories/behaviour/controls/controls-externes.json +0 -75
- package/lib/stories/behaviour/controls/controls-externes.stories.js +0 -60
- package/lib/stories/behaviour/controls/controls.stories.js +0 -98
- package/lib/stories/behaviour/controls/loop.json +0 -130
- package/lib/stories/behaviour/controls/simple-numeric.json +0 -1966
- package/lib/stories/behaviour/controls/simple.json +0 -666
- package/lib/stories/behaviour/missing/missing.stories.js +0 -90
- package/lib/stories/behaviour/missing/source.json +0 -822
- package/lib/stories/behaviour/others/V2_DeclarationsSimples.json +0 -964
- package/lib/stories/behaviour/others/V2_MinMaxSum_Boucles.json +0 -509
- package/lib/stories/behaviour/others/V2_QuestSimple_Boucles.json +0 -4354
- package/lib/stories/behaviour/others/V2_TCMRallyeGames.json +0 -2892
- package/lib/stories/behaviour/others/test-dylan.json +0 -558
- package/lib/stories/behaviour/others/test.stories.js +0 -87
- package/lib/stories/behaviour/paste/source.json +0 -44949
- package/lib/stories/behaviour/paste/test.stories.js +0 -83
- package/lib/stories/behaviour/performance/performance.stories.js +0 -47
- package/lib/stories/behaviour/performance/source.json +0 -172
- package/lib/stories/behaviour/resizing/resizing.stories.js +0 -90
- package/lib/stories/behaviour/resizing/source-resizing-cleaning.json +0 -171
- package/lib/stories/behaviour/resizing/source.json +0 -789
- package/lib/stories/behaviour/slots.stories.js +0 -64
- package/lib/stories/checkbox-boolean/checkboxBoolean.stories.js +0 -32
- package/lib/stories/checkbox-boolean/source.json +0 -58
- package/lib/stories/checkbox-group/checkbox-group.stories.js +0 -46
- package/lib/stories/checkbox-group/source.json +0 -402
- package/lib/stories/checkbox-group/sourceLoop.json +0 -83
- package/lib/stories/checkbox-one/checkboxOne.stories.js +0 -41
- package/lib/stories/checkbox-one/source.json +0 -52
- package/lib/stories/date-picker/data.json +0 -3
- package/lib/stories/date-picker/datepicker.stories.js +0 -38
- package/lib/stories/date-picker/source.json +0 -65
- package/lib/stories/declaration/data.json +0 -1
- package/lib/stories/declaration/input.stories.js +0 -34
- package/lib/stories/declaration/source.json +0 -84
- package/lib/stories/disabled/data.json +0 -32
- package/lib/stories/disabled/disabled.stories.js +0 -34
- package/lib/stories/disabled/source.json +0 -382
- package/lib/stories/dropdown/data.json +0 -16
- package/lib/stories/dropdown/dropdown.stories.js +0 -37
- package/lib/stories/dropdown/source.json +0 -141
- package/lib/stories/duration/duration.stories.js +0 -38
- package/lib/stories/duration/mois.json +0 -32
- package/lib/stories/duration/time.json +0 -32
- package/lib/stories/filter-description/filter-description.stories.js +0 -47
- package/lib/stories/filter-description/source-options.json +0 -81
- package/lib/stories/filter-description/source.json +0 -12
- package/lib/stories/input/data.json +0 -1
- package/lib/stories/input/input.stories.js +0 -34
- package/lib/stories/input/source.json +0 -35
- package/lib/stories/input-number/input-number.stories.js +0 -32
- package/lib/stories/input-number/source.json +0 -31
- package/lib/stories/loop/loop.stories.js +0 -46
- package/lib/stories/loop/roster-for-loop.stories.js +0 -126
- package/lib/stories/loop/source-bloc.json +0 -85
- package/lib/stories/loop/source-paginated.json +0 -113
- package/lib/stories/loop/source-roster.json +0 -114
- package/lib/stories/loop/source-with-header.json +0 -127
- package/lib/stories/markdown/markdown.stories.js +0 -32
- package/lib/stories/markdown/source.json +0 -40
- package/lib/stories/overview/data.json +0 -1
- package/lib/stories/overview/overview.stories.js +0 -35
- package/lib/stories/overview/source.json +0 -28
- package/lib/stories/overview/sourceWithHierarchy.json +0 -6298
- package/lib/stories/pairwise/data.json +0 -12
- package/lib/stories/pairwise/pairwise-links.stories.js +0 -134
- package/lib/stories/pairwise/source.json +0 -266
- package/lib/stories/question/question.stories.js +0 -28
- package/lib/stories/question/source.json +0 -220
- package/lib/stories/questionnaires/logement/data.json +0 -2686
- package/lib/stories/questionnaires/logement/logement.stories.js +0 -72
- package/lib/stories/questionnaires/logement/source-sequence.json +0 -34181
- package/lib/stories/questionnaires/logement/source-sum.json +0 -31806
- package/lib/stories/questionnaires/logement/source.json +0 -34191
- package/lib/stories/questionnaires/recensement/data.json +0 -12
- package/lib/stories/questionnaires/recensement/recensement.stories.js +0 -50
- package/lib/stories/questionnaires/recensement/source.json +0 -15190
- package/lib/stories/questionnaires/rp/data.json +0 -5
- package/lib/stories/questionnaires/rp/rp.stories.js +0 -35
- package/lib/stories/questionnaires/rp/source.json +0 -262
- package/lib/stories/questionnaires/simpsons/simpsons.stories.js +0 -547
- package/lib/stories/questionnaires/simpsons/source.json +0 -6296
- package/lib/stories/questionnaires2023/bySequence/source.json +0 -5054
- package/lib/stories/questionnaires2023/bySequence/ticWeb.stories.js +0 -62
- package/lib/stories/questionnaires2023/famille/famille.stories.js +0 -62
- package/lib/stories/questionnaires2023/famille/source.json +0 -50344
- package/lib/stories/questionnaires2023/simpsons/simpsons.stories.js +0 -62
- package/lib/stories/questionnaires2023/simpsons/source.json +0 -5176
- package/lib/stories/questionnaires2023/ticTel/source.json +0 -12888
- package/lib/stories/questionnaires2023/ticTel/ticWeb.stories.js +0 -62
- package/lib/stories/questionnaires2023/ticWeb/source.json +0 -11331
- package/lib/stories/questionnaires2023/ticWeb/ticWeb.stories.js +0 -62
- package/lib/stories/radio/radio.stories.js +0 -41
- package/lib/stories/radio/source.json +0 -51
- package/lib/stories/roundabout/data1.json +0 -25
- package/lib/stories/roundabout/data2.json +0 -25
- package/lib/stories/roundabout/roundabout.stories.js +0 -42
- package/lib/stories/roundabout/source.json +0 -286
- package/lib/stories/sequence/sequence.stories.js +0 -38
- package/lib/stories/sequence/source-declarations.json +0 -40
- package/lib/stories/sequence/source.json +0 -17
- package/lib/stories/suggester/SuggesterNotification.js +0 -26
- package/lib/stories/suggester/fakeReferentiel.json +0 -12
- package/lib/stories/suggester/source-option-responses.json +0 -145
- package/lib/stories/suggester/source.json +0 -398
- package/lib/stories/suggester/suggester-workers.stories.js +0 -249
- package/lib/stories/suggester/suggester.stories.js +0 -81
- package/lib/stories/summary/data.json +0 -32
- package/lib/stories/summary/source.json +0 -368
- package/lib/stories/summary/summary.stories.js +0 -35
- package/lib/stories/switch/README.md +0 -31
- package/lib/stories/switch/data-forced.json +0 -48
- package/lib/stories/switch/source.json +0 -80
- package/lib/stories/switch/switch.stories.js +0 -32
- package/lib/stories/table/data-roster.json +0 -1
- package/lib/stories/table/data.json +0 -1
- package/lib/stories/table/source-colspan.json +0 -314
- package/lib/stories/table/source-roster.json +0 -513
- package/lib/stories/table/source.json +0 -31
- package/lib/stories/table/table-dynamique.json +0 -67
- package/lib/stories/table/table.stories.js +0 -54
- package/lib/stories/textarea/data.json +0 -1
- package/lib/stories/textarea/source.json +0 -35
- package/lib/stories/textarea/textarea.stories.js +0 -34
- package/lib/stories/utils/custom-lunatic.scss +0 -28
- package/lib/stories/utils/default-arg-types.js +0 -21
- package/lib/stories/utils/options.js +0 -28
- package/lib/stories/utils/orchestrator.js +0 -319
- package/lib/stories/utils/orchestrator.scss +0 -54
- package/lib/stories/utils/overview.js +0 -53
- package/lib/stories/utils/overview.scss +0 -30
- package/lib/stories/utils/referentiel.js +0 -33
- package/lib/stories/utils/waiting/index.js +0 -13
- package/lib/stories/utils/waiting/preloader.svg +0 -1
- package/lib/stories/utils/waiting/waiting.js +0 -32
- package/lib/stories/utils/waiting/waiting.scss +0 -21
- package/lib/test.d.js +0 -3
- package/lib/use-lunatic/commons/fill-components/fill-component-required.js +0 -23
- package/lib/use-lunatic/commons/fill-components/fill-component-value.js +0 -46
- package/lib/use-lunatic/commons/fill-components/fill-component-value.spec.js +0 -67
- package/lib/use-lunatic/commons/fill-components/fill-from-state.js +0 -38
- package/lib/use-lunatic/commons/fill-components/fill-iterations.js +0 -45
- package/lib/use-lunatic/commons/fill-components/fill-management.js +0 -22
- package/lib/use-lunatic/commons/fill-components/fill-missing-response.js +0 -29
- package/lib/use-lunatic/commons/fill-components/fill-pagination.js +0 -23
- package/lib/use-lunatic/commons/fill-components/fill-specific-expression.js +0 -162
- package/lib/use-lunatic/commons/fill-components/index.js +0 -13
- package/lib/use-lunatic/commons/getOverview.js +0 -39
- package/lib/use-lunatic/commons/use-components-from-state.js +0 -28
- package/lib/use-lunatic/initial-state.js +0 -54
- package/lib/use-lunatic/reducer/index.js +0 -13
- package/lib/use-lunatic/reducer/overview/overview-on-change.js +0 -48
- package/lib/use-lunatic/reducer/overview/overview-on-init.js +0 -106
- package/lib/use-lunatic/reducer/reduce-handle-change.js +0 -29
- package/lib/use-lunatic/reducer/reduce-on-init.js +0 -148
- package/lib/use-lunatic/reducer/reduce-on-set-waiting.js +0 -20
- package/lib/use-lunatic/reducer/reduce-update-state.js +0 -22
- package/lib/use-lunatic/type-source.js +0 -5
- package/lib/use-lunatic/use-lunatic.test.js +0 -352
- package/lib/use-lunatic/use-suggesters.js +0 -178
- package/lib/utils/idb-tools/clear-store.js +0 -39
- package/lib/utils/idb-tools/create-db-opener.js +0 -53
- package/lib/utils/idb-tools/create-open-db.js +0 -28
- package/lib/utils/idb-tools/get-entity.js +0 -20
- package/lib/utils/idb-tools/get-idb.js +0 -12
- package/lib/utils/idb-tools/idb-bulk-insert.js +0 -126
- package/lib/utils/idb-tools/idb-types.js +0 -5
- package/lib/utils/idb-tools/index.js +0 -64
- package/lib/utils/idb-tools/insert-entity.js +0 -20
- package/lib/utils/idb-tools/open-db.js +0 -24
- package/lib/utils/idb-tools/open-or-create-db.js +0 -43
- package/lib/utils/store-tools/clear-store-data.js +0 -32
- package/lib/utils/store-tools/clear-store-info.js +0 -32
- package/lib/utils/store-tools/create/create.js +0 -50
- package/lib/utils/store-tools/create/index.js +0 -20
- package/lib/utils/store-tools/create/update-store-info.js +0 -26
- package/lib/utils/store-tools/get-store-count.js +0 -23
- package/lib/utils/store-tools/index.js +0 -54
- package/lib/utils/store-tools/initStore.js +0 -57
- package/lib/utils/store-tools/open-or-create-store.js +0 -51
- package/lib/utils/store-tools/use-store-index.js +0 -57
- package/lib/utils/suggester-workers/append-to-index/append.js +0 -78
- package/lib/utils/suggester-workers/append-to-index/append.worker.js +0 -32
- package/lib/utils/suggester-workers/append-to-index/create-append-task.js +0 -70
- package/lib/utils/suggester-workers/append-to-index/index.js +0 -20
- package/lib/utils/suggester-workers/append-to-index/prepare-entities.js +0 -87
- package/lib/utils/suggester-workers/append-to-index/store-messages.js +0 -44
- package/lib/utils/suggester-workers/commons-tokenizer/create-entity-tokenizer.js +0 -53
- package/lib/utils/suggester-workers/commons-tokenizer/create-fields-tokenizer.js +0 -76
- package/lib/utils/suggester-workers/commons-tokenizer/create-filter-stop-words.js +0 -35
- package/lib/utils/suggester-workers/commons-tokenizer/filters/compose-filters.js +0 -20
- package/lib/utils/suggester-workers/commons-tokenizer/filters/create-filter-stop-words.js +0 -35
- package/lib/utils/suggester-workers/commons-tokenizer/filters/create-filter-stop-words.spec.js +0 -15
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-accents.js +0 -18
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-accents.spec.js +0 -17
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-double.js +0 -24
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-double.spec.js +0 -24
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-length.js +0 -14
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-length.spec.js +0 -24
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-stemmer.js +0 -22
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-stemmer.spec.js +0 -17
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-synonyms.js +0 -52
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-synonyms.spec.js +0 -13
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-to-lower.js +0 -15
- package/lib/utils/suggester-workers/commons-tokenizer/filters/filter-to-lower.spec.js +0 -15
- package/lib/utils/suggester-workers/commons-tokenizer/filters/index.js +0 -20
- package/lib/utils/suggester-workers/commons-tokenizer/filters/stop-words.js +0 -8
- package/lib/utils/suggester-workers/commons-tokenizer/get-regexp-from-pattern.js +0 -13
- package/lib/utils/suggester-workers/commons-tokenizer/get-stemmer.js +0 -22
- package/lib/utils/suggester-workers/commons-tokenizer/get-stemmer.spec.js +0 -11
- package/lib/utils/suggester-workers/commons-tokenizer/index.js +0 -69
- package/lib/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.js +0 -17
- package/lib/utils/suggester-workers/commons-tokenizer/prepare-string-indexation.spec.js +0 -10
- package/lib/utils/suggester-workers/commons-tokenizer/soft-tokenizer.js +0 -11
- package/lib/utils/suggester-workers/create-worker.js +0 -60
- package/lib/utils/suggester-workers/find-best-label/find-best-label.js +0 -62
- package/lib/utils/suggester-workers/find-best-label/find-best-label.worker.js +0 -53
- package/lib/utils/suggester-workers/find-best-label/index.js +0 -1
- package/lib/utils/suggester-workers/find-best-label/tokenize.js +0 -44
- package/lib/utils/suggester-workers/find-best-label/tokenize.spec.js +0 -25
- package/lib/utils/suggester-workers/searching/compute-score.js +0 -30
- package/lib/utils/suggester-workers/searching/get-db.js +0 -47
- package/lib/utils/suggester-workers/searching/index.js +0 -13
- package/lib/utils/suggester-workers/searching/meloto-order.js +0 -54
- package/lib/utils/suggester-workers/searching/meloto-order.spec.js +0 -67
- package/lib/utils/suggester-workers/searching/order/create-alphanumeric-orderer.js +0 -27
- package/lib/utils/suggester-workers/searching/order/index.js +0 -24
- package/lib/utils/suggester-workers/searching/query-parser/index.js +0 -20
- package/lib/utils/suggester-workers/searching/query-parser/query-parser-soft.js +0 -11
- package/lib/utils/suggester-workers/searching/query-parser/query-parser-soft.spec.js +0 -27
- package/lib/utils/suggester-workers/searching/query-parser/query-parser-tokenized.js +0 -34
- package/lib/utils/suggester-workers/searching/resolve-query-parser.js +0 -56
- package/lib/utils/suggester-workers/searching/search-in-index.js +0 -21
- package/lib/utils/suggester-workers/searching/searching.js +0 -150
- package/lib/utils/suggester-workers/searching/searching.worker.js +0 -26
- package/lib/utils/suggester-workers/worker-path.js +0 -29
- package/scripts/build/add-workers-to-public.js +0 -44
- package/scripts/build/workers-paths.js +0 -53
- package/workers-release/lunatic-append-worker-0.3.0.js +0 -2
- package/workers-release/lunatic-append-worker-0.3.0.js.LICENSE.txt +0 -24
- package/workers-release/lunatic-label-worker-0.3.0.js +0 -2
- package/workers-release/lunatic-label-worker-0.3.0.js.LICENSE.txt +0 -13
- package/workers-release/lunatic-search-worker-0.3.0.js +0 -2
- package/workers-release/lunatic-search-worker-0.3.0.js.LICENSE.txt +0 -24
- /package/lib/{src/components → components}/CheckboxBoolean/CheckboxBoolean.spec.d.ts +0 -0
- /package/lib/{src/components → components}/CheckboxGroup/CustomCheckboxGroup.spec.d.ts +0 -0
- /package/lib/{src/components → components}/CheckboxOne/CheckboxOne.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Datepicker/Datepicker.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Datepicker/DatepickerField.d.ts +0 -0
- /package/lib/{src/components → components}/Dropdown/Dropdown.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Dropdown/renderer/SimpleLabelRenderer.d.ts +0 -0
- /package/lib/{src/components → components}/Dropdown/renderer/SimpleOptionRenderer.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/durationUtils.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/formatDuration.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/formatDuration.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Duration/getDurationFromValue.d.ts +0 -0
- /package/lib/{src/components → components}/FilterDescription/FilterDescription.d.ts +0 -0
- /package/lib/{src/components → components}/FilterDescription/FilterDescription.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Input/Input.spec.d.ts +0 -0
- /package/lib/{src/components → components}/InputNumber/InputNumber.spec.d.ts +0 -0
- /package/lib/{src/components → components}/InputNumber/InputNumberThousand.d.ts +0 -0
- /package/lib/{src/components → components}/Loop/constant.d.ts +0 -0
- /package/lib/{src/components → components}/PairwiseLinks/PairwiseLinks.d.ts +0 -0
- /package/lib/{src/components → components}/Question/Question.d.ts +0 -0
- /package/lib/{src/components → components}/RosterForLoop/RosterForLoop.d.ts +0 -0
- /package/lib/{src/components → components}/RosterForLoop/RosterForLoop.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/CustomRoundabout.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/Roundabout.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/RoundaboutItButton.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/RoundaboutItButton.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/RoundaboutRedirect.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/extra.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/redirect.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Roundabout/roundabout.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Subsequence/Subsequence.spec.d.ts +0 -0
- /package/lib/{src/components → components}/Summary/Summary.d.ts +0 -0
- /package/lib/{src/components → components}/Table/Table.d.ts +0 -0
- /package/lib/{src/components → components}/Textarea/Textarea.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Button/Button.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Button/IconButton.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Button/IconButton.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Checkbox/CheckboxOption.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Checkbox/getShortcutKey.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Combobox.stories.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContainer.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContainer.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContent.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/ComboboxContentBox.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOption.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOption.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanel.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxClearButton.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxInput.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxSelection.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/Selection/ComboboxSelection.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/constants.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Combobox/index.d.ts +0 -0
- /package/lib/{src/components → components}/shared/ComponentErrors/ComponentErrors.d.ts +0 -0
- /package/lib/{src/components → components}/shared/ComponentErrors/ComponentErrors.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Declarations/Declarations.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Declarations/Declarations.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Fieldset/Fieldset.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Fieldset/Fieldset.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/checkbox-checked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/checkbox-unchecked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/closed-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/cross-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/icon-props.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/index.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/load-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/lunatic-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/network-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/on-drag-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/opened-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/radio-checked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Icons/radio-unchecked-icon.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Label/Label.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Label/Label.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/LabelDescription.d.ts +0 -0
- /package/lib/{src/components → components}/shared/MDLabel/MDLabel.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/MDLabel/RouterLink.d.ts +0 -0
- /package/lib/{src/components → components}/shared/MDLabel/generateUniqueId.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Missing/Missing.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/ModalControls/ModalControls.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Notification.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Radio/RadioOption.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Radio/RadioOption.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Table.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Table.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Tbody.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Td.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Th.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Thead.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/Tr.spec.d.ts +0 -0
- /package/lib/{src/components → components}/shared/Table/index.d.ts +0 -0
- /package/lib/{src/constants → constants}/component-types.d.ts +0 -0
- /package/lib/{src/constants → constants}/declarations.d.ts +0 -0
- /package/lib/{src/constants → constants}/event-types.d.ts +0 -0
- /package/lib/{src/constants → constants}/index.d.ts +0 -0
- /package/lib/{src/constants → constants}/indexedDBStore.d.ts +0 -0
- /package/lib/{src/constants → constants}/supported-preferences.d.ts +0 -0
- /package/lib/{src/constants → constants}/value-types.d.ts +0 -0
- /package/lib/{src/constants → constants}/variable-types.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/use-auto-focus.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/use-why-render.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useDocumentEvent.d.ts +0 -0
- /package/lib/{src/hooks → hooks}/useListKeyboardHandler.d.ts +0 -0
- /package/lib/{src/hooks/use-ref-sync.d.ts → hooks/useRefSync.d.ts} +0 -0
- /package/lib/{src/i18n → i18n}/build-dictionary.d.ts +0 -0
- /package/lib/{src/i18n → i18n}/inputNumberProps.d.ts +0 -0
- /package/lib/{components/Suggester/icons → icons}/alert-icon.svg +0 -0
- /package/lib/{components/Suggester/icons → icons}/wait-icon.svg +0 -0
- /package/lib/{components/Suggester/icons → icons}/warn-icon.svg +0 -0
- /package/lib/{src/type.utils.d.ts → type.utils.d.ts} +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/component.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/fill-components/fill-component-expressions.spec.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/get-compatible-vtl-expression.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/is-paginated-loop.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/is-roundabout.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/page-navigation.spec.d.ts +0 -0
- /package/lib/{src/components/shared/VariableStatus/VariableStatus.spec.d.ts → use-lunatic/commons/page-tag.spec.d.ts} +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/commons/variables/lunatic-variables-store.spec.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/index.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/lunatic-context.d.ts +0 -0
- /package/lib/{src/components/shared/suggester-loader-widget/dragger/dragger.spec.d.ts → use-lunatic/props/propValue.spec.d.ts} +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/reducer/commons/index.d.ts +0 -0
- /package/lib/{src/use-lunatic → use-lunatic}/reducer/commons/resize-array-variable.d.ts +0 -0
- /package/lib/{src/utils → utils}/array.spec.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/alphabet.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/index.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/links.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/missing.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/variable-status.d.ts +0 -0
- /package/lib/{src/utils → utils}/constants/variable-types.d.ts +0 -0
- /package/lib/{src/utils → utils}/dom.d.ts +0 -0
- /package/lib/{src/utils → utils}/env.d.ts +0 -0
- /package/lib/{src/utils → utils}/is-element.d.ts +0 -0
- /package/lib/{src/utils → utils}/is-object.d.ts +0 -0
- /package/lib/{src/utils → utils}/logger.d.ts +0 -0
- /package/lib/{src/utils → utils}/number.d.ts +0 -0
- /package/lib/{src/utils → utils}/number.spec.d.ts +0 -0
- /package/lib/{src/utils → utils}/to-number.d.ts +0 -0
- /package/lib/{src/utils → utils}/variables.spec.d.ts +0 -0
- /package/lib/{src/utils → utils}/vtl.d.ts +0 -0
|
@@ -1,2686 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"EXTERNAL": {
|
|
3
|
-
"COM": "SAINT_MARTIN_DU_PALU",
|
|
4
|
-
"CODE_COM": "000",
|
|
5
|
-
"CODE_DEP": "973",
|
|
6
|
-
"ILOT": null,
|
|
7
|
-
"RANG_L": null,
|
|
8
|
-
"RANG_A": null
|
|
9
|
-
},
|
|
10
|
-
"COLLECTED": {
|
|
11
|
-
"DAG": {
|
|
12
|
-
"EDITED": null,
|
|
13
|
-
"FORCED": null,
|
|
14
|
-
"INPUTED": null,
|
|
15
|
-
"PREVIOUS": null,
|
|
16
|
-
"COLLECTED": null
|
|
17
|
-
},
|
|
18
|
-
"DST": {
|
|
19
|
-
"EDITED": null,
|
|
20
|
-
"FORCED": null,
|
|
21
|
-
"INPUTED": null,
|
|
22
|
-
"PREVIOUS": null,
|
|
23
|
-
"COLLECTED": null
|
|
24
|
-
},
|
|
25
|
-
"DTA": {
|
|
26
|
-
"EDITED": null,
|
|
27
|
-
"FORCED": null,
|
|
28
|
-
"INPUTED": null,
|
|
29
|
-
"PREVIOUS": null,
|
|
30
|
-
"COLLECTED": null
|
|
31
|
-
},
|
|
32
|
-
"DTL": {
|
|
33
|
-
"EDITED": null,
|
|
34
|
-
"FORCED": null,
|
|
35
|
-
"INPUTED": null,
|
|
36
|
-
"PREVIOUS": null,
|
|
37
|
-
"COLLECTED": null
|
|
38
|
-
},
|
|
39
|
-
"HPA": {
|
|
40
|
-
"EDITED": null,
|
|
41
|
-
"FORCED": null,
|
|
42
|
-
"INPUTED": null,
|
|
43
|
-
"PREVIOUS": null,
|
|
44
|
-
"COLLECTED": null
|
|
45
|
-
},
|
|
46
|
-
"HPH": {
|
|
47
|
-
"EDITED": null,
|
|
48
|
-
"FORCED": null,
|
|
49
|
-
"INPUTED": null,
|
|
50
|
-
"PREVIOUS": null,
|
|
51
|
-
"COLLECTED": null
|
|
52
|
-
},
|
|
53
|
-
"HPP": {
|
|
54
|
-
"EDITED": null,
|
|
55
|
-
"FORCED": null,
|
|
56
|
-
"INPUTED": null,
|
|
57
|
-
"PREVIOUS": null,
|
|
58
|
-
"COLLECTED": null
|
|
59
|
-
},
|
|
60
|
-
"HSP": {
|
|
61
|
-
"EDITED": null,
|
|
62
|
-
"FORCED": null,
|
|
63
|
-
"INPUTED": null,
|
|
64
|
-
"PREVIOUS": null,
|
|
65
|
-
"COLLECTED": null
|
|
66
|
-
},
|
|
67
|
-
"HST": {
|
|
68
|
-
"EDITED": null,
|
|
69
|
-
"FORCED": null,
|
|
70
|
-
"INPUTED": null,
|
|
71
|
-
"PREVIOUS": null,
|
|
72
|
-
"COLLECTED": null
|
|
73
|
-
},
|
|
74
|
-
"HUA": {
|
|
75
|
-
"EDITED": null,
|
|
76
|
-
"FORCED": null,
|
|
77
|
-
"INPUTED": null,
|
|
78
|
-
"PREVIOUS": null,
|
|
79
|
-
"COLLECTED": null
|
|
80
|
-
},
|
|
81
|
-
"HUP": {
|
|
82
|
-
"EDITED": null,
|
|
83
|
-
"FORCED": null,
|
|
84
|
-
"INPUTED": null,
|
|
85
|
-
"PREVIOUS": null,
|
|
86
|
-
"COLLECTED": null
|
|
87
|
-
},
|
|
88
|
-
"HUT": {
|
|
89
|
-
"EDITED": null,
|
|
90
|
-
"FORCED": null,
|
|
91
|
-
"INPUTED": null,
|
|
92
|
-
"PREVIOUS": null,
|
|
93
|
-
"COLLECTED": null
|
|
94
|
-
},
|
|
95
|
-
"IAS": {
|
|
96
|
-
"EDITED": null,
|
|
97
|
-
"FORCED": null,
|
|
98
|
-
"INPUTED": null,
|
|
99
|
-
"PREVIOUS": null,
|
|
100
|
-
"COLLECTED": null
|
|
101
|
-
},
|
|
102
|
-
"IEL": {
|
|
103
|
-
"EDITED": null,
|
|
104
|
-
"FORCED": null,
|
|
105
|
-
"INPUTED": null,
|
|
106
|
-
"PREVIOUS": null,
|
|
107
|
-
"COLLECTED": null
|
|
108
|
-
},
|
|
109
|
-
"IMI": {
|
|
110
|
-
"EDITED": null,
|
|
111
|
-
"FORCED": null,
|
|
112
|
-
"INPUTED": null,
|
|
113
|
-
"PREVIOUS": null,
|
|
114
|
-
"COLLECTED": "1"
|
|
115
|
-
},
|
|
116
|
-
"KBA": {
|
|
117
|
-
"EDITED": null,
|
|
118
|
-
"FORCED": null,
|
|
119
|
-
"INPUTED": null,
|
|
120
|
-
"PREVIOUS": null,
|
|
121
|
-
"COLLECTED": null
|
|
122
|
-
},
|
|
123
|
-
"KBD": {
|
|
124
|
-
"EDITED": null,
|
|
125
|
-
"FORCED": null,
|
|
126
|
-
"INPUTED": null,
|
|
127
|
-
"PREVIOUS": null,
|
|
128
|
-
"COLLECTED": null
|
|
129
|
-
},
|
|
130
|
-
"KCA": {
|
|
131
|
-
"EDITED": null,
|
|
132
|
-
"FORCED": null,
|
|
133
|
-
"INPUTED": null,
|
|
134
|
-
"PREVIOUS": null,
|
|
135
|
-
"COLLECTED": null
|
|
136
|
-
},
|
|
137
|
-
"KJA": {
|
|
138
|
-
"EDITED": null,
|
|
139
|
-
"FORCED": null,
|
|
140
|
-
"INPUTED": null,
|
|
141
|
-
"PREVIOUS": null,
|
|
142
|
-
"COLLECTED": null
|
|
143
|
-
},
|
|
144
|
-
"KJC": {
|
|
145
|
-
"EDITED": null,
|
|
146
|
-
"FORCED": null,
|
|
147
|
-
"INPUTED": null,
|
|
148
|
-
"PREVIOUS": null,
|
|
149
|
-
"COLLECTED": null
|
|
150
|
-
},
|
|
151
|
-
"KSB": {
|
|
152
|
-
"EDITED": null,
|
|
153
|
-
"FORCED": null,
|
|
154
|
-
"INPUTED": null,
|
|
155
|
-
"PREVIOUS": null,
|
|
156
|
-
"COLLECTED": null
|
|
157
|
-
},
|
|
158
|
-
"KSV": {
|
|
159
|
-
"EDITED": null,
|
|
160
|
-
"FORCED": null,
|
|
161
|
-
"INPUTED": null,
|
|
162
|
-
"PREVIOUS": null,
|
|
163
|
-
"COLLECTED": null
|
|
164
|
-
},
|
|
165
|
-
"KVE": {
|
|
166
|
-
"EDITED": null,
|
|
167
|
-
"FORCED": null,
|
|
168
|
-
"INPUTED": null,
|
|
169
|
-
"PREVIOUS": null,
|
|
170
|
-
"COLLECTED": null
|
|
171
|
-
},
|
|
172
|
-
"ODF": {
|
|
173
|
-
"EDITED": null,
|
|
174
|
-
"FORCED": null,
|
|
175
|
-
"INPUTED": null,
|
|
176
|
-
"PREVIOUS": null,
|
|
177
|
-
"COLLECTED": null
|
|
178
|
-
},
|
|
179
|
-
"ODL": {
|
|
180
|
-
"EDITED": null,
|
|
181
|
-
"FORCED": null,
|
|
182
|
-
"INPUTED": null,
|
|
183
|
-
"PREVIOUS": null,
|
|
184
|
-
"COLLECTED": null
|
|
185
|
-
},
|
|
186
|
-
"OIH": {
|
|
187
|
-
"EDITED": null,
|
|
188
|
-
"FORCED": null,
|
|
189
|
-
"INPUTED": null,
|
|
190
|
-
"PREVIOUS": null,
|
|
191
|
-
"COLLECTED": null
|
|
192
|
-
},
|
|
193
|
-
"OLA": {
|
|
194
|
-
"EDITED": null,
|
|
195
|
-
"FORCED": null,
|
|
196
|
-
"INPUTED": null,
|
|
197
|
-
"PREVIOUS": null,
|
|
198
|
-
"COLLECTED": null
|
|
199
|
-
},
|
|
200
|
-
"OQA": {
|
|
201
|
-
"EDITED": null,
|
|
202
|
-
"FORCED": null,
|
|
203
|
-
"INPUTED": null,
|
|
204
|
-
"PREVIOUS": null,
|
|
205
|
-
"COLLECTED": null
|
|
206
|
-
},
|
|
207
|
-
"VIN": {
|
|
208
|
-
"EDITED": null,
|
|
209
|
-
"FORCED": null,
|
|
210
|
-
"INPUTED": null,
|
|
211
|
-
"PREVIOUS": null,
|
|
212
|
-
"COLLECTED": null
|
|
213
|
-
},
|
|
214
|
-
"VLR": {
|
|
215
|
-
"EDITED": null,
|
|
216
|
-
"FORCED": null,
|
|
217
|
-
"INPUTED": null,
|
|
218
|
-
"PREVIOUS": null,
|
|
219
|
-
"COLLECTED": null
|
|
220
|
-
},
|
|
221
|
-
"VND": {
|
|
222
|
-
"EDITED": null,
|
|
223
|
-
"FORCED": null,
|
|
224
|
-
"INPUTED": null,
|
|
225
|
-
"PREVIOUS": null,
|
|
226
|
-
"COLLECTED": null
|
|
227
|
-
},
|
|
228
|
-
"VOP": {
|
|
229
|
-
"EDITED": null,
|
|
230
|
-
"FORCED": null,
|
|
231
|
-
"INPUTED": null,
|
|
232
|
-
"PREVIOUS": null,
|
|
233
|
-
"COLLECTED": null
|
|
234
|
-
},
|
|
235
|
-
"VPI": {
|
|
236
|
-
"EDITED": null,
|
|
237
|
-
"FORCED": null,
|
|
238
|
-
"INPUTED": null,
|
|
239
|
-
"PREVIOUS": null,
|
|
240
|
-
"COLLECTED": null
|
|
241
|
-
},
|
|
242
|
-
"VSY": {
|
|
243
|
-
"EDITED": null,
|
|
244
|
-
"FORCED": null,
|
|
245
|
-
"INPUTED": null,
|
|
246
|
-
"PREVIOUS": null,
|
|
247
|
-
"COLLECTED": null
|
|
248
|
-
},
|
|
249
|
-
"CADR": {
|
|
250
|
-
"EDITED": null,
|
|
251
|
-
"FORCED": null,
|
|
252
|
-
"INPUTED": null,
|
|
253
|
-
"PREVIOUS": null,
|
|
254
|
-
"COLLECTED": "2"
|
|
255
|
-
},
|
|
256
|
-
"DALO": {
|
|
257
|
-
"EDITED": null,
|
|
258
|
-
"FORCED": null,
|
|
259
|
-
"INPUTED": null,
|
|
260
|
-
"PREVIOUS": null,
|
|
261
|
-
"COLLECTED": null
|
|
262
|
-
},
|
|
263
|
-
"DDAT": {
|
|
264
|
-
"EDITED": null,
|
|
265
|
-
"FORCED": null,
|
|
266
|
-
"INPUTED": null,
|
|
267
|
-
"PREVIOUS": null,
|
|
268
|
-
"COLLECTED": null
|
|
269
|
-
},
|
|
270
|
-
"DDEM": {
|
|
271
|
-
"EDITED": null,
|
|
272
|
-
"FORCED": null,
|
|
273
|
-
"INPUTED": null,
|
|
274
|
-
"PREVIOUS": null,
|
|
275
|
-
"COLLECTED": null
|
|
276
|
-
},
|
|
277
|
-
"DORM": {
|
|
278
|
-
"EDITED": [null],
|
|
279
|
-
"FORCED": [null],
|
|
280
|
-
"INPUTED": [null],
|
|
281
|
-
"PREVIOUS": [null],
|
|
282
|
-
"COLLECTED": [null, null, null, null]
|
|
283
|
-
},
|
|
284
|
-
"DSTL": {
|
|
285
|
-
"EDITED": null,
|
|
286
|
-
"FORCED": null,
|
|
287
|
-
"INPUTED": null,
|
|
288
|
-
"PREVIOUS": null,
|
|
289
|
-
"COLLECTED": null
|
|
290
|
-
},
|
|
291
|
-
"DSTP": {
|
|
292
|
-
"EDITED": null,
|
|
293
|
-
"FORCED": null,
|
|
294
|
-
"INPUTED": null,
|
|
295
|
-
"PREVIOUS": null,
|
|
296
|
-
"COLLECTED": null
|
|
297
|
-
},
|
|
298
|
-
"HAUT": {
|
|
299
|
-
"EDITED": null,
|
|
300
|
-
"FORCED": null,
|
|
301
|
-
"INPUTED": null,
|
|
302
|
-
"PREVIOUS": null,
|
|
303
|
-
"COLLECTED": null
|
|
304
|
-
},
|
|
305
|
-
"HCHA": {
|
|
306
|
-
"EDITED": null,
|
|
307
|
-
"FORCED": null,
|
|
308
|
-
"INPUTED": null,
|
|
309
|
-
"PREVIOUS": null,
|
|
310
|
-
"COLLECTED": null
|
|
311
|
-
},
|
|
312
|
-
"HPI1": {
|
|
313
|
-
"EDITED": null,
|
|
314
|
-
"FORCED": null,
|
|
315
|
-
"INPUTED": null,
|
|
316
|
-
"PREVIOUS": null,
|
|
317
|
-
"COLLECTED": null
|
|
318
|
-
},
|
|
319
|
-
"HPI2": {
|
|
320
|
-
"EDITED": null,
|
|
321
|
-
"FORCED": null,
|
|
322
|
-
"INPUTED": null,
|
|
323
|
-
"PREVIOUS": null,
|
|
324
|
-
"COLLECTED": null
|
|
325
|
-
},
|
|
326
|
-
"HSI1": {
|
|
327
|
-
"EDITED": null,
|
|
328
|
-
"FORCED": null,
|
|
329
|
-
"INPUTED": null,
|
|
330
|
-
"PREVIOUS": null,
|
|
331
|
-
"COLLECTED": null
|
|
332
|
-
},
|
|
333
|
-
"HSI2": {
|
|
334
|
-
"EDITED": null,
|
|
335
|
-
"FORCED": null,
|
|
336
|
-
"INPUTED": null,
|
|
337
|
-
"PREVIOUS": null,
|
|
338
|
-
"COLLECTED": null
|
|
339
|
-
},
|
|
340
|
-
"ICOI": {
|
|
341
|
-
"EDITED": null,
|
|
342
|
-
"FORCED": null,
|
|
343
|
-
"INPUTED": null,
|
|
344
|
-
"PREVIOUS": null,
|
|
345
|
-
"COLLECTED": "2"
|
|
346
|
-
},
|
|
347
|
-
"KAO1": {
|
|
348
|
-
"EDITED": null,
|
|
349
|
-
"FORCED": null,
|
|
350
|
-
"INPUTED": null,
|
|
351
|
-
"PREVIOUS": null,
|
|
352
|
-
"COLLECTED": null
|
|
353
|
-
},
|
|
354
|
-
"KCU1": {
|
|
355
|
-
"EDITED": null,
|
|
356
|
-
"FORCED": null,
|
|
357
|
-
"INPUTED": null,
|
|
358
|
-
"PREVIOUS": null,
|
|
359
|
-
"COLLECTED": null
|
|
360
|
-
},
|
|
361
|
-
"KCU2": {
|
|
362
|
-
"EDITED": null,
|
|
363
|
-
"FORCED": null,
|
|
364
|
-
"INPUTED": null,
|
|
365
|
-
"PREVIOUS": null,
|
|
366
|
-
"COLLECTED": null
|
|
367
|
-
},
|
|
368
|
-
"KGA1": {
|
|
369
|
-
"EDITED": null,
|
|
370
|
-
"FORCED": null,
|
|
371
|
-
"INPUTED": null,
|
|
372
|
-
"PREVIOUS": null,
|
|
373
|
-
"COLLECTED": null
|
|
374
|
-
},
|
|
375
|
-
"KGA2": {
|
|
376
|
-
"EDITED": null,
|
|
377
|
-
"FORCED": null,
|
|
378
|
-
"INPUTED": null,
|
|
379
|
-
"PREVIOUS": null,
|
|
380
|
-
"COLLECTED": null
|
|
381
|
-
},
|
|
382
|
-
"KGA3": {
|
|
383
|
-
"EDITED": null,
|
|
384
|
-
"FORCED": null,
|
|
385
|
-
"INPUTED": null,
|
|
386
|
-
"PREVIOUS": null,
|
|
387
|
-
"COLLECTED": null
|
|
388
|
-
},
|
|
389
|
-
"KGA4": {
|
|
390
|
-
"EDITED": null,
|
|
391
|
-
"FORCED": null,
|
|
392
|
-
"INPUTED": null,
|
|
393
|
-
"PREVIOUS": null,
|
|
394
|
-
"COLLECTED": null
|
|
395
|
-
},
|
|
396
|
-
"KGRA": {
|
|
397
|
-
"EDITED": null,
|
|
398
|
-
"FORCED": null,
|
|
399
|
-
"INPUTED": null,
|
|
400
|
-
"PREVIOUS": null,
|
|
401
|
-
"COLLECTED": null
|
|
402
|
-
},
|
|
403
|
-
"KSE1": {
|
|
404
|
-
"EDITED": null,
|
|
405
|
-
"FORCED": null,
|
|
406
|
-
"INPUTED": null,
|
|
407
|
-
"PREVIOUS": null,
|
|
408
|
-
"COLLECTED": null
|
|
409
|
-
},
|
|
410
|
-
"KSE3": {
|
|
411
|
-
"EDITED": null,
|
|
412
|
-
"FORCED": null,
|
|
413
|
-
"INPUTED": null,
|
|
414
|
-
"PREVIOUS": null,
|
|
415
|
-
"COLLECTED": null
|
|
416
|
-
},
|
|
417
|
-
"KSJC": {
|
|
418
|
-
"EDITED": null,
|
|
419
|
-
"FORCED": null,
|
|
420
|
-
"INPUTED": null,
|
|
421
|
-
"PREVIOUS": null,
|
|
422
|
-
"COLLECTED": null
|
|
423
|
-
},
|
|
424
|
-
"KSMI": {
|
|
425
|
-
"EDITED": null,
|
|
426
|
-
"FORCED": null,
|
|
427
|
-
"INPUTED": null,
|
|
428
|
-
"PREVIOUS": null,
|
|
429
|
-
"COLLECTED": null
|
|
430
|
-
},
|
|
431
|
-
"KSOA": {
|
|
432
|
-
"EDITED": null,
|
|
433
|
-
"FORCED": null,
|
|
434
|
-
"INPUTED": null,
|
|
435
|
-
"PREVIOUS": null,
|
|
436
|
-
"COLLECTED": null
|
|
437
|
-
},
|
|
438
|
-
"KSV1": {
|
|
439
|
-
"EDITED": null,
|
|
440
|
-
"FORCED": null,
|
|
441
|
-
"INPUTED": null,
|
|
442
|
-
"PREVIOUS": null,
|
|
443
|
-
"COLLECTED": null
|
|
444
|
-
},
|
|
445
|
-
"KWC1": {
|
|
446
|
-
"EDITED": null,
|
|
447
|
-
"FORCED": null,
|
|
448
|
-
"INPUTED": null,
|
|
449
|
-
"PREVIOUS": null,
|
|
450
|
-
"COLLECTED": null
|
|
451
|
-
},
|
|
452
|
-
"KWCD": {
|
|
453
|
-
"EDITED": null,
|
|
454
|
-
"FORCED": null,
|
|
455
|
-
"INPUTED": null,
|
|
456
|
-
"PREVIOUS": null,
|
|
457
|
-
"COLLECTED": null
|
|
458
|
-
},
|
|
459
|
-
"KWCI": {
|
|
460
|
-
"EDITED": null,
|
|
461
|
-
"FORCED": null,
|
|
462
|
-
"INPUTED": null,
|
|
463
|
-
"PREVIOUS": null,
|
|
464
|
-
"COLLECTED": null
|
|
465
|
-
},
|
|
466
|
-
"LIEN": {
|
|
467
|
-
"EDITED": [null],
|
|
468
|
-
"FORCED": [null],
|
|
469
|
-
"INPUTED": [null],
|
|
470
|
-
"PREVIOUS": [null],
|
|
471
|
-
"COLLECTED": [null, "1", "3", "3"]
|
|
472
|
-
},
|
|
473
|
-
"MAA3": {
|
|
474
|
-
"EDITED": null,
|
|
475
|
-
"FORCED": null,
|
|
476
|
-
"INPUTED": null,
|
|
477
|
-
"PREVIOUS": null,
|
|
478
|
-
"COLLECTED": null
|
|
479
|
-
},
|
|
480
|
-
"OIHD": {
|
|
481
|
-
"EDITED": null,
|
|
482
|
-
"FORCED": null,
|
|
483
|
-
"INPUTED": null,
|
|
484
|
-
"PREVIOUS": null,
|
|
485
|
-
"COLLECTED": null
|
|
486
|
-
},
|
|
487
|
-
"OIHE": {
|
|
488
|
-
"EDITED": null,
|
|
489
|
-
"FORCED": null,
|
|
490
|
-
"INPUTED": null,
|
|
491
|
-
"PREVIOUS": null,
|
|
492
|
-
"COLLECTED": null
|
|
493
|
-
},
|
|
494
|
-
"OLAD": {
|
|
495
|
-
"EDITED": null,
|
|
496
|
-
"FORCED": null,
|
|
497
|
-
"INPUTED": null,
|
|
498
|
-
"PREVIOUS": null,
|
|
499
|
-
"COLLECTED": null
|
|
500
|
-
},
|
|
501
|
-
"OQAD": {
|
|
502
|
-
"EDITED": null,
|
|
503
|
-
"FORCED": null,
|
|
504
|
-
"INPUTED": null,
|
|
505
|
-
"PREVIOUS": null,
|
|
506
|
-
"COLLECTED": null
|
|
507
|
-
},
|
|
508
|
-
"SDL2": {
|
|
509
|
-
"EDITED": [null],
|
|
510
|
-
"FORCED": [null],
|
|
511
|
-
"INPUTED": [null],
|
|
512
|
-
"PREVIOUS": [null],
|
|
513
|
-
"COLLECTED": [null]
|
|
514
|
-
},
|
|
515
|
-
"SDL4": {
|
|
516
|
-
"EDITED": [null],
|
|
517
|
-
"FORCED": [null],
|
|
518
|
-
"INPUTED": [null],
|
|
519
|
-
"PREVIOUS": [null],
|
|
520
|
-
"COLLECTED": [null]
|
|
521
|
-
},
|
|
522
|
-
"SDN1": {
|
|
523
|
-
"EDITED": [null],
|
|
524
|
-
"FORCED": [null],
|
|
525
|
-
"INPUTED": [null],
|
|
526
|
-
"PREVIOUS": [null],
|
|
527
|
-
"COLLECTED": [null]
|
|
528
|
-
},
|
|
529
|
-
"SDT1": {
|
|
530
|
-
"EDITED": [null],
|
|
531
|
-
"FORCED": [null],
|
|
532
|
-
"INPUTED": [null],
|
|
533
|
-
"PREVIOUS": [null],
|
|
534
|
-
"COLLECTED": [null]
|
|
535
|
-
},
|
|
536
|
-
"SDT2": {
|
|
537
|
-
"EDITED": [null],
|
|
538
|
-
"FORCED": [null],
|
|
539
|
-
"INPUTED": [null],
|
|
540
|
-
"PREVIOUS": [null],
|
|
541
|
-
"COLLECTED": [null]
|
|
542
|
-
},
|
|
543
|
-
"SEXE": {
|
|
544
|
-
"EDITED": [null],
|
|
545
|
-
"FORCED": [null],
|
|
546
|
-
"INPUTED": [null],
|
|
547
|
-
"PREVIOUS": [null],
|
|
548
|
-
"COLLECTED": ["1", "2", "2", "1"]
|
|
549
|
-
},
|
|
550
|
-
"UWEB": {
|
|
551
|
-
"EDITED": null,
|
|
552
|
-
"FORCED": null,
|
|
553
|
-
"INPUTED": null,
|
|
554
|
-
"PREVIOUS": null,
|
|
555
|
-
"COLLECTED": null
|
|
556
|
-
},
|
|
557
|
-
"VAID": {
|
|
558
|
-
"EDITED": null,
|
|
559
|
-
"FORCED": null,
|
|
560
|
-
"INPUTED": null,
|
|
561
|
-
"PREVIOUS": null,
|
|
562
|
-
"COLLECTED": null
|
|
563
|
-
},
|
|
564
|
-
"VDD1": {
|
|
565
|
-
"EDITED": null,
|
|
566
|
-
"FORCED": null,
|
|
567
|
-
"INPUTED": null,
|
|
568
|
-
"PREVIOUS": null,
|
|
569
|
-
"COLLECTED": null
|
|
570
|
-
},
|
|
571
|
-
"VDSY": {
|
|
572
|
-
"EDITED": null,
|
|
573
|
-
"FORCED": null,
|
|
574
|
-
"INPUTED": null,
|
|
575
|
-
"PREVIOUS": null,
|
|
576
|
-
"COLLECTED": null
|
|
577
|
-
},
|
|
578
|
-
"VFFH": {
|
|
579
|
-
"EDITED": null,
|
|
580
|
-
"FORCED": null,
|
|
581
|
-
"INPUTED": null,
|
|
582
|
-
"PREVIOUS": null,
|
|
583
|
-
"COLLECTED": null
|
|
584
|
-
},
|
|
585
|
-
"VFLA": {
|
|
586
|
-
"EDITED": null,
|
|
587
|
-
"FORCED": null,
|
|
588
|
-
"INPUTED": null,
|
|
589
|
-
"PREVIOUS": null,
|
|
590
|
-
"COLLECTED": null
|
|
591
|
-
},
|
|
592
|
-
"VLA1": {
|
|
593
|
-
"EDITED": null,
|
|
594
|
-
"FORCED": null,
|
|
595
|
-
"INPUTED": null,
|
|
596
|
-
"PREVIOUS": null,
|
|
597
|
-
"COLLECTED": null
|
|
598
|
-
},
|
|
599
|
-
"VLRD": {
|
|
600
|
-
"EDITED": null,
|
|
601
|
-
"FORCED": null,
|
|
602
|
-
"INPUTED": null,
|
|
603
|
-
"PREVIOUS": null,
|
|
604
|
-
"COLLECTED": null
|
|
605
|
-
},
|
|
606
|
-
"VPID": {
|
|
607
|
-
"EDITED": null,
|
|
608
|
-
"FORCED": null,
|
|
609
|
-
"INPUTED": null,
|
|
610
|
-
"PREVIOUS": null,
|
|
611
|
-
"COLLECTED": null
|
|
612
|
-
},
|
|
613
|
-
"VPRA": {
|
|
614
|
-
"EDITED": null,
|
|
615
|
-
"FORCED": null,
|
|
616
|
-
"INPUTED": null,
|
|
617
|
-
"PREVIOUS": null,
|
|
618
|
-
"COLLECTED": null
|
|
619
|
-
},
|
|
620
|
-
"VSO1": {
|
|
621
|
-
"EDITED": null,
|
|
622
|
-
"FORCED": null,
|
|
623
|
-
"INPUTED": null,
|
|
624
|
-
"PREVIOUS": null,
|
|
625
|
-
"COLLECTED": null
|
|
626
|
-
},
|
|
627
|
-
"VTL1": {
|
|
628
|
-
"EDITED": null,
|
|
629
|
-
"FORCED": null,
|
|
630
|
-
"INPUTED": null,
|
|
631
|
-
"PREVIOUS": null,
|
|
632
|
-
"COLLECTED": null
|
|
633
|
-
},
|
|
634
|
-
"VTLD": {
|
|
635
|
-
"EDITED": null,
|
|
636
|
-
"FORCED": null,
|
|
637
|
-
"INPUTED": null,
|
|
638
|
-
"PREVIOUS": null,
|
|
639
|
-
"COLLECTED": null
|
|
640
|
-
},
|
|
641
|
-
"CHGNC": {
|
|
642
|
-
"EDITED": null,
|
|
643
|
-
"FORCED": null,
|
|
644
|
-
"INPUTED": null,
|
|
645
|
-
"PREVIOUS": null,
|
|
646
|
-
"COLLECTED": null
|
|
647
|
-
},
|
|
648
|
-
"DAGEO": {
|
|
649
|
-
"EDITED": null,
|
|
650
|
-
"FORCED": null,
|
|
651
|
-
"INPUTED": null,
|
|
652
|
-
"PREVIOUS": null,
|
|
653
|
-
"COLLECTED": null
|
|
654
|
-
},
|
|
655
|
-
"DAGRL": {
|
|
656
|
-
"EDITED": null,
|
|
657
|
-
"FORCED": null,
|
|
658
|
-
"INPUTED": null,
|
|
659
|
-
"PREVIOUS": null,
|
|
660
|
-
"COLLECTED": null
|
|
661
|
-
},
|
|
662
|
-
"EAMIA": {
|
|
663
|
-
"EDITED": [null],
|
|
664
|
-
"FORCED": [null],
|
|
665
|
-
"INPUTED": [null],
|
|
666
|
-
"PREVIOUS": [null],
|
|
667
|
-
"COLLECTED": [null]
|
|
668
|
-
},
|
|
669
|
-
"EAMIH": {
|
|
670
|
-
"EDITED": [null],
|
|
671
|
-
"FORCED": [null],
|
|
672
|
-
"INPUTED": [null],
|
|
673
|
-
"PREVIOUS": [null],
|
|
674
|
-
"COLLECTED": [null]
|
|
675
|
-
},
|
|
676
|
-
"EAMIK": {
|
|
677
|
-
"EDITED": [null],
|
|
678
|
-
"FORCED": [null],
|
|
679
|
-
"INPUTED": [null],
|
|
680
|
-
"PREVIOUS": [null],
|
|
681
|
-
"COLLECTED": [null]
|
|
682
|
-
},
|
|
683
|
-
"EAMIL": {
|
|
684
|
-
"EDITED": [null],
|
|
685
|
-
"FORCED": [null],
|
|
686
|
-
"INPUTED": [null],
|
|
687
|
-
"PREVIOUS": [null],
|
|
688
|
-
"COLLECTED": [null]
|
|
689
|
-
},
|
|
690
|
-
"EPAS1": {
|
|
691
|
-
"EDITED": [null],
|
|
692
|
-
"FORCED": [null],
|
|
693
|
-
"INPUTED": [null],
|
|
694
|
-
"PREVIOUS": [null],
|
|
695
|
-
"COLLECTED": [null]
|
|
696
|
-
},
|
|
697
|
-
"EPASB": {
|
|
698
|
-
"EDITED": [null],
|
|
699
|
-
"FORCED": [null],
|
|
700
|
-
"INPUTED": [null],
|
|
701
|
-
"PREVIOUS": [null],
|
|
702
|
-
"COLLECTED": [null]
|
|
703
|
-
},
|
|
704
|
-
"EPASC": {
|
|
705
|
-
"EDITED": [null],
|
|
706
|
-
"FORCED": [null],
|
|
707
|
-
"INPUTED": [null],
|
|
708
|
-
"PREVIOUS": [null],
|
|
709
|
-
"COLLECTED": [null]
|
|
710
|
-
},
|
|
711
|
-
"EPROJ": {
|
|
712
|
-
"EDITED": [null],
|
|
713
|
-
"FORCED": [null],
|
|
714
|
-
"INPUTED": [null],
|
|
715
|
-
"PREVIOUS": [null],
|
|
716
|
-
"COLLECTED": [null]
|
|
717
|
-
},
|
|
718
|
-
"GARDE": {
|
|
719
|
-
"EDITED": [null],
|
|
720
|
-
"FORCED": [null],
|
|
721
|
-
"INPUTED": [null],
|
|
722
|
-
"PREVIOUS": [null],
|
|
723
|
-
"COLLECTED": [null, null, null, null]
|
|
724
|
-
},
|
|
725
|
-
"HPEUP": {
|
|
726
|
-
"EDITED": null,
|
|
727
|
-
"FORCED": null,
|
|
728
|
-
"INPUTED": null,
|
|
729
|
-
"PREVIOUS": null,
|
|
730
|
-
"COLLECTED": null
|
|
731
|
-
},
|
|
732
|
-
"HTLC1": {
|
|
733
|
-
"EDITED": null,
|
|
734
|
-
"FORCED": null,
|
|
735
|
-
"INPUTED": null,
|
|
736
|
-
"PREVIOUS": null,
|
|
737
|
-
"COLLECTED": "1"
|
|
738
|
-
},
|
|
739
|
-
"IAATC": {
|
|
740
|
-
"EDITED": null,
|
|
741
|
-
"FORCED": null,
|
|
742
|
-
"INPUTED": null,
|
|
743
|
-
"PREVIOUS": null,
|
|
744
|
-
"COLLECTED": "5"
|
|
745
|
-
},
|
|
746
|
-
"KDLK1": {
|
|
747
|
-
"EDITED": null,
|
|
748
|
-
"FORCED": null,
|
|
749
|
-
"INPUTED": null,
|
|
750
|
-
"PREVIOUS": null,
|
|
751
|
-
"COLLECTED": null
|
|
752
|
-
},
|
|
753
|
-
"KDLK2": {
|
|
754
|
-
"EDITED": null,
|
|
755
|
-
"FORCED": null,
|
|
756
|
-
"INPUTED": null,
|
|
757
|
-
"PREVIOUS": null,
|
|
758
|
-
"COLLECTED": null
|
|
759
|
-
},
|
|
760
|
-
"KGA11": {
|
|
761
|
-
"EDITED": null,
|
|
762
|
-
"FORCED": null,
|
|
763
|
-
"INPUTED": null,
|
|
764
|
-
"PREVIOUS": null,
|
|
765
|
-
"COLLECTED": null
|
|
766
|
-
},
|
|
767
|
-
"KGA12": {
|
|
768
|
-
"EDITED": null,
|
|
769
|
-
"FORCED": null,
|
|
770
|
-
"INPUTED": null,
|
|
771
|
-
"PREVIOUS": null,
|
|
772
|
-
"COLLECTED": null
|
|
773
|
-
},
|
|
774
|
-
"KGA13": {
|
|
775
|
-
"EDITED": null,
|
|
776
|
-
"FORCED": null,
|
|
777
|
-
"INPUTED": null,
|
|
778
|
-
"PREVIOUS": null,
|
|
779
|
-
"COLLECTED": null
|
|
780
|
-
},
|
|
781
|
-
"KGA14": {
|
|
782
|
-
"EDITED": null,
|
|
783
|
-
"FORCED": null,
|
|
784
|
-
"INPUTED": null,
|
|
785
|
-
"PREVIOUS": null,
|
|
786
|
-
"COLLECTED": null
|
|
787
|
-
},
|
|
788
|
-
"KGRAA": {
|
|
789
|
-
"EDITED": null,
|
|
790
|
-
"FORCED": null,
|
|
791
|
-
"INPUTED": null,
|
|
792
|
-
"PREVIOUS": null,
|
|
793
|
-
"COLLECTED": null
|
|
794
|
-
},
|
|
795
|
-
"KPISC": {
|
|
796
|
-
"EDITED": null,
|
|
797
|
-
"FORCED": null,
|
|
798
|
-
"INPUTED": null,
|
|
799
|
-
"PREVIOUS": null,
|
|
800
|
-
"COLLECTED": null
|
|
801
|
-
},
|
|
802
|
-
"KSJPC": {
|
|
803
|
-
"EDITED": null,
|
|
804
|
-
"FORCED": null,
|
|
805
|
-
"INPUTED": null,
|
|
806
|
-
"PREVIOUS": null,
|
|
807
|
-
"COLLECTED": null
|
|
808
|
-
},
|
|
809
|
-
"KSJPI": {
|
|
810
|
-
"EDITED": null,
|
|
811
|
-
"FORCED": null,
|
|
812
|
-
"INPUTED": null,
|
|
813
|
-
"PREVIOUS": null,
|
|
814
|
-
"COLLECTED": null
|
|
815
|
-
},
|
|
816
|
-
"KVELO": {
|
|
817
|
-
"EDITED": null,
|
|
818
|
-
"FORCED": null,
|
|
819
|
-
"INPUTED": null,
|
|
820
|
-
"PREVIOUS": null,
|
|
821
|
-
"COLLECTED": null
|
|
822
|
-
},
|
|
823
|
-
"LIMT1": {
|
|
824
|
-
"EDITED": null,
|
|
825
|
-
"FORCED": null,
|
|
826
|
-
"INPUTED": null,
|
|
827
|
-
"PREVIOUS": null,
|
|
828
|
-
"COLLECTED": null
|
|
829
|
-
},
|
|
830
|
-
"LIMT2": {
|
|
831
|
-
"EDITED": [null],
|
|
832
|
-
"FORCED": [null],
|
|
833
|
-
"INPUTED": [null],
|
|
834
|
-
"PREVIOUS": [null],
|
|
835
|
-
"COLLECTED": [null]
|
|
836
|
-
},
|
|
837
|
-
"LNAIS": {
|
|
838
|
-
"EDITED": [null],
|
|
839
|
-
"FORCED": [null],
|
|
840
|
-
"INPUTED": [null],
|
|
841
|
-
"PREVIOUS": [null],
|
|
842
|
-
"COLLECTED": ["1", "1", "1", "1"]
|
|
843
|
-
},
|
|
844
|
-
"LOGCO": {
|
|
845
|
-
"EDITED": [null],
|
|
846
|
-
"FORCED": [null],
|
|
847
|
-
"INPUTED": [null],
|
|
848
|
-
"PREVIOUS": [null],
|
|
849
|
-
"COLLECTED": [null, null, null, null]
|
|
850
|
-
},
|
|
851
|
-
"MAA2A": {
|
|
852
|
-
"EDITED": null,
|
|
853
|
-
"FORCED": null,
|
|
854
|
-
"INPUTED": null,
|
|
855
|
-
"PREVIOUS": null,
|
|
856
|
-
"COLLECTED": null
|
|
857
|
-
},
|
|
858
|
-
"MAA2M": {
|
|
859
|
-
"EDITED": null,
|
|
860
|
-
"FORCED": null,
|
|
861
|
-
"INPUTED": null,
|
|
862
|
-
"PREVIOUS": null,
|
|
863
|
-
"COLLECTED": null
|
|
864
|
-
},
|
|
865
|
-
"MAA3A": {
|
|
866
|
-
"EDITED": null,
|
|
867
|
-
"FORCED": null,
|
|
868
|
-
"INPUTED": null,
|
|
869
|
-
"PREVIOUS": null,
|
|
870
|
-
"COLLECTED": null
|
|
871
|
-
},
|
|
872
|
-
"MAA3M": {
|
|
873
|
-
"EDITED": null,
|
|
874
|
-
"FORCED": null,
|
|
875
|
-
"INPUTED": null,
|
|
876
|
-
"PREVIOUS": null,
|
|
877
|
-
"COLLECTED": null
|
|
878
|
-
},
|
|
879
|
-
"MCHR1": {
|
|
880
|
-
"EDITED": null,
|
|
881
|
-
"FORCED": null,
|
|
882
|
-
"INPUTED": null,
|
|
883
|
-
"PREVIOUS": null,
|
|
884
|
-
"COLLECTED": null
|
|
885
|
-
},
|
|
886
|
-
"MCHR2": {
|
|
887
|
-
"EDITED": [null],
|
|
888
|
-
"FORCED": [null],
|
|
889
|
-
"INPUTED": [null],
|
|
890
|
-
"PREVIOUS": [null],
|
|
891
|
-
"COLLECTED": [null]
|
|
892
|
-
},
|
|
893
|
-
"NBHAB": {
|
|
894
|
-
"EDITED": null,
|
|
895
|
-
"FORCED": null,
|
|
896
|
-
"INPUTED": null,
|
|
897
|
-
"PREVIOUS": null,
|
|
898
|
-
"COLLECTED": "4"
|
|
899
|
-
},
|
|
900
|
-
"OIHB1": {
|
|
901
|
-
"EDITED": null,
|
|
902
|
-
"FORCED": null,
|
|
903
|
-
"INPUTED": null,
|
|
904
|
-
"PREVIOUS": null,
|
|
905
|
-
"COLLECTED": null
|
|
906
|
-
},
|
|
907
|
-
"OIHB2": {
|
|
908
|
-
"EDITED": null,
|
|
909
|
-
"FORCED": null,
|
|
910
|
-
"INPUTED": null,
|
|
911
|
-
"PREVIOUS": null,
|
|
912
|
-
"COLLECTED": null
|
|
913
|
-
},
|
|
914
|
-
"OIHB3": {
|
|
915
|
-
"EDITED": null,
|
|
916
|
-
"FORCED": null,
|
|
917
|
-
"INPUTED": null,
|
|
918
|
-
"PREVIOUS": null,
|
|
919
|
-
"COLLECTED": null
|
|
920
|
-
},
|
|
921
|
-
"OIHC1": {
|
|
922
|
-
"EDITED": null,
|
|
923
|
-
"FORCED": null,
|
|
924
|
-
"INPUTED": null,
|
|
925
|
-
"PREVIOUS": null,
|
|
926
|
-
"COLLECTED": null
|
|
927
|
-
},
|
|
928
|
-
"OIHC2": {
|
|
929
|
-
"EDITED": null,
|
|
930
|
-
"FORCED": null,
|
|
931
|
-
"INPUTED": null,
|
|
932
|
-
"PREVIOUS": null,
|
|
933
|
-
"COLLECTED": null
|
|
934
|
-
},
|
|
935
|
-
"OIHC3": {
|
|
936
|
-
"EDITED": null,
|
|
937
|
-
"FORCED": null,
|
|
938
|
-
"INPUTED": null,
|
|
939
|
-
"PREVIOUS": null,
|
|
940
|
-
"COLLECTED": null
|
|
941
|
-
},
|
|
942
|
-
"OIHC4": {
|
|
943
|
-
"EDITED": null,
|
|
944
|
-
"FORCED": null,
|
|
945
|
-
"INPUTED": null,
|
|
946
|
-
"PREVIOUS": null,
|
|
947
|
-
"COLLECTED": null
|
|
948
|
-
},
|
|
949
|
-
"OIHC5": {
|
|
950
|
-
"EDITED": null,
|
|
951
|
-
"FORCED": null,
|
|
952
|
-
"INPUTED": null,
|
|
953
|
-
"PREVIOUS": null,
|
|
954
|
-
"COLLECTED": null
|
|
955
|
-
},
|
|
956
|
-
"OIHC6": {
|
|
957
|
-
"EDITED": null,
|
|
958
|
-
"FORCED": null,
|
|
959
|
-
"INPUTED": null,
|
|
960
|
-
"PREVIOUS": null,
|
|
961
|
-
"COLLECTED": null
|
|
962
|
-
},
|
|
963
|
-
"OIHF1": {
|
|
964
|
-
"EDITED": null,
|
|
965
|
-
"FORCED": null,
|
|
966
|
-
"INPUTED": null,
|
|
967
|
-
"PREVIOUS": null,
|
|
968
|
-
"COLLECTED": null
|
|
969
|
-
},
|
|
970
|
-
"OIHF2": {
|
|
971
|
-
"EDITED": null,
|
|
972
|
-
"FORCED": null,
|
|
973
|
-
"INPUTED": null,
|
|
974
|
-
"PREVIOUS": null,
|
|
975
|
-
"COLLECTED": null
|
|
976
|
-
},
|
|
977
|
-
"OIHF3": {
|
|
978
|
-
"EDITED": null,
|
|
979
|
-
"FORCED": null,
|
|
980
|
-
"INPUTED": null,
|
|
981
|
-
"PREVIOUS": null,
|
|
982
|
-
"COLLECTED": null
|
|
983
|
-
},
|
|
984
|
-
"OIHF4": {
|
|
985
|
-
"EDITED": null,
|
|
986
|
-
"FORCED": null,
|
|
987
|
-
"INPUTED": null,
|
|
988
|
-
"PREVIOUS": null,
|
|
989
|
-
"COLLECTED": null
|
|
990
|
-
},
|
|
991
|
-
"OIHF5": {
|
|
992
|
-
"EDITED": null,
|
|
993
|
-
"FORCED": null,
|
|
994
|
-
"INPUTED": null,
|
|
995
|
-
"PREVIOUS": null,
|
|
996
|
-
"COLLECTED": null
|
|
997
|
-
},
|
|
998
|
-
"OIHF6": {
|
|
999
|
-
"EDITED": null,
|
|
1000
|
-
"FORCED": null,
|
|
1001
|
-
"INPUTED": null,
|
|
1002
|
-
"PREVIOUS": null,
|
|
1003
|
-
"COLLECTED": null
|
|
1004
|
-
},
|
|
1005
|
-
"SANT1": {
|
|
1006
|
-
"EDITED": null,
|
|
1007
|
-
"FORCED": null,
|
|
1008
|
-
"INPUTED": null,
|
|
1009
|
-
"PREVIOUS": null,
|
|
1010
|
-
"COLLECTED": null
|
|
1011
|
-
},
|
|
1012
|
-
"SDL11": {
|
|
1013
|
-
"EDITED": [null],
|
|
1014
|
-
"FORCED": [null],
|
|
1015
|
-
"INPUTED": [null],
|
|
1016
|
-
"PREVIOUS": [null],
|
|
1017
|
-
"COLLECTED": [null]
|
|
1018
|
-
},
|
|
1019
|
-
"SDL12": {
|
|
1020
|
-
"EDITED": [null],
|
|
1021
|
-
"FORCED": [null],
|
|
1022
|
-
"INPUTED": [null],
|
|
1023
|
-
"PREVIOUS": [null],
|
|
1024
|
-
"COLLECTED": [null]
|
|
1025
|
-
},
|
|
1026
|
-
"SDL13": {
|
|
1027
|
-
"EDITED": [null],
|
|
1028
|
-
"FORCED": [null],
|
|
1029
|
-
"INPUTED": [null],
|
|
1030
|
-
"PREVIOUS": [null],
|
|
1031
|
-
"COLLECTED": [null]
|
|
1032
|
-
},
|
|
1033
|
-
"SDL14": {
|
|
1034
|
-
"EDITED": [null],
|
|
1035
|
-
"FORCED": [null],
|
|
1036
|
-
"INPUTED": [null],
|
|
1037
|
-
"PREVIOUS": [null],
|
|
1038
|
-
"COLLECTED": [null]
|
|
1039
|
-
},
|
|
1040
|
-
"SDL15": {
|
|
1041
|
-
"EDITED": [null],
|
|
1042
|
-
"FORCED": [null],
|
|
1043
|
-
"INPUTED": [null],
|
|
1044
|
-
"PREVIOUS": [null],
|
|
1045
|
-
"COLLECTED": [null]
|
|
1046
|
-
},
|
|
1047
|
-
"SDL16": {
|
|
1048
|
-
"EDITED": [null],
|
|
1049
|
-
"FORCED": [null],
|
|
1050
|
-
"INPUTED": [null],
|
|
1051
|
-
"PREVIOUS": [null],
|
|
1052
|
-
"COLLECTED": [null]
|
|
1053
|
-
},
|
|
1054
|
-
"SDL17": {
|
|
1055
|
-
"EDITED": [null],
|
|
1056
|
-
"FORCED": [null],
|
|
1057
|
-
"INPUTED": [null],
|
|
1058
|
-
"PREVIOUS": [null],
|
|
1059
|
-
"COLLECTED": [null]
|
|
1060
|
-
},
|
|
1061
|
-
"SDTAD": {
|
|
1062
|
-
"EDITED": [null],
|
|
1063
|
-
"FORCED": [null],
|
|
1064
|
-
"INPUTED": [null],
|
|
1065
|
-
"PREVIOUS": [null],
|
|
1066
|
-
"COLLECTED": [null]
|
|
1067
|
-
},
|
|
1068
|
-
"SITUA": {
|
|
1069
|
-
"EDITED": [null],
|
|
1070
|
-
"FORCED": [null],
|
|
1071
|
-
"INPUTED": [null],
|
|
1072
|
-
"PREVIOUS": [null],
|
|
1073
|
-
"COLLECTED": ["1", "1", "2", "5"]
|
|
1074
|
-
},
|
|
1075
|
-
"STOC1": {
|
|
1076
|
-
"EDITED": null,
|
|
1077
|
-
"FORCED": null,
|
|
1078
|
-
"INPUTED": null,
|
|
1079
|
-
"PREVIOUS": null,
|
|
1080
|
-
"COLLECTED": "1"
|
|
1081
|
-
},
|
|
1082
|
-
"STOC2": {
|
|
1083
|
-
"EDITED": null,
|
|
1084
|
-
"FORCED": null,
|
|
1085
|
-
"INPUTED": null,
|
|
1086
|
-
"PREVIOUS": null,
|
|
1087
|
-
"COLLECTED": null
|
|
1088
|
-
},
|
|
1089
|
-
"STOCP": {
|
|
1090
|
-
"EDITED": null,
|
|
1091
|
-
"FORCED": null,
|
|
1092
|
-
"INPUTED": null,
|
|
1093
|
-
"PREVIOUS": null,
|
|
1094
|
-
"COLLECTED": "1"
|
|
1095
|
-
},
|
|
1096
|
-
"TELET": {
|
|
1097
|
-
"EDITED": [null],
|
|
1098
|
-
"FORCED": [null],
|
|
1099
|
-
"INPUTED": [null],
|
|
1100
|
-
"PREVIOUS": [null],
|
|
1101
|
-
"COLLECTED": ["3", "5", null, null]
|
|
1102
|
-
},
|
|
1103
|
-
"TRAGE": {
|
|
1104
|
-
"EDITED": [null],
|
|
1105
|
-
"FORCED": [null],
|
|
1106
|
-
"INPUTED": [null],
|
|
1107
|
-
"PREVIOUS": [null],
|
|
1108
|
-
"COLLECTED": [null, null, null, null]
|
|
1109
|
-
},
|
|
1110
|
-
"UNLOG": {
|
|
1111
|
-
"EDITED": [null],
|
|
1112
|
-
"FORCED": [null],
|
|
1113
|
-
"INPUTED": [null],
|
|
1114
|
-
"PREVIOUS": [null],
|
|
1115
|
-
"COLLECTED": ["1", "1", "1", "1"]
|
|
1116
|
-
},
|
|
1117
|
-
"VLAB1": {
|
|
1118
|
-
"EDITED": null,
|
|
1119
|
-
"FORCED": null,
|
|
1120
|
-
"INPUTED": null,
|
|
1121
|
-
"PREVIOUS": null,
|
|
1122
|
-
"COLLECTED": null
|
|
1123
|
-
},
|
|
1124
|
-
"VSURF": {
|
|
1125
|
-
"EDITED": null,
|
|
1126
|
-
"FORCED": null,
|
|
1127
|
-
"INPUTED": null,
|
|
1128
|
-
"PREVIOUS": null,
|
|
1129
|
-
"COLLECTED": null
|
|
1130
|
-
},
|
|
1131
|
-
"COUPLE": {
|
|
1132
|
-
"EDITED": [null],
|
|
1133
|
-
"FORCED": [null],
|
|
1134
|
-
"INPUTED": [null],
|
|
1135
|
-
"PREVIOUS": [null],
|
|
1136
|
-
"COLLECTED": ["1", "1", "3", "3"]
|
|
1137
|
-
},
|
|
1138
|
-
"DAGEO1": {
|
|
1139
|
-
"EDITED": null,
|
|
1140
|
-
"FORCED": null,
|
|
1141
|
-
"INPUTED": null,
|
|
1142
|
-
"PREVIOUS": null,
|
|
1143
|
-
"COLLECTED": null
|
|
1144
|
-
},
|
|
1145
|
-
"DAGEO2": {
|
|
1146
|
-
"EDITED": null,
|
|
1147
|
-
"FORCED": null,
|
|
1148
|
-
"INPUTED": null,
|
|
1149
|
-
"PREVIOUS": null,
|
|
1150
|
-
"COLLECTED": null
|
|
1151
|
-
},
|
|
1152
|
-
"DAGEO3": {
|
|
1153
|
-
"EDITED": null,
|
|
1154
|
-
"FORCED": null,
|
|
1155
|
-
"INPUTED": null,
|
|
1156
|
-
"PREVIOUS": null,
|
|
1157
|
-
"COLLECTED": null
|
|
1158
|
-
},
|
|
1159
|
-
"DEPART": {
|
|
1160
|
-
"EDITED": null,
|
|
1161
|
-
"FORCED": null,
|
|
1162
|
-
"INPUTED": null,
|
|
1163
|
-
"PREVIOUS": null,
|
|
1164
|
-
"COLLECTED": null
|
|
1165
|
-
},
|
|
1166
|
-
"DURLOG": {
|
|
1167
|
-
"EDITED": [null],
|
|
1168
|
-
"FORCED": [null],
|
|
1169
|
-
"INPUTED": [null],
|
|
1170
|
-
"PREVIOUS": [null],
|
|
1171
|
-
"COLLECTED": [null, null, null, null]
|
|
1172
|
-
},
|
|
1173
|
-
"ECOVID": {
|
|
1174
|
-
"EDITED": [null],
|
|
1175
|
-
"FORCED": [null],
|
|
1176
|
-
"INPUTED": [null],
|
|
1177
|
-
"PREVIOUS": [null],
|
|
1178
|
-
"COLLECTED": [null]
|
|
1179
|
-
},
|
|
1180
|
-
"EPROJB": {
|
|
1181
|
-
"EDITED": [null],
|
|
1182
|
-
"FORCED": [null],
|
|
1183
|
-
"INPUTED": [null],
|
|
1184
|
-
"PREVIOUS": [null],
|
|
1185
|
-
"COLLECTED": [null]
|
|
1186
|
-
},
|
|
1187
|
-
"EPROJC": {
|
|
1188
|
-
"EDITED": [null],
|
|
1189
|
-
"FORCED": [null],
|
|
1190
|
-
"INPUTED": [null],
|
|
1191
|
-
"PREVIOUS": [null],
|
|
1192
|
-
"COLLECTED": [null]
|
|
1193
|
-
},
|
|
1194
|
-
"EPROJD": {
|
|
1195
|
-
"EDITED": [null],
|
|
1196
|
-
"FORCED": [null],
|
|
1197
|
-
"INPUTED": [null],
|
|
1198
|
-
"PREVIOUS": [null],
|
|
1199
|
-
"COLLECTED": [null]
|
|
1200
|
-
},
|
|
1201
|
-
"ERET11": {
|
|
1202
|
-
"EDITED": [null],
|
|
1203
|
-
"FORCED": [null],
|
|
1204
|
-
"INPUTED": [null],
|
|
1205
|
-
"PREVIOUS": [null],
|
|
1206
|
-
"COLLECTED": [null]
|
|
1207
|
-
},
|
|
1208
|
-
"ERET12": {
|
|
1209
|
-
"EDITED": [null],
|
|
1210
|
-
"FORCED": [null],
|
|
1211
|
-
"INPUTED": [null],
|
|
1212
|
-
"PREVIOUS": [null],
|
|
1213
|
-
"COLLECTED": [null]
|
|
1214
|
-
},
|
|
1215
|
-
"ERET13": {
|
|
1216
|
-
"EDITED": [null],
|
|
1217
|
-
"FORCED": [null],
|
|
1218
|
-
"INPUTED": [null],
|
|
1219
|
-
"PREVIOUS": [null],
|
|
1220
|
-
"COLLECTED": [null]
|
|
1221
|
-
},
|
|
1222
|
-
"ERET14": {
|
|
1223
|
-
"EDITED": [null],
|
|
1224
|
-
"FORCED": [null],
|
|
1225
|
-
"INPUTED": [null],
|
|
1226
|
-
"PREVIOUS": [null],
|
|
1227
|
-
"COLLECTED": [null]
|
|
1228
|
-
},
|
|
1229
|
-
"ERET15": {
|
|
1230
|
-
"EDITED": [null],
|
|
1231
|
-
"FORCED": [null],
|
|
1232
|
-
"INPUTED": [null],
|
|
1233
|
-
"PREVIOUS": [null],
|
|
1234
|
-
"COLLECTED": [null]
|
|
1235
|
-
},
|
|
1236
|
-
"GRDIPA": {
|
|
1237
|
-
"EDITED": [null],
|
|
1238
|
-
"FORCED": [null],
|
|
1239
|
-
"INPUTED": [null],
|
|
1240
|
-
"PREVIOUS": [null],
|
|
1241
|
-
"COLLECTED": ["8", "4", "5", "5"]
|
|
1242
|
-
},
|
|
1243
|
-
"GRDIPB": {
|
|
1244
|
-
"EDITED": [null],
|
|
1245
|
-
"FORCED": [null],
|
|
1246
|
-
"INPUTED": [null],
|
|
1247
|
-
"PREVIOUS": [null],
|
|
1248
|
-
"COLLECTED": [null, null, null, null]
|
|
1249
|
-
},
|
|
1250
|
-
"GRDIPC": {
|
|
1251
|
-
"EDITED": [null],
|
|
1252
|
-
"FORCED": [null],
|
|
1253
|
-
"INPUTED": [null],
|
|
1254
|
-
"PREVIOUS": [null],
|
|
1255
|
-
"COLLECTED": ["1", null, null, null]
|
|
1256
|
-
},
|
|
1257
|
-
"IAATCD": {
|
|
1258
|
-
"EDITED": null,
|
|
1259
|
-
"FORCED": null,
|
|
1260
|
-
"INPUTED": null,
|
|
1261
|
-
"PREVIOUS": null,
|
|
1262
|
-
"COLLECTED": null
|
|
1263
|
-
},
|
|
1264
|
-
"KSJPIT": {
|
|
1265
|
-
"EDITED": null,
|
|
1266
|
-
"FORCED": null,
|
|
1267
|
-
"INPUTED": null,
|
|
1268
|
-
"PREVIOUS": null,
|
|
1269
|
-
"COLLECTED": null
|
|
1270
|
-
},
|
|
1271
|
-
"LOGAUT": {
|
|
1272
|
-
"EDITED": [null],
|
|
1273
|
-
"FORCED": [null],
|
|
1274
|
-
"INPUTED": [null],
|
|
1275
|
-
"PREVIOUS": [null],
|
|
1276
|
-
"COLLECTED": [null, null, null, null]
|
|
1277
|
-
},
|
|
1278
|
-
"LOGENQ": {
|
|
1279
|
-
"EDITED": [null],
|
|
1280
|
-
"FORCED": [null],
|
|
1281
|
-
"INPUTED": [null],
|
|
1282
|
-
"PREVIOUS": [null],
|
|
1283
|
-
"COLLECTED": [null, null, null, null]
|
|
1284
|
-
},
|
|
1285
|
-
"MAA2AC": {
|
|
1286
|
-
"EDITED": null,
|
|
1287
|
-
"FORCED": null,
|
|
1288
|
-
"INPUTED": null,
|
|
1289
|
-
"PREVIOUS": null,
|
|
1290
|
-
"COLLECTED": null
|
|
1291
|
-
},
|
|
1292
|
-
"MAA2MC": {
|
|
1293
|
-
"EDITED": null,
|
|
1294
|
-
"FORCED": null,
|
|
1295
|
-
"INPUTED": null,
|
|
1296
|
-
"PREVIOUS": null,
|
|
1297
|
-
"COLLECTED": null
|
|
1298
|
-
},
|
|
1299
|
-
"ODFRA2": {
|
|
1300
|
-
"EDITED": null,
|
|
1301
|
-
"FORCED": null,
|
|
1302
|
-
"INPUTED": null,
|
|
1303
|
-
"PREVIOUS": null,
|
|
1304
|
-
"COLLECTED": null
|
|
1305
|
-
},
|
|
1306
|
-
"OLAR11": {
|
|
1307
|
-
"EDITED": null,
|
|
1308
|
-
"FORCED": null,
|
|
1309
|
-
"INPUTED": null,
|
|
1310
|
-
"PREVIOUS": null,
|
|
1311
|
-
"COLLECTED": null
|
|
1312
|
-
},
|
|
1313
|
-
"OLAR12": {
|
|
1314
|
-
"EDITED": null,
|
|
1315
|
-
"FORCED": null,
|
|
1316
|
-
"INPUTED": null,
|
|
1317
|
-
"PREVIOUS": null,
|
|
1318
|
-
"COLLECTED": null
|
|
1319
|
-
},
|
|
1320
|
-
"OLAR13": {
|
|
1321
|
-
"EDITED": null,
|
|
1322
|
-
"FORCED": null,
|
|
1323
|
-
"INPUTED": null,
|
|
1324
|
-
"PREVIOUS": null,
|
|
1325
|
-
"COLLECTED": null
|
|
1326
|
-
},
|
|
1327
|
-
"OLAR14": {
|
|
1328
|
-
"EDITED": null,
|
|
1329
|
-
"FORCED": null,
|
|
1330
|
-
"INPUTED": null,
|
|
1331
|
-
"PREVIOUS": null,
|
|
1332
|
-
"COLLECTED": null
|
|
1333
|
-
},
|
|
1334
|
-
"OLAR15": {
|
|
1335
|
-
"EDITED": null,
|
|
1336
|
-
"FORCED": null,
|
|
1337
|
-
"INPUTED": null,
|
|
1338
|
-
"PREVIOUS": null,
|
|
1339
|
-
"COLLECTED": null
|
|
1340
|
-
},
|
|
1341
|
-
"OLAR21": {
|
|
1342
|
-
"EDITED": null,
|
|
1343
|
-
"FORCED": null,
|
|
1344
|
-
"INPUTED": null,
|
|
1345
|
-
"PREVIOUS": null,
|
|
1346
|
-
"COLLECTED": null
|
|
1347
|
-
},
|
|
1348
|
-
"OLAR22": {
|
|
1349
|
-
"EDITED": null,
|
|
1350
|
-
"FORCED": null,
|
|
1351
|
-
"INPUTED": null,
|
|
1352
|
-
"PREVIOUS": null,
|
|
1353
|
-
"COLLECTED": null
|
|
1354
|
-
},
|
|
1355
|
-
"OLAR23": {
|
|
1356
|
-
"EDITED": null,
|
|
1357
|
-
"FORCED": null,
|
|
1358
|
-
"INPUTED": null,
|
|
1359
|
-
"PREVIOUS": null,
|
|
1360
|
-
"COLLECTED": null
|
|
1361
|
-
},
|
|
1362
|
-
"OLAR24": {
|
|
1363
|
-
"EDITED": null,
|
|
1364
|
-
"FORCED": null,
|
|
1365
|
-
"INPUTED": null,
|
|
1366
|
-
"PREVIOUS": null,
|
|
1367
|
-
"COLLECTED": null
|
|
1368
|
-
},
|
|
1369
|
-
"OLAR25": {
|
|
1370
|
-
"EDITED": null,
|
|
1371
|
-
"FORCED": null,
|
|
1372
|
-
"INPUTED": null,
|
|
1373
|
-
"PREVIOUS": null,
|
|
1374
|
-
"COLLECTED": null
|
|
1375
|
-
},
|
|
1376
|
-
"OLAR31": {
|
|
1377
|
-
"EDITED": null,
|
|
1378
|
-
"FORCED": null,
|
|
1379
|
-
"INPUTED": null,
|
|
1380
|
-
"PREVIOUS": null,
|
|
1381
|
-
"COLLECTED": null
|
|
1382
|
-
},
|
|
1383
|
-
"OLAR32": {
|
|
1384
|
-
"EDITED": null,
|
|
1385
|
-
"FORCED": null,
|
|
1386
|
-
"INPUTED": null,
|
|
1387
|
-
"PREVIOUS": null,
|
|
1388
|
-
"COLLECTED": null
|
|
1389
|
-
},
|
|
1390
|
-
"OLAR33": {
|
|
1391
|
-
"EDITED": null,
|
|
1392
|
-
"FORCED": null,
|
|
1393
|
-
"INPUTED": null,
|
|
1394
|
-
"PREVIOUS": null,
|
|
1395
|
-
"COLLECTED": null
|
|
1396
|
-
},
|
|
1397
|
-
"SANTE2": {
|
|
1398
|
-
"EDITED": [null],
|
|
1399
|
-
"FORCED": [null],
|
|
1400
|
-
"INPUTED": [null],
|
|
1401
|
-
"PREVIOUS": [null],
|
|
1402
|
-
"COLLECTED": [null]
|
|
1403
|
-
},
|
|
1404
|
-
"STOCA3": {
|
|
1405
|
-
"EDITED": [null],
|
|
1406
|
-
"FORCED": [null],
|
|
1407
|
-
"INPUTED": [null],
|
|
1408
|
-
"PREVIOUS": [null],
|
|
1409
|
-
"COLLECTED": [null, null, null, null]
|
|
1410
|
-
},
|
|
1411
|
-
"STOCA4": {
|
|
1412
|
-
"EDITED": [null],
|
|
1413
|
-
"FORCED": [null],
|
|
1414
|
-
"INPUTED": [null],
|
|
1415
|
-
"PREVIOUS": [null],
|
|
1416
|
-
"COLLECTED": ["1", "1", "2", "2"]
|
|
1417
|
-
},
|
|
1418
|
-
"STOCB1": {
|
|
1419
|
-
"EDITED": [null],
|
|
1420
|
-
"FORCED": [null],
|
|
1421
|
-
"INPUTED": [null],
|
|
1422
|
-
"PREVIOUS": [null],
|
|
1423
|
-
"COLLECTED": [null, null, null, null]
|
|
1424
|
-
},
|
|
1425
|
-
"TELMOB": {
|
|
1426
|
-
"EDITED": null,
|
|
1427
|
-
"FORCED": null,
|
|
1428
|
-
"INPUTED": null,
|
|
1429
|
-
"PREVIOUS": null,
|
|
1430
|
-
"COLLECTED": null
|
|
1431
|
-
},
|
|
1432
|
-
"VACHAL": {
|
|
1433
|
-
"EDITED": null,
|
|
1434
|
-
"FORCED": null,
|
|
1435
|
-
"INPUTED": null,
|
|
1436
|
-
"PREVIOUS": null,
|
|
1437
|
-
"COLLECTED": null
|
|
1438
|
-
},
|
|
1439
|
-
"VCRCOM": {
|
|
1440
|
-
"EDITED": null,
|
|
1441
|
-
"FORCED": null,
|
|
1442
|
-
"INPUTED": null,
|
|
1443
|
-
"PREVIOUS": null,
|
|
1444
|
-
"COLLECTED": null
|
|
1445
|
-
},
|
|
1446
|
-
"VLOYER": {
|
|
1447
|
-
"EDITED": null,
|
|
1448
|
-
"FORCED": null,
|
|
1449
|
-
"INPUTED": null,
|
|
1450
|
-
"PREVIOUS": null,
|
|
1451
|
-
"COLLECTED": null
|
|
1452
|
-
},
|
|
1453
|
-
"VMODM1": {
|
|
1454
|
-
"EDITED": null,
|
|
1455
|
-
"FORCED": null,
|
|
1456
|
-
"INPUTED": null,
|
|
1457
|
-
"PREVIOUS": null,
|
|
1458
|
-
"COLLECTED": null
|
|
1459
|
-
},
|
|
1460
|
-
"VMODM2": {
|
|
1461
|
-
"EDITED": null,
|
|
1462
|
-
"FORCED": null,
|
|
1463
|
-
"INPUTED": null,
|
|
1464
|
-
"PREVIOUS": null,
|
|
1465
|
-
"COLLECTED": null
|
|
1466
|
-
},
|
|
1467
|
-
"VMODM3": {
|
|
1468
|
-
"EDITED": null,
|
|
1469
|
-
"FORCED": null,
|
|
1470
|
-
"INPUTED": null,
|
|
1471
|
-
"PREVIOUS": null,
|
|
1472
|
-
"COLLECTED": null
|
|
1473
|
-
},
|
|
1474
|
-
"VMODM4": {
|
|
1475
|
-
"EDITED": null,
|
|
1476
|
-
"FORCED": null,
|
|
1477
|
-
"INPUTED": null,
|
|
1478
|
-
"PREVIOUS": null,
|
|
1479
|
-
"COLLECTED": null
|
|
1480
|
-
},
|
|
1481
|
-
"VMODM5": {
|
|
1482
|
-
"EDITED": null,
|
|
1483
|
-
"FORCED": null,
|
|
1484
|
-
"INPUTED": null,
|
|
1485
|
-
"PREVIOUS": null,
|
|
1486
|
-
"COLLECTED": null
|
|
1487
|
-
},
|
|
1488
|
-
"VMODM6": {
|
|
1489
|
-
"EDITED": null,
|
|
1490
|
-
"FORCED": null,
|
|
1491
|
-
"INPUTED": null,
|
|
1492
|
-
"PREVIOUS": null,
|
|
1493
|
-
"COLLECTED": null
|
|
1494
|
-
},
|
|
1495
|
-
"VMODM7": {
|
|
1496
|
-
"EDITED": null,
|
|
1497
|
-
"FORCED": null,
|
|
1498
|
-
"INPUTED": null,
|
|
1499
|
-
"PREVIOUS": null,
|
|
1500
|
-
"COLLECTED": null
|
|
1501
|
-
},
|
|
1502
|
-
"VSURFD": {
|
|
1503
|
-
"EDITED": null,
|
|
1504
|
-
"FORCED": null,
|
|
1505
|
-
"INPUTED": null,
|
|
1506
|
-
"PREVIOUS": null,
|
|
1507
|
-
"COLLECTED": null
|
|
1508
|
-
},
|
|
1509
|
-
"VVENDL": {
|
|
1510
|
-
"EDITED": null,
|
|
1511
|
-
"FORCED": null,
|
|
1512
|
-
"INPUTED": null,
|
|
1513
|
-
"PREVIOUS": null,
|
|
1514
|
-
"COLLECTED": null
|
|
1515
|
-
},
|
|
1516
|
-
"CIVCOLL": {
|
|
1517
|
-
"EDITED": null,
|
|
1518
|
-
"FORCED": null,
|
|
1519
|
-
"INPUTED": null,
|
|
1520
|
-
"PREVIOUS": null,
|
|
1521
|
-
"COLLECTED": null
|
|
1522
|
-
},
|
|
1523
|
-
"DALOBIS": {
|
|
1524
|
-
"EDITED": null,
|
|
1525
|
-
"FORCED": null,
|
|
1526
|
-
"INPUTED": null,
|
|
1527
|
-
"PREVIOUS": null,
|
|
1528
|
-
"COLLECTED": null
|
|
1529
|
-
},
|
|
1530
|
-
"DEPNAIS": {
|
|
1531
|
-
"EDITED": [null],
|
|
1532
|
-
"FORCED": [null],
|
|
1533
|
-
"INPUTED": [null],
|
|
1534
|
-
"PREVIOUS": [null],
|
|
1535
|
-
"COLLECTED": [null, null, null, null]
|
|
1536
|
-
},
|
|
1537
|
-
"DSTLOC2": {
|
|
1538
|
-
"EDITED": null,
|
|
1539
|
-
"FORCED": null,
|
|
1540
|
-
"INPUTED": null,
|
|
1541
|
-
"PREVIOUS": null,
|
|
1542
|
-
"COLLECTED": null
|
|
1543
|
-
},
|
|
1544
|
-
"EAMID11": {
|
|
1545
|
-
"EDITED": [null],
|
|
1546
|
-
"FORCED": [null],
|
|
1547
|
-
"INPUTED": [null],
|
|
1548
|
-
"PREVIOUS": [null],
|
|
1549
|
-
"COLLECTED": [null]
|
|
1550
|
-
},
|
|
1551
|
-
"EAMID12": {
|
|
1552
|
-
"EDITED": [null],
|
|
1553
|
-
"FORCED": [null],
|
|
1554
|
-
"INPUTED": [null],
|
|
1555
|
-
"PREVIOUS": [null],
|
|
1556
|
-
"COLLECTED": [null]
|
|
1557
|
-
},
|
|
1558
|
-
"EAMID13": {
|
|
1559
|
-
"EDITED": [null],
|
|
1560
|
-
"FORCED": [null],
|
|
1561
|
-
"INPUTED": [null],
|
|
1562
|
-
"PREVIOUS": [null],
|
|
1563
|
-
"COLLECTED": [null]
|
|
1564
|
-
},
|
|
1565
|
-
"EAMID14": {
|
|
1566
|
-
"EDITED": [null],
|
|
1567
|
-
"FORCED": [null],
|
|
1568
|
-
"INPUTED": [null],
|
|
1569
|
-
"PREVIOUS": [null],
|
|
1570
|
-
"COLLECTED": [null]
|
|
1571
|
-
},
|
|
1572
|
-
"EAMID15": {
|
|
1573
|
-
"EDITED": [null],
|
|
1574
|
-
"FORCED": [null],
|
|
1575
|
-
"INPUTED": [null],
|
|
1576
|
-
"PREVIOUS": [null],
|
|
1577
|
-
"COLLECTED": [null]
|
|
1578
|
-
},
|
|
1579
|
-
"EAMID16": {
|
|
1580
|
-
"EDITED": [null],
|
|
1581
|
-
"FORCED": [null],
|
|
1582
|
-
"INPUTED": [null],
|
|
1583
|
-
"PREVIOUS": [null],
|
|
1584
|
-
"COLLECTED": [null]
|
|
1585
|
-
},
|
|
1586
|
-
"ECOVID2": {
|
|
1587
|
-
"EDITED": [null],
|
|
1588
|
-
"FORCED": [null],
|
|
1589
|
-
"INPUTED": [null],
|
|
1590
|
-
"PREVIOUS": [null],
|
|
1591
|
-
"COLLECTED": [null]
|
|
1592
|
-
},
|
|
1593
|
-
"ERETOUR": {
|
|
1594
|
-
"EDITED": [null],
|
|
1595
|
-
"FORCED": [null],
|
|
1596
|
-
"INPUTED": [null],
|
|
1597
|
-
"PREVIOUS": [null],
|
|
1598
|
-
"COLLECTED": [null]
|
|
1599
|
-
},
|
|
1600
|
-
"HULHUI1": {
|
|
1601
|
-
"EDITED": null,
|
|
1602
|
-
"FORCED": null,
|
|
1603
|
-
"INPUTED": null,
|
|
1604
|
-
"PREVIOUS": null,
|
|
1605
|
-
"COLLECTED": null
|
|
1606
|
-
},
|
|
1607
|
-
"INDCOLL": {
|
|
1608
|
-
"EDITED": null,
|
|
1609
|
-
"FORCED": null,
|
|
1610
|
-
"INPUTED": null,
|
|
1611
|
-
"PREVIOUS": null,
|
|
1612
|
-
"COLLECTED": null
|
|
1613
|
-
},
|
|
1614
|
-
"MARRIVC": {
|
|
1615
|
-
"EDITED": null,
|
|
1616
|
-
"FORCED": null,
|
|
1617
|
-
"INPUTED": null,
|
|
1618
|
-
"PREVIOUS": null,
|
|
1619
|
-
"COLLECTED": null
|
|
1620
|
-
},
|
|
1621
|
-
"NATIO2N": {
|
|
1622
|
-
"EDITED": [null],
|
|
1623
|
-
"FORCED": [null],
|
|
1624
|
-
"INPUTED": [null],
|
|
1625
|
-
"PREVIOUS": [null],
|
|
1626
|
-
"COLLECTED": [null, null, null, null]
|
|
1627
|
-
},
|
|
1628
|
-
"NOMCOLL": {
|
|
1629
|
-
"EDITED": null,
|
|
1630
|
-
"FORCED": null,
|
|
1631
|
-
"INPUTED": null,
|
|
1632
|
-
"PREVIOUS": null,
|
|
1633
|
-
"COLLECTED": null
|
|
1634
|
-
},
|
|
1635
|
-
"RESAUTO": {
|
|
1636
|
-
"EDITED": null,
|
|
1637
|
-
"FORCED": null,
|
|
1638
|
-
"INPUTED": null,
|
|
1639
|
-
"PREVIOUS": null,
|
|
1640
|
-
"COLLECTED": null
|
|
1641
|
-
},
|
|
1642
|
-
"STOCA12": {
|
|
1643
|
-
"EDITED": [null],
|
|
1644
|
-
"FORCED": [null],
|
|
1645
|
-
"INPUTED": [null],
|
|
1646
|
-
"PREVIOUS": [null],
|
|
1647
|
-
"COLLECTED": ["1", "1", "2", "2"]
|
|
1648
|
-
},
|
|
1649
|
-
"TELFIXE": {
|
|
1650
|
-
"EDITED": null,
|
|
1651
|
-
"FORCED": null,
|
|
1652
|
-
"INPUTED": null,
|
|
1653
|
-
"PREVIOUS": null,
|
|
1654
|
-
"COLLECTED": null
|
|
1655
|
-
},
|
|
1656
|
-
"TRAVAIL": {
|
|
1657
|
-
"EDITED": [null],
|
|
1658
|
-
"FORCED": [null],
|
|
1659
|
-
"INPUTED": [null],
|
|
1660
|
-
"PREVIOUS": [null],
|
|
1661
|
-
"COLLECTED": [null, null, "2", "2"]
|
|
1662
|
-
},
|
|
1663
|
-
"VANCIEN": {
|
|
1664
|
-
"EDITED": null,
|
|
1665
|
-
"FORCED": null,
|
|
1666
|
-
"INPUTED": null,
|
|
1667
|
-
"PREVIOUS": null,
|
|
1668
|
-
"COLLECTED": null
|
|
1669
|
-
},
|
|
1670
|
-
"VBILLOG": {
|
|
1671
|
-
"EDITED": null,
|
|
1672
|
-
"FORCED": null,
|
|
1673
|
-
"INPUTED": null,
|
|
1674
|
-
"PREVIOUS": null,
|
|
1675
|
-
"COLLECTED": null
|
|
1676
|
-
},
|
|
1677
|
-
"VMODP11": {
|
|
1678
|
-
"EDITED": null,
|
|
1679
|
-
"FORCED": null,
|
|
1680
|
-
"INPUTED": null,
|
|
1681
|
-
"PREVIOUS": null,
|
|
1682
|
-
"COLLECTED": null
|
|
1683
|
-
},
|
|
1684
|
-
"VMODP12": {
|
|
1685
|
-
"EDITED": null,
|
|
1686
|
-
"FORCED": null,
|
|
1687
|
-
"INPUTED": null,
|
|
1688
|
-
"PREVIOUS": null,
|
|
1689
|
-
"COLLECTED": null
|
|
1690
|
-
},
|
|
1691
|
-
"VMODP13": {
|
|
1692
|
-
"EDITED": null,
|
|
1693
|
-
"FORCED": null,
|
|
1694
|
-
"INPUTED": null,
|
|
1695
|
-
"PREVIOUS": null,
|
|
1696
|
-
"COLLECTED": null
|
|
1697
|
-
},
|
|
1698
|
-
"VMODP14": {
|
|
1699
|
-
"EDITED": null,
|
|
1700
|
-
"FORCED": null,
|
|
1701
|
-
"INPUTED": null,
|
|
1702
|
-
"PREVIOUS": null,
|
|
1703
|
-
"COLLECTED": null
|
|
1704
|
-
},
|
|
1705
|
-
"VMODP21": {
|
|
1706
|
-
"EDITED": null,
|
|
1707
|
-
"FORCED": null,
|
|
1708
|
-
"INPUTED": null,
|
|
1709
|
-
"PREVIOUS": null,
|
|
1710
|
-
"COLLECTED": null
|
|
1711
|
-
},
|
|
1712
|
-
"VMODP22": {
|
|
1713
|
-
"EDITED": null,
|
|
1714
|
-
"FORCED": null,
|
|
1715
|
-
"INPUTED": null,
|
|
1716
|
-
"PREVIOUS": null,
|
|
1717
|
-
"COLLECTED": null
|
|
1718
|
-
},
|
|
1719
|
-
"VMODP23": {
|
|
1720
|
-
"EDITED": null,
|
|
1721
|
-
"FORCED": null,
|
|
1722
|
-
"INPUTED": null,
|
|
1723
|
-
"PREVIOUS": null,
|
|
1724
|
-
"COLLECTED": null
|
|
1725
|
-
},
|
|
1726
|
-
"VRAIS11": {
|
|
1727
|
-
"EDITED": null,
|
|
1728
|
-
"FORCED": null,
|
|
1729
|
-
"INPUTED": null,
|
|
1730
|
-
"PREVIOUS": null,
|
|
1731
|
-
"COLLECTED": null
|
|
1732
|
-
},
|
|
1733
|
-
"VRAIS12": {
|
|
1734
|
-
"EDITED": null,
|
|
1735
|
-
"FORCED": null,
|
|
1736
|
-
"INPUTED": null,
|
|
1737
|
-
"PREVIOUS": null,
|
|
1738
|
-
"COLLECTED": null
|
|
1739
|
-
},
|
|
1740
|
-
"VRAIS13": {
|
|
1741
|
-
"EDITED": null,
|
|
1742
|
-
"FORCED": null,
|
|
1743
|
-
"INPUTED": null,
|
|
1744
|
-
"PREVIOUS": null,
|
|
1745
|
-
"COLLECTED": null
|
|
1746
|
-
},
|
|
1747
|
-
"VRAIS14": {
|
|
1748
|
-
"EDITED": null,
|
|
1749
|
-
"FORCED": null,
|
|
1750
|
-
"INPUTED": null,
|
|
1751
|
-
"PREVIOUS": null,
|
|
1752
|
-
"COLLECTED": null
|
|
1753
|
-
},
|
|
1754
|
-
"VRAIS21": {
|
|
1755
|
-
"EDITED": null,
|
|
1756
|
-
"FORCED": null,
|
|
1757
|
-
"INPUTED": null,
|
|
1758
|
-
"PREVIOUS": null,
|
|
1759
|
-
"COLLECTED": null
|
|
1760
|
-
},
|
|
1761
|
-
"VRAIS22": {
|
|
1762
|
-
"EDITED": null,
|
|
1763
|
-
"FORCED": null,
|
|
1764
|
-
"INPUTED": null,
|
|
1765
|
-
"PREVIOUS": null,
|
|
1766
|
-
"COLLECTED": null
|
|
1767
|
-
},
|
|
1768
|
-
"VRAIS23": {
|
|
1769
|
-
"EDITED": null,
|
|
1770
|
-
"FORCED": null,
|
|
1771
|
-
"INPUTED": null,
|
|
1772
|
-
"PREVIOUS": null,
|
|
1773
|
-
"COLLECTED": null
|
|
1774
|
-
},
|
|
1775
|
-
"VRAIS24": {
|
|
1776
|
-
"EDITED": null,
|
|
1777
|
-
"FORCED": null,
|
|
1778
|
-
"INPUTED": null,
|
|
1779
|
-
"PREVIOUS": null,
|
|
1780
|
-
"COLLECTED": null
|
|
1781
|
-
},
|
|
1782
|
-
"VRAIS25": {
|
|
1783
|
-
"EDITED": null,
|
|
1784
|
-
"FORCED": null,
|
|
1785
|
-
"INPUTED": null,
|
|
1786
|
-
"PREVIOUS": null,
|
|
1787
|
-
"COLLECTED": null
|
|
1788
|
-
},
|
|
1789
|
-
"VRAIS26": {
|
|
1790
|
-
"EDITED": null,
|
|
1791
|
-
"FORCED": null,
|
|
1792
|
-
"INPUTED": null,
|
|
1793
|
-
"PREVIOUS": null,
|
|
1794
|
-
"COLLECTED": null
|
|
1795
|
-
},
|
|
1796
|
-
"VRAIS31": {
|
|
1797
|
-
"EDITED": null,
|
|
1798
|
-
"FORCED": null,
|
|
1799
|
-
"INPUTED": null,
|
|
1800
|
-
"PREVIOUS": null,
|
|
1801
|
-
"COLLECTED": null
|
|
1802
|
-
},
|
|
1803
|
-
"VRAIS32": {
|
|
1804
|
-
"EDITED": null,
|
|
1805
|
-
"FORCED": null,
|
|
1806
|
-
"INPUTED": null,
|
|
1807
|
-
"PREVIOUS": null,
|
|
1808
|
-
"COLLECTED": null
|
|
1809
|
-
},
|
|
1810
|
-
"VRAIS33": {
|
|
1811
|
-
"EDITED": null,
|
|
1812
|
-
"FORCED": null,
|
|
1813
|
-
"INPUTED": null,
|
|
1814
|
-
"PREVIOUS": null,
|
|
1815
|
-
"COLLECTED": null
|
|
1816
|
-
},
|
|
1817
|
-
"VRAIS34": {
|
|
1818
|
-
"EDITED": null,
|
|
1819
|
-
"FORCED": null,
|
|
1820
|
-
"INPUTED": null,
|
|
1821
|
-
"PREVIOUS": null,
|
|
1822
|
-
"COLLECTED": null
|
|
1823
|
-
},
|
|
1824
|
-
"VRAIS35": {
|
|
1825
|
-
"EDITED": null,
|
|
1826
|
-
"FORCED": null,
|
|
1827
|
-
"INPUTED": null,
|
|
1828
|
-
"PREVIOUS": null,
|
|
1829
|
-
"COLLECTED": null
|
|
1830
|
-
},
|
|
1831
|
-
"VRAIS36": {
|
|
1832
|
-
"EDITED": null,
|
|
1833
|
-
"FORCED": null,
|
|
1834
|
-
"INPUTED": null,
|
|
1835
|
-
"PREVIOUS": null,
|
|
1836
|
-
"COLLECTED": null
|
|
1837
|
-
},
|
|
1838
|
-
"VRAIS41": {
|
|
1839
|
-
"EDITED": null,
|
|
1840
|
-
"FORCED": null,
|
|
1841
|
-
"INPUTED": null,
|
|
1842
|
-
"PREVIOUS": null,
|
|
1843
|
-
"COLLECTED": null
|
|
1844
|
-
},
|
|
1845
|
-
"VRAIS42": {
|
|
1846
|
-
"EDITED": null,
|
|
1847
|
-
"FORCED": null,
|
|
1848
|
-
"INPUTED": null,
|
|
1849
|
-
"PREVIOUS": null,
|
|
1850
|
-
"COLLECTED": null
|
|
1851
|
-
},
|
|
1852
|
-
"VRAIS43": {
|
|
1853
|
-
"EDITED": null,
|
|
1854
|
-
"FORCED": null,
|
|
1855
|
-
"INPUTED": null,
|
|
1856
|
-
"PREVIOUS": null,
|
|
1857
|
-
"COLLECTED": null
|
|
1858
|
-
},
|
|
1859
|
-
"VRAIS44": {
|
|
1860
|
-
"EDITED": null,
|
|
1861
|
-
"FORCED": null,
|
|
1862
|
-
"INPUTED": null,
|
|
1863
|
-
"PREVIOUS": null,
|
|
1864
|
-
"COLLECTED": null
|
|
1865
|
-
},
|
|
1866
|
-
"VRAIS45": {
|
|
1867
|
-
"EDITED": null,
|
|
1868
|
-
"FORCED": null,
|
|
1869
|
-
"INPUTED": null,
|
|
1870
|
-
"PREVIOUS": null,
|
|
1871
|
-
"COLLECTED": null
|
|
1872
|
-
},
|
|
1873
|
-
"ADR_COLL": {
|
|
1874
|
-
"EDITED": null,
|
|
1875
|
-
"FORCED": null,
|
|
1876
|
-
"INPUTED": null,
|
|
1877
|
-
"PREVIOUS": null,
|
|
1878
|
-
"COLLECTED": "rue Vincent Auriol"
|
|
1879
|
-
},
|
|
1880
|
-
"CIVCOLL2": {
|
|
1881
|
-
"EDITED": null,
|
|
1882
|
-
"FORCED": null,
|
|
1883
|
-
"INPUTED": null,
|
|
1884
|
-
"PREVIOUS": null,
|
|
1885
|
-
"COLLECTED": null
|
|
1886
|
-
},
|
|
1887
|
-
"DATENAIS": {
|
|
1888
|
-
"EDITED": [null],
|
|
1889
|
-
"FORCED": [null],
|
|
1890
|
-
"INPUTED": [null],
|
|
1891
|
-
"PREVIOUS": [null],
|
|
1892
|
-
"COLLECTED": ["1970-09-15", "1970-01-01", "2003-01-01", "2003-02-01"]
|
|
1893
|
-
},
|
|
1894
|
-
"G_PRENOM": {
|
|
1895
|
-
"EDITED": [null],
|
|
1896
|
-
"FORCED": [null],
|
|
1897
|
-
"INPUTED": [null],
|
|
1898
|
-
"PREVIOUS": [null],
|
|
1899
|
-
"COLLECTED": ["Jean-Marc", "Magali", "Lauriane", "Mathis"]
|
|
1900
|
-
},
|
|
1901
|
-
"HULHUI21": {
|
|
1902
|
-
"EDITED": null,
|
|
1903
|
-
"FORCED": null,
|
|
1904
|
-
"INPUTED": null,
|
|
1905
|
-
"PREVIOUS": null,
|
|
1906
|
-
"COLLECTED": null
|
|
1907
|
-
},
|
|
1908
|
-
"HULHUI22": {
|
|
1909
|
-
"EDITED": null,
|
|
1910
|
-
"FORCED": null,
|
|
1911
|
-
"INPUTED": null,
|
|
1912
|
-
"PREVIOUS": null,
|
|
1913
|
-
"COLLECTED": null
|
|
1914
|
-
},
|
|
1915
|
-
"HULHUI23": {
|
|
1916
|
-
"EDITED": null,
|
|
1917
|
-
"FORCED": null,
|
|
1918
|
-
"INPUTED": null,
|
|
1919
|
-
"PREVIOUS": null,
|
|
1920
|
-
"COLLECTED": null
|
|
1921
|
-
},
|
|
1922
|
-
"INDNVOCC": {
|
|
1923
|
-
"EDITED": null,
|
|
1924
|
-
"FORCED": null,
|
|
1925
|
-
"INPUTED": null,
|
|
1926
|
-
"PREVIOUS": null,
|
|
1927
|
-
"COLLECTED": null
|
|
1928
|
-
},
|
|
1929
|
-
"MAA2AT_Q": {
|
|
1930
|
-
"EDITED": null,
|
|
1931
|
-
"FORCED": null,
|
|
1932
|
-
"INPUTED": null,
|
|
1933
|
-
"PREVIOUS": null,
|
|
1934
|
-
"COLLECTED": null
|
|
1935
|
-
},
|
|
1936
|
-
"NATIO1N1": {
|
|
1937
|
-
"EDITED": [null],
|
|
1938
|
-
"FORCED": [null],
|
|
1939
|
-
"INPUTED": [null],
|
|
1940
|
-
"PREVIOUS": [null],
|
|
1941
|
-
"COLLECTED": [true, true, true, true]
|
|
1942
|
-
},
|
|
1943
|
-
"NATIO1N2": {
|
|
1944
|
-
"EDITED": [null],
|
|
1945
|
-
"FORCED": [null],
|
|
1946
|
-
"INPUTED": [null],
|
|
1947
|
-
"PREVIOUS": [null],
|
|
1948
|
-
"COLLECTED": [null, null, null, null]
|
|
1949
|
-
},
|
|
1950
|
-
"NATIO1N3": {
|
|
1951
|
-
"EDITED": [null],
|
|
1952
|
-
"FORCED": [null],
|
|
1953
|
-
"INPUTED": [null],
|
|
1954
|
-
"PREVIOUS": [null],
|
|
1955
|
-
"COLLECTED": [null, null, null, null]
|
|
1956
|
-
},
|
|
1957
|
-
"NATIO1N4": {
|
|
1958
|
-
"EDITED": [null],
|
|
1959
|
-
"FORCED": [null],
|
|
1960
|
-
"INPUTED": [null],
|
|
1961
|
-
"PREVIOUS": [null],
|
|
1962
|
-
"COLLECTED": [null, null, null, null]
|
|
1963
|
-
},
|
|
1964
|
-
"NOMCOLL2": {
|
|
1965
|
-
"EDITED": null,
|
|
1966
|
-
"FORCED": null,
|
|
1967
|
-
"INPUTED": null,
|
|
1968
|
-
"PREVIOUS": null,
|
|
1969
|
-
"COLLECTED": null
|
|
1970
|
-
},
|
|
1971
|
-
"PAYSNAIS": {
|
|
1972
|
-
"EDITED": [null],
|
|
1973
|
-
"FORCED": [null],
|
|
1974
|
-
"INPUTED": [null],
|
|
1975
|
-
"PREVIOUS": [null],
|
|
1976
|
-
"COLLECTED": [null, null, null, null]
|
|
1977
|
-
},
|
|
1978
|
-
"SDL_SIT1": {
|
|
1979
|
-
"EDITED": [null],
|
|
1980
|
-
"FORCED": [null],
|
|
1981
|
-
"INPUTED": [null],
|
|
1982
|
-
"PREVIOUS": [null],
|
|
1983
|
-
"COLLECTED": [null]
|
|
1984
|
-
},
|
|
1985
|
-
"SDL_SIT2": {
|
|
1986
|
-
"EDITED": [null],
|
|
1987
|
-
"FORCED": [null],
|
|
1988
|
-
"INPUTED": [null],
|
|
1989
|
-
"PREVIOUS": [null],
|
|
1990
|
-
"COLLECTED": [null]
|
|
1991
|
-
},
|
|
1992
|
-
"TELNVOCC": {
|
|
1993
|
-
"EDITED": null,
|
|
1994
|
-
"FORCED": null,
|
|
1995
|
-
"INPUTED": null,
|
|
1996
|
-
"PREVIOUS": null,
|
|
1997
|
-
"COLLECTED": null
|
|
1998
|
-
},
|
|
1999
|
-
"TEMPS1_1": {
|
|
2000
|
-
"EDITED": null,
|
|
2001
|
-
"FORCED": null,
|
|
2002
|
-
"INPUTED": null,
|
|
2003
|
-
"PREVIOUS": null,
|
|
2004
|
-
"COLLECTED": null
|
|
2005
|
-
},
|
|
2006
|
-
"TYPLOGCO": {
|
|
2007
|
-
"EDITED": [null],
|
|
2008
|
-
"FORCED": [null],
|
|
2009
|
-
"INPUTED": [null],
|
|
2010
|
-
"PREVIOUS": [null],
|
|
2011
|
-
"COLLECTED": [null, null, null, null]
|
|
2012
|
-
},
|
|
2013
|
-
"testSTOC": {
|
|
2014
|
-
"EDITED": null,
|
|
2015
|
-
"FORCED": null,
|
|
2016
|
-
"INPUTED": null,
|
|
2017
|
-
"PREVIOUS": null,
|
|
2018
|
-
"COLLECTED": null
|
|
2019
|
-
},
|
|
2020
|
-
"FOYPAGEES": {
|
|
2021
|
-
"EDITED": null,
|
|
2022
|
-
"FORCED": null,
|
|
2023
|
-
"INPUTED": null,
|
|
2024
|
-
"PREVIOUS": null,
|
|
2025
|
-
"COLLECTED": null
|
|
2026
|
-
},
|
|
2027
|
-
"LNAISMERE": {
|
|
2028
|
-
"EDITED": null,
|
|
2029
|
-
"FORCED": null,
|
|
2030
|
-
"INPUTED": null,
|
|
2031
|
-
"PREVIOUS": null,
|
|
2032
|
-
"COLLECTED": null
|
|
2033
|
-
},
|
|
2034
|
-
"LNAISPERE": {
|
|
2035
|
-
"EDITED": null,
|
|
2036
|
-
"FORCED": null,
|
|
2037
|
-
"INPUTED": null,
|
|
2038
|
-
"PREVIOUS": null,
|
|
2039
|
-
"COLLECTED": null
|
|
2040
|
-
},
|
|
2041
|
-
"MAA2ATC_Q": {
|
|
2042
|
-
"EDITED": null,
|
|
2043
|
-
"FORCED": null,
|
|
2044
|
-
"INPUTED": null,
|
|
2045
|
-
"PREVIOUS": null,
|
|
2046
|
-
"COLLECTED": null
|
|
2047
|
-
},
|
|
2048
|
-
"MAILNVOCC": {
|
|
2049
|
-
"EDITED": null,
|
|
2050
|
-
"FORCED": null,
|
|
2051
|
-
"INPUTED": null,
|
|
2052
|
-
"PREVIOUS": null,
|
|
2053
|
-
"COLLECTED": null
|
|
2054
|
-
},
|
|
2055
|
-
"NOMNVOCC1": {
|
|
2056
|
-
"EDITED": null,
|
|
2057
|
-
"FORCED": null,
|
|
2058
|
-
"INPUTED": null,
|
|
2059
|
-
"PREVIOUS": null,
|
|
2060
|
-
"COLLECTED": null
|
|
2061
|
-
},
|
|
2062
|
-
"NOMNVOCC2": {
|
|
2063
|
-
"EDITED": null,
|
|
2064
|
-
"FORCED": null,
|
|
2065
|
-
"INPUTED": null,
|
|
2066
|
-
"PREVIOUS": null,
|
|
2067
|
-
"COLLECTED": null
|
|
2068
|
-
},
|
|
2069
|
-
"NOTELCOLL": {
|
|
2070
|
-
"EDITED": null,
|
|
2071
|
-
"FORCED": null,
|
|
2072
|
-
"INPUTED": null,
|
|
2073
|
-
"PREVIOUS": null,
|
|
2074
|
-
"COLLECTED": null
|
|
2075
|
-
},
|
|
2076
|
-
"SDT2_SIT2": {
|
|
2077
|
-
"EDITED": [null],
|
|
2078
|
-
"FORCED": [null],
|
|
2079
|
-
"INPUTED": [null],
|
|
2080
|
-
"PREVIOUS": [null],
|
|
2081
|
-
"COLLECTED": [null]
|
|
2082
|
-
},
|
|
2083
|
-
"NUMTH_COLL": {
|
|
2084
|
-
"EDITED": null,
|
|
2085
|
-
"FORCED": null,
|
|
2086
|
-
"INPUTED": null,
|
|
2087
|
-
"PREVIOUS": null,
|
|
2088
|
-
"COLLECTED": "1"
|
|
2089
|
-
},
|
|
2090
|
-
"PRENOMCOLL": {
|
|
2091
|
-
"EDITED": null,
|
|
2092
|
-
"FORCED": null,
|
|
2093
|
-
"INPUTED": null,
|
|
2094
|
-
"PREVIOUS": null,
|
|
2095
|
-
"COLLECTED": null
|
|
2096
|
-
},
|
|
2097
|
-
"SDTAD_SIT2": {
|
|
2098
|
-
"EDITED": [null],
|
|
2099
|
-
"FORCED": [null],
|
|
2100
|
-
"INPUTED": [null],
|
|
2101
|
-
"PREVIOUS": [null],
|
|
2102
|
-
"COLLECTED": [null]
|
|
2103
|
-
},
|
|
2104
|
-
"SITUMATRI1": {
|
|
2105
|
-
"EDITED": [null],
|
|
2106
|
-
"FORCED": [null],
|
|
2107
|
-
"INPUTED": [null],
|
|
2108
|
-
"PREVIOUS": [null],
|
|
2109
|
-
"COLLECTED": [true, true, null, null]
|
|
2110
|
-
},
|
|
2111
|
-
"SITUMATRI2": {
|
|
2112
|
-
"EDITED": [null],
|
|
2113
|
-
"FORCED": [null],
|
|
2114
|
-
"INPUTED": [null],
|
|
2115
|
-
"PREVIOUS": [null],
|
|
2116
|
-
"COLLECTED": [null, null, null, null]
|
|
2117
|
-
},
|
|
2118
|
-
"SITUMATRI3": {
|
|
2119
|
-
"EDITED": [null],
|
|
2120
|
-
"FORCED": [null],
|
|
2121
|
-
"INPUTED": [null],
|
|
2122
|
-
"PREVIOUS": [null],
|
|
2123
|
-
"COLLECTED": [null, null, null, null]
|
|
2124
|
-
},
|
|
2125
|
-
"SITUMATRI4": {
|
|
2126
|
-
"EDITED": [null],
|
|
2127
|
-
"FORCED": [null],
|
|
2128
|
-
"INPUTED": [null],
|
|
2129
|
-
"PREVIOUS": [null],
|
|
2130
|
-
"COLLECTED": [null, null, null, null]
|
|
2131
|
-
},
|
|
2132
|
-
"SITUMATRI5": {
|
|
2133
|
-
"EDITED": [null],
|
|
2134
|
-
"FORCED": [null],
|
|
2135
|
-
"INPUTED": [null],
|
|
2136
|
-
"PREVIOUS": [null],
|
|
2137
|
-
"COLLECTED": [null, null, null, null]
|
|
2138
|
-
},
|
|
2139
|
-
"SITUMATRI6": {
|
|
2140
|
-
"EDITED": [null],
|
|
2141
|
-
"FORCED": [null],
|
|
2142
|
-
"INPUTED": [null],
|
|
2143
|
-
"PREVIOUS": [null],
|
|
2144
|
-
"COLLECTED": [null, null, true, true]
|
|
2145
|
-
},
|
|
2146
|
-
"CADRTH_COLL": {
|
|
2147
|
-
"EDITED": null,
|
|
2148
|
-
"FORCED": null,
|
|
2149
|
-
"INPUTED": null,
|
|
2150
|
-
"PREVIOUS": null,
|
|
2151
|
-
"COLLECTED": "1er étage UIA"
|
|
2152
|
-
},
|
|
2153
|
-
"LIBCOM_COLL": {
|
|
2154
|
-
"EDITED": null,
|
|
2155
|
-
"FORCED": null,
|
|
2156
|
-
"INPUTED": null,
|
|
2157
|
-
"PREVIOUS": null,
|
|
2158
|
-
"COLLECTED": "AMIENS"
|
|
2159
|
-
},
|
|
2160
|
-
"NATIONMERE1": {
|
|
2161
|
-
"EDITED": null,
|
|
2162
|
-
"FORCED": null,
|
|
2163
|
-
"INPUTED": null,
|
|
2164
|
-
"PREVIOUS": null,
|
|
2165
|
-
"COLLECTED": null
|
|
2166
|
-
},
|
|
2167
|
-
"NATIONMERE2": {
|
|
2168
|
-
"EDITED": null,
|
|
2169
|
-
"FORCED": null,
|
|
2170
|
-
"INPUTED": null,
|
|
2171
|
-
"PREVIOUS": null,
|
|
2172
|
-
"COLLECTED": null
|
|
2173
|
-
},
|
|
2174
|
-
"NATIONMERE3": {
|
|
2175
|
-
"EDITED": null,
|
|
2176
|
-
"FORCED": null,
|
|
2177
|
-
"INPUTED": null,
|
|
2178
|
-
"PREVIOUS": null,
|
|
2179
|
-
"COLLECTED": null
|
|
2180
|
-
},
|
|
2181
|
-
"NATIONPERE1": {
|
|
2182
|
-
"EDITED": null,
|
|
2183
|
-
"FORCED": null,
|
|
2184
|
-
"INPUTED": null,
|
|
2185
|
-
"PREVIOUS": null,
|
|
2186
|
-
"COLLECTED": null
|
|
2187
|
-
},
|
|
2188
|
-
"NATIONPERE2": {
|
|
2189
|
-
"EDITED": null,
|
|
2190
|
-
"FORCED": null,
|
|
2191
|
-
"INPUTED": null,
|
|
2192
|
-
"PREVIOUS": null,
|
|
2193
|
-
"COLLECTED": null
|
|
2194
|
-
},
|
|
2195
|
-
"NATIONPERE3": {
|
|
2196
|
-
"EDITED": null,
|
|
2197
|
-
"FORCED": null,
|
|
2198
|
-
"INPUTED": null,
|
|
2199
|
-
"PREVIOUS": null,
|
|
2200
|
-
"COLLECTED": null
|
|
2201
|
-
},
|
|
2202
|
-
"PRENOMCOLL2": {
|
|
2203
|
-
"EDITED": null,
|
|
2204
|
-
"FORCED": null,
|
|
2205
|
-
"INPUTED": null,
|
|
2206
|
-
"PREVIOUS": null,
|
|
2207
|
-
"COLLECTED": null
|
|
2208
|
-
},
|
|
2209
|
-
"PAYSNAISMERE": {
|
|
2210
|
-
"EDITED": null,
|
|
2211
|
-
"FORCED": null,
|
|
2212
|
-
"INPUTED": null,
|
|
2213
|
-
"PREVIOUS": null,
|
|
2214
|
-
"COLLECTED": null
|
|
2215
|
-
},
|
|
2216
|
-
"PAYSNAISPERE": {
|
|
2217
|
-
"EDITED": null,
|
|
2218
|
-
"FORCED": null,
|
|
2219
|
-
"INPUTED": null,
|
|
2220
|
-
"PREVIOUS": null,
|
|
2221
|
-
"COLLECTED": null
|
|
2222
|
-
},
|
|
2223
|
-
"PRENOMNVOCC1": {
|
|
2224
|
-
"EDITED": null,
|
|
2225
|
-
"FORCED": null,
|
|
2226
|
-
"INPUTED": null,
|
|
2227
|
-
"PREVIOUS": null,
|
|
2228
|
-
"COLLECTED": null
|
|
2229
|
-
},
|
|
2230
|
-
"PRENOMNVOCC2": {
|
|
2231
|
-
"EDITED": null,
|
|
2232
|
-
"FORCED": null,
|
|
2233
|
-
"INPUTED": null,
|
|
2234
|
-
"PREVIOUS": null,
|
|
2235
|
-
"COLLECTED": null
|
|
2236
|
-
},
|
|
2237
|
-
"COMMUNEPASSEE": {
|
|
2238
|
-
"EDITED": null,
|
|
2239
|
-
"FORCED": null,
|
|
2240
|
-
"INPUTED": null,
|
|
2241
|
-
"PREVIOUS": null,
|
|
2242
|
-
"COLLECTED": null
|
|
2243
|
-
},
|
|
2244
|
-
"CODEPOST1_COLL": {
|
|
2245
|
-
"EDITED": null,
|
|
2246
|
-
"FORCED": null,
|
|
2247
|
-
"INPUTED": null,
|
|
2248
|
-
"PREVIOUS": null,
|
|
2249
|
-
"COLLECTED": "80000"
|
|
2250
|
-
},
|
|
2251
|
-
"testfiltreHEB1": {
|
|
2252
|
-
"EDITED": [null],
|
|
2253
|
-
"FORCED": [null],
|
|
2254
|
-
"INPUTED": [null],
|
|
2255
|
-
"PREVIOUS": [null],
|
|
2256
|
-
"COLLECTED": [null]
|
|
2257
|
-
},
|
|
2258
|
-
"testfiltreHEB2": {
|
|
2259
|
-
"EDITED": [null],
|
|
2260
|
-
"FORCED": [null],
|
|
2261
|
-
"INPUTED": [null],
|
|
2262
|
-
"PREVIOUS": [null],
|
|
2263
|
-
"COLLECTED": [null, null, null, null]
|
|
2264
|
-
}
|
|
2265
|
-
},
|
|
2266
|
-
"CALCULATED": {
|
|
2267
|
-
"HC": 0,
|
|
2268
|
-
"AGE": [51, 51, 18, 18],
|
|
2269
|
-
"NHAB": 4,
|
|
2270
|
-
"STOC": "1",
|
|
2271
|
-
"STOCA": ["1", "1", "2", "2"],
|
|
2272
|
-
"STOCC": ["1", "1", "1", "1"],
|
|
2273
|
-
"nLIEN": ["9", "1", "3", "3"],
|
|
2274
|
-
"EMPLOI": ["1", "1", "0", "0"],
|
|
2275
|
-
"LIB_SI": ["s il", "si elle", "si elle", "s il"],
|
|
2276
|
-
"MAA1AT": "",
|
|
2277
|
-
"MAA2AT": "",
|
|
2278
|
-
"MAA3AT": "",
|
|
2279
|
-
"PRENOM": ["Jean-Marc", "Magali", "Lauriane", "Mathis"],
|
|
2280
|
-
"STOC_i": ["1", "1", "1", "1"],
|
|
2281
|
-
"TEXT_E": " ",
|
|
2282
|
-
"libHSP": "vos pièces",
|
|
2283
|
-
"libHST": " ",
|
|
2284
|
-
"libHUT": "Ne pas tenir compte des pièces dédiées au télétravail.",
|
|
2285
|
-
"libKAO": "",
|
|
2286
|
-
"libKBA": "",
|
|
2287
|
-
"libKJA": "Avez-vous",
|
|
2288
|
-
"libOIH": "cette personne a-t-elle",
|
|
2289
|
-
"libSDT": [
|
|
2290
|
-
"ces situations",
|
|
2291
|
-
"if (isnull(SDN1)) then \"ces situations\" else if (SDN1=\"1\") then \"cette situation\" else \"ces situations\"",
|
|
2292
|
-
"if (isnull(SDN1)) then \"ces situations\" else if (SDN1=\"1\") then \"cette situation\" else \"ces situations\"",
|
|
2293
|
-
"if (isnull(SDN1)) then \"ces situations\" else if (SDN1=\"1\") then \"cette situation\" else \"ces situations\""
|
|
2294
|
-
],
|
|
2295
|
-
"nblien": "01133",
|
|
2296
|
-
"ADRESSE": "29 AVENUE CHARLES DE GAULLE 75017 PARIS",
|
|
2297
|
-
"ANNEENQ": "2021",
|
|
2298
|
-
"CTR_LOG": [
|
|
2299
|
-
"Vous ne pouvez pas avoir deux résidences principales.",
|
|
2300
|
-
"Magali ne peut pas avoir deux résidences principales.",
|
|
2301
|
-
"Lauriane ne peut pas avoir deux résidences principales.",
|
|
2302
|
-
"Mathis ne peut pas avoir deux résidences principales."
|
|
2303
|
-
],
|
|
2304
|
-
"INDconj": "1",
|
|
2305
|
-
"LIB_FEM": ["", "e", "e", ""],
|
|
2306
|
-
"MAA2ATC": "",
|
|
2307
|
-
"MOISENQ": "10",
|
|
2308
|
-
"NOMOCC1": "MONSIEUR JEAN-MARC MIERLOT",
|
|
2309
|
-
"NOMOCC2": "null null null",
|
|
2310
|
-
"SEXEREF": "1",
|
|
2311
|
-
"liHPHc2": "",
|
|
2312
|
-
"libHPHa": "",
|
|
2313
|
-
"libHPHc": "",
|
|
2314
|
-
"libHPHp": "",
|
|
2315
|
-
"libHSI1": "ces pièces annexes réservées",
|
|
2316
|
-
"libHSI2": "ces pièces annexes réservées",
|
|
2317
|
-
"libHSTa": "",
|
|
2318
|
-
"libHSTc": "",
|
|
2319
|
-
"libHSTp": "",
|
|
2320
|
-
"libHTLC": "individuel",
|
|
2321
|
-
"libKBA1": "",
|
|
2322
|
-
"libKSMI": " et de la véranda",
|
|
2323
|
-
"libMAA3": "votre arrivée",
|
|
2324
|
-
"libOIHB": "ou votre conjoint",
|
|
2325
|
-
"libVFFH": "",
|
|
2326
|
-
"libVFLA": "L'un de ces logements maintenant vendus",
|
|
2327
|
-
"libVOUS": ["Vous", "Magali", "Lauriane", "Mathis"],
|
|
2328
|
-
"persXRP": [0, 0, 0, 0],
|
|
2329
|
-
"persmaj": [1, 1, 1, 1],
|
|
2330
|
-
"ADRCOLLC": "1 rue Vincent Auriol 1er étage UIA 80000 AMIENS",
|
|
2331
|
-
"LIB_FEM2": ["er", "ère", "ère", "er"],
|
|
2332
|
-
"LIB_VEUF": [
|
|
2333
|
-
"Veuf, conjoint(e) décédé(e)",
|
|
2334
|
-
"Veuve, conjoint(e) décédé(e)",
|
|
2335
|
-
"Veuve, conjoint(e) décédé(e)",
|
|
2336
|
-
"Veuf, conjoint(e) décédé(e)"
|
|
2337
|
-
],
|
|
2338
|
-
"NOMCOLLC": "MONSIEUR JEAN-MARC MIERLOT, null null null",
|
|
2339
|
-
"libCHGNC": "MONSIEUR JEAN-MARC MIERLOT",
|
|
2340
|
-
"libENVS1": "pour transmettre votre questionnaire à l'Insee.",
|
|
2341
|
-
"libFINS1": "Vous êtes arrivé(e) à la fin de ce questionnaire. Nous vous remercions de votre participation.",
|
|
2342
|
-
"libGARDE": [
|
|
2343
|
-
"Êtes-vous",
|
|
2344
|
-
"Magali est-elle",
|
|
2345
|
-
"Lauriane est-elle",
|
|
2346
|
-
"Mathis est-il"
|
|
2347
|
-
],
|
|
2348
|
-
"libHTLC2": "la propriété",
|
|
2349
|
-
"libIAATC": "de la maison",
|
|
2350
|
-
"libKSJPI": "",
|
|
2351
|
-
"libKVELO": "l'immeuble",
|
|
2352
|
-
"libSANTE": ", le lieu et la nationalité de naissance de vos parents",
|
|
2353
|
-
"libSTOC1": "",
|
|
2354
|
-
"persconj": [0, 1, 0, 0],
|
|
2355
|
-
"LIB_SUJET": ["il", "elle", "elle", "il"],
|
|
2356
|
-
"PRENOMREF": "Jean-Marc",
|
|
2357
|
-
"libFINS12": "Vous serez contacté(e) à nouveau dans quelques semaines pour participer à la deuxième partie de l’enquête, consacrée aux coûts du logement.",
|
|
2358
|
-
"libHSTmoy": null,
|
|
2359
|
-
"libPCSACT": [
|
|
2360
|
-
"votre catégorie de profession",
|
|
2361
|
-
"la catégorie de profession de Magali",
|
|
2362
|
-
"la catégorie de profession de Lauriane",
|
|
2363
|
-
"la catégorie de profession de Mathis"
|
|
2364
|
-
],
|
|
2365
|
-
"libSTOCA3": [
|
|
2366
|
-
"êtes-vous",
|
|
2367
|
-
"Magali est-elle",
|
|
2368
|
-
"Lauriane est-elle",
|
|
2369
|
-
"Mathis est-il"
|
|
2370
|
-
],
|
|
2371
|
-
"libSTOCB1": "locataire ou colocataire",
|
|
2372
|
-
"nbpersXRP": 0,
|
|
2373
|
-
"nbpersmaj": 4,
|
|
2374
|
-
"perstelet": [1, 0, 0, 0],
|
|
2375
|
-
"testSTOCA": ["1", "1", "1", "1"],
|
|
2376
|
-
"LIB_ENFANT": [
|
|
2377
|
-
"Votre fils, votre beau-fils",
|
|
2378
|
-
"Votre fille, votre belle-fille",
|
|
2379
|
-
"Votre fille, votre belle-fille",
|
|
2380
|
-
"Votre fils, votre beau-fils"
|
|
2381
|
-
],
|
|
2382
|
-
"LIB_PARENT": [
|
|
2383
|
-
"Votre père, votre beau-père",
|
|
2384
|
-
"Votre mère, votre belle-mère",
|
|
2385
|
-
"Votre mère, votre belle-mère",
|
|
2386
|
-
"Votre père, votre beau-père"
|
|
2387
|
-
],
|
|
2388
|
-
"LIB_PRONOM": ["lui", "elle", "elle", "lui"],
|
|
2389
|
-
"PRENOMVIDE": "PRÉNOM",
|
|
2390
|
-
"filtre_HEB": [
|
|
2391
|
-
"if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0",
|
|
2392
|
-
"if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0",
|
|
2393
|
-
"if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0",
|
|
2394
|
-
"if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0"
|
|
2395
|
-
],
|
|
2396
|
-
"filtre_SIT": "1",
|
|
2397
|
-
"filtre_XRP": "0",
|
|
2398
|
-
"libHSTmoy2": null,
|
|
2399
|
-
"libMOISENQ": "Octobre",
|
|
2400
|
-
"nbpersconj": 1,
|
|
2401
|
-
"persparent": [0, 0, 0, 0],
|
|
2402
|
-
"persplus25": [1, 1, 0, 0],
|
|
2403
|
-
"iDEPENDANCE": null,
|
|
2404
|
-
"libVBILLOG1": "logement vendu",
|
|
2405
|
-
"libVBILLOG2": "logement acheté",
|
|
2406
|
-
"nbperstelet": 1,
|
|
2407
|
-
"AGEMILLESIME": [51, 51, 18, 18],
|
|
2408
|
-
"LIB_GDPARENT": [
|
|
2409
|
-
"Votre grand-père, votre beau-grand-père",
|
|
2410
|
-
"Votre grand-mère, votre belle-grand-mère",
|
|
2411
|
-
"Votre grand-mère, votre belle-grand-mère",
|
|
2412
|
-
"Votre grand-père, votre beau-grand-père"
|
|
2413
|
-
],
|
|
2414
|
-
"LIB_PTENFANT": [
|
|
2415
|
-
"Votre petit-fils, votre beau-petit-fils",
|
|
2416
|
-
"Votre petite-fille, votre belle-petite-fille",
|
|
2417
|
-
"Votre petite-fille, votre belle-petite-fille",
|
|
2418
|
-
"Votre petit-fils, votre beau-petit-fils"
|
|
2419
|
-
],
|
|
2420
|
-
"filtre_dest2": "0",
|
|
2421
|
-
"libACTDIPAUT": [
|
|
2422
|
-
"Votre situation",
|
|
2423
|
-
"Situation de Magali",
|
|
2424
|
-
"Situation de Lauriane",
|
|
2425
|
-
"Situation de Mathis"
|
|
2426
|
-
],
|
|
2427
|
-
"nbpersparent": 0,
|
|
2428
|
-
"persplus18TR": ["0", "0", "0", "0"],
|
|
2429
|
-
"persplus25TR": ["0", "0", "0", "0"],
|
|
2430
|
-
"ANNEENQmoins1": 2020,
|
|
2431
|
-
"ANNEENQmoins4": 2017,
|
|
2432
|
-
"ANNEENQmoins8": 2013,
|
|
2433
|
-
"nb_filtre_HEB": "0if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0if (PRENOM<>PRENOMREF and persmaj=1 and STOCA=\"2\" and (STOCB1<>\"1\" or isnull(STOCB1)) and (isnull(LIEN) or (LIEN<>\"1\" and LIEN<>\"2\" and LIEN<>\"3\" and LIEN<>\"4\" and LIEN<>\"5\")) and (isnull(SITUA) or SITUA<>\"5\") and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\")) then 1 else 0",
|
|
2434
|
-
"persplus15AGE": ["1", "1", "1", "1"],
|
|
2435
|
-
"persplus18AGE": ["1", "1", "1", "1"],
|
|
2436
|
-
"persplus25AGE": ["1", "1", "0", "0"],
|
|
2437
|
-
"ANNEENQmoins12": 2009,
|
|
2438
|
-
"libINTROPRENOM": "En commençant par vous, indiquez les prénoms des habitants du logement.",
|
|
2439
|
-
"libINTROPRENOM2": "(Si des personnes portent le même prénom, ajoutez un chiffre pour les distinguer).",
|
|
2440
|
-
"test_libMOISENQ": "pas août",
|
|
2441
|
-
"filtre_HebEnfant": [
|
|
2442
|
-
"if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0",
|
|
2443
|
-
"if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0",
|
|
2444
|
-
"if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0",
|
|
2445
|
-
"if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0"
|
|
2446
|
-
],
|
|
2447
|
-
"filtre_autrepers": "1",
|
|
2448
|
-
"FILTER_RESULT_DAG": null,
|
|
2449
|
-
"FILTER_RESULT_DST": null,
|
|
2450
|
-
"FILTER_RESULT_DTA": null,
|
|
2451
|
-
"FILTER_RESULT_DTL": null,
|
|
2452
|
-
"FILTER_RESULT_HPA": false,
|
|
2453
|
-
"FILTER_RESULT_HPH": true,
|
|
2454
|
-
"FILTER_RESULT_HPP": false,
|
|
2455
|
-
"FILTER_RESULT_HSP": false,
|
|
2456
|
-
"FILTER_RESULT_HST": true,
|
|
2457
|
-
"FILTER_RESULT_HUA": true,
|
|
2458
|
-
"FILTER_RESULT_HUP": true,
|
|
2459
|
-
"FILTER_RESULT_HUT": true,
|
|
2460
|
-
"FILTER_RESULT_IAS": null,
|
|
2461
|
-
"FILTER_RESULT_IEL": null,
|
|
2462
|
-
"FILTER_RESULT_IMI": true,
|
|
2463
|
-
"FILTER_RESULT_KBA": true,
|
|
2464
|
-
"FILTER_RESULT_KBD": true,
|
|
2465
|
-
"FILTER_RESULT_KCA": true,
|
|
2466
|
-
"FILTER_RESULT_KGA": true,
|
|
2467
|
-
"FILTER_RESULT_KJA": true,
|
|
2468
|
-
"FILTER_RESULT_KJC": false,
|
|
2469
|
-
"FILTER_RESULT_KSB": false,
|
|
2470
|
-
"FILTER_RESULT_KSE": null,
|
|
2471
|
-
"FILTER_RESULT_KSV": false,
|
|
2472
|
-
"FILTER_RESULT_KVE": true,
|
|
2473
|
-
"FILTER_RESULT_ODF": true,
|
|
2474
|
-
"FILTER_RESULT_ODL": true,
|
|
2475
|
-
"FILTER_RESULT_OIH": true,
|
|
2476
|
-
"FILTER_RESULT_OLA": true,
|
|
2477
|
-
"FILTER_RESULT_OQA": true,
|
|
2478
|
-
"FILTER_RESULT_VIN": true,
|
|
2479
|
-
"FILTER_RESULT_VLR": false,
|
|
2480
|
-
"FILTER_RESULT_VND": false,
|
|
2481
|
-
"FILTER_RESULT_VOP": true,
|
|
2482
|
-
"FILTER_RESULT_VPI": null,
|
|
2483
|
-
"FILTER_RESULT_VSY": null,
|
|
2484
|
-
"FUTURANNIVERSAIRE": [false, false, false, false],
|
|
2485
|
-
"FILTER_RESULT_CADR": true,
|
|
2486
|
-
"FILTER_RESULT_DALO": null,
|
|
2487
|
-
"FILTER_RESULT_DDAT": null,
|
|
2488
|
-
"FILTER_RESULT_DDEM": null,
|
|
2489
|
-
"FILTER_RESULT_DORM": [false, false, false, false],
|
|
2490
|
-
"FILTER_RESULT_DSTL": false,
|
|
2491
|
-
"FILTER_RESULT_DSTP": false,
|
|
2492
|
-
"FILTER_RESULT_HAUT": true,
|
|
2493
|
-
"FILTER_RESULT_HCHA": null,
|
|
2494
|
-
"FILTER_RESULT_HPI1": false,
|
|
2495
|
-
"FILTER_RESULT_HPI2": false,
|
|
2496
|
-
"FILTER_RESULT_HSI1": false,
|
|
2497
|
-
"FILTER_RESULT_HSI2": false,
|
|
2498
|
-
"FILTER_RESULT_ICOI": true,
|
|
2499
|
-
"FILTER_RESULT_KAO1": true,
|
|
2500
|
-
"FILTER_RESULT_KCU1": true,
|
|
2501
|
-
"FILTER_RESULT_KCU2": false,
|
|
2502
|
-
"FILTER_RESULT_KGA1": true,
|
|
2503
|
-
"FILTER_RESULT_KGRA": true,
|
|
2504
|
-
"FILTER_RESULT_KSJC": false,
|
|
2505
|
-
"FILTER_RESULT_KSMI": null,
|
|
2506
|
-
"FILTER_RESULT_KSOA": null,
|
|
2507
|
-
"FILTER_RESULT_KSV1": false,
|
|
2508
|
-
"FILTER_RESULT_KWC1": true,
|
|
2509
|
-
"FILTER_RESULT_LIEN": [false, true, true, true],
|
|
2510
|
-
"FILTER_RESULT_MAA3": true,
|
|
2511
|
-
"FILTER_RESULT_OIHB": false,
|
|
2512
|
-
"FILTER_RESULT_OIHC": false,
|
|
2513
|
-
"FILTER_RESULT_OIHD": false,
|
|
2514
|
-
"FILTER_RESULT_OIHE": false,
|
|
2515
|
-
"FILTER_RESULT_OIHF": false,
|
|
2516
|
-
"FILTER_RESULT_OLAD": true,
|
|
2517
|
-
"FILTER_RESULT_OQAD": true,
|
|
2518
|
-
"FILTER_RESULT_SDL1": [true],
|
|
2519
|
-
"FILTER_RESULT_SDL2": [false],
|
|
2520
|
-
"FILTER_RESULT_SDL4": [false],
|
|
2521
|
-
"FILTER_RESULT_SDN1": [null],
|
|
2522
|
-
"FILTER_RESULT_SDT1": [false],
|
|
2523
|
-
"FILTER_RESULT_SDT2": [null],
|
|
2524
|
-
"FILTER_RESULT_SEXE": [true, true, true, true],
|
|
2525
|
-
"FILTER_RESULT_UWEB": true,
|
|
2526
|
-
"FILTER_RESULT_VAID": null,
|
|
2527
|
-
"FILTER_RESULT_VDD1": false,
|
|
2528
|
-
"FILTER_RESULT_VDSY": false,
|
|
2529
|
-
"FILTER_RESULT_VFFH": null,
|
|
2530
|
-
"FILTER_RESULT_VFLA": false,
|
|
2531
|
-
"FILTER_RESULT_VLA1": true,
|
|
2532
|
-
"FILTER_RESULT_VLRD": false,
|
|
2533
|
-
"FILTER_RESULT_VPID": true,
|
|
2534
|
-
"FILTER_RESULT_VPRA": false,
|
|
2535
|
-
"FILTER_RESULT_VSO1": null,
|
|
2536
|
-
"FILTER_RESULT_VTL1": null,
|
|
2537
|
-
"FILTER_RESULT_CHGNC": true,
|
|
2538
|
-
"FILTER_RESULT_DAGEO": false,
|
|
2539
|
-
"FILTER_RESULT_DAGRL": false,
|
|
2540
|
-
"FILTER_RESULT_EAMIA": [false],
|
|
2541
|
-
"FILTER_RESULT_EAMIH": [false],
|
|
2542
|
-
"FILTER_RESULT_EAMIK": [false],
|
|
2543
|
-
"FILTER_RESULT_EAMIL": [false],
|
|
2544
|
-
"FILTER_RESULT_EPAS1": [false],
|
|
2545
|
-
"FILTER_RESULT_EPASB": [false],
|
|
2546
|
-
"FILTER_RESULT_EPASC": [false],
|
|
2547
|
-
"FILTER_RESULT_EPROJ": [false],
|
|
2548
|
-
"FILTER_RESULT_ERET1": [false],
|
|
2549
|
-
"FILTER_RESULT_GARDE": [false, false, false, false],
|
|
2550
|
-
"FILTER_RESULT_HPEUP": true,
|
|
2551
|
-
"FILTER_RESULT_HTLC1": true,
|
|
2552
|
-
"FILTER_RESULT_IAATC": true,
|
|
2553
|
-
"FILTER_RESULT_KDLK1": null,
|
|
2554
|
-
"FILTER_RESULT_KDLK2": null,
|
|
2555
|
-
"FILTER_RESULT_KGRAA": true,
|
|
2556
|
-
"FILTER_RESULT_KPISC": true,
|
|
2557
|
-
"FILTER_RESULT_KSJPC": false,
|
|
2558
|
-
"FILTER_RESULT_KSJPI": null,
|
|
2559
|
-
"FILTER_RESULT_KVELO": false,
|
|
2560
|
-
"FILTER_RESULT_KWCID": false,
|
|
2561
|
-
"FILTER_RESULT_LIMT1": true,
|
|
2562
|
-
"FILTER_RESULT_LIMT2": [false],
|
|
2563
|
-
"FILTER_RESULT_LNAIS": [true, true, true, true],
|
|
2564
|
-
"FILTER_RESULT_LOGCO": [false, false, false, false],
|
|
2565
|
-
"FILTER_RESULT_MAA2A": true,
|
|
2566
|
-
"FILTER_RESULT_MAA2M": false,
|
|
2567
|
-
"FILTER_RESULT_MAA3A": false,
|
|
2568
|
-
"FILTER_RESULT_MAA3M": false,
|
|
2569
|
-
"FILTER_RESULT_MCHR1": true,
|
|
2570
|
-
"FILTER_RESULT_MCHR2": [false],
|
|
2571
|
-
"FILTER_RESULT_NBHAB": true,
|
|
2572
|
-
"FILTER_RESULT_OLAR1": true,
|
|
2573
|
-
"FILTER_RESULT_OLAR2": true,
|
|
2574
|
-
"FILTER_RESULT_OLAR3": true,
|
|
2575
|
-
"FILTER_RESULT_SDTAD": [false],
|
|
2576
|
-
"FILTER_RESULT_SITUA": [true, true, true, true],
|
|
2577
|
-
"FILTER_RESULT_STOC1": true,
|
|
2578
|
-
"FILTER_RESULT_STOC2": false,
|
|
2579
|
-
"FILTER_RESULT_STOCP": false,
|
|
2580
|
-
"FILTER_RESULT_TELET": [true, true, false, false],
|
|
2581
|
-
"FILTER_RESULT_TRAGE": [false, false, false, false],
|
|
2582
|
-
"FILTER_RESULT_UNLOG": [true, true, true, true],
|
|
2583
|
-
"FILTER_RESULT_VLAB1": false,
|
|
2584
|
-
"FILTER_RESULT_VMODM": true,
|
|
2585
|
-
"FILTER_RESULT_VSURF": null,
|
|
2586
|
-
"FILTER_RESULT_VTLD1": true,
|
|
2587
|
-
"nb_filtre_HebEnfant": "0if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0if (persplus25=1 and (STOCA=\"2\" and not(isnull(STOCA))) and (isnull(STOCB1) or STOCB1<>\"1\") and ((LIEN=\"3\" or LIEN=\"5\") and not(isnull(LIEN)) ) and (isnull(LOGENQ) or LOGENQ<>\"5\") and (isnull(LOGAUT) or LOGAUT<>\"1\") and (isnull(DURLOG) or DURLOG<>\"3\") ) then 1 else 0",
|
|
2588
|
-
"FILTER_RESULT_COUPLE": [true, true, true, true],
|
|
2589
|
-
"FILTER_RESULT_DAGEO1": false,
|
|
2590
|
-
"FILTER_RESULT_DAGEO2": false,
|
|
2591
|
-
"FILTER_RESULT_DAGEO3": false,
|
|
2592
|
-
"FILTER_RESULT_DEPART": false,
|
|
2593
|
-
"FILTER_RESULT_DURLOG": [false, false, false, false],
|
|
2594
|
-
"FILTER_RESULT_EAMID1": [false],
|
|
2595
|
-
"FILTER_RESULT_ECOVID": [false],
|
|
2596
|
-
"FILTER_RESULT_EPROJB": [false],
|
|
2597
|
-
"FILTER_RESULT_EPROJC": [false],
|
|
2598
|
-
"FILTER_RESULT_EPROJD": [false],
|
|
2599
|
-
"FILTER_RESULT_GRDIPA": [true, true, true, true],
|
|
2600
|
-
"FILTER_RESULT_GRDIPB": [false, false, false, false],
|
|
2601
|
-
"FILTER_RESULT_GRDIPC": [true, false, false, false],
|
|
2602
|
-
"FILTER_RESULT_IAATCD": false,
|
|
2603
|
-
"FILTER_RESULT_KSJPIT": null,
|
|
2604
|
-
"FILTER_RESULT_LOGAUT": [false, false, false, false],
|
|
2605
|
-
"FILTER_RESULT_LOGENQ": [false, false, false, false],
|
|
2606
|
-
"FILTER_RESULT_MAA2AC": false,
|
|
2607
|
-
"FILTER_RESULT_MAA2MC": false,
|
|
2608
|
-
"FILTER_RESULT_ODFRA3": false,
|
|
2609
|
-
"FILTER_RESULT_SANTE1": true,
|
|
2610
|
-
"FILTER_RESULT_SANTE2": [false],
|
|
2611
|
-
"FILTER_RESULT_STOCA3": [false, false, false, false],
|
|
2612
|
-
"FILTER_RESULT_STOCA4": [false, false, false, false],
|
|
2613
|
-
"FILTER_RESULT_STOCB1": [false, false, false, false],
|
|
2614
|
-
"FILTER_RESULT_TELMOB": true,
|
|
2615
|
-
"FILTER_RESULT_VACHAL": true,
|
|
2616
|
-
"FILTER_RESULT_VCRCOM": false,
|
|
2617
|
-
"FILTER_RESULT_VLOYER": null,
|
|
2618
|
-
"FILTER_RESULT_VMODP1": true,
|
|
2619
|
-
"FILTER_RESULT_VMODP2": true,
|
|
2620
|
-
"FILTER_RESULT_VRAIS1": null,
|
|
2621
|
-
"FILTER_RESULT_VRAIS2": null,
|
|
2622
|
-
"FILTER_RESULT_VRAIS3": null,
|
|
2623
|
-
"FILTER_RESULT_VRAIS4": null,
|
|
2624
|
-
"FILTER_RESULT_VSURFD": true,
|
|
2625
|
-
"FILTER_RESULT_VVENDL": true,
|
|
2626
|
-
"FILTER_RESULT_CIVCOLL": false,
|
|
2627
|
-
"FILTER_RESULT_DALOBIS": false,
|
|
2628
|
-
"FILTER_RESULT_DEPNAIS": [true, true, true, true],
|
|
2629
|
-
"FILTER_RESULT_DSTLOC2": false,
|
|
2630
|
-
"FILTER_RESULT_ECOVID2": [false],
|
|
2631
|
-
"FILTER_RESULT_ERETOUR": [false],
|
|
2632
|
-
"FILTER_RESULT_HULHUI1": false,
|
|
2633
|
-
"FILTER_RESULT_HULHUI2": false,
|
|
2634
|
-
"FILTER_RESULT_INDCOLL": false,
|
|
2635
|
-
"FILTER_RESULT_MARRIVC": true,
|
|
2636
|
-
"FILTER_RESULT_NATIO1N": [true, true, true, true],
|
|
2637
|
-
"FILTER_RESULT_NATIO2N": [null, null, null, null],
|
|
2638
|
-
"FILTER_RESULT_NOMCOLL": false,
|
|
2639
|
-
"FILTER_RESULT_RESAUTO": false,
|
|
2640
|
-
"FILTER_RESULT_STOCA12": [true, true, true, true],
|
|
2641
|
-
"FILTER_RESULT_TELFIXE": true,
|
|
2642
|
-
"FILTER_RESULT_TRAVAIL": [false, false, true, true],
|
|
2643
|
-
"FILTER_RESULT_VANCIEN": null,
|
|
2644
|
-
"FILTER_RESULT_VBILLOG": null,
|
|
2645
|
-
"FILTER_RESULT_ADR_COLL": true,
|
|
2646
|
-
"FILTER_RESULT_CIVCOLL2": false,
|
|
2647
|
-
"FILTER_RESULT_DATENAIS": [true, true, true, true],
|
|
2648
|
-
"FILTER_RESULT_G_PRENOM": [true, true, true, true],
|
|
2649
|
-
"FILTER_RESULT_INDNVOCC": false,
|
|
2650
|
-
"FILTER_RESULT_MAA2AT_Q": true,
|
|
2651
|
-
"FILTER_RESULT_NOMCOLL2": false,
|
|
2652
|
-
"FILTER_RESULT_PAYSNAIS": [false, false, false, false],
|
|
2653
|
-
"FILTER_RESULT_SDL_SIT1": [null],
|
|
2654
|
-
"FILTER_RESULT_SDL_SIT2": [null],
|
|
2655
|
-
"FILTER_RESULT_TELNVOCC": false,
|
|
2656
|
-
"FILTER_RESULT_TEMPS1_1": true,
|
|
2657
|
-
"FILTER_RESULT_TYPLOGCO": [false, false, false, false],
|
|
2658
|
-
"FILTER_RESULT_testSTOC": true,
|
|
2659
|
-
"FILTER_RESULT_FOYPAGEES": false,
|
|
2660
|
-
"FILTER_RESULT_LNAISMERE": true,
|
|
2661
|
-
"FILTER_RESULT_LNAISPERE": true,
|
|
2662
|
-
"FILTER_RESULT_MAA2ATC_Q": false,
|
|
2663
|
-
"FILTER_RESULT_MAILNVOCC": false,
|
|
2664
|
-
"FILTER_RESULT_NOMNVOCC1": false,
|
|
2665
|
-
"FILTER_RESULT_NOMNVOCC2": false,
|
|
2666
|
-
"FILTER_RESULT_NOTELCOLL": true,
|
|
2667
|
-
"FILTER_RESULT_SDT2_SIT2": [null],
|
|
2668
|
-
"FILTER_RESULT_SITUMATRI": [true, true, true, true],
|
|
2669
|
-
"FILTER_RESULT_NATIONMERE": true,
|
|
2670
|
-
"FILTER_RESULT_NATIONPERE": true,
|
|
2671
|
-
"FILTER_RESULT_NUMTH_COLL": true,
|
|
2672
|
-
"FILTER_RESULT_PRENOMCOLL": false,
|
|
2673
|
-
"FILTER_RESULT_SDTAD_SIT2": [null],
|
|
2674
|
-
"FILTER_RESULT_CADRTH_COLL": true,
|
|
2675
|
-
"FILTER_RESULT_LIBCOM_COLL": true,
|
|
2676
|
-
"FILTER_RESULT_PRENOMCOLL2": false,
|
|
2677
|
-
"FILTER_RESULT_PAYSNAISMERE": false,
|
|
2678
|
-
"FILTER_RESULT_PAYSNAISPERE": false,
|
|
2679
|
-
"FILTER_RESULT_PRENOMNVOCC1": false,
|
|
2680
|
-
"FILTER_RESULT_PRENOMNVOCC2": false,
|
|
2681
|
-
"FILTER_RESULT_COMMUNEPASSEE": false,
|
|
2682
|
-
"FILTER_RESULT_CODEPOST1_COLL": true,
|
|
2683
|
-
"FILTER_RESULT_testfiltreHEB1": [false],
|
|
2684
|
-
"FILTER_RESULT_testfiltreHEB2": [true, true, true, true]
|
|
2685
|
-
}
|
|
2686
|
-
}
|