jamespot-react-components 1.2.34 → 1.2.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/build/jamespot-react-components.js +3796 -3797
- package/build/jamespot-react-components.js.LICENSE.txt +48 -41
- package/build/jamespot-react-components.js.map +1 -1
- package/build/jest.config.d.ts +3 -0
- package/build/src/components/404/index.d.ts +1 -2
- package/build/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +3 -3
- package/build/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +3 -3
- package/build/src/components/Common/JRCConditionalWrapper.d.ts +8 -8
- package/build/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +2 -3
- package/build/src/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +9 -0
- package/build/src/components/Drives/Dropbox/DropboxDocuments.d.ts +2 -4
- package/build/src/components/Drives/JRCDriveDropbox.d.ts +2 -4
- package/build/src/components/Drives/JRCDriveMSGraph.d.ts +2 -4
- package/build/src/components/Drives/MicrosoftGraph/MSGraphAccessDenied.d.ts +1 -2
- package/build/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +2 -4
- package/build/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -4
- package/build/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +5 -7
- package/build/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +2 -3
- package/build/src/components/Drives/components/DriveAccountHeader.d.ts +2 -4
- package/build/src/components/Drives/components/DriveFiltererList.d.ts +10 -46
- package/build/src/components/Drives/components/DriveIsEmpty.d.ts +1 -2
- package/build/src/components/Drives/components/DriveItem.d.ts +1 -2
- package/build/src/components/Drives/components/EntityAvatar.d.ts +3 -4
- package/build/src/components/Drives/components/EntityItem.d.ts +7 -29
- package/build/src/components/Drives/components/EntityItemSelection.d.ts +1 -2
- package/build/src/components/Drives/components/EntityItemTitle.d.ts +2 -3
- package/build/src/components/Drives/hooks.d.ts +3 -4
- package/build/src/components/Editors/components/EditorCheckbox.d.ts +2 -3
- package/build/src/components/Editors/components/EditorColorPicker.d.ts +3 -4
- package/build/src/components/Editors/components/EditorImageUpload.d.ts +2 -2
- package/build/src/components/Editors/components/EditorInput.d.ts +3 -4
- package/build/src/components/Editors/components/EditorInputCheckbox.d.ts +1 -2
- package/build/src/components/Editors/components/EditorInputDatetime.d.ts +1 -2
- package/build/src/components/Editors/components/EditorInputImage.d.ts +1 -2
- package/build/src/components/Editors/components/EditorInputToggle.d.ts +4 -5
- package/build/src/components/Editors/components/EditorSelect.d.ts +2 -3
- package/build/src/components/Editors/components/EditorUploader.d.ts +4 -5
- package/build/src/components/Form/Common/ClickAwayListener.d.ts +4 -4
- package/build/src/components/Form/Common/FormDescription.d.ts +1 -2
- package/build/src/components/Form/Common/FormHelper.d.ts +3 -4
- package/build/src/components/Form/Common/FormLabel.d.ts +5 -5
- package/build/src/components/Form/Common/FormMessageFeedback.d.ts +1 -2
- package/build/src/components/Form/Input/Common/JRCFormErrors.d.ts +2 -3
- package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +1 -2
- package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +5 -7
- package/build/src/components/Form/Input/Common/useFormControls.d.ts +2 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteAudience.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteAudience.stories.d.ts +4 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteCommunity.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteCommunity.stories.d.ts +4 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.stories.d.ts +4 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.stories.d.ts +6 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.style.d.ts +8 -8
- package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.types.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormColor/JRCFormColor.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormColor/JRCFormColor.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormEmail/JRCFormEmail.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormEmail/JRCFormEmail.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormFieldRender.d.ts +5 -5
- package/build/src/components/Form/Input/Deprecated/JRCFormFile/JRCFormFile.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormFile/components/File.d.ts +4 -5
- package/build/src/components/Form/Input/Deprecated/JRCFormImage/JRCFormImage.d.ts +4 -4
- package/build/src/components/Form/Input/Deprecated/JRCFormImage/JRCFormImage.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormNumber/JRCFormNumber.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormNumber/JRCFormNumber.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormRange/JRCFormRange.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormRange/JRCFormRange.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormReceiveACopy/JRCFormReceiveACopy.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormReceiveACopy/JRCFormReceiveACopy.stories.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichEditorField.styles.d.ts +6 -9
- package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.d.ts +8 -9
- package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.stories.d.ts +8 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormSelect/JRCFormSelect.d.ts +8 -20
- package/build/src/components/Form/Input/Deprecated/JRCFormSelect/JRCFormSelectTag.d.ts +7 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormSendAlert/JRCFormSendAlert.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormSendAlert/JRCFormSendAlert.stories.d.ts +3 -3
- package/build/src/components/Form/Input/Deprecated/JRCFormText/JRCFormText.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormText/JRCFormText.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormTextarea/JRCFormTextarea.d.ts +7 -7
- package/build/src/components/Form/Input/Deprecated/JRCFormTextarea/JRCFormTextarea.stories.d.ts +5 -0
- package/build/src/components/Form/Input/Deprecated/JRCFormURL/JRCFormUrl.d.ts +1 -2
- package/build/src/components/Form/Input/Deprecated/JRCFormURL/JRCFormUrl.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +6 -7
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +1 -3
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +5 -5
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +15 -24
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +2 -3
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/DragArea.d.ts +5 -5
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +2 -3
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +0 -1
- package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +8 -8
- package/build/src/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputFile/utils/file.api.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +6 -0
- package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +4 -5
- package/build/src/components/Form/Input/JRCInputFileAdvanced/types.d.ts +3 -0
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +2 -33
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +6 -0
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +5 -5
- package/build/src/components/Form/Input/JRCInputImage/types.d.ts +33 -0
- package/build/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +4 -4
- package/build/src/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +6 -6
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +15 -15
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +9 -0
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +26 -27
- package/build/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +9 -9
- package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +17 -17
- package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +6 -7
- package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +4 -4
- package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +3 -3
- package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +4 -5
- package/build/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +3 -27
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +1 -2
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JTinyMCEExtensions.d.ts +2 -9
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/MarkdownExtension/MarkdownExtension.d.ts +1 -1
- package/build/src/components/Form/Input/JRCInputTinyMCERaw/types.d.ts +7 -0
- package/build/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +6 -6
- package/build/src/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +7 -0
- package/build/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +10 -0
- package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +2 -2
- package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +13 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +5 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +6 -6
- package/build/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +2 -3
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +12 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +277 -274
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +8 -13
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +11 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +5 -17
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +4 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +1 -2
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +4 -0
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +0 -1
- package/build/src/components/Form/Input/JRCSelect/SelectHierarchicalTreeModal.d.ts +2 -2
- package/build/src/components/Form/Input/JRCStyledInput.d.ts +14 -15
- package/build/src/components/Form/Input/temporary.types.d.ts +1 -1
- package/build/src/components/JRCAlbum/JRCAlbum.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumItem.d.ts +2 -3
- package/build/src/components/JRCAlbum/components/AlbumX1.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX2.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX3.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX4.d.ts +1 -2
- package/build/src/components/JRCAlbum/components/AlbumX5.d.ts +1 -2
- package/build/src/components/JRCAlbum/styles.d.ts +1 -1
- package/build/src/components/JRCAlert/JRCAlert.d.ts +7 -7
- package/build/src/components/JRCAlert/JRCAlert.stories.d.ts +8 -0
- package/build/src/components/JRCAppContainer/JRCAppContainer.d.ts +3 -3
- package/build/src/components/JRCAppHeader/JRCAppHeader.d.ts +1 -2
- package/build/src/components/JRCAppHeader/JRCAppHeader.stories.d.ts +5 -0
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +1 -2
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +2 -3
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +19 -20
- package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +2 -2
- package/build/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +2 -3
- package/build/src/components/JRCAttachments/JRCAttachments.d.ts +1 -2
- package/build/src/components/JRCAttachments/JRCAttachments.stories.d.ts +5 -0
- package/build/src/components/JRCAvatar/JRCAvatar.d.ts +1 -2
- package/build/src/components/JRCAvatar/JRCAvatar.stories.d.ts +5 -0
- package/build/src/components/JRCAvatars/JRCAvatars.d.ts +1 -2
- package/build/src/components/JRCAvatars/JRCAvatars.stories.d.ts +6 -0
- package/build/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +1 -2
- package/build/src/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +5 -0
- package/build/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +1 -2
- package/build/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +5 -0
- package/build/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +1 -2
- package/build/src/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +6 -0
- package/build/src/components/JRCButton/Button.d.ts +23 -0
- package/build/src/components/JRCButton/JRCButton.d.ts +16 -97
- package/build/src/components/JRCButton/JRCButton.stories.d.ts +2 -3
- package/build/src/components/JRCButton/JRCButtonConfig.d.ts +1 -17
- package/build/src/components/JRCButton/JRCValidationButton.d.ts +3 -3
- package/build/src/components/JRCButton/types.d.ts +54 -0
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +2 -3
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -2
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +27 -25
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.types.d.ts +5 -5
- package/build/src/components/JRCButtonFile/JRCButtonFile.d.ts +1 -2
- package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
- package/build/src/components/JRCCalendar/CalendarStyle.d.ts +3 -3
- package/build/src/components/JRCCalendar/JRCCalendar.d.ts +2 -32
- package/build/src/components/JRCCalendar/JRCCalendar.stories.d.ts +6 -0
- package/build/src/components/JRCCalendar/JRCCalendarEvent.d.ts +2 -33
- package/build/src/components/JRCCalendar/JRCCalendarModal.d.ts +2 -2
- package/build/src/components/JRCCalendar/JRCEventStatusButton.d.ts +1 -2
- package/build/src/components/JRCCalendar/types.d.ts +60 -0
- package/build/src/components/JRCCard/JRCCard.d.ts +6 -6
- package/build/src/components/JRCCard/JRCCard.stories.d.ts +5 -0
- package/build/src/components/JRCCard/JRCCardImg.d.ts +5 -5
- package/build/src/components/JRCCard/JRCCardImg.stories.d.ts +5 -0
- package/build/src/components/JRCCollapse/JRCCollapse.d.ts +4 -4
- package/build/src/components/JRCCollapse/JRCCollapse.stories.d.ts +7 -0
- package/build/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +3 -3
- package/build/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +3 -3
- package/build/src/components/JRCColumnRight/JRCColumnRight.d.ts +3 -3
- package/build/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -0
- package/build/src/components/JRCCommentsBloc/JRCComment.d.ts +6 -8
- package/build/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +8 -12
- package/build/src/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +5 -0
- package/build/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +1 -2
- package/build/src/components/JRCCommentsBloc/components/EditComment.d.ts +3 -5
- package/build/src/components/JRCCommentsBloc/components/NewComment.d.ts +7 -8
- package/build/src/components/JRCCropImage/JRCCropImage.d.ts +1 -2
- package/build/src/components/JRCCropImage/JRCCropImage.stories.d.ts +5 -0
- package/build/src/components/JRCDate/JRCDate.d.ts +2 -3
- package/build/src/components/JRCDate/JRCDate.stories.d.ts +7 -0
- package/build/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +3 -3
- package/build/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +8 -0
- package/build/src/components/JRCDropDown/JRCDropDown.d.ts +4 -4
- package/build/src/components/JRCDropDown/JRCDropDown.stories.d.ts +5 -0
- package/build/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +5 -4
- package/build/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +4 -0
- package/build/src/components/JRCFile/JRCFile.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFile.stories.d.ts +4 -0
- package/build/src/components/JRCFile/JRCFileApplication.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileAudio.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileAvatar.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileFolder.d.ts +1 -2
- package/build/src/components/JRCFile/JRCFileImage.d.ts +3 -4
- package/build/src/components/JRCFile/JRCFileVideo.d.ts +1 -2
- package/build/src/components/JRCFileOpen/JRCFileOpen.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewer.d.ts +2 -14
- package/build/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +4 -0
- package/build/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +1 -2
- package/build/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +2 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +4 -4
- package/build/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +3 -3
- package/build/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +2 -3
- package/build/src/components/JRCFileViewer/types.d.ts +2 -2
- package/build/src/components/JRCFlex/JRCFlexBox.d.ts +1 -9
- package/build/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +2 -3
- package/build/src/components/JRCFolders/JRCFolders.d.ts +3 -5
- package/build/src/components/JRCFolders/JRCFolders.stories.d.ts +7 -0
- package/build/src/components/JRCFolders/components/FileLittleList.d.ts +1 -2
- package/build/src/components/JRCFolders/styles.d.ts +1 -1
- package/build/src/components/JRCFolders/types.d.ts +1 -0
- package/build/src/components/JRCGrid/JRCGrid.d.ts +3 -3
- package/build/src/components/JRCGrid/JRCGrid.stories.d.ts +4 -5
- package/build/src/components/JRCGroupList/JRCGroupList.d.ts +1 -2
- package/build/src/components/JRCGroupList/JRCGroupList.stories.d.ts +5 -0
- package/build/src/components/JRCGroups/JRCGroups.d.ts +1 -2
- package/build/src/components/JRCGroups/JRCGroups.stories.d.ts +6 -0
- package/build/src/components/JRCHref/JRCHref.d.ts +6 -6
- package/build/src/components/JRCHref/JRCHref.stories.d.ts +5 -0
- package/build/src/components/JRCHtml/JRCHtml.d.ts +6 -6
- package/build/src/components/JRCHtml/JRCHtml.stories.d.ts +5 -0
- package/build/src/components/JRCIcon/JRCIcon.d.ts +1 -2
- package/build/src/components/JRCIcon/JRCIcon.stories.d.ts +1 -2
- package/build/src/components/JRCIconButton/JRCIconButton.d.ts +26 -26
- package/build/src/components/JRCIconButton/JRCIconButton.stories.d.ts +5 -0
- package/build/src/components/JRCImg/JRCImg.d.ts +1 -2
- package/build/src/components/JRCImg/JRCImg.stories.d.ts +6 -0
- package/build/src/components/JRCList/JRCList.d.ts +1 -2
- package/build/src/components/JRCList/JRCList.stories.d.ts +12 -0
- package/build/src/components/JRCList/JRCList.styles.d.ts +7 -8
- package/build/src/components/JRCList/JRCListMockData.stories.d.ts +4 -0
- package/build/src/components/JRCLoader/JRCLoader.d.ts +1 -2
- package/build/src/components/JRCLoader/JRCSkeleton.d.ts +1 -2
- package/build/src/components/JRCMenu/JRCMenu.d.ts +2 -3
- package/build/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -2
- package/build/src/components/JRCMenuItem/JRCMenuItem.d.ts +3 -3
- package/build/src/components/JRCMessage/JRCMessage.d.ts +3 -3
- package/build/src/components/JRCMessage/JRCMessage.stories.d.ts +8 -0
- package/build/src/components/JRCModal/JRCModal.styles.d.ts +13 -13
- package/build/src/components/JRCModal/JRCModalContent.d.ts +7 -7
- package/build/src/components/JRCModal/JRCModalContentForm.d.ts +2 -2
- package/build/src/components/JRCModal/JRCModalLayout.d.ts +4 -4
- package/build/src/components/JRCModal/templates/JRCModal.d.ts +1 -2
- package/build/src/components/JRCModal/templates/JRCModal.stories.d.ts +4 -0
- package/build/src/components/JRCModal/templates/JRCModal.types.d.ts +3 -3
- package/build/src/components/JRCModal/templates/JRCModalForm.d.ts +1 -2
- package/build/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +4 -0
- package/build/src/components/JRCModal/types.d.ts +1 -0
- package/build/src/components/JRCModalImg/JRCModalImg.d.ts +3 -3
- package/build/src/components/JRCModalImg/JRCModalImg.stories.d.ts +6 -0
- package/build/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +3 -0
- package/build/src/components/JRCModalUserList/JRCModalUserList.d.ts +1 -5
- package/build/src/components/JRCObjectList/JRCObjectList.d.ts +3 -3
- package/build/src/components/JRCPagination/JRCPagination.d.ts +2 -3
- package/build/src/components/JRCPagination/JRCPagination.stories.d.ts +5 -0
- package/build/src/components/JRCProgressBar/JRCProgressBar.d.ts +2 -3
- package/build/src/components/JRCPublishButton/JRCPublishButton.d.ts +2 -3
- package/build/src/components/JRCPublishButton/PublishButtonEntry.d.ts +2 -2
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +4 -4
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +5 -0
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +7 -7
- package/build/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +1 -2
- package/build/src/components/JRCSkeleton/JRCSkeletonList.d.ts +2 -2
- package/build/src/components/JRCTabs/JRCTabs.d.ts +5 -5
- package/build/src/components/JRCTabs/JRCTabs.stories.d.ts +6 -0
- package/build/src/components/JRCTag/JRCTag.d.ts +5 -5
- package/build/src/components/JRCTag/JRCTag.stories.d.ts +5 -0
- package/build/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +3 -3
- package/build/src/components/JRCTooltip/JRCBaseTooltip.d.ts +1 -2
- package/build/src/components/JRCTooltip/JRCTooltip.d.ts +2 -32
- package/build/src/components/JRCTooltip/JRCTooltip.stories.d.ts +1 -1
- package/build/src/components/JRCTooltip/types.d.ts +31 -0
- package/build/src/components/JRCTypo/JRCTypo.d.ts +11 -11
- package/build/src/components/JRCTypo/JRCTypo.stories.d.ts +6 -7
- package/build/src/components/JRCTypography/JRCTypography.d.d.ts +7 -6
- package/build/src/components/JRCTypography/JRCTypography.d.ts +1 -2
- package/build/src/components/JRCTypography/JRCTypography.styles.d.ts +2 -2
- package/build/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +1 -2
- package/build/src/components/JRCUserList/JRCUserList.d.ts +1 -2
- package/build/src/components/JRCUserList/JRCUserList.stories.d.ts +5 -0
- package/build/src/components/JRCUserPopup/JRCUserPopup.d.ts +2 -2
- package/build/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +5 -0
- package/build/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +1 -2
- package/build/src/components/JRCUsers/JRCUsers.d.ts +1 -2
- package/build/src/components/JRCUsers/JRCUsers.stories.d.ts +6 -0
- package/build/src/components/Pages/JRCPageNotLogged.d.ts +2 -2
- package/build/src/components/Stepper/JRCFadeStepper.d.ts +3 -3
- package/build/src/components/Stepper/JRCImageStepper.d.ts +1 -2
- package/build/src/components/Stepper/JRCStepper.d.ts +3 -3
- package/build/src/components/Stepper/JRCStepper.stories.d.ts +4 -0
- package/build/src/components/Templates/AppColumn.d.ts +3 -0
- package/build/src/components/Templates/JRCAppColumn.d.ts +1 -2
- package/build/src/components/Templates/JRCAppTab.d.ts +2 -3
- package/build/src/components/Templates/JRCBase.template.d.ts +6 -6
- package/build/src/components/Templates/JRCBasicAutoMarginContainer.d.ts +1 -2
- package/build/src/components/Templates/JRCColumn.d.ts +1 -2
- package/build/src/components/Templates/JRCContainer.d.ts +1 -2
- package/build/src/components/Templates/JRCMainColumn.d.ts +1 -2
- package/build/src/components/Templates/JRCPanel.d.ts +1 -2
- package/build/src/components/Templates/JRCStepperPage.d.ts +6 -6
- package/build/src/components/Templates/JRCTemplate.stories.d.ts +6 -0
- package/build/src/components/Templates/JRCTwoColumns.template.d.ts +3 -3
- package/build/src/components/Templates/MainColumn.d.ts +2 -0
- package/build/src/components/Templates/template.styles.d.ts +276 -276
- package/build/src/components/Templates/template.type.d.ts +6 -6
- package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +8 -0
- package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +195 -0
- package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +7 -0
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +4 -4
- package/build/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +4 -5
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetIcon.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +2 -4
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetImage/styles.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +2 -8
- package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +4 -0
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +1 -1
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +4 -5
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +4 -5
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +4 -17
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.stories.d.ts +5 -0
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderArrows.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderDots.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderImage.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetSlider/components/SliderSlideTitle.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetSlider/types.d.ts +1 -1
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +5 -54
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +1 -1
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +5 -54
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +6 -6
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +6 -0
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +3 -3
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +2 -43
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +3 -11
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +2 -10
- package/build/src/components/Widgets/JRCWidgetTable/components/ModalButton.d.ts +5 -5
- package/build/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +2 -3
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceFetchDatasource.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +4 -13
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +3 -4
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +3 -12
- package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +5 -13
- package/build/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +3 -11
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +2 -10
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +5 -13
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +1 -2
- package/build/src/components/Widgets/JRCWidgetTable/types.d.ts +24 -0
- package/build/src/components/Widgets/JRCWidgetTable/utils.d.ts +1 -1
- package/build/src/components/Widgets/components/WidgetAvatarList.d.ts +3 -4
- package/build/src/components/Widgets/components/WidgetImageLine.d.ts +1 -2
- package/build/src/components/Widgets/components/WidgetMissingToken.d.ts +1 -2
- package/build/src/components/Widgets/context/hooks.d.ts +1 -173
- package/build/src/components/Widgets/context/provider.d.ts +5 -5
- package/build/src/components/Widgets/styles.d.ts +7 -7
- package/build/src/components/api/jamespot/mockApiWrapper.d.ts +10 -0
- package/build/src/components/api/jamespot/mock_jamespot.d.ts +0 -10
- package/build/src/components/index.d.ts +173 -0
- package/build/src/hooks/UseKeyPress.d.ts +1 -2
- package/build/src/index.d.ts +4 -186
- package/build/src/storybook/decorators.d.ts +1 -2
- package/build/src/styles/Theme.stories.d.ts +1 -2
- package/build/src/styles/utils.d.ts +2 -7
- package/build/src/types.d.ts +11 -13
- package/build/src/utils/index.d.ts +1 -41
- package/build/src/utils/test-utils.d.ts +3 -3
- package/build/src/utils/utils.array.d.ts +2 -2
- package/build/src/utils/utils.files.d.ts +1 -1
- package/jest.config.ts +10 -7
- package/package.json +87 -101
- package/build/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts +0 -1
- package/build/src/components/Widgets/JRCWidgetTable/utils.test.d.ts +0 -1
- package/build/src/utils/utils.array.test.d.ts +0 -1
- package/build/src/utils/utils.color.test.d.ts +0 -1
- package/build/src/utils/utils.html.test.d.ts +0 -1
- package/build/src/utils/utils.regexp.test.d.ts +0 -1
- package/build/src/utils/utils.string.test.d.ts +0 -1
- package/build/src/utils/utils.time.test.d.ts +0 -1
|
@@ -1,45 +1,4 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { JRCWidgetTableProps } from './JRCWidgetTable';
|
|
3
|
-
export declare const JRCWidgetTableEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableRowColor, tableRowTextColor, onChange, }: {
|
|
4
|
-
limit?: number | boolean | undefined;
|
|
5
|
-
tableColumnsData?: {
|
|
6
|
-
name?: string | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
isVisible?: boolean | undefined;
|
|
9
|
-
textEllipsis?: boolean | undefined;
|
|
10
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
11
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
12
|
-
}[] | undefined;
|
|
13
|
-
tableHeadColor?: string | undefined;
|
|
14
|
-
tableHeadTextColor?: string | undefined;
|
|
15
|
-
tableHeadIconColor?: string | undefined;
|
|
16
|
-
tableRowColor?: string | undefined;
|
|
17
|
-
tableRowTextColor?: string | undefined;
|
|
18
|
-
tableBorderRadius?: number | undefined;
|
|
19
|
-
tableSizedColumns?: boolean | undefined;
|
|
20
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
21
|
-
} & {
|
|
22
|
-
columns: {
|
|
23
|
-
type: "number" | "select" | "title" | "text" | "date" | "email" | "file" | "url" | "uri" | "datetime" | "transient";
|
|
24
|
-
name: string;
|
|
25
|
-
label: string;
|
|
26
|
-
widget: {} | {
|
|
27
|
-
type: "text";
|
|
28
|
-
} | {
|
|
29
|
-
type: "select";
|
|
30
|
-
options: {
|
|
31
|
-
value: string;
|
|
32
|
-
label: string;
|
|
33
|
-
}[];
|
|
34
|
-
} | {
|
|
35
|
-
type: "date";
|
|
36
|
-
};
|
|
37
|
-
sortable?: boolean | undefined;
|
|
38
|
-
}[];
|
|
39
|
-
rows: Record<string, import("jamespot-user-api").WidgetDatasourceValues>[];
|
|
40
|
-
tableDefaultSortOrder?: import("./JRCWidgetTable").SortValues | undefined;
|
|
41
|
-
tableDefaultSortName?: string | undefined;
|
|
42
|
-
initialPage?: number | undefined;
|
|
43
|
-
} & {
|
|
2
|
+
export declare const JRCWidgetTableEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableRowColor, tableRowTextColor, onChange, }: JRCWidgetTableProps & {
|
|
44
3
|
onChange: (content: Partial<JRCWidgetTableProps>) => void;
|
|
45
|
-
}) =>
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetDatasourceTableContent, WidgetEditorActions } from 'jamespot-user-api';
|
|
3
|
-
export declare const JRCWidgetTableSharedEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, onChange, }: WidgetDatasourceTableContent & Pick<WidgetEditorActions<WidgetDatasourceTableContent>,
|
|
2
|
+
export declare const JRCWidgetTableSharedEditor: ({ limit, tableHeadColor, tableHeadTextColor, tableHeadIconColor, tableRowColor, tableRowTextColor, tableBorderRadius, tableSizedColumns, tableSizedColumnsWidth, onChange, }: WidgetDatasourceTableContent & Pick<WidgetEditorActions<WidgetDatasourceTableContent>, "onChange">) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,18 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetDatasourceValues, WidgetTableColumn, WidgetTableColumnTypes, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
3
2
|
export declare const JRCWidgetTableTdRenderer: ({ value, name, type, backgroundColor, tableColumnsData, url, }: {
|
|
4
3
|
col: WidgetTableColumn;
|
|
5
4
|
type: WidgetTableColumnTypes;
|
|
6
5
|
name: string;
|
|
7
|
-
tableColumnsData:
|
|
8
|
-
name?: string | undefined;
|
|
9
|
-
label?: string | undefined;
|
|
10
|
-
isVisible?: boolean | undefined;
|
|
11
|
-
textEllipsis?: boolean | undefined;
|
|
12
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
13
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
14
|
-
}[];
|
|
6
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
15
7
|
backgroundColor: string;
|
|
16
8
|
value: WidgetDatasourceValues;
|
|
17
|
-
url?: string
|
|
18
|
-
}) =>
|
|
9
|
+
url?: string;
|
|
10
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetDatasourceValues, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
3
2
|
export declare const JRCWidgetTableTdRendererText: ({ value, name, backgroundColor, tableColumnsData, }: {
|
|
4
3
|
name: string;
|
|
5
|
-
tableColumnsData:
|
|
6
|
-
name?: string | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
isVisible?: boolean | undefined;
|
|
9
|
-
textEllipsis?: boolean | undefined;
|
|
10
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
11
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
12
|
-
}[];
|
|
4
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
13
5
|
backgroundColor: string;
|
|
14
6
|
value: WidgetDatasourceValues;
|
|
15
|
-
}) =>
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
2
|
export type ModalButtonProps = {
|
|
3
3
|
title: string;
|
|
4
|
-
children:
|
|
5
|
-
modalHandler: (handlerCallback: () => void) =>
|
|
6
|
-
modalFooter?: (closeHandler: () => void) =>
|
|
4
|
+
children: ReactNode;
|
|
5
|
+
modalHandler: (handlerCallback: () => void) => ReactNode;
|
|
6
|
+
modalFooter?: (closeHandler: () => void) => ReactNode;
|
|
7
7
|
};
|
|
8
|
-
export declare const ModalButton: ({ title, modalHandler, modalFooter, children }: ModalButtonProps) =>
|
|
8
|
+
export declare const ModalButton: ({ title, modalHandler, modalFooter, children }: ModalButtonProps) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const ModalColumnLabelize: ({ title, initialValue, onChange, onCloseHandler, }: {
|
|
3
2
|
title: string;
|
|
4
|
-
initialValue?: string
|
|
3
|
+
initialValue?: string;
|
|
5
4
|
onChange: (label: string | undefined) => void;
|
|
6
5
|
onCloseHandler: () => void;
|
|
7
|
-
}) =>
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceFetchDatasource.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetEditorErrorActions } from 'jamespot-user-api';
|
|
3
2
|
export declare const WidgetDatasourceFetchDatasource: ({ title, onChange, onError, }: {
|
|
4
3
|
title: string;
|
|
5
4
|
onChange: (uri: string) => void;
|
|
6
|
-
} & WidgetEditorErrorActions) =>
|
|
5
|
+
} & WidgetEditorErrorActions) => import("react/jsx-runtime").JSX.Element;
|
package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts
CHANGED
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { WidgetTableColumn, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
3
|
-
import { WidgetDatasourceTableContent } from 'jamespot-user-api';
|
|
1
|
+
import { WidgetDatasourceTableContent, WidgetTableColumn, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
4
2
|
export declare const WidgetDatasourceModelView: ({ model, excelHeaders, tableColumnsData, onChange, onUpdateModel, }: {
|
|
5
3
|
model: WidgetTableColumn[];
|
|
6
4
|
excelHeaders?: string[] | undefined;
|
|
7
|
-
tableColumnsData:
|
|
8
|
-
name?: string | undefined;
|
|
9
|
-
label?: string | undefined;
|
|
10
|
-
isVisible?: boolean | undefined;
|
|
11
|
-
textEllipsis?: boolean | undefined;
|
|
12
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
13
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
14
|
-
}[];
|
|
5
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
15
6
|
onChange: (content: Partial<WidgetDatasourceTableContent>, override?: boolean) => void;
|
|
16
|
-
onUpdateModel?: (
|
|
17
|
-
}) =>
|
|
7
|
+
onUpdateModel?: (model: WidgetTableColumn[]) => void;
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetTableColumn } from 'jamespot-user-api';
|
|
3
2
|
export declare const CSSAlert: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>;
|
|
4
3
|
export declare const CSSWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
@@ -7,4 +6,4 @@ export declare const WidgetDatasourceModelViewChanges: ({ model, excelHeaders, o
|
|
|
7
6
|
model: WidgetTableColumn[];
|
|
8
7
|
excelHeaders: string[] | undefined;
|
|
9
8
|
onChange: (model: WidgetTableColumn[]) => void;
|
|
10
|
-
}) =>
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const WidgetDatasourceModelViewColumn: ({ label, isVisible, isActive, onChange, }: {
|
|
3
2
|
label: string;
|
|
4
|
-
isVisible?: boolean
|
|
5
|
-
isActive?: boolean
|
|
3
|
+
isVisible?: boolean;
|
|
4
|
+
isActive?: boolean;
|
|
6
5
|
onChange: (isVisible: boolean) => void;
|
|
7
|
-
}) =>
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,17 +1,8 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { WidgetTableColumnData, WidgetTableColumnsData, WidgetTableColumnTypes } from 'jamespot-user-api';
|
|
3
|
-
import { WidgetDatasourceTableContent } from 'jamespot-user-api';
|
|
1
|
+
import { WidgetDatasourceTableContent, WidgetTableColumnData, WidgetTableColumnsData, WidgetTableColumnTypes } from 'jamespot-user-api';
|
|
4
2
|
export declare const WidgetDatasourceModelViewColumnAction: ({ type, tableColumnsData, item, handleEditLabel, onChange, }: {
|
|
5
3
|
type: WidgetTableColumnTypes;
|
|
6
|
-
tableColumnsData:
|
|
7
|
-
name?: string | undefined;
|
|
8
|
-
label?: string | undefined;
|
|
9
|
-
isVisible?: boolean | undefined;
|
|
10
|
-
textEllipsis?: boolean | undefined;
|
|
11
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
12
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
13
|
-
}[];
|
|
4
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
14
5
|
item: WidgetTableColumnData;
|
|
15
6
|
handleEditLabel: () => void;
|
|
16
7
|
onChange: (content: Partial<WidgetDatasourceTableContent>, override?: boolean) => void;
|
|
17
|
-
}) =>
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetEditorErrorActions } from 'jamespot-user-api';
|
|
3
2
|
export declare const WidgetDatasourceObject: ({ uri, handleRemove, onError, }: {
|
|
4
3
|
uri: string;
|
|
5
4
|
handleRemove: () => void;
|
|
6
|
-
} & WidgetEditorErrorActions) =>
|
|
5
|
+
} & WidgetEditorErrorActions) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { DatasourceModel, DatasourceType, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
3
2
|
export declare const DocEditor: ({ uri, tableColumnsData, model, type, }: {
|
|
4
|
-
uri?: string
|
|
5
|
-
model?: DatasourceModel
|
|
6
|
-
type?: DatasourceType
|
|
7
|
-
tableColumnsData:
|
|
8
|
-
|
|
9
|
-
label?: string | undefined;
|
|
10
|
-
isVisible?: boolean | undefined;
|
|
11
|
-
textEllipsis?: boolean | undefined;
|
|
12
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
13
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
14
|
-
}[];
|
|
15
|
-
}) => React.JSX.Element;
|
|
3
|
+
uri?: string;
|
|
4
|
+
model?: DatasourceModel;
|
|
5
|
+
type?: DatasourceType;
|
|
6
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,13 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetTableColumnsData } from 'jamespot-user-api';
|
|
3
2
|
export declare const ExcelEditor: ({ uri, tableColumnsData }: {
|
|
4
|
-
uri?: string
|
|
5
|
-
tableColumnsData:
|
|
6
|
-
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
isVisible?: boolean | undefined;
|
|
9
|
-
textEllipsis?: boolean | undefined;
|
|
10
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
11
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
12
|
-
}[];
|
|
13
|
-
}) => React.JSX.Element;
|
|
3
|
+
uri?: string;
|
|
4
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const CSSAlert: import("styled-components").StyledComponent<"button", import("styled-components").DefaultTheme, {}, never>;
|
|
3
2
|
export declare const CSSWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
4
|
-
export declare const ExcelEditorBrokenModel: () =>
|
|
3
|
+
export declare const ExcelEditorBrokenModel: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,14 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { DatasourceModel, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
3
2
|
export declare const ExcelEditorModel: ({ uri, tableColumnsData, model, }: {
|
|
4
3
|
uri: string;
|
|
5
|
-
tableColumnsData:
|
|
6
|
-
name?: string | undefined;
|
|
7
|
-
label?: string | undefined;
|
|
8
|
-
isVisible?: boolean | undefined;
|
|
9
|
-
textEllipsis?: boolean | undefined;
|
|
10
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
11
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
12
|
-
}[];
|
|
4
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
13
5
|
model: DatasourceModel;
|
|
14
|
-
}) =>
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { WidgetTableColumn } from 'jamespot-user-api';
|
|
3
2
|
export declare const ExcelEditorModelColumn: ({ column, onChange, }: {
|
|
4
3
|
column: WidgetTableColumn;
|
|
5
4
|
onChange: (data: WidgetTableColumn) => void;
|
|
6
|
-
}) =>
|
|
5
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const ExcelEditorSpreadSheets: ({ uri, onHandleCancel }: {
|
|
3
2
|
uri: string;
|
|
4
3
|
onHandleCancel: () => void;
|
|
5
|
-
}) =>
|
|
4
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
6
5
|
export declare function isValidSpreadsheet(spreadsheet: string, spreadsheetListHeader: Record<string, string[]>): boolean;
|
|
@@ -1,15 +1,7 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { DatasourceModel, DatasourceType, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
3
2
|
export declare const StudioEditor: ({ uri, tableColumnsData, model, type, }: {
|
|
4
|
-
uri?: string
|
|
5
|
-
model?: DatasourceModel
|
|
6
|
-
type?: DatasourceType
|
|
7
|
-
tableColumnsData:
|
|
8
|
-
|
|
9
|
-
label?: string | undefined;
|
|
10
|
-
isVisible?: boolean | undefined;
|
|
11
|
-
textEllipsis?: boolean | undefined;
|
|
12
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
13
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
14
|
-
}[];
|
|
15
|
-
}) => React.JSX.Element;
|
|
3
|
+
uri?: string;
|
|
4
|
+
model?: DatasourceModel;
|
|
5
|
+
type?: DatasourceType;
|
|
6
|
+
tableColumnsData: WidgetTableColumnsData;
|
|
7
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { StudioApplicationBase, StudioApplicationStatusEnumBased, WidgetEditorErrorActions } from 'jamespot-user-api';
|
|
3
2
|
export declare const StudioEditorApp: ({ idApp, status, onHandleSelection, }: {
|
|
4
3
|
idApp: string;
|
|
5
4
|
status: StudioApplicationStatusEnumBased;
|
|
6
5
|
onHandleSelection: (app: StudioApplicationBase) => void;
|
|
7
|
-
} & WidgetEditorErrorActions) =>
|
|
6
|
+
} & WidgetEditorErrorActions) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const StudioEditorFetch: () => React.JSX.Element;
|
|
1
|
+
export declare const StudioEditorFetch: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
import { JApplicationApi, JDatasourceApi, JFilebankApi, JWedocApi, Network, WidgetDatasourceTableContent, WidgetExcelDatasourceTableContent } from 'jamespot-user-api';
|
|
2
|
+
import { EditorBaseContext, Handlers } from '../context/provider';
|
|
3
|
+
import { FoldersHandlers } from '../../JRCFolders/types';
|
|
1
4
|
export type DataTextValue = string;
|
|
2
5
|
export type DataLinkValue = {
|
|
3
6
|
href: string;
|
|
@@ -45,3 +48,24 @@ export type SourceTypeLink = {
|
|
|
45
48
|
label: string;
|
|
46
49
|
};
|
|
47
50
|
};
|
|
51
|
+
export type WidgetDatasourceHandlers = Handlers & {
|
|
52
|
+
jamespot: {
|
|
53
|
+
datasource: Omit<JDatasourceApi, 'jApi' | 'network'>;
|
|
54
|
+
network: Pick<Network, 'token' | 'postFile'>;
|
|
55
|
+
application: Pick<JApplicationApi, 'studioGet' | 'studioList'>;
|
|
56
|
+
filebank: JFilebankApi;
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
export type WidgetDatasourceContext = EditorBaseContext<WidgetDatasourceTableContent> & {
|
|
60
|
+
handlers: WidgetDatasourceHandlers;
|
|
61
|
+
};
|
|
62
|
+
export type WidgetExcelDatasourceHandlers = Handlers & {
|
|
63
|
+
jamespot: FoldersHandlers & {
|
|
64
|
+
datasource: Omit<JDatasourceApi, 'jApi' | 'network'>;
|
|
65
|
+
network: Pick<Network, 'token' | 'postFile' | 'getUrl'>;
|
|
66
|
+
wedoc: Pick<JWedocApi, 'getFiles'>;
|
|
67
|
+
};
|
|
68
|
+
};
|
|
69
|
+
export type WidgetExcelDatasourceContext = EditorBaseContext<WidgetExcelDatasourceTableContent> & {
|
|
70
|
+
handlers: WidgetExcelDatasourceHandlers;
|
|
71
|
+
};
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { WidgetTableColumn, WidgetTableColumnsData } from 'jamespot-user-api';
|
|
2
2
|
export declare function labelize(name: string, tableColumnsData: WidgetTableColumnsData, initialValue: string): string;
|
|
3
3
|
export declare function updateTableColumns(columns: WidgetTableColumn[], headers: string[]): {
|
|
4
|
-
type: "number" | "select" | "title" | "text" | "date" | "email" | "file" | "url" | "uri" | "datetime" | "transient";
|
|
5
4
|
name: string;
|
|
5
|
+
type: "number" | "text" | "date" | "datetime" | "file" | "select" | "email" | "url" | "transient" | "uri" | "title";
|
|
6
6
|
label: string;
|
|
7
7
|
widget: {} | {
|
|
8
8
|
type: "text";
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
import { jUserLittle } from 'jamespot-user-api';
|
|
3
2
|
export declare const CSSAvatarList: import("styled-components").StyledComponent<"ul", import("styled-components").DefaultTheme, {}, never>;
|
|
4
3
|
export declare const CSSAvatarListItem: import("styled-components").StyledComponent<"li", import("styled-components").DefaultTheme, {
|
|
5
|
-
overlap?: boolean
|
|
6
|
-
small?: boolean
|
|
4
|
+
overlap?: boolean;
|
|
5
|
+
small?: boolean;
|
|
7
6
|
}, never>;
|
|
8
7
|
export declare const WidgetAvatarList: ({ list, left }: {
|
|
9
8
|
list: jUserLittle[];
|
|
10
9
|
left: number;
|
|
11
|
-
}) =>
|
|
10
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
1
|
export declare const CSSRowImageWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|
|
3
2
|
export declare const WidgetImageLine: ({ uri, mimetype, onClick }: {
|
|
4
3
|
uri: string;
|
|
5
4
|
mimetype: string;
|
|
6
5
|
onClick: () => void;
|
|
7
|
-
}) =>
|
|
6
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const WidgetMissingToken: () => React.JSX.Element;
|
|
1
|
+
export declare const WidgetMissingToken: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,174 +1,2 @@
|
|
|
1
1
|
import { EditorBaseContext } from './provider';
|
|
2
|
-
export declare const useEditorContext: <T = EditorBaseContext
|
|
3
|
-
widgets?: import("jamespot-user-api").WidgetWrapperGeneric<({
|
|
4
|
-
layers?: string[] | undefined;
|
|
5
|
-
} & import("jamespot-user-api").WidgetArticleAttachmentType) | ({
|
|
6
|
-
layers?: string[] | undefined;
|
|
7
|
-
} & import("jamespot-user-api").WidgetArticleButtonType) | ({
|
|
8
|
-
layers?: string[] | undefined;
|
|
9
|
-
} & import("jamespot-user-api").WidgetArticleGalleryType) | ({
|
|
10
|
-
layers?: string[] | undefined;
|
|
11
|
-
} & import("jamespot-user-api").WidgetArticleImageType) | ({
|
|
12
|
-
layers?: string[] | undefined;
|
|
13
|
-
} & import("jamespot-user-api").WidgetArticleTitleType) | ({
|
|
14
|
-
layers?: string[] | undefined;
|
|
15
|
-
} & import("jamespot-user-api").WidgetArticleTextType) | ({
|
|
16
|
-
layers?: string[] | undefined;
|
|
17
|
-
} & import("jamespot-user-api").WidgetArticleSliderType) | ({
|
|
18
|
-
layers?: string[] | undefined;
|
|
19
|
-
} & import("jamespot-user-api").WidgetType<{
|
|
20
|
-
widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
|
|
21
|
-
arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
|
|
22
|
-
css?: Record<string, string> | undefined;
|
|
23
|
-
edit?: boolean | undefined;
|
|
24
|
-
}>) | ({
|
|
25
|
-
layers?: string[] | undefined;
|
|
26
|
-
} & import("jamespot-user-api").WidgetDatasourceTableType) | ({
|
|
27
|
-
layers?: string[] | undefined;
|
|
28
|
-
} & {
|
|
29
|
-
name: import("jamespot-user-api").WidgetsName.ExcelDatasourceTable;
|
|
30
|
-
uniqid: string;
|
|
31
|
-
content: {
|
|
32
|
-
limit?: number | boolean | undefined;
|
|
33
|
-
uri?: string | undefined;
|
|
34
|
-
tableColumnsData?: {
|
|
35
|
-
name?: string | undefined;
|
|
36
|
-
label?: string | undefined;
|
|
37
|
-
isVisible?: boolean | undefined;
|
|
38
|
-
textEllipsis?: boolean | undefined;
|
|
39
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
40
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
41
|
-
}[] | undefined;
|
|
42
|
-
tableHeadColor?: string | undefined;
|
|
43
|
-
tableHeadTextColor?: string | undefined;
|
|
44
|
-
tableHeadIconColor?: string | undefined;
|
|
45
|
-
tableRowColor?: string | undefined;
|
|
46
|
-
tableRowTextColor?: string | undefined;
|
|
47
|
-
tableBorderRadius?: number | undefined;
|
|
48
|
-
tableSizedColumns?: boolean | undefined;
|
|
49
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
50
|
-
};
|
|
51
|
-
}) | ({
|
|
52
|
-
layers?: string[] | undefined;
|
|
53
|
-
} & import("jamespot-user-api").WidgetPresenceType) | ({
|
|
54
|
-
layers?: string[] | undefined;
|
|
55
|
-
} & import("jamespot-user-api").WidgetQuickSurveyType) | ({
|
|
56
|
-
layers?: string[] | undefined;
|
|
57
|
-
} & import("jamespot-user-api").WidgetType<{
|
|
58
|
-
calEventsLimit?: boolean | undefined;
|
|
59
|
-
calEventsLimitValue?: number | undefined;
|
|
60
|
-
calEventsPromptStatus?: string | undefined;
|
|
61
|
-
}>) | ({
|
|
62
|
-
layers?: string[] | undefined;
|
|
63
|
-
} & import("jamespot-user-api").WidgetType<{
|
|
64
|
-
contactLimit?: boolean | undefined;
|
|
65
|
-
contactLimitValue?: number | undefined;
|
|
66
|
-
contactPromptStatus?: string | undefined;
|
|
67
|
-
}>) | ({
|
|
68
|
-
layers?: string[] | undefined;
|
|
69
|
-
} & import("jamespot-user-api").WidgetType<{
|
|
70
|
-
emailsLimit?: boolean | undefined;
|
|
71
|
-
emailsLimitValue?: number | undefined;
|
|
72
|
-
emailsPromptStatus?: string | undefined;
|
|
73
|
-
}>) | ({
|
|
74
|
-
layers?: string[] | undefined;
|
|
75
|
-
} & import("jamespot-user-api").WidgetType<{
|
|
76
|
-
url?: string | undefined;
|
|
77
|
-
}>)>[] | undefined;
|
|
78
|
-
} & (import("jamespot-user-api").WidgetArticleAttachmentContent | import("jamespot-user-api").WidgetArticleGalleryContent | import("jamespot-user-api").WidgetArticleImageContent | import("jamespot-user-api").WidgetArticleTextContent | import("jamespot-user-api").WidgetArticleTitleContent | {
|
|
79
|
-
text?: string | undefined;
|
|
80
|
-
color?: string | undefined;
|
|
81
|
-
url?: string | undefined;
|
|
82
|
-
target?: string | undefined;
|
|
83
|
-
variant?: "contained" | "outlined" | undefined;
|
|
84
|
-
backgroundColor?: string | undefined;
|
|
85
|
-
borderRadius?: string | undefined;
|
|
86
|
-
fontSize?: string | undefined;
|
|
87
|
-
buttonSize?: "md" | "sm" | "lg" | undefined;
|
|
88
|
-
openingType?: "link" | "anchor" | "popup" | undefined;
|
|
89
|
-
openingTypeLink?: {
|
|
90
|
-
url: string;
|
|
91
|
-
target: string;
|
|
92
|
-
} | undefined;
|
|
93
|
-
openingTypeAnchor?: {
|
|
94
|
-
uniqid: string;
|
|
95
|
-
} | undefined;
|
|
96
|
-
openingTypePopup?: {
|
|
97
|
-
title: string;
|
|
98
|
-
widgets: import("jamespot-user-api").WidgetBaseType[];
|
|
99
|
-
} | undefined;
|
|
100
|
-
} | import("jamespot-user-api").WidgetArticleSliderContent | {
|
|
101
|
-
widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
|
|
102
|
-
arr?: import("jamespot-user-api").WidgetCheckListContentArr[] | undefined;
|
|
103
|
-
css?: Record<string, string> | undefined;
|
|
104
|
-
edit?: boolean | undefined;
|
|
105
|
-
} | {
|
|
106
|
-
limit?: number | boolean | undefined;
|
|
107
|
-
uri?: string | undefined;
|
|
108
|
-
tableColumnsData?: {
|
|
109
|
-
name?: string | undefined;
|
|
110
|
-
label?: string | undefined;
|
|
111
|
-
isVisible?: boolean | undefined;
|
|
112
|
-
textEllipsis?: boolean | undefined;
|
|
113
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
114
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
115
|
-
}[] | undefined;
|
|
116
|
-
tableHeadColor?: string | undefined;
|
|
117
|
-
tableHeadTextColor?: string | undefined;
|
|
118
|
-
tableHeadIconColor?: string | undefined;
|
|
119
|
-
tableRowColor?: string | undefined;
|
|
120
|
-
tableRowTextColor?: string | undefined;
|
|
121
|
-
tableBorderRadius?: number | undefined;
|
|
122
|
-
tableSizedColumns?: boolean | undefined;
|
|
123
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
124
|
-
} | {
|
|
125
|
-
limit?: number | boolean | undefined;
|
|
126
|
-
uri?: string | undefined;
|
|
127
|
-
tableColumnsData?: {
|
|
128
|
-
name?: string | undefined;
|
|
129
|
-
label?: string | undefined;
|
|
130
|
-
isVisible?: boolean | undefined;
|
|
131
|
-
textEllipsis?: boolean | undefined;
|
|
132
|
-
dateFormat?: "time" | "date" | "date-time" | "date-time-sec" | "time-sec" | undefined;
|
|
133
|
-
numberFormat?: "fr-FR" | "en-EN" | "filesize" | undefined;
|
|
134
|
-
}[] | undefined;
|
|
135
|
-
tableHeadColor?: string | undefined;
|
|
136
|
-
tableHeadTextColor?: string | undefined;
|
|
137
|
-
tableHeadIconColor?: string | undefined;
|
|
138
|
-
tableRowColor?: string | undefined;
|
|
139
|
-
tableRowTextColor?: string | undefined;
|
|
140
|
-
tableBorderRadius?: number | undefined;
|
|
141
|
-
tableSizedColumns?: boolean | undefined;
|
|
142
|
-
tableSizedColumnsWidth?: number | undefined;
|
|
143
|
-
} | {
|
|
144
|
-
limit?: number | boolean | undefined;
|
|
145
|
-
limitValue?: number | undefined;
|
|
146
|
-
closing?: boolean | 0 | 1 | undefined;
|
|
147
|
-
isClosed?: boolean | 0 | 1 | undefined;
|
|
148
|
-
} | {
|
|
149
|
-
widgets?: import("jamespot-user-api").WidgetBaseType[] | undefined;
|
|
150
|
-
arr?: import("jamespot-user-api").WidgetQuickSurveyContentArr[] | undefined;
|
|
151
|
-
css?: Record<string, string> | undefined;
|
|
152
|
-
closing?: boolean | 0 | 1 | undefined;
|
|
153
|
-
isClosed?: boolean | 0 | 1 | undefined;
|
|
154
|
-
open?: boolean | 0 | 1 | undefined;
|
|
155
|
-
multi?: boolean | 0 | 1 | undefined;
|
|
156
|
-
showResult?: boolean | 0 | 1 | undefined;
|
|
157
|
-
isNotDisabled?: boolean | 0 | 1 | undefined;
|
|
158
|
-
seeResponseAfter?: boolean | 0 | 1 | undefined;
|
|
159
|
-
anonymize?: boolean | 0 | 1 | undefined;
|
|
160
|
-
} | {
|
|
161
|
-
calEventsLimit?: boolean | undefined;
|
|
162
|
-
calEventsLimitValue?: number | undefined;
|
|
163
|
-
calEventsPromptStatus?: string | undefined;
|
|
164
|
-
} | {
|
|
165
|
-
contactLimit?: boolean | undefined;
|
|
166
|
-
contactLimitValue?: number | undefined;
|
|
167
|
-
contactPromptStatus?: string | undefined;
|
|
168
|
-
} | {
|
|
169
|
-
emailsLimit?: boolean | undefined;
|
|
170
|
-
emailsLimitValue?: number | undefined;
|
|
171
|
-
emailsPromptStatus?: string | undefined;
|
|
172
|
-
} | {
|
|
173
|
-
url?: string | undefined;
|
|
174
|
-
})>>() => T;
|
|
2
|
+
export declare const useEditorContext: <T = EditorBaseContext>() => T;
|