jamespot-react-components 1.2.34 → 1.2.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/build/jamespot-react-components.js +3796 -3797
- package/build/jamespot-react-components.js.LICENSE.txt +48 -41
- package/build/jamespot-react-components.js.map +1 -1
- package/build/jest.config.d.ts +3 -0
- package/build/src/components/404/index.d.ts +1 -2
- package/build/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +3 -3
- package/build/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +3 -3
- package/build/src/components/Common/JRCConditionalWrapper.d.ts +8 -8
- package/build/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +2 -3
- package/build/src/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +9 -0
- package/build/src/components/Drives/Dropbox/DropboxDocuments.d.ts +2 -4
- package/build/src/components/Drives/JRCDriveDropbox.d.ts +2 -4
- package/build/src/components/Drives/JRCDriveMSGraph.d.ts +2 -4
- package/build/src/components/Drives/MicrosoftGraph/MSGraphAccessDenied.d.ts +1 -2
- package/build/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +2 -4
- package/build/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -4
- package/build/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +5 -7
- package/build/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +2 -3
- package/build/src/components/Drives/components/DriveAccountHeader.d.ts +2 -4
- package/build/src/components/Drives/components/DriveFiltererList.d.ts +10 -46
- package/build/src/components/Drives/components/DriveIsEmpty.d.ts +1 -2
- package/build/src/components/Drives/components/DriveItem.d.ts +1 -2
- package/build/src/components/Drives/components/EntityAvatar.d.ts +3 -4
- package/build/src/components/Drives/components/EntityItem.d.ts +7 -29
- package/build/src/components/Drives/components/EntityItemSelection.d.ts +1 -2
- package/build/src/components/Drives/components/EntityItemTitle.d.ts +2 -3
- package/build/src/components/Drives/hooks.d.ts +3 -4
- package/build/src/components/Editors/components/EditorCheckbox.d.ts +2 -3
- package/build/src/components/Editors/components/EditorColorPicker.d.ts +3 -4
- package/build/src/components/Editors/components/EditorImageUpload.d.ts +2 -2
- package/build/src/components/Editors/components/EditorInput.d.ts +3 -4
- package/build/src/components/Editors/components/EditorInputCheckbox.d.ts +1 -2
- package/build/src/components/Editors/components/EditorInputDatetime.d.ts +1 -2
- package/build/src/components/Editors/components/EditorInputImage.d.ts +1 -2
- package/build/src/components/Editors/components/EditorInputToggle.d.ts +4 -5
- package/build/src/components/Editors/components/EditorSelect.d.ts +2 -3
- package/build/src/components/Editors/components/EditorUploader.d.ts +4 -5
- package/build/src/components/Form/Common/ClickAwayListener.d.ts +4 -4
- package/build/src/components/Form/Common/FormDescription.d.ts +1 -2
- package/build/src/components/Form/Common/FormHelper.d.ts +3 -4
- package/build/src/components/Form/Common/FormLabel.d.ts +5 -5
- package/build/src/components/Form/Common/FormMessageFeedback.d.ts +1 -2
- package/build/src/components/Form/Input/Common/JRCFormErrors.d.ts +2 -3
- package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +1 -2
- package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +5 -7
- package/build/src/components/Form/Input/Common/useFormControls.d.ts +2 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteAudience.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteAudience.stories.d.ts +4 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteCommunity.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteCommunity.stories.d.ts +4 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.stories.d.ts +4 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.stories.d.ts +6 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.style.d.ts +8 -8
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.types.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormColor/JRCFormColor.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormColor/JRCFormColor.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormEmail/JRCFormEmail.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormEmail/JRCFormEmail.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormFieldRender.d.ts +5 -5
- package/build/src/components/Form/Input/Deprecated/JRCFormFile/JRCFormFile.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormFile/components/File.d.ts +4 -5
- package/build/src/components/Form/Input/Deprecated/JRCFormImage/JRCFormImage.d.ts +4 -4
- package/build/src/components/Form/Input/Deprecated/JRCFormImage/JRCFormImage.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormNumber/JRCFormNumber.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormNumber/JRCFormNumber.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormRange/JRCFormRange.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormRange/JRCFormRange.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormReceiveACopy/JRCFormReceiveACopy.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormReceiveACopy/JRCFormReceiveACopy.stories.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichEditorField.styles.d.ts +6 -9
- package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.d.ts +8 -9
- package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.stories.d.ts +8 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormSelect/JRCFormSelect.d.ts +8 -20
- package/build/src/components/Form/Input/Deprecated/JRCFormSelect/JRCFormSelectTag.d.ts +7 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormSendAlert/JRCFormSendAlert.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormSendAlert/JRCFormSendAlert.stories.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormText/JRCFormText.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormText/JRCFormText.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormTextarea/JRCFormTextarea.d.ts +7 -7
- package/build/src/components/Form/Input/Deprecated/JRCFormTextarea/JRCFormTextarea.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormURL/JRCFormUrl.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormURL/JRCFormUrl.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +6 -7
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +1 -3
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +5 -5
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +15 -24
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +2 -3
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/DragArea.d.ts +5 -5
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +2 -3
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +0 -1
- package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +8 -8
- package/build/src/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputFile/utils/file.api.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +6 -0
- package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +4 -5
- package/build/src/components/Form/Input/JRCInputFileAdvanced/types.d.ts +3 -0
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +2 -33
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +6 -0
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +5 -5
- package/build/src/components/Form/Input/JRCInputImage/types.d.ts +33 -0
- package/build/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +4 -4
- package/build/src/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +6 -6
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +15 -15
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +9 -0
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +26 -27
- package/build/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +9 -9
- package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +17 -17
- package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +6 -7
- package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +4 -4
- package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +4 -5
- package/build/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +3 -27
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JTinyMCEExtensions.d.ts +2 -9
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/MarkdownExtension/MarkdownExtension.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/types.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +6 -6
- package/build/src/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +10 -0
- package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +2 -2
- package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +13 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +6 -6
- package/build/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +2 -3
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +12 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +277 -274
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +8 -13
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +11 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +5 -17
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +4 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +4 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +0 -1
- package/build/src/components/Form/Input/JRCSelect/SelectHierarchicalTreeModal.d.ts +2 -2
- package/build/src/components/Form/Input/JRCStyledInput.d.ts +14 -15
- package/build/src/components/Form/Input/temporary.types.d.ts +1 -1
- package/build/src/components/JRCAlbum/JRCAlbum.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumItem.d.ts +2 -3
- package/build/src/components/JRCAlbum/components/AlbumX1.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX2.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX3.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX4.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX5.d.ts +1 -2
- package/build/src/components/JRCAlbum/styles.d.ts +1 -1
- package/build/src/components/JRCAlert/JRCAlert.d.ts +7 -7
- package/build/src/components/JRCAlert/JRCAlert.stories.d.ts +8 -0
- package/build/src/components/JRCAppContainer/JRCAppContainer.d.ts +3 -3
- package/build/src/components/JRCAppHeader/JRCAppHeader.d.ts +1 -2
- package/build/src/components/JRCAppHeader/JRCAppHeader.stories.d.ts +5 -0
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +1 -2
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +2 -3
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +19 -20
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +2 -2
- package/build/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +2 -3
- package/build/src/components/JRCAttachments/JRCAttachments.d.ts +1 -2
- package/build/src/components/JRCAttachments/JRCAttachments.stories.d.ts +5 -0
- package/build/src/components/JRCAvatar/JRCAvatar.d.ts +1 -2
- package/build/src/components/JRCAvatar/JRCAvatar.stories.d.ts +5 -0
- package/build/src/components/JRCAvatars/JRCAvatars.d.ts +1 -2
- package/build/src/components/JRCAvatars/JRCAvatars.stories.d.ts +6 -0
- package/build/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +1 -2
- package/build/src/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +5 -0
- package/build/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +1 -2
- package/build/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +5 -0
- package/build/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +1 -2
- package/build/src/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +6 -0
- package/build/src/components/JRCButton/Button.d.ts +23 -0
- package/build/src/components/JRCButton/JRCButton.d.ts +16 -97
- package/build/src/components/JRCButton/JRCButton.stories.d.ts +2 -3
- package/build/src/components/JRCButton/JRCButtonConfig.d.ts +1 -17
- package/build/src/components/JRCButton/JRCValidationButton.d.ts +3 -3
- package/build/src/components/JRCButton/types.d.ts +54 -0
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +2 -3
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -2
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +27 -25
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.types.d.ts +5 -5
- package/build/src/components/JRCButtonFile/JRCButtonFile.d.ts +1 -2
- package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
- package/build/src/components/JRCCalendar/CalendarStyle.d.ts +3 -3
- package/build/src/components/JRCCalendar/JRCCalendar.d.ts +2 -32
- package/build/src/components/JRCCalendar/JRCCalendar.stories.d.ts +6 -0
- package/build/src/components/JRCCalendar/JRCCalendarEvent.d.ts +2 -33
- package/build/src/components/JRCCalendar/JRCCalendarModal.d.ts +2 -2
- package/build/src/components/JRCCalendar/JRCEventStatusButton.d.ts +1 -2
- package/build/src/components/JRCCalendar/types.d.ts +60 -0
- package/build/src/components/JRCCard/JRCCard.d.ts +6 -6
- package/build/src/components/JRCCard/JRCCard.stories.d.ts +5 -0
- package/build/src/components/JRCCard/JRCCardImg.d.ts +5 -5
- package/build/src/components/JRCCard/JRCCardImg.stories.d.ts +5 -0
- package/build/src/components/JRCCollapse/JRCCollapse.d.ts +4 -4
- package/build/src/components/JRCCollapse/JRCCollapse.stories.d.ts +7 -0
- package/build/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +3 -3
- package/build/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +3 -3
- package/build/src/components/JRCColumnRight/JRCColumnRight.d.ts +3 -3
- package/build/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -0
- package/build/src/components/JRCCommentsBloc/JRCComment.d.ts +6 -8
- package/build/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +8 -12
- package/build/src/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +5 -0
- package/build/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +1 -2
- package/build/src/components/JRCCommentsBloc/components/EditComment.d.ts +3 -5
- package/build/src/components/JRCCommentsBloc/components/NewComment.d.ts +7 -8
- package/build/src/components/JRCCropImage/JRCCropImage.d.ts +1 -2
- package/build/src/components/JRCCropImage/JRCCropImage.stories.d.ts +5 -0
- package/build/src/components/JRCDate/JRCDate.d.ts +2 -3
- package/build/src/components/JRCDate/JRCDate.stories.d.ts +7 -0
- package/build/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +3 -3
- package/build/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +8 -0
- package/build/src/components/JRCDropDown/JRCDropDown.d.ts +4 -4
- package/build/src/components/JRCDropDown/JRCDropDown.stories.d.ts +5 -0
- package/build/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +5 -4
- package/build/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +4 -0
- package/build/src/components/JRCFile/JRCFile.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFile.stories.d.ts +4 -0
- package/build/src/components/JRCFile/JRCFileApplication.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileAudio.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileAvatar.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileFolder.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileImage.d.ts +3 -4
- package/build/src/components/JRCFile/JRCFileVideo.d.ts +1 -2
- package/build/src/components/JRCFileOpen/JRCFileOpen.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewer.d.ts +2 -14
- package/build/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +4 -0
- package/build/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +1 -2
- package/build/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +2 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +4 -4
- package/build/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +2 -3
- package/build/src/components/JRCFileViewer/types.d.ts +2 -2
- package/build/src/components/JRCFlex/JRCFlexBox.d.ts +1 -9
- package/build/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +2 -3
- package/build/src/components/JRCFolders/JRCFolders.d.ts +3 -5
- package/build/src/components/JRCFolders/JRCFolders.stories.d.ts +7 -0
- package/build/src/components/JRCFolders/components/FileLittleList.d.ts +1 -2
- package/build/src/components/JRCFolders/styles.d.ts +1 -1
- package/build/src/components/JRCFolders/types.d.ts +1 -0
- package/build/src/components/JRCGrid/JRCGrid.d.ts +3 -3
- package/build/src/components/JRCGrid/JRCGrid.stories.d.ts +4 -5
- package/build/src/components/JRCGroupList/JRCGroupList.d.ts +1 -2
- package/build/src/components/JRCGroupList/JRCGroupList.stories.d.ts +5 -0
- package/build/src/components/JRCGroups/JRCGroups.d.ts +1 -2
- package/build/src/components/JRCGroups/JRCGroups.stories.d.ts +6 -0
- package/build/src/components/JRCHref/JRCHref.d.ts +6 -6
- package/build/src/components/JRCHref/JRCHref.stories.d.ts +5 -0
- package/build/src/components/JRCHtml/JRCHtml.d.ts +6 -6
- package/build/src/components/JRCHtml/JRCHtml.stories.d.ts +5 -0
- package/build/src/components/JRCIcon/JRCIcon.d.ts +1 -2
- package/build/src/components/JRCIcon/JRCIcon.stories.d.ts +1 -2
- package/build/src/components/JRCIconButton/JRCIconButton.d.ts +26 -26
- package/build/src/components/JRCIconButton/JRCIconButton.stories.d.ts +5 -0
- package/build/src/components/JRCImg/JRCImg.d.ts +1 -2
- package/build/src/components/JRCImg/JRCImg.stories.d.ts +6 -0
- package/build/src/components/JRCList/JRCList.d.ts +1 -2
- package/build/src/components/JRCList/JRCList.stories.d.ts +12 -0
- package/build/src/components/JRCList/JRCList.styles.d.ts +7 -8
- package/build/src/components/JRCList/JRCListMockData.stories.d.ts +4 -0
- package/build/src/components/JRCLoader/JRCLoader.d.ts +1 -2
- package/build/src/components/JRCLoader/JRCSkeleton.d.ts +1 -2
- package/build/src/components/JRCMenu/JRCMenu.d.ts +2 -3
- package/build/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -2
- package/build/src/components/JRCMenuItem/JRCMenuItem.d.ts +3 -3
- package/build/src/components/JRCMessage/JRCMessage.d.ts +3 -3
- package/build/src/components/JRCMessage/JRCMessage.stories.d.ts +8 -0
- package/build/src/components/JRCModal/JRCModal.styles.d.ts +13 -13
- package/build/src/components/JRCModal/JRCModalContent.d.ts +7 -7
- package/build/src/components/JRCModal/JRCModalContentForm.d.ts +2 -2
- package/build/src/components/JRCModal/JRCModalLayout.d.ts +4 -4
- package/build/src/components/JRCModal/templates/JRCModal.d.ts +1 -2
- package/build/src/components/JRCModal/templates/JRCModal.stories.d.ts +4 -0
- package/build/src/components/JRCModal/templates/JRCModal.types.d.ts +3 -3
- package/build/src/components/JRCModal/templates/JRCModalForm.d.ts +1 -2
- package/build/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +4 -0
- package/build/src/components/JRCModal/types.d.ts +1 -0
- package/build/src/components/JRCModalImg/JRCModalImg.d.ts +3 -3
- package/build/src/components/JRCModalImg/JRCModalImg.stories.d.ts +6 -0
- package/build/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +3 -0
- package/build/src/components/JRCModalUserList/JRCModalUserList.d.ts +1 -5
- package/build/src/components/JRCObjectList/JRCObjectList.d.ts +3 -3
- package/build/src/components/JRCPagination/JRCPagination.d.ts +2 -3
- package/build/src/components/JRCPagination/JRCPagination.stories.d.ts +5 -0
- package/build/src/components/JRCProgressBar/JRCProgressBar.d.ts +2 -3
- package/build/src/components/JRCPublishButton/JRCPublishButton.d.ts +2 -3
- package/build/src/components/JRCPublishButton/PublishButtonEntry.d.ts +2 -2
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +4 -4
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +5 -0
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +7 -7
- package/build/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +1 -2
- package/build/src/components/JRCSkeleton/JRCSkeletonList.d.ts +2 -2
- package/build/src/components/JRCTabs/JRCTabs.d.ts +5 -5
- package/build/src/components/JRCTabs/JRCTabs.stories.d.ts +6 -0
- package/build/src/components/JRCTag/JRCTag.d.ts +5 -5
- package/build/src/components/JRCTag/JRCTag.stories.d.ts +5 -0
- package/build/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +3 -3
- package/build/src/components/JRCTooltip/JRCBaseTooltip.d.ts +1 -2
- package/build/src/components/JRCTooltip/JRCTooltip.d.ts +2 -32
- package/build/src/components/JRCTooltip/JRCTooltip.stories.d.ts +1 -1
- package/build/src/components/JRCTooltip/types.d.ts +31 -0
- package/build/src/components/JRCTypo/JRCTypo.d.ts +11 -11
- package/build/src/components/JRCTypo/JRCTypo.stories.d.ts +6 -7
- package/build/src/components/JRCTypography/JRCTypography.d.d.ts +7 -6
- package/build/src/components/JRCTypography/JRCTypography.d.ts +1 -2
- package/build/src/components/JRCTypography/JRCTypography.styles.d.ts +2 -2
- package/build/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +1 -2
- package/build/src/components/JRCUserList/JRCUserList.d.ts +1 -2
- package/build/src/components/JRCUserList/JRCUserList.stories.d.ts +5 -0
- package/build/src/components/JRCUserPopup/JRCUserPopup.d.ts +2 -2
- package/build/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +5 -0
- package/build/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +1 -2
- package/build/src/components/JRCUsers/JRCUsers.d.ts +1 -2
- package/build/src/components/JRCUsers/JRCUsers.stories.d.ts +6 -0
- package/build/src/components/Pages/JRCPageNotLogged.d.ts +2 -2
- package/build/src/components/Stepper/JRCFadeStepper.d.ts +3 -3
- package/build/src/components/Stepper/JRCImageStepper.d.ts +1 -2
- package/build/src/components/Stepper/JRCStepper.d.ts +3 -3
- package/build/src/components/Stepper/JRCStepper.stories.d.ts +4 -0
- package/build/src/components/Templates/AppColumn.d.ts +3 -0
- package/build/src/components/Templates/JRCAppColumn.d.ts +1 -2
- package/build/src/components/Templates/JRCAppTab.d.ts +2 -3
- package/build/src/components/Templates/JRCBase.template.d.ts +6 -6
- package/build/src/components/Templates/JRCBasicAutoMarginContainer.d.ts +1 -2
- package/build/src/components/Templates/JRCColumn.d.ts +1 -2
- package/build/src/components/Templates/JRCContainer.d.ts +1 -2
- package/build/src/components/Templates/JRCMainColumn.d.ts +1 -2
- package/build/src/components/Templates/JRCPanel.d.ts +1 -2
- package/build/src/components/Templates/JRCStepperPage.d.ts +6 -6
- package/build/src/components/Templates/JRCTemplate.stories.d.ts +6 -0
- package/build/src/components/Templates/JRCTwoColumns.template.d.ts +3 -3
- package/build/src/components/Templates/MainColumn.d.ts +2 -0
- package/build/src/components/Templates/template.styles.d.ts +276 -276
- package/build/src/components/Templates/template.type.d.ts +6 -6
- package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +8 -0
- package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +195 -0
- package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +7 -0
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +4 -4
- package/build/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +4 -5
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetIcon.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +2 -4
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetImage/styles.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +2 -8
- package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +1 -1
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +4 -5
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +4 -5
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +4 -17
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.stories.d.ts +5 -0
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderArrows.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderDots.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderImage.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderSlideTitle.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/types.d.ts +1 -1
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +5 -54
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +1 -1
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +5 -54
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +6 -6
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +6 -0
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +2 -43
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +3 -11
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +2 -10
- package/build/src/components/Widgets/JRCWidgetTable/components/ModalButton.d.ts +5 -5
- package/build/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceFetchDatasource.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +4 -13
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +3 -12
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +5 -13
- package/build/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +3 -11
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +2 -10
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +5 -13
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/types.d.ts +24 -0
- package/build/src/components/Widgets/JRCWidgetTable/utils.d.ts +1 -1
- package/build/src/components/Widgets/components/WidgetAvatarList.d.ts +3 -4
- package/build/src/components/Widgets/components/WidgetImageLine.d.ts +1 -2
- package/build/src/components/Widgets/components/WidgetMissingToken.d.ts +1 -2
- package/build/src/components/Widgets/context/hooks.d.ts +1 -173
- package/build/src/components/Widgets/context/provider.d.ts +5 -5
- package/build/src/components/Widgets/styles.d.ts +7 -7
- package/build/src/components/api/jamespot/mockApiWrapper.d.ts +10 -0
- package/build/src/components/api/jamespot/mock_jamespot.d.ts +0 -10
- package/build/src/components/index.d.ts +173 -0
- package/build/src/hooks/UseKeyPress.d.ts +1 -2
- package/build/src/index.d.ts +4 -186
- package/build/src/storybook/decorators.d.ts +1 -2
- package/build/src/styles/Theme.stories.d.ts +1 -2
- package/build/src/styles/utils.d.ts +2 -7
- package/build/src/types.d.ts +11 -13
- package/build/src/utils/index.d.ts +1 -41
- package/build/src/utils/test-utils.d.ts +3 -3
- package/build/src/utils/utils.array.d.ts +2 -2
- package/build/src/utils/utils.files.d.ts +1 -1
- package/jest.config.ts +10 -7
- package/package.json +87 -101
- package/build/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts +0 -1
- package/build/src/components/Widgets/JRCWidgetTable/utils.test.d.ts +0 -1
- package/build/src/utils/utils.array.test.d.ts +0 -1
- package/build/src/utils/utils.color.test.d.ts +0 -1
- package/build/src/utils/utils.html.test.d.ts +0 -1
- package/build/src/utils/utils.regexp.test.d.ts +0 -1
- package/build/src/utils/utils.string.test.d.ts +0 -1
- package/build/src/utils/utils.time.test.d.ts +0 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { ExternalFormFieldRenderProps } from '../JRCFormFieldRender';
|
|
2
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
3
3
|
/**
|
|
4
4
|
* Props used for all inputs
|
|
5
5
|
*
|
|
6
|
-
* @extends Omit<
|
|
6
|
+
* @extends Omit<ComponentPropsWithoutRef<'input'>, "type"> @see ComponentPropsWithoutRef
|
|
7
7
|
* @extends ExternalFormFieldRenderProps @see ExternalFormFieldRenderProps
|
|
8
8
|
*
|
|
9
9
|
* @name redux form name
|
|
10
10
|
*/
|
|
11
|
-
export interface TextareaFormInputProps extends Omit<
|
|
11
|
+
export interface TextareaFormInputProps extends Omit<ComponentPropsWithoutRef<'textarea'>, 'type'>, ExternalFormFieldRenderProps {
|
|
12
12
|
name: string;
|
|
13
13
|
}
|
|
14
14
|
export declare const JRCFormTextarea: import("styled-components").StyledComponent<"textarea", import("styled-components").DefaultTheme, import("../../../../../types/dataAttributes").DataCy & {
|
|
15
|
-
error?: boolean
|
|
16
|
-
valid?: boolean
|
|
17
|
-
readOnly?: boolean
|
|
15
|
+
error?: boolean;
|
|
16
|
+
valid?: boolean;
|
|
17
|
+
readOnly?: boolean;
|
|
18
18
|
}, never>;
|
|
19
19
|
/**
|
|
20
20
|
* Component used as a textarea
|
|
@@ -23,4 +23,4 @@ export declare const JRCFormTextarea: import("styled-components").StyledComponen
|
|
|
23
23
|
* @returns JSX.Element
|
|
24
24
|
* @deprecated Use JRCInputText or JRCInputTextArea instead
|
|
25
25
|
*/
|
|
26
|
-
export declare const JRCFormTextareaField: (props: TextareaFormInputProps) =>
|
|
26
|
+
export declare const JRCFormTextareaField: (props: TextareaFormInputProps) => import("react/jsx-runtime").JSX.Element;
|
package/build/src/components/Form/Input/Deprecated/JRCFormTextarea/JRCFormTextarea.stories.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { TextareaFormInputProps } from './JRCFormTextarea';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Textarea: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, TextareaFormInputProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCWritableFormInputProps } from '../JRCFormFieldRender';
|
|
3
2
|
/**
|
|
4
3
|
* Component used as a <input type="url"/> with a url validation
|
|
@@ -7,4 +6,4 @@ import { JRCWritableFormInputProps } from '../JRCFormFieldRender';
|
|
|
7
6
|
* @returns JSX.Element
|
|
8
7
|
* @deprecated Use JRCInputUrl instead
|
|
9
8
|
*/
|
|
10
|
-
export declare const JRCFormUrlField: (props: JRCWritableFormInputProps) =>
|
|
9
|
+
export declare const JRCFormUrlField: (props: JRCWritableFormInputProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCWritableFormInputProps } from '../JRCFormFieldRender';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputUrl: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCWritableFormInputProps>;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ControllerRenderProps } from 'react-hook-form';
|
|
1
|
+
import { ForwardedRef, ReactNode } from 'react';
|
|
2
|
+
import { ControllerRenderProps, FieldValues } from 'react-hook-form';
|
|
3
3
|
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
|
-
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
5
|
-
import { FieldValues } from 'react-hook-form';
|
|
6
4
|
import { PartialBy } from '../../../../types/utils';
|
|
5
|
+
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
7
6
|
export declare const ReadOnlyBorder: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
8
7
|
type CheckboxOption<TFieldValues> = {
|
|
9
8
|
label: string | JSX.Element;
|
|
@@ -24,12 +23,12 @@ export type CheckboxProps<TFieldValues> = DataCy & {
|
|
|
24
23
|
backgroundOnSelect?: boolean;
|
|
25
24
|
valueTypeIsBoolean?: boolean;
|
|
26
25
|
readOnly?: boolean;
|
|
27
|
-
getReadOnlyLabel?: (value: TFieldValues) =>
|
|
26
|
+
getReadOnlyLabel?: (value: TFieldValues) => ReactNode;
|
|
28
27
|
limit?: number;
|
|
29
28
|
};
|
|
30
29
|
export type JRCInputCheckboxProps<TFieldValues extends FieldValues = FieldValues> = CheckboxProps<TFieldValues> & JRCInputFieldProps<TFieldValues>;
|
|
31
30
|
export type NativeCheckboxProps<TFieldValues extends FieldValues = FieldValues> = CheckboxProps<TFieldValues> & PartialBy<Omit<ControllerRenderProps<TFieldValues>, 'value' | 'ref'>, 'onBlur'> & {
|
|
32
|
-
ref?:
|
|
31
|
+
ref?: ForwardedRef<HTMLInputElement>;
|
|
33
32
|
} & {
|
|
34
33
|
value: TFieldValues | TFieldValues[];
|
|
35
34
|
htmlFor?: string;
|
|
@@ -37,7 +36,7 @@ export type NativeCheckboxProps<TFieldValues extends FieldValues = FieldValues>
|
|
|
37
36
|
export declare const ReadOnlyUl: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, {}, never>;
|
|
38
37
|
export declare const StyledDescription: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
39
38
|
export declare const JRCInputCheckboxRaw: <T extends FieldValues = FieldValues>(props: NativeCheckboxProps<T>) => JSX.Element;
|
|
40
|
-
export declare function JRCInputCheckbox<TFieldValues extends FieldValues = FieldValues>({ name, control, rules, label, htmlFor, labelIsLegend, description, helper, ...props }: JRCInputCheckboxProps<TFieldValues>):
|
|
39
|
+
export declare function JRCInputCheckbox<TFieldValues extends FieldValues = FieldValues>({ name, control, rules, label, htmlFor, labelIsLegend, description, helper, ...props }: JRCInputCheckboxProps<TFieldValues>): import("react/jsx-runtime").JSX.Element;
|
|
41
40
|
export declare namespace JRCInputCheckbox {
|
|
42
41
|
var defaultProps: {
|
|
43
42
|
direction: string;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputCheckboxProps } from './JRCInputCheckbox.types';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputCheckbox: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputCheckboxProps<any>>;
|
|
6
|
+
export declare const InputCheckboxHelperWithComponent: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputCheckboxProps<any>>;
|
|
7
|
+
export declare const InputRadio: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputCheckboxProps<any>>;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
|
-
import { ControllerRenderProps } from 'react-hook-form';
|
|
4
|
-
import { FieldValues } from 'react-hook-form';
|
|
2
|
+
import { ControllerRenderProps, FieldValues } from 'react-hook-form';
|
|
5
3
|
export type CheckboxValue<T extends FieldValues = FieldValues> = string | number | T;
|
|
6
4
|
export type CheckboxOption<TFieldValues extends FieldValues = FieldValues> = {
|
|
7
5
|
label: string | JSX.Element;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { ControllerRenderProps } from 'react-hook-form';
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { ControllerRenderProps, FieldValues } from 'react-hook-form';
|
|
3
3
|
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
4
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
5
|
-
import { FieldValues } from 'react-hook-form';
|
|
6
5
|
type CheckboxOption<TFieldValues> = {
|
|
7
6
|
label: string | JSX.Element;
|
|
8
7
|
value: string | number | TFieldValues;
|
|
@@ -10,12 +9,13 @@ type CheckboxOption<TFieldValues> = {
|
|
|
10
9
|
export type CheckboxProps<TFieldValues> = DataCy & {
|
|
11
10
|
options: Array<CheckboxOption<TFieldValues>>;
|
|
12
11
|
readOnly?: boolean;
|
|
13
|
-
getLabel?: (option: CheckboxOption<TFieldValues>) =>
|
|
12
|
+
getLabel?: (option: CheckboxOption<TFieldValues>) => ReactNode;
|
|
14
13
|
canReorder?: boolean;
|
|
15
14
|
};
|
|
16
15
|
export type JRCInputCheckboxProps<TFieldValues extends FieldValues = FieldValues> = CheckboxProps<TFieldValues> & JRCInputFieldProps<TFieldValues>;
|
|
17
16
|
export type NativeCheckboxProps<TFieldValues extends FieldValues = FieldValues> = CheckboxProps<TFieldValues> & Omit<ControllerRenderProps<TFieldValues>, 'value'> & {
|
|
18
17
|
value: TFieldValues[];
|
|
19
18
|
};
|
|
20
|
-
export declare
|
|
19
|
+
export declare const RenderInput: <TFieldValues extends FieldValues = FieldValues>(props: Omit<NativeCheckboxProps<TFieldValues>, "ref">) => JSX.Element;
|
|
20
|
+
export declare function JRCInputReorderCheckbox<TFieldValues extends FieldValues = FieldValues>({ name, control, rules, label, htmlFor, labelIsLegend, description, helper, margin, ...props }: JRCInputCheckboxProps<TFieldValues>): import("react/jsx-runtime").JSX.Element;
|
|
21
21
|
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputCheckboxProps } from './JRCInputReorderCheckbox';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputReorderCheckbox: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputCheckboxProps<any>>;
|
|
@@ -1,38 +1,29 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ForwardedRef } from 'react';
|
|
2
2
|
import { ControllerRenderProps, FieldValues } from 'react-hook-form';
|
|
3
|
-
import { DataCy } from 'types/dataAttributes';
|
|
4
|
-
import {
|
|
3
|
+
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
|
+
import { ButtonColors } from '../../../JRCButton/types';
|
|
5
|
+
import { JRCTooltipProps } from '../../../JRCTooltip/types';
|
|
5
6
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
6
|
-
import { ButtonColors } from '../../../JRCButton/JRCButton';
|
|
7
7
|
type Sizes = 's' | 'm';
|
|
8
|
-
type
|
|
8
|
+
type ToggleValues = string | number | boolean;
|
|
9
|
+
type ToggleListOption = {
|
|
9
10
|
label: string | JSX.Element;
|
|
10
|
-
value:
|
|
11
|
+
value: ToggleValues;
|
|
11
12
|
color?: ButtonColors;
|
|
12
13
|
};
|
|
13
14
|
export type ToggleProps = DataCy & {
|
|
14
15
|
size?: Sizes;
|
|
15
16
|
width?: string;
|
|
16
17
|
disabled?: boolean;
|
|
17
|
-
options: Array<ToggleListOption
|
|
18
|
+
options: Array<ToggleListOption>;
|
|
18
19
|
};
|
|
19
|
-
export type ToggleRawProps<TFieldValues extends FieldValues = FieldValues> = ToggleProps & Omit<ControllerRenderProps<TFieldValues>, 'value' | 'ref'> & {
|
|
20
|
-
ref?:
|
|
20
|
+
export type ToggleRawProps<TFieldValues extends FieldValues = FieldValues> = ToggleProps & Omit<ControllerRenderProps<TFieldValues>, 'value' | 'ref' | 'onBlur'> & {
|
|
21
|
+
ref?: ForwardedRef<HTMLInputElement>;
|
|
21
22
|
} & {
|
|
22
|
-
value:
|
|
23
|
-
tooltip?: JRCTooltipProps
|
|
23
|
+
value: ToggleValues;
|
|
24
|
+
tooltip?: Omit<JRCTooltipProps, 'children'>;
|
|
24
25
|
};
|
|
25
|
-
export declare const JRCInputToggleRaw:
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
disabled?: boolean | undefined;
|
|
29
|
-
options: Array<ToggleListOption<string>>;
|
|
30
|
-
} & Omit<ControllerRenderProps<FieldValues, string>, "ref" | "value"> & {
|
|
31
|
-
ref?: React.ForwardedRef<HTMLInputElement> | undefined;
|
|
32
|
-
} & {
|
|
33
|
-
value: string;
|
|
34
|
-
tooltip?: JRCTooltipProps | undefined;
|
|
35
|
-
}, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
36
|
-
export type JRCInputToggleProps<TFieldValues extends FieldValues = FieldValues> = ToggleRawProps<TFieldValues> & JRCInputFieldProps<TFieldValues>;
|
|
37
|
-
export declare function JRCInputToggle<TFieldValues extends FieldValues = FieldValues>({ name, control, rules, label, htmlFor, labelIsLegend, description, helper, ...props }: JRCInputToggleProps<TFieldValues>): React.JSX.Element;
|
|
26
|
+
export declare const JRCInputToggleRaw: <T extends FieldValues = FieldValues>(props: ToggleRawProps<T>) => JSX.Element;
|
|
27
|
+
export type JRCInputToggleProps<TFieldValues extends FieldValues = FieldValues> = Omit<ToggleRawProps<TFieldValues>, 'value' | 'onChange'> & JRCInputFieldProps<TFieldValues>;
|
|
28
|
+
export declare function JRCInputToggle<TFieldValues extends FieldValues = FieldValues>({ name, control, rules, label, htmlFor, labelIsLegend, description, helper, ...props }: JRCInputToggleProps<TFieldValues>): import("react/jsx-runtime").JSX.Element;
|
|
38
29
|
export {};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { ToggleRawProps } from './JRCInputToggle';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputToggle: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, ToggleRawProps<any>>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { FormInputProps } from '../../Deprecated/JRCFormFieldRender';
|
|
3
2
|
export declare const CheckboxWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
|
-
disabled?: boolean
|
|
3
|
+
disabled?: boolean;
|
|
5
4
|
}, never>;
|
|
6
|
-
export declare const JRCCheckbox:
|
|
5
|
+
export declare const JRCCheckbox: import("react").ForwardRefExoticComponent<FormInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { FormInputProps } from '../../Deprecated/JRCFormFieldRender';
|
|
3
2
|
export declare const RadioWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
-
export declare const JRCRadio:
|
|
3
|
+
export declare const JRCRadio: import("react").ForwardRefExoticComponent<FormInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { FormInputProps } from '../../Deprecated/JRCFormFieldRender';
|
|
3
|
-
export declare const JRCToggle:
|
|
2
|
+
export declare const JRCToggle: import("react").ForwardRefExoticComponent<FormInputProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { ColorPaletteType } from './JRCInputColorRawProps';
|
|
3
2
|
export declare const CSSColorBorder: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
4
3
|
export declare const LockIcon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -11,5 +10,5 @@ type ColorPaletteProps = {
|
|
|
11
10
|
onClick: (color: string) => void;
|
|
12
11
|
onChange?: (locked: boolean) => void;
|
|
13
12
|
};
|
|
14
|
-
export declare const ColorPalette: ({ palette, isLocked, onClick, onChange }: ColorPaletteProps) =>
|
|
13
|
+
export declare const ColorPalette: ({ palette, isLocked, onClick, onChange }: ColorPaletteProps) => import("react/jsx-runtime").JSX.Element;
|
|
15
14
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const CSSColorPickerWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
3
2
|
width: number;
|
|
4
3
|
height: number;
|
|
@@ -26,5 +25,5 @@ type ColorPickerType = {
|
|
|
26
25
|
palettes?: ColorPickerPaletteType[];
|
|
27
26
|
onChange: (color: string, trigger: boolean) => void;
|
|
28
27
|
};
|
|
29
|
-
export declare const ColorPicker: ({ initialColor, width, height, palettes, onChange }: ColorPickerType) =>
|
|
28
|
+
export declare const ColorPicker: ({ initialColor, width, height, palettes, onChange }: ColorPickerType) => import("react/jsx-runtime").JSX.Element;
|
|
30
29
|
export {};
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const CSSColorRangeWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
2
|
export declare const CSSColorRangeBackground: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
3
|
width: number;
|
|
@@ -14,4 +13,4 @@ export declare const ColorRange: ({ width, hue, onChange, }: {
|
|
|
14
13
|
width: number;
|
|
15
14
|
hue: number;
|
|
16
15
|
onChange: (color: string, hue: number, mouseIsDown: boolean) => void;
|
|
17
|
-
}) =>
|
|
16
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
2
|
type Vector = {
|
|
3
3
|
x: number;
|
|
4
4
|
y: number;
|
|
5
5
|
};
|
|
6
6
|
export declare const DragArea: ({ children, initialPosition, width, height, onChange, }: {
|
|
7
|
-
children:
|
|
7
|
+
children: ReactElement;
|
|
8
8
|
initialPosition: Vector;
|
|
9
|
-
width?: number
|
|
10
|
-
height?: number
|
|
9
|
+
width?: number;
|
|
10
|
+
height?: number;
|
|
11
11
|
onChange: (vec: Vector, mouseIsDown: boolean) => void;
|
|
12
|
-
}) =>
|
|
12
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCInputColorRawProps } from './JRCInputColorRawProps';
|
|
3
2
|
import { FieldValues } from 'react-hook-form';
|
|
4
3
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
5
4
|
export type JRCColorPickerProps<T extends FieldValues> = Omit<JRCInputFieldProps<T>, 'placeholder' | 'labelIsLegend'> & Omit<JRCInputColorRawProps, 'onChange' | 'name' | 'description' | 'label'>;
|
|
6
|
-
export declare const JRCInputColor: <T extends FieldValues = FieldValues>({ initialValue, palettes, disabled, ...props }: JRCColorPickerProps<T>) =>
|
|
5
|
+
export declare const JRCInputColor: <T extends FieldValues = FieldValues>({ initialValue, palettes, disabled, ...props }: JRCColorPickerProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCColorPickerProps } from './JRCInputColor';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputColor: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCColorPickerProps<{
|
|
6
|
+
color: string;
|
|
7
|
+
}>>;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const CSSColorPicker: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
|
|
2
|
-
disabled?: boolean
|
|
2
|
+
disabled?: boolean;
|
|
3
3
|
}, never>;
|
|
4
4
|
export declare const CSSColorPickerIcon: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
5
5
|
export declare const CSSColorPickerLabel: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCInputColorRawProps } from './JRCInputColorRawProps';
|
|
3
2
|
export declare const CSSColorPickerWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
|
-
expandPositionAbsolute?: boolean
|
|
3
|
+
expandPositionAbsolute?: boolean;
|
|
5
4
|
}, never>;
|
|
6
|
-
export declare const JRCInputColorRaw: (props: JRCInputColorRawProps) =>
|
|
5
|
+
export declare const JRCInputColorRaw: (props: JRCInputColorRawProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputColorRawProps } from './JRCInputColorRawProps';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputColorRaw: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputColorRawProps>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
2
|
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
3
|
import { FieldValues } from 'react-hook-form';
|
|
5
|
-
|
|
4
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
5
|
+
export type NativeInputProps = DataCy & ComponentPropsWithoutRef<'input'> & {
|
|
6
6
|
type?: 'date' | 'time' | 'datetime-local';
|
|
7
7
|
};
|
|
8
8
|
export type JRCInputDateProps<TFieldValues extends FieldValues = FieldValues> = NativeInputProps & JRCInputFieldProps<TFieldValues>;
|
|
@@ -12,4 +12,4 @@ export type JRCInputDateProps<TFieldValues extends FieldValues = FieldValues> =
|
|
|
12
12
|
* validation props: required
|
|
13
13
|
* @returns JSX.Element
|
|
14
14
|
*/
|
|
15
|
-
export declare function JRCInputDate<T extends FieldValues = FieldValues>(props: JRCInputDateProps<T>):
|
|
15
|
+
export declare function JRCInputDate<T extends FieldValues = FieldValues>(props: JRCInputDateProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputDate: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
|
|
6
|
+
date: string;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputDateTime: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
|
|
6
|
+
date: string;
|
|
7
|
+
}>>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
2
|
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
3
|
import { FieldValues } from 'react-hook-form';
|
|
5
|
-
|
|
4
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
5
|
+
export type NativeInputProps = DataCy & ComponentPropsWithoutRef<'input'> & {
|
|
6
6
|
type?: 'date' | 'time' | 'datetime-local';
|
|
7
7
|
};
|
|
8
8
|
export type JRCInputDateTimeProps<TFieldValues extends FieldValues = FieldValues> = NativeInputProps & JRCInputFieldProps<TFieldValues>;
|
|
@@ -12,4 +12,4 @@ export type JRCInputDateTimeProps<TFieldValues extends FieldValues = FieldValues
|
|
|
12
12
|
* validation props: required
|
|
13
13
|
* @returns JSX.Element
|
|
14
14
|
*/
|
|
15
|
-
export declare function JRCInputDateTime<T extends FieldValues = FieldValues>(props: JRCInputDateTimeProps<T>):
|
|
15
|
+
export declare function JRCInputDateTime<T extends FieldValues = FieldValues>(props: JRCInputDateTimeProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
2
|
import { FieldValues } from 'react-hook-form';
|
|
4
3
|
/**
|
|
@@ -8,4 +7,4 @@ import { FieldValues } from 'react-hook-form';
|
|
|
8
7
|
* validation props: required
|
|
9
8
|
* @returns JSX.Element
|
|
10
9
|
*/
|
|
11
|
-
export declare function JRCInputEmail<TFieldValues extends FieldValues = FieldValues>({ rules, ...props }: JRCInputFieldProps<TFieldValues>):
|
|
10
|
+
export declare function JRCInputEmail<TFieldValues extends FieldValues = FieldValues>({ rules, ...props }: JRCInputFieldProps<TFieldValues>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputEmail: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
|
|
6
|
+
email: string;
|
|
7
|
+
}>>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
2
|
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
3
|
import { FieldValues } from 'react-hook-form';
|
|
5
4
|
import { ApiWrapper, jFileLittle } from 'jamespot-user-api';
|
|
6
|
-
|
|
5
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
6
|
+
export type NativeInputFileProps = DataCy & Omit<ComponentPropsWithoutRef<'input'>, 'value' | 'onChange'> & {
|
|
7
7
|
token?: string | undefined;
|
|
8
8
|
attrName?: string;
|
|
9
9
|
onLoading?: (state: boolean) => void;
|
|
@@ -12,18 +12,18 @@ export type NativeInputFileProps = DataCy & Omit<React.ComponentPropsWithoutRef<
|
|
|
12
12
|
showLoading?: boolean;
|
|
13
13
|
};
|
|
14
14
|
export type JRCInputFileProps<T extends FieldValues = FieldValues> = JRCInputFieldProps<T> & Omit<NativeInputFileProps, 'value' | 'onChange'>;
|
|
15
|
-
export declare const InputFile:
|
|
15
|
+
export declare const InputFile: import("react").ForwardRefExoticComponent<DataCy & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "value" | "onChange"> & {
|
|
16
16
|
token?: string | undefined;
|
|
17
|
-
attrName?: string
|
|
18
|
-
onLoading?: (
|
|
17
|
+
attrName?: string;
|
|
18
|
+
onLoading?: (state: boolean) => void;
|
|
19
19
|
value: ApiWrapper<jFileLittle>[];
|
|
20
20
|
onChange: (files: ApiWrapper<jFileLittle>[]) => void;
|
|
21
|
-
showLoading?: boolean
|
|
22
|
-
} &
|
|
21
|
+
showLoading?: boolean;
|
|
22
|
+
} & import("react").RefAttributes<HTMLInputElement>>;
|
|
23
23
|
/**
|
|
24
24
|
* Component used as a <input type="file"/>
|
|
25
25
|
* @param props JRCInputFieldProps
|
|
26
26
|
* validation props: required
|
|
27
27
|
* @returns JSX.Element
|
|
28
28
|
*/
|
|
29
|
-
export declare function JRCInputFile<T extends FieldValues = FieldValues>(props: JRCInputFileProps<T>):
|
|
29
|
+
export declare function JRCInputFile<T extends FieldValues = FieldValues>(props: JRCInputFileProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputFileProps } from './JRCInputFile';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputFile: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFileProps>;
|
package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputFileAdavancedProps } from './JRCInputFileAdvancedRaw';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const File: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFileAdavancedProps>;
|
|
6
|
+
export declare const FileMultiple: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFileAdavancedProps>;
|
|
@@ -1,13 +1,12 @@
|
|
|
1
|
-
import { Drive, JFileApi, jFileLittle, Network } from 'jamespot-user-api';
|
|
2
|
-
import {
|
|
3
|
-
import * as React from 'react';
|
|
1
|
+
import { Drive, JDriveApi, JFileApi, jFileLittle, Network } from 'jamespot-user-api';
|
|
2
|
+
import { ComponentPropsWithoutRef } from 'react';
|
|
4
3
|
import { WrappedFieldInputProps } from 'redux-form';
|
|
5
4
|
import { FoldersHandlers } from '../../../JRCFolders/types';
|
|
6
5
|
export type FileWithId = File & {
|
|
7
6
|
id?: string;
|
|
8
7
|
};
|
|
9
8
|
export type DriveOrFilebank = Drive | 'fileBank';
|
|
10
|
-
export interface JRCInputFileAdavancedProps extends
|
|
9
|
+
export interface JRCInputFileAdavancedProps extends ComponentPropsWithoutRef<'input'> {
|
|
11
10
|
required?: boolean;
|
|
12
11
|
loading?: boolean;
|
|
13
12
|
className?: string;
|
|
@@ -35,4 +34,4 @@ export interface JRCInputFileAdavancedProps extends React.ComponentPropsWithoutR
|
|
|
35
34
|
onClose: () => void;
|
|
36
35
|
};
|
|
37
36
|
}
|
|
38
|
-
export declare const JRCInputFileAdvancedRaw:
|
|
37
|
+
export declare const JRCInputFileAdvancedRaw: import("react").ForwardRefExoticComponent<JRCInputFileAdavancedProps & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -1,40 +1,9 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
3
|
-
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
1
|
import { FieldValues } from 'react-hook-form';
|
|
5
|
-
import {
|
|
6
|
-
export type DropZoneDimensions = {
|
|
7
|
-
width: number;
|
|
8
|
-
height: number;
|
|
9
|
-
};
|
|
10
|
-
export type NativeInputImageProps = DataCy & Omit<React.ComponentPropsWithoutRef<'input'>, 'value' | 'onChange'> & {
|
|
11
|
-
token?: string | undefined;
|
|
12
|
-
attrName?: string;
|
|
13
|
-
dzDimensions?: DropZoneDimensions;
|
|
14
|
-
onLoading?: (state: boolean) => void;
|
|
15
|
-
aspectRatio?: number | undefined;
|
|
16
|
-
defaultImages?: {
|
|
17
|
-
imgs: Array<{
|
|
18
|
-
src: string;
|
|
19
|
-
alt: string;
|
|
20
|
-
}>;
|
|
21
|
-
position?: 'right' | 'bottom';
|
|
22
|
-
columnCount: number;
|
|
23
|
-
};
|
|
24
|
-
readOnly?: boolean;
|
|
25
|
-
readOnlyImg?: string;
|
|
26
|
-
value: jFileLittle | undefined;
|
|
27
|
-
onChange: (files: jFileLittle | undefined) => void;
|
|
28
|
-
disableCrop?: boolean;
|
|
29
|
-
buttonsPosition?: 'inside' | 'under';
|
|
30
|
-
allowCustomRatio?: boolean;
|
|
31
|
-
zIndex?: number;
|
|
32
|
-
};
|
|
33
|
-
export type JRCInputImageProps<T extends FieldValues = FieldValues> = JRCInputFieldProps<T> & Omit<NativeInputImageProps, 'value' | 'onChange'>;
|
|
2
|
+
import { JRCInputImageProps } from './types';
|
|
34
3
|
/**
|
|
35
4
|
* Component used as a <input type="file"/>
|
|
36
5
|
* @param props JRCInputFieldProps
|
|
37
6
|
* validation props: required
|
|
38
7
|
* @returns JSX.Element
|
|
39
8
|
*/
|
|
40
|
-
export declare function JRCInputImage<T extends FieldValues = FieldValues>(props: JRCInputImageProps<T>):
|
|
9
|
+
export declare function JRCInputImage<T extends FieldValues = FieldValues>(props: JRCInputImageProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputImageProps } from './types';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const InputImageHorizontal: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputImageProps>;
|
|
6
|
+
export declare const InputImageVertical: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputImageProps>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import { DropZoneDimensions } from './
|
|
1
|
+
import { DropZoneDimensions } from './types';
|
|
2
2
|
export declare const InputFileWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
3
|
export declare const Grid: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
|
-
position?: "right" | "bottom"
|
|
4
|
+
position?: "right" | "bottom";
|
|
5
5
|
columnCount: number;
|
|
6
6
|
}, never>;
|
|
7
7
|
export declare const DropZone: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
8
|
-
position?: "right" | "bottom"
|
|
8
|
+
position?: "right" | "bottom";
|
|
9
9
|
columnCount: number;
|
|
10
|
-
dzDimensions?: DropZoneDimensions
|
|
10
|
+
dzDimensions?: DropZoneDimensions;
|
|
11
11
|
}, never>;
|
|
12
12
|
export declare const ReadOnlyImg: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {}, never>;
|
|
13
13
|
export declare const DropZoneButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
|
|
@@ -15,6 +15,6 @@ export declare const DropZoneButton: import("styled-components").StyledComponent
|
|
|
15
15
|
}, never>;
|
|
16
16
|
export declare const DropZoneImage: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {}, never>;
|
|
17
17
|
export declare const ImageButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {
|
|
18
|
-
aspectRatio?: number
|
|
18
|
+
aspectRatio?: number;
|
|
19
19
|
}, never>;
|
|
20
20
|
export declare const Img: import("styled-components").StyledComponent<"img", import("styled-components").DefaultTheme, {}, never>;
|