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
package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts
CHANGED
|
@@ -1,13 +1,17 @@
|
|
|
1
|
-
export declare const CSSItemWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
2
|
-
export declare const CSSItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
3
|
-
export declare const CSSItemLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
4
|
-
export declare const CSSItemLabelWithEllipsis: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
5
|
-
export declare const CSSItemIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
1
|
+
export declare const CSSItemWrapper: 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 CSSItem: 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 CSSItemLabel: 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 CSSItemLabelWithEllipsis: 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 CSSItemIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "backgroundColor"> & {
|
|
6
6
|
backgroundColor: string;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
export declare const
|
|
11
|
-
export declare const
|
|
7
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "backgroundColor"> & {
|
|
8
|
+
backgroundColor: string;
|
|
9
|
+
}, never>>> & string;
|
|
10
|
+
export declare const CSSListBorderBottom: 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;
|
|
11
|
+
export declare const CSSInlineInput: 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;
|
|
12
|
+
export declare const CSSFlexInput: 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;
|
|
13
|
+
export declare const CSSListItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "isActive"> & {
|
|
14
|
+
isActive?: boolean;
|
|
15
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "isActive"> & {
|
|
12
16
|
isActive?: boolean;
|
|
13
|
-
}
|
|
17
|
+
}, never>>> & string;
|
|
@@ -9,4 +9,4 @@ export declare const JRCWidgetExcelDatasourceTableEditor: ({ uri, limit, tableHe
|
|
|
9
9
|
hook: {
|
|
10
10
|
isActive: HookIsActive;
|
|
11
11
|
};
|
|
12
|
-
} & WidgetEditorActions<WidgetExcelDatasourceTableContent> & WidgetEditorErrorActions) => import("react
|
|
12
|
+
} & WidgetEditorActions<WidgetExcelDatasourceTableContent> & WidgetEditorErrorActions) => import("react").JSX.Element;
|
|
@@ -7,5 +7,5 @@ export type JRCWidgetTableProps = WidgetTableContent & {
|
|
|
7
7
|
tableDefaultSortName?: string;
|
|
8
8
|
initialPage?: number;
|
|
9
9
|
};
|
|
10
|
-
export declare const JRCWidgetTable: (args: JRCWidgetTableProps) => import("react
|
|
10
|
+
export declare const JRCWidgetTable: (args: JRCWidgetTableProps) => import("react").JSX.Element;
|
|
11
11
|
export {};
|
|
@@ -1,24 +1,35 @@
|
|
|
1
|
-
export declare const CSSTable: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never
|
|
2
|
-
export declare const CSSTableHead: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never
|
|
3
|
-
export declare const CSSTableBody: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never
|
|
4
|
-
export declare const CSSTableTd: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
1
|
+
export declare const CSSTable: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').TableHTMLAttributes<HTMLTableElement>, HTMLTableElement>, never>>> & string;
|
|
2
|
+
export declare const CSSTableHead: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>>> & string;
|
|
3
|
+
export declare const CSSTableBody: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableSectionElement>, HTMLTableSectionElement>, never>>> & string;
|
|
4
|
+
export declare const CSSTableTd: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "$width"> & {
|
|
5
5
|
$width?: number;
|
|
6
|
-
}
|
|
7
|
-
export declare const CSSTableTh: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, {
|
|
6
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, "$width"> & {
|
|
8
7
|
$width?: number;
|
|
9
|
-
}
|
|
10
|
-
export declare const
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
}, never>>> & string;
|
|
9
|
+
export declare const CSSTableTh: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "$width"> & {
|
|
10
|
+
$width?: number;
|
|
11
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ThHTMLAttributes<HTMLTableHeaderCellElement>, HTMLTableHeaderCellElement>, "$width"> & {
|
|
12
|
+
$width?: number;
|
|
13
|
+
}, never>>> & string;
|
|
14
|
+
export declare const CSSTableHeadTdContent: 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;
|
|
15
|
+
export declare const CSSTableTdContent: 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;
|
|
16
|
+
export declare const CSSTableTr: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "$color" | "$background"> & {
|
|
17
|
+
$background: string;
|
|
18
|
+
$color: string;
|
|
19
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLTableRowElement>, HTMLTableRowElement>, "$color" | "$background"> & {
|
|
13
20
|
$background: string;
|
|
14
21
|
$color: string;
|
|
15
|
-
}
|
|
16
|
-
export declare const CSSTableOverlay: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
17
|
-
export declare const CSSTableRadius: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
22
|
+
}, never>>> & string;
|
|
23
|
+
export declare const CSSTableOverlay: 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;
|
|
24
|
+
export declare const CSSTableRadius: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$borderRadius"> & {
|
|
25
|
+
$borderRadius: number;
|
|
26
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$borderRadius"> & {
|
|
18
27
|
$borderRadius: number;
|
|
19
|
-
}
|
|
20
|
-
export declare const CSSTableWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
21
|
-
export declare const CSSReadMoreWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
22
|
-
export declare const CSSReadMoreGradient: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
28
|
+
}, never>>> & string;
|
|
29
|
+
export declare const CSSTableWrapper: 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
|
+
export declare const CSSReadMoreWrapper: 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;
|
|
31
|
+
export declare const CSSReadMoreGradient: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$backgroundColor"> & {
|
|
32
|
+
$backgroundColor: string;
|
|
33
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "$backgroundColor"> & {
|
|
23
34
|
$backgroundColor: string;
|
|
24
|
-
}
|
|
35
|
+
}, never>>> & string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { JRCWidgetTableProps } from './JRCWidgetTable';
|
|
2
2
|
export declare const JRCWidgetTableEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableRowColor, tableRowTextColor, onChange, }: JRCWidgetTableProps & {
|
|
3
3
|
onChange: (content: Partial<JRCWidgetTableProps>) => void;
|
|
4
|
-
}) => import("react
|
|
4
|
+
}) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { WidgetDatasourceTableContent, WidgetEditorActions } from 'jamespot-user-api';
|
|
2
|
-
export declare const JRCWidgetTableSharedEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, onChange, }: WidgetDatasourceTableContent & Pick<WidgetEditorActions<WidgetDatasourceTableContent>, "onChange">) => import("react
|
|
2
|
+
export declare const JRCWidgetTableSharedEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, onChange, }: WidgetDatasourceTableContent & Pick<WidgetEditorActions<WidgetDatasourceTableContent>, "onChange">) => import("react").JSX.Element;
|
package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts
CHANGED
|
@@ -5,4 +5,4 @@ export declare const WidgetDatasourceModelView: ({ model, excelHeaders, tableCol
|
|
|
5
5
|
tableColumnsData: WidgetTableColumnsData;
|
|
6
6
|
onChange: (content: Partial<WidgetDatasourceTableContent>, override?: boolean) => void;
|
|
7
7
|
onUpdateModel?: (model: WidgetTableColumn[]) => void;
|
|
8
|
-
}) => import("react
|
|
8
|
+
}) => import("react").JSX.Element;
|
package/dist/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts
CHANGED
|
@@ -3,4 +3,4 @@ export declare const WidgetDatasourceModelViewChanges: ({ model, excelHeaders, o
|
|
|
3
3
|
model: WidgetTableColumn[];
|
|
4
4
|
excelHeaders: string[] | undefined;
|
|
5
5
|
onChange: (model: WidgetTableColumn[]) => void;
|
|
6
|
-
}) => import("react
|
|
6
|
+
}) => import("react").JSX.Element;
|
|
@@ -5,4 +5,4 @@ export declare const WidgetDatasourceModelViewColumnAction: ({ type, tableColumn
|
|
|
5
5
|
item: WidgetTableColumnData;
|
|
6
6
|
handleEditLabel: () => void;
|
|
7
7
|
onChange: (content: Partial<WidgetDatasourceTableContent>, override?: boolean) => void;
|
|
8
|
-
}) => import("react
|
|
8
|
+
}) => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const ExcelEditorBrokenModel: () => import("react
|
|
1
|
+
export declare const ExcelEditorBrokenModel: () => import("react").JSX.Element;
|
|
@@ -14,4 +14,4 @@ export declare enum WidgetTableColumnType {
|
|
|
14
14
|
export declare const ExcelEditorModelColumn: ({ column, onChange, }: {
|
|
15
15
|
column: WidgetTableColumn;
|
|
16
16
|
onChange: (data: WidgetTableColumn) => void;
|
|
17
|
-
}) => import("react
|
|
17
|
+
}) => import("react").JSX.Element;
|
|
@@ -3,4 +3,4 @@ export declare const StudioEditorApp: ({ idApp, status, onHandleSelection, }: {
|
|
|
3
3
|
idApp: string;
|
|
4
4
|
status: StudioApplicationStatusEnumBased;
|
|
5
5
|
onHandleSelection: (app: StudioApplicationBase) => void;
|
|
6
|
-
} & WidgetEditorErrorActions) => import("react
|
|
6
|
+
} & WidgetEditorErrorActions) => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const StudioEditorFetch: () => import("react
|
|
1
|
+
export declare const StudioEditorFetch: () => import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ export type JRCWidgetTextProps = {
|
|
|
13
13
|
text?: string;
|
|
14
14
|
padding?: number;
|
|
15
15
|
};
|
|
16
|
-
export declare const JRCWidgetText: ({ text, padding, css }: JRCWidgetTextProps) => import("react
|
|
16
|
+
export declare const JRCWidgetText: ({ text, padding, css }: JRCWidgetTextProps) => import("react").JSX.Element;
|
|
@@ -12,4 +12,4 @@ export interface JRCWidgetTextEditorProps extends WidgetTextContent {
|
|
|
12
12
|
/**
|
|
13
13
|
* Widget Text editor component
|
|
14
14
|
*/
|
|
15
|
-
export declare const JRCWidgetTextEditor: ({ uniqid, content, onChangeContent, token, additionalExtensions, tinyMCECommonOptions, }: JRCWidgetTextEditorProps) => import("react
|
|
15
|
+
export declare const JRCWidgetTextEditor: ({ uniqid, content, onChangeContent, token, additionalExtensions, tinyMCECommonOptions, }: JRCWidgetTextEditorProps) => import("react").JSX.Element;
|
|
@@ -10,4 +10,4 @@ export type JRCWidgetUserProfileProps = {
|
|
|
10
10
|
displayMode?: string;
|
|
11
11
|
currentUser: jUserList;
|
|
12
12
|
};
|
|
13
|
-
export declare const JRCWidgetUserProfile: ({ currentUser, pictureSize, displayMode, css, }: JRCWidgetUserProfileProps) => import("react
|
|
13
|
+
export declare const JRCWidgetUserProfile: ({ currentUser, pictureSize, displayMode, css, }: JRCWidgetUserProfileProps) => import("react").JSX.Element;
|
|
@@ -4,4 +4,4 @@ export interface JRCWidgetUserProfileEditorProps {
|
|
|
4
4
|
content: WidgetUserProfileContent;
|
|
5
5
|
onChangeContent: (uniqid: string, content: WidgetUserProfileContent) => void;
|
|
6
6
|
}
|
|
7
|
-
export declare const JRCWidgetUserProfileEditor: ({ uniqid, content, onChangeContent }: JRCWidgetUserProfileEditorProps) => import("react
|
|
7
|
+
export declare const JRCWidgetUserProfileEditor: ({ uniqid, content, onChangeContent }: JRCWidgetUserProfileEditorProps) => import("react").JSX.Element;
|
|
@@ -13,4 +13,4 @@ export type JRCWidgetWelcomeProps = {
|
|
|
13
13
|
lineBreak?: boolean;
|
|
14
14
|
position?: string;
|
|
15
15
|
};
|
|
16
|
-
export declare const JRCWidgetWelcome: ({ currentUser, message, lineBreak, css, position, displayMode, }: JRCWidgetWelcomeProps) => import("react
|
|
16
|
+
export declare const JRCWidgetWelcome: ({ currentUser, message, lineBreak, css, position, displayMode, }: JRCWidgetWelcomeProps) => import("react").JSX.Element;
|
|
@@ -7,4 +7,4 @@ export interface JRCWidgetWelcomeEditorProps extends WidgetWelcomeContent {
|
|
|
7
7
|
/**
|
|
8
8
|
* Widget Welcome editor component
|
|
9
9
|
*/
|
|
10
|
-
export declare const JRCWidgetWelcomeEditor: ({ uniqid, content, onChangeContent }: JRCWidgetWelcomeEditorProps) => import("react
|
|
10
|
+
export declare const JRCWidgetWelcomeEditor: ({ uniqid, content, onChangeContent }: JRCWidgetWelcomeEditorProps) => import("react").JSX.Element;
|
|
@@ -9,4 +9,4 @@ export interface JRCWidgetYoutubeEditorProps {
|
|
|
9
9
|
*/
|
|
10
10
|
validateUrl?: (url: string) => boolean;
|
|
11
11
|
}
|
|
12
|
-
export declare const JRCWidgetYoutubeEditor: ({ uniqid, content, onChangeContent, validateUrl, }: JRCWidgetYoutubeEditorProps) => import("react
|
|
12
|
+
export declare const JRCWidgetYoutubeEditor: ({ uniqid, content, onChangeContent, validateUrl, }: JRCWidgetYoutubeEditorProps) => import("react").JSX.Element;
|
|
@@ -11,4 +11,4 @@ export declare const CalendarEditorViewOptions: {
|
|
|
11
11
|
label: string;
|
|
12
12
|
value: string;
|
|
13
13
|
}[];
|
|
14
|
-
export declare const WidgetCalendarEditor: ({ content, onChange, handlers }: JRCWidgetCalendarEditorProps) => import("react
|
|
14
|
+
export declare const WidgetCalendarEditor: ({ content, onChange, handlers }: JRCWidgetCalendarEditorProps) => import("react").JSX.Element;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CSSWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
2
|
-
export declare const WidgetPanelTplWarning: () => import("react
|
|
1
|
+
export declare const CSSWrapper: 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 WidgetPanelTplWarning: () => import("react").JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const WidgetMissingToken: () => import("react
|
|
1
|
+
export declare const WidgetMissingToken: () => import("react").JSX.Element;
|
|
@@ -22,5 +22,5 @@ export type EditorBaseContext<T = CombinedWidgetContent> = {
|
|
|
22
22
|
export declare const ContainerContext: import('react').Context<unknown>;
|
|
23
23
|
export declare const EditorContainerProvider: <T>(props: {
|
|
24
24
|
children: ReactNode;
|
|
25
|
-
} & T) => import("react
|
|
25
|
+
} & T) => import("react").JSX.Element;
|
|
26
26
|
export {};
|
|
@@ -1,16 +1,23 @@
|
|
|
1
|
-
export declare const CSSPlaceholder: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
2
|
-
export declare const CSSEmptyWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
3
|
-
export declare const CSSWrapperText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components
|
|
1
|
+
export declare const CSSPlaceholder: 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 CSSEmptyWrapper: 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 CSSWrapperText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "heading" | "color" | "fontSize"> & {
|
|
4
4
|
color?: string;
|
|
5
5
|
heading?: string;
|
|
6
6
|
fontSize?: string;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
7
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "heading" | "color" | "fontSize"> & {
|
|
8
|
+
color?: string;
|
|
9
|
+
heading?: string;
|
|
10
|
+
fontSize?: string;
|
|
11
|
+
}, never>>> & string;
|
|
12
|
+
export declare const CSSText: 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;
|
|
13
|
+
export declare const CSSTextareaWrapper: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, never> & Partial<Pick<import('react').DetailedHTMLProps<import('react').FormHTMLAttributes<HTMLFormElement>, HTMLFormElement>, never>>> & string;
|
|
14
|
+
export declare const StyledTextarea: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "heading" | "color"> & {
|
|
15
|
+
heading?: string;
|
|
16
|
+
color?: string;
|
|
17
|
+
}, never> & Partial<Pick<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "heading" | "color"> & {
|
|
11
18
|
heading?: string;
|
|
12
19
|
color?: string;
|
|
13
|
-
}
|
|
14
|
-
export declare const CSSWidgetEditorListItem: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
15
|
-
export declare const CSSWidgetEditorListItemLabel: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never
|
|
16
|
-
export declare const CSSWidgetEditorListOption: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never
|
|
20
|
+
}, never>>> & string;
|
|
21
|
+
export declare const CSSWidgetEditorListItem: 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;
|
|
22
|
+
export declare const CSSWidgetEditorListItemLabel: 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;
|
|
23
|
+
export declare const CSSWidgetEditorListOption: 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;
|
|
@@ -120,6 +120,7 @@ export { JRCImg } from './JRCImg/JRCImg';
|
|
|
120
120
|
export { JRCList } from './JRCList/JRCList';
|
|
121
121
|
export { JRCLoader } from './JRCLoader/JRCLoader';
|
|
122
122
|
export { JRCLoadMore } from './JRCLoadMore/JRCLoadMore';
|
|
123
|
+
export { JRCMediaCarousel } from './JRCMediaCarousel/JRCMediaCarousel';
|
|
123
124
|
export { JRCMediaLoader } from './JRCMediaLoader/JRCMediaLoader';
|
|
124
125
|
export { JRCMenu } from './JRCMenu/JRCMenu';
|
|
125
126
|
export { JRCMessage } from './JRCMessage/JRCMessage';
|
|
@@ -180,6 +181,8 @@ export { JRCWidgetArticleAttachmentEditor } from './Widgets/JRCWidgetAttachment/
|
|
|
180
181
|
export { JRCWidgetAttachment } from './Widgets/JRCWidgetAttachment/JRCWidgetAttachment';
|
|
181
182
|
export { JRCWidgetBirthday } from './Widgets/JRCWidgetBirthday/JRCWidgetBirthday';
|
|
182
183
|
export { JRCWidgetBirthdayEditor } from './Widgets/JRCWidgetBirthday/JRCWidgetBirthdayEditor';
|
|
184
|
+
export { JRCWidgetApplication } from './Widgets/JRCWidgetApplication/JRCWidgetApplication';
|
|
185
|
+
export { JRCWidgetApplicationEditor } from './Widgets/JRCWidgetApplication/JRCWidgetApplicationEditor';
|
|
183
186
|
export { JRCWidgetButton } from './Widgets/JRCWidgetButton/JRCWidgetButton';
|
|
184
187
|
export { JRCWidgetCalendarCalDav } from './Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav';
|
|
185
188
|
export { JRCWidgetCalendarCalDavEditor } from './Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor';
|
|
@@ -8,6 +8,5 @@ export { useHorizontalOverflow } from './useHorizontalOverflow';
|
|
|
8
8
|
export { useImageLoader } from './UseImageLoader';
|
|
9
9
|
export { useKeyPress } from './UseKeyPress';
|
|
10
10
|
export { useRefSize } from './useRefSize';
|
|
11
|
-
export { useThemeContext } from './useThemeContext';
|
|
12
11
|
export { useTimeout } from './UseTimeout';
|
|
13
12
|
export { useWindowSize } from './useWindowSize';
|
|
@@ -296,9 +296,6 @@ declare const _default: {
|
|
|
296
296
|
"GLOBAL_Form_SendAlert": "Send the alert email to those who have requested it",
|
|
297
297
|
"GLOBAL_Go_To_Content": "Go to content",
|
|
298
298
|
"GLOBAL_Groups": "Groups",
|
|
299
|
-
"GLOBAL_IframeVideo_InvalidUrl": "Invalid or unsafe URL",
|
|
300
|
-
"GLOBAL_IframeVideo_OpenInNewTab": "Open video in a new tab",
|
|
301
|
-
"GLOBAL_IframeVideo_Play": "Play video",
|
|
302
299
|
"GLOBAL_Image": "Image",
|
|
303
300
|
"GLOBAL_Image_Format_Image": "Image",
|
|
304
301
|
"GLOBAL_Image_Format_Banner": "Banner",
|
|
@@ -613,7 +610,29 @@ declare const _default: {
|
|
|
613
610
|
"WIDGET_Youtube_Url": "Video URL",
|
|
614
611
|
"WIDGET_Youtube": "Video",
|
|
615
612
|
"WIDGET_Youtube_Text": "Embed a YouTube video",
|
|
616
|
-
"WIDGET_Youtube_InvalidUrl_FieldError": "Enter a valid YouTube URL"
|
|
613
|
+
"WIDGET_Youtube_InvalidUrl_FieldError": "Enter a valid YouTube URL",
|
|
614
|
+
"WIDGET_APPLICATION": "Applications",
|
|
615
|
+
"WIDGET_APPLICATION_TEXT": "Display a grid of shortcuts to your applications, links and tools.",
|
|
616
|
+
"WIDGET_Select_Application": "Select an application",
|
|
617
|
+
"WIDGET_Display": "Display",
|
|
618
|
+
"WIDGET_Application_Number_Per_Line": "Number per line",
|
|
619
|
+
"WIDGET_Application_Unused_App": "Unused application",
|
|
620
|
+
"GLOBAL_List": "List",
|
|
621
|
+
"GLOBAL_Gallery": "Gallery",
|
|
622
|
+
"WIDGET_Gallery": "Gallery",
|
|
623
|
+
"SELECTION_Panel_Text_Color": "Text color",
|
|
624
|
+
"DW_Icon_Title": "Title",
|
|
625
|
+
"DW_Icon_Link": "Link",
|
|
626
|
+
"APP_Selection_Apps": "Applications",
|
|
627
|
+
"APP_Selection_Extensions": "Extensions",
|
|
628
|
+
"ADMIN_Add_Link": "Add a link",
|
|
629
|
+
"SMARTPAGE_Link_Target": "Open in a new tab",
|
|
630
|
+
"GLOBAL_No_Referer_Url": "No referrer",
|
|
631
|
+
"GLOBAL_Background_Color": "Background color",
|
|
632
|
+
"GLOBAL_Icon_Color": "Icon color",
|
|
633
|
+
"GLOBAL_Duplicate": "Duplicate",
|
|
634
|
+
"SPOTIT_Add_Picture": "Add a picture",
|
|
635
|
+
"DW_Add_Icon": "Add icon"
|
|
617
636
|
}
|
|
618
637
|
}
|
|
619
638
|
;
|