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,13 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { AutocompleteLittle, JGroupApi, JUserApi } from 'jamespot-user-api';
|
|
2
|
+
import { ComponentType } from 'react';
|
|
3
|
+
import { ControllerRenderProps, FieldValues } from 'react-hook-form';
|
|
4
|
+
import { Colors, Shades } from '../../../../styles/theme';
|
|
3
5
|
import { DataCy } from '../../../../types/dataAttributes';
|
|
4
|
-
import { FieldValues } from 'react-hook-form';
|
|
5
|
-
import { Colors, Shades } from 'styles/theme';
|
|
6
|
-
import React from 'react';
|
|
7
6
|
import { PartialBy } from '../../../../types/utils';
|
|
8
|
-
import { JGroupApi, JUserApi } from 'jamespot-user-api';
|
|
9
|
-
import { AutocompleteView } from './JRCInputAutocompleteViews';
|
|
10
7
|
import { FoldersHandlers } from '../../../JRCFolders/types';
|
|
8
|
+
import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
|
|
9
|
+
import { AutocompleteView } from './JRCInputAutocompleteViews';
|
|
11
10
|
/**
|
|
12
11
|
* Select
|
|
13
12
|
*/
|
|
@@ -51,10 +50,10 @@ export type SelectProps<T = any> = DataCy & {
|
|
|
51
50
|
getOptionsSelected?: (options: T) => void;
|
|
52
51
|
setOptionsSelected?: T;
|
|
53
52
|
components?: {
|
|
54
|
-
Option?:
|
|
53
|
+
Option?: ComponentType<{
|
|
55
54
|
option: T;
|
|
56
55
|
}>;
|
|
57
|
-
SelectedOption?:
|
|
56
|
+
SelectedOption?: ComponentType<{
|
|
58
57
|
option: T;
|
|
59
58
|
}>;
|
|
60
59
|
};
|
|
@@ -78,10 +77,6 @@ export type SelectProps<T = any> = DataCy & {
|
|
|
78
77
|
*/
|
|
79
78
|
export type NativeAutocompleteProps<T extends FieldValues = FieldValues> = ControllerRenderProps<T> & AutocompleteInnerProps;
|
|
80
79
|
export type JRCAutocompleteProps<T extends FieldValues = FieldValues> = JRCInputFieldProps<T> & AutocompleteInnerProps;
|
|
81
|
-
export type AutocompleteLittle = {
|
|
82
|
-
uri: string;
|
|
83
|
-
title: string;
|
|
84
|
-
};
|
|
85
80
|
export type AutocompleteInnerProps = Omit<SelectProps, 'options'> & DataCy & IconsProp & {
|
|
86
81
|
options?: Array<AutocompleteLittle>;
|
|
87
82
|
asyncPromise?: (inputValue: string) => Promise<Array<AutocompleteLittle>>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCInputSelectProps } from './JRCInputSelect.types';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
type Data = {
|
|
6
|
+
animal: string;
|
|
7
|
+
cat: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const AsyncSelect: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputSelectProps<{
|
|
10
|
+
select: Array<Data>;
|
|
11
|
+
}>>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCInputSelectProps } from './JRCInputSelect.types';
|
|
3
2
|
import type { FieldValues } from 'react-hook-form';
|
|
4
|
-
export declare function JRCInputSelectExtended<T extends FieldValues = FieldValues>(props: JRCInputSelectProps<T>):
|
|
3
|
+
export declare function JRCInputSelectExtended<T extends FieldValues = FieldValues>(props: JRCInputSelectProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,22 +1,10 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { JRCInputSelectProps } from './JRCInputSelect.types';
|
|
3
|
-
import { JRCModalLayoutProps } from 'components/JRCModal/JRCModalLayout';
|
|
4
1
|
import { PagingResults, jObjectAutocomplete } from 'jamespot-user-api';
|
|
5
|
-
|
|
2
|
+
import { FieldValues } from 'react-hook-form';
|
|
3
|
+
import { JRCModalLayoutProps } from '../../../JRCModal/JRCModalLayout';
|
|
4
|
+
import { JRCInputSelectProps } from './JRCInputSelect.types';
|
|
5
|
+
export type JRCInputSelectHierarchicalTreeProps<T extends FieldValues = FieldValues> = Omit<JRCInputSelectProps<T>, 'asyncPromise'> & Omit<JRCModalLayoutProps, 'open' | 'closeHandler'> & {
|
|
6
6
|
asyncPromise?: (inputValue: string, page?: number) => Promise<PagingResults<any>>;
|
|
7
7
|
hierarchicalTaxonomyPromise: (uriConcept: string) => Promise<PagingResults<jObjectAutocomplete>>;
|
|
8
8
|
displayModal?: boolean;
|
|
9
|
-
checkboxOptions: Array<{
|
|
10
|
-
label: string;
|
|
11
|
-
value: any;
|
|
12
|
-
}>;
|
|
13
9
|
};
|
|
14
|
-
export declare const JRCInputSelectHierarchicalTree:
|
|
15
|
-
asyncPromise?: ((inputValue: string, page?: number) => Promise<PagingResults<any>>) | undefined;
|
|
16
|
-
hierarchicalTaxonomyPromise: (uriConcept: string) => Promise<PagingResults<jObjectAutocomplete>>;
|
|
17
|
-
displayModal?: boolean | undefined;
|
|
18
|
-
checkboxOptions: Array<{
|
|
19
|
-
label: string;
|
|
20
|
-
value: any;
|
|
21
|
-
}>;
|
|
22
|
-
} & React.RefAttributes<HTMLInputElement>>;
|
|
10
|
+
export declare const JRCInputSelectHierarchicalTree: <T extends FieldValues = FieldValues>(props: JRCInputSelectHierarchicalTreeProps<T>) => JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { BaseAutocomplete, PagingResults } from 'jamespot-user-api';
|
|
2
|
-
import * as React from 'react';
|
|
3
2
|
import { FieldValues } from 'react-hook-form';
|
|
4
3
|
import { JRCModalProps } from '../../../JRCModal/templates/JRCModal.types';
|
|
5
4
|
import { JRCInputSelectProps } from './JRCInputSelect.types';
|
|
@@ -8,4 +7,4 @@ export type JRCInputSelectListProps<T extends FieldValues = FieldValues> = Omit<
|
|
|
8
7
|
displayModal?: boolean;
|
|
9
8
|
onChange: (values: BaseAutocomplete[]) => void;
|
|
10
9
|
};
|
|
11
|
-
export declare const JRCInputSelectList: <T extends FieldValues = FieldValues>({ asyncPromise, displayModal, inPlace, width, placeholder, onChange, control, name, allowCustomOptions, ...props }: JRCInputSelectListProps<T>) =>
|
|
10
|
+
export declare const JRCInputSelectList: <T extends FieldValues = FieldValues>({ asyncPromise, displayModal, inPlace, width, placeholder, onChange, control, name, allowCustomOptions, ...props }: JRCInputSelectListProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { FieldValues } from 'react-hook-form';
|
|
3
2
|
import { NativeSelectProps } from './JRCInputSelect.types';
|
|
4
3
|
export declare const JRCInputSelectRaw: <T extends FieldValues = FieldValues, U = any>(props: Pick<Partial<NativeSelectProps<T, U>>, "ref"> & Omit<NativeSelectProps<T, U>, "ref">) => JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { PagingResults, jObjectAutocomplete } from 'jamespot-user-api';
|
|
2
|
+
import { FC } from 'react';
|
|
3
3
|
type SelectHierarchicalTreeModalProps = {
|
|
4
4
|
hierarchicalTaxonomyPromise: (uriConcept: string) => Promise<PagingResults<jObjectAutocomplete>>;
|
|
5
5
|
close: () => void;
|
|
@@ -12,5 +12,5 @@ export type SKOSTree = {
|
|
|
12
12
|
title: string;
|
|
13
13
|
uri: string;
|
|
14
14
|
};
|
|
15
|
-
declare const SelectHierarchicalTreeModal:
|
|
15
|
+
declare const SelectHierarchicalTreeModal: FC<SelectHierarchicalTreeModalProps>;
|
|
16
16
|
export default SelectHierarchicalTreeModal;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { DataCy } from '../../../types/dataAttributes';
|
|
3
2
|
import { InputState } from './Deprecated/JRCFormFieldRender';
|
|
4
3
|
/**
|
|
@@ -10,15 +9,15 @@ export type IconsProps = {
|
|
|
10
9
|
hasIconAfter?: boolean;
|
|
11
10
|
};
|
|
12
11
|
export declare const cssCommonStyledInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<DataCy & {
|
|
13
|
-
error?: boolean
|
|
14
|
-
valid?: boolean
|
|
15
|
-
readOnly?: boolean
|
|
12
|
+
error?: boolean;
|
|
13
|
+
valid?: boolean;
|
|
14
|
+
readOnly?: boolean;
|
|
16
15
|
} & IconsProps, import("styled-components").DefaultTheme>>;
|
|
17
16
|
export declare const cssStyledInput: import("styled-components").FlattenInterpolation<import("styled-components").ThemedStyledProps<InputState, import("styled-components").DefaultTheme>>;
|
|
18
17
|
export declare const StyledInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, DataCy & {
|
|
19
|
-
error?: boolean
|
|
20
|
-
valid?: boolean
|
|
21
|
-
readOnly?: boolean
|
|
18
|
+
error?: boolean;
|
|
19
|
+
valid?: boolean;
|
|
20
|
+
readOnly?: boolean;
|
|
22
21
|
}, never>;
|
|
23
22
|
export type StyledSelectProps = DataCy & IconsProps & {
|
|
24
23
|
searchable?: boolean;
|
|
@@ -26,16 +25,16 @@ export type StyledSelectProps = DataCy & IconsProps & {
|
|
|
26
25
|
noMargin?: boolean;
|
|
27
26
|
};
|
|
28
27
|
export declare const StyledSelect: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, DataCy & {
|
|
29
|
-
error?: boolean
|
|
30
|
-
valid?: boolean
|
|
31
|
-
readOnly?: boolean
|
|
28
|
+
error?: boolean;
|
|
29
|
+
valid?: boolean;
|
|
30
|
+
readOnly?: boolean;
|
|
32
31
|
} & IconsProps & {
|
|
33
|
-
searchable?: boolean
|
|
34
|
-
sizeVariant?: "s" | "md"
|
|
35
|
-
noMargin?: boolean
|
|
32
|
+
searchable?: boolean;
|
|
33
|
+
sizeVariant?: "s" | "md";
|
|
34
|
+
noMargin?: boolean;
|
|
36
35
|
}, never>;
|
|
37
36
|
export declare const MaxLengthIndicatorContainer: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
38
37
|
export declare const MaxLengthIndicator: ({ maxLength, actualLength }: {
|
|
39
|
-
maxLength?: number
|
|
38
|
+
maxLength?: number;
|
|
40
39
|
actualLength: number;
|
|
41
|
-
}) =>
|
|
40
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCAlbumProps } from './types';
|
|
3
|
-
export declare const JRCAlbum: ({ files, maxWidth, withAttachments, urlResolve, }: JRCAlbumProps) =>
|
|
2
|
+
export declare const JRCAlbum: ({ files, maxWidth, withAttachments, urlResolve, }: JRCAlbumProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,9 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCAlbumItemFile } from '../types';
|
|
3
2
|
export declare const AlbumItem: ({ file, width, height }: {
|
|
4
3
|
file: JRCAlbumItemFile;
|
|
5
4
|
width: number;
|
|
6
5
|
height: number;
|
|
7
|
-
}) =>
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
8
7
|
export declare const AlbumItemImage: ({ uri }: {
|
|
9
8
|
uri: string;
|
|
10
|
-
}) =>
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCAlbumItemProps } from '../types';
|
|
3
|
-
export declare const AlbumX1: ({ files, maxWidth, maxHeight, onClick }: JRCAlbumItemProps) =>
|
|
2
|
+
export declare const AlbumX1: ({ files, maxWidth, maxHeight, onClick }: JRCAlbumItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCAlbumItemProps } from '../types';
|
|
3
|
-
export declare const AlbumX2: ({ files, maxWidth, onClick }: JRCAlbumItemProps) =>
|
|
2
|
+
export declare const AlbumX2: ({ files, maxWidth, onClick }: JRCAlbumItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCAlbumItemProps } from '../types';
|
|
3
|
-
export declare const AlbumX3: ({ files, maxWidth, onClick }: JRCAlbumItemProps) =>
|
|
2
|
+
export declare const AlbumX3: ({ files, maxWidth, onClick }: JRCAlbumItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCAlbumItemProps } from '../types';
|
|
3
|
-
export declare const AlbumX4: ({ files, maxWidth, onClick }: JRCAlbumItemProps) =>
|
|
2
|
+
export declare const AlbumX4: ({ files, maxWidth, onClick }: JRCAlbumItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCAlbumItemProps } from '../types';
|
|
3
|
-
export declare const AlbumX5: ({ files, maxWidth, onClick }: JRCAlbumItemProps) =>
|
|
2
|
+
export declare const AlbumX5: ({ files, maxWidth, onClick }: JRCAlbumItemProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const AlbumWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
2
|
-
maxWidth?: string
|
|
2
|
+
maxWidth?: string;
|
|
3
3
|
}, never>;
|
|
4
4
|
export declare const AlbumBackgroundVideoWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
5
5
|
width: number;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
export interface JRCAlertProps extends
|
|
1
|
+
import { ComponentPropsWithoutRef, ReactNode } from 'react';
|
|
2
|
+
import { MessageType } from '../Common/util/getColor.util';
|
|
3
|
+
import { JRCButtonProps } from '../JRCButton/JRCButton';
|
|
4
|
+
export interface JRCAlertProps extends ComponentPropsWithoutRef<'div'> {
|
|
5
5
|
/** Alert title */
|
|
6
|
-
label: string |
|
|
6
|
+
label: string | ReactNode;
|
|
7
7
|
/** Main content of the alert */
|
|
8
|
-
description?: string |
|
|
8
|
+
description?: string | ReactNode;
|
|
9
9
|
/** Define the type of alert */
|
|
10
10
|
type?: MessageType;
|
|
11
11
|
/** Add a loader which will make the alert disappear after the timeout */
|
|
@@ -15,4 +15,4 @@ export interface JRCAlertProps extends React.ComponentPropsWithoutRef<'div'> {
|
|
|
15
15
|
/** Add buttons on the alert */
|
|
16
16
|
buttons?: JRCButtonProps[];
|
|
17
17
|
}
|
|
18
|
-
export declare const JRCAlert: ({ label, description, hasLoader, buttons, type, timeout, }: JRCAlertProps) =>
|
|
18
|
+
export declare const JRCAlert: ({ label, description, hasLoader, buttons, type, timeout, }: JRCAlertProps) => import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCAlertProps } from './JRCAlert';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAlertProps>;
|
|
6
|
+
export declare const Success: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAlertProps>;
|
|
7
|
+
export declare const Error: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAlertProps>;
|
|
8
|
+
export declare const Warning: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAlertProps>;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
export declare const CONTAINER_PADDING = 32;
|
|
3
3
|
export interface JRCAppContainerProps {
|
|
4
|
-
children:
|
|
4
|
+
children: ReactNode;
|
|
5
5
|
maxWidth?: string;
|
|
6
6
|
}
|
|
7
|
-
declare const JRCAppContainer: ({ maxWidth, children }: JRCAppContainerProps) =>
|
|
7
|
+
declare const JRCAppContainer: ({ maxWidth, children }: JRCAppContainerProps) => import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export { JRCAppContainer };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCAppHeaderProps } from './JRCAppHeader.types';
|
|
3
2
|
declare const JRCAppHeader: {
|
|
4
|
-
(props: JRCAppHeaderProps):
|
|
3
|
+
(props: JRCAppHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
defaultProps: {};
|
|
6
5
|
};
|
|
7
6
|
export { JRCAppHeader };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { JRCAppHeaderProps } from './JRCAppHeader.types';
|
|
2
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAppHeaderProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCAppLeftColumnProps, SectionEntry } from './JRCAppLeftColumn.types';
|
|
3
2
|
/**
|
|
4
3
|
* @deprecated
|
|
@@ -7,5 +6,5 @@ import { JRCAppLeftColumnProps, SectionEntry } from './JRCAppLeftColumn.types';
|
|
|
7
6
|
* @param {sections, icon, color, title, description, activeItem, callback} props, @see JRCAppLeftColumnProps interface
|
|
8
7
|
* @returns JSX.Element
|
|
9
8
|
*/
|
|
10
|
-
declare const JRCAppLeftColumn: <T extends SectionEntry = SectionEntry>({ Component, ...props }: JRCAppLeftColumnProps<T>) =>
|
|
9
|
+
declare const JRCAppLeftColumn: <T extends SectionEntry = SectionEntry>({ Component, ...props }: JRCAppLeftColumnProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
11
10
|
export { JRCAppLeftColumn };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
declare const _default: {
|
|
3
2
|
title: string;
|
|
4
|
-
component: <T extends import("./JRCAppLeftColumn.types").SectionEntry = import("./JRCAppLeftColumn.types").SectionEntry>({ Component, ...props }: import("./JRCAppLeftColumn.types").JRCAppLeftColumnProps<T>) =>
|
|
3
|
+
component: <T extends import("./JRCAppLeftColumn.types").SectionEntry = import("./JRCAppLeftColumn.types").SectionEntry>({ Component, ...props }: import("./JRCAppLeftColumn.types").JRCAppLeftColumnProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
5
4
|
};
|
|
6
5
|
export default _default;
|
|
7
|
-
export declare const Simple: () =>
|
|
6
|
+
export declare const Simple: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const JRCAppLeftColumnWrapperTop: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
2
|
export declare const ColumnRelativeWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {
|
|
4
3
|
isMinimized: boolean;
|
|
@@ -22,25 +21,25 @@ export declare const ItemsIcon: import("styled-components").StyledComponent<"but
|
|
|
22
21
|
export declare const TitleMenu: import("styled-components").StyledComponent<"h2", import("styled-components").DefaultTheme, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>;
|
|
23
22
|
export declare const JRCIconButtonAppLeftColumn: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "onClick"> & import("../../types/dataAttributes").DataCy & {
|
|
24
23
|
icon: string;
|
|
25
|
-
size?: "small" | "medium"
|
|
26
|
-
onClick?: (
|
|
27
|
-
name?: string
|
|
28
|
-
value?: string
|
|
29
|
-
disabled?: boolean
|
|
30
|
-
type?: "
|
|
31
|
-
bgBaseGrey?: 0 |
|
|
32
|
-
color?: import("
|
|
33
|
-
tooltip?: Omit<import("../..").JRCTooltipProps, "children"
|
|
34
|
-
variant?: "circle" | "square"
|
|
35
|
-
hasLicense?: boolean
|
|
36
|
-
bg?: import("
|
|
37
|
-
bgHover?: import("
|
|
38
|
-
borderColor?: import("
|
|
39
|
-
iconSize?: number
|
|
40
|
-
badgeNumber?: number
|
|
41
|
-
colorVariant?: string
|
|
42
|
-
badgeInline?: boolean
|
|
43
|
-
srOnly?: string
|
|
24
|
+
size?: "small" | "medium";
|
|
25
|
+
onClick?: (event?: import("react").MouseEvent<HTMLButtonElement>) => void;
|
|
26
|
+
name?: string;
|
|
27
|
+
value?: string;
|
|
28
|
+
disabled?: boolean;
|
|
29
|
+
type?: "submit" | "reset" | "button";
|
|
30
|
+
bgBaseGrey?: 0 | 1 | 2;
|
|
31
|
+
color?: import("../..").Colors | import("../..").Shades | "inherit";
|
|
32
|
+
tooltip?: Omit<import("../..").JRCTooltipProps, "children">;
|
|
33
|
+
variant?: "circle" | "square";
|
|
34
|
+
hasLicense?: boolean;
|
|
35
|
+
bg?: import("../..").Colors | import("../..").Shades;
|
|
36
|
+
bgHover?: import("../..").Colors | import("../..").Shades;
|
|
37
|
+
borderColor?: import("../..").Colors | import("../..").Shades;
|
|
38
|
+
iconSize?: number;
|
|
39
|
+
badgeNumber?: number;
|
|
40
|
+
colorVariant?: string;
|
|
41
|
+
badgeInline?: boolean;
|
|
42
|
+
srOnly?: string;
|
|
44
43
|
} & import("react").RefAttributes<HTMLButtonElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
45
44
|
export declare const AppLeftColumnIconWrapper: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, {
|
|
46
45
|
isMinimized: boolean;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
2
|
/**
|
|
3
3
|
* Interface of each section item
|
|
4
4
|
* @member title title of section
|
|
@@ -55,5 +55,5 @@ export type JRCAppLeftColumnProps<T extends SectionEntry = SectionEntry> = {
|
|
|
55
55
|
isMinimized?: boolean;
|
|
56
56
|
activeItem?: string;
|
|
57
57
|
callback?: (key: string) => void;
|
|
58
|
-
Component?: (props: MenuComponentProps<T>) =>
|
|
58
|
+
Component?: (props: MenuComponentProps<T>) => ReactElement;
|
|
59
59
|
};
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare const JRCDefaultMenu: <T extends SectionEntry>(props: MenuComponentProps<T>) => React.JSX.Element;
|
|
1
|
+
import { MenuComponentProps, SectionEntry } from './JRCAppLeftColumn.types';
|
|
2
|
+
export declare const JRCDefaultMenu: <T extends SectionEntry>(props: MenuComponentProps<T>) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { jFileLittle } from 'jamespot-user-api';
|
|
2
|
-
import React from 'react';
|
|
3
2
|
export type JRCAttachmentsProps = {
|
|
4
3
|
files: jFileLittle[];
|
|
5
4
|
getAccessHash?: (fileId: number) => Promise<string>;
|
|
@@ -7,4 +6,4 @@ export type JRCAttachmentsProps = {
|
|
|
7
6
|
onDelete?: (id: number) => Promise<void>;
|
|
8
7
|
mode?: 'view' | 'edit';
|
|
9
8
|
};
|
|
10
|
-
export declare const JRCAttachments: ({ files, getAccessHash, onError, onDelete, mode }: JRCAttachmentsProps) =>
|
|
9
|
+
export declare const JRCAttachments: ({ files, getAccessHash, onError, onDelete, mode }: JRCAttachmentsProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCAttachmentsProps } from './JRCAttachments';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAttachmentsProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
1
|
import { JRCImgProps } from '../JRCImg/JRCImg';
|
|
3
2
|
/**
|
|
4
3
|
* Props type for JRCAvatar
|
|
@@ -30,4 +29,4 @@ export type JRCAvatarProps = Omit<JRCImgProps, 'size' | 'width' | 'height' | 'al
|
|
|
30
29
|
testId?: string;
|
|
31
30
|
onLoad?: () => void;
|
|
32
31
|
};
|
|
33
|
-
export declare const JRCAvatar: (props: JRCAvatarProps) =>
|
|
32
|
+
export declare const JRCAvatar: (props: JRCAvatarProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { JRCAvatarProps } from './JRCAvatar';
|
|
2
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Primary: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAvatarProps>;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { Audience } from 'jamespot-user-api';
|
|
3
2
|
export type JRCAvatarsProps = {
|
|
4
3
|
audience?: Pick<Audience, '_url' | 'uri' | 'title'>[];
|
|
5
4
|
};
|
|
6
|
-
export declare const JRCAvatars: ({ audience }: JRCAvatarsProps) =>
|
|
5
|
+
export declare const JRCAvatars: ({ audience }: JRCAvatarsProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export type BreadcrumbProps = {
|
|
3
2
|
currentLabel: string;
|
|
4
3
|
paths: Array<{
|
|
@@ -9,5 +8,5 @@ export type BreadcrumbProps = {
|
|
|
9
8
|
label: string;
|
|
10
9
|
}>;
|
|
11
10
|
};
|
|
12
|
-
declare const Breadcrumb: ({ currentLabel, paths }: BreadcrumbProps) =>
|
|
11
|
+
declare const Breadcrumb: ({ currentLabel, paths }: BreadcrumbProps) => import("react/jsx-runtime").JSX.Element;
|
|
13
12
|
export default Breadcrumb;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { BreadcrumbProps } from './JRCBreadcrumb';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, BreadcrumbProps>;
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCObjectListProps } from '../JRCObjectList/JRCObjectList';
|
|
3
2
|
import { jBusinessContactLittle } from 'jamespot-user-api';
|
|
4
3
|
export type JRCBusinessContactListProps = JRCObjectListProps<jBusinessContactLittle>;
|
|
5
|
-
export declare const JRCBusinessContactList: (props: JRCBusinessContactListProps) =>
|
|
4
|
+
export declare const JRCBusinessContactList: (props: JRCBusinessContactListProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { Meta } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCBusinessContactListProps } from './JRCBusinessContactList';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCBusinessContactListProps>;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { AudienceAutocomplete, JUserApi } from 'jamespot-user-api';
|
|
3
2
|
export type JRCBusinessContactsProps = {
|
|
4
3
|
handlers: {
|
|
@@ -8,4 +7,4 @@ export type JRCBusinessContactsProps = {
|
|
|
8
7
|
initialBusinessContacts: AudienceAutocomplete[];
|
|
9
8
|
onSelectBusinessContact?: (users: AudienceAutocomplete[]) => void;
|
|
10
9
|
};
|
|
11
|
-
export declare const JRCBusinessContacts: ({ handlers, onError, initialBusinessContacts, onSelectBusinessContact, }: JRCBusinessContactsProps) =>
|
|
10
|
+
export declare const JRCBusinessContacts: ({ handlers, onError, initialBusinessContacts, onSelectBusinessContact, }: JRCBusinessContactsProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { Meta, StoryObj } from '@storybook/react-webpack5';
|
|
2
|
+
import { JRCBusinessContacts } from './JRCBusinessContacts';
|
|
3
|
+
declare const _default: Meta;
|
|
4
|
+
export default _default;
|
|
5
|
+
type Story = StoryObj<typeof JRCBusinessContacts>;
|
|
6
|
+
export declare const Default: Story;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { StyledButtonProps } from './types';
|
|
2
|
+
/**
|
|
3
|
+
* Button styling. May be used as a <a> tag
|
|
4
|
+
*/
|
|
5
|
+
export declare const StyledButton: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, StyledButtonProps, never>;
|
|
6
|
+
export declare const Button: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import("../../types/dataAttributes").DataCy & {
|
|
7
|
+
color?: import("./types").ButtonColors;
|
|
8
|
+
themeCustom?: import("./types").ButtonType;
|
|
9
|
+
loader?: boolean;
|
|
10
|
+
autofocus?: boolean;
|
|
11
|
+
value?: string;
|
|
12
|
+
icon?: string;
|
|
13
|
+
iconRight?: boolean;
|
|
14
|
+
variant?: "contained" | "outlined" | "link";
|
|
15
|
+
float?: "left" | "right";
|
|
16
|
+
minWidth?: string;
|
|
17
|
+
hasLicense?: boolean;
|
|
18
|
+
label?: string;
|
|
19
|
+
noMargin?: boolean;
|
|
20
|
+
size?: "m" | "s";
|
|
21
|
+
srOnly?: string;
|
|
22
|
+
borderRadius?: "right";
|
|
23
|
+
} & import("react").RefAttributes<HTMLButtonElement>>;
|