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
|
@@ -26,9 +26,9 @@ export interface JRCModalButtonType {
|
|
|
26
26
|
}
|
|
27
27
|
export declare const ModalOptions: ({ children }: {
|
|
28
28
|
children?: ReactNode;
|
|
29
|
-
}) => import("react
|
|
29
|
+
}) => import("react").JSX.Element;
|
|
30
30
|
export declare const ModalTitle: ({ title, subTitle }: {
|
|
31
31
|
title?: ReactNode;
|
|
32
32
|
subTitle?: ReactNode;
|
|
33
|
-
}) => import("react
|
|
34
|
-
export declare const JRCModalContent: ({ title, subTitle, onClickIconClose, overflow, options, children, buttons, isFull, dataCy, isContentBackgroundColor, }: JRCModalContentProps) => import("react
|
|
33
|
+
}) => import("react").JSX.Element;
|
|
34
|
+
export declare const JRCModalContent: ({ title, subTitle, onClickIconClose, overflow, options, children, buttons, isFull, dataCy, isContentBackgroundColor, }: JRCModalContentProps) => import("react").JSX.Element;
|
|
@@ -9,5 +9,5 @@ export type JRCModalContentFormProps = JRCModalContentBase & JRCModalContentForm
|
|
|
9
9
|
export interface JRCModalFormButtonType extends JRCModalButtonType {
|
|
10
10
|
isSubmit?: boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const JRCModalContentForm: ({ onSubmit, children, loading, title, onClickIconClose, options, buttons, overflow, subTitle, }: JRCModalContentFormProps) => import("react
|
|
12
|
+
export declare const JRCModalContentForm: ({ onSubmit, children, loading, title, onClickIconClose, options, buttons, overflow, subTitle, }: JRCModalContentFormProps) => import("react").JSX.Element;
|
|
13
13
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCModalProps } from './JRCModal.types';
|
|
2
|
-
export declare const JRCModal: ({ children, open, closeHandler, buttons, title, subTitle, options, portalId, inPlace, ref, zIndex, enableClickAwayCloseModal, variant, maxWidth, focusOnCloseRef, extraTopButtons, overflow, isContentBackgroundColor, }: JRCModalProps) => import("react
|
|
2
|
+
export declare const JRCModal: ({ children, open, closeHandler, buttons, title, subTitle, options, portalId, inPlace, ref, zIndex, enableClickAwayCloseModal, variant, maxWidth, focusOnCloseRef, extraTopButtons, overflow, isContentBackgroundColor, }: JRCModalProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCModalFormProps } from './JRCModal.types';
|
|
2
|
-
export declare const JRCModalForm: ({ title, children, options, open, closeHandler, buttons, onSubmit, loading, portalId, inPlace, ref, enableClickAwayCloseModal, maxHeight, zIndex, subTitle, extraTopButtons, focusOnCloseRef, }: JRCModalFormProps) => import("react
|
|
2
|
+
export declare const JRCModalForm: ({ title, children, options, open, closeHandler, buttons, onSubmit, loading, portalId, inPlace, ref, enableClickAwayCloseModal, maxHeight, zIndex, subTitle, extraTopButtons, focusOnCloseRef, }: JRCModalFormProps) => import("react").JSX.Element;
|
|
@@ -40,4 +40,4 @@ export interface JRCModalImgProps {
|
|
|
40
40
|
};
|
|
41
41
|
className?: string;
|
|
42
42
|
}
|
|
43
|
-
export declare const JRCModalImg: ({ open, closeHandler, buttons, children, title, showIconClose, img, className, }: JRCModalImgProps) => import("react
|
|
43
|
+
export declare const JRCModalImg: ({ open, closeHandler, buttons, children, title, showIconClose, img, className, }: JRCModalImgProps) => import("react").JSX.Element | null;
|
|
@@ -3,4 +3,4 @@ import { Meta } from '@storybook/react-vite';
|
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const SkeletonModal: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCModalImgProps>;
|
|
6
|
-
export declare const ShowAndHideModal: () => import("react
|
|
6
|
+
export declare const ShowAndHideModal: () => import("react").JSX.Element;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export declare const JRCModalBox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
2
|
-
export declare const JRCModalContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
3
|
-
export declare const JRCModalContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
4
|
-
export declare const JRCModalFooter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
5
|
-
export declare const JRCModalClose: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
6
|
-
export declare const ImgContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
7
|
-
export declare const ContentContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
1
|
+
export declare const JRCModalBox: 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;
|
|
2
|
+
export declare const JRCModalContainer: 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 JRCModalContent: 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;
|
|
4
|
+
export declare const JRCModalFooter: 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;
|
|
5
|
+
export declare const JRCModalClose: 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;
|
|
6
|
+
export declare const ImgContainer: 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;
|
|
7
|
+
export declare const ContentContainer: 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;
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
export declare const CSSAvatarWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
1
|
+
export declare const CSSAvatarWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "overlap"> & {
|
|
2
2
|
overlap?: boolean;
|
|
3
|
-
}
|
|
3
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "overlap"> & {
|
|
4
|
+
overlap?: boolean;
|
|
5
|
+
}, never>>> & string;
|
|
@@ -7,4 +7,4 @@ export type JRCModalUserListProps = {
|
|
|
7
7
|
setOpen: (open: boolean) => void;
|
|
8
8
|
onClose: () => void;
|
|
9
9
|
};
|
|
10
|
-
export declare const JRCModalUserList: ({ open, usersList, title, handleLoadUsersList, setOpen, onClose, }: JRCModalUserListProps) => import("react
|
|
10
|
+
export declare const JRCModalUserList: ({ open, usersList, title, handleLoadUsersList, setOpen, onClose, }: JRCModalUserListProps) => import("react").JSX.Element;
|
|
@@ -15,4 +15,4 @@ export type JRCObjectListProps<T extends jObjectLittle = jObjectLittle> = {
|
|
|
15
15
|
checkboxSelection?: boolean;
|
|
16
16
|
isSelected?: (obj: T) => boolean;
|
|
17
17
|
};
|
|
18
|
-
export declare const JRCObjectList: <T extends jObjectLittle = jObjectLittle>({ list, onPageChange, onClick, actionComponent, onSearch, isLoading, checkboxSelection, isSelected, }: JRCObjectListProps<T>) => import("react
|
|
18
|
+
export declare const JRCObjectList: <T extends jObjectLittle = jObjectLittle>({ list, onPageChange, onClick, actionComponent, onSearch, isLoading, checkboxSelection, isSelected, }: JRCObjectListProps<T>) => import("react").JSX.Element;
|
|
@@ -10,4 +10,4 @@ export type JRCPaginationProps = DataCy & {
|
|
|
10
10
|
nbrOfPage: number;
|
|
11
11
|
clickHandler: (page: number) => void;
|
|
12
12
|
};
|
|
13
|
-
export declare const JRCPagination: ({ activePage, nbrOfPage, clickHandler, dataCy }: JRCPaginationProps) => import("react
|
|
13
|
+
export declare const JRCPagination: ({ activePage, nbrOfPage, clickHandler, dataCy }: JRCPaginationProps) => import("react").JSX.Element;
|
|
@@ -5,5 +5,5 @@ type JRCProgressBarProps = {
|
|
|
5
5
|
threshold?: number;
|
|
6
6
|
colorProgressBar?: Colors;
|
|
7
7
|
};
|
|
8
|
-
export declare const JRCProgressBar: ({ value, total, threshold, colorProgressBar }: JRCProgressBarProps) => import("react
|
|
8
|
+
export declare const JRCProgressBar: ({ value, total, threshold, colorProgressBar }: JRCProgressBarProps) => import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -5,5 +5,5 @@ export interface JRCProviderProps {
|
|
|
5
5
|
layout?: boolean;
|
|
6
6
|
children: ReactNode;
|
|
7
7
|
}
|
|
8
|
-
export declare const DivReset: ({ children }: PropsWithChildren) => import("react
|
|
9
|
-
export declare const JRCProvider: ({ api, children }: JRCProviderProps) => import("react
|
|
8
|
+
export declare const DivReset: ({ children }: PropsWithChildren) => import("react").JSX.Element;
|
|
9
|
+
export declare const JRCProvider: ({ api, children }: JRCProviderProps) => import("react").JSX.Element;
|
|
@@ -17,5 +17,5 @@ export type PublishButtonProps = DataCy & {
|
|
|
17
17
|
ariaLabel?: string;
|
|
18
18
|
onClickEntry: (entryKey: string, isShiftPressed: boolean) => 'stopPropagation' | 'continue';
|
|
19
19
|
};
|
|
20
|
-
export declare const JRCPublishButton: ({ tooltip, label, icon, sections, hasFavorites, favoriteOnClick, loading, position, dataCy, ariaLabel, onClickEntry, }: PublishButtonProps) => import("react
|
|
20
|
+
export declare const JRCPublishButton: ({ tooltip, label, icon, sections, hasFavorites, favoriteOnClick, loading, position, dataCy, ariaLabel, onClickEntry, }: PublishButtonProps) => import("react").JSX.Element;
|
|
21
21
|
export {};
|
|
@@ -14,5 +14,5 @@ type PublishButtonExtraProps = {
|
|
|
14
14
|
hasFavorites?: boolean;
|
|
15
15
|
favoriteClick: MouseEventHandler<HTMLButtonElement>;
|
|
16
16
|
};
|
|
17
|
-
export declare const PublishButtonEntry: (props: PublishButtonEntryProps & PublishButtonExtraProps) => import("react
|
|
17
|
+
export declare const PublishButtonEntry: (props: PublishButtonEntryProps & PublishButtonExtraProps) => import("react").JSX.Element;
|
|
18
18
|
export {};
|
|
@@ -3,4 +3,4 @@ export type JRCQRCodeProps = {
|
|
|
3
3
|
value: string;
|
|
4
4
|
color?: Colors;
|
|
5
5
|
};
|
|
6
|
-
export declare const JRCQRCode: ({ value, color }: JRCQRCodeProps) => import("react
|
|
6
|
+
export declare const JRCQRCode: ({ value, color }: JRCQRCodeProps) => import("react").JSX.Element;
|
|
@@ -5,5 +5,5 @@ type JRCQuarantineFilesProps = {
|
|
|
5
5
|
load: (commentId: number) => Promise<ApiWrapper<ArticleWithExtensions<jQuarantineList, ['attachments']>[]>>;
|
|
6
6
|
onError?: (message?: string) => void;
|
|
7
7
|
};
|
|
8
|
-
export declare const JRCQuarantineFiles: ({ count, commentId, load, onError }: JRCQuarantineFilesProps) => import("react
|
|
8
|
+
export declare const JRCQuarantineFiles: ({ count, commentId, load, onError }: JRCQuarantineFilesProps) => import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -4,4 +4,4 @@ export type JRCRateStarsProps = {
|
|
|
4
4
|
readOnly?: boolean;
|
|
5
5
|
onRate?: (value: number) => void;
|
|
6
6
|
};
|
|
7
|
-
export declare const JRCRateStars: ({ value, userValue, readOnly, onRate }: JRCRateStarsProps) => import("react
|
|
7
|
+
export declare const JRCRateStars: ({ value, userValue, readOnly, onRate }: JRCRateStarsProps) => import("react").JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export declare const RateStarsRow: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
2
|
-
export declare const RateStar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never
|
|
3
|
-
export declare const RateStaticStar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never
|
|
1
|
+
export declare const RateStarsRow: 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;
|
|
2
|
+
export declare const RateStar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>>> & string;
|
|
3
|
+
export declare const RateStaticStar: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>>> & string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const JRCModalBox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
1
|
+
export declare const JRCModalBox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$maxWidth" | "$overflow" | "$open" | "$zIndex" | "$position" | "$inPlace" | "$offsetTop" | "$fixed"> & {
|
|
2
2
|
$position?: "right" | "left";
|
|
3
3
|
$open?: boolean;
|
|
4
4
|
$inPlace?: boolean;
|
|
@@ -7,14 +7,29 @@ export declare const JRCModalBox: import('styled-components/dist/types').IStyled
|
|
|
7
7
|
$offsetTop?: number | string;
|
|
8
8
|
$zIndex?: number;
|
|
9
9
|
$fixed?: boolean;
|
|
10
|
-
}
|
|
11
|
-
|
|
10
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$maxWidth" | "$overflow" | "$open" | "$zIndex" | "$position" | "$inPlace" | "$offsetTop" | "$fixed"> & {
|
|
11
|
+
$position?: "right" | "left";
|
|
12
|
+
$open?: boolean;
|
|
13
|
+
$inPlace?: boolean;
|
|
14
|
+
$maxWidth?: string;
|
|
15
|
+
$overflow?: string;
|
|
16
|
+
$offsetTop?: number | string;
|
|
17
|
+
$zIndex?: number;
|
|
18
|
+
$fixed?: boolean;
|
|
19
|
+
}, never>>> & string;
|
|
20
|
+
export declare const JRCModalContent: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$removePadding"> & {
|
|
21
|
+
$removePadding?: boolean;
|
|
22
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$removePadding"> & {
|
|
12
23
|
$removePadding?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare const JRCModalHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
24
|
+
}, never>>> & string;
|
|
25
|
+
export declare const JRCModalHeader: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$removePadding"> & {
|
|
15
26
|
$removePadding?: boolean;
|
|
16
|
-
}
|
|
17
|
-
|
|
27
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$removePadding"> & {
|
|
28
|
+
$removePadding?: boolean;
|
|
29
|
+
}, never>>> & string;
|
|
30
|
+
export declare const JRCModalFooter: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$sticky"> & {
|
|
31
|
+
$sticky?: boolean;
|
|
32
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$sticky"> & {
|
|
18
33
|
$sticky?: boolean;
|
|
19
|
-
}
|
|
20
|
-
export declare const JRCModalClose: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
34
|
+
}, never>>> & string;
|
|
35
|
+
export declare const JRCModalClose: 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;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { SidePanelModalProps } from './types';
|
|
2
|
-
export declare const SidePanel: ({ open, portal, ...props }: SidePanelModalProps) => import("react
|
|
2
|
+
export declare const SidePanel: ({ open, portal, ...props }: SidePanelModalProps) => import("react").JSX.Element | null;
|
|
@@ -7,4 +7,4 @@ export type JRCSkeletonLineProps = {
|
|
|
7
7
|
borderRadius?: string;
|
|
8
8
|
margin?: string;
|
|
9
9
|
};
|
|
10
|
-
export declare const JRCSkeletonLine: ({ width, size, lineHeight, height, borderRadius, margin, }: JRCSkeletonLineProps) => import("react
|
|
10
|
+
export declare const JRCSkeletonLine: ({ width, size, lineHeight, height, borderRadius, margin, }: JRCSkeletonLineProps) => import("react").JSX.Element;
|
|
@@ -8,4 +8,4 @@ export type JRCSkeletonSquareProps = {
|
|
|
8
8
|
margin?: string;
|
|
9
9
|
className?: string;
|
|
10
10
|
};
|
|
11
|
-
export declare const JRCSkeletonSquare: ({ ratio, width, borderRadius, margin, className }: JRCSkeletonSquareProps) => import("react
|
|
11
|
+
export declare const JRCSkeletonSquare: ({ ratio, width, borderRadius, margin, className }: JRCSkeletonSquareProps) => import("react").JSX.Element;
|
|
@@ -10,4 +10,4 @@ export type JRCSliderProps = {
|
|
|
10
10
|
constrainHeight?: boolean;
|
|
11
11
|
onClickSlide?: (index: number) => void;
|
|
12
12
|
};
|
|
13
|
-
export declare const JRCSlider: ({ slides, autoplay, delay, maxWidth, loop, useDots, startAt, constrainHeight, onClickSlide, }: JRCSliderProps) => import("react
|
|
13
|
+
export declare const JRCSlider: ({ slides, autoplay, delay, maxWidth, loop, useDots, startAt, constrainHeight, onClickSlide, }: JRCSliderProps) => import("react").JSX.Element;
|
|
@@ -5,5 +5,5 @@ type SliderArrowsProps = {
|
|
|
5
5
|
onClickPrev: () => void;
|
|
6
6
|
onClickNext: () => void;
|
|
7
7
|
};
|
|
8
|
-
export declare const SliderArrows: ({ step, total, loop, onClickPrev, onClickNext }: SliderArrowsProps) => import("react
|
|
8
|
+
export declare const SliderArrows: ({ step, total, loop, onClickPrev, onClickNext }: SliderArrowsProps) => import("react").JSX.Element;
|
|
9
9
|
export {};
|
|
@@ -39,5 +39,5 @@ type ButtonProps = {
|
|
|
39
39
|
* @member as render the link styled as a button
|
|
40
40
|
*/
|
|
41
41
|
export type JRCStyledHrefProps = DataCy & NativeProps & (AnchorProps | ButtonProps);
|
|
42
|
-
export declare const JRCStyledHref: ({ dataCy, hasLicense, href, useLink, ...props }: JRCStyledHrefProps) => import("react
|
|
42
|
+
export declare const JRCStyledHref: ({ dataCy, hasLicense, href, useLink, ...props }: JRCStyledHrefProps) => import("react").JSX.Element;
|
|
43
43
|
export {};
|
|
@@ -3,7 +3,7 @@ import { ReactNode } from 'react';
|
|
|
3
3
|
export interface ItemProps {
|
|
4
4
|
$isActive: boolean;
|
|
5
5
|
}
|
|
6
|
-
export declare const ItemButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
6
|
+
export declare const ItemButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$isActive"> & ItemProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "$isActive"> & ItemProps, never>>> & string;
|
|
7
7
|
/**
|
|
8
8
|
* Interface of a single Menu Item props
|
|
9
9
|
* @member label label of the tag
|
|
@@ -31,7 +31,7 @@ export type JRCTabsProps<T extends string = string> = DataCy & {
|
|
|
31
31
|
* @param {entries, activeItem, direction} props, @see JRCTabsProps interface
|
|
32
32
|
* @returns JSX.Element
|
|
33
33
|
*/
|
|
34
|
-
export declare const JRCTabs: <T extends string = string>({ entries, activeItem, direction, align, callback, dataCy, }: JRCTabsProps<T>) => import("react
|
|
34
|
+
export declare const JRCTabs: <T extends string = string>({ entries, activeItem, direction, align, callback, dataCy, }: JRCTabsProps<T>) => import("react").JSX.Element;
|
|
35
35
|
/**
|
|
36
36
|
* Interface to provide JRCTabPanel props
|
|
37
37
|
* @member active whether the tab is active
|
|
@@ -41,4 +41,4 @@ export interface JRCTabPanelProps {
|
|
|
41
41
|
active: boolean;
|
|
42
42
|
children: ReactNode;
|
|
43
43
|
}
|
|
44
|
-
export declare const JRCTabPanel: ({ children, active }: JRCTabPanelProps) => import("react
|
|
44
|
+
export declare const JRCTabPanel: ({ children, active }: JRCTabPanelProps) => import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@ import { Meta } from '@storybook/react-vite';
|
|
|
3
3
|
declare const _default: Meta;
|
|
4
4
|
export default _default;
|
|
5
5
|
export declare const Primary: import('storybook/internal/csf').AnnotatedStoryFn<import('@storybook/react-vite').ReactRenderer, JRCTabsProps>;
|
|
6
|
-
export declare const EmbeddedTab: () => import("react
|
|
6
|
+
export declare const EmbeddedTab: () => import("react").JSX.Element;
|
|
@@ -39,4 +39,4 @@ export type JRCTagProps<T> = UriOrTypeId & {
|
|
|
39
39
|
onLoad?: () => void;
|
|
40
40
|
href?: string;
|
|
41
41
|
};
|
|
42
|
-
export declare function JRCTag<T>(props: JRCTagProps<T>): import("react
|
|
42
|
+
export declare function JRCTag<T>(props: JRCTagProps<T>): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCTooltipProps } from './types';
|
|
2
|
-
export declare const JRCTooltip: (props: JRCTooltipProps) => import("react
|
|
2
|
+
export declare const JRCTooltip: (props: JRCTooltipProps) => import("react").JSX.Element;
|
|
@@ -5,35 +5,35 @@ import { ComponentPropsWithoutRef } from 'react';
|
|
|
5
5
|
* @see HTML.H1 props
|
|
6
6
|
*/
|
|
7
7
|
export type JRCH1Props = ComponentPropsWithoutRef<'h1'>;
|
|
8
|
-
declare const JRCH1: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
8
|
+
declare const JRCH1: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>>> & string;
|
|
9
9
|
/**
|
|
10
10
|
* @deprecated use JRCTypography instead
|
|
11
11
|
* Props Type for JRCH2
|
|
12
12
|
* @see HTML.H2 props
|
|
13
13
|
*/
|
|
14
14
|
export type JRCH2Props = ComponentPropsWithoutRef<'h2'>;
|
|
15
|
-
declare const JRCH2: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
15
|
+
declare const JRCH2: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>>> & string;
|
|
16
16
|
/**
|
|
17
17
|
* @deprecated use JRCTypography instead
|
|
18
18
|
* Props Type for JRCH3
|
|
19
19
|
* @see HTML.H3 props
|
|
20
20
|
*/
|
|
21
21
|
export type JRCH3Props = ComponentPropsWithoutRef<'h3'>;
|
|
22
|
-
declare const JRCH3: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
22
|
+
declare const JRCH3: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>>> & string;
|
|
23
23
|
/**
|
|
24
24
|
* @deprecated use JRCTypography instead
|
|
25
25
|
* Props Type for JRCH4
|
|
26
26
|
* @see HTML.H4 props
|
|
27
27
|
*/
|
|
28
28
|
export type JRCH4Props = ComponentPropsWithoutRef<'h3'>;
|
|
29
|
-
declare const JRCH4: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
29
|
+
declare const JRCH4: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>>> & string;
|
|
30
30
|
/**
|
|
31
31
|
* @deprecated use JRCTypography instead
|
|
32
32
|
* Props Type for JRCH5
|
|
33
33
|
* @see HTML.H5 props
|
|
34
34
|
*/
|
|
35
35
|
export type JRCH5Props = ComponentPropsWithoutRef<'h5'>;
|
|
36
|
-
declare const JRCH5: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
36
|
+
declare const JRCH5: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "key" | keyof import('react').HTMLAttributes<HTMLHeadingElement>> & Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, "ref">, never>>> & string;
|
|
37
37
|
/**
|
|
38
38
|
* @deprecated use JRCTypography instead
|
|
39
39
|
* Props Type for JRCText
|
|
@@ -43,6 +43,6 @@ export interface JRCTextProps {
|
|
|
43
43
|
/** Size of the text */
|
|
44
44
|
size?: 's' | 'm' | 'l';
|
|
45
45
|
}
|
|
46
|
-
declare const Text: import('styled-components').RuleSet<JRCTextProps
|
|
47
|
-
declare const JRCText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
46
|
+
declare const Text: import('styled-components').RuleSet<NoInfer<JRCTextProps>>;
|
|
47
|
+
declare const JRCText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size"> & JRCTextProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "size"> & JRCTextProps, never>>> & string;
|
|
48
48
|
export { JRCH1, JRCH2, JRCH3, JRCH4, JRCH5, Text, JRCText };
|
|
@@ -3,9 +3,9 @@ declare const _default: {
|
|
|
3
3
|
title: string;
|
|
4
4
|
};
|
|
5
5
|
export default _default;
|
|
6
|
-
export declare const H1: (args: JRCH1Props) => import("react
|
|
7
|
-
export declare const H2: (args: JRCH2Props) => import("react
|
|
8
|
-
export declare const H3: (args: JRCH3Props) => import("react
|
|
9
|
-
export declare const H4: (args: JRCH4Props) => import("react
|
|
10
|
-
export declare const H5: (args: JRCH5Props) => import("react
|
|
11
|
-
export declare const P: (args: JRCTextProps) => import("react
|
|
6
|
+
export declare const H1: (args: JRCH1Props) => import("react").JSX.Element;
|
|
7
|
+
export declare const H2: (args: JRCH2Props) => import("react").JSX.Element;
|
|
8
|
+
export declare const H3: (args: JRCH3Props) => import("react").JSX.Element;
|
|
9
|
+
export declare const H4: (args: JRCH4Props) => import("react").JSX.Element;
|
|
10
|
+
export declare const H5: (args: JRCH5Props) => import("react").JSX.Element;
|
|
11
|
+
export declare const P: (args: JRCTextProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCTypographyProps } from './JRCTypography.types';
|
|
2
|
-
export declare const JRCTypography: ({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: JRCTypographyProps) => import("react
|
|
2
|
+
export declare const JRCTypography: ({ variant, ellipsis, size, weight, color, align, textAlign, hoverColor, maxWidth, whiteSpace, ...props }: JRCTypographyProps) => import("react").JSX.Element;
|
|
@@ -11,7 +11,7 @@ export declare const SIZES: Readonly<{
|
|
|
11
11
|
xxl: 24;
|
|
12
12
|
xxxl: 32;
|
|
13
13
|
}>;
|
|
14
|
-
export declare const Typography: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
14
|
+
export declare const Typography: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "$color" | "$size" | "$ellipsis" | "$maxWidth" | "$weight" | "$align" | "$hoverColor" | "$whiteSpace" | keyof FastCssProps> & {
|
|
15
15
|
$ellipsis: JRCTypographyProps["ellipsis"];
|
|
16
16
|
$maxWidth: JRCTypographyProps["maxWidth"];
|
|
17
17
|
$size: JRCTypographyProps["size"];
|
|
@@ -20,4 +20,13 @@ export declare const Typography: import('styled-components/dist/types').IStyledC
|
|
|
20
20
|
$align: JRCTypographyProps["align"];
|
|
21
21
|
$hoverColor: JRCTypographyProps["hoverColor"];
|
|
22
22
|
$whiteSpace: CSSProperties["whiteSpace"];
|
|
23
|
-
} & FastCssProps
|
|
23
|
+
} & FastCssProps, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "$color" | "$size" | "$ellipsis" | "$maxWidth" | "$weight" | "$align" | "$hoverColor" | "$whiteSpace" | keyof FastCssProps> & {
|
|
24
|
+
$ellipsis: JRCTypographyProps["ellipsis"];
|
|
25
|
+
$maxWidth: JRCTypographyProps["maxWidth"];
|
|
26
|
+
$size: JRCTypographyProps["size"];
|
|
27
|
+
$weight: JRCTypographyProps["weight"];
|
|
28
|
+
$color: JRCTypographyProps["color"];
|
|
29
|
+
$align: JRCTypographyProps["align"];
|
|
30
|
+
$hoverColor: JRCTypographyProps["hoverColor"];
|
|
31
|
+
$whiteSpace: CSSProperties["whiteSpace"];
|
|
32
|
+
} & FastCssProps, never>>> & string;
|
|
@@ -4,5 +4,5 @@ type JRCUserHighlightFieldsProps = {
|
|
|
4
4
|
highlightFields: string[];
|
|
5
5
|
userModel: Model;
|
|
6
6
|
};
|
|
7
|
-
export declare const JRCUserHighlightFields: ({ user, highlightFields, userModel }: JRCUserHighlightFieldsProps) => import("react
|
|
7
|
+
export declare const JRCUserHighlightFields: ({ user, highlightFields, userModel }: JRCUserHighlightFieldsProps) => import("react").JSX.Element;
|
|
8
8
|
export {};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { JRCObjectListProps } from '../JRCObjectList/JRCObjectList';
|
|
2
2
|
import { jUserLittle } from 'jamespot-user-api';
|
|
3
3
|
export type JRCUserListProps = JRCObjectListProps<jUserLittle>;
|
|
4
|
-
export declare const JRCUserList: (props: JRCUserListProps) => import("react
|
|
4
|
+
export declare const JRCUserList: (props: JRCUserListProps) => import("react").JSX.Element;
|
|
@@ -6,4 +6,4 @@ export type JRCUserPopupProps = {
|
|
|
6
6
|
onError?: (message?: string) => void;
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
};
|
|
9
|
-
export declare const JRCUserPopup: ({ children, uri, fetchBusinessNetworking, onError }: JRCUserPopupProps) => import("react
|
|
9
|
+
export declare const JRCUserPopup: ({ children, uri, fetchBusinessNetworking, onError }: JRCUserPopupProps) => import("react").JSX.Element;
|
|
@@ -3,5 +3,5 @@ type JRCUserStatusIconProps = {
|
|
|
3
3
|
user: jUserLittle;
|
|
4
4
|
isUserActive?: boolean;
|
|
5
5
|
};
|
|
6
|
-
export declare const JRCUserStatusIcon: ({ user, isUserActive }: JRCUserStatusIconProps) => import("react
|
|
6
|
+
export declare const JRCUserStatusIcon: ({ user, isUserActive }: JRCUserStatusIconProps) => import("react").JSX.Element | null;
|
|
7
7
|
export {};
|
|
@@ -7,5 +7,5 @@ type JRCUsersProps = {
|
|
|
7
7
|
initialUsers: AudienceAutocomplete[];
|
|
8
8
|
onSelectUser?: (users: AudienceAutocomplete[]) => void;
|
|
9
9
|
};
|
|
10
|
-
export declare const JRCUsers: ({ handlers, onError, initialUsers, onSelectUser }: JRCUsersProps) => import("react
|
|
10
|
+
export declare const JRCUsers: ({ handlers, onError, initialUsers, onSelectUser }: JRCUsersProps) => import("react").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -7,5 +7,5 @@ type JRCFadeStepperProps = {
|
|
|
7
7
|
activeStep: number;
|
|
8
8
|
children: ReactNode | Iterable<ReactNode>;
|
|
9
9
|
};
|
|
10
|
-
export declare function JRCFadeStepper(props: JRCFadeStepperProps): import("react
|
|
10
|
+
export declare function JRCFadeStepper(props: JRCFadeStepperProps): import("react").JSX.Element | null;
|
|
11
11
|
export {};
|
|
@@ -8,5 +8,5 @@ type JRCImageStepperProps = {
|
|
|
8
8
|
activeStep: number;
|
|
9
9
|
src: string;
|
|
10
10
|
};
|
|
11
|
-
export declare function JRCImageStepper(props: JRCImageStepperProps): import("react
|
|
11
|
+
export declare function JRCImageStepper(props: JRCImageStepperProps): import("react").JSX.Element;
|
|
12
12
|
export {};
|
|
@@ -11,5 +11,5 @@ type JRCStepperProps = {
|
|
|
11
11
|
steps?: Array<Step>;
|
|
12
12
|
activeStep: number;
|
|
13
13
|
};
|
|
14
|
-
export declare function JRCStepper(props: JRCStepperProps): import("react
|
|
14
|
+
export declare function JRCStepper(props: JRCStepperProps): import("react").JSX.Element;
|
|
15
15
|
export {};
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
export declare const Relative: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
2
|
-
export declare const Animation: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
1
|
+
export declare const Relative: 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;
|
|
2
|
+
export declare const Animation: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "animation"> & {
|
|
3
3
|
animation?: string | undefined;
|
|
4
|
-
}
|
|
4
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "animation"> & {
|
|
5
|
+
animation?: string | undefined;
|
|
6
|
+
}, never>>> & string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { JRCColumn } from './JRCColumn';
|
|
2
2
|
import { Open } from './template.type';
|
|
3
|
-
export declare const AppColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
3
|
+
export declare const AppColumn: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('./template.type').JRCColumnProps, "open"> & Open, never> & Partial<Pick<import('styled-components').FastOmit<import('./template.type').JRCColumnProps, "open"> & Open, never>>> & string & Omit<typeof JRCColumn, keyof import('react').Component<any, {}, any>>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCAppColumnProps } from './template.type';
|
|
2
|
-
export declare function JRCAppColumn({ description, activeTab, tabs, mode, ...props }: JRCAppColumnProps): import("react
|
|
2
|
+
export declare function JRCAppColumn({ description, activeTab, tabs, mode, ...props }: JRCAppColumnProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { Closing, JRCAppTabsProps, Open } from './template.type';
|
|
2
|
-
export declare function JRCAppTabs({ tabs, activeTab, ...props }: JRCAppTabsProps & Open & Closing): import("react
|
|
2
|
+
export declare function JRCAppTabs({ tabs, activeTab, ...props }: JRCAppTabsProps & Open & Closing): import("react").JSX.Element;
|
|
@@ -8,5 +8,5 @@ export type JRCTemplateBaseProps = {
|
|
|
8
8
|
mode?: LayoutMode;
|
|
9
9
|
maxWidth?: string;
|
|
10
10
|
};
|
|
11
|
-
export declare const ChildrenContainer: ({ title, isLoading, loader, children }: Omit<JRCTemplateBaseProps, "maxWidth">) => import("react
|
|
11
|
+
export declare const ChildrenContainer: ({ title, isLoading, loader, children }: Omit<JRCTemplateBaseProps, "maxWidth">) => import("react").JSX.Element;
|
|
12
12
|
export declare const JRCTemplateBase: FC<any>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCColumnProps } from './template.type';
|
|
2
|
-
export declare function JRCColumn({ children, mode, position, ...props }: JRCColumnProps): import("react
|
|
2
|
+
export declare function JRCColumn({ children, mode, position, ...props }: JRCColumnProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCMainColumnProps } from './template.type';
|
|
2
|
-
export declare function JRCMainColumn({ children, ...props }: JRCMainColumnProps): import("react
|
|
2
|
+
export declare function JRCMainColumn({ children, ...props }: JRCMainColumnProps): import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { JRCPanelProps } from './template.type';
|
|
2
|
-
export declare function JRCPanel({ children, width, open, focusOnCloseRef, closeHandler }: JRCPanelProps): import("react
|
|
2
|
+
export declare function JRCPanel({ children, width, open, focusOnCloseRef, closeHandler }: JRCPanelProps): import("react").JSX.Element;
|
|
@@ -9,5 +9,5 @@ type JRCStepperPageProps = {
|
|
|
9
9
|
loadingContent?: ReactNode | string;
|
|
10
10
|
isLoading?: boolean;
|
|
11
11
|
};
|
|
12
|
-
export declare const JRCStepperPage: (props: JRCStepperPageProps) => import("react
|
|
12
|
+
export declare const JRCStepperPage: (props: JRCStepperPageProps) => import("react").JSX.Element;
|
|
13
13
|
export {};
|