jamespot-react-components 1.3.5 → 1.3.7
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/dist/index.d.ts +2 -0
- package/dist/jamespot-react-components.js +6771 -0
- package/dist/jamespot-react-components.mjs +50881 -0
- package/dist/src/components/Common/BorderRadius.d.ts +2 -0
- package/{build → dist}/src/components/Common/DashedFocusBorder.d.ts +2 -2
- package/{build → dist}/src/components/Common/FastCss.d.ts +1 -1
- package/{build → dist}/src/components/Common/JRCConditionalWrapper.d.ts +1 -2
- package/dist/src/components/Common/JRCDraggingPlaceholder.d.ts +4 -0
- package/dist/src/components/Common/LimitLines.d.ts +4 -0
- package/dist/src/components/Common/SROnly.d.ts +1 -0
- package/dist/src/components/Common/SkipToContent.d.ts +1 -0
- package/dist/src/components/Deprecated/Deprecated_ClickAwayListener/ClickAwayListener.stories.d.ts +10 -0
- package/{build/src/components/Form/Common/ClickAwayListener.d.ts → dist/src/components/Deprecated/Deprecated_ClickAwayListener/Deprecated_ClickAwayListener.d.ts} +2 -1
- package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +1 -1
- package/{build → dist}/src/components/Drives/components/EntityItem.d.ts +2 -2
- package/dist/src/components/Drives/drive.style.d.ts +3 -0
- package/dist/src/components/Editors/components/Editor.style.d.ts +6 -0
- package/{build → dist}/src/components/Editors/components/EditorInput.d.ts +3 -1
- package/dist/src/components/Form/Common/ClickAwayListener.d.ts +7 -0
- package/{build → dist}/src/components/Form/Common/ClickAwayListener.stories.d.ts +1 -0
- package/{build → dist}/src/components/Form/Common/FormMessageFeedback.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +2 -2
- package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +2 -2
- package/dist/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +7 -0
- package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +18 -0
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +2 -0
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +2 -0
- package/dist/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +2 -0
- package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +6 -0
- package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +2 -1
- package/{build → dist}/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +1 -0
- package/{build → dist}/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +1 -2
- package/dist/src/components/Form/Input/JRCInputDateTime/JRCInputDateTimeRaw.d.ts +9 -0
- package/{build → dist}/src/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +2 -2
- package/{build → dist}/src/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputFile/utils/file.api.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +6 -0
- package/dist/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +6 -0
- package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +6 -0
- package/dist/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +21 -0
- package/{build → dist}/src/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +4 -4
- package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +37 -0
- package/dist/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +15 -0
- package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +1 -4
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JTinyMCEExtensions.d.ts +4 -4
- package/{build → dist}/src/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +3 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +337 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +6 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -1
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +4 -0
- package/dist/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +4 -0
- package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +1 -1
- package/{build → dist}/src/components/Form/Input/JRCStyledInput.d.ts +3 -3
- package/dist/src/components/JRCAlbum/styles.d.ts +27 -0
- package/dist/src/components/JRCAlert/JRCAlert.stories.d.ts +8 -0
- package/{build → dist}/src/components/JRCAnimatedContainer.d.ts +1 -1
- package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.stories.d.ts +1 -1
- package/dist/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +2 -0
- package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +1 -1
- package/dist/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +54 -0
- package/{build → dist}/src/components/JRCAttachments/JRCAttachments.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCAvatar/JRCAvatar.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCButton/Button.d.ts +6 -6
- package/{build → dist}/src/components/JRCButton/JRCButton.d.ts +5 -5
- package/dist/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
- package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -1
- package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.stories.d.ts +1 -1
- package/dist/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +30 -0
- package/dist/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
- package/dist/src/components/JRCCalendar/CalendarStyle.d.ts +6 -0
- package/{build → dist}/src/components/JRCCalendar/JRCCalendar.d.ts +1 -1
- package/{build → dist}/src/components/JRCCalendar/JRCCalendarEvent.d.ts +3 -2
- package/{build → dist}/src/components/JRCCalendar/JRCCalendarModal.d.ts +7 -3
- package/{build → dist}/src/components/JRCCalendar/types.d.ts +4 -1
- package/{build → dist}/src/components/JRCCard/JRCCard.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCCard/JRCCardImg.d.ts +1 -1
- package/{build → dist}/src/components/JRCCard/JRCCardImg.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCCollapse/JRCCollapse.stories.d.ts +1 -1
- package/dist/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -0
- package/{build → dist}/src/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCCropImage/JRCCropImage.d.ts +0 -1
- package/{build → dist}/src/components/JRCCropImage/JRCCropImage.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCDate/JRCDate.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +2 -2
- package/{build → dist}/src/components/JRCDragNDrop/JRCDndTwoLevelWithStack.d.ts +1 -1
- package/dist/src/components/JRCDragNDrop/styles.d.ts +50 -0
- package/dist/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +4 -0
- package/dist/src/components/JRCFile/JRCFile.stories.d.ts +4 -0
- package/dist/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +4 -0
- package/dist/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +15 -0
- package/{build → dist}/src/components/JRCFlex/JRCFlexBox.d.ts +1 -1
- package/{build → dist}/src/components/JRCFolders/JRCFolders.stories.d.ts +1 -1
- package/dist/src/components/JRCFolders/styles.d.ts +16 -0
- package/{build → dist}/src/components/JRCGifSelector/JRCGifSelector.d.ts +1 -1
- package/{build → dist}/src/components/JRCGrid/JRCGrid.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCGroupList/JRCGroupList.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCHref/JRCHref.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCHtml/JRCHtml.d.ts +2 -2
- package/{build → dist}/src/components/JRCHtml/JRCHtml.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCIconButton/JRCIconButton.d.ts +2 -2
- package/{build → dist}/src/components/JRCIconButton/JRCIconButton.stories.d.ts +1 -1
- package/dist/src/components/JRCImg/JRCImg.stories.d.ts +6 -0
- package/{build → dist}/src/components/JRCList/JRCList.d.ts +1 -1
- package/{build → dist}/src/components/JRCList/JRCList.stories.d.ts +1 -1
- package/dist/src/components/JRCList/JRCList.styles.d.ts +30 -0
- package/dist/src/components/JRCList/JRCListMockData.stories.d.ts +4 -0
- package/{build → dist}/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -1
- package/dist/src/components/JRCMessage/JRCMessage.stories.d.ts +8 -0
- package/dist/src/components/JRCModal/JRCModal.styles.d.ts +35 -0
- package/{build → dist}/src/components/JRCModal/JRCModalLayout.d.ts +2 -2
- package/dist/src/components/JRCModal/templates/JRCModal.stories.d.ts +4 -0
- package/dist/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +4 -0
- package/{build → dist}/src/components/JRCModalImg/JRCModalImg.stories.d.ts +1 -1
- package/dist/src/components/JRCModalImg/JRCModalImg.styles.d.ts +7 -0
- package/dist/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +3 -0
- package/{build → dist}/src/components/JRCPagination/JRCPagination.stories.d.ts +1 -1
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +2 -0
- package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +1 -1
- package/dist/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +17 -0
- package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModalForm.d.ts +1 -1
- package/{build → dist}/src/components/JRCSidePanelModal/JRCSidePanelModalForm.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonSquare.d.ts +1 -1
- package/dist/src/components/JRCSkeleton/common.d.ts +1 -0
- package/{build → dist}/src/components/JRCTabs/JRCTabs.d.ts +2 -3
- package/{build → dist}/src/components/JRCTabs/JRCTabs.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCTag/JRCTag.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +0 -7
- package/{build → dist}/src/components/JRCTypo/JRCTypo.d.ts +7 -7
- package/{build → dist}/src/components/JRCTypography/JRCTypography.styles.d.ts +1 -1
- package/{build → dist}/src/components/JRCUserList/JRCUserList.stories.d.ts +1 -1
- package/{build → dist}/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +1 -1
- package/dist/src/components/Stepper/JRCStepper.style.d.ts +4 -0
- package/dist/src/components/Templates/AppColumn.d.ts +3 -0
- package/{build → dist}/src/components/Templates/JRCAppColumn.d.ts +1 -1
- package/{build → dist}/src/components/Templates/JRCAppTab.d.ts +1 -1
- package/{build → dist}/src/components/Templates/JRCBasicAutoMarginContainer.d.ts +1 -1
- package/dist/src/components/Templates/JRCContainer.d.ts +2 -0
- package/dist/src/components/Templates/JRCTemplate.stories.d.ts +6 -0
- package/dist/src/components/Templates/MainColumn.d.ts +2 -0
- package/dist/src/components/Templates/template.styles.d.ts +337 -0
- package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +1 -1
- package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +1 -1
- package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +2 -2
- package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +11 -0
- package/dist/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +6 -0
- package/dist/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +10 -0
- package/dist/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetImage/styles.d.ts +3 -0
- package/dist/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +9 -0
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +4 -0
- package/dist/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +7 -0
- package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.stories.d.ts +1 -1
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +13 -0
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +6 -0
- package/dist/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +24 -0
- package/dist/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +9 -0
- package/dist/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +56 -0
- package/dist/src/components/Widgets/const.test.d.ts +1 -0
- package/{build → dist}/src/components/Widgets/context/provider.d.ts +1 -1
- package/dist/src/components/Widgets/styles.d.ts +16 -0
- package/dist/src/components/Widgets/utils.test.d.ts +1 -0
- package/dist/src/components/api/jamespot/mock_jamespot.d.ts +5 -0
- package/{build → dist}/src/components/index.d.ts +73 -72
- package/{build → dist}/src/hooks/UseKeyPress.d.ts +1 -1
- package/{build → dist}/src/index.d.ts +2 -18
- package/dist/src/translation/index.d.ts +2 -0
- package/dist/src/translation/lang.json.d.ts +399 -0
- package/{build → dist}/src/utils/index.d.ts +1 -1
- package/dist/src/utils/utils.array.test.d.ts +1 -0
- package/dist/src/utils/utils.color.test.d.ts +1 -0
- package/dist/src/utils/utils.date.test.d.ts +1 -0
- package/{build → dist}/src/utils/utils.files.d.ts +2 -2
- package/dist/src/utils/utils.html.test.d.ts +1 -0
- package/{build → dist}/src/utils/utils.object.d.ts +0 -1
- package/dist/src/utils/utils.object.test.d.ts +1 -0
- package/dist/src/utils/utils.regexp.test.d.ts +1 -0
- package/dist/src/utils/utils.string.test.d.ts +1 -0
- package/dist/src/utils/utils.time.test.d.ts +1 -0
- package/package.json +48 -52
- package/README.internal.md +0 -16
- package/build/assets/404.6ddcf23842aa398fdb2521ed61e26426.png +0 -0
- package/build/assets/ai.0bd1828cb6ec10ad92d900c710079cac.png +0 -0
- package/build/assets/check.e04c3374d2c43bd03d5c52b37639d90c.svg +0 -4
- package/build/assets/default.2ca3180f8cdd6f14c4184439f06173cb.png +0 -0
- package/build/assets/docx.d99aeeb833c328dc360bb2dc1d99126f.png +0 -0
- package/build/assets/gif.605d1d151a01356b376d5c4ac2f40d19.png +0 -0
- package/build/assets/group-background.daf782321c7f65cde0fc3d5918d27762.png +0 -0
- package/build/assets/jamespot-2025-216.d681af07a093035b056f3a3589dfb6f8.png +0 -0
- package/build/assets/jamespot-blue-2025-216.cbe9350502876bd1e0495637f73b0ce6.png +0 -0
- package/build/assets/mp3.c4f6cf8e048c8d1fd70ea5676f9e35bb.png +0 -0
- package/build/assets/mp4.c631e40ab77a5009bec629505396f88b.png +0 -0
- package/build/assets/pdf.25c19fbb11dacc87994bdce830d7e5ed.png +0 -0
- package/build/assets/pptx.fc266e95afba9abd862da4d909e1ad68.png +0 -0
- package/build/assets/psd.cca4c1ac52e6e24770486bf5bc6d6ff9.png +0 -0
- package/build/assets/svg.21a77099744d94b9214c52043ef39d95.png +0 -0
- package/build/assets/ttf.28668a6c059779e01fe7dc66dd70ef40.png +0 -0
- package/build/assets/txt.d0b32e515641b99e8e31165279361eb4.png +0 -0
- package/build/assets/x.609ccec1e6c6c10c412a1ab325258b42.svg +0 -1
- package/build/assets/xlsx.a3b00a8cd84f504b94d1cfc617b4080f.png +0 -0
- package/build/assets/zip.b8f8ab347fc92f763a2d44617a82b66e.png +0 -0
- package/build/jamespot-react-components.js +0 -5879
- package/build/jamespot-react-components.js.LICENSE.txt +0 -138
- package/build/jamespot-react-components.js.map +0 -1
- package/build/jest.config.d.ts +0 -3
- package/build/jest.setup.d.ts +0 -1
- package/build/src/components/Common/BorderRadius.d.ts +0 -2
- package/build/src/components/Common/JRCDraggingPlaceholder.d.ts +0 -4
- package/build/src/components/Common/LimitLines.d.ts +0 -4
- package/build/src/components/Common/SROnly.d.ts +0 -1
- package/build/src/components/Common/SkipToContent.d.ts +0 -1
- package/build/src/components/Drives/drive.style.d.ts +0 -3
- package/build/src/components/Editors/components/Editor.style.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +0 -7
- package/build/src/components/Form/Input/JRCInputCheckbox/components/CheckboxOrToggle.d.ts +0 -18
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +0 -2
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +0 -2
- package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +0 -2
- package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputDateTime/DayPickerStyle.d.ts +0 -1
- package/build/src/components/Form/Input/JRCInputFileAdvanced/File.styles.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +0 -6
- package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +0 -21
- package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +0 -37
- package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +0 -15
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +0 -9
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +0 -337
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +0 -4
- package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +0 -4
- package/build/src/components/JRCAlbum/styles.d.ts +0 -27
- package/build/src/components/JRCAlert/JRCAlert.stories.d.ts +0 -8
- package/build/src/components/JRCAppHeader/JRCAppHeader.styles.d.ts +0 -2
- package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +0 -8
- package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +0 -30
- package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +0 -7
- package/build/src/components/JRCCalendar/CalendarStyle.d.ts +0 -6
- package/build/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +0 -1
- package/build/src/components/JRCDragNDrop/styles.d.ts +0 -50
- package/build/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +0 -4
- package/build/src/components/JRCFile/JRCFile.stories.d.ts +0 -4
- package/build/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +0 -4
- package/build/src/components/JRCFileViewer/JRCFileViewer.styles.d.ts +0 -15
- package/build/src/components/JRCFolders/styles.d.ts +0 -16
- package/build/src/components/JRCImg/JRCImg.stories.d.ts +0 -6
- package/build/src/components/JRCList/JRCList.styles.d.ts +0 -30
- package/build/src/components/JRCList/JRCListMockData.stories.d.ts +0 -4
- package/build/src/components/JRCMessage/JRCMessage.stories.d.ts +0 -8
- package/build/src/components/JRCModal/JRCModal.styles.d.ts +0 -35
- package/build/src/components/JRCModal/templates/JRCModal.stories.d.ts +0 -4
- package/build/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +0 -4
- package/build/src/components/JRCModalImg/JRCModalImg.styles.d.ts +0 -7
- package/build/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +0 -3
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +0 -2
- package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +0 -17
- package/build/src/components/JRCSkeleton/common.d.ts +0 -1
- package/build/src/components/Stepper/JRCStepper.style.d.ts +0 -4
- package/build/src/components/Templates/AppColumn.d.ts +0 -3
- package/build/src/components/Templates/JRCContainer.d.ts +0 -2
- package/build/src/components/Templates/JRCTemplate.stories.d.ts +0 -6
- package/build/src/components/Templates/MainColumn.d.ts +0 -2
- package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetCalendarCalDav/styles.d.ts +0 -11
- package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetContactCardDav/styles.d.ts +0 -6
- package/build/src/components/Widgets/JRCWidgetEmailsImap/styles.d.ts +0 -10
- package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetImage/styles.d.ts +0 -3
- package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.styles.d.ts +0 -9
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +0 -4
- package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +0 -7
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +0 -13
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +0 -6
- package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +0 -24
- package/build/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.stories.d.ts +0 -9
- package/build/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.stories.d.ts +0 -56
- package/build/src/components/Widgets/styles.d.ts +0 -16
- package/build/src/components/api/jamespot/mock_jamespot.d.ts +0 -5
- package/build/src/translation/index.d.ts +0 -2
- package/externals.json +0 -13
- package/jest.config.ts +0 -24
- package/tsconfig.build.json +0 -15
- /package/{build → dist}/src/components/404/index.d.ts +0 -0
- /package/{build → dist}/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +0 -0
- /package/{build → dist}/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +0 -0
- /package/{build → dist}/src/components/Common/Article/ArticleCard.d.ts +0 -0
- /package/{build → dist}/src/components/Common/DashedFocusBorder.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Common/JRCConditionalWrapper.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +0 -0
- /package/{build → dist}/src/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/Dropbox/DropboxDocuments.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/JRCDriveDropbox.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/JRCDriveMSGraph.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/DriveAccountHeader.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/DriveIsEmpty.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/EntityAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/EntityItemSelection.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/components/EntityItemTitle.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/drive.const.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/drive.types.d.ts +0 -0
- /package/{build → dist}/src/components/Drives/hooks.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorButtonToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorCheckbox.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorColorPicker.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorImageUpload.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorInputCheckbox.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorInputImage.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorInputToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorPositionToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorSelect.d.ts +0 -0
- /package/{build → dist}/src/components/Editors/components/EditorUploader.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/FormHelper.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/FormLabel.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/FormMessageFeedback.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Common/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/JRCFormErrors.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/JRCFormErrors.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/Common/useFormControls.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/Checkbox.type.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.utils.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/DragArea.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/File.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputFileAdvanced/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputImage/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/editorSetup.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/GifsExtension/GifsExtension.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/extensions/MarkdownExtension/MarkdownExtension.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputTinyMCERaw/types.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelect.utils.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +0 -0
- /package/{build → dist}/src/components/Form/Input/JRCSelect/SelectHierarchicalTreeModal.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/JRCAlbum.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/JRCAlbum.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumItem.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX1.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX2.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX3.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX4.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/components/AlbumX5.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/const.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlbum/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAlert/JRCAlert.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppContainer/JRCAppContainer.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppHeader/JRCAppHeader.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAttachments/JRCAttachments.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAudience/JRCAudience.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAudience/JRCAudienceAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAvatar/JRCAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAvatars/JRCAvatars.d.ts +0 -0
- /package/{build → dist}/src/components/JRCAvatars/JRCAvatars.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +0 -0
- /package/{build → dist}/src/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/JRCButton.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/JRCButtonConfig.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/JRCValidationButton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButton/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButtonDropdown/JRCButtonDropdown.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCButtonFile/JRCButtonFile.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCalendar/JRCCalendar.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCalendar/JRCEventStatusButton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCalendar/useResponseStatus.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCard/JRCCard.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCollapse/JRCCollapse.d.ts +0 -0
- /package/{build → dist}/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +0 -0
- /package/{build → dist}/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +0 -0
- /package/{build → dist}/src/components/JRCColumnRight/JRCColumnRight.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/JRCComment.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/components/EditComment.d.ts +0 -0
- /package/{build → dist}/src/components/JRCCommentsBloc/components/NewComment.d.ts +0 -0
- /package/{build → dist}/src/components/JRCConfirmationModal/JRCConfirmationModal.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDate/JRCDate.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/DndProvider.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/Draggable.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/Droppable.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/JRCDndTwoLevelWithStack.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/index.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDragNDrop/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDropDown/JRCDropDown.d.ts +0 -0
- /package/{build → dist}/src/components/JRCDropDown/JRCDropDown.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFile.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileApplication.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileAudio.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileAvatar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileFolder.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileImage.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/JRCFileVideo.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFile/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileOpen/JRCFileOpen.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewer.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFileViewer/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFlex/JRCFlexBox.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/JRCFolders.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/components/FileLittleList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCFolders/utils.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGifSelector/JRCGifSelector.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGrid/JRCGrid.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGroupList/JRCGroupList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGroups/JRCGroups.d.ts +0 -0
- /package/{build → dist}/src/components/JRCGroups/JRCGroups.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCHref/JRCHref.d.ts +0 -0
- /package/{build → dist}/src/components/JRCIcon/JRCIcon.d.ts +0 -0
- /package/{build → dist}/src/components/JRCIcon/JRCIcon.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCImg/JRCImg.d.ts +0 -0
- /package/{build → dist}/src/components/JRCLoader/JRCLoader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCLoader/JRCLoader.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCLoader/JRCSkeleton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMediaLoader/JRCMediaLoader.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMediaLoader/JRCMediaLoader.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMenu/JRCMenu.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMenuItem/JRCMenuItem.d.ts +0 -0
- /package/{build → dist}/src/components/JRCMessage/JRCMessage.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/JRCModalContent.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/JRCModalContentForm.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/templates/JRCModal.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/templates/JRCModal.types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/templates/JRCModalForm.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModal/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModalImg/JRCModalImg.d.ts +0 -0
- /package/{build → dist}/src/components/JRCModalUserList/JRCModalUserList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCObjectList/JRCObjectList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPagination/JRCPagination.d.ts +0 -0
- /package/{build → dist}/src/components/JRCProgressBar/JRCProgressBar.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPublishButton/JRCPublishButton.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPublishButton/JRCPublishButton.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCPublishButton/PublishButtonEntry.d.ts +0 -0
- /package/{build → dist}/src/components/JRCQRCode/JRCQRCode.d.ts +0 -0
- /package/{build → dist}/src/components/JRCQRCode/JRCQRCode.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCQuarantineFiles/JRCQuarantineFiles.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSidePanelModal/SidePanel.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSidePanelModal/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +0 -0
- /package/{build → dist}/src/components/JRCSkeleton/JRCSkeletonList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTag/JRCTag.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/JRCBaseTooltip.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/JRCTooltip.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/JRCTooltip.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTooltip/types.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypo/JRCTypo.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypography/JRCTypography.d.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypography/JRCTypography.d.ts +0 -0
- /package/{build → dist}/src/components/JRCTypography/JRCTypography.stories.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserList/JRCUserList.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserPopup/JRCUserPopup.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUsers/JRCUsers.d.ts +0 -0
- /package/{build → dist}/src/components/JRCUsers/JRCUsers.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Pages/JRCPageNotLogged.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCFadeStepper.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCImageStepper.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCStepper.d.ts +0 -0
- /package/{build → dist}/src/components/Stepper/JRCStepper.stories.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCBase.template.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCMainColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCPanel.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCStepperPage.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/JRCTwoColumns.template.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/template.type.d.ts +0 -0
- /package/{build → dist}/src/components/Templates/template.utils.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetColor/JRCWidgetColor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetColor/JRCWidgetColorEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetExtension/JRCWidgetExtensionEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetIcon.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderArrows.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderDots.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderImage.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/components/SliderSlideTitle.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/types.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetSlider/utils.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/const.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/ensure.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/pagination.d.ts +0 -0
- /package/{build/src/utils/utils.date.test.d.ts → dist/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts} +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/types.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetTable/utils.d.ts +0 -0
- /package/{build/src/utils/utils.object.test.d.ts → dist/src/components/Widgets/JRCWidgetTable/utils.test.d.ts} +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfile.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetUserProfile/JRCWidgetUserProfileEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcome.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/JRCWidgetWelcome/JRCWidgetWelcomeEditor.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/components/WidgetAvatarList.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/components/WidgetMissingToken.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/const.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/context/hooks.d.ts +0 -0
- /package/{build → dist}/src/components/Widgets/utils.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mockApiWrapper.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/application/application.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/datasource/datasource.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/file/file.d.ts +0 -0
- /package/{build → dist}/src/components/api/jamespot/mocks/network/network.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseDebounce.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseDebounce.stories.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseDidMountEffect.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseImageLoader.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseLocalStorage.d.ts +0 -0
- /package/{build → dist}/src/hooks/UseTimeout.d.ts +0 -0
- /package/{build → dist}/src/hooks/useAbortController.d.ts +0 -0
- /package/{build → dist}/src/hooks/useCancelOnUnmount.d.ts +0 -0
- /package/{build → dist}/src/hooks/useModalAccessibility.d.ts +0 -0
- /package/{build → dist}/src/hooks/useRefSize.d.ts +0 -0
- /package/{build → dist}/src/hooks/useWindowSize.d.ts +0 -0
- /package/{build → dist}/src/styles/Theme.stories.d.ts +0 -0
- /package/{build → dist}/src/styles/theme.d.ts +0 -0
- /package/{build → dist}/src/styles/utils.d.ts +0 -0
- /package/{build → dist}/src/types/dataAttributes.d.ts +0 -0
- /package/{build → dist}/src/types/utils.d.ts +0 -0
- /package/{build → dist}/src/types.d.ts +0 -0
- /package/{build → dist}/src/utils/const.d.ts +0 -0
- /package/{build → dist}/src/utils/types.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.array.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.color.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.date.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.document.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.form.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.html.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.icons.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.image.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.misc.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.regexp.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.string.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.time.d.ts +0 -0
- /package/{build → dist}/src/utils/utils.tinymce.d.ts +0 -0
|
@@ -0,0 +1,399 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
"en": {
|
|
3
|
+
"ACTIVITY_Can_Not_comment_Desc": "You cannot comment on this content. Several reasons are possible:<p>- You are not part of the audience of the content</p><p>- You do not have sufficient rights according to the group settings</p><p>- A solar storm creates interference (less likely, but you never know)",
|
|
4
|
+
"ADD_FAVORITE": "Add to favorites",
|
|
5
|
+
"APP_Animated_Meeting": "Diapazone",
|
|
6
|
+
"APP_Bookmark_Bookmarks": "favorites",
|
|
7
|
+
"APP_FileIntegrity_Quarantine_Files_Message": "{ count } file(s) in quarantine",
|
|
8
|
+
"APP_SurveyDate": "Sondage de date",
|
|
9
|
+
"APP_SurveyDate_Over": "The survey is closed",
|
|
10
|
+
"ARTICLE_Nb_Elements": "Documents",
|
|
11
|
+
"ARTICLE_Nb_Selected_Elements": "Elements sélectionés",
|
|
12
|
+
"ATTACHMENTS_No_Download": "No download",
|
|
13
|
+
"ATTACHMENTS_Preview_Successfully_Recomputed": "Preview successfully recomputed",
|
|
14
|
+
"ATTACHMENTS_Recompute_Preview": "Recompute preview",
|
|
15
|
+
"ATTACHMENTS_See_Downloads": "See downloads",
|
|
16
|
+
"AUDIENCE_GROUPS_AND_USERS": "{groups} group(s) and {users} users(s)",
|
|
17
|
+
"AUDIENCE_GROUPS_ONLY": "{groups} group(s)",
|
|
18
|
+
"AUDIENCE_ONLY_ME": "Only me",
|
|
19
|
+
"AUDIENCE_USERS_ONLY": "{users} user(s)",
|
|
20
|
+
"AppLeftColumn_App_Navigation": "Application navigation menu",
|
|
21
|
+
"AppLeftColumn_Close_Panel": "Reduces the size of the menu",
|
|
22
|
+
"AppLeftColumn_Open_Panel": "Expands the menu",
|
|
23
|
+
"BUTTON_Title_Add_Image": "Add image",
|
|
24
|
+
"BUTTON_Title_Add_New_Task": "Add new task",
|
|
25
|
+
"BUTTON_Title_Add_Uri": "Add link to task",
|
|
26
|
+
"BUTTON_Title_Open_Edit_Panel": "Button that open the edit panel",
|
|
27
|
+
"BUTTON_Title_Open_Remove_Widget": "Button that remove the widget entirely",
|
|
28
|
+
"BUTTON_Title_Remove_Item": "Remove task",
|
|
29
|
+
"BUTTON_Title_Remove_Uri": "Remove link",
|
|
30
|
+
"CALENDAR_All_Day": "All day",
|
|
31
|
+
"CALENDAR_Answer": "Répondre",
|
|
32
|
+
"CALENDAR_BoardCard": "Board card",
|
|
33
|
+
"CALENDAR_Delete_Confirmation_Recurrent": "Do you want to delete the whole series?",
|
|
34
|
+
"CALENDAR_Event": "Evénement",
|
|
35
|
+
"CALENDAR_Event_Date": "Le {date}, {time}",
|
|
36
|
+
"CALENDAR_Event_Date_All_Day": "Le {date}",
|
|
37
|
+
"CALENDAR_Event_Date_Start_End": "Du {dateStart}, {timeStart} au {dateEnd}, {timeEnd}",
|
|
38
|
+
"CALENDAR_Event_Date_Start_End_All_Day": "Du {dateStart} au {dateEnd}",
|
|
39
|
+
"CALENDAR_Event_Date_Start_End_Same_Day": "Le {dateStart}, de {timeStart} à {timeEnd}",
|
|
40
|
+
"CALENDAR_Event_Date_Start_End_Same_Day_All_Day": "Le {dateStart}",
|
|
41
|
+
"CALENDAR_Event_Recurrence": "Recurrence",
|
|
42
|
+
"CALENDAR_Event_Recurrence_Daily": "Tous les jours",
|
|
43
|
+
"CALENDAR_Event_Recurrence_Monthly": "Tous les {day} du mois",
|
|
44
|
+
"CALENDAR_Event_Recurrence_Until": "jusqu'au {date}",
|
|
45
|
+
"CALENDAR_Event_Recurrence_UntilField": "Until",
|
|
46
|
+
"CALENDAR_Event_Recurrence_Weekly": "Tous les {day}",
|
|
47
|
+
"CALENDAR_Event_Recurrence_Yearly": "Tous les {date}",
|
|
48
|
+
"CALENDAR_Event_Remaining_Seats": "places restantes",
|
|
49
|
+
"CALENDAR_Event_Report": "Compte rendu",
|
|
50
|
+
"CALENDAR_Event_Revive": "Relancer",
|
|
51
|
+
"CALENDAR_Event_Revive_All": "Tous",
|
|
52
|
+
"CALENDAR_Event_Revive_Available": "Participant(s)",
|
|
53
|
+
"CALENDAR_Event_Revive_Message_Description": "Quel message souhaitez vous envoyer ?",
|
|
54
|
+
"CALENDAR_Event_Revive_Message_Label": "Message",
|
|
55
|
+
"CALENDAR_Event_Revive_On_Spot": "En présentiel",
|
|
56
|
+
"CALENDAR_Event_Revive_Select_Description": "Qui souhaitez vous relancer ?",
|
|
57
|
+
"CALENDAR_Event_Revive_Unavailable": "Indisponible(s)",
|
|
58
|
+
"CALENDAR_Event_Revive_Visio": "En distanciel",
|
|
59
|
+
"CALENDAR_Event_Revive_Waiting": "En attente",
|
|
60
|
+
"CALENDAR_Event_Visio_Url": "Rejoindre la web conférence",
|
|
61
|
+
"CALENDAR_Join": "Je participe",
|
|
62
|
+
"CALENDAR_Meeting": "Meeting",
|
|
63
|
+
"CALENDAR_Recurrent_Event_Warning": "This is a recurring event. Changes will apply to all events in the series.",
|
|
64
|
+
"CALENDAR_Reject": "Je ne participe pas",
|
|
65
|
+
"CALENDAR_Status_Available": "Vous participez",
|
|
66
|
+
"CALENDAR_Status_OnSpot": "En présentiel",
|
|
67
|
+
"CALENDAR_Status_Unavailable": "Vous ne participez pas",
|
|
68
|
+
"CALENDAR_Status_Unknown": "En attente",
|
|
69
|
+
"CALENDAR_Status_Visio": "En distanciel",
|
|
70
|
+
"CALENDAR_Today": "Today",
|
|
71
|
+
"CALENDAR_Update_Confirmation_Recurrent": "Do you want to update the whole series?",
|
|
72
|
+
"CALENDAR_dayGridMonth": "Month",
|
|
73
|
+
"CALENDAR_listWeek": "List",
|
|
74
|
+
"CALENDAR_timeGridDay": "Day",
|
|
75
|
+
"CALENDAR_timeGridWeek": "Week",
|
|
76
|
+
"CLIPBOARD_Copy_Success": "Copied to clipboard",
|
|
77
|
+
"COLOR_PICKER_recent_colors": "Recent colors",
|
|
78
|
+
"COMMENT_Add_Comment": "Add comment",
|
|
79
|
+
"COMMENT_Add_Widget": "Add widget",
|
|
80
|
+
"COMMENT_Answer": "Answer",
|
|
81
|
+
"COMMENT_Choose_Response": "Choose",
|
|
82
|
+
"COMMENT_Chosen_Response": "Chosen response",
|
|
83
|
+
"COMMENT_Comments": "comment(s)",
|
|
84
|
+
"COMMENT_Delete_Comment": "Delete comment ?",
|
|
85
|
+
"COMMENT_Display_More": "Display more comments",
|
|
86
|
+
"COMMENT_Just_Now": "just now",
|
|
87
|
+
"COMMENT_Last_Comment": "Last comment",
|
|
88
|
+
"COMMENT_Minutes_Ago": "{minutes} minutes ago",
|
|
89
|
+
"COMMENT_No_Comment": "No comment...",
|
|
90
|
+
"COMMENT_Placeholder": "Write a comment",
|
|
91
|
+
"COMMENT_Unselect_Response": "Unselect response",
|
|
92
|
+
"COMMENT_WIDGET_CHECKLIST_Add_New_Task": "Add new task",
|
|
93
|
+
"COMMENT_WIDGET_CHECKLIST_Add_Uri": "Add an uri",
|
|
94
|
+
"COMMENT_WIDGET_CHECKLIST_New_Task": "New task",
|
|
95
|
+
"COMMENT_WIDGET_CHECKLIST_Title": "Title",
|
|
96
|
+
"COMMENT_WIDGET_CHECKLIST_Uri_Link": "Button link",
|
|
97
|
+
"COMMENT_WIDGET_CHECKLIST_Uri_New_Page": "New page",
|
|
98
|
+
"COMMENT_WIDGET_CHECKLIST_Uri_Same_Page": "Same page",
|
|
99
|
+
"COMMENT_WIDGET_CHECKLIST_Uri_Target": "open",
|
|
100
|
+
"COMMENT_WIDGET_Configure": "Configure",
|
|
101
|
+
"COMMENT_WIDGET_Delete_Widget": "Delete comment ?",
|
|
102
|
+
"CONFIRMATION_MODAL_Default_Title": "Confirm action",
|
|
103
|
+
"CONTACT_Pro_Members": "Business Contacts",
|
|
104
|
+
"CROP_Crop": "Crop",
|
|
105
|
+
"CROP_Rotate_Left": "Rotate left",
|
|
106
|
+
"CROP_Rotate_Right": "Rotate Right",
|
|
107
|
+
"CROP_Title": "Crop the image",
|
|
108
|
+
"CRPT_Add_Report": "Report content",
|
|
109
|
+
"CRPT_Comment_Of": "Comment of",
|
|
110
|
+
"CRPT_Report_Description_Required": "La description est obligatoire",
|
|
111
|
+
"CRPT_Report_Sent": "Report sent",
|
|
112
|
+
"DND_ADD_SECTION": "+ Add section",
|
|
113
|
+
"DND_NEW_SECTION_LABEL": "New Section",
|
|
114
|
+
"DND_SECTIONS_TITLE": "Sections",
|
|
115
|
+
"DND_STACK_TITLE": "Active Buttons",
|
|
116
|
+
"DRIVE_Access_Denied": "Vous n'avez pas accès à ces documents.",
|
|
117
|
+
"DRIVE_Google_Not_Available": "This service is temporarily unavailable. Our team is currently working on a solution. We apologize for the inconvenience.",
|
|
118
|
+
"DRIVE_Input_Search_Group_Item": "Rechercher parmis les dossiers et documents",
|
|
119
|
+
"DRIVE_Input_Search_Groupe": "Rechercher un groupe",
|
|
120
|
+
"DRIVE_Is_Empty": "Nous n'avons trouvé aucun documents",
|
|
121
|
+
"DRIVE_MS_Accounts": "Accounts",
|
|
122
|
+
"DRIVE_MS_Default": "Default",
|
|
123
|
+
"DRIVE_MS_Error_Personal_Account": "Personal accounts are not supported",
|
|
124
|
+
"DRIVE_MS_Group_Filters": "Filtres",
|
|
125
|
+
"DRIVE_MS_Group_Filters_All": "Tous les groupes",
|
|
126
|
+
"DRIVE_MS_Group_Filters_Member_Of": "Seulement les groupes ou je suis membre",
|
|
127
|
+
"DRIVE_MS_Logout": "Logout",
|
|
128
|
+
"DRIVE_MS_Need_Login": "Please login to access your files",
|
|
129
|
+
"DRIVE_MS_Other_Account": "Add another account",
|
|
130
|
+
"DRIVE_MS_Set_Default_Account": "Set as default account",
|
|
131
|
+
"DRIVE_Private": "Private",
|
|
132
|
+
"DRIVE_Private_Group": "Ce groupe est privé",
|
|
133
|
+
"DRIVE_Public": "Public",
|
|
134
|
+
"DRIVE_Root": "Microsoft 365",
|
|
135
|
+
"DRIVE_Select_Document": "Sélectionner ce document",
|
|
136
|
+
"DRIVE_Select_Folder": "Sélectionner ce dossier",
|
|
137
|
+
"ERROR404_Msg": "Hum...There is nothing here...",
|
|
138
|
+
"ERROR404_MsgDetail": "This page does not exist, or its content has been deleted. Go back to home?",
|
|
139
|
+
"ERROR404_Wall": "Go back home",
|
|
140
|
+
"ERROR_Mail_Invalid": "Invalid email.",
|
|
141
|
+
"EVENT_Export_Calendar_ICalendar_Format": "Export to iCalendar format",
|
|
142
|
+
"EVENT_ICalendar_Export_Url": "Sync all events",
|
|
143
|
+
"EVENT_ICalendar_Export_Url_Explanation": "Copy url in your mail client",
|
|
144
|
+
"EVENT_ICalendar_Export_Url_Subscribed": "Sync accepted events",
|
|
145
|
+
"EVENT_I_Register": "Je participe",
|
|
146
|
+
"FIELDS_Add_Option": "Add a response",
|
|
147
|
+
"FILE_Existing_Files_Label": "Added files",
|
|
148
|
+
"FILE_Upload_Label": "Drop or select files",
|
|
149
|
+
"FILE_Viewer_Open_With": "Ouvrir avec",
|
|
150
|
+
"FILE_Viewer_Preview": "Aperçu",
|
|
151
|
+
"FOLDER_Nb_Elements": "Documents",
|
|
152
|
+
"GLOBAL_A11Y_APP_NAV": "Menu of the application {appName}",
|
|
153
|
+
"GLOBAL_Action_Missing_License": "🔐 The license of the app is not active on your platform!",
|
|
154
|
+
"GLOBAL_Add": "Add",
|
|
155
|
+
"GLOBAL_Add_File": "Add file",
|
|
156
|
+
"GLOBAL_Add_Image": "Add image",
|
|
157
|
+
"GLOBAL_Add_Video": "Add video",
|
|
158
|
+
"GLOBAL_Alert_Author": "Recevoir une copie",
|
|
159
|
+
"GLOBAL_Animated_Meeting": "Diapazone",
|
|
160
|
+
"GLOBAL_Attachments": "Pièces jointes",
|
|
161
|
+
"GLOBAL_BACK_PREVIOUS_SECTION": "back to the previous section",
|
|
162
|
+
"GLOBAL_CHECK_BOXES": "Check the boxes",
|
|
163
|
+
"GLOBAL_CHECK_FIRST_BOXE": "It's empty! Check your first tag.",
|
|
164
|
+
"GLOBAL_Cancel": "Cancel",
|
|
165
|
+
"GLOBAL_Close": "Close",
|
|
166
|
+
"GLOBAL_Comments": "Comments",
|
|
167
|
+
"GLOBAL_Confirm": "Confirm",
|
|
168
|
+
"GLOBAL_Continue": "Continue",
|
|
169
|
+
"GLOBAL_Creation_Date": "Creation date",
|
|
170
|
+
"GLOBAL_Creator": "Creator",
|
|
171
|
+
"GLOBAL_DateTime_Placeholder": "Date and time",
|
|
172
|
+
"GLOBAL_Date_Placeholder": "Date",
|
|
173
|
+
"GLOBAL_Delete": "Delete",
|
|
174
|
+
"GLOBAL_Delete_Confirm": "Confirm delete",
|
|
175
|
+
"GLOBAL_Delete_Confirmation": "Please confirm suppression",
|
|
176
|
+
"GLOBAL_Download": "Download",
|
|
177
|
+
"GLOBAL_Downloads": "Downloads",
|
|
178
|
+
"GLOBAL_Edit": "Edit",
|
|
179
|
+
"GLOBAL_File": "File",
|
|
180
|
+
"GLOBAL_File_Bank": "Document bank",
|
|
181
|
+
"GLOBAL_Files": "Files",
|
|
182
|
+
"GLOBAL_Filter": "Filter",
|
|
183
|
+
"GLOBAL_Form_Characters": "characters",
|
|
184
|
+
"GLOBAL_Form_Controls_Date": "Date must be formatted dd/mm/yyyy",
|
|
185
|
+
"GLOBAL_Form_Controls_MaxLength": "Must be {max} characters or less",
|
|
186
|
+
"GLOBAL_Form_Controls_MaxValue": "Must be at max {max}",
|
|
187
|
+
"GLOBAL_Form_Controls_MinLength": "Must be {min} characters or more",
|
|
188
|
+
"GLOBAL_Form_Controls_MinValue": "Must be at least {min}",
|
|
189
|
+
"GLOBAL_Form_Controls_Number": "Must be a number",
|
|
190
|
+
"GLOBAL_Form_Controls_Pattern": "Must follow the specified pattern {pattern}",
|
|
191
|
+
"GLOBAL_Form_Controls_Required": "Required",
|
|
192
|
+
"GLOBAL_Form_Controls_Url": "Invalid url address",
|
|
193
|
+
"GLOBAL_Form_Description": "Les champs obligatoires sont identifiés par un *",
|
|
194
|
+
"GLOBAL_Form_No_Options": "No option",
|
|
195
|
+
"GLOBAL_Form_SendAlert": "Send the alert email to those who have requested it",
|
|
196
|
+
"GLOBAL_Go_To_Content": "Go to content",
|
|
197
|
+
"GLOBAL_Groups": "Groups",
|
|
198
|
+
"GLOBAL_Image": "Image",
|
|
199
|
+
"GLOBAL_Import": "Import",
|
|
200
|
+
"GLOBAL_Insert": "Insert",
|
|
201
|
+
"GLOBAL_Load_More": "Load more results",
|
|
202
|
+
"GLOBAL_Loading": "Loading",
|
|
203
|
+
"GLOBAL_Login": "Login",
|
|
204
|
+
"GLOBAL_Move": "Move",
|
|
205
|
+
"GLOBAL_Next": "Next",
|
|
206
|
+
"GLOBAL_No_Result": "No result",
|
|
207
|
+
"GLOBAL_Object_Link": "Objet lié",
|
|
208
|
+
"GLOBAL_Ok": "OK",
|
|
209
|
+
"GLOBAL_Options": "Options",
|
|
210
|
+
"GLOBAL_Platform_Color": "Platform colors",
|
|
211
|
+
"GLOBAL_Provide_Missing_Token": "A token must be provided to use this widget",
|
|
212
|
+
"GLOBAL_Public_Groups": "Public groups",
|
|
213
|
+
"GLOBAL_Publish": "Publish",
|
|
214
|
+
"GLOBAL_Recommended": "recommended",
|
|
215
|
+
"GLOBAL_Redirect_To_User_Profile_React": "Redirection to the profile page of {username}",
|
|
216
|
+
"GLOBAL_Reset": "Réinitialiser",
|
|
217
|
+
"GLOBAL_Save": "Save",
|
|
218
|
+
"GLOBAL_Schedule": "Schedule",
|
|
219
|
+
"GLOBAL_Search": "Search",
|
|
220
|
+
"GLOBAL_Search_Loading": "Searching...",
|
|
221
|
+
"GLOBAL_See_Less": "See less",
|
|
222
|
+
"GLOBAL_See_More": "See more",
|
|
223
|
+
"GLOBAL_Select": "Select",
|
|
224
|
+
"GLOBAL_Select_Date_In_Calendar": "Select a date in the calendar",
|
|
225
|
+
"GLOBAL_Select_Time": "Select time",
|
|
226
|
+
"GLOBAL_Send_Alert": "Envoyer le mail de notification à ceux qui l’ont demandé",
|
|
227
|
+
"GLOBAL_Sent": "Envoyé",
|
|
228
|
+
"GLOBAL_Start_typing": "Start typing to search",
|
|
229
|
+
"GLOBAL_Successffully_Deleted": "Successfully deleted",
|
|
230
|
+
"GLOBAL_Today": "Today",
|
|
231
|
+
"GLOBAL_Unsuccessfully_Deleted": "An error occured while deleting your content",
|
|
232
|
+
"GLOBAL_Unsuported_File_Format": "Unsupported file format",
|
|
233
|
+
"GLOBAL_Users": "Users",
|
|
234
|
+
"GLOBAL_Validation": "Confirm",
|
|
235
|
+
"GLOBAL_Video_Player": "Video player",
|
|
236
|
+
"GLOBAL_Yesterday": "Yesterday",
|
|
237
|
+
"HIERARCHICAL_TAXONOMY_DESCRIPTION": "Browse and select options by checking the boxes. You can select an unlimited number of options.",
|
|
238
|
+
"HOMEUSER_Home": "Home",
|
|
239
|
+
"INPUT_FILE_ADVANCED_Dropbox": "Dropbox",
|
|
240
|
+
"INPUT_FILE_ADVANCED_FileBank": "Filebank",
|
|
241
|
+
"INPUT_FILE_ADVANCED_Google_Drive": "Google Drive",
|
|
242
|
+
"INPUT_FILE_ADVANCED_Microsoft_365": "Microsoft 365",
|
|
243
|
+
"INPUT_RichText_Html_Modal_Label": "HTML content",
|
|
244
|
+
"INPUT_RichText_Html_Modal_Title": "Edit HTML content",
|
|
245
|
+
"INPUT_SELECT_Has_Reached_Limit": "You reached the limit of {limit} items",
|
|
246
|
+
"JIA_TINY_BUTTON_TOOLTIP": "AI features to help you write",
|
|
247
|
+
"JIA_TINY_DEVELOP": "Develop",
|
|
248
|
+
"JIA_TINY_SUMMARIZE": "Summarize",
|
|
249
|
+
"JIA_TINY_TLDR": "TLDR",
|
|
250
|
+
"OfficeHook_Conf_CalDav_Calendar": "Agenda",
|
|
251
|
+
"OfficeHook_Conf_CardDav_Address_Book": "Adress book",
|
|
252
|
+
"OfficeHook_Conf_IMap_Hostname": "Hostname",
|
|
253
|
+
"OfficeHook_Conf_IMap_Mailbox": "Mailbox",
|
|
254
|
+
"OfficeHook_Conf_Password": "Password",
|
|
255
|
+
"OfficeHook_Conf_Prompt_Submit": "Submit",
|
|
256
|
+
"OfficeHook_Conf_Provider": "Provider",
|
|
257
|
+
"OfficeHook_Conf_Select_Connection_Security": "Connection security",
|
|
258
|
+
"OfficeHook_Conf_Select_Provider": "Select a provider",
|
|
259
|
+
"OfficeHook_Conf_Url": "Url",
|
|
260
|
+
"OfficeHook_Conf_Username": "Username",
|
|
261
|
+
"OfficeHook_Settings": "Paramètres généraux",
|
|
262
|
+
"Office_No_Providers": "Aucun fournisseur disponible, contactez un administrateur",
|
|
263
|
+
"Office_Set_Configuration": "Connectez-vous",
|
|
264
|
+
"PANEL_Background_Color": "Couleur du fond",
|
|
265
|
+
"PANEL_Edit_Slide_Background_Color": "Background color",
|
|
266
|
+
"PANEL_Edit_Slide_Background_Opacity_Filter": "Background opacity filter",
|
|
267
|
+
"PANEL_Image_Size": "Taille de l'image",
|
|
268
|
+
"PANEL_Size_Small": "Petit",
|
|
269
|
+
"PANEL_Size_Medium": "Moyen",
|
|
270
|
+
"PANEL_Size_Large": "Grand",
|
|
271
|
+
"PANEL_Title": "Titre",
|
|
272
|
+
"PANEL_Text_Color": "Couleur du texte",
|
|
273
|
+
"PANEL_Text_Size": "Taille du texte",
|
|
274
|
+
"PANEL_Widget_Empty_Setting": "Il n'y a rien à configurer",
|
|
275
|
+
"PANEL_Widget_Level": "Niveau d'affichage",
|
|
276
|
+
"PANEL_Widget_Selection": "Style & décorations",
|
|
277
|
+
"PANEL_Widget_Settings": "Configuration du widget",
|
|
278
|
+
"PLUGIN_Manager_CalDav_Prompt": "Tester la connexion CalDav",
|
|
279
|
+
"PLUGIN_Manager_CardDav_Prompt": "Tester la connexion CardDav",
|
|
280
|
+
"PLUGIN_Manager_Connection_Error": "Connexion impossible. Vérifiez vos identifiants",
|
|
281
|
+
"PLUGIN_Manager_IMap_Prompt": "Tester la connexion IMAP",
|
|
282
|
+
"POLL_See_Response_After": "Hidden answers",
|
|
283
|
+
"POWERED_BY": "Powered by",
|
|
284
|
+
"POWERED_BY_Link": "https://www.jamespot.com/",
|
|
285
|
+
"POWERED_BY_See_More": "Know more",
|
|
286
|
+
"PUBLISH_To": "Publish for",
|
|
287
|
+
"REMOVE_FAVORITE": "Remove from favorites",
|
|
288
|
+
"SEARCH_File": "Search file",
|
|
289
|
+
"SLIDER_IMAGE_Empty_Des": "Ajoutez une image pour illustrer votre widget !",
|
|
290
|
+
"SOCIALPOLL_Anonymous": "Anonymous answers",
|
|
291
|
+
"SPOTIT_Receive_A_Copy": "Receive a copy",
|
|
292
|
+
"SPOTLIGHT_Send_Alert_To_Subscribers": "Send notification mail to those who have requested it",
|
|
293
|
+
"STYLE_Background_Color": "Couleur de fond",
|
|
294
|
+
"STYLE_Border_Style": "Style de bordure",
|
|
295
|
+
"STYLE_Border_Style_Dashed": "Bordure discontinue",
|
|
296
|
+
"STYLE_Border_Style_Dotted": "Bordure en pointillés",
|
|
297
|
+
"STYLE_Border_Style_None": "Aucune bordure",
|
|
298
|
+
"STYLE_Border_Style_Solid": "Bordure continue",
|
|
299
|
+
"STYLE_Border_Width": "Taille de la bordure",
|
|
300
|
+
"STYLE_Font_Weight": "Epaisseur du texte",
|
|
301
|
+
"STYLE_Font_Weight_Bold": "Bold",
|
|
302
|
+
"STYLE_Font_Weight_Medium": "Medium",
|
|
303
|
+
"STYLE_Font_Weight_Normal": "Normal",
|
|
304
|
+
"STYLE_Padding": "Marge interne",
|
|
305
|
+
"STYLE_Position": "Position",
|
|
306
|
+
"STYLE_Position_Top_Left": "Position haut gauche",
|
|
307
|
+
"STYLE_Position_Top_Center": "Position haut centre",
|
|
308
|
+
"STYLE_Position_Top_Right": "Position haut droite",
|
|
309
|
+
"STYLE_Position_Center_Left": "Position centre gauche",
|
|
310
|
+
"STYLE_Position_Center": "Position centre",
|
|
311
|
+
"STYLE_Position_Center_Right": "Position centre droite",
|
|
312
|
+
"STYLE_Position_Bottom_Left": "Position bas gauche",
|
|
313
|
+
"STYLE_Position_Bottom_Center": "Position bas centre",
|
|
314
|
+
"STYLE_Position_Bottom_Right": "Position bas droite",
|
|
315
|
+
"STYLE_Radius": "Arrondi",
|
|
316
|
+
"STYLE_Text_Align": "Alignement du texte",
|
|
317
|
+
"STYLE_Text_Align_Center": "Center",
|
|
318
|
+
"STYLE_Text_Align_Justify": "Justify",
|
|
319
|
+
"STYLE_Text_Align_Left": "Left",
|
|
320
|
+
"STYLE_Text_Align_Right": "Right",
|
|
321
|
+
"STYLE_Text_Color": "Couleur du texte",
|
|
322
|
+
"STYLE_Text_Size": "Taille du texte",
|
|
323
|
+
"TINY_MCE_Insert_Markdown": "Insert Markdown",
|
|
324
|
+
"TINY_MCE_Markdown_Shortcuts": "Markdown shortcuts",
|
|
325
|
+
"WIDGET_Agenda": "Agenda",
|
|
326
|
+
"WIDGET_Agenda_Accepted": "You participate",
|
|
327
|
+
"WIDGET_Agenda_Declined": "You don't participate",
|
|
328
|
+
"WIDGET_Agenda_Pending": "You haven't responded yet",
|
|
329
|
+
"WIDGET_Builder": "Widget Builder",
|
|
330
|
+
"WIDGET_Button_Empty_Text": "Ajouter un label",
|
|
331
|
+
"WIDGET_Calendar_CalDav": "Office Agenda",
|
|
332
|
+
"WIDGET_Cannot_Display": "A widget is available but cannot be displayed here for now... ({widget})",
|
|
333
|
+
"WIDGET_Check_List_Description": "Add a checklist to keep track of progress",
|
|
334
|
+
"WIDGET_Check_List_Help": "Collaboration mode allows users with access to this widget to modify it",
|
|
335
|
+
"WIDGET_Collaboration": "Collaboration",
|
|
336
|
+
"WIDGET_Contact_CardDav": "Office Contacts",
|
|
337
|
+
"WIDGET_Contacts": "Contacts",
|
|
338
|
+
"WIDGET_Datasource_Cancel": "Annuler",
|
|
339
|
+
"WIDGET_Datasource_Excel_Broken_Model": "Les premières cellules de vos colonnes ne peuvent pas être vide. Corrigez votre fichier pour mettre à jour votre widget. ",
|
|
340
|
+
"WIDGET_Datasource_Object": "Source de donnée",
|
|
341
|
+
"WIDGET_Datasource_Select_Document": "Sélectionner depuis la banque documentaire",
|
|
342
|
+
"WIDGET_Datasource_Select_Wedoc_File": "Sélectionner depuis wedoc",
|
|
343
|
+
"WIDGET_Datasource_Spreadsheet_Header_Error": "Cette feuille contient au moins une colonne sans titre",
|
|
344
|
+
"WIDGET_Display_Level_1": "Icône",
|
|
345
|
+
"WIDGET_Display_Level_2": "Icône + Pastille",
|
|
346
|
+
"WIDGET_Display_Level_3": "Contenus",
|
|
347
|
+
"WIDGET_Display_Level_4": "Contenus + Interactions",
|
|
348
|
+
"WIDGET_Display_Level_Select": "Sélectionner un mode d'affichage",
|
|
349
|
+
"WIDGET_Email_IMAP": "Office Mails",
|
|
350
|
+
"WIDGET_Lucca_Absence": "Absence (Timmi)",
|
|
351
|
+
"WIDGET_Lucca_Absence_No_Result": "Aucun resultat",
|
|
352
|
+
"WIDGET_Lucca_Absence_Text": "Affichez les absents renseignés depuis votre outil RH Timmi pour une meilleure communication interne.",
|
|
353
|
+
"WIDGET_Lucca_Absence_Url": "Url",
|
|
354
|
+
"WIDGET_Lucca_Absence_Url_Error": "Une erreur s'est produite",
|
|
355
|
+
"WIDGET_Lucca_Absent_Until": "Absent jusqu'au",
|
|
356
|
+
"WIDGET_Lucca_Absent_Until_Today": "Absent jusqu'a aujourd'hui",
|
|
357
|
+
"WIDGET_Lucca_Absent_Until_Tomorrow": "Absent jusqu'a demain",
|
|
358
|
+
"WIDGET_Presence_Availability": "{max} places disponibles",
|
|
359
|
+
"WIDGET_Presence_Is_Closed": "Il n'est plus possible de répondre à ce sondage",
|
|
360
|
+
"WIDGET_Presence_Limit": "Limiter le nombre de places",
|
|
361
|
+
"WIDGET_Presence_Limit_Response_Error": "Il n y a plus de place disponible",
|
|
362
|
+
"WIDGET_Presence_Limit_Value": "Présence maximum",
|
|
363
|
+
"WIDGET_Prompt_Dropdown": "Configurer",
|
|
364
|
+
"WIDGET_Prompt_Logout": "Se déconnecter",
|
|
365
|
+
"WIDGET_Quick_Survey": "Add a survey to collect feedback",
|
|
366
|
+
"WIDGET_Quick_Survey_Text": "Add a survey to collect feedback",
|
|
367
|
+
"WIDGET_Set_Widget": "Configurer",
|
|
368
|
+
"WIDGET_Survey_After_Help": "Respondents will only see the results once after they respond. They will no longer be able to edit their answer.",
|
|
369
|
+
"WIDGET_Survey_Anonymize_Help": "Les réponses de ce sondage seront anonymes : personne ne pourra savoir qui a répondu quoi, seulement les pourcentages.",
|
|
370
|
+
"WIDGET_Survey_Close_Survey": "Close the survey",
|
|
371
|
+
"WIDGET_Survey_Close_Survey_Description": "do you really want to finish this survey?",
|
|
372
|
+
"WIDGET_Survey_Closing": "Enable closing",
|
|
373
|
+
"WIDGET_Survey_Closing_Help": "Display closing button",
|
|
374
|
+
"WIDGET_Survey_Multiple": "Multiple response",
|
|
375
|
+
"WIDGET_Survey_Multiple_Help": "Allow multiple responses",
|
|
376
|
+
"WIDGET_Survey_Open": "Open survey",
|
|
377
|
+
"WIDGET_Survey_Open_Help": "Allows other users to add suggestion",
|
|
378
|
+
"WIDGET_User_Profil": "Profil utilisateur",
|
|
379
|
+
"WIDGET_User_Profil_Text": "Permettez à vos utilisateur un accès vers leur propre profil en un clic ! Idéal pour les encourager à le compléter. ",
|
|
380
|
+
"WIDGET_User_Profil_Font_Weight_Label": "Gras",
|
|
381
|
+
"WIDGET_User_Profil_Display_Mode_Label": "Affichage du nom",
|
|
382
|
+
"WIDGET_User_Profil_Only_Picture": "Image seule",
|
|
383
|
+
"WIDGET_User_Profil_Picture_Alt_Label": "Image de l'utilisateur",
|
|
384
|
+
"WIDGET_User_Profil_Picture_FirstName": "Avec prénom",
|
|
385
|
+
"WIDGET_User_Profil_Picture_FirstName_LastName": "Avec prénom + nom",
|
|
386
|
+
"WIDGET_Welcome": "Message d'accueil",
|
|
387
|
+
"WIDGET_Welcome_Text": "Rendez vos pages plus personnelles en accueillant chaleureusement vos utilisateurs.",
|
|
388
|
+
"WIDGET_Welcome_Default_Message": "Bienvenue",
|
|
389
|
+
"WIDGET_Welcome_Linebreak_Label": "Saut de ligne (après le message)",
|
|
390
|
+
"AUDIENCE_GROUPS_AND_USERS": "{groups} group(s) and {users} users(s)",
|
|
391
|
+
"AUDIENCE_GROUPS_ONLY": "{groups} group(s)",
|
|
392
|
+
"AUDIENCE_USERS_ONLY": "{users} user(s)",
|
|
393
|
+
"AUDIENCE_ONLY_ME": "Only me",
|
|
394
|
+
"PANEL_Widget_Extension_Name": "Nom de l'extension"
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
;
|
|
398
|
+
|
|
399
|
+
export default _default;
|
|
@@ -24,7 +24,7 @@ export declare const Utils: {
|
|
|
24
24
|
string: typeof string;
|
|
25
25
|
time: typeof time;
|
|
26
26
|
tinymce: {
|
|
27
|
-
initTinyMCEOptions: (dynamicOptions: import(
|
|
27
|
+
initTinyMCEOptions: (dynamicOptions: import('jamespot-user-api').TinyMCEDynamicOptions) => import('jamespot-user-api').TinyMCECommonOptions;
|
|
28
28
|
};
|
|
29
29
|
html: {
|
|
30
30
|
htmlDecodeSpecialChars: (str: string) => string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare function fileAvatar(mimetype: string): {
|
|
2
|
-
path:
|
|
2
|
+
path: string;
|
|
3
3
|
colors: {
|
|
4
4
|
primary: string;
|
|
5
5
|
light: string;
|
|
@@ -23,7 +23,7 @@ export declare function fileAvatar(mimetype: string): {
|
|
|
23
23
|
dark: string;
|
|
24
24
|
};
|
|
25
25
|
} | {
|
|
26
|
-
ext: "
|
|
26
|
+
ext: "xlsx" | "csv";
|
|
27
27
|
path: string;
|
|
28
28
|
colors: {
|
|
29
29
|
primary: string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,17 +1,30 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "jamespot-react-components",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.7",
|
|
4
4
|
"description": "",
|
|
5
|
-
"main": "
|
|
6
|
-
"
|
|
5
|
+
"main": "dist/jamespot-react-components.js",
|
|
6
|
+
"module": "dist/jamespot-react-components.mjs",
|
|
7
|
+
"types": "dist/index.d.ts",
|
|
7
8
|
"nyc": {
|
|
8
9
|
"sourceMap": false,
|
|
9
10
|
"instrument": false
|
|
10
11
|
},
|
|
11
12
|
"keywords": [],
|
|
12
13
|
"author": "",
|
|
14
|
+
"peerDependencies": {
|
|
15
|
+
"jamespot-user-api": "*",
|
|
16
|
+
"react": "^18.3.1",
|
|
17
|
+
"react-dnd": "^14.0.5",
|
|
18
|
+
"react-dnd-html5-backend": "^14.1.0",
|
|
19
|
+
"react-dom": "^18.3.1",
|
|
20
|
+
"react-hook-form": "^7.66.1",
|
|
21
|
+
"react-intl": "^7.1.14",
|
|
22
|
+
"react-router-dom": "^6.30.2",
|
|
23
|
+
"styled-components": "^5.3.11",
|
|
24
|
+
"tinymce": "7.5.1"
|
|
25
|
+
},
|
|
13
26
|
"devDependencies": {
|
|
14
|
-
"@chromatic-com/storybook": "^4.1.
|
|
27
|
+
"@chromatic-com/storybook": "^4.1.3",
|
|
15
28
|
"@fullcalendar/core": "^6.1.19",
|
|
16
29
|
"@fullcalendar/daygrid": "^6.1.19",
|
|
17
30
|
"@fullcalendar/interaction": "^6.1.19",
|
|
@@ -24,6 +37,7 @@
|
|
|
24
37
|
"@storybook/addon-coverage": "^2.0.0",
|
|
25
38
|
"@storybook/addon-docs": "9.1.16",
|
|
26
39
|
"@storybook/addon-links": "9.1.16",
|
|
40
|
+
"@storybook/react-vite": "9.1.5",
|
|
27
41
|
"@storybook/react-webpack5": "9.1.16",
|
|
28
42
|
"@storybook/test-runner": "^0.23.0",
|
|
29
43
|
"@storybook/testing-library": "^0.2.2",
|
|
@@ -35,23 +49,21 @@
|
|
|
35
49
|
"@tinymce/tinymce-react": "^5.1.1",
|
|
36
50
|
"@types/chroma-js": "^2.4.5",
|
|
37
51
|
"@types/jest": "^30.0.0",
|
|
38
|
-
"@types/node": "^
|
|
39
|
-
"@types/react": "^18.3.
|
|
52
|
+
"@types/node": "^24.10.1",
|
|
53
|
+
"@types/react": "^18.3.27",
|
|
40
54
|
"@types/react-dom": "^18.3.7",
|
|
41
|
-
"@types/react-redux": "^7.1.34",
|
|
42
55
|
"@types/react-router-dom": "^5.3.3",
|
|
43
56
|
"@types/react-table": "^7.7.20",
|
|
44
|
-
"@types/styled-components": "^5.1.
|
|
57
|
+
"@types/styled-components": "^5.1.36",
|
|
45
58
|
"@types/testing-library__jest-dom": "^5.14.9",
|
|
46
|
-
"@types/tinymce": "^4.6.9",
|
|
47
59
|
"@types/uuid": "^10.0.0",
|
|
48
60
|
"@typescript-eslint/eslint-plugin": "^5.62.0",
|
|
49
61
|
"@typescript-eslint/parser": "^5.62.0",
|
|
62
|
+
"@vitejs/plugin-react": "^5.1.1",
|
|
50
63
|
"chroma-js": "^2.6.0",
|
|
51
64
|
"classnames": "^2.5.1",
|
|
52
65
|
"concurrently": "^9.2.1",
|
|
53
|
-
"cross-env": "^
|
|
54
|
-
"css-loader": "^6.11.0",
|
|
66
|
+
"cross-env": "^10.1.0",
|
|
55
67
|
"dompurify": "^3.3.0",
|
|
56
68
|
"eslint": "^8.57.1",
|
|
57
69
|
"eslint-config-prettier": "^8.10.2",
|
|
@@ -61,51 +73,43 @@
|
|
|
61
73
|
"eslint-plugin-react": "^7.37.5",
|
|
62
74
|
"eslint-plugin-react-hooks": "^4.6.2",
|
|
63
75
|
"eslint-plugin-storybook": "9.1.16",
|
|
64
|
-
"file-loader": "^6.2.0",
|
|
65
76
|
"fork-ts-checker-webpack-plugin": "^9.1.0",
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"jamespot-user-api": "^1.3.
|
|
77
|
+
"html2canvas": "^1.4.1",
|
|
78
|
+
"husky": "^9.1.7",
|
|
79
|
+
"jamespot-user-api": "^1.3.7",
|
|
69
80
|
"jest": "^30.2.0",
|
|
70
81
|
"jest-environment-jsdom": "^30.2.0",
|
|
71
82
|
"jest-styled-components": "^7.2.0",
|
|
72
|
-
"knip": "^5.
|
|
73
|
-
"lint-staged": "^
|
|
83
|
+
"knip": "^5.69.1",
|
|
84
|
+
"lint-staged": "^16.2.6",
|
|
74
85
|
"nyc": "^17.1.0",
|
|
86
|
+
"playwright": "^1.56.1",
|
|
75
87
|
"prettier": "^3.6.2",
|
|
76
|
-
"raw-loader": "^4.0.2",
|
|
77
88
|
"react": "^18.3.1",
|
|
78
89
|
"react-day-picker": "^9.11.1",
|
|
79
90
|
"react-dnd": "^14.0.5",
|
|
80
91
|
"react-dnd-html5-backend": "^14.1.0",
|
|
81
92
|
"react-dnd-test-backend": "^16.0.1",
|
|
82
93
|
"react-dom": "^18.3.1",
|
|
83
|
-
"react-hook-form": "^7.66.
|
|
94
|
+
"react-hook-form": "^7.66.1",
|
|
84
95
|
"react-image-crop": "^11.0.10",
|
|
85
|
-
"react-intl": "7.1.
|
|
96
|
+
"react-intl": "^7.1.14",
|
|
86
97
|
"react-qr-code": "^2.0.18",
|
|
87
|
-
"react-
|
|
88
|
-
"react-router-dom": "^6.30.1",
|
|
98
|
+
"react-router-dom": "^6.30.2",
|
|
89
99
|
"react-table": "^7.8.0",
|
|
90
100
|
"react-tooltip": "^4.5.1",
|
|
91
101
|
"react-transition-state": "^2.3.1",
|
|
92
|
-
"redux": "^4.2.1",
|
|
93
|
-
"source-map-loader": "^1.1.3",
|
|
94
102
|
"storybook": "9.1.16",
|
|
95
|
-
"style-loader": "^1.3.0",
|
|
96
103
|
"styled-components": "^5.3.11",
|
|
104
|
+
"tinymce": "7.5.1",
|
|
97
105
|
"ts-jest": "^29.4.5",
|
|
98
|
-
"ts-loader": "^9.5.4",
|
|
99
106
|
"ts-node": "^10.9.2",
|
|
100
107
|
"typescript": "^5.9.3",
|
|
101
108
|
"uuid": "^10.0.0",
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
},
|
|
107
|
-
"peerDependencies": {
|
|
108
|
-
"react": "^18.x"
|
|
109
|
+
"vite": "^7.2.2",
|
|
110
|
+
"vite-plugin-css-injected-by-js": "^3.5.2",
|
|
111
|
+
"vite-plugin-dts": "^4.5.4",
|
|
112
|
+
"wait-on": "^8.0.5"
|
|
109
113
|
},
|
|
110
114
|
"lint-staged": {
|
|
111
115
|
"*.{js,jsx,ts,tsx}": [
|
|
@@ -117,30 +121,22 @@
|
|
|
117
121
|
]
|
|
118
122
|
},
|
|
119
123
|
"engines": {
|
|
120
|
-
"node": ">=
|
|
121
|
-
"pnpm": ">=
|
|
122
|
-
},
|
|
123
|
-
"dependencies": {
|
|
124
|
-
"html2canvas": "^1.4.1"
|
|
124
|
+
"node": ">=24.10.0 <25.0.0",
|
|
125
|
+
"pnpm": ">=10.20.0 <11"
|
|
125
126
|
},
|
|
126
127
|
"scripts": {
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"watch-dev-vm": "webpack --env NODE_ENV=development NODE_RUN=VM WATCH=true",
|
|
134
|
-
"prettier": "npx prettier --write ./",
|
|
135
|
-
"lint": "npx eslint ./src/ . --ext .ts,.tsx,.js",
|
|
136
|
-
"lint:fix": "npx eslint ./src/ . --ext .ts,.tsx,.js --fix ",
|
|
137
|
-
"lint:ci": "npx eslint --output-file eslint_report.json --format json . --ext .ts,.tsx,.js",
|
|
128
|
+
"build": "vite build",
|
|
129
|
+
"build:storybook": "storybook build",
|
|
130
|
+
"prettier": "prettier --write ./",
|
|
131
|
+
"lint": "eslint ./src/ . --ext .ts,.tsx,.js",
|
|
132
|
+
"lint:fix": "eslint ./src/ . --ext .ts,.tsx,.js --fix ",
|
|
133
|
+
"lint:ci": "eslint --output-file eslint_report.json --format json . --ext .ts,.tsx,.js",
|
|
138
134
|
"storybook": "storybook dev -p 6006",
|
|
139
135
|
"storybook-no-cache": "cross-env NODE_ENV=development STORYBOOK_MODE=true PUBLIC_PATH='' storybook dev -s ./.storybook/assets/ -c .storybook -p 3022 --no-manager-cache",
|
|
140
136
|
"test": "concurrently -k -s command-TEST -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm storybook --quiet --ci\" \"wait-on tcp:6006 && pnpm test:all\"",
|
|
141
|
-
"test:all": "
|
|
137
|
+
"test:all": "pnpm test:jest && pnpm test:storybook",
|
|
142
138
|
"test:clearJest": "jest --clearCache",
|
|
143
|
-
"test:jest": "cross-env NODE_ENV=test jest --detectOpenHandles --logHeapUsage
|
|
144
|
-
"test:storybook": "test-storybook --maxWorkers=
|
|
139
|
+
"test:jest": "cross-env NODE_ENV=test jest --runInBand --detectOpenHandles --logHeapUsage",
|
|
140
|
+
"test:storybook": "test-storybook --maxWorkers=1 --coverage && cp coverage/storybook/coverage-storybook.json coverage && nyc report -t coverage --reporter=@lcov-viewer/istanbul-report --check-coverage --reporter=text --statements 84.87 --functions 83.85"
|
|
145
141
|
}
|
|
146
142
|
}
|