jamespot-react-components 1.3.113 → 1.3.115
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/CLAUDE.md +7 -7
- package/dist/jamespot-react-components.cjs +1835 -1513
- package/dist/jamespot-react-components.js +25512 -24028
- package/dist/src/components/404/JRC404.d.ts +1 -1
- package/dist/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +1 -1
- package/dist/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +1 -1
- package/dist/src/components/Common/Article/ArticleCard.d.ts +1 -1
- package/dist/src/components/Common/FastCss.d.ts +1 -1
- package/dist/src/components/Common/JRCConditionalWrapper.d.ts +2 -2
- package/dist/src/components/Common/LimitHeight.d.ts +1 -1
- package/dist/src/components/Common/LimitLines.d.ts +1 -1
- package/dist/src/components/Common/SkipToContent.d.ts +1 -1
- package/dist/src/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts +1 -1
- package/dist/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +1 -1
- package/dist/src/components/Drives/Dropbox/DropboxDocuments.d.ts +1 -1
- package/dist/src/components/Drives/JRCDriveDropbox.d.ts +1 -1
- package/dist/src/components/Drives/JRCDriveMSGraph.d.ts +1 -1
- package/dist/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +1 -1
- package/dist/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -2
- package/dist/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +1 -1
- package/dist/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +1 -1
- package/dist/src/components/Drives/components/DriveAccountHeader.d.ts +1 -1
- package/dist/src/components/Drives/components/DriveIsEmpty.d.ts +1 -1
- package/dist/src/components/Drives/components/EntityAvatar.d.ts +1 -1
- package/dist/src/components/Drives/components/EntityItem.d.ts +3 -3
- package/dist/src/components/Drives/components/EntityItemSelection.d.ts +1 -1
- package/dist/src/components/Drives/components/EntityItemTitle.d.ts +1 -1
- package/dist/src/components/Drives/drive.style.d.ts +3 -3
- package/dist/src/components/Editors/EditorDisplay.d.ts +1 -1
- package/dist/src/components/Editors/EditorDisplayInput.d.ts +1 -1
- package/dist/src/components/Editors/components/Editor.style.d.ts +11 -9
- package/dist/src/components/Editors/components/EditorButtonToggle.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorCheckbox.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorColorPicker.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorImageUpload.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInput.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputCheckbox.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputGroup.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputGroups.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputNumber.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputToggle.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorInputToggleSelect.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorPositionToggle.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorRichText.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorRichTextDialog.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorSelect.d.ts +1 -1
- package/dist/src/components/Editors/components/EditorUploader.d.ts +1 -1
- package/dist/src/components/Form/Common/ClickAwayListener.d.ts +1 -1
- package/dist/src/components/Form/Common/FormHelper.d.ts +1 -1
- package/dist/src/components/Form/Common/FormLabel.d.ts +1 -1
- package/dist/src/components/Form/Common/FormMessageFeedback.d.ts +1 -1
- package/dist/src/components/Form/Input/Common/JRCFormErrors.d.ts +1 -1
- package/dist/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +3 -3
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +5 -3
- package/dist/src/components/Form/Input/JRCInputColor/AlphaRange.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/DragArea.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +22 -5
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateMulti/JRCInputDateMulti.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +7 -5
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +24 -12
- package/dist/src/components/Form/Input/JRCInputPosition/JRCInputPosition.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputPosition/JRCInputPositionRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputSimpleFile/JRCInputSimpleFile.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +54 -9
- package/dist/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +48 -8
- package/dist/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +82 -31
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCStyledInput.d.ts +16 -7
- package/dist/src/components/JRCAlbum/JRCAlbum.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumItem.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX1.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX2.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX3.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX4.d.ts +1 -1
- package/dist/src/components/JRCAlbum/components/AlbumX5.d.ts +1 -1
- package/dist/src/components/JRCAlbum/styles.d.ts +20 -14
- package/dist/src/components/JRCAlert/JRCAlert.d.ts +1 -1
- package/dist/src/components/JRCAppAvatar/JRCAppAvatar.d.ts +1 -1
- package/dist/src/components/JRCAppContainer/JRCAppContainer.d.ts +1 -1
- package/dist/src/components/JRCAppHeader/JRCAppHeader.d.ts +1 -1
- package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -2
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +1 -1
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +2 -2
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +71 -21
- package/dist/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +1 -1
- package/dist/src/components/JRCAttachments/JRCAttachments.d.ts +1 -1
- package/dist/src/components/JRCAudience/JRCAudience.d.ts +1 -1
- package/dist/src/components/JRCAudience/JRCAudienceAvatar.d.ts +1 -1
- package/dist/src/components/JRCAvatar/JRCAvatar.d.ts +1 -1
- package/dist/src/components/JRCAvatars/JRCAvatars.d.ts +1 -1
- package/dist/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +1 -1
- package/dist/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +1 -1
- package/dist/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +1 -1
- package/dist/src/components/JRCButton/Button.d.ts +23 -3
- package/dist/src/components/JRCButton/JRCButton.stories.d.ts +1 -1
- package/dist/src/components/JRCButton/JRCValidationButton.d.ts +1 -1
- package/dist/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +1 -1
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +2 -2
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +32 -7
- package/dist/src/components/JRCButtonFile/JRCButtonFile.d.ts +1 -1
- package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +8 -2
- package/dist/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarContentEvent.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarEvent.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarEventSubscribe.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarModal.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCCalendarPlaceHolderEvent.d.ts +1 -1
- package/dist/src/components/JRCCalendar/JRCEventStatusButton.d.ts +1 -1
- package/dist/src/components/JRCCard/JRCCard.d.ts +1 -1
- package/dist/src/components/JRCCard/JRCCardImg.d.ts +5 -3
- package/dist/src/components/JRCCollapse/JRCCollapse.d.ts +1 -1
- package/dist/src/components/JRCCollapse/JRCCollapse.stories.d.ts +1 -1
- package/dist/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +1 -1
- package/dist/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +1 -1
- package/dist/src/components/JRCColumnRight/JRCColumnRight.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/JRCComment.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/components/EditComment.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/components/JRCNewComment.d.ts +1 -1
- package/dist/src/components/JRCConfirmationModal/JRCConfirmationModal.d.ts +1 -1
- package/dist/src/components/JRCCropImage/JRCCropImage.d.ts +1 -1
- package/dist/src/components/JRCDate/JRCDate.d.ts +1 -1
- package/dist/src/components/JRCDate/JRCDate.stories.d.ts +1 -1
- package/dist/src/components/JRCDate/JRCDateObject.d.ts +1 -1
- package/dist/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +1 -1
- package/dist/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +1 -1
- package/dist/src/components/JRCDot/JRCDot.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/Draggable.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/DraggableRow.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/JRCDndOneLevel.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelMainDraggable.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelMainDropzone.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelStackDraggable.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/OneLevelStyles.d.ts +44 -12
- package/dist/src/components/JRCDragNDrop/styles.d.ts +92 -30
- package/dist/src/components/JRCDropDown/JRCDropDown.d.ts +1 -1
- package/dist/src/components/JRCEditor/JRCEditor.d.ts +1 -1
- package/dist/src/components/JRCEditor/JRCModalSchedule.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFile.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileApplication.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileAudio.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileAvatar.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileFolder.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileImage.d.ts +1 -1
- package/dist/src/components/JRCFile/JRCFileVideo.d.ts +1 -1
- package/dist/src/components/JRCFileOpen/JRCFileOpen.d.ts +1 -1
- package/dist/src/components/JRCFileRow/JRCFileRow.d.ts +1 -1
- package/dist/src/components/JRCFileRow/JRCFileRow.styles.d.ts +16 -10
- package/dist/src/components/JRCFileViewer/JRCFileViewer.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -15
- package/dist/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +1 -1
- package/dist/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +1 -1
- package/dist/src/components/JRCFlex/JRCFlexBox.d.ts +19 -1
- package/dist/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFolderBreadcrumb.stories.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFolders.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFolders.stories.d.ts +1 -1
- package/dist/src/components/JRCFolders/JRCFoldersGallery.d.ts +13 -7
- package/dist/src/components/JRCFolders/JRCFoldersList.d.ts +1 -1
- package/dist/src/components/JRCFolders/components/DocumentList.d.ts +1 -1
- package/dist/src/components/JRCFolders/components/FileLittleList.d.ts +1 -1
- package/dist/src/components/JRCFolders/components/FolderList.d.ts +1 -1
- package/dist/src/components/JRCFolders/styles.d.ts +29 -21
- package/dist/src/components/JRCFolders/types.d.ts +1 -0
- package/dist/src/components/JRCFolders/useFilebankApi.d.ts +2 -4
- package/dist/src/components/JRCFolders/useFilebankSearchApi.d.ts +2 -3
- package/dist/src/components/JRCGifSelector/JRCGifSelector.d.ts +5 -3
- package/dist/src/components/JRCGrid/JRCGrid.d.ts +1 -1
- package/dist/src/components/JRCGrid/JRCGrid.stories.d.ts +4 -4
- package/dist/src/components/JRCGroupList/JRCGroupList.d.ts +1 -1
- package/dist/src/components/JRCGroups/JRCGroups.d.ts +1 -1
- package/dist/src/components/JRCIcon/JRCIcon.d.ts +1 -1
- package/dist/src/components/JRCIconSelectionModal/JRCIconSelectionModal.d.ts +1 -1
- package/dist/src/components/JRCImg/JRCImg.d.ts +1 -1
- package/dist/src/components/JRCList/JRCList.d.ts +1 -1
- package/dist/src/components/JRCList/JRCList.styles.d.ts +25 -12
- package/dist/src/components/JRCLoadMore/JRCLoadMore.d.ts +1 -1
- package/dist/src/components/JRCLoader/JRCLoader.d.ts +1 -1
- package/dist/src/components/JRCLoader/JRCSkeleton.d.ts +1 -1
- package/dist/src/components/JRCMediaCarousel/JRCMediaCarousel.d.ts +2 -0
- package/dist/src/components/JRCMediaCarousel/JRCMediaCarousel.stories.d.ts +9 -0
- package/dist/src/components/JRCMediaCarousel/MediaCarouselSlide.d.ts +3 -0
- package/dist/src/components/JRCMediaCarousel/const.d.ts +2 -0
- package/dist/src/components/JRCMediaCarousel/styles.d.ts +7 -0
- package/dist/src/components/JRCMediaCarousel/types.d.ts +7 -0
- package/dist/src/components/JRCMediaLoader/JRCMediaLoader.d.ts +1 -1
- package/dist/src/components/JRCMenu/JRCMenu.d.ts +1 -1
- package/dist/src/components/JRCMenu/JRCMenu.stories.d.ts +2 -2
- package/dist/src/components/JRCMenuItem/JRCMenuItem.d.ts +1 -1
- package/dist/src/components/JRCMessage/JRCMessage.d.ts +1 -1
- package/dist/src/components/JRCMetas/JRCMetas.d.ts +1 -1
- package/dist/src/components/JRCModal/JRCModal.styles.d.ts +39 -16
- package/dist/src/components/JRCModal/JRCModalContent.d.ts +3 -3
- package/dist/src/components/JRCModal/JRCModalContentForm.d.ts +1 -1
- package/dist/src/components/JRCModal/templates/JRCModal.d.ts +1 -1
- package/dist/src/components/JRCModal/templates/JRCModalForm.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -7
- package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +4 -2
- package/dist/src/components/JRCModalUserList/JRCModalUserList.d.ts +1 -1
- package/dist/src/components/JRCObjectList/JRCObjectList.d.ts +1 -1
- package/dist/src/components/JRCPagination/JRCPagination.d.ts +1 -1
- package/dist/src/components/JRCProgressBar/JRCProgressBar.d.ts +1 -1
- package/dist/src/components/JRCProvider/JRCProvider.d.ts +2 -2
- package/dist/src/components/JRCPublishButton/JRCPublishButton.d.ts +1 -1
- package/dist/src/components/JRCPublishButton/PublishButtonEntry.d.ts +1 -1
- package/dist/src/components/JRCQRCode/JRCQRCode.d.ts +1 -1
- package/dist/src/components/JRCQuarantineFiles/JRCQuarantineFiles.d.ts +1 -1
- package/dist/src/components/JRCRateStars/JRCRateStars.d.ts +1 -1
- package/dist/src/components/JRCRateStars/JRCRateStars.styles.d.ts +3 -3
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +24 -9
- package/dist/src/components/JRCSidePanelModal/SidePanel.d.ts +1 -1
- package/dist/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +1 -1
- package/dist/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
- package/dist/src/components/JRCSlider/JRCSlider.d.ts +1 -1
- package/dist/src/components/JRCSlider/components/SliderArrows.d.ts +1 -1
- package/dist/src/components/JRCSlider/components/SliderDots.d.ts +1 -1
- package/dist/src/components/JRCStyledHref/JRCStyledHref.d.ts +1 -1
- package/dist/src/components/JRCTabs/JRCTabs.d.ts +3 -3
- package/dist/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
- package/dist/src/components/JRCTag/JRCTag.d.ts +1 -1
- package/dist/src/components/JRCTooltip/JRCTooltip.d.ts +1 -1
- package/dist/src/components/JRCTypo/JRCTypo.d.ts +7 -7
- package/dist/src/components/JRCTypo/JRCTypo.stories.d.ts +6 -6
- package/dist/src/components/JRCTypography/JRCTypography.d.ts +1 -1
- package/dist/src/components/JRCTypography/JRCTypography.styles.d.ts +11 -2
- package/dist/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +1 -1
- package/dist/src/components/JRCUserList/JRCUserList.d.ts +1 -1
- package/dist/src/components/JRCUserPopup/JRCUserPopup.d.ts +1 -1
- package/dist/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +1 -1
- package/dist/src/components/JRCUsers/JRCUsers.d.ts +1 -1
- package/dist/src/components/Stepper/JRCFadeStepper.d.ts +1 -1
- package/dist/src/components/Stepper/JRCImageStepper.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.stories.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.style.d.ts +5 -3
- package/dist/src/components/Templates/AppColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCAppColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCAppTab.d.ts +1 -1
- package/dist/src/components/Templates/JRCBase.template.d.ts +1 -1
- package/dist/src/components/Templates/JRCColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCMainColumn.d.ts +1 -1
- package/dist/src/components/Templates/JRCPanel.d.ts +1 -1
- package/dist/src/components/Templates/JRCStepperPage.d.ts +1 -1
- package/dist/src/components/Templates/MainColumn.d.ts +1 -1
- package/dist/src/components/Templates/template.styles.d.ts +61 -31
- package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibility.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetAccessibility/JRCWidgetAccessibilityEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetApplication/AppPickerModal.d.ts +12 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/AppTile.d.ts +9 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.const.d.ts +39 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.d.ts +8 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.stories.d.ts +7 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplication.utils.d.ts +20 -0
- package/dist/src/components/Widgets/JRCWidgetApplication/JRCWidgetApplicationEditor.d.ts +8 -0
- package/dist/src/components/Widgets/JRCWidgetArticleButton/JRCWidgetArticleButton.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleButton/JRCWidgetArticleButtonEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleImage/JRCWidgetArticleImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleImage/JRCWidgetArticleImageEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleImage/styles.d.ts +4 -2
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleSlider/components/ArticleSliderSlideTitle.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/BirthdayCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/JRCWidgetBirthday.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/JRCWidgetBirthdayEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetBirthday/TemplatePreview.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +14 -8
- package/dist/src/components/Widgets/JRCWidgetCharts/ChartsSeriesModal.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCharts/JRCWidgetCharts.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCharts/JRCWidgetChartsEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContact/JRCWidgetContact.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContact/JRCWidgetContactEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +7 -5
- package/dist/src/components/Widgets/JRCWidgetCountdown/CountdownEvent.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/CountdownNumbers.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/JRCWidgetCountdown.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/JRCWidgetCountdownEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCountdown/ModalArticleList.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCover.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetCover/JRCWidgetCoverEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetDocuments/JRCWidgetDocumentsEditor.d.ts +2 -2
- package/dist/src/components/Widgets/JRCWidgetDocuments/components/WidgetDocumentSelection.d.ts +4 -4
- package/dist/src/components/Widgets/JRCWidgetDocuments/components/WidgetModalSelection.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +12 -8
- package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbed.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmbed/JRCWidgetEmbedEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetFlockler/JRCWidgetFlockler.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetFlockler/JRCWidgetFlocklerEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetIcon.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetMeteo/JRCWidgetMeteo.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetMeteo/JRCWidgetMeteoEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/JRCWidgetNewsflash.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/JRCWidgetNewsflashEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashActions.d.ts +2 -2
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashBannerCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashCoverCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashEmptyState.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetNewsflash/NewsflashImageCard.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +11 -7
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +14 -6
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSeparator/JRCWidgetSeparator.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSeparator/JRCWidgetSeparatorEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSlider/JRCWidgetSliderEditorSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSlider/components/CoverSliderSlide.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSurveyDate/JRCWidgetSurveyDate.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSurveyDate/SurveyDateItem.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetSurveyDate/SurveyDateItemRespondents.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +15 -11
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +29 -18
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetText.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetText/JRCWidgetTextEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfileEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcomeEditor.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetYoutube/JRCWidgetYoutubeEditor.d.ts +1 -1
- package/dist/src/components/Widgets/WidgetCalendar/WidgetCalendarEditor.d.ts +1 -1
- package/dist/src/components/Widgets/WidgetPanelTplWarning.d.ts +2 -2
- package/dist/src/components/Widgets/components/WidgetAvatarList.d.ts +1 -1
- package/dist/src/components/Widgets/components/WidgetMissingToken.d.ts +1 -1
- package/dist/src/components/Widgets/context/provider.d.ts +1 -1
- package/dist/src/components/Widgets/styles.d.ts +18 -11
- package/dist/src/components/index.d.ts +3 -0
- package/dist/src/hooks/index.d.ts +0 -1
- package/dist/src/styles/Theme.stories.d.ts +1 -1
- package/dist/src/translation/lang.json.d.ts +23 -4
- package/package.json +34 -34
- package/dist/src/hooks/useThemeContext.d.ts +0 -1
|
@@ -8,5 +8,5 @@ export type BreadcrumbProps = {
|
|
|
8
8
|
label: string;
|
|
9
9
|
}>;
|
|
10
10
|
};
|
|
11
|
-
declare const Breadcrumb: ({ currentLabel, paths }: BreadcrumbProps) => import("react
|
|
11
|
+
declare const Breadcrumb: ({ currentLabel, paths }: BreadcrumbProps) => import("react").JSX.Element;
|
|
12
12
|
export default Breadcrumb;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { JRCObjectListProps } from '../JRCObjectList/JRCObjectList';
|
|
2
2
|
import { jBusinessContactLittle } from 'jamespot-user-api';
|
|
3
3
|
export type JRCBusinessContactListProps = JRCObjectListProps<jBusinessContactLittle>;
|
|
4
|
-
export declare const JRCBusinessContactList: (props: JRCBusinessContactListProps) => import("react
|
|
4
|
+
export declare const JRCBusinessContactList: (props: JRCBusinessContactListProps) => import("react").JSX.Element;
|
|
@@ -7,5 +7,5 @@ type JRCBusinessContactsProps = {
|
|
|
7
7
|
initialBusinessContacts: AudienceAutocomplete[];
|
|
8
8
|
onSelectBusinessContact?: (users: AudienceAutocomplete[]) => void;
|
|
9
9
|
};
|
|
10
|
-
export declare const JRCBusinessContacts: ({ handlers, onError, initialBusinessContacts, onSelectBusinessContact, }: JRCBusinessContactsProps) => import("react
|
|
10
|
+
export declare const JRCBusinessContacts: ({ handlers, onError, initialBusinessContacts, onSelectBusinessContact, }: JRCBusinessContactsProps) => import("react").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1,9 +1,29 @@
|
|
|
1
|
-
import { StyledButtonProps } from './types';
|
|
2
|
-
export declare const ButtonStyle: import('styled-components').RuleSet<StyledButtonProps
|
|
1
|
+
import { ButtonProps, StyledButtonProps } from './types';
|
|
2
|
+
export declare const ButtonStyle: import('styled-components').RuleSet<NoInfer<StyledButtonProps>>;
|
|
3
3
|
/**
|
|
4
4
|
* Button styling. May be used as a <a> tag
|
|
5
5
|
*/
|
|
6
|
-
export declare const StyledButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
6
|
+
export declare const StyledButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "is" | "children" | "onClick" | "onDrag" | "onDrop" | "type" | "style" | "key" | "form" | "label" | "slot" | "hidden" | "color" | "content" | "size" | "icon" | "disabled" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "exportparts" | "part" | "data-tooltip-id" | "data-tooltip-place" | "data-tooltip-content" | "data-tooltip-html" | "data-tooltip-variant" | "data-tooltip-offset" | "data-tooltip-wrapper" | "data-tooltip-events" | "data-tooltip-position-strategy" | "data-tooltip-delay-show" | "data-tooltip-delay-hide" | "data-tooltip-float" | "data-tooltip-hidden" | "data-tooltip-class-name" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "variant" | "$borderRadius" | "$noMargin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "dataCy" | "themeCustom" | "autofocus" | "hasLicense" | "srOnly" | "$borderRadiusMode" | "$hasLabel" | "$iconRight" | "$themeButton" | "$loader" | "$float" | "$minWidth" | "offset"> & {
|
|
7
|
+
$themeButton: import('./types').ButtonType;
|
|
8
|
+
$hasLabel: boolean;
|
|
9
|
+
$noMargin?: ButtonProps["noMargin"];
|
|
10
|
+
$borderRadius?: ButtonProps["borderRadius"];
|
|
11
|
+
$borderRadiusMode?: ButtonProps["borderRadiusMode"];
|
|
12
|
+
$iconRight?: ButtonProps["iconRight"];
|
|
13
|
+
$loader?: ButtonProps["loader"];
|
|
14
|
+
$float?: ButtonProps["float"];
|
|
15
|
+
$minWidth?: ButtonProps["minWidth"];
|
|
16
|
+
} & Omit<ButtonProps, "borderRadius" | "noMargin" | "loader" | "borderRadiusMode" | "iconRight" | "float" | "minWidth"> & import('../Common/Outline').OutlineProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "is" | "children" | "onClick" | "onDrag" | "onDrop" | "type" | "style" | "key" | "form" | "label" | "slot" | "hidden" | "color" | "content" | "size" | "icon" | "disabled" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "className" | "contentEditable" | "contextMenu" | "dir" | "draggable" | "enterKeyHint" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "title" | "translate" | "radioGroup" | "role" | "about" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "popover" | "popoverTargetAction" | "popoverTarget" | "inert" | "inputMode" | "exportparts" | "part" | "data-tooltip-id" | "data-tooltip-place" | "data-tooltip-content" | "data-tooltip-html" | "data-tooltip-variant" | "data-tooltip-offset" | "data-tooltip-wrapper" | "data-tooltip-events" | "data-tooltip-position-strategy" | "data-tooltip-delay-show" | "data-tooltip-delay-hide" | "data-tooltip-float" | "data-tooltip-hidden" | "data-tooltip-class-name" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-hidden" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEnd" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStart" | "onDragStartCapture" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onScrollEnd" | "onScrollEndCapture" | "onWheel" | "onWheelCapture" | "onAnimationStart" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onToggle" | "onBeforeToggle" | "onTransitionCancel" | "onTransitionCancelCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "onTransitionRun" | "onTransitionRunCapture" | "onTransitionStart" | "onTransitionStartCapture" | "name" | "variant" | "$borderRadius" | "$noMargin" | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value" | "dataCy" | "themeCustom" | "autofocus" | "hasLicense" | "srOnly" | "$borderRadiusMode" | "$hasLabel" | "$iconRight" | "$themeButton" | "$loader" | "$float" | "$minWidth" | "offset"> & {
|
|
17
|
+
$themeButton: import('./types').ButtonType;
|
|
18
|
+
$hasLabel: boolean;
|
|
19
|
+
$noMargin?: ButtonProps["noMargin"];
|
|
20
|
+
$borderRadius?: ButtonProps["borderRadius"];
|
|
21
|
+
$borderRadiusMode?: ButtonProps["borderRadiusMode"];
|
|
22
|
+
$iconRight?: ButtonProps["iconRight"];
|
|
23
|
+
$loader?: ButtonProps["loader"];
|
|
24
|
+
$float?: ButtonProps["float"];
|
|
25
|
+
$minWidth?: ButtonProps["minWidth"];
|
|
26
|
+
} & Omit<ButtonProps, "borderRadius" | "noMargin" | "loader" | "borderRadiusMode" | "iconRight" | "float" | "minWidth"> & import('../Common/Outline').OutlineProps, never>>> & string;
|
|
7
27
|
export declare const Button: import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('../../types/dataAttributes').DataCy & {
|
|
8
28
|
color?: import('./types').ButtonColors;
|
|
9
29
|
themeCustom?: import('./types').ButtonType;
|
|
@@ -5,7 +5,7 @@ declare const meta: Meta;
|
|
|
5
5
|
export default meta;
|
|
6
6
|
export declare const ButtonWithChildren: StoryFn<JRCButtonProps>;
|
|
7
7
|
export declare const ButtonWithLabel: StoryFn<JRCButtonProps>;
|
|
8
|
-
export declare const AllButtons: () => import("react
|
|
8
|
+
export declare const AllButtons: () => import("react").JSX.Element;
|
|
9
9
|
type Story = StoryObj<typeof JRCValidationButton>;
|
|
10
10
|
export declare const ValidationButtonClicked: Story;
|
|
11
11
|
export declare const ValidationButtonClickReset: Story;
|
|
@@ -9,4 +9,4 @@ export type JRCValidationButtonProps = JRCButtonProps & {
|
|
|
9
9
|
onValidationClick?: (e: MouseEvent<HTMLButtonElement>) => void;
|
|
10
10
|
validationMessage?: string;
|
|
11
11
|
};
|
|
12
|
-
export declare const JRCValidationButton: ({ onClick, onValidationClick, children, color, variant, icon, ...props }: JRCValidationButtonProps) => import("react
|
|
12
|
+
export declare const JRCValidationButton: ({ onClick, onValidationClick, children, color, variant, icon, ...props }: JRCValidationButtonProps) => import("react").JSX.Element;
|
|
@@ -17,4 +17,4 @@ export interface JRCButtonDownloadProps extends JRCButtonProps {
|
|
|
17
17
|
* @param {label, action?, color?, variant?} props, @see JRCButtonDropdownProps
|
|
18
18
|
* @returns JSX.Element
|
|
19
19
|
*/
|
|
20
|
-
export declare const JRCButtonDownload: ({ icon, iconColor, isIconButton, data, fileName, ...props }: JRCButtonDownloadProps) => import("react
|
|
20
|
+
export declare const JRCButtonDownload: ({ icon, iconColor, isIconButton, data, fileName, ...props }: JRCButtonDownloadProps) => import("react").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { JRCButtonDropdownProps } from './JRCButtonDropdown.types';
|
|
2
|
-
export declare const DropDownContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
3
|
-
export declare const JRCButtonDropdown: (props: JRCButtonDropdownProps) => import("react
|
|
2
|
+
export declare const DropDownContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
3
|
+
export declare const JRCButtonDropdown: (props: JRCButtonDropdownProps) => import("react").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ButtonType } from '../JRCButton/types';
|
|
2
2
|
import { ButtonProps, DropdownOptionProps, JRCButtonDropdownSize, MenuWithTitleProps } from './JRCButtonDropdown.types';
|
|
3
|
-
export declare const MarginLessJRCButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
3
|
+
export declare const MarginLessJRCButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('../../types/dataAttributes').DataCy & {
|
|
4
4
|
color?: import('../JRCButton/types').ButtonColors;
|
|
5
5
|
themeCustom?: ButtonType;
|
|
6
6
|
loader?: boolean;
|
|
@@ -20,10 +20,33 @@ export declare const MarginLessJRCButton: import('styled-components/dist/types')
|
|
|
20
20
|
borderRadiusMode?: "default" | "max";
|
|
21
21
|
} & {
|
|
22
22
|
tooltip?: Omit<import('../..').JRCTooltipProps, "children">;
|
|
23
|
-
} & import('react').RefAttributes<HTMLButtonElement>, ButtonProps & {
|
|
23
|
+
} & import('react').RefAttributes<HTMLButtonElement>, "$size" | "$width" | keyof ButtonProps> & ButtonProps & {
|
|
24
24
|
$size?: JRCButtonDropdownSize;
|
|
25
25
|
$width?: number;
|
|
26
|
-
}
|
|
26
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('../../types/dataAttributes').DataCy & {
|
|
27
|
+
color?: import('../JRCButton/types').ButtonColors;
|
|
28
|
+
themeCustom?: ButtonType;
|
|
29
|
+
loader?: boolean;
|
|
30
|
+
autofocus?: boolean;
|
|
31
|
+
value?: string;
|
|
32
|
+
icon?: string;
|
|
33
|
+
iconRight?: boolean;
|
|
34
|
+
variant?: "contained" | "outlined" | "link";
|
|
35
|
+
float?: "left" | "right";
|
|
36
|
+
minWidth?: string;
|
|
37
|
+
hasLicense?: boolean;
|
|
38
|
+
label?: string;
|
|
39
|
+
noMargin?: boolean;
|
|
40
|
+
size?: import('../JRCButton/types').ButtonSizes;
|
|
41
|
+
srOnly?: string;
|
|
42
|
+
borderRadius?: "right";
|
|
43
|
+
borderRadiusMode?: "default" | "max";
|
|
44
|
+
} & {
|
|
45
|
+
tooltip?: Omit<import('../..').JRCTooltipProps, "children">;
|
|
46
|
+
} & import('react').RefAttributes<HTMLButtonElement>, "$size" | "$width" | keyof ButtonProps> & ButtonProps & {
|
|
47
|
+
$size?: JRCButtonDropdownSize;
|
|
48
|
+
$width?: number;
|
|
49
|
+
}, never>>> & string & Omit<import('react').ForwardRefExoticComponent<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & import('../../types/dataAttributes').DataCy & {
|
|
27
50
|
color?: import('../JRCButton/types').ButtonColors;
|
|
28
51
|
themeCustom?: ButtonType;
|
|
29
52
|
loader?: boolean;
|
|
@@ -44,8 +67,10 @@ export declare const MarginLessJRCButton: import('styled-components/dist/types')
|
|
|
44
67
|
} & {
|
|
45
68
|
tooltip?: Omit<import('../..').JRCTooltipProps, "children">;
|
|
46
69
|
} & import('react').RefAttributes<HTMLButtonElement>>, keyof import('react').Component<any, {}, any>>;
|
|
47
|
-
export declare const MenuWithoutTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
48
|
-
export declare const MenuWithTitle: ({ direction, label, themeButton, children, size }: MenuWithTitleProps) => import("react
|
|
49
|
-
export declare const DropdownOption: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
70
|
+
export declare const MenuWithoutTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
71
|
+
export declare const MenuWithTitle: ({ direction, label, themeButton, children, size }: MenuWithTitleProps) => import("react").JSX.Element;
|
|
72
|
+
export declare const DropdownOption: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof DropdownOptionProps | "lastChild"> & DropdownOptionProps & {
|
|
73
|
+
lastChild?: boolean;
|
|
74
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, keyof DropdownOptionProps | "lastChild"> & DropdownOptionProps & {
|
|
50
75
|
lastChild?: boolean;
|
|
51
|
-
}
|
|
76
|
+
}, never>>> & string;
|
|
@@ -14,4 +14,4 @@ export interface JRCButtonFileProps extends JRCButtonProps {
|
|
|
14
14
|
* @param {label, action?, color?, variant?} props, @see JRCButtonDropdownProps
|
|
15
15
|
* @returns JSX.Element
|
|
16
16
|
*/
|
|
17
|
-
export declare const JRCButtonFile: ({ icon, multiple, getContent, ...props }: JRCButtonFileProps) => import("react
|
|
17
|
+
export declare const JRCButtonFile: ({ icon, multiple, getContent, ...props }: JRCButtonFileProps) => import("react").JSX.Element;
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
import { JRCCalendarMode } from './types';
|
|
2
|
-
export declare const CalendarStyle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
2
|
+
export declare const CalendarStyle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$loading" | "$mode" | "$fluid" | "$fullScreen" | "$view"> & {
|
|
3
3
|
$fluid?: boolean;
|
|
4
4
|
$loading?: boolean;
|
|
5
5
|
$fullScreen?: boolean;
|
|
6
6
|
$view: "list" | "grid";
|
|
7
7
|
$mode: JRCCalendarMode;
|
|
8
|
-
}
|
|
8
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$loading" | "$mode" | "$fluid" | "$fullScreen" | "$view"> & {
|
|
9
|
+
$fluid?: boolean;
|
|
10
|
+
$loading?: boolean;
|
|
11
|
+
$fullScreen?: boolean;
|
|
12
|
+
$view: "list" | "grid";
|
|
13
|
+
$mode: JRCCalendarMode;
|
|
14
|
+
}, never>>> & string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { JRCCalendarProps } from './types';
|
|
2
2
|
export type CalendarEventPlaceHolder = 'no-event-today' | 'no-next-event';
|
|
3
|
-
export declare const JRCCalendar: ({ events, loading, views, defaultView, fluid, mode, fullScreen, deportedToolbar, withPadding, eventModalExtraComponent, onChangeView, onChangeDates, onError, onSuccess, onDeleteEvent, onClickUpdateEvent, onClickTransformEvent, onUpdateStatus, isUpdateStatusLoading, onSelect, disableSelect, bbbMinutesBeforeJoining, }: JRCCalendarProps) => import("react
|
|
3
|
+
export declare const JRCCalendar: ({ events, loading, views, defaultView, fluid, mode, fullScreen, deportedToolbar, withPadding, eventModalExtraComponent, onChangeView, onChangeDates, onError, onSuccess, onDeleteEvent, onClickUpdateEvent, onClickTransformEvent, onUpdateStatus, isUpdateStatusLoading, onSelect, disableSelect, bbbMinutesBeforeJoining, }: JRCCalendarProps) => import("react").JSX.Element;
|
|
@@ -3,5 +3,5 @@ type JRCCalendarContentEventProps = {
|
|
|
3
3
|
event: CalendarEventWithExtensions<CalendarEventList, ['socialEventRecord' | 'recurringEventRecord']> | WithPartialExtensions<jRecurringEventList, ['socialEventRecord' | 'recurringEventRecord']>;
|
|
4
4
|
bbbMinutesBeforeJoining?: number;
|
|
5
5
|
};
|
|
6
|
-
export declare const JRCCalendarContentEvent: ({ event, bbbMinutesBeforeJoining }: JRCCalendarContentEventProps) => import("react
|
|
6
|
+
export declare const JRCCalendarContentEvent: ({ event, bbbMinutesBeforeJoining }: JRCCalendarContentEventProps) => import("react").JSX.Element;
|
|
7
7
|
export {};
|
|
@@ -31,5 +31,5 @@ type JRCCalendarEventProps = {
|
|
|
31
31
|
recurrent: boolean;
|
|
32
32
|
recurringEventId?: number;
|
|
33
33
|
};
|
|
34
|
-
export declare const JRCCalendarEvent: ({ status, title, start, end, display, mode, id: stringId, onClick, audience, allDay, textColor, backgroundColor, address, image, type, isVisio, noGestion, canSubscribe, urlGestion, onUpdateStatus, isUpdateStatusLoading, recurrent, recurringEventId, href, }: JRCCalendarEventProps) => import("react
|
|
34
|
+
export declare const JRCCalendarEvent: ({ status, title, start, end, display, mode, id: stringId, onClick, audience, allDay, textColor, backgroundColor, address, image, type, isVisio, noGestion, canSubscribe, urlGestion, onUpdateStatus, isUpdateStatusLoading, recurrent, recurringEventId, href, }: JRCCalendarEventProps) => import("react").JSX.Element | null;
|
|
35
35
|
export {};
|
|
@@ -8,5 +8,5 @@ type JRCCalendarEventSubscribeProps = {
|
|
|
8
8
|
}) => void;
|
|
9
9
|
isUpdateStatusLoading: (id: number) => boolean;
|
|
10
10
|
};
|
|
11
|
-
export declare const JRCCalendarEventSubscribe: ({ event, onUpdateStatus, isUpdateStatusLoading, }: JRCCalendarEventSubscribeProps) => import("react
|
|
11
|
+
export declare const JRCCalendarEventSubscribe: ({ event, onUpdateStatus, isUpdateStatusLoading, }: JRCCalendarEventSubscribeProps) => import("react").JSX.Element | null;
|
|
12
12
|
export {};
|
|
@@ -23,5 +23,5 @@ type JRCCalendarModalProps = {
|
|
|
23
23
|
mode?: JRCCalendarMode;
|
|
24
24
|
bbbMinutesBeforeJoining?: number;
|
|
25
25
|
};
|
|
26
|
-
export declare const JRCCalendarModal: ({ closeHandler, event, onError, onSuccess, extraComponent, onDeleteEvent, onClickUpdateEvent, onClickTransformEvent, onUpdateStatus, isUpdateStatusLoading, mode, bbbMinutesBeforeJoining, }: JRCCalendarModalProps) => import("react
|
|
26
|
+
export declare const JRCCalendarModal: ({ closeHandler, event, onError, onSuccess, extraComponent, onDeleteEvent, onClickUpdateEvent, onClickTransformEvent, onUpdateStatus, isUpdateStatusLoading, mode, bbbMinutesBeforeJoining, }: JRCCalendarModalProps) => import("react").JSX.Element;
|
|
27
27
|
export {};
|
|
@@ -2,5 +2,5 @@ import { CalendarEventPlaceHolder } from './JRCCalendar';
|
|
|
2
2
|
type CalendarPlaceHolderEventProps = {
|
|
3
3
|
placeHolder: CalendarEventPlaceHolder;
|
|
4
4
|
};
|
|
5
|
-
export declare const JRCCalendarPlaceHolderEvent: ({ placeHolder }: CalendarPlaceHolderEventProps) => import("react
|
|
5
|
+
export declare const JRCCalendarPlaceHolderEvent: ({ placeHolder }: CalendarPlaceHolderEventProps) => import("react").JSX.Element;
|
|
6
6
|
export {};
|
|
@@ -10,5 +10,5 @@ type JRCEventStatusButtonProps = {
|
|
|
10
10
|
noGestion?: boolean;
|
|
11
11
|
loading: boolean;
|
|
12
12
|
};
|
|
13
|
-
export declare const JRCEventStatusButton: ({ onUpdateStatus, eventType, eventAddress, eventIsVisio, canSubscribe, status, urlGestion, noGestion, loading, }: JRCEventStatusButtonProps) => import("react
|
|
13
|
+
export declare const JRCEventStatusButton: ({ onUpdateStatus, eventType, eventAddress, eventIsVisio, canSubscribe, status, urlGestion, noGestion, loading, }: JRCEventStatusButtonProps) => import("react").JSX.Element | null;
|
|
14
14
|
export {};
|
|
@@ -14,5 +14,5 @@ export type JRCCardProps = ComponentPropsWithoutRef<'div'> & {
|
|
|
14
14
|
type?: MessageType;
|
|
15
15
|
padding?: PaddingValues;
|
|
16
16
|
};
|
|
17
|
-
export declare const JRCCard: (props: JRCCardProps) => import("react
|
|
17
|
+
export declare const JRCCard: (props: JRCCardProps) => import("react").JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -29,8 +29,10 @@ export type JRCCardImgProps = {
|
|
|
29
29
|
};
|
|
30
30
|
lazyLoading?: boolean;
|
|
31
31
|
};
|
|
32
|
-
export declare const Actions: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
32
|
+
export declare const Actions: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "position"> & {
|
|
33
33
|
position?: ActionsPosition;
|
|
34
|
-
}
|
|
35
|
-
|
|
34
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "position"> & {
|
|
35
|
+
position?: ActionsPosition;
|
|
36
|
+
}, never>>> & string;
|
|
37
|
+
export declare const JRCCardImg: (props: JRCCardImgProps) => import("react").JSX.Element;
|
|
36
38
|
export {};
|
|
@@ -5,4 +5,4 @@ export type JRCCollapseProps = {
|
|
|
5
5
|
maxHeight?: number;
|
|
6
6
|
openByDefault?: boolean;
|
|
7
7
|
};
|
|
8
|
-
export declare const JRCCollapse: (props: JRCCollapseProps) => import("react
|
|
8
|
+
export declare const JRCCollapse: (props: JRCCollapseProps) => import("react").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { JRCCollapseProps } from './JRCCollapse';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: (props: JRCCollapseProps) => import("react
|
|
4
|
+
component: (props: JRCCollapseProps) => import("react").JSX.Element;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCCollapseProps>;
|
|
@@ -6,4 +6,4 @@ import { ReactNode } from 'react';
|
|
|
6
6
|
export interface JRCColumnCenterProps {
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
}
|
|
9
|
-
export declare const JRCColumnCenter: (props: JRCColumnCenterProps) => import("react
|
|
9
|
+
export declare const JRCColumnCenter: (props: JRCColumnCenterProps) => import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ import { ReactNode } from 'react';
|
|
|
6
6
|
export interface JRCColumnLeftProps {
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
}
|
|
9
|
-
export declare const JRCColumnLeft: (props: JRCColumnLeftProps) => import("react
|
|
9
|
+
export declare const JRCColumnLeft: (props: JRCColumnLeftProps) => import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ import { ReactNode } from 'react';
|
|
|
6
6
|
export interface JRCColumnRightProps {
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
}
|
|
9
|
-
export declare const JRCColumnRight: (props: JRCColumnRightProps) => import("react
|
|
9
|
+
export declare const JRCColumnRight: (props: JRCColumnRightProps) => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const AvatarWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const AvatarWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>>> & string;
|
|
@@ -30,5 +30,5 @@ type JRCCommentProps = {
|
|
|
30
30
|
articleId: number;
|
|
31
31
|
socialActionsSlot?: ReactNode;
|
|
32
32
|
};
|
|
33
|
-
export declare const JRCComment: ({ isFocused, comment, token, tinyMCEConfig, onCommentUpdate, onCommentDelete, onError, highlightFields, userModel, userAccountStatus, isWidgetActive, onGetHashError, deleteFile, existingWidgetsWrapperComponent, activeDrives, socialQuestion, articleId, socialActionsSlot, }: JRCCommentProps) => import("react
|
|
33
|
+
export declare const JRCComment: ({ isFocused, comment, token, tinyMCEConfig, onCommentUpdate, onCommentDelete, onError, highlightFields, userModel, userAccountStatus, isWidgetActive, onGetHashError, deleteFile, existingWidgetsWrapperComponent, activeDrives, socialQuestion, articleId, socialActionsSlot, }: JRCCommentProps) => import("react").JSX.Element;
|
|
34
34
|
export {};
|
|
@@ -39,4 +39,4 @@ export type JRCCommentsBlocProps = {
|
|
|
39
39
|
additionalExtensions: Array<TinyMCEExtension>;
|
|
40
40
|
renderSocialActions?: (comment: CommentWithExtensions<jCommentList, ['actions', 'quarantine']>) => ReactNode;
|
|
41
41
|
};
|
|
42
|
-
export declare const JRCCommentsBloc: ({ comments, initialCommentsNumber, currentUser, tinyMCEConfig, onComment, canCreateWidget, isWidgetActive, widgetListComponent, newWidgetsWrapperComponent, existingWidgetsWrapperComponent, loading, token, onCommentDelete, onCommentUpdate, onError, highlightFields, userModel, userAccountStatus, onGetHashError, activeDrives, variant, canComment, socialQuestion, articleId, additionalExtensions, renderSocialActions, }: JRCCommentsBlocProps) => import("react
|
|
42
|
+
export declare const JRCCommentsBloc: ({ comments, initialCommentsNumber, currentUser, tinyMCEConfig, onComment, canCreateWidget, isWidgetActive, widgetListComponent, newWidgetsWrapperComponent, existingWidgetsWrapperComponent, loading, token, onCommentDelete, onCommentUpdate, onError, highlightFields, userModel, userAccountStatus, onGetHashError, activeDrives, variant, canComment, socialQuestion, articleId, additionalExtensions, renderSocialActions, }: JRCCommentsBlocProps) => import("react").JSX.Element;
|
|
@@ -7,5 +7,5 @@ type CommentsHeaderProps = {
|
|
|
7
7
|
focusLastComment: () => void;
|
|
8
8
|
commentsCount?: number;
|
|
9
9
|
};
|
|
10
|
-
export declare const CommentsHeader: ({ lastCommentUser, commentsCount, variant, displayedCommentsNumber, displayMoreComments, focusLastComment, }: CommentsHeaderProps) => import("react
|
|
10
|
+
export declare const CommentsHeader: ({ lastCommentUser, commentsCount, variant, displayedCommentsNumber, displayMoreComments, focusLastComment, }: CommentsHeaderProps) => import("react").JSX.Element | null;
|
|
11
11
|
export {};
|
|
@@ -14,5 +14,5 @@ type EditCommentProps = {
|
|
|
14
14
|
updateComment: () => void;
|
|
15
15
|
loading: boolean;
|
|
16
16
|
};
|
|
17
|
-
export declare const EditComment: ({ comment, tinyMCEConfig, activeDrives, setCommentContent, commentContent, token, deleteFile, onError, closeEditMode, updateComment, loading, }: EditCommentProps) => import("react
|
|
17
|
+
export declare const EditComment: ({ comment, tinyMCEConfig, activeDrives, setCommentContent, commentContent, token, deleteFile, onError, closeEditMode, updateComment, loading, }: EditCommentProps) => import("react").JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -23,4 +23,4 @@ export type JRCNewCommentProps = {
|
|
|
23
23
|
/** When false, the publish button is enabled even with empty content. Default true. */
|
|
24
24
|
requireContent?: boolean;
|
|
25
25
|
};
|
|
26
|
-
export declare const JRCNewComment: ({ newWidgetsWrapperComponent, widgetListComponent, canComment, loading, currentUser, onComment, onError, tinyMCEConfig, token, activeDrives, canCreateWidget, socialQuestion, deleteFile, additionalExtensions, defaultExpanded, requireContent, }: JRCNewCommentProps) => import("react
|
|
26
|
+
export declare const JRCNewComment: ({ newWidgetsWrapperComponent, widgetListComponent, canComment, loading, currentUser, onComment, onError, tinyMCEConfig, token, activeDrives, canCreateWidget, socialQuestion, deleteFile, additionalExtensions, defaultExpanded, requireContent, }: JRCNewCommentProps) => import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export type JRCConfirmationModalProps = {
|
|
|
7
7
|
onConfirm: () => void;
|
|
8
8
|
children?: ReactNode;
|
|
9
9
|
};
|
|
10
|
-
export declare const JRCConfirmationModal: ({ open, icon, title, onClose, onConfirm, children, }: JRCConfirmationModalProps) => import("react
|
|
10
|
+
export declare const JRCConfirmationModal: ({ open, icon, title, onClose, onConfirm, children, }: JRCConfirmationModalProps) => import("react").JSX.Element;
|
|
@@ -15,4 +15,4 @@ export type JRCCropImageProps = Pick<JRCModalProps, 'open' | 'closeHandler'> & {
|
|
|
15
15
|
zIndex?: number;
|
|
16
16
|
loading?: boolean;
|
|
17
17
|
};
|
|
18
|
-
export declare function JRCCropImage({ save, ...props }: JRCCropImageProps): import("react
|
|
18
|
+
export declare function JRCCropImage({ save, ...props }: JRCCropImageProps): import("react").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { JRCDateProps } from './JRCDate';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: (props: JRCDateProps) => import("react
|
|
4
|
+
component: (props: JRCDateProps) => import("react").JSX.Element;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCDateProps>;
|
|
@@ -6,4 +6,4 @@ export type JRCDateObjectProps = {
|
|
|
6
6
|
color?: JRCTypographyProps['color'];
|
|
7
7
|
tooltipPosition?: JRCTooltipProps['position'];
|
|
8
8
|
};
|
|
9
|
-
export declare const JRCDateObject: ({ dateCreation, size, color, tooltipPosition, }: JRCDateObjectProps) => import("react
|
|
9
|
+
export declare const JRCDateObject: ({ dateCreation, size, color, tooltipPosition, }: JRCDateObjectProps) => import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ export type JRCDisplayCardProps = {
|
|
|
13
13
|
href?: string;
|
|
14
14
|
onClick?: () => void;
|
|
15
15
|
};
|
|
16
|
-
export declare const JRCDisplayCard: ({ children, href, onClick, loading, skeleton, width, height, aspectRatio, }: JRCDisplayCardProps) => import("react
|
|
16
|
+
export declare const JRCDisplayCard: ({ children, href, onClick, loading, skeleton, width, height, aspectRatio, }: JRCDisplayCardProps) => import("react").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { JRCDisplayCardProps } from './JRCDisplayCard';
|
|
2
2
|
declare const _default: {
|
|
3
3
|
title: string;
|
|
4
|
-
component: ({ children, href, onClick, loading, skeleton, width, height, aspectRatio, }: JRCDisplayCardProps) => import("react
|
|
4
|
+
component: ({ children, href, onClick, loading, skeleton, width, height, aspectRatio, }: JRCDisplayCardProps) => import("react").JSX.Element;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
7
7
|
export declare const Default: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCDisplayCardProps>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCTypographyProps } from '../JRCTypography/JRCTypography.types';
|
|
2
|
-
export declare const JRCDot: (props: Omit<JRCTypographyProps, "children">) => import("react
|
|
2
|
+
export declare const JRCDot: (props: Omit<JRCTypographyProps, "children">) => import("react").JSX.Element;
|
|
@@ -10,5 +10,5 @@ interface DraggableProps {
|
|
|
10
10
|
children: ReactNode | ((dragHandleRef: RefObject<HTMLDivElement | null>) => ReactNode);
|
|
11
11
|
useDragHandle?: boolean;
|
|
12
12
|
}
|
|
13
|
-
export declare const Draggable: ({ type, item, index, onMove, onMoveToSection, sectionId, children, useDragHandle, }: DraggableProps) => import("react
|
|
13
|
+
export declare const Draggable: ({ type, item, index, onMove, onMoveToSection, sectionId, children, useDragHandle, }: DraggableProps) => import("react").JSX.Element;
|
|
14
14
|
export {};
|
|
@@ -6,4 +6,4 @@ export interface DraggableRowProps {
|
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
}
|
|
9
|
-
export declare const DraggableRow: ({ index, onMove, showDragHandle, disabled, children, }: DraggableRowProps) => import("react
|
|
9
|
+
export declare const DraggableRow: ({ index, onMove, showDragHandle, disabled, children, }: DraggableRowProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { BaseDndItem, JRCDndOneLevelProps } from './types';
|
|
2
|
-
export declare const JRCDndOneLevel: import('react').MemoExoticComponent<(<T extends BaseDndItem = BaseDndItem>({ items, ItemComponent, EmptyStateComponent, onItemMove, onItemRemove, canRemoveItems, showDragHandle, dragHandleOnly, title: titleProp, emptyStateText, $maxHeight, className, }: JRCDndOneLevelProps<T>) => import("react
|
|
2
|
+
export declare const JRCDndOneLevel: import('react').MemoExoticComponent<(<T extends BaseDndItem = BaseDndItem>({ items, ItemComponent, EmptyStateComponent, onItemMove, onItemRemove, canRemoveItems, showDragHandle, dragHandleOnly, title: titleProp, emptyStateText, $maxHeight, className, }: JRCDndOneLevelProps<T>) => import("react").JSX.Element)>;
|
|
@@ -18,5 +18,5 @@ interface OneLevelMainDraggableProps<T extends BaseDndItem = BaseDndItem> {
|
|
|
18
18
|
* - Les éléments interactifs (inputs, buttons, etc.) ne déclenchent PAS le drag
|
|
19
19
|
* - Cela permet la sélection de texte et les clics dans les formulaires
|
|
20
20
|
*/
|
|
21
|
-
export declare const OneLevelMainDraggable: <T extends BaseDndItem = BaseDndItem>({ item, index, canReorder, onMove, onDropFromStack, onHover, onHoverEnd, children, }: OneLevelMainDraggableProps<T>) => import("react
|
|
21
|
+
export declare const OneLevelMainDraggable: <T extends BaseDndItem = BaseDndItem>({ item, index, canReorder, onMove, onDropFromStack, onHover, onHoverEnd, children, }: OneLevelMainDraggableProps<T>) => import("react").JSX.Element;
|
|
22
22
|
export {};
|
|
@@ -11,5 +11,5 @@ type OneLevelMainDropzoneProps = {
|
|
|
11
11
|
* Drop zone component for main area in JRCDndOneLevelWithStack
|
|
12
12
|
* Accepts stack items being dropped into the main zone
|
|
13
13
|
*/
|
|
14
|
-
export declare const OneLevelMainDropzone: ({ onDropFromStack, onAddStackItem, onMoveMainItem, onHoverEmpty, onHoverEnd, children, }: OneLevelMainDropzoneProps) => import("react
|
|
14
|
+
export declare const OneLevelMainDropzone: ({ onDropFromStack, onAddStackItem, onMoveMainItem, onHoverEmpty, onHoverEnd, children, }: OneLevelMainDropzoneProps) => import("react").JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -12,5 +12,5 @@ interface OneLevelStackDraggableProps<T extends BaseDndItem = BaseDndItem> {
|
|
|
12
12
|
* Stack items are only draggable (source), not droppable
|
|
13
13
|
* No reordering within stack - it's a fixed ordered list
|
|
14
14
|
*/
|
|
15
|
-
export declare const OneLevelStackDraggable: <T extends BaseDndItem = BaseDndItem>({ item, index, isDisabled, isStackFixed: _isStackFixed, children, onKeyDown, }: OneLevelStackDraggableProps<T>) => import("react
|
|
15
|
+
export declare const OneLevelStackDraggable: <T extends BaseDndItem = BaseDndItem>({ item, index, isDisabled, isStackFixed: _isStackFixed, children, onKeyDown, }: OneLevelStackDraggableProps<T>) => import("react").JSX.Element;
|
|
16
16
|
export {};
|