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.
Files changed (499) hide show
  1. package/README.md +4 -4
  2. package/build/jamespot-react-components.js +3796 -3797
  3. package/build/jamespot-react-components.js.LICENSE.txt +48 -41
  4. package/build/jamespot-react-components.js.map +1 -1
  5. package/build/jest.config.d.ts +3 -0
  6. package/build/src/components/404/index.d.ts +1 -2
  7. package/build/src/components/Beta/BETA_JRCDoubleClick/BETA_JRCDoubleClick.d.ts +3 -3
  8. package/build/src/components/Beta/BETA_JRCDragAndDrop/BETA_JRCDragAndDrop.d.ts +3 -3
  9. package/build/src/components/Common/JRCConditionalWrapper.d.ts +8 -8
  10. package/build/src/components/Deprecated/Deprecated_JRCEllipsis/Deprecated_JRCEllipsis.d.ts +2 -3
  11. package/build/src/components/Deprecated/Deprecated_JRCEllipsis/JRCEllipsis.stories.d.ts +9 -0
  12. package/build/src/components/Drives/Dropbox/DropboxDocuments.d.ts +2 -4
  13. package/build/src/components/Drives/JRCDriveDropbox.d.ts +2 -4
  14. package/build/src/components/Drives/JRCDriveMSGraph.d.ts +2 -4
  15. package/build/src/components/Drives/MicrosoftGraph/MSGraphAccessDenied.d.ts +1 -2
  16. package/build/src/components/Drives/MicrosoftGraph/MSGraphDocuments.d.ts +2 -4
  17. package/build/src/components/Drives/MicrosoftGraph/MSGraphGroups.d.ts +2 -4
  18. package/build/src/components/Drives/MicrosoftGraph/MSGraphTenants.d.ts +5 -7
  19. package/build/src/components/Drives/MicrosoftGraph/components/TenantEntityItem.d.ts +2 -3
  20. package/build/src/components/Drives/components/DriveAccountHeader.d.ts +2 -4
  21. package/build/src/components/Drives/components/DriveFiltererList.d.ts +10 -46
  22. package/build/src/components/Drives/components/DriveIsEmpty.d.ts +1 -2
  23. package/build/src/components/Drives/components/DriveItem.d.ts +1 -2
  24. package/build/src/components/Drives/components/EntityAvatar.d.ts +3 -4
  25. package/build/src/components/Drives/components/EntityItem.d.ts +7 -29
  26. package/build/src/components/Drives/components/EntityItemSelection.d.ts +1 -2
  27. package/build/src/components/Drives/components/EntityItemTitle.d.ts +2 -3
  28. package/build/src/components/Drives/hooks.d.ts +3 -4
  29. package/build/src/components/Editors/components/EditorCheckbox.d.ts +2 -3
  30. package/build/src/components/Editors/components/EditorColorPicker.d.ts +3 -4
  31. package/build/src/components/Editors/components/EditorImageUpload.d.ts +2 -2
  32. package/build/src/components/Editors/components/EditorInput.d.ts +3 -4
  33. package/build/src/components/Editors/components/EditorInputCheckbox.d.ts +1 -2
  34. package/build/src/components/Editors/components/EditorInputDatetime.d.ts +1 -2
  35. package/build/src/components/Editors/components/EditorInputImage.d.ts +1 -2
  36. package/build/src/components/Editors/components/EditorInputToggle.d.ts +4 -5
  37. package/build/src/components/Editors/components/EditorSelect.d.ts +2 -3
  38. package/build/src/components/Editors/components/EditorUploader.d.ts +4 -5
  39. package/build/src/components/Form/Common/ClickAwayListener.d.ts +4 -4
  40. package/build/src/components/Form/Common/FormDescription.d.ts +1 -2
  41. package/build/src/components/Form/Common/FormHelper.d.ts +3 -4
  42. package/build/src/components/Form/Common/FormLabel.d.ts +5 -5
  43. package/build/src/components/Form/Common/FormMessageFeedback.d.ts +1 -2
  44. package/build/src/components/Form/Input/Common/JRCFormErrors.d.ts +2 -3
  45. package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.d.ts +1 -2
  46. package/build/src/components/Form/Input/Common/JRCFormFieldRenderer.types.d.ts +5 -7
  47. package/build/src/components/Form/Input/Common/useFormControls.d.ts +2 -2
  48. package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteAudience.d.ts +1 -2
  49. package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteAudience.stories.d.ts +4 -0
  50. package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteCommunity.d.ts +1 -2
  51. package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteCommunity.stories.d.ts +4 -0
  52. package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.d.ts +1 -2
  53. package/build/src/components/Form/Input/Deprecated/JRCFormAutocomplete/JRCFormAutocompleteTaxonomy.stories.d.ts +4 -0
  54. package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.d.ts +1 -2
  55. package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.stories.d.ts +6 -0
  56. package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.style.d.ts +8 -8
  57. package/build/src/components/Form/Input/Deprecated/JRCFormCheckbox/JRCFormCheckbox.types.d.ts +3 -3
  58. package/build/src/components/Form/Input/Deprecated/JRCFormColor/JRCFormColor.d.ts +1 -2
  59. package/build/src/components/Form/Input/Deprecated/JRCFormColor/JRCFormColor.stories.d.ts +5 -0
  60. package/build/src/components/Form/Input/Deprecated/JRCFormEmail/JRCFormEmail.d.ts +1 -2
  61. package/build/src/components/Form/Input/Deprecated/JRCFormEmail/JRCFormEmail.stories.d.ts +5 -0
  62. package/build/src/components/Form/Input/Deprecated/JRCFormFieldRender.d.ts +5 -5
  63. package/build/src/components/Form/Input/Deprecated/JRCFormFile/JRCFormFile.d.ts +1 -2
  64. package/build/src/components/Form/Input/Deprecated/JRCFormFile/components/File.d.ts +4 -5
  65. package/build/src/components/Form/Input/Deprecated/JRCFormImage/JRCFormImage.d.ts +4 -4
  66. package/build/src/components/Form/Input/Deprecated/JRCFormImage/JRCFormImage.stories.d.ts +5 -0
  67. package/build/src/components/Form/Input/Deprecated/JRCFormNumber/JRCFormNumber.d.ts +1 -2
  68. package/build/src/components/Form/Input/Deprecated/JRCFormNumber/JRCFormNumber.stories.d.ts +5 -0
  69. package/build/src/components/Form/Input/Deprecated/JRCFormRange/JRCFormRange.d.ts +1 -2
  70. package/build/src/components/Form/Input/Deprecated/JRCFormRange/JRCFormRange.stories.d.ts +5 -0
  71. package/build/src/components/Form/Input/Deprecated/JRCFormReceiveACopy/JRCFormReceiveACopy.d.ts +3 -3
  72. package/build/src/components/Form/Input/Deprecated/JRCFormReceiveACopy/JRCFormReceiveACopy.stories.d.ts +3 -3
  73. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichEditorField.styles.d.ts +6 -9
  74. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.d.ts +8 -9
  75. package/build/src/components/Form/Input/Deprecated/JRCFormRichText/JRCFormRichTextField.stories.d.ts +8 -0
  76. package/build/src/components/Form/Input/Deprecated/JRCFormSelect/JRCFormSelect.d.ts +8 -20
  77. package/build/src/components/Form/Input/Deprecated/JRCFormSelect/JRCFormSelectTag.d.ts +7 -3
  78. package/build/src/components/Form/Input/Deprecated/JRCFormSendAlert/JRCFormSendAlert.d.ts +3 -3
  79. package/build/src/components/Form/Input/Deprecated/JRCFormSendAlert/JRCFormSendAlert.stories.d.ts +3 -3
  80. package/build/src/components/Form/Input/Deprecated/JRCFormText/JRCFormText.d.ts +1 -2
  81. package/build/src/components/Form/Input/Deprecated/JRCFormText/JRCFormText.stories.d.ts +5 -0
  82. package/build/src/components/Form/Input/Deprecated/JRCFormTextarea/JRCFormTextarea.d.ts +7 -7
  83. package/build/src/components/Form/Input/Deprecated/JRCFormTextarea/JRCFormTextarea.stories.d.ts +5 -0
  84. package/build/src/components/Form/Input/Deprecated/JRCFormURL/JRCFormUrl.d.ts +1 -2
  85. package/build/src/components/Form/Input/Deprecated/JRCFormURL/JRCFormUrl.stories.d.ts +5 -0
  86. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.d.ts +6 -7
  87. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.stories.d.ts +7 -0
  88. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputCheckbox.types.d.ts +1 -3
  89. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.d.ts +5 -5
  90. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputReorderCheckbox.stories.d.ts +5 -0
  91. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.d.ts +15 -24
  92. package/build/src/components/Form/Input/JRCInputCheckbox/JRCInputToggle.stories.d.ts +5 -0
  93. package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCCheckbox.d.ts +2 -3
  94. package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCRadio.d.ts +1 -2
  95. package/build/src/components/Form/Input/JRCInputCheckbox/components/JRCToggle.d.ts +1 -2
  96. package/build/src/components/Form/Input/JRCInputColor/ColorInput.d.ts +1 -2
  97. package/build/src/components/Form/Input/JRCInputColor/ColorPalette.d.ts +1 -2
  98. package/build/src/components/Form/Input/JRCInputColor/ColorPicker.d.ts +1 -2
  99. package/build/src/components/Form/Input/JRCInputColor/ColorRange.d.ts +1 -2
  100. package/build/src/components/Form/Input/JRCInputColor/DragArea.d.ts +5 -5
  101. package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.d.ts +1 -2
  102. package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.stories.d.ts +7 -0
  103. package/build/src/components/Form/Input/JRCInputColor/JRCInputColor.styles.d.ts +1 -1
  104. package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.d.ts +2 -3
  105. package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRaw.stories.d.ts +5 -0
  106. package/build/src/components/Form/Input/JRCInputColor/JRCInputColorRawProps.d.ts +0 -1
  107. package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.d.ts +3 -3
  108. package/build/src/components/Form/Input/JRCInputDate/JRCInputDate.stories.d.ts +7 -0
  109. package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTIme.stories.d.ts +7 -0
  110. package/build/src/components/Form/Input/JRCInputDateTime/JRCInputDateTime.d.ts +3 -3
  111. package/build/src/components/Form/Input/JRCInputEmail/JRCInputEmail.d.ts +1 -2
  112. package/build/src/components/Form/Input/JRCInputEmail/JRCInputEmail.stories.d.ts +7 -0
  113. package/build/src/components/Form/Input/JRCInputFile/JRCInputFile.d.ts +8 -8
  114. package/build/src/components/Form/Input/JRCInputFile/JRCInputFile.stories.d.ts +5 -0
  115. package/build/src/components/Form/Input/JRCInputFile/utils/file.api.d.ts +1 -1
  116. package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvanced.stories.d.ts +6 -0
  117. package/build/src/components/Form/Input/JRCInputFileAdvanced/JRCInputFileAdvancedRaw.d.ts +4 -5
  118. package/build/src/components/Form/Input/JRCInputFileAdvanced/types.d.ts +3 -0
  119. package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.d.ts +2 -33
  120. package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.stories.d.ts +6 -0
  121. package/build/src/components/Form/Input/JRCInputImage/JRCInputImage.styles.d.ts +5 -5
  122. package/build/src/components/Form/Input/JRCInputImage/types.d.ts +33 -0
  123. package/build/src/components/Form/Input/JRCInputRange/JRCInputRange.d.ts +4 -4
  124. package/build/src/components/Form/Input/JRCInputRange/JRCInputRange.stories.d.ts +7 -0
  125. package/build/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.d.ts +1 -2
  126. package/build/src/components/Form/Input/JRCInputSearchRaw/JRCInputSearchRaw.stories.d.ts +5 -0
  127. package/build/src/components/Form/Input/JRCInputText/JRCInputPassword.d.ts +6 -6
  128. package/build/src/components/Form/Input/JRCInputText/JRCInputText.d.ts +15 -15
  129. package/build/src/components/Form/Input/JRCInputText/JRCInputText.stories.d.ts +9 -0
  130. package/build/src/components/Form/Input/JRCInputText/JRCInputText.style.d.ts +26 -27
  131. package/build/src/components/Form/Input/JRCInputText/JRCInputTextIconButton.d.ts +9 -9
  132. package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.d.ts +17 -17
  133. package/build/src/components/Form/Input/JRCInputTextRaw/JRCInputTextRaw.style.d.ts +6 -7
  134. package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.d.ts +3 -3
  135. package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextarea.stories.d.ts +7 -0
  136. package/build/src/components/Form/Input/JRCInputTextarea/JRCInputTextareaRaw.d.ts +4 -4
  137. package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.d.ts +3 -3
  138. package/build/src/components/Form/Input/JRCInputTime/JRCInputTime.stories.d.ts +7 -0
  139. package/build/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.d.ts +4 -5
  140. package/build/src/components/Form/Input/JRCInputTinyMCE/JRCInputTinyMCE.stories.d.ts +7 -0
  141. package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.d.ts +3 -27
  142. package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCInputTinyMCERaw.stories.d.ts +5 -0
  143. package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEFileUploadModal.d.ts +1 -2
  144. package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEImageUploadModal.d.ts +1 -2
  145. package/build/src/components/Form/Input/JRCInputTinyMCERaw/JRCTinyMCEVideoUploadModal.d.ts +1 -2
  146. package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JIAExtension/JIATextGenerationExtension.d.ts +1 -1
  147. package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/JTinyMCEExtensions.d.ts +2 -9
  148. package/build/src/components/Form/Input/JRCInputTinyMCERaw/extensions/MarkdownExtension/MarkdownExtension.d.ts +1 -1
  149. package/build/src/components/Form/Input/JRCInputTinyMCERaw/types.d.ts +7 -0
  150. package/build/src/components/Form/Input/JRCInputUrl/JRCInputUrl.d.ts +6 -6
  151. package/build/src/components/Form/Input/JRCInputUrl/JRCInputUrl.stories.d.ts +7 -0
  152. package/build/src/components/Form/Input/JRCSelect/JRCAutocomplete.stories.d.ts +10 -0
  153. package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.d.ts +2 -2
  154. package/build/src/components/Form/Input/JRCSelect/JRCAutocompleteCommunity.stories.d.ts +13 -0
  155. package/build/src/components/Form/Input/JRCSelect/JRCInputAudience.d.ts +1 -2
  156. package/build/src/components/Form/Input/JRCSelect/JRCInputAudience.stories.d.ts +5 -0
  157. package/build/src/components/Form/Input/JRCSelect/JRCInputAutocomplete.d.ts +6 -6
  158. package/build/src/components/Form/Input/JRCSelect/JRCInputAutocompleteViews.d.ts +1 -2
  159. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.d.ts +1 -2
  160. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.defaults.d.ts +2 -3
  161. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.stories.d.ts +12 -0
  162. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.style.d.ts +277 -274
  163. package/build/src/components/Form/Input/JRCSelect/JRCInputSelect.types.d.ts +8 -13
  164. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectAsync.stories.d.ts +11 -0
  165. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectExtended.d.ts +1 -2
  166. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.d.ts +5 -17
  167. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectHierarchicalTree.stories.d.ts +4 -0
  168. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.d.ts +1 -2
  169. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectList.stories.d.ts +4 -0
  170. package/build/src/components/Form/Input/JRCSelect/JRCInputSelectRaw.d.ts +0 -1
  171. package/build/src/components/Form/Input/JRCSelect/SelectHierarchicalTreeModal.d.ts +2 -2
  172. package/build/src/components/Form/Input/JRCStyledInput.d.ts +14 -15
  173. package/build/src/components/Form/Input/temporary.types.d.ts +1 -1
  174. package/build/src/components/JRCAlbum/JRCAlbum.d.ts +1 -2
  175. package/build/src/components/JRCAlbum/components/AlbumItem.d.ts +2 -3
  176. package/build/src/components/JRCAlbum/components/AlbumX1.d.ts +1 -2
  177. package/build/src/components/JRCAlbum/components/AlbumX2.d.ts +1 -2
  178. package/build/src/components/JRCAlbum/components/AlbumX3.d.ts +1 -2
  179. package/build/src/components/JRCAlbum/components/AlbumX4.d.ts +1 -2
  180. package/build/src/components/JRCAlbum/components/AlbumX5.d.ts +1 -2
  181. package/build/src/components/JRCAlbum/styles.d.ts +1 -1
  182. package/build/src/components/JRCAlert/JRCAlert.d.ts +7 -7
  183. package/build/src/components/JRCAlert/JRCAlert.stories.d.ts +8 -0
  184. package/build/src/components/JRCAppContainer/JRCAppContainer.d.ts +3 -3
  185. package/build/src/components/JRCAppHeader/JRCAppHeader.d.ts +1 -2
  186. package/build/src/components/JRCAppHeader/JRCAppHeader.stories.d.ts +5 -0
  187. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.d.ts +1 -2
  188. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.stories.d.ts +2 -3
  189. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.styles.d.ts +19 -20
  190. package/build/src/components/JRCAppLeftColumn/JRCAppLeftColumn.types.d.ts +2 -2
  191. package/build/src/components/JRCAppLeftColumn/JRCDefaultMenu.d.ts +2 -3
  192. package/build/src/components/JRCAttachments/JRCAttachments.d.ts +1 -2
  193. package/build/src/components/JRCAttachments/JRCAttachments.stories.d.ts +5 -0
  194. package/build/src/components/JRCAvatar/JRCAvatar.d.ts +1 -2
  195. package/build/src/components/JRCAvatar/JRCAvatar.stories.d.ts +5 -0
  196. package/build/src/components/JRCAvatars/JRCAvatars.d.ts +1 -2
  197. package/build/src/components/JRCAvatars/JRCAvatars.stories.d.ts +6 -0
  198. package/build/src/components/JRCBreadcrumb/JRCBreadcrumb.d.ts +1 -2
  199. package/build/src/components/JRCBreadcrumb/JRCBreadcrumb.stories.d.ts +5 -0
  200. package/build/src/components/JRCBusinessContactList/JRCBusinessContactList.d.ts +1 -2
  201. package/build/src/components/JRCBusinessContactList/JRCBusinessContactList.stories.d.ts +5 -0
  202. package/build/src/components/JRCBusinessContacts/JRCBusinessContacts.d.ts +1 -2
  203. package/build/src/components/JRCBusinessContacts/JRCBusinessContacts.stories.d.ts +6 -0
  204. package/build/src/components/JRCButton/Button.d.ts +23 -0
  205. package/build/src/components/JRCButton/JRCButton.d.ts +16 -97
  206. package/build/src/components/JRCButton/JRCButton.stories.d.ts +2 -3
  207. package/build/src/components/JRCButton/JRCButtonConfig.d.ts +1 -17
  208. package/build/src/components/JRCButton/JRCValidationButton.d.ts +3 -3
  209. package/build/src/components/JRCButton/types.d.ts +54 -0
  210. package/build/src/components/JRCButtonDownload/JRCButtonDownload.d.ts +2 -3
  211. package/build/src/components/JRCButtonDownload/JRCButtonDownload.stories.d.ts +8 -0
  212. package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.d.ts +1 -2
  213. package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.styles.d.ts +27 -25
  214. package/build/src/components/JRCButtonDropdown/JRCButtonDropdown.types.d.ts +5 -5
  215. package/build/src/components/JRCButtonFile/JRCButtonFile.d.ts +1 -2
  216. package/build/src/components/JRCButtonFile/JRCButtonFile.stories.d.ts +7 -0
  217. package/build/src/components/JRCCalendar/CalendarStyle.d.ts +3 -3
  218. package/build/src/components/JRCCalendar/JRCCalendar.d.ts +2 -32
  219. package/build/src/components/JRCCalendar/JRCCalendar.stories.d.ts +6 -0
  220. package/build/src/components/JRCCalendar/JRCCalendarEvent.d.ts +2 -33
  221. package/build/src/components/JRCCalendar/JRCCalendarModal.d.ts +2 -2
  222. package/build/src/components/JRCCalendar/JRCEventStatusButton.d.ts +1 -2
  223. package/build/src/components/JRCCalendar/types.d.ts +60 -0
  224. package/build/src/components/JRCCard/JRCCard.d.ts +6 -6
  225. package/build/src/components/JRCCard/JRCCard.stories.d.ts +5 -0
  226. package/build/src/components/JRCCard/JRCCardImg.d.ts +5 -5
  227. package/build/src/components/JRCCard/JRCCardImg.stories.d.ts +5 -0
  228. package/build/src/components/JRCCollapse/JRCCollapse.d.ts +4 -4
  229. package/build/src/components/JRCCollapse/JRCCollapse.stories.d.ts +7 -0
  230. package/build/src/components/JRCColumnCenter/JRCColumnCenter.d.ts +3 -3
  231. package/build/src/components/JRCColumnLeft/JRCColumnLeft.d.ts +3 -3
  232. package/build/src/components/JRCColumnRight/JRCColumnRight.d.ts +3 -3
  233. package/build/src/components/JRCCommentsBloc/AvatarWrapper.d.ts +1 -0
  234. package/build/src/components/JRCCommentsBloc/JRCComment.d.ts +6 -8
  235. package/build/src/components/JRCCommentsBloc/JRCCommentsBloc.d.ts +8 -12
  236. package/build/src/components/JRCCommentsBloc/JRCCommentsBloc.stories.d.ts +5 -0
  237. package/build/src/components/JRCCommentsBloc/components/CommentsHeader.d.ts +1 -2
  238. package/build/src/components/JRCCommentsBloc/components/EditComment.d.ts +3 -5
  239. package/build/src/components/JRCCommentsBloc/components/NewComment.d.ts +7 -8
  240. package/build/src/components/JRCCropImage/JRCCropImage.d.ts +1 -2
  241. package/build/src/components/JRCCropImage/JRCCropImage.stories.d.ts +5 -0
  242. package/build/src/components/JRCDate/JRCDate.d.ts +2 -3
  243. package/build/src/components/JRCDate/JRCDate.stories.d.ts +7 -0
  244. package/build/src/components/JRCDisplayCard/JRCDisplayCard.d.ts +3 -3
  245. package/build/src/components/JRCDisplayCard/JRCDisplayCard.stories.d.ts +8 -0
  246. package/build/src/components/JRCDropDown/JRCDropDown.d.ts +4 -4
  247. package/build/src/components/JRCDropDown/JRCDropDown.stories.d.ts +5 -0
  248. package/build/src/components/JRCEmptySpace/JRCEmptySpace.d.ts +5 -4
  249. package/build/src/components/JRCEmptySpace/JRCEmptySpace.stories.d.ts +4 -0
  250. package/build/src/components/JRCFile/JRCFile.d.ts +1 -2
  251. package/build/src/components/JRCFile/JRCFile.stories.d.ts +4 -0
  252. package/build/src/components/JRCFile/JRCFileApplication.d.ts +1 -2
  253. package/build/src/components/JRCFile/JRCFileAudio.d.ts +1 -2
  254. package/build/src/components/JRCFile/JRCFileAvatar.d.ts +1 -2
  255. package/build/src/components/JRCFile/JRCFileFolder.d.ts +1 -2
  256. package/build/src/components/JRCFile/JRCFileImage.d.ts +3 -4
  257. package/build/src/components/JRCFile/JRCFileVideo.d.ts +1 -2
  258. package/build/src/components/JRCFileOpen/JRCFileOpen.d.ts +3 -3
  259. package/build/src/components/JRCFileViewer/JRCFileViewer.d.ts +2 -14
  260. package/build/src/components/JRCFileViewer/JRCFileViewer.stories.d.ts +4 -0
  261. package/build/src/components/JRCFileViewer/JRCFileViewerArrows.d.ts +1 -2
  262. package/build/src/components/JRCFileViewer/JRCFileViewerContent.d.ts +2 -3
  263. package/build/src/components/JRCFileViewer/JRCFileViewerContentApplication.d.ts +4 -4
  264. package/build/src/components/JRCFileViewer/JRCFileViewerContentAudio.d.ts +3 -3
  265. package/build/src/components/JRCFileViewer/JRCFileViewerContentImage.d.ts +3 -3
  266. package/build/src/components/JRCFileViewer/JRCFileViewerContentVideo.d.ts +3 -3
  267. package/build/src/components/JRCFileViewer/JRCFileViewerOpenWithOptions.d.ts +2 -3
  268. package/build/src/components/JRCFileViewer/types.d.ts +2 -2
  269. package/build/src/components/JRCFlex/JRCFlexBox.d.ts +1 -9
  270. package/build/src/components/JRCFolders/JRCFolderBreadcrumb.d.ts +2 -3
  271. package/build/src/components/JRCFolders/JRCFolders.d.ts +3 -5
  272. package/build/src/components/JRCFolders/JRCFolders.stories.d.ts +7 -0
  273. package/build/src/components/JRCFolders/components/FileLittleList.d.ts +1 -2
  274. package/build/src/components/JRCFolders/styles.d.ts +1 -1
  275. package/build/src/components/JRCFolders/types.d.ts +1 -0
  276. package/build/src/components/JRCGrid/JRCGrid.d.ts +3 -3
  277. package/build/src/components/JRCGrid/JRCGrid.stories.d.ts +4 -5
  278. package/build/src/components/JRCGroupList/JRCGroupList.d.ts +1 -2
  279. package/build/src/components/JRCGroupList/JRCGroupList.stories.d.ts +5 -0
  280. package/build/src/components/JRCGroups/JRCGroups.d.ts +1 -2
  281. package/build/src/components/JRCGroups/JRCGroups.stories.d.ts +6 -0
  282. package/build/src/components/JRCHref/JRCHref.d.ts +6 -6
  283. package/build/src/components/JRCHref/JRCHref.stories.d.ts +5 -0
  284. package/build/src/components/JRCHtml/JRCHtml.d.ts +6 -6
  285. package/build/src/components/JRCHtml/JRCHtml.stories.d.ts +5 -0
  286. package/build/src/components/JRCIcon/JRCIcon.d.ts +1 -2
  287. package/build/src/components/JRCIcon/JRCIcon.stories.d.ts +1 -2
  288. package/build/src/components/JRCIconButton/JRCIconButton.d.ts +26 -26
  289. package/build/src/components/JRCIconButton/JRCIconButton.stories.d.ts +5 -0
  290. package/build/src/components/JRCImg/JRCImg.d.ts +1 -2
  291. package/build/src/components/JRCImg/JRCImg.stories.d.ts +6 -0
  292. package/build/src/components/JRCList/JRCList.d.ts +1 -2
  293. package/build/src/components/JRCList/JRCList.stories.d.ts +12 -0
  294. package/build/src/components/JRCList/JRCList.styles.d.ts +7 -8
  295. package/build/src/components/JRCList/JRCListMockData.stories.d.ts +4 -0
  296. package/build/src/components/JRCLoader/JRCLoader.d.ts +1 -2
  297. package/build/src/components/JRCLoader/JRCSkeleton.d.ts +1 -2
  298. package/build/src/components/JRCMenu/JRCMenu.d.ts +2 -3
  299. package/build/src/components/JRCMenu/JRCMenu.stories.d.ts +1 -2
  300. package/build/src/components/JRCMenuItem/JRCMenuItem.d.ts +3 -3
  301. package/build/src/components/JRCMessage/JRCMessage.d.ts +3 -3
  302. package/build/src/components/JRCMessage/JRCMessage.stories.d.ts +8 -0
  303. package/build/src/components/JRCModal/JRCModal.styles.d.ts +13 -13
  304. package/build/src/components/JRCModal/JRCModalContent.d.ts +7 -7
  305. package/build/src/components/JRCModal/JRCModalContentForm.d.ts +2 -2
  306. package/build/src/components/JRCModal/JRCModalLayout.d.ts +4 -4
  307. package/build/src/components/JRCModal/templates/JRCModal.d.ts +1 -2
  308. package/build/src/components/JRCModal/templates/JRCModal.stories.d.ts +4 -0
  309. package/build/src/components/JRCModal/templates/JRCModal.types.d.ts +3 -3
  310. package/build/src/components/JRCModal/templates/JRCModalForm.d.ts +1 -2
  311. package/build/src/components/JRCModal/templates/JRCModalForm.stories.d.ts +4 -0
  312. package/build/src/components/JRCModal/types.d.ts +1 -0
  313. package/build/src/components/JRCModalImg/JRCModalImg.d.ts +3 -3
  314. package/build/src/components/JRCModalImg/JRCModalImg.stories.d.ts +6 -0
  315. package/build/src/components/JRCModalUserList/CSSAvatarWrapper.d.ts +3 -0
  316. package/build/src/components/JRCModalUserList/JRCModalUserList.d.ts +1 -5
  317. package/build/src/components/JRCObjectList/JRCObjectList.d.ts +3 -3
  318. package/build/src/components/JRCPagination/JRCPagination.d.ts +2 -3
  319. package/build/src/components/JRCPagination/JRCPagination.stories.d.ts +5 -0
  320. package/build/src/components/JRCProgressBar/JRCProgressBar.d.ts +2 -3
  321. package/build/src/components/JRCPublishButton/JRCPublishButton.d.ts +2 -3
  322. package/build/src/components/JRCPublishButton/PublishButtonEntry.d.ts +2 -2
  323. package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.d.ts +4 -4
  324. package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.stories.d.ts +5 -0
  325. package/build/src/components/JRCSidePanelModal/JRCSidePanelModal.styles.d.ts +7 -7
  326. package/build/src/components/JRCSkeleton/JRCSkeletonLine.d.ts +1 -2
  327. package/build/src/components/JRCSkeleton/JRCSkeletonList.d.ts +2 -2
  328. package/build/src/components/JRCTabs/JRCTabs.d.ts +5 -5
  329. package/build/src/components/JRCTabs/JRCTabs.stories.d.ts +6 -0
  330. package/build/src/components/JRCTag/JRCTag.d.ts +5 -5
  331. package/build/src/components/JRCTag/JRCTag.stories.d.ts +5 -0
  332. package/build/src/components/JRCThemeProvider/JRCThemeProvider.d.ts +3 -3
  333. package/build/src/components/JRCTooltip/JRCBaseTooltip.d.ts +1 -2
  334. package/build/src/components/JRCTooltip/JRCTooltip.d.ts +2 -32
  335. package/build/src/components/JRCTooltip/JRCTooltip.stories.d.ts +1 -1
  336. package/build/src/components/JRCTooltip/types.d.ts +31 -0
  337. package/build/src/components/JRCTypo/JRCTypo.d.ts +11 -11
  338. package/build/src/components/JRCTypo/JRCTypo.stories.d.ts +6 -7
  339. package/build/src/components/JRCTypography/JRCTypography.d.d.ts +7 -6
  340. package/build/src/components/JRCTypography/JRCTypography.d.ts +1 -2
  341. package/build/src/components/JRCTypography/JRCTypography.styles.d.ts +2 -2
  342. package/build/src/components/JRCUserHighlightFields/JRCUserHighlightFields.d.ts +1 -2
  343. package/build/src/components/JRCUserList/JRCUserList.d.ts +1 -2
  344. package/build/src/components/JRCUserList/JRCUserList.stories.d.ts +5 -0
  345. package/build/src/components/JRCUserPopup/JRCUserPopup.d.ts +2 -2
  346. package/build/src/components/JRCUserPopup/JRCUserPopup.stories.d.ts +5 -0
  347. package/build/src/components/JRCUserStatusIcon/JRCUserStatusIcon.d.ts +1 -2
  348. package/build/src/components/JRCUsers/JRCUsers.d.ts +1 -2
  349. package/build/src/components/JRCUsers/JRCUsers.stories.d.ts +6 -0
  350. package/build/src/components/Pages/JRCPageNotLogged.d.ts +2 -2
  351. package/build/src/components/Stepper/JRCFadeStepper.d.ts +3 -3
  352. package/build/src/components/Stepper/JRCImageStepper.d.ts +1 -2
  353. package/build/src/components/Stepper/JRCStepper.d.ts +3 -3
  354. package/build/src/components/Stepper/JRCStepper.stories.d.ts +4 -0
  355. package/build/src/components/Templates/AppColumn.d.ts +3 -0
  356. package/build/src/components/Templates/JRCAppColumn.d.ts +1 -2
  357. package/build/src/components/Templates/JRCAppTab.d.ts +2 -3
  358. package/build/src/components/Templates/JRCBase.template.d.ts +6 -6
  359. package/build/src/components/Templates/JRCBasicAutoMarginContainer.d.ts +1 -2
  360. package/build/src/components/Templates/JRCColumn.d.ts +1 -2
  361. package/build/src/components/Templates/JRCContainer.d.ts +1 -2
  362. package/build/src/components/Templates/JRCMainColumn.d.ts +1 -2
  363. package/build/src/components/Templates/JRCPanel.d.ts +1 -2
  364. package/build/src/components/Templates/JRCStepperPage.d.ts +6 -6
  365. package/build/src/components/Templates/JRCTemplate.stories.d.ts +6 -0
  366. package/build/src/components/Templates/JRCTwoColumns.template.d.ts +3 -3
  367. package/build/src/components/Templates/MainColumn.d.ts +2 -0
  368. package/build/src/components/Templates/template.styles.d.ts +276 -276
  369. package/build/src/components/Templates/template.type.d.ts +6 -6
  370. package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.d.ts +2 -3
  371. package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGallery.stories.d.ts +8 -0
  372. package/build/src/components/Widgets/JRCWidgetArticleGallery/JRCWidgetArticleGalleryEditor.d.ts +1 -2
  373. package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.d.ts +3 -4
  374. package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleText.stories.d.ts +195 -0
  375. package/build/src/components/Widgets/JRCWidgetArticleText/JRCWidgetArticleTextEditor.d.ts +1 -2
  376. package/build/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitle.d.ts +2 -3
  377. package/build/src/components/Widgets/JRCWidgetArticleTitle/JRCWidgetArticleTitleEditor.d.ts +3 -3
  378. package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetArticleAttachmentEditor.d.ts +3 -3
  379. package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.d.ts +3 -4
  380. package/build/src/components/Widgets/JRCWidgetAttachment/JRCWidgetAttachment.stories.d.ts +7 -0
  381. package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.d.ts +1 -2
  382. package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButton.stories.d.ts +4 -0
  383. package/build/src/components/Widgets/JRCWidgetButton/JRCWidgetButtonEditor.d.ts +3 -3
  384. package/build/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDav.d.ts +4 -4
  385. package/build/src/components/Widgets/JRCWidgetCalendarCalDav/JRCWidgetCalendarCalDavEditor.d.ts +1 -2
  386. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.d.ts +1 -2
  387. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckList.stories.d.ts +4 -0
  388. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditor.d.ts +3 -4
  389. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListEditorItemLink.d.ts +2 -3
  390. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListImage.d.ts +4 -5
  391. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListItem.d.ts +3 -3
  392. package/build/src/components/Widgets/JRCWidgetCheckList/JRCWidgetCheckListLink.d.ts +2 -3
  393. package/build/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDav.d.ts +3 -3
  394. package/build/src/components/Widgets/JRCWidgetContactCardDav/JRCWidgetContactCardDavEditor.d.ts +1 -2
  395. package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImap.d.ts +1 -2
  396. package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapAttachments.d.ts +1 -2
  397. package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapDate.d.ts +1 -2
  398. package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapEditor.d.ts +1 -2
  399. package/build/src/components/Widgets/JRCWidgetEmailsImap/JRCWidgetEmailsImapLevel2.d.ts +2 -3
  400. package/build/src/components/Widgets/JRCWidgetEmailsImap/WidgetEmailsImapStatus.d.ts +1 -2
  401. package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemBody.d.ts +2 -3
  402. package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemFooter.d.ts +1 -2
  403. package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemHeader.d.ts +1 -2
  404. package/build/src/components/Widgets/JRCWidgetEmailsImap/components/WidgetEmailsItemSubject.d.ts +1 -2
  405. package/build/src/components/Widgets/JRCWidgetEmptyInplace.d.ts +1 -2
  406. package/build/src/components/Widgets/JRCWidgetIcon.d.ts +1 -2
  407. package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetArticleImageEditor.d.ts +2 -4
  408. package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.d.ts +1 -2
  409. package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImage.stories.d.ts +4 -0
  410. package/build/src/components/Widgets/JRCWidgetImage/JRCWidgetImageEditor.d.ts +1 -2
  411. package/build/src/components/Widgets/JRCWidgetImage/styles.d.ts +3 -3
  412. package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsence.d.ts +1 -2
  413. package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceEditor.d.ts +1 -2
  414. package/build/src/components/Widgets/JRCWidgetLuccaAbsence/JRCWidgetLuccaAbsenceStatus.d.ts +1 -2
  415. package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresence.d.ts +2 -8
  416. package/build/src/components/Widgets/JRCWidgetPresence/JRCWidgetPresenceEditor.d.ts +2 -3
  417. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.d.ts +1 -2
  418. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurvey.stories.d.ts +4 -0
  419. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.d.ts +1 -2
  420. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditor.styles.d.ts +1 -1
  421. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorAddEntry.d.ts +1 -2
  422. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyEditorEntries.d.ts +1 -2
  423. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyImage.d.ts +4 -5
  424. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyItemWrapper.d.ts +3 -3
  425. package/build/src/components/Widgets/JRCWidgetQuickSurvey/JRCWidgetQuickSurveyResponse.d.ts +4 -5
  426. package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditor.d.ts +1 -2
  427. package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlide.d.ts +4 -17
  428. package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetArticleSliderEditorSlideRemove.d.ts +2 -3
  429. package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.d.ts +1 -2
  430. package/build/src/components/Widgets/JRCWidgetSlider/JRCWidgetSlider.stories.d.ts +5 -0
  431. package/build/src/components/Widgets/JRCWidgetSlider/components/SliderArrows.d.ts +1 -2
  432. package/build/src/components/Widgets/JRCWidgetSlider/components/SliderDots.d.ts +3 -4
  433. package/build/src/components/Widgets/JRCWidgetSlider/components/SliderImage.d.ts +2 -3
  434. package/build/src/components/Widgets/JRCWidgetSlider/components/SliderSlideTitle.d.ts +1 -2
  435. package/build/src/components/Widgets/JRCWidgetSlider/types.d.ts +1 -1
  436. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.d.ts +5 -54
  437. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetDatasourceTableEditor.styles.d.ts +1 -1
  438. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetExcelDatasourceTableEditor.d.ts +5 -54
  439. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.d.ts +6 -6
  440. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.stories.d.ts +6 -0
  441. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTable.styles.d.ts +3 -3
  442. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableEditor.d.ts +2 -43
  443. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableSharedEditor.d.ts +1 -2
  444. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRenderer.d.ts +3 -11
  445. package/build/src/components/Widgets/JRCWidgetTable/JRCWidgetTableTdRendererText.d.ts +2 -10
  446. package/build/src/components/Widgets/JRCWidgetTable/components/ModalButton.d.ts +5 -5
  447. package/build/src/components/Widgets/JRCWidgetTable/components/ModalColumnLabelize.d.ts +2 -3
  448. package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceFetchDatasource.d.ts +1 -2
  449. package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelView.d.ts +4 -13
  450. package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewChanges.d.ts +1 -2
  451. package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumn.d.ts +3 -4
  452. package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceModelViewColumnAction.d.ts +3 -12
  453. package/build/src/components/Widgets/JRCWidgetTable/components/WidgetDatasourceObject.d.ts +1 -2
  454. package/build/src/components/Widgets/JRCWidgetTable/model/doc/DocEditor.d.ts +5 -13
  455. package/build/src/components/Widgets/JRCWidgetTable/model/doc/DocEditorObject.d.ts +1 -2
  456. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditor.d.ts +3 -11
  457. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorBrokenModel.d.ts +1 -2
  458. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModel.d.ts +2 -10
  459. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorModelColumn.d.ts +1 -2
  460. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorObject.d.ts +1 -2
  461. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectDocument.d.ts +1 -2
  462. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSelectWedocFile.d.ts +1 -2
  463. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorSpreadSheets.d.ts +1 -2
  464. package/build/src/components/Widgets/JRCWidgetTable/model/excel/ExcelEditorUploader.d.ts +1 -2
  465. package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditor.d.ts +5 -13
  466. package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorApp.d.ts +1 -2
  467. package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorFetch.d.ts +1 -2
  468. package/build/src/components/Widgets/JRCWidgetTable/model/studio/StudioEditorObject.d.ts +1 -2
  469. package/build/src/components/Widgets/JRCWidgetTable/types.d.ts +24 -0
  470. package/build/src/components/Widgets/JRCWidgetTable/utils.d.ts +1 -1
  471. package/build/src/components/Widgets/components/WidgetAvatarList.d.ts +3 -4
  472. package/build/src/components/Widgets/components/WidgetImageLine.d.ts +1 -2
  473. package/build/src/components/Widgets/components/WidgetMissingToken.d.ts +1 -2
  474. package/build/src/components/Widgets/context/hooks.d.ts +1 -173
  475. package/build/src/components/Widgets/context/provider.d.ts +5 -5
  476. package/build/src/components/Widgets/styles.d.ts +7 -7
  477. package/build/src/components/api/jamespot/mockApiWrapper.d.ts +10 -0
  478. package/build/src/components/api/jamespot/mock_jamespot.d.ts +0 -10
  479. package/build/src/components/index.d.ts +173 -0
  480. package/build/src/hooks/UseKeyPress.d.ts +1 -2
  481. package/build/src/index.d.ts +4 -186
  482. package/build/src/storybook/decorators.d.ts +1 -2
  483. package/build/src/styles/Theme.stories.d.ts +1 -2
  484. package/build/src/styles/utils.d.ts +2 -7
  485. package/build/src/types.d.ts +11 -13
  486. package/build/src/utils/index.d.ts +1 -41
  487. package/build/src/utils/test-utils.d.ts +3 -3
  488. package/build/src/utils/utils.array.d.ts +2 -2
  489. package/build/src/utils/utils.files.d.ts +1 -1
  490. package/jest.config.ts +10 -7
  491. package/package.json +87 -101
  492. package/build/src/components/Widgets/JRCWidgetTable/pagination.test.d.ts +0 -1
  493. package/build/src/components/Widgets/JRCWidgetTable/utils.test.d.ts +0 -1
  494. package/build/src/utils/utils.array.test.d.ts +0 -1
  495. package/build/src/utils/utils.color.test.d.ts +0 -1
  496. package/build/src/utils/utils.html.test.d.ts +0 -1
  497. package/build/src/utils/utils.regexp.test.d.ts +0 -1
  498. package/build/src/utils/utils.string.test.d.ts +0 -1
  499. package/build/src/utils/utils.time.test.d.ts +0 -1
@@ -0,0 +1,33 @@
1
+ import { jFileLittle } from 'jamespot-user-api';
2
+ import { ComponentPropsWithoutRef } from 'react';
3
+ import { FieldValues } from 'react-hook-form';
4
+ import { DataCy } from '../../../../types/dataAttributes';
5
+ import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
6
+ export type DropZoneDimensions = {
7
+ width: number;
8
+ height: number;
9
+ };
10
+ export type NativeInputImageProps = DataCy & Omit<ComponentPropsWithoutRef<'input'>, 'value' | 'onChange'> & {
11
+ token?: string | undefined;
12
+ attrName?: string;
13
+ dzDimensions?: DropZoneDimensions;
14
+ onLoading?: (state: boolean) => void;
15
+ aspectRatio?: number | undefined;
16
+ defaultImages?: {
17
+ imgs: Array<{
18
+ src: string;
19
+ alt: string;
20
+ }>;
21
+ position?: 'right' | 'bottom';
22
+ columnCount: number;
23
+ };
24
+ readOnly?: boolean;
25
+ readOnlyImg?: string;
26
+ value: jFileLittle | undefined;
27
+ onChange: (files: jFileLittle | undefined) => void;
28
+ disableCrop?: boolean;
29
+ buttonsPosition?: 'inside' | 'under';
30
+ allowCustomRatio?: boolean;
31
+ zIndex?: number;
32
+ };
33
+ export type JRCInputImageProps<T extends FieldValues = FieldValues> = JRCInputFieldProps<T> & Omit<NativeInputImageProps, 'value' | 'onChange'>;
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
1
  import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
2
  import { DataCy } from '../../../../types/dataAttributes';
4
3
  import { FieldValues } from 'react-hook-form';
5
- export type JRCInputRangeProps = DataCy & React.ComponentPropsWithoutRef<'input'>;
6
- export declare const InputRange: React.ForwardRefExoticComponent<DataCy & Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
4
+ import { ComponentPropsWithoutRef } from 'react';
5
+ export type JRCInputRangeProps = DataCy & ComponentPropsWithoutRef<'input'>;
6
+ export declare const InputRange: import("react").ForwardRefExoticComponent<DataCy & Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & import("react").RefAttributes<HTMLInputElement>>;
7
7
  /**
8
8
  * Component used as a <input type="range"/>
9
9
  * @param props JRCInputFieldProps
10
10
  * validation props: required
11
11
  * @returns JSX.Element
12
12
  */
13
- export declare function JRCInputRange<T extends FieldValues = FieldValues>(props: JRCInputFieldProps<T>): React.JSX.Element;
13
+ export declare function JRCInputRange<T extends FieldValues = FieldValues>(props: JRCInputFieldProps<T>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const InputRange: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
6
+ range: string;
7
+ }>>;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import { DataCy } from '../../../../types/dataAttributes';
3
2
  export type JRCInputSearchProps = {
4
3
  onChange?: (v: string) => void;
@@ -7,4 +6,4 @@ export type JRCInputSearchProps = {
7
6
  width?: number | string;
8
7
  loading?: boolean;
9
8
  } & DataCy;
10
- export declare const JRCInputSearchRaw: ({ onChange, placeholder, width, loading, onClickSearch, dataCy, }: JRCInputSearchProps) => React.JSX.Element;
9
+ export declare const JRCInputSearchRaw: ({ onChange, placeholder, width, loading, onClickSearch, dataCy, }: JRCInputSearchProps) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,5 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ declare const _default: Meta;
3
+ export default _default;
4
+ export declare const OnChange: () => import("react/jsx-runtime").JSX.Element;
5
+ export declare const OnClick: () => import("react/jsx-runtime").JSX.Element;
@@ -1,14 +1,14 @@
1
- import * as React from 'react';
2
1
  import { FieldValues } from 'react-hook-form';
3
2
  import { DataCy } from '../../../../types/dataAttributes';
4
3
  import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
5
- export type JRCInputTextProps = DataCy & Omit<React.ComponentPropsWithoutRef<'input'>, 'type'> & {
4
+ import { ComponentPropsWithoutRef } from 'react';
5
+ export type JRCInputTextProps = DataCy & Omit<ComponentPropsWithoutRef<'input'>, 'type'> & {
6
6
  width?: string;
7
7
  };
8
8
  type AutoCompletePassword = 'on' | 'off' | 'current-password' | 'new-password';
9
- export declare const RenderPasswordInput: React.ForwardRefExoticComponent<DataCy & Omit<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "type"> & {
10
- width?: string | undefined;
11
- } & React.RefAttributes<HTMLInputElement>>;
9
+ export declare const RenderPasswordInput: import("react").ForwardRefExoticComponent<DataCy & Omit<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref">, "type"> & {
10
+ width?: string;
11
+ } & import("react").RefAttributes<HTMLInputElement>>;
12
12
  /**
13
13
  * Component used as a <input type="password"/>
14
14
  * @param props JRCInputFieldProps
@@ -19,5 +19,5 @@ export declare function JRCInputPassword<T extends FieldValues = FieldValues>(pr
19
19
  autoComplete?: AutoCompletePassword;
20
20
  width?: string;
21
21
  disabled?: boolean;
22
- }): React.JSX.Element;
22
+ }): import("react/jsx-runtime").JSX.Element;
23
23
  export {};
@@ -1,17 +1,17 @@
1
- import * as React from 'react';
2
1
  import { FieldValues } from 'react-hook-form';
3
2
  import { DataCy } from '../../../../types/dataAttributes';
4
3
  import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
5
- export type JRCInputTextProps = DataCy & React.ComponentPropsWithoutRef<'input'> & {
4
+ import { ComponentPropsWithoutRef } from 'react';
5
+ export type JRCInputTextProps = DataCy & ComponentPropsWithoutRef<'input'> & {
6
6
  width?: string;
7
7
  autocomplete?: 'on' | 'off';
8
8
  inputmode?: 'text' | 'numeric';
9
9
  };
10
- export declare const RenderInput: React.ForwardRefExoticComponent<DataCy & Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
11
- width?: string | undefined;
12
- autocomplete?: "on" | "off" | undefined;
13
- inputmode?: "text" | "numeric" | undefined;
14
- } & React.RefAttributes<HTMLInputElement>>;
10
+ export declare const RenderInput: import("react").ForwardRefExoticComponent<DataCy & Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
11
+ width?: string;
12
+ autocomplete?: "on" | "off";
13
+ inputmode?: "text" | "numeric";
14
+ } & import("react").RefAttributes<HTMLInputElement>>;
15
15
  /**
16
16
  * Component used as a <input type="text"/>
17
17
  * @param props JRCInputFieldProps
@@ -23,17 +23,17 @@ export declare function JRCInputText<T extends FieldValues = FieldValues>(props:
23
23
  disabled?: boolean;
24
24
  autoComplete?: 'on' | 'off';
25
25
  inputmode?: 'text' | 'numeric';
26
- }): React.JSX.Element;
27
- export type JRCInputNumberProps = DataCy & React.ComponentPropsWithoutRef<'input'> & {
26
+ }): import("react/jsx-runtime").JSX.Element;
27
+ export type JRCInputNumberProps = DataCy & ComponentPropsWithoutRef<'input'> & {
28
28
  width?: string;
29
29
  min?: number;
30
30
  max?: number;
31
31
  };
32
- export declare const RenderNumberInput: React.ForwardRefExoticComponent<DataCy & Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
33
- width?: string | undefined;
34
- min?: number | undefined;
35
- max?: number | undefined;
36
- } & React.RefAttributes<HTMLInputElement>>;
32
+ export declare const RenderNumberInput: import("react").ForwardRefExoticComponent<DataCy & Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
33
+ width?: string;
34
+ min?: number;
35
+ max?: number;
36
+ } & import("react").RefAttributes<HTMLInputElement>>;
37
37
  /**
38
38
  * Component used as a <input type="number"/>
39
39
  * @param props JRCInputFieldProps
@@ -45,4 +45,4 @@ export declare function JRCInputNumber<T extends FieldValues = FieldValues>(prop
45
45
  disabled?: boolean;
46
46
  min?: number;
47
47
  max?: number;
48
- }): React.JSX.Element;
48
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,9 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const InputText: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
6
+ text: string;
7
+ }>>;
8
+ export declare const InputTextIconButton: any;
9
+ export declare const AllInputs: () => import("react/jsx-runtime").JSX.Element;
@@ -1,37 +1,36 @@
1
- /// <reference types="react" />
2
- export declare const IconBefore: import("styled-components").StyledComponent<({ color, variant, name, size, isMargin, className, faOptions, iconColor, role, label, }: import("components/JRCIcon/JRCIcon").JRCIconProps) => import("react").JSX.Element, import("styled-components").DefaultTheme, {}, never>;
1
+ export declare const IconBefore: import("styled-components").StyledComponent<({ color, variant, name, size, isMargin, className, faOptions, iconColor, role, label, }: import("../../../JRCIcon/JRCIcon").JRCIconProps) => import("react/jsx-runtime").JSX.Element, import("styled-components").DefaultTheme, {}, never>;
3
2
  export declare const IconAfter: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Omit<Omit<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref">, "onClick"> & import("../../../../types/dataAttributes").DataCy & {
4
3
  icon: string;
5
- size?: "small" | "medium" | undefined;
6
- onClick?: ((event?: import("react").MouseEvent<HTMLButtonElement, MouseEvent> | undefined) => void) | undefined;
7
- name?: string | undefined;
8
- value?: string | undefined;
9
- disabled?: boolean | undefined;
10
- type?: "button" | "submit" | "reset" | undefined;
11
- bgBaseGrey?: 0 | 2 | 1 | undefined;
12
- color?: import("../../../../styles/theme").Colors | import("../../../../styles/theme").Shades | "inherit" | undefined;
13
- tooltip?: Omit<import("../../../..").JRCTooltipProps, "children"> | undefined;
14
- variant?: "circle" | "square" | undefined;
15
- hasLicense?: boolean | undefined;
16
- bg?: import("../../../../styles/theme").Colors | import("../../../../styles/theme").Shades | undefined;
17
- bgHover?: import("../../../../styles/theme").Colors | import("../../../../styles/theme").Shades | undefined;
18
- borderColor?: import("../../../../styles/theme").Colors | import("../../../../styles/theme").Shades | undefined;
19
- iconSize?: number | undefined;
20
- badgeNumber?: number | undefined;
21
- colorVariant?: string | undefined;
22
- badgeInline?: boolean | undefined;
23
- srOnly?: string | undefined;
4
+ size?: "small" | "medium";
5
+ onClick?: (event?: import("react").MouseEvent<HTMLButtonElement>) => void;
6
+ name?: string;
7
+ value?: string;
8
+ disabled?: boolean;
9
+ type?: "submit" | "reset" | "button";
10
+ bgBaseGrey?: 0 | 1 | 2;
11
+ color?: import("../../../..").Colors | import("../../../..").Shades | "inherit";
12
+ tooltip?: Omit<import("../../../..").JRCTooltipProps, "children">;
13
+ variant?: "circle" | "square";
14
+ hasLicense?: boolean;
15
+ bg?: import("../../../..").Colors | import("../../../..").Shades;
16
+ bgHover?: import("../../../..").Colors | import("../../../..").Shades;
17
+ borderColor?: import("../../../..").Colors | import("../../../..").Shades;
18
+ iconSize?: number;
19
+ badgeNumber?: number;
20
+ colorVariant?: string;
21
+ badgeInline?: boolean;
22
+ srOnly?: string;
24
23
  } & import("react").RefAttributes<HTMLButtonElement>>, import("styled-components").DefaultTheme, {}, never>;
25
24
  export declare const InputIconButton: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, import("../../../../types/dataAttributes").DataCy & {
26
- error?: boolean | undefined;
27
- valid?: boolean | undefined;
28
- readOnly?: boolean | undefined;
25
+ error?: boolean;
26
+ valid?: boolean;
27
+ readOnly?: boolean;
29
28
  } & {
30
29
  hasIconButtonAfter: boolean;
31
30
  }, never>;
32
31
  export declare const InputTextStyled: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, import("../../../../types/dataAttributes").DataCy & {
33
- error?: boolean | undefined;
34
- valid?: boolean | undefined;
35
- readOnly?: boolean | undefined;
32
+ error?: boolean;
33
+ valid?: boolean;
34
+ readOnly?: boolean;
36
35
  }, never>;
37
36
  export declare const ContainerInputTextIconButton: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
@@ -1,6 +1,6 @@
1
- import * as React from 'react';
1
+ import { ComponentPropsWithoutRef } from 'react';
2
2
  import { DataCy } from '../../../../types/dataAttributes';
3
- export type JRCInputTextIconButtonProps = DataCy & React.ComponentPropsWithoutRef<'input'> & {
3
+ export type JRCInputTextIconButtonProps = DataCy & ComponentPropsWithoutRef<'input'> & {
4
4
  iconBefore: string;
5
5
  iconButtonAfter?: {
6
6
  icon: string;
@@ -10,14 +10,14 @@ export type JRCInputTextIconButtonProps = DataCy & React.ComponentPropsWithoutRe
10
10
  srOnly?: string;
11
11
  };
12
12
  };
13
- export declare const InputTextIconButton: React.ForwardRefExoticComponent<DataCy & Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
13
+ export declare const InputTextIconButton: import("react").ForwardRefExoticComponent<DataCy & Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
14
14
  iconBefore: string;
15
15
  iconButtonAfter?: {
16
16
  icon: string;
17
17
  onClick: () => void;
18
- ariaExpanded?: boolean | undefined;
19
- ariaControls?: string | undefined;
20
- srOnly?: string | undefined;
21
- } | undefined;
22
- } & React.RefAttributes<HTMLInputElement>>;
23
- export declare function JRCInputTextIconButton(props: any): React.JSX.Element;
18
+ ariaExpanded?: boolean;
19
+ ariaControls?: string;
20
+ srOnly?: string;
21
+ };
22
+ } & import("react").RefAttributes<HTMLInputElement>>;
23
+ export declare function JRCInputTextIconButton(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1,7 +1,7 @@
1
- import React from 'react';
1
+ import { ComponentPropsWithoutRef, Ref } from 'react';
2
2
  import { FieldError } from 'react-hook-form';
3
- import { JRCTooltipProps } from 'types';
4
- export type JRCInputTextRawProps = React.ComponentPropsWithoutRef<'input'> & {
3
+ import { JRCTooltipProps } from '../../../JRCTooltip/types';
4
+ export type JRCInputTextRawProps = ComponentPropsWithoutRef<'input'> & {
5
5
  margin?: string | undefined;
6
6
  width?: string | undefined;
7
7
  readOnly?: boolean;
@@ -13,20 +13,20 @@ export type JRCInputTextRawProps = React.ComponentPropsWithoutRef<'input'> & {
13
13
  description?: string;
14
14
  helper?: Omit<JRCTooltipProps, 'children'>;
15
15
  errors?: FieldError;
16
- customRef?: React.Ref<HTMLInputElement>;
16
+ customRef?: Ref<HTMLInputElement>;
17
17
  };
18
- export declare const RenderInput: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
18
+ export declare const RenderInput: import("react").ForwardRefExoticComponent<Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
19
19
  margin?: string | undefined;
20
20
  width?: string | undefined;
21
- readOnly?: boolean | undefined;
22
- disabled?: boolean | undefined;
23
- isRequired?: boolean | undefined;
24
- label?: string | undefined;
25
- htmlFor?: string | undefined;
26
- labelIsLegend?: boolean | undefined;
27
- description?: string | undefined;
28
- helper?: Omit<JRCTooltipProps, "children"> | undefined;
29
- errors?: FieldError | undefined;
30
- customRef?: React.Ref<HTMLInputElement> | undefined;
31
- } & React.RefAttributes<HTMLInputElement>>;
32
- export declare function JRCInputTextRaw(props: JRCInputTextRawProps): React.JSX.Element;
21
+ readOnly?: boolean;
22
+ disabled?: boolean;
23
+ isRequired?: boolean;
24
+ label?: string;
25
+ htmlFor?: string;
26
+ labelIsLegend?: boolean;
27
+ description?: string;
28
+ helper?: Omit<JRCTooltipProps, "children">;
29
+ errors?: FieldError;
30
+ customRef?: Ref<HTMLInputElement>;
31
+ } & import("react").RefAttributes<HTMLInputElement>>;
32
+ export declare function JRCInputTextRaw(props: JRCInputTextRawProps): import("react/jsx-runtime").JSX.Element;
@@ -1,16 +1,15 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledFieldWrapper: import("styled-components").StyledComponent<"fieldset", import("styled-components").DefaultTheme, {
3
- margin?: string | undefined;
4
- width?: string | undefined;
2
+ margin?: string;
3
+ width?: string;
5
4
  }, never>;
6
- export declare const Required: import("styled-components").StyledComponent<({ variant, ...props }: import("../../../..").JRCTypographyProps) => import("react").JSX.Element, import("styled-components").DefaultTheme, {
5
+ export declare const Required: import("styled-components").StyledComponent<({ variant, ...props }: import("../../../..").JRCTypographyProps) => import("react/jsx-runtime").JSX.Element, import("styled-components").DefaultTheme, {
7
6
  size: "s";
8
7
  } & {
9
8
  error: boolean;
10
9
  }, "size">;
11
10
  export declare const LabelWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
12
11
  export declare const InputTextRawStyled: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, import("../../../../types/dataAttributes").DataCy & {
13
- error?: boolean | undefined;
14
- valid?: boolean | undefined;
15
- readOnly?: boolean | undefined;
12
+ error?: boolean;
13
+ valid?: boolean;
14
+ readOnly?: boolean;
16
15
  }, never>;
@@ -1,12 +1,12 @@
1
- import React from 'react';
1
+ import { ComponentPropsWithoutRef } from 'react';
2
2
  import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
3
  import { DataCy } from '../../../../types/dataAttributes';
4
4
  import { FieldValues } from 'react-hook-form';
5
- export type JRCInputTextareaProps = DataCy & React.ComponentPropsWithoutRef<'textarea'>;
5
+ export type JRCInputTextareaProps = DataCy & ComponentPropsWithoutRef<'textarea'>;
6
6
  /**
7
7
  * Component used as a <input type="text"/>
8
8
  * @param props JRCInputFieldProps
9
9
  * validation props: required
10
10
  * @returns JSX.Element
11
11
  */
12
- export declare function JRCInputTextarea<T extends FieldValues = FieldValues>(props: JRCInputFieldProps<T>): React.JSX.Element;
12
+ export declare function JRCInputTextarea<T extends FieldValues = FieldValues>(props: JRCInputFieldProps<T>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const InputTextarea: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
6
+ textarea: string;
7
+ }>>;
@@ -1,8 +1,8 @@
1
1
  import { DataCy } from '../../../../types/dataAttributes';
2
2
  export declare const JRCInputTextareaRaw: import("styled-components").StyledComponent<"textarea", import("styled-components").DefaultTheme, {
3
- height?: string | undefined;
3
+ height?: string;
4
4
  } & DataCy & {
5
- error?: boolean | undefined;
6
- valid?: boolean | undefined;
7
- readOnly?: boolean | undefined;
5
+ error?: boolean;
6
+ valid?: boolean;
7
+ readOnly?: boolean;
8
8
  }, "height">;
@@ -1,12 +1,12 @@
1
- import * as React from 'react';
2
1
  import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
2
  import { DataCy } from '../../../../types/dataAttributes';
4
3
  import { FieldValues } from 'react-hook-form';
5
- export type JRCInputTimeProps = DataCy & React.ComponentPropsWithoutRef<'input'>;
4
+ import { ComponentPropsWithoutRef } from 'react';
5
+ export type JRCInputTimeProps = DataCy & ComponentPropsWithoutRef<'input'>;
6
6
  /**
7
7
  * Component used as a <input type="hour"/>
8
8
  * @param props JRCInputFieldProps
9
9
  * validation props: required
10
10
  * @returns JSX.Element
11
11
  */
12
- export declare function JRCInputTime<T extends FieldValues = FieldValues>(props: JRCInputFieldProps<T>): React.JSX.Element;
12
+ export declare function JRCInputTime<T extends FieldValues = FieldValues>(props: JRCInputFieldProps<T>): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const InputTime: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
6
+ hour: string;
7
+ }>>;
@@ -1,9 +1,8 @@
1
- import * as React from 'react';
2
- import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
- import { FieldValues } from 'react-hook-form';
4
1
  import { TinyMCECommonOptions } from 'jamespot-user-api';
2
+ import { FieldValues } from 'react-hook-form';
3
+ import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
5
4
  import { MentionQuery } from '../JRCInputTinyMCERaw/JRCInputTinyMCERaw';
6
- import { TinyMCEExtension } from '../JRCInputTinyMCERaw/extensions/JTinyMCEExtensions';
5
+ import { TinyMCEExtension } from '../JRCInputTinyMCERaw/types';
7
6
  export type JRCInputTinyMCEProps<T extends FieldValues> = JRCInputFieldProps<T> & {
8
7
  token?: string;
9
8
  commonOptions: TinyMCECommonOptions;
@@ -14,4 +13,4 @@ export type JRCInputTinyMCEProps<T extends FieldValues> = JRCInputFieldProps<T>
14
13
  };
15
14
  additionalExtensions?: Array<TinyMCEExtension>;
16
15
  };
17
- export declare const JRCInputTinyMCE: <T extends FieldValues = FieldValues>({ dataCy, token, mentionsQueries, commonOptions, additionalExtensions, ...props }: JRCInputTinyMCEProps<T>) => React.JSX.Element;
16
+ export declare const JRCInputTinyMCE: <T extends FieldValues = FieldValues>({ dataCy, token, mentionsQueries, commonOptions, additionalExtensions, ...props }: JRCInputTinyMCEProps<T>) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCInputTinyMCEProps } from './JRCInputTinyMCE';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const InputTinyMCEForm: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputTinyMCEProps<{
6
+ text: string;
7
+ }>>;
@@ -1,9 +1,8 @@
1
- import * as React from 'react';
2
1
  import { Editor } from '@tinymce/tinymce-react';
3
- import { Ref } from 'react';
4
2
  import { TinyMCECommonOptions } from 'jamespot-user-api';
3
+ import { Ref } from 'react';
5
4
  import { DataCy } from '../../../../types/dataAttributes';
6
- import { TinyMCEExtension } from './extensions/JTinyMCEExtensions';
5
+ import { TinyMCEExtension } from './types';
7
6
  declare global {
8
7
  const tinymce: any;
9
8
  }
@@ -38,27 +37,4 @@ export type JRCInputTinyMCERawProps = DataCy & {
38
37
  autofocus?: boolean;
39
38
  readOnly?: boolean;
40
39
  };
41
- export declare const JRCInputTinyMCERaw: React.ForwardRefExoticComponent<Omit<DataCy & {
42
- token?: string | undefined;
43
- commonOptions: TinyMCECommonOptions;
44
- additionalExtensions?: TinyMCEExtension[] | undefined;
45
- value: string | {
46
- html: string;
47
- text: string;
48
- };
49
- onBlur?: (() => void) | undefined;
50
- onChange: (html: string, text: string) => void;
51
- ref?: React.Ref<Editor> | undefined;
52
- tinymceScriptSrc?: string | undefined;
53
- autoFocus?: boolean | undefined;
54
- inline?: boolean | undefined;
55
- placeholder?: string | undefined;
56
- mentionsQueries: {
57
- users: MentionQuery;
58
- tags: MentionQuery;
59
- contents: MentionQuery;
60
- };
61
- height?: number | undefined;
62
- autofocus?: boolean | undefined;
63
- readOnly?: boolean | undefined;
64
- }, "ref"> & React.RefAttributes<Editor>>;
40
+ export declare const JRCInputTinyMCERaw: import("react").ForwardRefExoticComponent<Omit<JRCInputTinyMCERawProps, "ref"> & import("react").RefAttributes<Editor>>;
@@ -0,0 +1,5 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCInputTinyMCERawProps } from './JRCInputTinyMCERaw';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const InputTinyMCE: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputTinyMCERawProps>;
@@ -1,8 +1,7 @@
1
- import * as React from 'react';
2
1
  type JRCTinyMCEFileUploadModalProps = {
3
2
  closeHandler: () => void;
4
3
  open: boolean;
5
4
  token?: string;
6
5
  };
7
- export declare const JRCTinyMCEFileUploadModal: ({ open, closeHandler, token }: JRCTinyMCEFileUploadModalProps) => React.JSX.Element;
6
+ export declare const JRCTinyMCEFileUploadModal: ({ open, closeHandler, token }: JRCTinyMCEFileUploadModalProps) => import("react/jsx-runtime").JSX.Element;
8
7
  export {};
@@ -1,8 +1,7 @@
1
- import * as React from 'react';
2
1
  type JRCTinyMCEImageUploadModalProps = {
3
2
  closeHandler: () => void;
4
3
  open: boolean;
5
4
  token?: string;
6
5
  };
7
- export declare const JRCTinyMCEImageUploadModal: ({ open, closeHandler, token }: JRCTinyMCEImageUploadModalProps) => React.JSX.Element;
6
+ export declare const JRCTinyMCEImageUploadModal: ({ open, closeHandler, token }: JRCTinyMCEImageUploadModalProps) => import("react/jsx-runtime").JSX.Element;
8
7
  export {};
@@ -1,8 +1,7 @@
1
- import * as React from 'react';
2
1
  type JRCTinyMCEVideoUploadModalProps = {
3
2
  closeHandler: () => void;
4
3
  open: boolean;
5
4
  token?: string;
6
5
  };
7
- export declare const JRCTinyMCEVideoUploadModal: ({ open, closeHandler, token }: JRCTinyMCEVideoUploadModalProps) => React.JSX.Element;
6
+ export declare const JRCTinyMCEVideoUploadModal: ({ open, closeHandler, token }: JRCTinyMCEVideoUploadModalProps) => import("react/jsx-runtime").JSX.Element;
8
7
  export {};
@@ -1,5 +1,5 @@
1
- import { TinyMCEExtensionBuilder } from '../JTinyMCEExtensions';
2
1
  import { IntlShape } from 'react-intl';
2
+ import { TinyMCEExtensionBuilder } from '../../types';
3
3
  export type TextGenerationCapabilities = {
4
4
  summarize: (text: string) => Promise<string>;
5
5
  develop: (text: string) => Promise<string>;
@@ -1,11 +1,4 @@
1
- import { Editor } from 'tinymce';
2
- export type TinyMCEExtension = {
3
- setup: (editor: Editor) => void;
4
- };
5
- export interface TinyMCEExtensionBuilder<T extends Array<any>> {
6
- (...args: T): TinyMCEExtension;
7
- }
8
1
  export declare const JTinyMCEExtensionsBuilders: {
9
- readonly jia: TinyMCEExtensionBuilder<[import("./JIAExtension/JIATextGenerationExtension").TextGenerationCapabilities, import("react-intl").IntlShape]>;
10
- readonly markdown: TinyMCEExtensionBuilder<[(editor: Editor) => void, import("react-intl").IntlShape]>;
2
+ readonly jia: import("../types").TinyMCEExtensionBuilder<[import("./JIAExtension/JIATextGenerationExtension").TextGenerationCapabilities, import("react-intl").IntlShape]>;
3
+ readonly markdown: import("../types").TinyMCEExtensionBuilder<[(editor: import("tinymce").Editor) => void, import("react-intl").IntlShape]>;
11
4
  };
@@ -1,4 +1,4 @@
1
- import { TinyMCEExtensionBuilder } from '../JTinyMCEExtensions';
2
1
  import { IntlShape } from 'react-intl';
3
2
  import { Editor } from 'tinymce';
3
+ import { TinyMCEExtensionBuilder } from '../../types';
4
4
  export declare const MarkdownExtension: TinyMCEExtensionBuilder<[(editor: Editor) => void, IntlShape]>;
@@ -0,0 +1,7 @@
1
+ import { Editor } from 'tinymce';
2
+ export type TinyMCEExtension = {
3
+ setup: (editor: Editor) => void;
4
+ };
5
+ export interface TinyMCEExtensionBuilder<T extends Array<any>> {
6
+ (...args: T): TinyMCEExtension;
7
+ }
@@ -1,13 +1,13 @@
1
- import * as React from 'react';
2
1
  import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
3
2
  import { DataCy } from '../../../../types/dataAttributes';
4
3
  import { FieldValues } from 'react-hook-form';
5
- export type JRCInputUrlProps = DataCy & React.ComponentPropsWithoutRef<'input'> & {
4
+ import { ComponentPropsWithoutRef } from 'react';
5
+ export type JRCInputUrlProps = DataCy & ComponentPropsWithoutRef<'input'> & {
6
6
  width?: string;
7
7
  };
8
- export declare const RenderInput: React.ForwardRefExoticComponent<DataCy & Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
9
- width?: string | undefined;
10
- } & React.RefAttributes<HTMLInputElement>>;
8
+ export declare const RenderInput: import("react").ForwardRefExoticComponent<DataCy & Omit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & {
9
+ width?: string;
10
+ } & import("react").RefAttributes<HTMLInputElement>>;
11
11
  /**
12
12
  * Component used as a <input type="url"/>
13
13
  * @param props JRCInputFieldProps
@@ -16,4 +16,4 @@ export declare const RenderInput: React.ForwardRefExoticComponent<DataCy & Omit<
16
16
  */
17
17
  export declare function JRCInputUrl<T extends FieldValues = FieldValues>(props: JRCInputFieldProps<T> & {
18
18
  width?: string;
19
- }): React.JSX.Element;
19
+ }): import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1,7 @@
1
+ import { JRCInputFieldProps } from '../Common/JRCFormFieldRenderer.types';
2
+ import { Meta } from '@storybook/react-webpack5';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const InputUrl: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCInputFieldProps<{
6
+ url: string;
7
+ }>>;
@@ -0,0 +1,10 @@
1
+ import { Meta } from '@storybook/react-webpack5';
2
+ import { JRCAutocompleteProps } from './JRCInputSelect.types';
3
+ declare const _default: Meta;
4
+ export default _default;
5
+ export declare const Autocomplete: import("storybook/internal/csf").AnnotatedStoryFn<import("@storybook/react-webpack5").ReactRenderer, JRCAutocompleteProps<{
6
+ select: Array<{
7
+ uri?: string;
8
+ title: string;
9
+ }>;
10
+ }>>;