@inseefr/lunatic 3.4.3 → 3.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/Accordion/Accordion.js.map +1 -0
- package/components/CheckboxBoolean/CheckboxBoolean.js.map +1 -0
- package/components/CheckboxBoolean/CheckboxBoolean.spec.js.map +1 -0
- package/components/CheckboxGroup/CheckboxGroup.js.map +1 -0
- package/components/CheckboxGroup/CustomCheckboxGroup.js.map +1 -0
- package/components/CheckboxGroup/CustomCheckboxGroup.spec.js.map +1 -0
- package/components/CheckboxOne/CheckboxOne.js.map +1 -0
- package/components/CheckboxOne/CheckboxOne.spec.js.map +1 -0
- package/components/Datepicker/Datepicker.js.map +1 -0
- package/components/Datepicker/Datepicker.spec.js.map +1 -0
- package/components/Datepicker/DatepickerField.js.map +1 -0
- package/components/Dropdown/Dropdown.js.map +1 -0
- package/components/Dropdown/Dropdown.spec.js.map +1 -0
- package/components/Dropdown/renderer/SimpleLabelRenderer.js.map +1 -0
- package/components/Dropdown/renderer/SimpleOptionRenderer.js.map +1 -0
- package/components/Duration/Duration.js.map +1 -0
- package/components/Duration/durationUtils.js.map +1 -0
- package/components/Duration/formatDuration.js.map +1 -0
- package/components/Duration/formatDuration.spec.js.map +1 -0
- package/components/Duration/getDurationFromValue.js.map +1 -0
- package/components/FilterDescription/FilterDescription.js.map +1 -0
- package/components/FilterDescription/FilterDescription.spec.js.map +1 -0
- package/components/Input/Input.js.map +1 -0
- package/components/Input/Input.spec.js.map +1 -0
- package/components/InputNumber/InputNumber.js.map +1 -0
- package/components/InputNumber/InputNumber.spec.js.map +1 -0
- package/components/InputNumber/InputNumberThousand.js.map +1 -0
- package/components/Loop/Loop.js.map +1 -0
- package/components/Loop/constant.js.map +1 -0
- package/components/LunaticComponents.js +83 -0
- package/components/LunaticComponents.js.map +1 -0
- package/components/PairwiseLinks/PairwiseLinks.js.map +1 -0
- package/components/Question/Question.js +16 -0
- package/components/Question/Question.js.map +1 -0
- package/components/Radio/Radio.js.map +1 -0
- package/components/RosterForLoop/RosterForLoop.js.map +1 -0
- package/components/RosterForLoop/RosterForLoop.spec.js.map +1 -0
- package/components/Roundabout/CustomRoundabout.js.map +1 -0
- package/components/Roundabout/Roundabout.js.map +1 -0
- package/components/Roundabout/roundabout.spec.js.map +1 -0
- package/components/Sequence/Sequence.js.map +1 -0
- package/components/Subsequence/Subsequence.js +9 -0
- package/components/Subsequence/Subsequence.js.map +1 -0
- package/components/Subsequence/Subsequence.spec.js.map +1 -0
- package/components/Suggester/CustomSuggester.js.map +1 -0
- package/components/Suggester/Suggester.js.map +1 -0
- package/components/Suggester/SuggesterNotification.js.map +1 -0
- package/components/Suggester/SuggesterType.js.map +1 -0
- package/components/Suggester/useSuggestions.js.map +1 -0
- package/components/Summary/Summary.js.map +1 -0
- package/components/Switch/Switch.js.map +1 -0
- package/components/Table/Table.js.map +1 -0
- package/components/Text/Text.js.map +1 -0
- package/components/Textarea/Textarea.js.map +1 -0
- package/components/Textarea/Textarea.spec.js.map +1 -0
- package/components/library.js.map +1 -0
- package/components/shared/Button/Button.js.map +1 -0
- package/components/shared/Button/Button.spec.js.map +1 -0
- package/components/shared/Button/IconButton.js.map +1 -0
- package/components/shared/Button/IconButton.spec.js.map +1 -0
- package/components/shared/Checkbox/CheckboxOption.js.map +1 -0
- package/components/shared/Checkbox/CheckboxOption.spec.js.map +1 -0
- package/components/shared/Checkbox/getShortcutKey.js.map +1 -0
- package/components/shared/Combobox/Combobox.js.map +1 -0
- package/components/shared/Combobox/Combobox.stories.js.map +1 -0
- package/components/shared/Combobox/ComboboxContainer.js.map +1 -0
- package/components/shared/Combobox/ComboboxContainer.spec.js.map +1 -0
- package/components/shared/Combobox/ComboboxContent.js.map +1 -0
- package/components/shared/Combobox/ComboboxContentBox.js.map +1 -0
- package/components/shared/Combobox/ComboboxType.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxOption.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxOption.spec.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxOptionContainer.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxPanel.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxPanel.spec.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxPanelContainer.js.map +1 -0
- package/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js.map +1 -0
- package/components/shared/Combobox/Selection/ComboboxClearButton.js.map +1 -0
- package/components/shared/Combobox/Selection/ComboboxClearButton.spec.js.map +1 -0
- package/components/shared/Combobox/Selection/ComboboxInput.js.map +1 -0
- package/components/shared/Combobox/Selection/ComboboxLabelSelection.js.map +1 -0
- package/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js.map +1 -0
- package/components/shared/Combobox/Selection/ComboboxSelection.js.map +1 -0
- package/components/shared/Combobox/Selection/ComboboxSelection.spec.js.map +1 -0
- package/components/shared/Combobox/constants.js.map +1 -0
- package/components/shared/Combobox/index.js.map +1 -0
- package/components/shared/ComponentErrors/ComponentErrors.js.map +1 -0
- package/components/shared/ComponentErrors/ComponentErrors.spec.js.map +1 -0
- package/components/shared/ComponentWrapper.js.map +1 -0
- package/components/shared/Declarations/Declarations.js.map +1 -0
- package/components/shared/Declarations/Declarations.spec.js.map +1 -0
- package/components/shared/Fieldset/Fieldset.js.map +1 -0
- package/components/shared/Fieldset/Fieldset.spec.js.map +1 -0
- package/components/shared/HOC/slottableComponent.js.map +1 -0
- package/components/shared/Icons/checkbox-checked-icon.js.map +1 -0
- package/components/shared/Icons/checkbox-disabled-icon.js.map +1 -0
- package/components/shared/Icons/checkbox-unchecked-icon.js.map +1 -0
- package/components/shared/Icons/closed-icon.js.map +1 -0
- package/components/shared/Icons/cross-icon.js.map +1 -0
- package/components/shared/Icons/icon-props.js.map +1 -0
- package/components/shared/Icons/index.js.map +1 -0
- package/components/shared/Icons/load-icon.js.map +1 -0
- package/components/shared/Icons/lunatic-icon.js.map +1 -0
- package/components/shared/Icons/network-icon.js.map +1 -0
- package/components/shared/Icons/on-drag-icon.js.map +1 -0
- package/components/shared/Icons/opened-icon.js.map +1 -0
- package/components/shared/Icons/radio-checked-icon.js.map +1 -0
- package/components/shared/Icons/radio-unchecked-icon.js.map +1 -0
- package/components/shared/Label/Label.js.map +1 -0
- package/components/shared/Label/Label.spec.js.map +1 -0
- package/components/shared/LabelDescription.js.map +1 -0
- package/components/shared/MDLabel/MDLabel.js.map +1 -0
- package/components/shared/MDLabel/MDLabel.spec.js.map +1 -0
- package/components/shared/MDLabel/MarkdownLink.js.map +1 -0
- package/components/shared/MDLabel/RouterLink.js.map +1 -0
- package/components/shared/Missing/Missing.js.map +1 -0
- package/components/shared/Missing/Missing.spec.js.map +1 -0
- package/components/shared/ModalControls/ModalControls.js.map +1 -0
- package/components/shared/ModalControls/ModalControls.spec.js.map +1 -0
- package/components/shared/Notification.js.map +1 -0
- package/components/shared/Radio/RadioGroup.js.map +1 -0
- package/components/shared/Radio/RadioOption.js.map +1 -0
- package/components/shared/Radio/RadioOption.spec.js.map +1 -0
- package/components/shared/Table/Table.js.map +1 -0
- package/components/shared/Table/Table.spec.js.map +1 -0
- package/components/shared/Table/TableHeader.js.map +1 -0
- package/components/shared/Table/Tbody.js.map +1 -0
- package/components/shared/Table/Tbody.spec.js.map +1 -0
- package/components/shared/Table/Td.js.map +1 -0
- package/components/shared/Table/Td.spec.js.map +1 -0
- package/components/shared/Table/Th.js.map +1 -0
- package/components/shared/Table/Th.spec.js.map +1 -0
- package/components/shared/Table/Thead.js.map +1 -0
- package/components/shared/Table/Thead.spec.js.map +1 -0
- package/components/shared/Table/Tr.js.map +1 -0
- package/components/shared/Table/Tr.spec.js.map +1 -0
- package/components/shared/Table/index.js.map +1 -0
- package/components/type.d.ts +305 -0
- package/components/type.js.map +1 -0
- package/constants/component-types.js.map +1 -0
- package/constants/declarations.js.map +1 -0
- package/constants/event-types.js.map +1 -0
- package/constants/index.js.map +1 -0
- package/constants/indexedDBStore.js.map +1 -0
- package/constants/supported-preferences.js.map +1 -0
- package/constants/value-types.js.map +1 -0
- package/constants/variable-types.js.map +1 -0
- package/hooks/use-auto-focus.js.map +1 -0
- package/hooks/use-track-changes.js.map +1 -0
- package/hooks/use-why-render.js.map +1 -0
- package/hooks/useDebounce.js.map +1 -0
- package/hooks/useDocumentEvent.js.map +1 -0
- package/hooks/useKeyboardKey.js.map +1 -0
- package/hooks/useListKeyboardHandler.js.map +1 -0
- package/hooks/useRefSync.js.map +1 -0
- package/i18n/build-dictionary.js.map +1 -0
- package/i18n/dictionary.js.map +1 -0
- package/i18n/index.js.map +1 -0
- package/i18n/inputNumberProps.js.map +1 -0
- package/index.js.map +1 -0
- package/package.json +849 -122
- package/tests/setup.js.map +1 -0
- package/tests/utils/lunatic.js.map +1 -0
- package/tests/utils/timer.js.map +1 -0
- package/type.source.js.map +1 -0
- package/type.utils.js.map +1 -0
- package/use-lunatic/actions.js.map +1 -0
- package/use-lunatic/commons/check-loops.js.map +1 -0
- package/use-lunatic/commons/check-pager.js.map +1 -0
- package/use-lunatic/commons/compile-controls.js.map +1 -0
- package/use-lunatic/commons/component.js.map +1 -0
- package/use-lunatic/commons/create-map-pages.js.map +1 -0
- package/use-lunatic/commons/execute-condition-filter.js.map +1 -0
- package/use-lunatic/commons/fill-components/fill-component-expressions.js.map +1 -0
- package/use-lunatic/commons/fill-components/fill-component-expressions.spec.js.map +1 -0
- package/use-lunatic/commons/fill-components/fill-components.js.map +1 -0
- package/use-lunatic/commons/get-compatible-vtl-expression.js.map +1 -0
- package/use-lunatic/commons/get-components-from-state.js.map +1 -0
- package/use-lunatic/commons/index.js.map +1 -0
- package/use-lunatic/commons/is-First-last-page.js.map +1 -0
- package/use-lunatic/commons/is-paginated-loop.js.map +1 -0
- package/use-lunatic/commons/is-roundabout.js.map +1 -0
- package/use-lunatic/commons/page-navigation.js.map +1 -0
- package/use-lunatic/commons/page-navigation.spec.js.map +1 -0
- package/use-lunatic/commons/page-tag.js.map +1 -0
- package/use-lunatic/commons/page-tag.spec.js.map +1 -0
- package/use-lunatic/commons/page.js.map +1 -0
- package/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js.map +1 -0
- package/use-lunatic/commons/variables/behaviours/missing-behaviour.js.map +1 -0
- package/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +1 -0
- package/use-lunatic/commons/variables/errors.js.map +1 -0
- package/use-lunatic/commons/variables/get-questionnaire-data.js.map +1 -0
- package/use-lunatic/commons/variables/lunatic-variables-store.js.map +1 -0
- package/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +1 -0
- package/use-lunatic/hooks/use-loop-variables.js.map +1 -0
- package/use-lunatic/hooks/use-page-has-response.js.map +1 -0
- package/use-lunatic/hooks/useOverview.js.map +1 -0
- package/use-lunatic/hooks/useWarnDepChange.js.map +1 -0
- package/use-lunatic/logger/ConsoleLogger.js.map +1 -0
- package/use-lunatic/logger/type.js.map +1 -0
- package/use-lunatic/lunatic-context.js.map +1 -0
- package/use-lunatic/props/getComponentTypeProps.d.ts +291 -0
- package/use-lunatic/props/getComponentTypeProps.js.map +1 -0
- package/use-lunatic/props/propIterations.js.map +1 -0
- package/use-lunatic/props/propMissingResponse.js.map +1 -0
- package/use-lunatic/props/propOptions.js.map +1 -0
- package/use-lunatic/props/propOptions.spec.js.map +1 -0
- package/use-lunatic/props/propValue.js.map +1 -0
- package/use-lunatic/props/propValue.spec.js.map +1 -0
- package/use-lunatic/reducer/commons/auto-explore-loop.js.map +1 -0
- package/use-lunatic/reducer/commons/index.js.map +1 -0
- package/use-lunatic/reducer/commons/resize-array-variable.js.map +1 -0
- package/use-lunatic/reducer/commons/validate-condition-filter.js.map +1 -0
- package/use-lunatic/reducer/controls/check-base-control.js.map +1 -0
- package/use-lunatic/reducer/controls/check-roundabout-control.js.map +1 -0
- package/use-lunatic/reducer/overview/overviewOnInit.js.map +1 -0
- package/use-lunatic/reducer/reduce-go-next-page.js.map +1 -0
- package/use-lunatic/reducer/reduce-go-previous-page.js.map +1 -0
- package/use-lunatic/reducer/reduce-go-to-page.js.map +1 -0
- package/use-lunatic/reducer/reduce-handle-changes.js.map +1 -0
- package/use-lunatic/reducer/reducer.js.map +1 -0
- package/use-lunatic/reducer/reducerInitializer.js.map +1 -0
- package/use-lunatic/replace-component-sequence.d.ts +36 -0
- package/use-lunatic/replace-component-sequence.js.map +1 -0
- package/use-lunatic/type.js.map +1 -0
- package/use-lunatic/use-lunatic.js.map +1 -0
- package/utils/array.js.map +1 -0
- package/utils/array.spec.js.map +1 -0
- package/utils/constants/alphabet.js.map +1 -0
- package/utils/constants/features.js.map +1 -0
- package/utils/constants/index.js.map +1 -0
- package/utils/constants/links.js.map +1 -0
- package/utils/constants/missing.js.map +1 -0
- package/utils/constants/variable-status.js.map +1 -0
- package/utils/constants/variable-types.js.map +1 -0
- package/utils/dom.js.map +1 -0
- package/utils/env.js.map +1 -0
- package/utils/function.js.map +1 -0
- package/utils/is-element.js.map +1 -0
- package/utils/is-object.js.map +1 -0
- package/utils/logger.js.map +1 -0
- package/utils/number.js.map +1 -0
- package/utils/number.spec.js.map +1 -0
- package/utils/object.js.map +1 -0
- package/utils/search/SearchInterface.js.map +1 -0
- package/utils/search/SearchMinisearch.js.map +1 -0
- package/utils/search/SuggestersDatabase.js.map +1 -0
- package/utils/search/melauto.js.map +1 -0
- package/utils/search/tokenizer.js.map +1 -0
- package/utils/to-number.js.map +1 -0
- package/utils/variables.js.map +1 -0
- package/utils/variables.spec.js.map +1 -0
- package/utils/vtl.js.map +1 -0
- package/lib/components/Accordion/Accordion.js.map +0 -1
- package/lib/components/CheckboxBoolean/CheckboxBoolean.js.map +0 -1
- package/lib/components/CheckboxBoolean/CheckboxBoolean.spec.js.map +0 -1
- package/lib/components/CheckboxGroup/CheckboxGroup.js.map +0 -1
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.js.map +0 -1
- package/lib/components/CheckboxGroup/CustomCheckboxGroup.spec.js.map +0 -1
- package/lib/components/CheckboxOne/CheckboxOne.js.map +0 -1
- package/lib/components/CheckboxOne/CheckboxOne.spec.js.map +0 -1
- package/lib/components/Datepicker/Datepicker.js.map +0 -1
- package/lib/components/Datepicker/Datepicker.spec.js.map +0 -1
- package/lib/components/Datepicker/DatepickerField.js.map +0 -1
- package/lib/components/Dropdown/Dropdown.js.map +0 -1
- package/lib/components/Dropdown/Dropdown.spec.js.map +0 -1
- package/lib/components/Dropdown/renderer/SimpleLabelRenderer.js.map +0 -1
- package/lib/components/Dropdown/renderer/SimpleOptionRenderer.js.map +0 -1
- package/lib/components/Duration/Duration.js.map +0 -1
- package/lib/components/Duration/durationUtils.js.map +0 -1
- package/lib/components/Duration/formatDuration.js.map +0 -1
- package/lib/components/Duration/formatDuration.spec.js.map +0 -1
- package/lib/components/Duration/getDurationFromValue.js.map +0 -1
- package/lib/components/FilterDescription/FilterDescription.js.map +0 -1
- package/lib/components/FilterDescription/FilterDescription.spec.js.map +0 -1
- package/lib/components/Input/Input.js.map +0 -1
- package/lib/components/Input/Input.spec.js.map +0 -1
- package/lib/components/InputNumber/InputNumber.js.map +0 -1
- package/lib/components/InputNumber/InputNumber.spec.js.map +0 -1
- package/lib/components/InputNumber/InputNumberThousand.js.map +0 -1
- package/lib/components/Loop/Loop.js.map +0 -1
- package/lib/components/Loop/constant.js.map +0 -1
- package/lib/components/LunaticComponents.js +0 -82
- package/lib/components/LunaticComponents.js.map +0 -1
- package/lib/components/PairwiseLinks/PairwiseLinks.js.map +0 -1
- package/lib/components/Question/Question.js +0 -21
- package/lib/components/Question/Question.js.map +0 -1
- package/lib/components/Radio/Radio.js.map +0 -1
- package/lib/components/RosterForLoop/RosterForLoop.js.map +0 -1
- package/lib/components/RosterForLoop/RosterForLoop.spec.js.map +0 -1
- package/lib/components/Roundabout/CustomRoundabout.js.map +0 -1
- package/lib/components/Roundabout/Roundabout.js.map +0 -1
- package/lib/components/Roundabout/roundabout.spec.js.map +0 -1
- package/lib/components/Sequence/Sequence.js.map +0 -1
- package/lib/components/Subsequence/Subsequence.js +0 -8
- package/lib/components/Subsequence/Subsequence.js.map +0 -1
- package/lib/components/Subsequence/Subsequence.spec.js.map +0 -1
- package/lib/components/Suggester/CustomSuggester.js.map +0 -1
- package/lib/components/Suggester/Suggester.js.map +0 -1
- package/lib/components/Suggester/SuggesterNotification.js.map +0 -1
- package/lib/components/Suggester/SuggesterType.js.map +0 -1
- package/lib/components/Suggester/useSuggestions.js.map +0 -1
- package/lib/components/Summary/Summary.js.map +0 -1
- package/lib/components/Switch/Switch.js.map +0 -1
- package/lib/components/Table/Table.js.map +0 -1
- package/lib/components/Text/Text.js.map +0 -1
- package/lib/components/Textarea/Textarea.js.map +0 -1
- package/lib/components/Textarea/Textarea.spec.js.map +0 -1
- package/lib/components/library.js.map +0 -1
- package/lib/components/shared/Button/Button.js.map +0 -1
- package/lib/components/shared/Button/Button.spec.js.map +0 -1
- package/lib/components/shared/Button/IconButton.js.map +0 -1
- package/lib/components/shared/Button/IconButton.spec.js.map +0 -1
- package/lib/components/shared/Checkbox/CheckboxOption.js.map +0 -1
- package/lib/components/shared/Checkbox/CheckboxOption.spec.js.map +0 -1
- package/lib/components/shared/Checkbox/getShortcutKey.js.map +0 -1
- package/lib/components/shared/Combobox/Combobox.js.map +0 -1
- package/lib/components/shared/Combobox/Combobox.stories.js.map +0 -1
- package/lib/components/shared/Combobox/ComboboxContainer.js.map +0 -1
- package/lib/components/shared/Combobox/ComboboxContainer.spec.js.map +0 -1
- package/lib/components/shared/Combobox/ComboboxContent.js.map +0 -1
- package/lib/components/shared/Combobox/ComboboxContentBox.js.map +0 -1
- package/lib/components/shared/Combobox/ComboboxType.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxOption.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxOption.spec.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxOptionContainer.spec.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxPanel.spec.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.js.map +0 -1
- package/lib/components/shared/Combobox/Panel/ComboboxPanelContainer.spec.js.map +0 -1
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.js.map +0 -1
- package/lib/components/shared/Combobox/Selection/ComboboxClearButton.spec.js.map +0 -1
- package/lib/components/shared/Combobox/Selection/ComboboxInput.js.map +0 -1
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.js.map +0 -1
- package/lib/components/shared/Combobox/Selection/ComboboxLabelSelection.spec.js.map +0 -1
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.js.map +0 -1
- package/lib/components/shared/Combobox/Selection/ComboboxSelection.spec.js.map +0 -1
- package/lib/components/shared/Combobox/constants.js.map +0 -1
- package/lib/components/shared/Combobox/index.js.map +0 -1
- package/lib/components/shared/ComponentErrors/ComponentErrors.js.map +0 -1
- package/lib/components/shared/ComponentErrors/ComponentErrors.spec.js.map +0 -1
- package/lib/components/shared/ComponentWrapper.js.map +0 -1
- package/lib/components/shared/Declarations/Declarations.js.map +0 -1
- package/lib/components/shared/Declarations/Declarations.spec.js.map +0 -1
- package/lib/components/shared/Fieldset/Fieldset.js.map +0 -1
- package/lib/components/shared/Fieldset/Fieldset.spec.js.map +0 -1
- package/lib/components/shared/HOC/slottableComponent.js.map +0 -1
- package/lib/components/shared/Icons/checkbox-checked-icon.js.map +0 -1
- package/lib/components/shared/Icons/checkbox-disabled-icon.js.map +0 -1
- package/lib/components/shared/Icons/checkbox-unchecked-icon.js.map +0 -1
- package/lib/components/shared/Icons/closed-icon.js.map +0 -1
- package/lib/components/shared/Icons/cross-icon.js.map +0 -1
- package/lib/components/shared/Icons/icon-props.js.map +0 -1
- package/lib/components/shared/Icons/index.js.map +0 -1
- package/lib/components/shared/Icons/load-icon.js.map +0 -1
- package/lib/components/shared/Icons/lunatic-icon.js.map +0 -1
- package/lib/components/shared/Icons/network-icon.js.map +0 -1
- package/lib/components/shared/Icons/on-drag-icon.js.map +0 -1
- package/lib/components/shared/Icons/opened-icon.js.map +0 -1
- package/lib/components/shared/Icons/radio-checked-icon.js.map +0 -1
- package/lib/components/shared/Icons/radio-unchecked-icon.js.map +0 -1
- package/lib/components/shared/Label/Label.js.map +0 -1
- package/lib/components/shared/Label/Label.spec.js.map +0 -1
- package/lib/components/shared/LabelDescription.js.map +0 -1
- package/lib/components/shared/MDLabel/MDLabel.js.map +0 -1
- package/lib/components/shared/MDLabel/MDLabel.spec.js.map +0 -1
- package/lib/components/shared/MDLabel/MarkdownLink.js.map +0 -1
- package/lib/components/shared/MDLabel/RouterLink.js.map +0 -1
- package/lib/components/shared/Missing/Missing.js.map +0 -1
- package/lib/components/shared/Missing/Missing.spec.js.map +0 -1
- package/lib/components/shared/ModalControls/ModalControls.js.map +0 -1
- package/lib/components/shared/ModalControls/ModalControls.spec.js.map +0 -1
- package/lib/components/shared/Notification.js.map +0 -1
- package/lib/components/shared/Radio/RadioGroup.js.map +0 -1
- package/lib/components/shared/Radio/RadioOption.js.map +0 -1
- package/lib/components/shared/Radio/RadioOption.spec.js.map +0 -1
- package/lib/components/shared/Table/Table.js.map +0 -1
- package/lib/components/shared/Table/Table.spec.js.map +0 -1
- package/lib/components/shared/Table/TableHeader.js.map +0 -1
- package/lib/components/shared/Table/Tbody.js.map +0 -1
- package/lib/components/shared/Table/Tbody.spec.js.map +0 -1
- package/lib/components/shared/Table/Td.js.map +0 -1
- package/lib/components/shared/Table/Td.spec.js.map +0 -1
- package/lib/components/shared/Table/Th.js.map +0 -1
- package/lib/components/shared/Table/Th.spec.js.map +0 -1
- package/lib/components/shared/Table/Thead.js.map +0 -1
- package/lib/components/shared/Table/Thead.spec.js.map +0 -1
- package/lib/components/shared/Table/Tr.js.map +0 -1
- package/lib/components/shared/Table/Tr.spec.js.map +0 -1
- package/lib/components/shared/Table/index.js.map +0 -1
- package/lib/components/type.d.ts +0 -304
- package/lib/components/type.js.map +0 -1
- package/lib/constants/component-types.js.map +0 -1
- package/lib/constants/declarations.js.map +0 -1
- package/lib/constants/event-types.js.map +0 -1
- package/lib/constants/index.js.map +0 -1
- package/lib/constants/indexedDBStore.js.map +0 -1
- package/lib/constants/supported-preferences.js.map +0 -1
- package/lib/constants/value-types.js.map +0 -1
- package/lib/constants/variable-types.js.map +0 -1
- package/lib/hooks/use-auto-focus.js.map +0 -1
- package/lib/hooks/use-track-changes.js.map +0 -1
- package/lib/hooks/use-why-render.js.map +0 -1
- package/lib/hooks/useDebounce.js.map +0 -1
- package/lib/hooks/useDocumentEvent.js.map +0 -1
- package/lib/hooks/useKeyboardKey.js.map +0 -1
- package/lib/hooks/useListKeyboardHandler.js.map +0 -1
- package/lib/hooks/useRefSync.js.map +0 -1
- package/lib/i18n/build-dictionary.js.map +0 -1
- package/lib/i18n/dictionary.js.map +0 -1
- package/lib/i18n/index.js.map +0 -1
- package/lib/i18n/inputNumberProps.js.map +0 -1
- package/lib/index.js.map +0 -1
- package/lib/tests/setup.js.map +0 -1
- package/lib/tests/utils/lunatic.js.map +0 -1
- package/lib/tests/utils/timer.js.map +0 -1
- package/lib/type.source.js.map +0 -1
- package/lib/type.utils.js.map +0 -1
- package/lib/use-lunatic/actions.js.map +0 -1
- package/lib/use-lunatic/commons/check-loops.js.map +0 -1
- package/lib/use-lunatic/commons/check-pager.js.map +0 -1
- package/lib/use-lunatic/commons/compile-controls.js.map +0 -1
- package/lib/use-lunatic/commons/component.js.map +0 -1
- package/lib/use-lunatic/commons/create-map-pages.js.map +0 -1
- package/lib/use-lunatic/commons/execute-condition-filter.js.map +0 -1
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.js.map +0 -1
- package/lib/use-lunatic/commons/fill-components/fill-component-expressions.spec.js.map +0 -1
- package/lib/use-lunatic/commons/fill-components/fill-components.js.map +0 -1
- package/lib/use-lunatic/commons/get-compatible-vtl-expression.js.map +0 -1
- package/lib/use-lunatic/commons/get-components-from-state.js.map +0 -1
- package/lib/use-lunatic/commons/index.js.map +0 -1
- package/lib/use-lunatic/commons/is-First-last-page.js.map +0 -1
- package/lib/use-lunatic/commons/is-paginated-loop.js.map +0 -1
- package/lib/use-lunatic/commons/is-roundabout.js.map +0 -1
- package/lib/use-lunatic/commons/page-navigation.js.map +0 -1
- package/lib/use-lunatic/commons/page-navigation.spec.js.map +0 -1
- package/lib/use-lunatic/commons/page-tag.js.map +0 -1
- package/lib/use-lunatic/commons/page-tag.spec.js.map +0 -1
- package/lib/use-lunatic/commons/page.js.map +0 -1
- package/lib/use-lunatic/commons/variables/behaviours/cleaning-behaviour.js.map +0 -1
- package/lib/use-lunatic/commons/variables/behaviours/missing-behaviour.js.map +0 -1
- package/lib/use-lunatic/commons/variables/behaviours/resizing-behaviour.js.map +0 -1
- package/lib/use-lunatic/commons/variables/errors.js.map +0 -1
- package/lib/use-lunatic/commons/variables/get-questionnaire-data.js.map +0 -1
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.js.map +0 -1
- package/lib/use-lunatic/commons/variables/lunatic-variables-store.spec.js.map +0 -1
- package/lib/use-lunatic/hooks/use-loop-variables.js.map +0 -1
- package/lib/use-lunatic/hooks/use-page-has-response.js.map +0 -1
- package/lib/use-lunatic/hooks/useOverview.js.map +0 -1
- package/lib/use-lunatic/hooks/useWarnDepChange.js.map +0 -1
- package/lib/use-lunatic/logger/ConsoleLogger.js.map +0 -1
- package/lib/use-lunatic/logger/type.js.map +0 -1
- package/lib/use-lunatic/lunatic-context.js.map +0 -1
- package/lib/use-lunatic/props/getComponentTypeProps.d.ts +0 -291
- package/lib/use-lunatic/props/getComponentTypeProps.js.map +0 -1
- package/lib/use-lunatic/props/propIterations.js.map +0 -1
- package/lib/use-lunatic/props/propMissingResponse.js.map +0 -1
- package/lib/use-lunatic/props/propOptions.js.map +0 -1
- package/lib/use-lunatic/props/propOptions.spec.js.map +0 -1
- package/lib/use-lunatic/props/propValue.js.map +0 -1
- package/lib/use-lunatic/props/propValue.spec.js.map +0 -1
- package/lib/use-lunatic/reducer/commons/auto-explore-loop.js.map +0 -1
- package/lib/use-lunatic/reducer/commons/index.js.map +0 -1
- package/lib/use-lunatic/reducer/commons/resize-array-variable.js.map +0 -1
- package/lib/use-lunatic/reducer/commons/validate-condition-filter.js.map +0 -1
- package/lib/use-lunatic/reducer/controls/check-base-control.js.map +0 -1
- package/lib/use-lunatic/reducer/controls/check-roundabout-control.js.map +0 -1
- package/lib/use-lunatic/reducer/overview/overviewOnInit.js.map +0 -1
- package/lib/use-lunatic/reducer/reduce-go-next-page.js.map +0 -1
- package/lib/use-lunatic/reducer/reduce-go-previous-page.js.map +0 -1
- package/lib/use-lunatic/reducer/reduce-go-to-page.js.map +0 -1
- package/lib/use-lunatic/reducer/reduce-handle-changes.js.map +0 -1
- package/lib/use-lunatic/reducer/reducer.js.map +0 -1
- package/lib/use-lunatic/reducer/reducerInitializer.js.map +0 -1
- package/lib/use-lunatic/replace-component-sequence.d.ts +0 -9
- package/lib/use-lunatic/replace-component-sequence.js.map +0 -1
- package/lib/use-lunatic/type.js.map +0 -1
- package/lib/use-lunatic/use-lunatic.js.map +0 -1
- package/lib/utils/array.js.map +0 -1
- package/lib/utils/array.spec.js.map +0 -1
- package/lib/utils/constants/alphabet.js.map +0 -1
- package/lib/utils/constants/features.js.map +0 -1
- package/lib/utils/constants/index.js.map +0 -1
- package/lib/utils/constants/links.js.map +0 -1
- package/lib/utils/constants/missing.js.map +0 -1
- package/lib/utils/constants/variable-status.js.map +0 -1
- package/lib/utils/constants/variable-types.js.map +0 -1
- package/lib/utils/dom.js.map +0 -1
- package/lib/utils/env.js.map +0 -1
- package/lib/utils/function.js.map +0 -1
- package/lib/utils/is-element.js.map +0 -1
- package/lib/utils/is-object.js.map +0 -1
- package/lib/utils/logger.js.map +0 -1
- package/lib/utils/number.js.map +0 -1
- package/lib/utils/number.spec.js.map +0 -1
- package/lib/utils/object.js.map +0 -1
- package/lib/utils/search/SearchInterface.js.map +0 -1
- package/lib/utils/search/SearchMinisearch.js.map +0 -1
- package/lib/utils/search/SuggestersDatabase.js.map +0 -1
- package/lib/utils/search/melauto.js.map +0 -1
- package/lib/utils/search/tokenizer.js.map +0 -1
- package/lib/utils/to-number.js.map +0 -1
- package/lib/utils/variables.js.map +0 -1
- package/lib/utils/variables.spec.js.map +0 -1
- package/lib/utils/vtl.js.map +0 -1
- /package/{lib/components → components}/Accordion/Accordion.d.ts +0 -0
- /package/{lib/components → components}/Accordion/Accordion.js +0 -0
- /package/{lib/components → components}/CheckboxBoolean/CheckboxBoolean.d.ts +0 -0
- /package/{lib/components → components}/CheckboxBoolean/CheckboxBoolean.js +0 -0
- /package/{lib/components → components}/CheckboxBoolean/CheckboxBoolean.spec.d.ts +0 -0
- /package/{lib/components → components}/CheckboxBoolean/CheckboxBoolean.spec.js +0 -0
- /package/{lib/components → components}/CheckboxGroup/CheckboxGroup.d.ts +0 -0
- /package/{lib/components → components}/CheckboxGroup/CheckboxGroup.js +0 -0
- /package/{lib/components → components}/CheckboxGroup/CustomCheckboxGroup.d.ts +0 -0
- /package/{lib/components → components}/CheckboxGroup/CustomCheckboxGroup.js +0 -0
- /package/{lib/components → components}/CheckboxGroup/CustomCheckboxGroup.spec.d.ts +0 -0
- /package/{lib/components → components}/CheckboxGroup/CustomCheckboxGroup.spec.js +0 -0
- /package/{lib/components → components}/CheckboxOne/CheckboxOne.d.ts +0 -0
- /package/{lib/components → components}/CheckboxOne/CheckboxOne.js +0 -0
- /package/{lib/components → components}/CheckboxOne/CheckboxOne.spec.d.ts +0 -0
- /package/{lib/components → components}/CheckboxOne/CheckboxOne.spec.js +0 -0
- /package/{lib/components → components}/Datepicker/Datepicker.d.ts +0 -0
- /package/{lib/components → components}/Datepicker/Datepicker.js +0 -0
- /package/{lib/components → components}/Datepicker/Datepicker.spec.d.ts +0 -0
- /package/{lib/components → components}/Datepicker/Datepicker.spec.js +0 -0
- /package/{lib/components → components}/Datepicker/DatepickerField.d.ts +0 -0
- /package/{lib/components → components}/Datepicker/DatepickerField.js +0 -0
- /package/{lib/components → components}/Dropdown/Dropdown.d.ts +0 -0
- /package/{lib/components → components}/Dropdown/Dropdown.js +0 -0
- /package/{lib/components → components}/Dropdown/Dropdown.spec.d.ts +0 -0
- /package/{lib/components → components}/Dropdown/Dropdown.spec.js +0 -0
- /package/{lib/components → components}/Dropdown/renderer/SimpleLabelRenderer.d.ts +0 -0
- /package/{lib/components → components}/Dropdown/renderer/SimpleLabelRenderer.js +0 -0
- /package/{lib/components → components}/Dropdown/renderer/SimpleOptionRenderer.d.ts +0 -0
- /package/{lib/components → components}/Dropdown/renderer/SimpleOptionRenderer.js +0 -0
- /package/{lib/components → components}/Duration/Duration.d.ts +0 -0
- /package/{lib/components → components}/Duration/Duration.js +0 -0
- /package/{lib/components → components}/Duration/durationUtils.d.ts +0 -0
- /package/{lib/components → components}/Duration/durationUtils.js +0 -0
- /package/{lib/components → components}/Duration/formatDuration.d.ts +0 -0
- /package/{lib/components → components}/Duration/formatDuration.js +0 -0
- /package/{lib/components → components}/Duration/formatDuration.spec.d.ts +0 -0
- /package/{lib/components → components}/Duration/formatDuration.spec.js +0 -0
- /package/{lib/components → components}/Duration/getDurationFromValue.d.ts +0 -0
- /package/{lib/components → components}/Duration/getDurationFromValue.js +0 -0
- /package/{lib/components → components}/FilterDescription/FilterDescription.d.ts +0 -0
- /package/{lib/components → components}/FilterDescription/FilterDescription.js +0 -0
- /package/{lib/components → components}/FilterDescription/FilterDescription.spec.d.ts +0 -0
- /package/{lib/components → components}/FilterDescription/FilterDescription.spec.js +0 -0
- /package/{lib/components → components}/Input/Input.d.ts +0 -0
- /package/{lib/components → components}/Input/Input.js +0 -0
- /package/{lib/components → components}/Input/Input.spec.d.ts +0 -0
- /package/{lib/components → components}/Input/Input.spec.js +0 -0
- /package/{lib/components → components}/InputNumber/InputNumber.d.ts +0 -0
- /package/{lib/components → components}/InputNumber/InputNumber.js +0 -0
- /package/{lib/components → components}/InputNumber/InputNumber.spec.d.ts +0 -0
- /package/{lib/components → components}/InputNumber/InputNumber.spec.js +0 -0
- /package/{lib/components → components}/InputNumber/InputNumberThousand.d.ts +0 -0
- /package/{lib/components → components}/InputNumber/InputNumberThousand.js +0 -0
- /package/{lib/components → components}/Loop/Loop.d.ts +0 -0
- /package/{lib/components → components}/Loop/Loop.js +0 -0
- /package/{lib/components → components}/Loop/constant.d.ts +0 -0
- /package/{lib/components → components}/Loop/constant.js +0 -0
- /package/{lib/components → components}/LunaticComponents.d.ts +0 -0
- /package/{lib/components → components}/PairwiseLinks/PairwiseLinks.d.ts +0 -0
- /package/{lib/components → components}/PairwiseLinks/PairwiseLinks.js +0 -0
- /package/{lib/components → components}/Question/Question.d.ts +0 -0
- /package/{lib/components → components}/Radio/Radio.d.ts +0 -0
- /package/{lib/components → components}/Radio/Radio.js +0 -0
- /package/{lib/components → components}/RosterForLoop/RosterForLoop.d.ts +0 -0
- /package/{lib/components → components}/RosterForLoop/RosterForLoop.js +0 -0
- /package/{lib/components → components}/RosterForLoop/RosterForLoop.spec.d.ts +0 -0
- /package/{lib/components → components}/RosterForLoop/RosterForLoop.spec.js +0 -0
- /package/{lib/components → components}/Roundabout/CustomRoundabout.d.ts +0 -0
- /package/{lib/components → components}/Roundabout/CustomRoundabout.js +0 -0
- /package/{lib/components → components}/Roundabout/Roundabout.d.ts +0 -0
- /package/{lib/components → components}/Roundabout/Roundabout.js +0 -0
- /package/{lib/components → components}/Roundabout/roundabout.spec.d.ts +0 -0
- /package/{lib/components → components}/Roundabout/roundabout.spec.js +0 -0
- /package/{lib/components → components}/Sequence/Sequence.d.ts +0 -0
- /package/{lib/components → components}/Sequence/Sequence.js +0 -0
- /package/{lib/components → components}/Subsequence/Subsequence.d.ts +0 -0
- /package/{lib/components → components}/Subsequence/Subsequence.spec.d.ts +0 -0
- /package/{lib/components → components}/Subsequence/Subsequence.spec.js +0 -0
- /package/{lib/components → components}/Suggester/CustomSuggester.d.ts +0 -0
- /package/{lib/components → components}/Suggester/CustomSuggester.js +0 -0
- /package/{lib/components → components}/Suggester/Suggester.d.ts +0 -0
- /package/{lib/components → components}/Suggester/Suggester.js +0 -0
- /package/{lib/components → components}/Suggester/SuggesterNotification.d.ts +0 -0
- /package/{lib/components → components}/Suggester/SuggesterNotification.js +0 -0
- /package/{lib/components → components}/Suggester/SuggesterType.d.ts +0 -0
- /package/{lib/components → components}/Suggester/SuggesterType.js +0 -0
- /package/{lib/components → components}/Suggester/useSuggestions.d.ts +0 -0
- /package/{lib/components → components}/Suggester/useSuggestions.js +0 -0
- /package/{lib/components → components}/Summary/Summary.d.ts +0 -0
- /package/{lib/components → components}/Summary/Summary.js +0 -0
- /package/{lib/components → components}/Switch/Switch.d.ts +0 -0
- /package/{lib/components → components}/Switch/Switch.js +0 -0
- /package/{lib/components → components}/Table/Table.d.ts +0 -0
- /package/{lib/components → components}/Table/Table.js +0 -0
- /package/{lib/components → components}/Text/Text.d.ts +0 -0
- /package/{lib/components → components}/Text/Text.js +0 -0
- /package/{lib/components → components}/Textarea/Textarea.d.ts +0 -0
- /package/{lib/components → components}/Textarea/Textarea.js +0 -0
- /package/{lib/components → components}/Textarea/Textarea.spec.d.ts +0 -0
- /package/{lib/components → components}/Textarea/Textarea.spec.js +0 -0
- /package/{lib/components → components}/library.d.ts +0 -0
- /package/{lib/components → components}/library.js +0 -0
- /package/{lib/components → components}/shared/Button/Button.d.ts +0 -0
- /package/{lib/components → components}/shared/Button/Button.js +0 -0
- /package/{lib/components → components}/shared/Button/Button.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Button/Button.spec.js +0 -0
- /package/{lib/components → components}/shared/Button/IconButton.d.ts +0 -0
- /package/{lib/components → components}/shared/Button/IconButton.js +0 -0
- /package/{lib/components → components}/shared/Button/IconButton.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Button/IconButton.spec.js +0 -0
- /package/{lib/components → components}/shared/Checkbox/CheckboxOption.d.ts +0 -0
- /package/{lib/components → components}/shared/Checkbox/CheckboxOption.js +0 -0
- /package/{lib/components → components}/shared/Checkbox/CheckboxOption.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Checkbox/CheckboxOption.spec.js +0 -0
- /package/{lib/components → components}/shared/Checkbox/getShortcutKey.d.ts +0 -0
- /package/{lib/components → components}/shared/Checkbox/getShortcutKey.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Combobox.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Combobox.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Combobox.stories.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Combobox.stories.js +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContainer.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContainer.js +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContainer.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContainer.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContent.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContent.js +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContentBox.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxContentBox.js +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxType.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/ComboboxType.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOption.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOption.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOption.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOption.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxOptionContainer.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanel.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanel.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanel.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanel.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Panel/ComboboxPanelContainer.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxClearButton.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxClearButton.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxClearButton.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxClearButton.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxInput.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxInput.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxLabelSelection.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxSelection.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxSelection.js +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxSelection.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/Selection/ComboboxSelection.spec.js +0 -0
- /package/{lib/components → components}/shared/Combobox/constants.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/constants.js +0 -0
- /package/{lib/components → components}/shared/Combobox/index.d.ts +0 -0
- /package/{lib/components → components}/shared/Combobox/index.js +0 -0
- /package/{lib/components → components}/shared/ComponentErrors/ComponentErrors.d.ts +0 -0
- /package/{lib/components → components}/shared/ComponentErrors/ComponentErrors.js +0 -0
- /package/{lib/components → components}/shared/ComponentErrors/ComponentErrors.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/ComponentErrors/ComponentErrors.spec.js +0 -0
- /package/{lib/components → components}/shared/ComponentWrapper.d.ts +0 -0
- /package/{lib/components → components}/shared/ComponentWrapper.js +0 -0
- /package/{lib/components → components}/shared/Declarations/Declarations.d.ts +0 -0
- /package/{lib/components → components}/shared/Declarations/Declarations.js +0 -0
- /package/{lib/components → components}/shared/Declarations/Declarations.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Declarations/Declarations.spec.js +0 -0
- /package/{lib/components → components}/shared/Fieldset/Fieldset.d.ts +0 -0
- /package/{lib/components → components}/shared/Fieldset/Fieldset.js +0 -0
- /package/{lib/components → components}/shared/Fieldset/Fieldset.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Fieldset/Fieldset.spec.js +0 -0
- /package/{lib/components → components}/shared/HOC/slottableComponent.d.ts +0 -0
- /package/{lib/components → components}/shared/HOC/slottableComponent.js +0 -0
- /package/{lib/components → components}/shared/Icons/checkbox-checked-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/checkbox-checked-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/checkbox-disabled-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/checkbox-disabled-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/checkbox-unchecked-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/checkbox-unchecked-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/closed-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/closed-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/cross-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/cross-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/icon-props.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/icon-props.js +0 -0
- /package/{lib/components → components}/shared/Icons/index.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/index.js +0 -0
- /package/{lib/components → components}/shared/Icons/load-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/load-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/lunatic-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/lunatic-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/network-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/network-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/on-drag-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/on-drag-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/opened-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/opened-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/radio-checked-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/radio-checked-icon.js +0 -0
- /package/{lib/components → components}/shared/Icons/radio-unchecked-icon.d.ts +0 -0
- /package/{lib/components → components}/shared/Icons/radio-unchecked-icon.js +0 -0
- /package/{lib/components → components}/shared/Label/Label.d.ts +0 -0
- /package/{lib/components → components}/shared/Label/Label.js +0 -0
- /package/{lib/components → components}/shared/Label/Label.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Label/Label.spec.js +0 -0
- /package/{lib/components → components}/shared/LabelDescription.d.ts +0 -0
- /package/{lib/components → components}/shared/LabelDescription.js +0 -0
- /package/{lib/components → components}/shared/MDLabel/MDLabel.d.ts +0 -0
- /package/{lib/components → components}/shared/MDLabel/MDLabel.js +0 -0
- /package/{lib/components → components}/shared/MDLabel/MDLabel.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/MDLabel/MDLabel.spec.js +0 -0
- /package/{lib/components → components}/shared/MDLabel/MarkdownLink.d.ts +0 -0
- /package/{lib/components → components}/shared/MDLabel/MarkdownLink.js +0 -0
- /package/{lib/components → components}/shared/MDLabel/RouterLink.d.ts +0 -0
- /package/{lib/components → components}/shared/MDLabel/RouterLink.js +0 -0
- /package/{lib/components → components}/shared/Missing/Missing.d.ts +0 -0
- /package/{lib/components → components}/shared/Missing/Missing.js +0 -0
- /package/{lib/components → components}/shared/Missing/Missing.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Missing/Missing.spec.js +0 -0
- /package/{lib/components → components}/shared/ModalControls/ModalControls.d.ts +0 -0
- /package/{lib/components → components}/shared/ModalControls/ModalControls.js +0 -0
- /package/{lib/components → components}/shared/ModalControls/ModalControls.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/ModalControls/ModalControls.spec.js +0 -0
- /package/{lib/components → components}/shared/Notification.d.ts +0 -0
- /package/{lib/components → components}/shared/Notification.js +0 -0
- /package/{lib/components → components}/shared/Radio/RadioGroup.d.ts +0 -0
- /package/{lib/components → components}/shared/Radio/RadioGroup.js +0 -0
- /package/{lib/components → components}/shared/Radio/RadioOption.d.ts +0 -0
- /package/{lib/components → components}/shared/Radio/RadioOption.js +0 -0
- /package/{lib/components → components}/shared/Radio/RadioOption.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Radio/RadioOption.spec.js +0 -0
- /package/{lib/components → components}/shared/Table/Table.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Table.js +0 -0
- /package/{lib/components → components}/shared/Table/Table.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Table.spec.js +0 -0
- /package/{lib/components → components}/shared/Table/TableHeader.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/TableHeader.js +0 -0
- /package/{lib/components → components}/shared/Table/Tbody.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Tbody.js +0 -0
- /package/{lib/components → components}/shared/Table/Tbody.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Tbody.spec.js +0 -0
- /package/{lib/components → components}/shared/Table/Td.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Td.js +0 -0
- /package/{lib/components → components}/shared/Table/Td.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Td.spec.js +0 -0
- /package/{lib/components → components}/shared/Table/Th.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Th.js +0 -0
- /package/{lib/components → components}/shared/Table/Th.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Th.spec.js +0 -0
- /package/{lib/components → components}/shared/Table/Thead.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Thead.js +0 -0
- /package/{lib/components → components}/shared/Table/Thead.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Thead.spec.js +0 -0
- /package/{lib/components → components}/shared/Table/Tr.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Tr.js +0 -0
- /package/{lib/components → components}/shared/Table/Tr.spec.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/Tr.spec.js +0 -0
- /package/{lib/components → components}/shared/Table/index.d.ts +0 -0
- /package/{lib/components → components}/shared/Table/index.js +0 -0
- /package/{lib/components → components}/type.js +0 -0
- /package/{lib/constants → constants}/component-types.d.ts +0 -0
- /package/{lib/constants → constants}/component-types.js +0 -0
- /package/{lib/constants → constants}/declarations.d.ts +0 -0
- /package/{lib/constants → constants}/declarations.js +0 -0
- /package/{lib/constants → constants}/event-types.d.ts +0 -0
- /package/{lib/constants → constants}/event-types.js +0 -0
- /package/{lib/constants → constants}/index.d.ts +0 -0
- /package/{lib/constants → constants}/index.js +0 -0
- /package/{lib/constants → constants}/indexedDBStore.d.ts +0 -0
- /package/{lib/constants → constants}/indexedDBStore.js +0 -0
- /package/{lib/constants → constants}/supported-preferences.d.ts +0 -0
- /package/{lib/constants → constants}/supported-preferences.js +0 -0
- /package/{lib/constants → constants}/value-types.d.ts +0 -0
- /package/{lib/constants → constants}/value-types.js +0 -0
- /package/{lib/constants → constants}/variable-types.d.ts +0 -0
- /package/{lib/constants → constants}/variable-types.js +0 -0
- /package/{lib/hooks → hooks}/use-auto-focus.d.ts +0 -0
- /package/{lib/hooks → hooks}/use-auto-focus.js +0 -0
- /package/{lib/hooks → hooks}/use-track-changes.d.ts +0 -0
- /package/{lib/hooks → hooks}/use-track-changes.js +0 -0
- /package/{lib/hooks → hooks}/use-why-render.d.ts +0 -0
- /package/{lib/hooks → hooks}/use-why-render.js +0 -0
- /package/{lib/hooks → hooks}/useDebounce.d.ts +0 -0
- /package/{lib/hooks → hooks}/useDebounce.js +0 -0
- /package/{lib/hooks → hooks}/useDocumentEvent.d.ts +0 -0
- /package/{lib/hooks → hooks}/useDocumentEvent.js +0 -0
- /package/{lib/hooks → hooks}/useKeyboardKey.d.ts +0 -0
- /package/{lib/hooks → hooks}/useKeyboardKey.js +0 -0
- /package/{lib/hooks → hooks}/useListKeyboardHandler.d.ts +0 -0
- /package/{lib/hooks → hooks}/useListKeyboardHandler.js +0 -0
- /package/{lib/hooks → hooks}/useRefSync.d.ts +0 -0
- /package/{lib/hooks → hooks}/useRefSync.js +0 -0
- /package/{lib/i18n → i18n}/build-dictionary.d.ts +0 -0
- /package/{lib/i18n → i18n}/build-dictionary.js +0 -0
- /package/{lib/i18n → i18n}/dictionary.d.ts +0 -0
- /package/{lib/i18n → i18n}/dictionary.js +0 -0
- /package/{lib/i18n → i18n}/index.d.ts +0 -0
- /package/{lib/i18n → i18n}/index.js +0 -0
- /package/{lib/i18n → i18n}/inputNumberProps.d.ts +0 -0
- /package/{lib/i18n → i18n}/inputNumberProps.js +0 -0
- /package/{lib/icons → icons}/alert-icon.svg +0 -0
- /package/{lib/icons → icons}/wait-icon.svg +0 -0
- /package/{lib/icons → icons}/warn-icon.svg +0 -0
- /package/{lib/index.d.ts → index.d.ts} +0 -0
- /package/{lib/index.js → index.js} +0 -0
- /package/{lib/main.css → main.css} +0 -0
- /package/{lib/main.css.map → main.css.map} +0 -0
- /package/{lib/tests → tests}/setup.d.ts +0 -0
- /package/{lib/tests → tests}/setup.js +0 -0
- /package/{lib/tests → tests}/utils/lunatic.d.ts +0 -0
- /package/{lib/tests → tests}/utils/lunatic.js +0 -0
- /package/{lib/tests → tests}/utils/timer.d.ts +0 -0
- /package/{lib/tests → tests}/utils/timer.js +0 -0
- /package/{lib/type.source.d.ts → type.source.d.ts} +0 -0
- /package/{lib/type.source.js → type.source.js} +0 -0
- /package/{lib/type.utils.d.ts → type.utils.d.ts} +0 -0
- /package/{lib/type.utils.js → type.utils.js} +0 -0
- /package/{lib/use-lunatic → use-lunatic}/actions.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/actions.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/check-loops.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/check-loops.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/check-pager.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/check-pager.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/compile-controls.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/compile-controls.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/component.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/component.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/create-map-pages.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/create-map-pages.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/execute-condition-filter.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/execute-condition-filter.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/fill-components/fill-component-expressions.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/fill-components/fill-component-expressions.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/fill-components/fill-component-expressions.spec.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/fill-components/fill-component-expressions.spec.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/fill-components/fill-components.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/fill-components/fill-components.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/get-compatible-vtl-expression.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/get-compatible-vtl-expression.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/get-components-from-state.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/get-components-from-state.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/index.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/index.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/is-First-last-page.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/is-First-last-page.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/is-paginated-loop.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/is-paginated-loop.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/is-roundabout.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/is-roundabout.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-navigation.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-navigation.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-navigation.spec.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-navigation.spec.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-tag.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-tag.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-tag.spec.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page-tag.spec.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/page.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/behaviours/cleaning-behaviour.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/behaviours/cleaning-behaviour.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/behaviours/missing-behaviour.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/behaviours/missing-behaviour.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/behaviours/resizing-behaviour.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/behaviours/resizing-behaviour.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/errors.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/errors.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/get-questionnaire-data.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/get-questionnaire-data.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/lunatic-variables-store.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/lunatic-variables-store.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/lunatic-variables-store.spec.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/commons/variables/lunatic-variables-store.spec.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/use-loop-variables.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/use-loop-variables.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/use-page-has-response.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/use-page-has-response.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/useOverview.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/useOverview.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/useWarnDepChange.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/hooks/useWarnDepChange.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/logger/ConsoleLogger.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/logger/ConsoleLogger.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/logger/type.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/logger/type.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/lunatic-context.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/lunatic-context.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/getComponentTypeProps.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propIterations.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propIterations.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propMissingResponse.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propMissingResponse.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propOptions.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propOptions.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propOptions.spec.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propOptions.spec.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propValue.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propValue.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propValue.spec.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/props/propValue.spec.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/auto-explore-loop.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/auto-explore-loop.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/index.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/index.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/resize-array-variable.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/resize-array-variable.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/validate-condition-filter.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/commons/validate-condition-filter.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/controls/check-base-control.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/controls/check-base-control.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/controls/check-roundabout-control.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/controls/check-roundabout-control.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/overview/overviewOnInit.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/overview/overviewOnInit.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-go-next-page.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-go-next-page.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-go-previous-page.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-go-previous-page.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-go-to-page.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-go-to-page.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-handle-changes.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reduce-handle-changes.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reducer.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reducer.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reducerInitializer.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/reducer/reducerInitializer.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/replace-component-sequence.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/type.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/type.js +0 -0
- /package/{lib/use-lunatic → use-lunatic}/use-lunatic.d.ts +0 -0
- /package/{lib/use-lunatic → use-lunatic}/use-lunatic.js +0 -0
- /package/{lib/utils → utils}/array.d.ts +0 -0
- /package/{lib/utils → utils}/array.js +0 -0
- /package/{lib/utils → utils}/array.spec.d.ts +0 -0
- /package/{lib/utils → utils}/array.spec.js +0 -0
- /package/{lib/utils → utils}/constants/alphabet.d.ts +0 -0
- /package/{lib/utils → utils}/constants/alphabet.js +0 -0
- /package/{lib/utils → utils}/constants/features.d.ts +0 -0
- /package/{lib/utils → utils}/constants/features.js +0 -0
- /package/{lib/utils → utils}/constants/index.d.ts +0 -0
- /package/{lib/utils → utils}/constants/index.js +0 -0
- /package/{lib/utils → utils}/constants/links.d.ts +0 -0
- /package/{lib/utils → utils}/constants/links.js +0 -0
- /package/{lib/utils → utils}/constants/missing.d.ts +0 -0
- /package/{lib/utils → utils}/constants/missing.js +0 -0
- /package/{lib/utils → utils}/constants/variable-status.d.ts +0 -0
- /package/{lib/utils → utils}/constants/variable-status.js +0 -0
- /package/{lib/utils → utils}/constants/variable-types.d.ts +0 -0
- /package/{lib/utils → utils}/constants/variable-types.js +0 -0
- /package/{lib/utils → utils}/dom.d.ts +0 -0
- /package/{lib/utils → utils}/dom.js +0 -0
- /package/{lib/utils → utils}/env.d.ts +0 -0
- /package/{lib/utils → utils}/env.js +0 -0
- /package/{lib/utils → utils}/function.d.ts +0 -0
- /package/{lib/utils → utils}/function.js +0 -0
- /package/{lib/utils → utils}/is-element.d.ts +0 -0
- /package/{lib/utils → utils}/is-element.js +0 -0
- /package/{lib/utils → utils}/is-object.d.ts +0 -0
- /package/{lib/utils → utils}/is-object.js +0 -0
- /package/{lib/utils → utils}/logger.d.ts +0 -0
- /package/{lib/utils → utils}/logger.js +0 -0
- /package/{lib/utils → utils}/number.d.ts +0 -0
- /package/{lib/utils → utils}/number.js +0 -0
- /package/{lib/utils → utils}/number.spec.d.ts +0 -0
- /package/{lib/utils → utils}/number.spec.js +0 -0
- /package/{lib/utils → utils}/object.d.ts +0 -0
- /package/{lib/utils → utils}/object.js +0 -0
- /package/{lib/utils → utils}/search/SearchInterface.d.ts +0 -0
- /package/{lib/utils → utils}/search/SearchInterface.js +0 -0
- /package/{lib/utils → utils}/search/SearchMinisearch.d.ts +0 -0
- /package/{lib/utils → utils}/search/SearchMinisearch.js +0 -0
- /package/{lib/utils → utils}/search/SuggestersDatabase.d.ts +0 -0
- /package/{lib/utils → utils}/search/SuggestersDatabase.js +0 -0
- /package/{lib/utils → utils}/search/melauto.d.ts +0 -0
- /package/{lib/utils → utils}/search/melauto.js +0 -0
- /package/{lib/utils → utils}/search/tokenizer.d.ts +0 -0
- /package/{lib/utils → utils}/search/tokenizer.js +0 -0
- /package/{lib/utils → utils}/to-number.d.ts +0 -0
- /package/{lib/utils → utils}/to-number.js +0 -0
- /package/{lib/utils → utils}/variables.d.ts +0 -0
- /package/{lib/utils → utils}/variables.js +0 -0
- /package/{lib/utils → utils}/variables.spec.d.ts +0 -0
- /package/{lib/utils → utils}/variables.spec.js +0 -0
- /package/{lib/utils → utils}/vtl.d.ts +0 -0
- /package/{lib/utils → utils}/vtl.js +0 -0
|
@@ -0,0 +1,305 @@
|
|
|
1
|
+
import type { CSSProperties, FunctionComponent, ReactNode } from 'react';
|
|
2
|
+
import { useLunatic } from '../use-lunatic/use-lunatic';
|
|
3
|
+
import type { LunaticChangesHandler, LunaticComponentDefinition, LunaticError, LunaticOptions, LunaticReducerState } from '../use-lunatic/type';
|
|
4
|
+
import type { InterpretedOption } from '../use-lunatic/props/propOptions';
|
|
5
|
+
type Formats = 'PTnHnM' | 'PnYnM';
|
|
6
|
+
export type VtlExpression = {
|
|
7
|
+
value: string;
|
|
8
|
+
type: 'VTL' | 'VTL|MD' | 'TXT';
|
|
9
|
+
};
|
|
10
|
+
export interface LunaticExtraProps {
|
|
11
|
+
}
|
|
12
|
+
export type LunaticBaseProps<ValueType = unknown> = {
|
|
13
|
+
id: string;
|
|
14
|
+
handleChanges: LunaticChangesHandler;
|
|
15
|
+
errors?: {
|
|
16
|
+
[id: string]: LunaticError[];
|
|
17
|
+
};
|
|
18
|
+
preferences?: LunaticOptions['preferences'];
|
|
19
|
+
label?: ReactNode;
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
missing?: unknown;
|
|
22
|
+
missingResponse?: {
|
|
23
|
+
name: string;
|
|
24
|
+
value?: unknown;
|
|
25
|
+
};
|
|
26
|
+
management?: LunaticOptions['management'];
|
|
27
|
+
description?: ReactNode;
|
|
28
|
+
shortcut?: boolean;
|
|
29
|
+
required?: boolean;
|
|
30
|
+
value: null | ValueType;
|
|
31
|
+
readOnly?: boolean;
|
|
32
|
+
className?: string;
|
|
33
|
+
style?: CSSProperties;
|
|
34
|
+
iteration?: number;
|
|
35
|
+
declarations?: {
|
|
36
|
+
id: string;
|
|
37
|
+
declarationType: 'INSTRUCTION' | 'COMMENT' | 'HELP' | 'CODECARD' | 'WARNING' | 'STATEMENT';
|
|
38
|
+
position: string;
|
|
39
|
+
label: ReactNode;
|
|
40
|
+
}[];
|
|
41
|
+
features?: string[];
|
|
42
|
+
goNextPage?: () => void;
|
|
43
|
+
goPreviousPage?: () => void;
|
|
44
|
+
meta?: Record<string, unknown>;
|
|
45
|
+
propsTransformer?: (v: any) => any;
|
|
46
|
+
};
|
|
47
|
+
export type SuggesterOption = {
|
|
48
|
+
children?: string[];
|
|
49
|
+
id?: string;
|
|
50
|
+
description?: ReactNode;
|
|
51
|
+
label?: ReactNode;
|
|
52
|
+
value: string;
|
|
53
|
+
niveau?: string;
|
|
54
|
+
parent?: string;
|
|
55
|
+
tokensMap?: Record<string, {
|
|
56
|
+
count: number;
|
|
57
|
+
fields: string[];
|
|
58
|
+
}>;
|
|
59
|
+
};
|
|
60
|
+
export type ComponentPropsByType = {
|
|
61
|
+
InputNumber: LunaticBaseProps<number | null> & LunaticExtraProps & {
|
|
62
|
+
min?: number;
|
|
63
|
+
max?: number;
|
|
64
|
+
decimals?: number;
|
|
65
|
+
unit?: string;
|
|
66
|
+
response: {
|
|
67
|
+
name: string;
|
|
68
|
+
};
|
|
69
|
+
componentType?: 'InputNumber';
|
|
70
|
+
};
|
|
71
|
+
Duration: LunaticBaseProps<string | null> & LunaticExtraProps & {
|
|
72
|
+
format: Formats;
|
|
73
|
+
response: {
|
|
74
|
+
name: string;
|
|
75
|
+
};
|
|
76
|
+
componentType?: 'Duration';
|
|
77
|
+
};
|
|
78
|
+
Text: LunaticBaseProps<string> & LunaticExtraProps & {
|
|
79
|
+
componentType?: 'Text';
|
|
80
|
+
};
|
|
81
|
+
Input: LunaticBaseProps<string> & LunaticExtraProps & {
|
|
82
|
+
maxLength?: number;
|
|
83
|
+
value: null | string;
|
|
84
|
+
response: {
|
|
85
|
+
name: string;
|
|
86
|
+
};
|
|
87
|
+
componentType?: 'Input';
|
|
88
|
+
};
|
|
89
|
+
Accordion: LunaticBaseProps<string> & LunaticExtraProps & {
|
|
90
|
+
componentType?: 'Accordion';
|
|
91
|
+
items: {
|
|
92
|
+
label: ReactNode;
|
|
93
|
+
body: ReactNode;
|
|
94
|
+
}[];
|
|
95
|
+
};
|
|
96
|
+
Sequence: Pick<LunaticBaseProps<string>, 'id' | 'label' | 'style' | 'declarations' | 'description'> & LunaticExtraProps & {
|
|
97
|
+
componentType?: 'Sequence';
|
|
98
|
+
};
|
|
99
|
+
Subsequence: Pick<LunaticBaseProps<string>, 'id' | 'label' | 'declarations' | 'description'> & LunaticExtraProps & {
|
|
100
|
+
componentType?: 'Subsequence';
|
|
101
|
+
};
|
|
102
|
+
Question: Pick<LunaticBaseProps<unknown>, 'propsTransformer' | 'label' | 'id' | 'description' | 'declarations' | 'errors' | 'disabled' | 'readOnly'> & LunaticExtraProps & {
|
|
103
|
+
components: LunaticComponentProps[];
|
|
104
|
+
componentType?: 'Question';
|
|
105
|
+
iteration?: number;
|
|
106
|
+
};
|
|
107
|
+
RosterForLoop: LunaticBaseProps<unknown> & LunaticExtraProps & {
|
|
108
|
+
lines: {
|
|
109
|
+
min: number;
|
|
110
|
+
max: number;
|
|
111
|
+
};
|
|
112
|
+
iterations: number;
|
|
113
|
+
getComponents: (n: number) => LunaticComponentProps[];
|
|
114
|
+
executeExpression: LunaticReducerState['executeExpression'];
|
|
115
|
+
value: Record<string, unknown[]>;
|
|
116
|
+
header?: Array<{
|
|
117
|
+
label: ReactNode;
|
|
118
|
+
rowspan?: number;
|
|
119
|
+
colspan?: number;
|
|
120
|
+
}>;
|
|
121
|
+
paginatedLoop?: boolean;
|
|
122
|
+
componentType?: 'RosterForLoop';
|
|
123
|
+
};
|
|
124
|
+
Loop: LunaticBaseProps<unknown> & LunaticExtraProps & {
|
|
125
|
+
lines: {
|
|
126
|
+
min: number;
|
|
127
|
+
max: number;
|
|
128
|
+
};
|
|
129
|
+
iterations: number;
|
|
130
|
+
getComponents: (n: number) => LunaticComponentProps[];
|
|
131
|
+
executeExpression: LunaticReducerState['executeExpression'];
|
|
132
|
+
value: Record<string, unknown[]>;
|
|
133
|
+
header?: Array<{
|
|
134
|
+
label: ReactNode;
|
|
135
|
+
}>;
|
|
136
|
+
paginatedLoop?: boolean;
|
|
137
|
+
componentType?: 'Loop';
|
|
138
|
+
};
|
|
139
|
+
Table: LunaticBaseProps<unknown> & LunaticExtraProps & {
|
|
140
|
+
value: Record<string, unknown>;
|
|
141
|
+
header: Array<{
|
|
142
|
+
label: ReactNode;
|
|
143
|
+
rowspan?: number;
|
|
144
|
+
colspan?: number;
|
|
145
|
+
}>;
|
|
146
|
+
body: (LunaticComponentProps & {
|
|
147
|
+
colspan?: number;
|
|
148
|
+
rowspan?: number;
|
|
149
|
+
})[][];
|
|
150
|
+
executeExpression: LunaticReducerState['executeExpression'];
|
|
151
|
+
iteration: LunaticReducerState['pager']['iteration'];
|
|
152
|
+
componentType?: 'Table';
|
|
153
|
+
};
|
|
154
|
+
Datepicker: LunaticBaseProps<string | null> & LunaticExtraProps & {
|
|
155
|
+
dateFormat: 'YYYY-MM-DD' | 'YYYY-MM' | 'YYYY';
|
|
156
|
+
min?: string;
|
|
157
|
+
max?: string;
|
|
158
|
+
response: {
|
|
159
|
+
name: string;
|
|
160
|
+
};
|
|
161
|
+
componentType?: 'Datepicker';
|
|
162
|
+
};
|
|
163
|
+
CheckboxGroup: LunaticBaseProps<Record<string, boolean | null>> & LunaticExtraProps & {
|
|
164
|
+
options: {
|
|
165
|
+
id: string;
|
|
166
|
+
label: ReactNode;
|
|
167
|
+
name: string;
|
|
168
|
+
checked: boolean;
|
|
169
|
+
description?: ReactNode;
|
|
170
|
+
onCheck: (b: boolean) => void;
|
|
171
|
+
onDetailChange?: (v: string) => void;
|
|
172
|
+
detailValue?: string | null;
|
|
173
|
+
detailLabel?: ReactNode;
|
|
174
|
+
}[];
|
|
175
|
+
orientation?: 'horizontal' | 'vertical';
|
|
176
|
+
componentType?: 'CheckboxGroup';
|
|
177
|
+
};
|
|
178
|
+
CheckboxOne: LunaticBaseProps<string | null> & LunaticExtraProps & {
|
|
179
|
+
options: Array<InterpretedOption>;
|
|
180
|
+
componentType?: 'CheckboxOne';
|
|
181
|
+
orientation?: 'horizontal' | 'vertical';
|
|
182
|
+
};
|
|
183
|
+
Switch: LunaticBaseProps<boolean> & LunaticExtraProps & {
|
|
184
|
+
response: {
|
|
185
|
+
name: string;
|
|
186
|
+
};
|
|
187
|
+
statusLabel?: {
|
|
188
|
+
true: string;
|
|
189
|
+
false: string;
|
|
190
|
+
};
|
|
191
|
+
componentType?: 'Switch';
|
|
192
|
+
};
|
|
193
|
+
CheckboxBoolean: LunaticBaseProps<boolean> & LunaticExtraProps & {
|
|
194
|
+
response: {
|
|
195
|
+
name: string;
|
|
196
|
+
};
|
|
197
|
+
componentType?: 'CheckboxBoolean';
|
|
198
|
+
};
|
|
199
|
+
Radio: LunaticBaseProps<string | null> & LunaticExtraProps & {
|
|
200
|
+
options: Array<InterpretedOption>;
|
|
201
|
+
checkboxStyle?: boolean;
|
|
202
|
+
response: {
|
|
203
|
+
name: string;
|
|
204
|
+
};
|
|
205
|
+
componentType?: 'Radio';
|
|
206
|
+
orientation?: 'horizontal' | 'vertical';
|
|
207
|
+
};
|
|
208
|
+
Roundabout: LunaticBaseProps<string> & LunaticExtraProps & {
|
|
209
|
+
iterations: number;
|
|
210
|
+
goToPage: ReturnType<typeof useLunatic>['goToPage'];
|
|
211
|
+
page: number;
|
|
212
|
+
progressVariable: string;
|
|
213
|
+
locked: boolean;
|
|
214
|
+
items: {
|
|
215
|
+
label?: ReactNode;
|
|
216
|
+
progress: number;
|
|
217
|
+
description?: ReactNode;
|
|
218
|
+
disabled?: boolean;
|
|
219
|
+
}[];
|
|
220
|
+
componentType?: 'Roundabout';
|
|
221
|
+
};
|
|
222
|
+
Dropdown: LunaticBaseProps<string | null> & LunaticExtraProps & {
|
|
223
|
+
options: Array<{
|
|
224
|
+
description?: ReactNode;
|
|
225
|
+
label: ReactNode;
|
|
226
|
+
value: string;
|
|
227
|
+
}>;
|
|
228
|
+
response: {
|
|
229
|
+
name: string;
|
|
230
|
+
};
|
|
231
|
+
componentType?: 'Dropdown';
|
|
232
|
+
};
|
|
233
|
+
Textarea: LunaticBaseProps<string> & LunaticExtraProps & {
|
|
234
|
+
cols?: number;
|
|
235
|
+
placeHolder?: string;
|
|
236
|
+
maxLength?: number;
|
|
237
|
+
rows?: number;
|
|
238
|
+
response: {
|
|
239
|
+
name: string;
|
|
240
|
+
};
|
|
241
|
+
componentType?: 'Textarea';
|
|
242
|
+
};
|
|
243
|
+
FilterDescription: Pick<LunaticBaseProps<string>, 'id' | 'label'> & LunaticExtraProps & {
|
|
244
|
+
componentType?: 'FilterDescription';
|
|
245
|
+
};
|
|
246
|
+
PairwiseLinks: Omit<LunaticBaseProps, 'value'> & LunaticExtraProps & {
|
|
247
|
+
components: LunaticComponentDefinition[];
|
|
248
|
+
features?: LunaticOptions['features'];
|
|
249
|
+
executeExpression: LunaticReducerState['executeExpression'];
|
|
250
|
+
xAxisIterations: number;
|
|
251
|
+
yAxisIterations: number;
|
|
252
|
+
symLinks: Record<string, Record<string, string>>;
|
|
253
|
+
value: Record<string, unknown[]>;
|
|
254
|
+
getComponents: (x: number, y: number) => LunaticComponentProps[];
|
|
255
|
+
componentType?: 'PairwiseLinks';
|
|
256
|
+
};
|
|
257
|
+
Suggester: LunaticBaseProps<string | null> & LunaticExtraProps & {
|
|
258
|
+
componentType?: 'Suggester';
|
|
259
|
+
storeName: string;
|
|
260
|
+
optionRenderer: FunctionComponent<{
|
|
261
|
+
option: SuggesterOption;
|
|
262
|
+
placeholder?: string;
|
|
263
|
+
search?: string;
|
|
264
|
+
}>;
|
|
265
|
+
labelRenderer: FunctionComponent<{
|
|
266
|
+
option?: SuggesterOption;
|
|
267
|
+
selected?: boolean;
|
|
268
|
+
search?: string;
|
|
269
|
+
}>;
|
|
270
|
+
focused: boolean;
|
|
271
|
+
response: {
|
|
272
|
+
name: string;
|
|
273
|
+
};
|
|
274
|
+
optionResponses?: {
|
|
275
|
+
name: string;
|
|
276
|
+
attribute: string;
|
|
277
|
+
}[];
|
|
278
|
+
arbitrary?: {
|
|
279
|
+
response: {
|
|
280
|
+
name: string;
|
|
281
|
+
};
|
|
282
|
+
};
|
|
283
|
+
arbitraryValue?: string;
|
|
284
|
+
allowArbitrary?: boolean;
|
|
285
|
+
executeExpression: LunaticReducerState['executeExpression'];
|
|
286
|
+
iteration: LunaticReducerState['pager']['iteration'];
|
|
287
|
+
};
|
|
288
|
+
Summary: LunaticBaseProps<string | null> & LunaticExtraProps & {
|
|
289
|
+
componentType?: 'Summary';
|
|
290
|
+
executeExpression: LunaticReducerState['executeExpression'];
|
|
291
|
+
sections: Array<{
|
|
292
|
+
id: string;
|
|
293
|
+
responses?: Array<{
|
|
294
|
+
id: string;
|
|
295
|
+
label: VtlExpression;
|
|
296
|
+
value: VtlExpression;
|
|
297
|
+
}>;
|
|
298
|
+
title?: VtlExpression;
|
|
299
|
+
iterations?: VtlExpression;
|
|
300
|
+
}>;
|
|
301
|
+
};
|
|
302
|
+
};
|
|
303
|
+
export type LunaticComponentType = keyof ComponentPropsByType;
|
|
304
|
+
export type LunaticComponentProps<T extends LunaticComponentType = LunaticComponentType> = ComponentPropsByType[T];
|
|
305
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"type.js","sourceRoot":"","sources":["../src/components/type.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component-types.js","sourceRoot":"","sources":["../src/constants/component-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"declarations.js","sourceRoot":"","sources":["../src/constants/declarations.ts"],"names":[],"mappings":"AAAA,uBAAuB;AAEvB,MAAM,CAAC,MAAM,oBAAoB,GAAG,sBAAsB,CAAC;AAC3D,MAAM,CAAC,MAAM,mBAAmB,GAAG,qBAAqB,CAAC;AACzD,MAAM,CAAC,MAAM,UAAU,GAAG,YAAY,CAAC;AAEvC,oBAAoB;AAEpB,MAAM,CAAC,MAAM,WAAW,GAAG,aAAa,CAAC;AACzC,MAAM,CAAC,MAAM,OAAO,GAAG,SAAS,CAAC;AACjC,MAAM,CAAC,MAAM,IAAI,GAAG,MAAM,CAAC;AAC3B,MAAM,CAAC,MAAM,OAAO,GAAG,SAAS,CAAC;AACjC,MAAM,CAAC,MAAM,cAAc,GAAG,gBAAgB,CAAC;AAC/C,MAAM,CAAC,MAAM,SAAS,GAAG,WAAW,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"event-types.js","sourceRoot":"","sources":["../src/constants/event-types.ts"],"names":[],"mappings":"AAAA,2BAA2B;AAC3B,MAAM,CAAC,MAAM,cAAc,GAAG,UAAU,CAAC;AACzC,MAAM,CAAC,MAAM,eAAe,GAAG,WAAW,CAAC;AAC3C,MAAM,CAAC,MAAM,eAAe,GAAG,WAAW,CAAC;AAC3C,MAAM,CAAC,MAAM,WAAW,GAAG,OAAO,CAAC;AACnC,MAAM,CAAC,MAAM,kBAAkB,GAAG,eAAe,CAAC;AAElD,qBAAqB;AACrB,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;AAC9C,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAgB,CAAC;AAChD,MAAM,CAAC,MAAM,aAAa,GAAG,cAAc,CAAC;AAC5C,MAAM,CAAC,MAAM,gBAAgB,GAAG,iBAAiB,CAAC;AAClD,MAAM,CAAC,MAAM,uBAAuB,GAAG,wBAAwB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/constants/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAC;AAClC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"indexedDBStore.js","sourceRoot":"","sources":["../src/constants/indexedDBStore.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,eAAe,GAAG,gBAAgB,CAAC;AAChD,MAAM,CAAC,MAAM,eAAe,GAAG,YAAY,CAAC;AAC5C,MAAM,CAAC,MAAM,gBAAgB,GAAG,sBAAsB,CAAC;AACvD,MAAM,CAAC,MAAM,gBAAgB,GAAG,WAAW,CAAC;AAC5C,MAAM,CAAC,MAAM,UAAU,GAAG,MAAM,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC;AACrD,MAAM,CAAC,MAAM,YAAY,GAAG;IAC3B,MAAM,EAAE,eAAe;IACvB,MAAM,EAAE,eAAe;CACvB,CAAC;AAEF,MAAM,cAAc,GAAG;IACtB,eAAe;IACf,gBAAgB;IAChB,gBAAgB;IAChB,UAAU;IACV,YAAY;IACZ,eAAe;CACf,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"supported-preferences.js","sourceRoot":"","sources":["../src/constants/supported-preferences.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,CAAC,MAAM,eAAe,CAAC;AAEnC,gBAAgB;AAChB,MAAM,CAAC,MAAM,oBAAoB,GAAG;IACnC,CAAC,CAAC,QAAQ;IACV,CAAC,CAAC,SAAS;IACX,CAAC,CAAC,MAAM;IACR,CAAC,CAAC,MAAM;IACR,CAAC,CAAC,QAAQ;CACV,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"value-types.js","sourceRoot":"","sources":["../src/constants/value-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAAC;AACnC,MAAM,CAAC,MAAM,SAAS,GAAG,WAAW,CAAC;AACrC,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC;AAC/B,MAAM,CAAC,MAAM,MAAM,GAAG,QAAQ,CAAC;AAC/B,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variable-types.js","sourceRoot":"","sources":["../src/constants/variable-types.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,QAAQ,GAAG,UAAmB,CAAC;AAC5C,MAAM,CAAC,MAAM,UAAU,GAAG,YAAqB,CAAC;AAChD,gCAAgC;AAChC,uCAAuC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-auto-focus.js","sourceRoot":"","sources":["../src/hooks/use-auto-focus.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAElC;;GAEG;AACH,MAAM,UAAU,YAAY,CAC3B,UAA8C,EAC9C,GAAY;IAEZ,SAAS,CAAC,GAAG,EAAE;QACd,IAAI,CAAC,GAAG,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;YACjC,OAAO;QACR,CAAC;QAED,iDAAiD;QACjD,MAAM,qBAAqB,GACzB,UAAU,CAAC,OAAO,EAAE,aAAa,CACjC,wMAAwM,CAC5K;YAC5B,UAAU,CAAC,OAAO,EAAE,aAAa,CACjC,0EAA0E,CAC9C,CAAC;QAE/B,qCAAqC;QACrC,IAAI,qBAAqB,EAAE,CAAC;YAC3B,OAAO,qBAAqB,CAAC,KAAK,EAAE,CAAC;QACtC,CAAC;IACF,CAAC,EAAE,CAAC,GAAG,EAAE,UAAU,CAAC,CAAC,CAAC;AACvB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-track-changes.js","sourceRoot":"","sources":["../src/hooks/use-track-changes.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AACvD,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAO1C;;GAEG;AACH,MAAM,UAAU,eAAe,CAC9B,OAAgB,EAChB,KAA4B,EAC5B,OAAyC;IAEzC,qCAAqC;IACrC,MAAM,gBAAgB,GAAG,MAAM,CAAC,IAAI,GAAG,EAAU,CAAC,CAAC;IACnD,+CAA+C;IAC/C,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;IACvC,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,CAAC,CAAC;IAEvC,SAAS,CAAC,GAAG,EAAE;QACd,IAAI,CAAC,OAAO,IAAI,CAAC,KAAK,EAAE,CAAC;YACxB,OAAO;QACR,CAAC;QACD,MAAM,YAAY,GAAG,CAAC,CAAuC,EAAE,EAAE;YAChE,gBAAgB,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;QAC7C,CAAC,CAAC;QACF,KAAK,CAAC,EAAE,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;QACjC,OAAO,GAAG,EAAE,CAAC,KAAK,CAAC,GAAG,CAAC,QAAQ,EAAE,YAAY,CAAC,CAAC;IAChD,CAAC,EAAE,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,CAAC;IAErB,kCAAkC;IAClC,MAAM,gBAAgB,GAAG,WAAW,CAAC,GAAG,EAAE;QACzC,gBAAgB,CAAC,OAAO,CAAC,KAAK,EAAE,CAAC;IAClC,CAAC,EAAE,CAAC,gBAAgB,CAAC,CAAC,CAAC;IAEvB,MAAM,cAAc,GAAG,WAAW,CACjC,CAAC,QAAiB,KAAK,EAAE,EAAE;QAC1B,IAAI,CAAC,UAAU,CAAC,OAAO,EAAE,CAAC;YACzB,MAAM,IAAI,KAAK,CACd,gHAAgH,CAChH,CAAC;QACH,CAAC;QACD,MAAM,IAAI,GAAG,UAAU,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAC,gBAAgB,CAAC,OAAO,CAAC,CAAC,CAAC;QACtE,IAAI,KAAK,EAAE,CAAC;YACX,gBAAgB,EAAE,CAAC;QACpB,CAAC;QACD,OAAO,IAAI,CAAC;IACb,CAAC,EACD,CAAC,UAAU,EAAE,UAAU,EAAE,gBAAgB,CAAC,CAC1C,CAAC;IAEF,OAAO;QACN,cAAc;QACd,gBAAgB;KAChB,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"use-why-render.js","sourceRoot":"","sources":["../src/hooks/use-why-render.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE/B;;GAEG;AACH,MAAM,UAAU,YAAY,CAAC,KAA0B,EAAE,SAAiB,EAAE;IAC3E,MAAM,QAAQ,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAC/B,KAAK,MAAM,GAAG,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,QAAQ,CAAC,OAAO,CAAC,GAAG,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,EAAE,CAAC;YAC1C,OAAO,CAAC,GAAG,CAAC,GAAG,MAAM,KAAK,GAAG,UAAU,CAAC,CAAC;QAC1C,CAAC;IACF,CAAC;IACD,QAAQ,CAAC,OAAO,GAAG,KAAK,CAAC;AAC1B,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDebounce.js","sourceRoot":"","sources":["../src/hooks/useDebounce.ts"],"names":[],"mappings":"AAAA,OAAO,EAAuB,SAAS,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAE1E,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,CAAC,MAAM,WAAW,GAAG,CAC1B,EAAqB,EACrB,EAAU,EACqB,EAAE;IACjC,MAAM,KAAK,GAAG,UAAU,CAAC,EAAE,CAAC,CAAC;IAC7B,MAAM,CAAC,YAAY,EAAE,QAAQ,CAAC,GAAG,OAAO,CAAC,GAAG,EAAE;QAC7C,OAAO,QAAQ,CAAO,CAAC,GAAG,IAAI,EAAE,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IAChE,CAAC,EAAE,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC;IAEhB,SAAS,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,CAAC,CAAC;IAEtC,OAAO,YAA0C,CAAC;AACnD,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,iBAAiB,GAAG,CAChC,YAAe,EACf,EAAU,EACe,EAAE;IAC3B,MAAM,CAAC,KAAK,EAAE,QAAQ,CAAC,GAAG,QAAQ,CAAC,YAAY,CAAC,CAAC;IACjD,MAAM,gBAAgB,GAAG,WAAW,CAAC,QAAQ,EAAE,EAAE,CAAC,CAAC;IACnD,OAAO,CAAC,KAAK,EAAE,gBAAgB,CAAC,CAAC;AAClC,CAAC,CAAC;AAEF,MAAM,CAAC,MAAM,kBAAkB,GAAG,CACjC,EAAc,EACd,IAAoB,EACpB,EAAU,EACT,EAAE;IACH,MAAM,WAAW,GAAG,WAAW,CAAC,EAAE,EAAE,EAAE,CAAC,CAAC;IACxC,SAAS,CAAC,GAAG,EAAE;QACd,WAAW,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;QACnC,uDAAuD;IACxD,CAAC,EAAE,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC,CAAC,CAAC;AAC5B,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDocumentEvent.js","sourceRoot":"","sources":["../src/hooks/useDocumentEvent.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAC/C,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,SAAS,gBAAgB,CACxB,SAAY,EACZ,QAA0C,EAC1C,OAA2C;IAE3C,oGAAoG;IACpG,MAAM,WAAW,GAAG,UAAU,CAAC,QAAQ,CAAC,CAAC;IACzC,oCAAoC;IACpC,MAAM,QAAQ,GAAG,WAAW,CAC3B,CAAC,CAAsB,EAAE,EAAE;QAC1B,WAAW,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;IACxB,CAAC,EACD,CAAC,WAAW,CAAC,CACb,CAAC;IAEF,SAAS,CAAC,GAAG,EAAE;QACd,QAAQ,CAAC,gBAAgB,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;QACxD,OAAO,GAAG,EAAE;YACX,QAAQ,CAAC,mBAAmB,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,CAAC,CAAC;QAC5D,CAAC,CAAC;IACH,CAAC,EAAE,CAAC,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC,CAAC;AACpC,CAAC;AAED,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useKeyboardKey.js","sourceRoot":"","sources":["../src/hooks/useKeyboardKey.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C;;GAEG;AACH,MAAM,UAAU,cAAc,CAC7B,GAAa,EACb,EAA8B,EAC9B,UAAmB,IAAI;IAEvB,MAAM,KAAK,GAAG,UAAU,CAAC,EAAE,CAAC,CAAC;IAC7B,MAAM,MAAM,GAAG,UAAU,CAAC,GAAG,CAAC,CAAC;IAC/B,SAAS,CAAC,GAAG,EAAE;QACd,IAAI,CAAC,OAAO,EAAE,CAAC;YACd,OAAO;QACR,CAAC;QACD,MAAM,QAAQ,GAAG,CAAC,CAAgB,EAAE,EAAE;YACrC,IACC,MAAM,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,WAAW,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,WAAW,EAAE,CAAC,EACvE,CAAC;gBACF,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC;YAClB,CAAC;QACF,CAAC,CAAC;QACF,MAAM,CAAC,gBAAgB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;QAC7C,OAAO,GAAG,EAAE;YACX,MAAM,CAAC,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;QACjD,CAAC,CAAC;QACF,uDAAuD;IACxD,CAAC,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;AACf,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useListKeyboardHandler.js","sourceRoot":"","sources":["../src/hooks/useListKeyboardHandler.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,OAAO,CAAC;AAEpC;;GAEG;AACH,MAAM,UAAU,sBAAsB,CACrC,OAAsE;IAEtE,OAAO,WAAW,CACjB,CAAC,EAAE,GAAG,EAAE,KAAK,EAAkC,EAAE,EAAE;QAClD,MAAM,EAAE,MAAM,EAAE,GAAG,OAAO,CAAC;QAC3B,MAAM,aAAa,GAAG,OAAO,CAAC,KAAK,CAAC,CAAC;QACrC,IAAI,GAAG,KAAK,GAAG,IAAI,CAAC,aAAa,CAAC,OAAO,IAAI,aAAa,CAAC,OAAO,EAAE,CAAC;YACpE,aAAa,CAAC,OAAO,EAAE,CAAC;QACzB,CAAC;aAAM,IAAI,GAAG,KAAK,YAAY,IAAI,GAAG,KAAK,WAAW,EAAE,CAAC;YACxD,MAAM,IAAI,GAAG,KAAK,KAAK,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC;YAClD,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;YAC7B,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;gBACpB,MAAM,CAAC,OAAO,EAAE,CAAC;YAClB,CAAC;QACF,CAAC;aAAM,IAAI,GAAG,KAAK,WAAW,IAAI,GAAG,KAAK,SAAS,EAAE,CAAC;YACrD,MAAM,IAAI,GAAG,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC;YAClD,MAAM,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;YAC7B,IAAI,MAAM,CAAC,OAAO,EAAE,CAAC;gBACpB,MAAM,CAAC,OAAO,EAAE,CAAC;YAClB,CAAC;QACF,CAAC;IACF,CAAC,EACD,CAAC,OAAO,CAAC,CACT,CAAC;AACH,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useRefSync.js","sourceRoot":"","sources":["../src/hooks/useRefSync.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,OAAO,CAAC;AAE/B;;GAEG;AACH,MAAM,UAAU,UAAU,CAAI,KAAQ;IACrC,MAAM,GAAG,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;IAC1B,GAAG,CAAC,OAAO,GAAG,KAAK,CAAC;IACpB,OAAO,GAAG,CAAC;AACZ,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"build-dictionary.js","sourceRoot":"","sources":["../src/i18n/build-dictionary.ts"],"names":[],"mappings":"AAAA,OAAO,EAIN,MAAM,cAAc,CAAC;AAEtB;;;;;;GAMG;AAEH,SAAS,gBAAgB,CACxB,IAAoB,EACpB,IAA2B;IAE3B,OAAQ,MAAM,CAAC,OAAO,CAAC,IAAI,CAAoC,CAAC,MAAM,CACrE,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE;QACf,OAAO;YACN,GAAG,GAAG;YACN,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC;SACZ,CAAC;IACH,CAAC,EACD,EAAE,CAC6C,CAAC;AAClD,CAAC;AAED,eAAe,gBAAgB,CAAC;AAChC;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,kBAAkB,GAAqB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;AAEjE;;;;;GAKG;AACH,MAAM,CAAC,MAAM,OAAO,GAAG,GAAmB,EAAE;IAC3C,MAAM,eAAe,GAAG,SAAS,CAAC,QAAQ,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACzD,MAAM,KAAK,GAAG,kBAAkB;SAC9B,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC;SAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC3B,OAAO,KAAK,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,kBAAkB,CAAC,KAAK,CAAC,CAAC;AACzE,CAAC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"dictionary.js","sourceRoot":"","sources":["../src/i18n/dictionary.ts"],"names":[],"mappings":"AAAA,MAAM,UAAU,GAAG;IAClB,kBAAkB,EAAE,EAAE,EAAE,EAAE,mBAAmB,EAAE,EAAE,EAAE,SAAS,EAAE;IAC9D,qBAAqB,EAAE,EAAE,EAAE,EAAE,qBAAqB,EAAE,EAAE,EAAE,YAAY,EAAE;IACtE,YAAY,EAAE,EAAE,EAAE,EAAE,YAAY,EAAE,EAAE,EAAE,QAAQ,EAAE;IAChD,aAAa,EAAE,EAAE,EAAE,EAAE,qBAAqB,EAAE,EAAE,EAAE,SAAS,EAAE;IAC3D,EAAE,EAAE,EAAE,EAAE,EAAE,aAAa,EAAE,EAAE,EAAE,YAAY,EAAE;IAC3C,EAAE,EAAE,EAAE,EAAE,EAAE,OAAO,EAAE,EAAE,EAAE,SAAS,EAAE;IAClC,WAAW,EAAE,EAAE,EAAE,EAAE,2BAA2B,EAAE,EAAE,EAAE,iBAAiB,EAAE;IACvE,iBAAiB,EAAE;QAClB,EAAE,EAAE,8BAA8B;QAClC,EAAE,EAAE,iBAAiB;KACrB;IACD,mBAAmB,EAAE;QACpB,EAAE,EAAE,uBAAuB;QAC3B,EAAE,EAAE,YAAY;KAChB;IACD,eAAe,EAAE;QAChB,EAAE,EAAE,uCAAuC;QAC3C,EAAE,EAAE,6CAA6C;KACjD;IACD,mBAAmB,EAAE;QACpB,EAAE,EAAE,SAAS;QACb,EAAE,EAAE,QAAQ;KACZ;CACQ,CAAC;AAEX,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/i18n/index.ts"],"names":[],"mappings":"AAAA,OAAO,gBAAgB,EAAE,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAC/D,OAAO,UAAU,EAAE,EAAmB,MAAM,cAAc,CAAC;AAC3D,OAAO,gBAAgB,EAAE,EACxB,oBAAoB,GAEpB,MAAM,oBAAoB,CAAC;AAE5B,MAAM,EAAE,GAAG,gBAAgB,CAAa,IAAI,EAAE,UAAU,CAAC,CAAC;AAC1D,MAAM,EAAE,GAAG,gBAAgB,CAAa,IAAI,EAAE,UAAU,CAAC,CAAC;AAE1D,MAAM,KAAK,GAAG,gBAAgB,CAAuB,IAAI,EAAE,gBAAgB,CAAC,CAAC;AAC7E,MAAM,KAAK,GAAG,gBAAgB,CAAuB,IAAI,EAAE,gBAAgB,CAAC,CAAC;AAE7E,MAAM,CAAC,MAAM,oBAAoB,GAAG;IACnC,GAAG,CAAC,OAAO,EAAE,KAAK,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC;IACvC,oBAAoB,EAAE,oBAAoB;CAC1C,CAAC;AAEF,eAAe,OAAO,EAAE,KAAK,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"inputNumberProps.js","sourceRoot":"","sources":["../src/i18n/inputNumberProps.ts"],"names":[],"mappings":"AAAA,MAAM,gBAAgB,GAAG;IACxB,iBAAiB,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE;IACvC,gBAAgB,EAAE,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE;CAC7B,CAAC;AAEX,MAAM,CAAC,MAAM,oBAAoB,GAAG,MAAM,CAAC,MAAM,CAChD,gBAAgB,CAAC,gBAAgB,CACjC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
package/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["src/index.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,sBAAsB,CAAC;AAC7D,OAAO,EAAE,aAAa,EAAE,MAAM,iDAAiD,CAAC;AAChF,OAAO,EAAE,MAAM,EAAE,MAAM,mCAAmC,CAAC;AAE3D,OAAO,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACnE,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAyBvD,oCAAoC;AACpC,OAAO,EACN,sBAAsB,EACtB,kBAAkB,EAClB,oBAAoB,EACpB,sBAAsB,GACtB,MAAM,wCAAwC,CAAC"}
|