@micromerce/formbuilder-react 1.0.656 → 1.0.658
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/dist/{src/index.d.ts → index.d.ts} +1 -2
- package/package.json +6 -2
- package/dist/components/Checkbox/Checkbox.module.scss +0 -10
- package/dist/components/FormBuilder/FormBuilder.module.scss +0 -94
- package/dist/components/FormFooter/FormFooter.module.scss +0 -65
- package/dist/components/FormGroup/FormGroup.module.scss +0 -69
- package/dist/components/FormList/FormList.module.scss +0 -173
- package/dist/components/Group/Group.module.scss +0 -28
- package/dist/components/Input/Input.module.scss +0 -3
- package/dist/components/InputFreeSolo/InputFreeSolo.module.scss +0 -29
- package/dist/components/MrnInput/MrnInput.module.scss +0 -31
- package/dist/components/MultiSelect/MultiSelect.module.scss +0 -13
- package/dist/components/PasswordInput/PasswordInput.module.scss +0 -26
- package/dist/components/Select/Select.module.scss +0 -15
- package/dist/components/Textarea/Textarea.module.scss +0 -14
- package/dist/components/addressGroup/AddressGroup.module.scss +0 -72
- package/dist/src/assets/icons/error/Error.js +0 -6
- package/dist/src/assets/icons/error/Error.js.map +0 -1
- package/dist/src/components/Checkbox/Checkbox.js +0 -37
- package/dist/src/components/Checkbox/Checkbox.js.map +0 -1
- package/dist/src/components/Checkbox/index.js +0 -2
- package/dist/src/components/Checkbox/index.js.map +0 -1
- package/dist/src/components/ControlWrapper/ControlWrapper.js +0 -37
- package/dist/src/components/ControlWrapper/ControlWrapper.js.map +0 -1
- package/dist/src/components/ControlWrapper/index.js +0 -2
- package/dist/src/components/ControlWrapper/index.js.map +0 -1
- package/dist/src/components/DateRangeGroup/DateRangeGroup.js +0 -69
- package/dist/src/components/DateRangeGroup/DateRangeGroup.js.map +0 -1
- package/dist/src/components/DateRangeGroup/DateRangeGroup.styles.js +0 -59
- package/dist/src/components/DateRangeGroup/DateRangeGroup.styles.js.map +0 -1
- package/dist/src/components/DateRangeGroup/components/CalendarModal.js +0 -90
- package/dist/src/components/DateRangeGroup/components/CalendarModal.js.map +0 -1
- package/dist/src/components/DateRangeGroup/index.js +0 -2
- package/dist/src/components/DateRangeGroup/index.js.map +0 -1
- package/dist/src/components/ErrorBoundary/ErrorBoundary.js +0 -22
- package/dist/src/components/ErrorBoundary/ErrorBoundary.js.map +0 -1
- package/dist/src/components/FileUploader/FileUploader.js +0 -30
- package/dist/src/components/FileUploader/FileUploader.js.map +0 -1
- package/dist/src/components/FileUploader/index.js +0 -2
- package/dist/src/components/FileUploader/index.js.map +0 -1
- package/dist/src/components/FormBuilder/FormBuilder.js +0 -74
- package/dist/src/components/FormBuilder/FormBuilder.js.map +0 -1
- package/dist/src/components/FormBuilder/index.js +0 -2
- package/dist/src/components/FormBuilder/index.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/extractFormControlValues.js +0 -50
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/extractFormControlValues.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/index.js +0 -2
- package/dist/src/components/FormBuilder/utils/extractFormControlValues/index.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/index.js +0 -2
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/index.js.map +0 -1
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.js +0 -15
- package/dist/src/components/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.js.map +0 -1
- package/dist/src/components/FormFooter/FormFooter.js +0 -46
- package/dist/src/components/FormFooter/FormFooter.js.map +0 -1
- package/dist/src/components/FormFooter/components/Switch.js +0 -15
- package/dist/src/components/FormFooter/components/Switch.js.map +0 -1
- package/dist/src/components/FormFooter/index.js +0 -2
- package/dist/src/components/FormFooter/index.js.map +0 -1
- package/dist/src/components/FormGroup/FormGroup.js +0 -18
- package/dist/src/components/FormGroup/FormGroup.js.map +0 -1
- package/dist/src/components/FormGroup/index.js +0 -2
- package/dist/src/components/FormGroup/index.js.map +0 -1
- package/dist/src/components/FormList/FormList.js +0 -66
- package/dist/src/components/FormList/FormList.js.map +0 -1
- package/dist/src/components/FormList/index.js +0 -2
- package/dist/src/components/FormList/index.js.map +0 -1
- package/dist/src/components/GeneralFormGroup/GeneralFormGroup.js +0 -4
- package/dist/src/components/GeneralFormGroup/GeneralFormGroup.js.map +0 -1
- package/dist/src/components/GeneralFormGroup/index.js +0 -2
- package/dist/src/components/GeneralFormGroup/index.js.map +0 -1
- package/dist/src/components/Group/Group.js +0 -32
- package/dist/src/components/Group/Group.js.map +0 -1
- package/dist/src/components/Group/index.js +0 -2
- package/dist/src/components/Group/index.js.map +0 -1
- package/dist/src/components/Input/Input.js +0 -57
- package/dist/src/components/Input/Input.js.map +0 -1
- package/dist/src/components/Input/index.js +0 -2
- package/dist/src/components/Input/index.js.map +0 -1
- package/dist/src/components/Input/input.styles.js +0 -24
- package/dist/src/components/Input/input.styles.js.map +0 -1
- package/dist/src/components/InputFreeSolo/InputFreeSolo.js +0 -67
- package/dist/src/components/InputFreeSolo/InputFreeSolo.js.map +0 -1
- package/dist/src/components/InputFreeSolo/index.js +0 -2
- package/dist/src/components/InputFreeSolo/index.js.map +0 -1
- package/dist/src/components/MrnInput/MrnInput.js +0 -64
- package/dist/src/components/MrnInput/MrnInput.js.map +0 -1
- package/dist/src/components/MrnInput/hooks/useMrn.js +0 -92
- package/dist/src/components/MrnInput/hooks/useMrn.js.map +0 -1
- package/dist/src/components/MrnInput/index.js +0 -2
- package/dist/src/components/MrnInput/index.js.map +0 -1
- package/dist/src/components/MrnInput/services/fetchMrn.js +0 -30
- package/dist/src/components/MrnInput/services/fetchMrn.js.map +0 -1
- package/dist/src/components/MrnInput/ui-helper/Link/Link.js +0 -15
- package/dist/src/components/MrnInput/ui-helper/Link/Link.js.map +0 -1
- package/dist/src/components/MrnInput/utils/mrnUtils/mrnUtils.js +0 -35
- package/dist/src/components/MrnInput/utils/mrnUtils/mrnUtils.js.map +0 -1
- package/dist/src/components/MrnInput/utils/resolveMrnLinks/resolveMrnLink.js +0 -11
- package/dist/src/components/MrnInput/utils/resolveMrnLinks/resolveMrnLink.js.map +0 -1
- package/dist/src/components/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.js +0 -19
- package/dist/src/components/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.js.map +0 -1
- package/dist/src/components/MrnInput/utils/urlSearchParam/urlSearchParam.js +0 -8
- package/dist/src/components/MrnInput/utils/urlSearchParam/urlSearchParam.js.map +0 -1
- package/dist/src/components/MultiSelect/MultiSelect.js +0 -61
- package/dist/src/components/MultiSelect/MultiSelect.js.map +0 -1
- package/dist/src/components/MultiSelect/index.js +0 -2
- package/dist/src/components/MultiSelect/index.js.map +0 -1
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.js +0 -21
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.js.map +0 -1
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/index.js +0 -2
- package/dist/src/components/MultiSelect/utils/extractSelectedOptionValues/index.js.map +0 -1
- package/dist/src/components/PasswordInput/PasswordInput.js +0 -21
- package/dist/src/components/PasswordInput/PasswordInput.js.map +0 -1
- package/dist/src/components/PasswordInput/index.js +0 -2
- package/dist/src/components/PasswordInput/index.js.map +0 -1
- package/dist/src/components/QueryControl/QueryControl.js +0 -95
- package/dist/src/components/QueryControl/QueryControl.js.map +0 -1
- package/dist/src/components/QueryControl/data/defaultControls.js +0 -95
- package/dist/src/components/QueryControl/data/defaultControls.js.map +0 -1
- package/dist/src/components/QueryControl/index.js +0 -2
- package/dist/src/components/QueryControl/index.js.map +0 -1
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.js +0 -8
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.js.map +0 -1
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.js +0 -14
- package/dist/src/components/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.js.map +0 -1
- package/dist/src/components/QueryControl/ui-helper/Wrapper/index.js +0 -2
- package/dist/src/components/QueryControl/ui-helper/Wrapper/index.js.map +0 -1
- package/dist/src/components/QueryControl/utils/allControlsHidden/allControlsHidden.js +0 -39
- package/dist/src/components/QueryControl/utils/allControlsHidden/allControlsHidden.js.map +0 -1
- package/dist/src/components/QueryControl/utils/allControlsHidden/index.js +0 -2
- package/dist/src/components/QueryControl/utils/allControlsHidden/index.js.map +0 -1
- package/dist/src/components/QueryControl/utils/getMatchingControls.js +0 -19
- package/dist/src/components/QueryControl/utils/getMatchingControls.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hasExpertControl/hasExpertControl.js +0 -38
- package/dist/src/components/QueryControl/utils/hasExpertControl/hasExpertControl.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hasExpertControl/index.js +0 -2
- package/dist/src/components/QueryControl/utils/hasExpertControl/index.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hideGroup/hideGroup.js +0 -9
- package/dist/src/components/QueryControl/utils/hideGroup/hideGroup.js.map +0 -1
- package/dist/src/components/QueryControl/utils/hideGroup/index.js +0 -2
- package/dist/src/components/QueryControl/utils/hideGroup/index.js.map +0 -1
- package/dist/src/components/Select/Select.js +0 -67
- package/dist/src/components/Select/Select.js.map +0 -1
- package/dist/src/components/Select/index.js +0 -2
- package/dist/src/components/Select/index.js.map +0 -1
- package/dist/src/components/Select/utils/getSelectedOption.js +0 -8
- package/dist/src/components/Select/utils/getSelectedOption.js.map +0 -1
- package/dist/src/components/Textarea/Textarea.js +0 -55
- package/dist/src/components/Textarea/Textarea.js.map +0 -1
- package/dist/src/components/Textarea/Textarea.types.js +0 -2
- package/dist/src/components/Textarea/Textarea.types.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/aiAction.js +0 -21
- package/dist/src/components/Textarea/aiWrapper/aiAction.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/aiLayout.js +0 -21
- package/dist/src/components/Textarea/aiWrapper/aiLayout.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/index.js +0 -29
- package/dist/src/components/Textarea/aiWrapper/index.js.map +0 -1
- package/dist/src/components/Textarea/aiWrapper/useAi.js +0 -74
- package/dist/src/components/Textarea/aiWrapper/useAi.js.map +0 -1
- package/dist/src/components/Textarea/editors/Default.js +0 -26
- package/dist/src/components/Textarea/editors/Default.js.map +0 -1
- package/dist/src/components/Textarea/editors/Html.js +0 -9
- package/dist/src/components/Textarea/editors/Html.js.map +0 -1
- package/dist/src/components/Textarea/editors/Json.js +0 -9
- package/dist/src/components/Textarea/editors/Json.js.map +0 -1
- package/dist/src/components/Textarea/editors/Markdown.js +0 -20
- package/dist/src/components/Textarea/editors/Markdown.js.map +0 -1
- package/dist/src/components/Textarea/editors/Richtext.js +0 -13
- package/dist/src/components/Textarea/editors/Richtext.js.map +0 -1
- package/dist/src/components/Textarea/index.js +0 -2
- package/dist/src/components/Textarea/index.js.map +0 -1
- package/dist/src/components/addressGroup/AddressGroup.js +0 -39
- package/dist/src/components/addressGroup/AddressGroup.js.map +0 -1
- package/dist/src/components/addressGroup/index.js +0 -2
- package/dist/src/components/addressGroup/index.js.map +0 -1
- package/dist/src/components/addressGroup/utils/Countries.js +0 -1249
- package/dist/src/components/addressGroup/utils/Countries.js.map +0 -1
- package/dist/src/components/plate/PlateEditor.d.ts +0 -10
- package/dist/src/components/plate/PlateEditor.js +0 -38
- package/dist/src/components/plate/PlateEditor.js.map +0 -1
- package/dist/src/components/plate/PlateEditorContent.d.ts +0 -24
- package/dist/src/components/plate/PlateEditorContent.js +0 -45
- package/dist/src/components/plate/PlateEditorContent.js.map +0 -1
- package/dist/src/components/plate/components/align-dropdown-menu.d.ts +0 -2
- package/dist/src/components/plate/components/align-dropdown-menu.js +0 -33
- package/dist/src/components/plate/components/align-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/blockquote-element.d.ts +0 -21
- package/dist/src/components/plate/components/blockquote-element.js +0 -8
- package/dist/src/components/plate/components/blockquote-element.js.map +0 -1
- package/dist/src/components/plate/components/button.d.ts +0 -14
- package/dist/src/components/plate/components/button.js +0 -38
- package/dist/src/components/plate/components/button.js.map +0 -1
- package/dist/src/components/plate/components/caption.d.ts +0 -43
- package/dist/src/components/plate/components/caption.js +0 -25
- package/dist/src/components/plate/components/caption.js.map +0 -1
- package/dist/src/components/plate/components/checkbox.d.ts +0 -3
- package/dist/src/components/plate/components/checkbox.js +0 -7
- package/dist/src/components/plate/components/checkbox.js.map +0 -1
- package/dist/src/components/plate/components/code-block-combobox.d.ts +0 -48
- package/dist/src/components/plate/components/code-block-combobox.js +0 -131
- package/dist/src/components/plate/components/code-block-combobox.js.map +0 -1
- package/dist/src/components/plate/components/code-block-element.d.ts +0 -22
- package/dist/src/components/plate/components/code-block-element.js +0 -13
- package/dist/src/components/plate/components/code-block-element.js.map +0 -1
- package/dist/src/components/plate/components/code-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/code-leaf.js +0 -8
- package/dist/src/components/plate/components/code-leaf.js.map +0 -1
- package/dist/src/components/plate/components/code-line-element.d.ts +0 -21
- package/dist/src/components/plate/components/code-line-element.js +0 -6
- package/dist/src/components/plate/components/code-line-element.js.map +0 -1
- package/dist/src/components/plate/components/code-syntax-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/code-syntax-leaf.js +0 -11
- package/dist/src/components/plate/components/code-syntax-leaf.js.map +0 -1
- package/dist/src/components/plate/components/color-constants.d.ts +0 -10
- package/dist/src/components/plate/components/color-constants.js +0 -430
- package/dist/src/components/plate/components/color-constants.js.map +0 -1
- package/dist/src/components/plate/components/color-dropdown-menu-items.d.ts +0 -18
- package/dist/src/components/plate/components/color-dropdown-menu-items.js +0 -21
- package/dist/src/components/plate/components/color-dropdown-menu-items.js.map +0 -1
- package/dist/src/components/plate/components/color-dropdown-menu.d.ts +0 -12
- package/dist/src/components/plate/components/color-dropdown-menu.js +0 -18
- package/dist/src/components/plate/components/color-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/color-input.d.ts +0 -2
- package/dist/src/components/plate/components/color-input.js +0 -15
- package/dist/src/components/plate/components/color-input.js.map +0 -1
- package/dist/src/components/plate/components/color-picker.d.ts +0 -18
- package/dist/src/components/plate/components/color-picker.js +0 -19
- package/dist/src/components/plate/components/color-picker.js.map +0 -1
- package/dist/src/components/plate/components/colors-custom.d.ts +0 -10
- package/dist/src/components/plate/components/colors-custom.js +0 -21
- package/dist/src/components/plate/components/colors-custom.js.map +0 -1
- package/dist/src/components/plate/components/command.d.ts +0 -76
- package/dist/src/components/plate/components/command.js +0 -18
- package/dist/src/components/plate/components/command.js.map +0 -1
- package/dist/src/components/plate/components/comment-leaf.d.ts +0 -3
- package/dist/src/components/plate/components/comment-leaf.js +0 -23
- package/dist/src/components/plate/components/comment-leaf.js.map +0 -1
- package/dist/src/components/plate/components/dialog.d.ts +0 -12
- package/dist/src/components/plate/components/dialog.js +0 -16
- package/dist/src/components/plate/components/dialog.js.map +0 -1
- package/dist/src/components/plate/components/dropdown-menu.d.ts +0 -29
- package/dist/src/components/plate/components/dropdown-menu.js +0 -51
- package/dist/src/components/plate/components/dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/excalidraw-element.d.ts +0 -21
- package/dist/src/components/plate/components/excalidraw-element.js +0 -12
- package/dist/src/components/plate/components/excalidraw-element.js.map +0 -1
- package/dist/src/components/plate/components/fixed-toolbar-buttons.d.ts +0 -1
- package/dist/src/components/plate/components/fixed-toolbar-buttons.js +0 -25
- package/dist/src/components/plate/components/fixed-toolbar-buttons.js.map +0 -1
- package/dist/src/components/plate/components/fixed-toolbar.d.ts +0 -1
- package/dist/src/components/plate/components/fixed-toolbar.js +0 -4
- package/dist/src/components/plate/components/fixed-toolbar.js.map +0 -1
- package/dist/src/components/plate/components/heading-element.d.ts +0 -24
- package/dist/src/components/plate/components/heading-element.js +0 -30
- package/dist/src/components/plate/components/heading-element.js.map +0 -1
- package/dist/src/components/plate/components/highlight-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/highlight-leaf.js +0 -5
- package/dist/src/components/plate/components/highlight-leaf.js.map +0 -1
- package/dist/src/components/plate/components/hr-element.d.ts +0 -21
- package/dist/src/components/plate/components/hr-element.js +0 -11
- package/dist/src/components/plate/components/hr-element.js.map +0 -1
- package/dist/src/components/plate/components/image-element.d.ts +0 -21
- package/dist/src/components/plate/components/image-element.js +0 -19
- package/dist/src/components/plate/components/image-element.js.map +0 -1
- package/dist/src/components/plate/components/indent-list-toolbar-button.d.ts +0 -18
- package/dist/src/components/plate/components/indent-list-toolbar-button.js +0 -12
- package/dist/src/components/plate/components/indent-list-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/indent-todo-marker-component.d.ts +0 -3
- package/dist/src/components/plate/components/indent-todo-marker-component.js +0 -14
- package/dist/src/components/plate/components/indent-todo-marker-component.js.map +0 -1
- package/dist/src/components/plate/components/indent-todo-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/indent-todo-toolbar-button.js +0 -11
- package/dist/src/components/plate/components/indent-todo-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/indent-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/indent-toolbar-button.js +0 -10
- package/dist/src/components/plate/components/indent-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/inline-combobox.d.ts +0 -29
- package/dist/src/components/plate/components/inline-combobox.js +0 -156
- package/dist/src/components/plate/components/inline-combobox.js.map +0 -1
- package/dist/src/components/plate/components/input.d.ts +0 -8
- package/dist/src/components/plate/components/input.js +0 -20
- package/dist/src/components/plate/components/input.js.map +0 -1
- package/dist/src/components/plate/components/insert-dropdown-menu.d.ts +0 -12
- package/dist/src/components/plate/components/insert-dropdown-menu.js +0 -179
- package/dist/src/components/plate/components/insert-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/kbd-leaf.d.ts +0 -19
- package/dist/src/components/plate/components/kbd-leaf.js +0 -5
- package/dist/src/components/plate/components/kbd-leaf.js.map +0 -1
- package/dist/src/components/plate/components/line-height-dropdown-menu.d.ts +0 -2
- package/dist/src/components/plate/components/line-height-dropdown-menu.js +0 -12
- package/dist/src/components/plate/components/line-height-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/components/link-element.d.ts +0 -21
- package/dist/src/components/plate/components/link-element.js +0 -10
- package/dist/src/components/plate/components/link-element.js.map +0 -1
- package/dist/src/components/plate/components/link-floating-toolbar.d.ts +0 -5
- package/dist/src/components/plate/components/link-floating-toolbar.js +0 -54
- package/dist/src/components/plate/components/link-floating-toolbar.js.map +0 -1
- package/dist/src/components/plate/components/link-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/link-toolbar-button.js +0 -11
- package/dist/src/components/plate/components/link-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/mark-toolbar-button.d.ts +0 -18
- package/dist/src/components/plate/components/mark-toolbar-button.js +0 -11
- package/dist/src/components/plate/components/mark-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/media-embed-element.d.ts +0 -21
- package/dist/src/components/plate/components/media-embed-element.js +0 -23
- package/dist/src/components/plate/components/media-embed-element.js.map +0 -1
- package/dist/src/components/plate/components/media-popover.d.ts +0 -7
- package/dist/src/components/plate/components/media-popover.js +0 -30
- package/dist/src/components/plate/components/media-popover.js.map +0 -1
- package/dist/src/components/plate/components/mention-element.d.ts +0 -26
- package/dist/src/components/plate/components/mention-element.js +0 -12
- package/dist/src/components/plate/components/mention-element.js.map +0 -1
- package/dist/src/components/plate/components/mention-input-element.d.ts +0 -25
- package/dist/src/components/plate/components/mention-input-element.js +0 -89
- package/dist/src/components/plate/components/mention-input-element.js.map +0 -1
- package/dist/src/components/plate/components/outdent-toolbar-button.d.ts +0 -15
- package/dist/src/components/plate/components/outdent-toolbar-button.js +0 -10
- package/dist/src/components/plate/components/outdent-toolbar-button.js.map +0 -1
- package/dist/src/components/plate/components/paragraph-element.d.ts +0 -20
- package/dist/src/components/plate/components/paragraph-element.js +0 -4
- package/dist/src/components/plate/components/paragraph-element.js.map +0 -1
- package/dist/src/components/plate/components/placeholder.d.ts +0 -6
- package/dist/src/components/plate/components/placeholder.js +0 -37
- package/dist/src/components/plate/components/placeholder.js.map +0 -1
- package/dist/src/components/plate/components/popover.d.ts +0 -7
- package/dist/src/components/plate/components/popover.js +0 -11
- package/dist/src/components/plate/components/popover.js.map +0 -1
- package/dist/src/components/plate/components/resizable.d.ts +0 -40
- package/dist/src/components/plate/components/resizable.js +0 -38
- package/dist/src/components/plate/components/resizable.js.map +0 -1
- package/dist/src/components/plate/components/separator.d.ts +0 -4
- package/dist/src/components/plate/components/separator.js +0 -20
- package/dist/src/components/plate/components/separator.js.map +0 -1
- package/dist/src/components/plate/components/slash-input-element.d.ts +0 -22
- package/dist/src/components/plate/components/slash-input-element.js +0 -64
- package/dist/src/components/plate/components/slash-input-element.js.map +0 -1
- package/dist/src/components/plate/components/table-cell-element.d.ts +0 -47
- package/dist/src/components/plate/components/table-cell-element.js +0 -35
- package/dist/src/components/plate/components/table-cell-element.js.map +0 -1
- package/dist/src/components/plate/components/table-element.d.ts +0 -24
- package/dist/src/components/plate/components/table-element.js +0 -46
- package/dist/src/components/plate/components/table-element.js.map +0 -1
- package/dist/src/components/plate/components/table-row-element.d.ts +0 -23
- package/dist/src/components/plate/components/table-row-element.js +0 -7
- package/dist/src/components/plate/components/table-row-element.js.map +0 -1
- package/dist/src/components/plate/components/todo-list-element.d.ts +0 -21
- package/dist/src/components/plate/components/todo-list-element.js +0 -12
- package/dist/src/components/plate/components/todo-list-element.js.map +0 -1
- package/dist/src/components/plate/components/toolbar.d.ts +0 -29
- package/dist/src/components/plate/components/toolbar.js +0 -51
- package/dist/src/components/plate/components/toolbar.js.map +0 -1
- package/dist/src/components/plate/components/tooltip.d.ts +0 -12
- package/dist/src/components/plate/components/tooltip.js +0 -26
- package/dist/src/components/plate/components/tooltip.js.map +0 -1
- package/dist/src/components/plate/components/turn-into-dropdown-menu.d.ts +0 -2
- package/dist/src/components/plate/components/turn-into-dropdown-menu.js +0 -93
- package/dist/src/components/plate/components/turn-into-dropdown-menu.js.map +0 -1
- package/dist/src/components/plate/icons.d.ts +0 -85
- package/dist/src/components/plate/icons.js +0 -101
- package/dist/src/components/plate/icons.js.map +0 -1
- package/dist/src/components/plate/lib/autoformat-rules.d.ts +0 -10
- package/dist/src/components/plate/lib/autoformat-rules.js +0 -271
- package/dist/src/components/plate/lib/autoformat-rules.js.map +0 -1
- package/dist/src/components/plate/usePlateEditor.d.ts +0 -4
- package/dist/src/components/plate/usePlateEditor.js +0 -384
- package/dist/src/components/plate/usePlateEditor.js.map +0 -1
- package/dist/src/components/states/error/index.js +0 -15
- package/dist/src/components/states/error/index.js.map +0 -1
- package/dist/src/context/FormData.js +0 -109
- package/dist/src/context/FormData.js.map +0 -1
- package/dist/src/hooks/useDependent/enhanced/useInputDependent/useInputDependent.js +0 -36
- package/dist/src/hooks/useDependent/enhanced/useInputDependent/useInputDependent.js.map +0 -1
- package/dist/src/hooks/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.js +0 -16
- package/dist/src/hooks/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.js.map +0 -1
- package/dist/src/hooks/useDependent/useDependent.js +0 -86
- package/dist/src/hooks/useDependent/useDependent.js.map +0 -1
- package/dist/src/hooks/useValueGenerator/useValueGenerator.js +0 -99
- package/dist/src/hooks/useValueGenerator/useValueGenerator.js.map +0 -1
- package/dist/src/index.js +0 -19
- package/dist/src/index.js.map +0 -1
- package/dist/src/styles/Hidden.styles.js +0 -16
- package/dist/src/styles/Hidden.styles.js.map +0 -1
- package/dist/src/styles/Skeleton.js +0 -40
- package/dist/src/styles/Skeleton.js.map +0 -1
- package/dist/src/styles/Textfield.styles.js +0 -34
- package/dist/src/styles/Textfield.styles.js.map +0 -1
- package/dist/src/testutils.js +0 -22
- package/dist/src/testutils.js.map +0 -1
- package/dist/src/types/controlProps.js +0 -2
- package/dist/src/types/controlProps.js.map +0 -1
- package/dist/src/types/index.js +0 -2
- package/dist/src/types/index.js.map +0 -1
- package/dist/src/ui/menu/hooks/useMenu.js +0 -41
- package/dist/src/ui/menu/hooks/useMenu.js.map +0 -1
- package/dist/src/ui/menu/index.js +0 -13
- package/dist/src/ui/menu/index.js.map +0 -1
- package/dist/src/ui/menu/test/createControl.js +0 -30
- package/dist/src/ui/menu/test/createControl.js.map +0 -1
- package/dist/src/ui/menu/utils/detemineSubmenuTabs/index.js +0 -82
- package/dist/src/ui/menu/utils/detemineSubmenuTabs/index.js.map +0 -1
- package/dist/src/ui-helper/HeaderCollapseButton/index.js +0 -9
- package/dist/src/ui-helper/HeaderCollapseButton/index.js.map +0 -1
- package/dist/src/ui-helper/notifications/Error.js +0 -77
- package/dist/src/ui-helper/notifications/Error.js.map +0 -1
- package/dist/src/ui-helper/notifications/images/background.js +0 -7
- package/dist/src/ui-helper/notifications/images/background.js.map +0 -1
- package/dist/src/ui-helper/notifications/images/spinner.js +0 -6
- package/dist/src/ui-helper/notifications/images/spinner.js.map +0 -1
- package/dist/src/ui-helper/notifications/images/under-improvement.js +0 -6
- package/dist/src/ui-helper/notifications/images/under-improvement.js.map +0 -1
- package/dist/src/utils/findFormControlError/index.js +0 -24
- package/dist/src/utils/findFormControlError/index.js.map +0 -1
- package/dist/src/utils/hasGroupRequiredFieldsWithValues/index.js +0 -22
- package/dist/src/utils/hasGroupRequiredFieldsWithValues/index.js.map +0 -1
- package/dist/styles/formControl.module.scss +0 -59
- package/dist/tailwind.config.d.ts +0 -1
- package/dist/tailwind.config.js +0 -17
- package/dist/tailwind.config.js.map +0 -1
- package/dist/webpack.common.d.ts +0 -63
- package/dist/webpack.common.js +0 -76
- package/dist/webpack.common.js.map +0 -1
- package/dist/webpack.dev.d.ts +0 -65
- package/dist/webpack.dev.js +0 -11
- package/dist/webpack.dev.js.map +0 -1
- package/dist/webpack.prod.d.ts +0 -65
- package/dist/webpack.prod.js +0 -10
- package/dist/webpack.prod.js.map +0 -1
- /package/dist/{src/assets → assets}/icons/error/Error.d.ts +0 -0
- /package/dist/{src/components → components}/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{src/components → components}/Checkbox/index.d.ts +0 -0
- /package/dist/{src/components → components}/ControlWrapper/ControlWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/ControlWrapper/index.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/DateRangeGroup.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/DateRangeGroup.styles.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/components/CalendarModal.d.ts +0 -0
- /package/dist/{src/components → components}/DateRangeGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/ErrorBoundary/ErrorBoundary.d.ts +0 -0
- /package/dist/{src/components → components}/FileUploader/FileUploader.d.ts +0 -0
- /package/dist/{src/components → components}/FileUploader/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/FormBuilder.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/extractFormControlValues/extractFormControlValues.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/extractFormControlValues/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/jsonToUrlEncoded/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormBuilder/utils/jsonToUrlEncoded/jsonToUrlEncoded.d.ts +0 -0
- /package/dist/{src/components → components}/FormFooter/FormFooter.d.ts +0 -0
- /package/dist/{src/components → components}/FormFooter/components/Switch.d.ts +0 -0
- /package/dist/{src/components → components}/FormFooter/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormGroup/FormGroup.d.ts +0 -0
- /package/dist/{src/components → components}/FormGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/FormList/FormList.d.ts +0 -0
- /package/dist/{src/components → components}/FormList/index.d.ts +0 -0
- /package/dist/{src/components → components}/GeneralFormGroup/GeneralFormGroup.d.ts +0 -0
- /package/dist/{src/components → components}/GeneralFormGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/Group/Group.d.ts +0 -0
- /package/dist/{src/components → components}/Group/index.d.ts +0 -0
- /package/dist/{src/components → components}/Input/Input.d.ts +0 -0
- /package/dist/{src/components → components}/Input/index.d.ts +0 -0
- /package/dist/{src/components → components}/Input/input.styles.d.ts +0 -0
- /package/dist/{src/components → components}/InputFreeSolo/InputFreeSolo.d.ts +0 -0
- /package/dist/{src/components → components}/InputFreeSolo/index.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/MrnInput.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/hooks/useMrn.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/index.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/services/fetchMrn.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/ui-helper/Link/Link.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/mrnUtils/mrnUtils.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/resolveMrnLinks/resolveMrnLink.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/resolveNestedQueryLink/resolveNestedQueryLink.d.ts +0 -0
- /package/dist/{src/components → components}/MrnInput/utils/urlSearchParam/urlSearchParam.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/MultiSelect.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/index.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/utils/extractSelectedOptionValues/extractSelectedOptionValues.d.ts +0 -0
- /package/dist/{src/components → components}/MultiSelect/utils/extractSelectedOptionValues/index.d.ts +0 -0
- /package/dist/{src/components → components}/PasswordInput/PasswordInput.d.ts +0 -0
- /package/dist/{src/components → components}/PasswordInput/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/QueryControl.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/data/defaultControls.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/QueryControlWrapper.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/QueryControlWrapper.styles.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/ui-helper/Wrapper/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/allControlsHidden/allControlsHidden.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/allControlsHidden/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/getMatchingControls.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hasExpertControl/hasExpertControl.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hasExpertControl/index.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hideGroup/hideGroup.d.ts +0 -0
- /package/dist/{src/components → components}/QueryControl/utils/hideGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/Select/Select.d.ts +0 -0
- /package/dist/{src/components → components}/Select/index.d.ts +0 -0
- /package/dist/{src/components → components}/Select/utils/getSelectedOption.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/Textarea.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/Textarea.types.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/aiAction.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/aiLayout.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/index.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/aiWrapper/useAi.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Default.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Html.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Json.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Markdown.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/editors/Richtext.d.ts +0 -0
- /package/dist/{src/components → components}/Textarea/index.d.ts +0 -0
- /package/dist/{src/components → components}/addressGroup/AddressGroup.d.ts +0 -0
- /package/dist/{src/components → components}/addressGroup/index.d.ts +0 -0
- /package/dist/{src/components → components}/addressGroup/utils/Countries.d.ts +0 -0
- /package/dist/{src/components → components}/states/error/index.d.ts +0 -0
- /package/dist/{src/context → context}/FormData.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useDependent/enhanced/useInputDependent/useInputDependent.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useDependent/enhanced/useOptionsGenerator/useOptionsGenerator.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useDependent/useDependent.d.ts +0 -0
- /package/dist/{src/hooks → hooks}/useValueGenerator/useValueGenerator.d.ts +0 -0
- /package/dist/{src/styles → styles}/Hidden.styles.d.ts +0 -0
- /package/dist/{src/styles → styles}/Skeleton.d.ts +0 -0
- /package/dist/{src/styles → styles}/Textfield.styles.d.ts +0 -0
- /package/dist/{src/testutils.d.ts → testutils.d.ts} +0 -0
- /package/dist/{src/types → types}/controlProps.d.ts +0 -0
- /package/dist/{src/types → types}/index.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/hooks/useMenu.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/index.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/test/createControl.d.ts +0 -0
- /package/dist/{src/ui → ui}/menu/utils/detemineSubmenuTabs/index.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/HeaderCollapseButton/index.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/Error.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/images/background.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/images/spinner.d.ts +0 -0
- /package/dist/{src/ui-helper → ui-helper}/notifications/images/under-improvement.d.ts +0 -0
- /package/dist/{src/utils → utils}/findFormControlError/index.d.ts +0 -0
- /package/dist/{src/utils → utils}/hasGroupRequiredFieldsWithValues/index.d.ts +0 -0
|
@@ -11,8 +11,7 @@ import FormGroup from "./components/FormGroup/";
|
|
|
11
11
|
import MrnInput from "./components/MrnInput/";
|
|
12
12
|
import PasswordInput from "./components/PasswordInput/";
|
|
13
13
|
import Textarea from "./components/Textarea/";
|
|
14
|
-
import PlateEditor from "./components/plate/PlateEditor";
|
|
15
14
|
import { useValueGenerator } from "./hooks/useValueGenerator/useValueGenerator";
|
|
16
15
|
import "../src/styles/index.css";
|
|
17
|
-
export { FormBuilder, Select, MultiSelect, Checkbox, ControlWrapper, FormFooter, Input, InputFreeSolo, FormList, FormGroup, MrnInput, PasswordInput, Textarea,
|
|
16
|
+
export { FormBuilder, Select, MultiSelect, Checkbox, ControlWrapper, FormFooter, Input, InputFreeSolo, FormList, FormGroup, MrnInput, PasswordInput, Textarea, useValueGenerator };
|
|
18
17
|
export default FormBuilder;
|
package/package.json
CHANGED
|
@@ -1,12 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromerce/formbuilder-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.658",
|
|
4
4
|
"description": "creates a form based on configuration",
|
|
5
5
|
"main": "dist/formbuilder.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
7
|
"directories": {
|
|
8
8
|
"lib": "dist"
|
|
9
9
|
},
|
|
10
|
+
"exports": {
|
|
11
|
+
"./*": "./dist/*"
|
|
12
|
+
},
|
|
10
13
|
"files": [
|
|
11
14
|
"dist"
|
|
12
15
|
],
|
|
@@ -15,12 +18,13 @@
|
|
|
15
18
|
"storybook": "npm run lint; start-storybook -p 6006",
|
|
16
19
|
"build-storybook": "npm run lint; build-storybook -o ./docs/storybook",
|
|
17
20
|
"watch": "npm run lint && webpack watch --config webpack.dev.js",
|
|
18
|
-
"build": "npm run lint && npm run test &&
|
|
21
|
+
"build": "npm run lint && npm run test && tsc --declaration --emitDeclarationOnly && webpack build --config webpack.prod.js",
|
|
19
22
|
"build:analyze": "webpack build --analyze --config webpack.prod.js",
|
|
20
23
|
"lint": "eslint src/",
|
|
21
24
|
"clean": "rimraf dist",
|
|
22
25
|
"copy-component-styles": "copyfiles -u 1 ./src/components/**/*.module.scss ./dist",
|
|
23
26
|
"copy-global-styles": "copyfiles -u 1 ./src/styles/**/*.module.scss ./dist",
|
|
27
|
+
"build-typedef": "tsc --declaration --emitDeclarationOnly",
|
|
24
28
|
"build-tsc": "npm run clean && npm run copy-component-styles && npm run copy-global-styles && tsc -p tsconfig.json",
|
|
25
29
|
"format": "npx prettier --write 'src/**/*.{js,jsx,ts,tsx,json}'"
|
|
26
30
|
},
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
.hasSubmenu {
|
|
2
|
-
padding: 0 !important;
|
|
3
|
-
}
|
|
4
|
-
|
|
5
|
-
.form-builder-container {
|
|
6
|
-
font-family: 'Roboto', sans-serif;
|
|
7
|
-
background-color: white;
|
|
8
|
-
z-index: 9;
|
|
9
|
-
padding: 0 20px;
|
|
10
|
-
|
|
11
|
-
@media screen and (max-width: 767px) {
|
|
12
|
-
padding: 0 40px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
*:not(i) {
|
|
16
|
-
font-family: inherit;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
.required-message {
|
|
20
|
-
display: block;
|
|
21
|
-
font-size: 12px;
|
|
22
|
-
padding-top: 15px;
|
|
23
|
-
padding-bottom: 10px;
|
|
24
|
-
color: rgba(0,0,0,.54);
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
.xhtml-form-button {
|
|
28
|
-
min-width: 40px;
|
|
29
|
-
width: fit-content;
|
|
30
|
-
color: #4a95d0;
|
|
31
|
-
background-color: #fff;
|
|
32
|
-
|
|
33
|
-
padding: 3px 8px 3px 5px;
|
|
34
|
-
box-sizing: border-box;
|
|
35
|
-
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
36
|
-
font-size: 14px;
|
|
37
|
-
font-weight: 400;
|
|
38
|
-
border-radius: 4px;
|
|
39
|
-
border: 1px solid #4a95d0;
|
|
40
|
-
|
|
41
|
-
cursor: pointer;
|
|
42
|
-
margin: 0;
|
|
43
|
-
margin-bottom: 2px;
|
|
44
|
-
display: inline-flex;
|
|
45
|
-
outline: 0;
|
|
46
|
-
position: relative;
|
|
47
|
-
align-items: center;
|
|
48
|
-
user-select: none;
|
|
49
|
-
vertical-align: middle;
|
|
50
|
-
-moz-appearance: none;
|
|
51
|
-
justify-content: center;
|
|
52
|
-
text-decoration: none;
|
|
53
|
-
-webkit-appearance: none;
|
|
54
|
-
-webkit-tap-highlight-color: transparent;
|
|
55
|
-
|
|
56
|
-
svg {
|
|
57
|
-
fill: #4a95d0;
|
|
58
|
-
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
&:hover {
|
|
62
|
-
color: #fff;
|
|
63
|
-
background-color: #4a95d0;
|
|
64
|
-
svg {
|
|
65
|
-
fill: #fff;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&.remove-item {
|
|
70
|
-
width: 40px;
|
|
71
|
-
height: 40px;
|
|
72
|
-
padding: 0;
|
|
73
|
-
background: transparent;
|
|
74
|
-
box-shadow: none;
|
|
75
|
-
margin-top: -5px !important;
|
|
76
|
-
svg {
|
|
77
|
-
font-size: 16px;
|
|
78
|
-
padding: 0 2px;
|
|
79
|
-
fill: rgba(0,0,0,.54);
|
|
80
|
-
transition: fill 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
|
|
81
|
-
}
|
|
82
|
-
&:hover {
|
|
83
|
-
background: #F0F0F0;
|
|
84
|
-
svg {
|
|
85
|
-
fill: #EB5757;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
@media screen and (min-width: 768px) {
|
|
89
|
-
margin-top: 10px !important;
|
|
90
|
-
margin-left: -30px;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
.form-footer-container {
|
|
2
|
-
display: flex;
|
|
3
|
-
flex-direction: column;
|
|
4
|
-
align-items: center;
|
|
5
|
-
justify-content: space-between;
|
|
6
|
-
font-family: 'Roboto', sans-serif;
|
|
7
|
-
|
|
8
|
-
width: 100%;
|
|
9
|
-
border-radius: 0 0 4px 4px;
|
|
10
|
-
|
|
11
|
-
background: #FFFFFF;
|
|
12
|
-
z-index: 1;
|
|
13
|
-
|
|
14
|
-
.notificationContainer {
|
|
15
|
-
width: 100%;
|
|
16
|
-
display: flex;
|
|
17
|
-
align-items: center;
|
|
18
|
-
padding: 20px 20px 0 20px;
|
|
19
|
-
max-height: 300px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.controlsContainer {
|
|
23
|
-
width: 100%;
|
|
24
|
-
display: flex;
|
|
25
|
-
align-items: center;
|
|
26
|
-
justify-content: space-between;
|
|
27
|
-
padding: 16px;
|
|
28
|
-
|
|
29
|
-
.submit-container {
|
|
30
|
-
display: flex;
|
|
31
|
-
align-items: center;
|
|
32
|
-
gap: 24px;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.required-message {
|
|
36
|
-
display: block;
|
|
37
|
-
font-size: 12px;
|
|
38
|
-
color: rgba(0,0,0,.54);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
button:last-child {
|
|
43
|
-
margin-left: auto;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.run-button__spinner {
|
|
47
|
-
-moz-animation: spin 2s infinite linear;
|
|
48
|
-
-o-animation: spin 2s infinite linear;
|
|
49
|
-
-webkit-animation: spin 2s infinite linear;
|
|
50
|
-
animation: spin 2s infinite linear;
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
@keyframes spin {
|
|
54
|
-
0% {
|
|
55
|
-
transform: rotate(0);
|
|
56
|
-
}
|
|
57
|
-
100% {
|
|
58
|
-
transform: rotate(360deg);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@media (max-width: 991px) {
|
|
63
|
-
border-radius: 0;
|
|
64
|
-
}
|
|
65
|
-
}
|
|
@@ -1,69 +0,0 @@
|
|
|
1
|
-
.form-group {
|
|
2
|
-
display: flex;
|
|
3
|
-
gap: 10px;
|
|
4
|
-
margin-bottom: -10px;
|
|
5
|
-
padding: 10px 0;
|
|
6
|
-
font-size: 14px;
|
|
7
|
-
font-weight: 400;
|
|
8
|
-
box-sizing: border-box;
|
|
9
|
-
|
|
10
|
-
@media screen and (max-width: 767px) {
|
|
11
|
-
flex-direction: column;
|
|
12
|
-
gap: 5px;
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
&.expert {
|
|
16
|
-
background-color: #f0f0f0;
|
|
17
|
-
padding-right: 10px;
|
|
18
|
-
margin: 10px 0;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
&.error {
|
|
22
|
-
color: #a94442;
|
|
23
|
-
|
|
24
|
-
.error-message {
|
|
25
|
-
color: #a94442;
|
|
26
|
-
display: block !important;
|
|
27
|
-
font-weight: inherit;
|
|
28
|
-
font-size: 14px;
|
|
29
|
-
padding-top: 5px;
|
|
30
|
-
padding-left: 2px;
|
|
31
|
-
line-height: 1.42857;
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.error-message {
|
|
36
|
-
display: none;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.control-label {
|
|
40
|
-
font-weight: 400;
|
|
41
|
-
width: 200px;
|
|
42
|
-
text-align: right;
|
|
43
|
-
flex-shrink: 0;
|
|
44
|
-
margin: 0 !important; // bootstrap overwrites label selector
|
|
45
|
-
padding-top: 9px;
|
|
46
|
-
color: rgba(0, 0, 0, 0.87);
|
|
47
|
-
font-size: 14px;
|
|
48
|
-
|
|
49
|
-
@media screen and (max-width: 767px) {
|
|
50
|
-
text-align: left;
|
|
51
|
-
width: 100%;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
.control-wrapper {
|
|
56
|
-
display: flex;
|
|
57
|
-
flex-direction: column;
|
|
58
|
-
// width: 0;
|
|
59
|
-
flex: 1;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.control-wrapper-firstlayer {
|
|
63
|
-
width: calc(100% - 210px);
|
|
64
|
-
|
|
65
|
-
@media screen and (max-width: 767px) {
|
|
66
|
-
width: 100%;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
@@ -1,173 +0,0 @@
|
|
|
1
|
-
.list-container {
|
|
2
|
-
margin: 5px 0 -10px;
|
|
3
|
-
padding: 10px 0;
|
|
4
|
-
|
|
5
|
-
.list-header {
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: space-between;
|
|
9
|
-
|
|
10
|
-
.list-header-label-button {
|
|
11
|
-
display: flex;
|
|
12
|
-
align-items: center;
|
|
13
|
-
gap: 10px;
|
|
14
|
-
|
|
15
|
-
@media screen and (max-width: 767px) {
|
|
16
|
-
flex-direction: column;
|
|
17
|
-
align-items: flex-start;
|
|
18
|
-
gap: 5px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.list-header-label {
|
|
22
|
-
display: flex;
|
|
23
|
-
align-items: center;
|
|
24
|
-
gap: 4px;
|
|
25
|
-
width: 200px;
|
|
26
|
-
|
|
27
|
-
i {
|
|
28
|
-
color: #000000b2;
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.list-label {
|
|
33
|
-
font-size: 14px;
|
|
34
|
-
font-weight: 400;
|
|
35
|
-
text-align: right;
|
|
36
|
-
font-size: 14px;
|
|
37
|
-
width: 100%;
|
|
38
|
-
|
|
39
|
-
@media screen and (max-width: 767px) {
|
|
40
|
-
text-align: left;
|
|
41
|
-
width: 100%;
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
.address {
|
|
48
|
-
margin-left: 0 !important;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
.list-children-container {
|
|
52
|
-
position: relative;
|
|
53
|
-
margin-left: 195px;
|
|
54
|
-
@media screen and (max-width: 767px) {
|
|
55
|
-
margin-left: 0;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.form-list {
|
|
59
|
-
position: relative;
|
|
60
|
-
margin-top: 5px;
|
|
61
|
-
padding: 5px 0 5px 15px;
|
|
62
|
-
@media screen and (max-width: 767px) {
|
|
63
|
-
padding: 5px 0 5px 35px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
> div:first-of-type {
|
|
67
|
-
margin-top: -10px;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
//* border-left
|
|
71
|
-
&::before {
|
|
72
|
-
content: "";
|
|
73
|
-
position: absolute;
|
|
74
|
-
top: 10px;
|
|
75
|
-
left: -3px;
|
|
76
|
-
height: calc(100% - 20px);
|
|
77
|
-
width: 2px;
|
|
78
|
-
background-color: rgb(192, 192, 192);
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.remove-item {
|
|
83
|
-
border: none;
|
|
84
|
-
position: absolute;
|
|
85
|
-
top: 0px;
|
|
86
|
-
left: -30px;
|
|
87
|
-
|
|
88
|
-
@media screen and (max-width: 767px) {
|
|
89
|
-
top: 15px;
|
|
90
|
-
left: -45px;
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.sort-buttons {
|
|
95
|
-
display: flex;
|
|
96
|
-
flex-direction: column;
|
|
97
|
-
align-items: center;
|
|
98
|
-
position: absolute;
|
|
99
|
-
left: -25px;
|
|
100
|
-
top: 50%;
|
|
101
|
-
transform: translateY(-50%);
|
|
102
|
-
|
|
103
|
-
button {
|
|
104
|
-
color: inherit;
|
|
105
|
-
display: flex;
|
|
106
|
-
align-items: center;
|
|
107
|
-
justify-content: center;
|
|
108
|
-
background-color: transparent;
|
|
109
|
-
border: none;
|
|
110
|
-
font-size: 10px;
|
|
111
|
-
padding: 0;
|
|
112
|
-
cursor: pointer;
|
|
113
|
-
height: 20px;
|
|
114
|
-
width: 25px;
|
|
115
|
-
|
|
116
|
-
&:disabled {
|
|
117
|
-
cursor: auto;
|
|
118
|
-
opacity: 0.5;
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.form-list-single-item {
|
|
125
|
-
padding-right: 50px;
|
|
126
|
-
|
|
127
|
-
.control-label-group:first-child {
|
|
128
|
-
display: none;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
.form-list {
|
|
132
|
-
margin-top: 0;
|
|
133
|
-
padding: 0;
|
|
134
|
-
position: relative;
|
|
135
|
-
padding-left: 15px;
|
|
136
|
-
@media screen and (max-width: 767px) {
|
|
137
|
-
padding-left: 35px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
> div:first-of-type {
|
|
141
|
-
margin-top: 0;
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
//* border-left
|
|
145
|
-
&::before {
|
|
146
|
-
content: "";
|
|
147
|
-
position: absolute;
|
|
148
|
-
top: 10px;
|
|
149
|
-
left: -3px;
|
|
150
|
-
height: calc(100% - 20px);
|
|
151
|
-
width: 2px;
|
|
152
|
-
background-color: rgb(192, 192, 192);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
.form-list > .form-group > .control-label {
|
|
157
|
-
display: none;
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.form-list > .form-group > .control-wrapper {
|
|
161
|
-
width: 100%;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.remove-item {
|
|
165
|
-
position: absolute;
|
|
166
|
-
left: auto !important;
|
|
167
|
-
right: -50px;
|
|
168
|
-
@media screen and (max-width: 767px) {
|
|
169
|
-
right: -55px;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
.form-group-container {
|
|
2
|
-
margin: 30px 0 20px;
|
|
3
|
-
padding: 10px 0;
|
|
4
|
-
|
|
5
|
-
.group-header {
|
|
6
|
-
display: flex;
|
|
7
|
-
align-items: center;
|
|
8
|
-
justify-content: space-between;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
.control-label-group {
|
|
12
|
-
font-size: 14px;
|
|
13
|
-
font-weight: 400;
|
|
14
|
-
font-size: 18px;
|
|
15
|
-
color: #0000008A;
|
|
16
|
-
margin-top: 0;
|
|
17
|
-
margin-bottom: 0;
|
|
18
|
-
margin-left: 210px;
|
|
19
|
-
|
|
20
|
-
@media screen and (max-width: 767px) {
|
|
21
|
-
margin-left: 0;
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
& > .form-group-container:first-of-type {
|
|
26
|
-
margin-top: 10px;
|
|
27
|
-
}
|
|
28
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
.form-control {
|
|
2
|
-
width: 100%;
|
|
3
|
-
|
|
4
|
-
&:has(input[readonly]) {
|
|
5
|
-
background-color: #e0e0e033;
|
|
6
|
-
cursor: not-allowed;
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.error fieldset {
|
|
11
|
-
border-color: #a94442;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.boxContainer {
|
|
15
|
-
display: flex;
|
|
16
|
-
align-items: center;
|
|
17
|
-
justify-content: space-between;
|
|
18
|
-
width: 100%;
|
|
19
|
-
height: 100%;
|
|
20
|
-
|
|
21
|
-
p {
|
|
22
|
-
margin: 0;
|
|
23
|
-
padding: 0;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
i {
|
|
27
|
-
color: #000000B2;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
.mrn-input-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
input {
|
|
4
|
-
max-width: calc(100% - 35px);
|
|
5
|
-
white-space: nowrap;
|
|
6
|
-
overflow: hidden;
|
|
7
|
-
text-overflow: ellipsis;
|
|
8
|
-
color: rgba(0,0,0,0.54) !important;
|
|
9
|
-
font-weight: 400 !important;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
.error fieldset {
|
|
14
|
-
border-color: #a94442;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.hidden {
|
|
18
|
-
display: none !important;
|
|
19
|
-
visibility: hidden !important;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.with-select {
|
|
23
|
-
display: flex;
|
|
24
|
-
align-items: center;
|
|
25
|
-
gap: 10px;
|
|
26
|
-
|
|
27
|
-
@media only screen and (max-width: 991px) {
|
|
28
|
-
flex-direction: column;
|
|
29
|
-
align-items: flex-start;
|
|
30
|
-
}
|
|
31
|
-
}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
.password-container {
|
|
2
|
-
position: relative;
|
|
3
|
-
display: flex;
|
|
4
|
-
align-items: center;
|
|
5
|
-
width: 100%;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
.password-input {
|
|
9
|
-
padding-right: 50px;
|
|
10
|
-
width: 100%;
|
|
11
|
-
height: 40px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
.toggle-icon {
|
|
15
|
-
background-color: transparent;
|
|
16
|
-
border: none;
|
|
17
|
-
position: absolute;
|
|
18
|
-
right: 10px;
|
|
19
|
-
display: flex;
|
|
20
|
-
align-items: center;
|
|
21
|
-
justify-content: center;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.error {
|
|
25
|
-
border-color: #a94442;
|
|
26
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
.select-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
background-color: white;
|
|
5
|
-
|
|
6
|
-
input {
|
|
7
|
-
color: rgba(0, 0, 0, 0.54) !important;
|
|
8
|
-
font-weight: 400 !important;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
&:has(input[readonly]) {
|
|
12
|
-
background-color: #e0e0e033;
|
|
13
|
-
cursor: not-allowed;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
.address-group-container {
|
|
2
|
-
display: flex;
|
|
3
|
-
gap: 10px;
|
|
4
|
-
margin-top: 0;
|
|
5
|
-
margin-bottom: -10px;
|
|
6
|
-
@media screen and (max-width: 767px) {
|
|
7
|
-
flex-direction: column;
|
|
8
|
-
gap: 5px;
|
|
9
|
-
}
|
|
10
|
-
.control-label-group {
|
|
11
|
-
font-size: 14px;
|
|
12
|
-
font-weight: 400;
|
|
13
|
-
width: 200px;
|
|
14
|
-
text-align: right;
|
|
15
|
-
flex-shrink: 0;
|
|
16
|
-
margin: 0 !important;
|
|
17
|
-
padding-right: 3px;
|
|
18
|
-
padding-top: 10px;
|
|
19
|
-
color: #333;
|
|
20
|
-
|
|
21
|
-
@media screen and (max-width: 767px) {
|
|
22
|
-
padding-top: 9px;
|
|
23
|
-
text-align: left;
|
|
24
|
-
width: 100%;
|
|
25
|
-
}
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.address {
|
|
30
|
-
display: grid;
|
|
31
|
-
grid-template-columns: 1fr 1fr 1fr;
|
|
32
|
-
width: 100%;
|
|
33
|
-
row-gap: 10px;
|
|
34
|
-
column-gap: 10px;
|
|
35
|
-
& > div > div {
|
|
36
|
-
margin: 0 !important;
|
|
37
|
-
padding: 0 !important;
|
|
38
|
-
}
|
|
39
|
-
& > div {
|
|
40
|
-
margin: 0 !important;
|
|
41
|
-
&:nth-of-type(1) {
|
|
42
|
-
grid-area: streetName;
|
|
43
|
-
}
|
|
44
|
-
&:nth-of-type(2) {
|
|
45
|
-
grid-area: houseNumber;
|
|
46
|
-
}
|
|
47
|
-
&:nth-of-type(3) {
|
|
48
|
-
grid-area: postalCode;
|
|
49
|
-
}
|
|
50
|
-
&:nth-of-type(4) {
|
|
51
|
-
grid-area: locality;
|
|
52
|
-
}
|
|
53
|
-
&:nth-of-type(5) {
|
|
54
|
-
grid-area: country;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
.address-default {
|
|
60
|
-
grid-template-areas:
|
|
61
|
-
"streetName streetName houseNumber"
|
|
62
|
-
"postalCode locality locality"
|
|
63
|
-
"country country country";
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.gb {
|
|
67
|
-
grid-template-areas:
|
|
68
|
-
"houseNumber streetName streetName"
|
|
69
|
-
"locality locality locality"
|
|
70
|
-
"postalCode postalCode postalCode"
|
|
71
|
-
"country country country";
|
|
72
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
2
|
-
const Error = () => {
|
|
3
|
-
return (_jsx("svg", { width: "18", height: "18", viewBox: "0 0 18 18", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: _jsx("path", { d: "M8.1 11.7H9.9V13.5H8.1V11.7ZM8.1 4.5H9.9V9.9H8.1V4.5ZM8.991 0C4.023 0 0 4.032 0 9C0 13.968 4.023 18 8.991 18C13.968 18 18 13.968 18 9C18 4.032 13.968 0 8.991 0ZM9 16.2C5.022 16.2 1.8 12.978 1.8 9C1.8 5.022 5.022 1.8 9 1.8C12.978 1.8 16.2 5.022 16.2 9C16.2 12.978 12.978 16.2 9 16.2Z", fill: "#B01F14" }) }));
|
|
4
|
-
};
|
|
5
|
-
export default Error;
|
|
6
|
-
//# sourceMappingURL=Error.js.map
|