@selfcommunity/react-ui 0.1.4 → 0.1.5-alpha.0

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 (211) hide show
  1. package/lib/cjs/components/AccountSignIn/AccountSignIn.js +3 -1
  2. package/lib/cjs/components/BroadcastMessages/BroadcastMessages.js +3 -1
  3. package/lib/cjs/components/BroadcastMessages/Message.js +3 -1
  4. package/lib/cjs/components/CategoriesFollowed/CategoriesFollowed.js +3 -1
  5. package/lib/cjs/components/CategoriesPopular/CategoriesPopular.js +2 -2
  6. package/lib/cjs/components/ChangeCover/ChangeCover.js +2 -2
  7. package/lib/cjs/components/CommentObject/CommentObject.js +5 -3
  8. package/lib/cjs/components/CommentObject/Votes/VotesDialog/VotesDialog.js +3 -1
  9. package/lib/cjs/components/CommentsFeedObject/CommentsFeedObject.js +3 -1
  10. package/lib/cjs/components/CommentsObject/CommentsObject.js +3 -3
  11. package/lib/cjs/components/Composer/Composer.js +4 -4
  12. package/lib/cjs/components/Feed/Feed.js +4 -4
  13. package/lib/cjs/components/FeedObject/Actions/Follow/Follow.js +3 -1
  14. package/lib/cjs/components/FeedObject/Actions/Share/Share.js +3 -1
  15. package/lib/cjs/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.js +3 -1
  16. package/lib/cjs/components/FeedObject/Actions/Vote/Vote.js +4 -2
  17. package/lib/cjs/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +3 -1
  18. package/lib/cjs/components/FeedObject/Contributors/Contributors.js +3 -1
  19. package/lib/cjs/components/FeedObject/FeedObject.js +3 -1
  20. package/lib/cjs/components/FeedObject/Poll/Poll.js +2 -2
  21. package/lib/cjs/components/FollowCategoryButton/FollowCategoryButton.js +3 -1
  22. package/lib/cjs/components/FollowUserButton/FollowUserButton.js +3 -1
  23. package/lib/cjs/components/Footer/Footer.js +4 -2
  24. package/lib/cjs/components/Incubator/SubscribeButton/SubscribeButton.js +3 -1
  25. package/lib/cjs/components/IncubatorDetail/IncubatorDetail.js +3 -1
  26. package/lib/cjs/components/IncubatorSuggestion/IncubatorSuggestion.js +3 -1
  27. package/lib/cjs/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.js +3 -1
  28. package/lib/cjs/components/IncubatorsList/IncubatorsList.js +2 -2
  29. package/lib/cjs/components/Notification/CollapsedFor/CollapsedFor.js +5 -3
  30. package/lib/cjs/components/Notification/DeletedFor/DeletedFor.js +5 -3
  31. package/lib/cjs/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +3 -1
  32. package/lib/cjs/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +5 -3
  33. package/lib/cjs/components/Notification/Notification.js +4 -2
  34. package/lib/cjs/components/PollSuggestion/PollSuggestion.js +3 -1
  35. package/lib/cjs/components/RelatedFeedObjects/RelatedFeedObjects.js +4 -2
  36. package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js +3 -1
  37. package/lib/cjs/components/TrendingFeed/TrendingFeed.js +2 -2
  38. package/lib/cjs/components/UserFollowers/UserFollowers.js +3 -1
  39. package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +6 -5
  40. package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +3 -1
  41. package/lib/cjs/components/UsersFollowed/UsersFollowed.js +3 -1
  42. package/lib/cjs/shared/ContributionActionsMenu/index.js +10 -10
  43. package/lib/cjs/shared/Lightbox/Lightbox.js +5 -5
  44. package/lib/cjs/shared/Media/Link/UrlTextField/index.js +3 -3
  45. package/lib/esm/api-services/src/constants/Endpoints.d.ts.map +1 -1
  46. package/lib/esm/api-services/src/index.d.ts +26 -3
  47. package/lib/esm/api-services/src/index.d.ts.map +1 -1
  48. package/lib/esm/api-services/src/services/category/index.d.ts +42 -0
  49. package/lib/esm/api-services/src/services/category/index.d.ts.map +1 -1
  50. package/lib/esm/api-services/src/services/comment/index.d.ts +40 -0
  51. package/lib/esm/api-services/src/services/comment/index.d.ts.map +1 -0
  52. package/lib/esm/api-services/src/services/custom_adv/index.d.ts +16 -0
  53. package/lib/esm/api-services/src/services/custom_adv/index.d.ts.map +1 -0
  54. package/lib/esm/api-services/src/services/custom_page/index.d.ts +16 -0
  55. package/lib/esm/api-services/src/services/custom_page/index.d.ts.map +1 -0
  56. package/lib/esm/api-services/src/services/data_portability/index.d.ts +16 -0
  57. package/lib/esm/api-services/src/services/data_portability/index.d.ts.map +1 -0
  58. package/lib/esm/api-services/src/services/dynamic_preference/index.d.ts +16 -0
  59. package/lib/esm/api-services/src/services/dynamic_preference/index.d.ts.map +1 -0
  60. package/lib/esm/api-services/src/services/embed/index.d.ts +31 -0
  61. package/lib/esm/api-services/src/services/embed/index.d.ts.map +1 -0
  62. package/lib/esm/api-services/src/services/feed/index.d.ts +22 -0
  63. package/lib/esm/api-services/src/services/feed/index.d.ts.map +1 -0
  64. package/lib/esm/api-services/src/services/feed_object/index.d.ts +88 -0
  65. package/lib/esm/api-services/src/services/feed_object/index.d.ts.map +1 -0
  66. package/lib/esm/api-services/src/services/incubator/index.d.ts +28 -0
  67. package/lib/esm/api-services/src/services/incubator/index.d.ts.map +1 -0
  68. package/lib/esm/api-services/src/services/insight/index.d.ts +25 -0
  69. package/lib/esm/api-services/src/services/insight/index.d.ts.map +1 -0
  70. package/lib/esm/api-services/src/services/legal_page/index.d.ts +25 -0
  71. package/lib/esm/api-services/src/services/legal_page/index.d.ts.map +1 -0
  72. package/lib/esm/api-services/src/services/locality/index.d.ts +13 -0
  73. package/lib/esm/api-services/src/services/locality/index.d.ts.map +1 -0
  74. package/lib/esm/api-services/src/services/loyalty/index.d.ts +34 -0
  75. package/lib/esm/api-services/src/services/loyalty/index.d.ts.map +1 -0
  76. package/lib/esm/api-services/src/services/media/index.d.ts +28 -0
  77. package/lib/esm/api-services/src/services/media/index.d.ts.map +1 -0
  78. package/lib/esm/api-services/src/services/moderation/index.d.ts +25 -0
  79. package/lib/esm/api-services/src/services/moderation/index.d.ts.map +1 -0
  80. package/lib/esm/api-services/src/services/notification/index.d.ts +34 -0
  81. package/lib/esm/api-services/src/services/notification/index.d.ts.map +1 -0
  82. package/lib/esm/api-services/src/services/private_message/index.d.ts +37 -0
  83. package/lib/esm/api-services/src/services/private_message/index.d.ts.map +1 -0
  84. package/lib/esm/api-services/src/services/score/index.d.ts +16 -0
  85. package/lib/esm/api-services/src/services/score/index.d.ts.map +1 -0
  86. package/lib/esm/api-services/src/services/sso/index.d.ts +13 -0
  87. package/lib/esm/api-services/src/services/sso/index.d.ts.map +1 -0
  88. package/lib/esm/api-services/src/services/suggestion/index.d.ts +19 -0
  89. package/lib/esm/api-services/src/services/suggestion/index.d.ts.map +1 -0
  90. package/lib/esm/api-services/src/services/tag/index.d.ts +28 -0
  91. package/lib/esm/api-services/src/services/tag/index.d.ts.map +1 -0
  92. package/lib/esm/api-services/src/services/user/index.d.ts +132 -0
  93. package/lib/esm/api-services/src/services/user/index.d.ts.map +1 -1
  94. package/lib/esm/api-services/src/services/webhook/index.d.ts +43 -0
  95. package/lib/esm/api-services/src/services/webhook/index.d.ts.map +1 -0
  96. package/lib/esm/api-services/src/utils/token.d.ts +5 -0
  97. package/lib/esm/api-services/src/utils/token.d.ts.map +1 -1
  98. package/lib/esm/components/AccountSignIn/AccountSignIn.js +3 -1
  99. package/lib/esm/components/BroadcastMessages/BroadcastMessages.js +3 -1
  100. package/lib/esm/components/BroadcastMessages/Message.js +3 -1
  101. package/lib/esm/components/CategoriesFollowed/CategoriesFollowed.js +3 -1
  102. package/lib/esm/components/CategoriesPopular/CategoriesPopular.js +2 -2
  103. package/lib/esm/components/ChangeCover/ChangeCover.js +2 -2
  104. package/lib/esm/components/CommentObject/CommentObject.js +5 -3
  105. package/lib/esm/components/CommentObject/Votes/VotesDialog/VotesDialog.js +3 -1
  106. package/lib/esm/components/CommentsFeedObject/CommentsFeedObject.js +3 -1
  107. package/lib/esm/components/CommentsObject/CommentsObject.js +3 -3
  108. package/lib/esm/components/Composer/Composer.js +4 -4
  109. package/lib/esm/components/Feed/Feed.js +4 -4
  110. package/lib/esm/components/FeedObject/Actions/Follow/Follow.js +3 -1
  111. package/lib/esm/components/FeedObject/Actions/Share/Share.js +3 -1
  112. package/lib/esm/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.js +3 -1
  113. package/lib/esm/components/FeedObject/Actions/Vote/Vote.js +4 -2
  114. package/lib/esm/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +3 -1
  115. package/lib/esm/components/FeedObject/Contributors/Contributors.js +3 -1
  116. package/lib/esm/components/FeedObject/FeedObject.js +3 -1
  117. package/lib/esm/components/FeedObject/Poll/Poll.js +2 -2
  118. package/lib/esm/components/FollowCategoryButton/FollowCategoryButton.js +3 -1
  119. package/lib/esm/components/FollowUserButton/FollowUserButton.js +3 -1
  120. package/lib/esm/components/Footer/Footer.js +4 -2
  121. package/lib/esm/components/Incubator/SubscribeButton/SubscribeButton.js +3 -1
  122. package/lib/esm/components/IncubatorDetail/IncubatorDetail.js +3 -1
  123. package/lib/esm/components/IncubatorSuggestion/IncubatorSuggestion.js +3 -1
  124. package/lib/esm/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.js +3 -1
  125. package/lib/esm/components/IncubatorsList/IncubatorsList.js +2 -2
  126. package/lib/esm/components/Notification/CollapsedFor/CollapsedFor.js +5 -3
  127. package/lib/esm/components/Notification/DeletedFor/DeletedFor.js +5 -3
  128. package/lib/esm/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +3 -1
  129. package/lib/esm/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +5 -3
  130. package/lib/esm/components/Notification/Notification.js +4 -2
  131. package/lib/esm/components/PollSuggestion/PollSuggestion.js +3 -1
  132. package/lib/esm/components/RelatedFeedObjects/RelatedFeedObjects.js +4 -2
  133. package/lib/esm/components/SnippetNotifications/SnippetNotifications.js +3 -1
  134. package/lib/esm/components/TrendingFeed/TrendingFeed.js +2 -2
  135. package/lib/esm/components/UserFollowers/UserFollowers.js +3 -1
  136. package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +6 -5
  137. package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +3 -1
  138. package/lib/esm/components/UsersFollowed/UsersFollowed.js +3 -1
  139. package/lib/esm/react-core/src/hooks/useSCFetchAddressingTagList.d.ts.map +1 -1
  140. package/lib/esm/react-core/src/hooks/useSCFetchCommentObjects.d.ts +1 -2
  141. package/lib/esm/react-core/src/hooks/useSCFetchCommentObjects.d.ts.map +1 -1
  142. package/lib/esm/react-core/src/hooks/useSCWebSocket.d.ts +1 -1
  143. package/lib/esm/react-core/src/hooks/useSCWebSocket.d.ts.map +1 -1
  144. package/lib/esm/react-core/src/index.d.ts +2 -7
  145. package/lib/esm/react-core/src/index.d.ts.map +1 -1
  146. package/lib/esm/react-core/src/utils/validator.d.ts.map +1 -1
  147. package/lib/esm/react-ui/src/components/AccountSignIn/AccountSignIn.d.ts.map +1 -1
  148. package/lib/esm/react-ui/src/components/BroadcastMessages/BroadcastMessages.d.ts.map +1 -1
  149. package/lib/esm/react-ui/src/components/CategoriesFollowed/CategoriesFollowed.d.ts.map +1 -1
  150. package/lib/esm/react-ui/src/components/CommentObject/Votes/VotesDialog/VotesDialog.d.ts.map +1 -1
  151. package/lib/esm/react-ui/src/components/CommentsFeedObject/CommentsFeedObject.d.ts.map +1 -1
  152. package/lib/esm/react-ui/src/components/Feed/Feed.d.ts.map +1 -1
  153. package/lib/esm/react-ui/src/components/FeedObject/Actions/Follow/Follow.d.ts.map +1 -1
  154. package/lib/esm/react-ui/src/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.d.ts.map +1 -1
  155. package/lib/esm/react-ui/src/components/FeedObject/Actions/Vote/Vote.d.ts.map +1 -1
  156. package/lib/esm/react-ui/src/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.d.ts.map +1 -1
  157. package/lib/esm/react-ui/src/components/FeedObject/Contributors/Contributors.d.ts.map +1 -1
  158. package/lib/esm/react-ui/src/components/IncubatorSuggestion/IncubatorSuggestion.d.ts.map +1 -1
  159. package/lib/esm/react-ui/src/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.d.ts.map +1 -1
  160. package/lib/esm/react-ui/src/components/Notification/CollapsedFor/CollapsedFor.d.ts.map +1 -1
  161. package/lib/esm/react-ui/src/components/Notification/DeletedFor/DeletedFor.d.ts.map +1 -1
  162. package/lib/esm/react-ui/src/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.d.ts.map +1 -1
  163. package/lib/esm/react-ui/src/components/Notification/KindlyNoticeFor/KindlyNoticeFor.d.ts.map +1 -1
  164. package/lib/esm/react-ui/src/components/Notification/Notification.d.ts.map +1 -1
  165. package/lib/esm/react-ui/src/components/PollSuggestion/PollSuggestion.d.ts.map +1 -1
  166. package/lib/esm/react-ui/src/components/RelatedFeedObjects/RelatedFeedObjects.d.ts.map +1 -1
  167. package/lib/esm/react-ui/src/components/SnippetNotifications/SnippetNotifications.d.ts.map +1 -1
  168. package/lib/esm/react-ui/src/components/UserFollowers/UserFollowers.d.ts.map +1 -1
  169. package/lib/esm/react-ui/src/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
  170. package/lib/esm/react-ui/src/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
  171. package/lib/esm/react-ui/src/components/UsersFollowed/UsersFollowed.d.ts.map +1 -1
  172. package/lib/esm/react-ui/src/shared/ContributionActionsMenu/index.d.ts.map +1 -1
  173. package/lib/esm/shared/ContributionActionsMenu/index.js +10 -10
  174. package/lib/esm/shared/Lightbox/Lightbox.js +5 -5
  175. package/lib/esm/shared/Media/Link/UrlTextField/index.js +3 -3
  176. package/lib/esm/utils/src/index.d.ts +8 -3
  177. package/lib/esm/utils/src/index.d.ts.map +1 -1
  178. package/lib/esm/utils/src/utils/browser.d.ts +9 -0
  179. package/lib/esm/utils/src/utils/browser.d.ts.map +1 -0
  180. package/lib/esm/{react-core → utils}/src/utils/logger.d.ts +0 -0
  181. package/lib/esm/utils/src/utils/logger.d.ts.map +1 -0
  182. package/lib/esm/{react-core → utils}/src/utils/object.d.ts +0 -0
  183. package/lib/esm/utils/src/utils/object.d.ts.map +1 -0
  184. package/lib/esm/utils/src/utils/string.d.ts +22 -0
  185. package/lib/esm/utils/src/utils/string.d.ts.map +1 -1
  186. package/lib/esm/utils/src/utils/url.d.ts +11 -0
  187. package/lib/esm/utils/src/utils/url.d.ts.map +1 -1
  188. package/lib/esm/{react-core → utils}/src/utils/websocket.d.ts +0 -0
  189. package/lib/esm/utils/src/utils/websocket.d.ts.map +1 -0
  190. package/lib/umd/react-ui.js +14 -14
  191. package/lib/umd/react-ui.js.map +1 -1
  192. package/package.json +6 -6
  193. package/lib/cjs/scss/styles.scss +0 -0
  194. package/lib/cjs/utils/string.js +0 -65
  195. package/lib/cjs/utils/url.js +0 -24
  196. package/lib/cjs/utils/window.js +0 -41
  197. package/lib/esm/react-core/src/utils/logger.d.ts.map +0 -1
  198. package/lib/esm/react-core/src/utils/object.d.ts.map +0 -1
  199. package/lib/esm/react-core/src/utils/string.d.ts +0 -21
  200. package/lib/esm/react-core/src/utils/string.d.ts.map +0 -1
  201. package/lib/esm/react-core/src/utils/url.d.ts +0 -22
  202. package/lib/esm/react-core/src/utils/url.d.ts.map +0 -1
  203. package/lib/esm/react-core/src/utils/webPushMessaging.d.ts +0 -14
  204. package/lib/esm/react-core/src/utils/webPushMessaging.d.ts.map +0 -1
  205. package/lib/esm/react-core/src/utils/websocket.d.ts.map +0 -1
  206. package/lib/esm/react-ui/src/utils/url.d.ts +0 -7
  207. package/lib/esm/react-ui/src/utils/url.d.ts.map +0 -1
  208. package/lib/esm/scss/styles.scss +0 -0
  209. package/lib/esm/utils/string.js +0 -65
  210. package/lib/esm/utils/url.js +0 -24
  211. package/lib/esm/utils/window.js +0 -41
@@ -9,6 +9,8 @@ var _styles = require("@mui/material/styles");
9
9
 
10
10
  var _apiServices = require("@selfcommunity/api-services");
11
11
 
12
+ var _utils = require("@selfcommunity/utils");
13
+
12
14
  var _reactCore = require("@selfcommunity/react-core");
13
15
 
14
16
  var _material = require("@mui/material");
@@ -128,7 +130,7 @@ function ContributorsFeedObject(inProps) {
128
130
  setLoading(false);
129
131
  }
130
132
  }).catch(error => {
131
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
133
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
132
134
  });
133
135
  }
134
136
  }, [obj, contributors, next, loading]);
@@ -65,6 +65,8 @@ var _types = require("@selfcommunity/types");
65
65
 
66
66
  var _apiServices = require("@selfcommunity/api-services");
67
67
 
68
+ var _utils = require("@selfcommunity/utils");
69
+
68
70
  var _reactCore = require("@selfcommunity/react-core");
69
71
 
70
72
  const _excluded = ["id", "className", "feedObjectId", "feedObject", "feedObjectType", "feedObjectActivities", "markRead", "template", "hideFollowAction", "hideParticipantsPreview", "FollowButtonProps", "FeedObjectSkeletonProps", "ActionsProps", "ReplyCommentComponent", "ReplyCommentComponentProps", "CommentComponentProps", "CommentObjectSkeletonProps", "ContributionActionsMenuProps", "MediasPreviewProps", "PollObjectProps", "ContributorsFeedObjectProps", "onReply"];
@@ -536,7 +538,7 @@ function FeedObject(inProps) {
536
538
  }));
537
539
  onReply && onReply(data);
538
540
  }).catch(error => {
539
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
541
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
540
542
 
541
543
  enqueueSnackbar( /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, {
542
544
  id: "ui.common.error.action",
@@ -11,7 +11,7 @@ var _Card = _interopRequireDefault(require("@mui/material/Card"));
11
11
 
12
12
  var _apiServices = require("@selfcommunity/api-services");
13
13
 
14
- var _reactCore = require("@selfcommunity/react-core");
14
+ var _utils = require("@selfcommunity/utils");
15
15
 
16
16
  var _types = require("@selfcommunity/types");
17
17
 
@@ -248,7 +248,7 @@ function PollObject(inProps) {
248
248
 
249
249
  setIsVoting(null);
250
250
  }).catch(error => {
251
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
251
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
252
252
  });
253
253
  }
254
254
  /**
@@ -7,6 +7,8 @@ var _react = _interopRequireWildcard(require("react"));
7
7
 
8
8
  var _styles = require("@mui/material/styles");
9
9
 
10
+ var _utils = require("@selfcommunity/utils");
11
+
10
12
  var _reactCore = require("@selfcommunity/react-core");
11
13
 
12
14
  var _Errors = require("../../constants/Errors");
@@ -106,7 +108,7 @@ function FollowCategoryButton(inProps) {
106
108
  scCategoriesManager.follow(scCategory).then(() => {
107
109
  onFollow && onFollow(scCategory, !followed);
108
110
  }).catch(e => {
109
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, e);
111
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, e);
110
112
  });
111
113
  };
112
114
 
@@ -17,6 +17,8 @@ var _notistack = require("notistack");
17
17
 
18
18
  var _classnames = _interopRequireDefault(require("classnames"));
19
19
 
20
+ var _utils = require("@selfcommunity/utils");
21
+
20
22
  var _reactCore = require("@selfcommunity/react-core");
21
23
 
22
24
  var _useThemeProps = _interopRequireDefault(require("@mui/material/styles/useThemeProps"));
@@ -121,7 +123,7 @@ function FollowUserButton(inProps) {
121
123
  scFollowedManager.follow(scUser).then(() => {
122
124
  onFollow && onFollow(scUser, !followed);
123
125
  }).catch(e => {
124
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, e);
126
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, e);
125
127
  });
126
128
  }
127
129
  };
@@ -15,6 +15,8 @@ var _classnames = _interopRequireDefault(require("classnames"));
15
15
 
16
16
  var _apiServices = require("@selfcommunity/api-services");
17
17
 
18
+ var _utils = require("@selfcommunity/utils");
19
+
18
20
  var _reactCore = require("@selfcommunity/react-core");
19
21
 
20
22
  var _Errors = require("../../constants/Errors");
@@ -126,7 +128,7 @@ function Footer(inProps) {
126
128
  }).catch(error => {
127
129
  setLoading(false);
128
130
 
129
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
131
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
130
132
  });
131
133
  }
132
134
 
@@ -146,7 +148,7 @@ function Footer(inProps) {
146
148
  }).catch(error => {
147
149
  setLoading(false);
148
150
 
149
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
151
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
150
152
  });
151
153
  }
152
154
  /**
@@ -17,6 +17,8 @@ var _Icon = _interopRequireDefault(require("@mui/material/Icon"));
17
17
 
18
18
  var _classnames = _interopRequireDefault(require("classnames"));
19
19
 
20
+ var _utils = require("@selfcommunity/utils");
21
+
20
22
  var _reactCore = require("@selfcommunity/react-core");
21
23
 
22
24
  var _notistack = require("notistack");
@@ -124,7 +126,7 @@ function SubscribeButton(inProps) {
124
126
  scSubscribedIncubatorsManager.subscribe(scIncubator).then(() => {
125
127
  onSubscribe && onSubscribe(scIncubator, !subscribed);
126
128
  }).catch(e => {
127
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, e);
129
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, e);
128
130
  });
129
131
  }
130
132
  };
@@ -13,6 +13,8 @@ var _material = require("@mui/material");
13
13
 
14
14
  var _apiServices = require("@selfcommunity/api-services");
15
15
 
16
+ var _utils = require("@selfcommunity/utils");
17
+
16
18
  var _reactCore = require("@selfcommunity/react-core");
17
19
 
18
20
  var _BaseDialog = _interopRequireDefault(require("../../shared/BaseDialog"));
@@ -278,7 +280,7 @@ function IncubatorDetail(inProps) {
278
280
  setLoading(false);
279
281
  }
280
282
  }).catch(error => {
281
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
283
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
282
284
  });
283
285
  }
284
286
  }, [scIncubator, next, loading]);
@@ -13,6 +13,8 @@ var _CardContent = _interopRequireDefault(require("@mui/material/CardContent"));
13
13
 
14
14
  var _apiServices = require("@selfcommunity/api-services");
15
15
 
16
+ var _utils = require("@selfcommunity/utils");
17
+
16
18
  var _reactCore = require("@selfcommunity/react-core");
17
19
 
18
20
  var _Skeleton = _interopRequireDefault(require("./Skeleton"));
@@ -160,7 +162,7 @@ function IncubatorSuggestion(inProps) {
160
162
  }).catch(error => {
161
163
  setLoading(false);
162
164
 
163
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
165
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
164
166
  });
165
167
  }
166
168
  }
@@ -13,6 +13,8 @@ var _material = require("@mui/material");
13
13
 
14
14
  var _apiServices = require("@selfcommunity/api-services");
15
15
 
16
+ var _utils = require("@selfcommunity/utils");
17
+
16
18
  var _reactCore = require("@selfcommunity/react-core");
17
19
 
18
20
  var _BaseDialog = _interopRequireDefault(require("../../../shared/BaseDialog"));
@@ -129,7 +131,7 @@ function CreateIncubatorDialog(inProps) {
129
131
  setError((0, _apiServices.formatHttpError)(error));
130
132
  setIsSubmitting(false);
131
133
 
132
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
134
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
133
135
  });
134
136
  };
135
137
 
@@ -13,7 +13,7 @@ var _CardContent = _interopRequireDefault(require("@mui/material/CardContent"));
13
13
 
14
14
  var _apiServices = require("@selfcommunity/api-services");
15
15
 
16
- var _reactCore = require("@selfcommunity/react-core");
16
+ var _utils = require("@selfcommunity/utils");
17
17
 
18
18
  var _Skeleton = _interopRequireDefault(require("./Skeleton"));
19
19
 
@@ -191,7 +191,7 @@ function IncubatorsList(inProps) {
191
191
  }).catch(error => {
192
192
  setLoading(false);
193
193
 
194
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
194
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
195
195
  });
196
196
  }
197
197
  }
@@ -11,6 +11,8 @@ var _material = require("@mui/material");
11
11
 
12
12
  var _Icon = _interopRequireDefault(require("@mui/material/Icon"));
13
13
 
14
+ var _utils = require("@selfcommunity/utils");
15
+
14
16
  var _reactCore = require("@selfcommunity/react-core");
15
17
 
16
18
  var _reactIntl = require("react-intl");
@@ -148,13 +150,13 @@ function CollapsedForNotification(inProps) {
148
150
  color: "inherit",
149
151
  className: classes.flagText
150
152
  }, /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, {
151
- id: `ui.notification.collapsedFor.${_reactCore.StringUtils.camelCase(notificationObject.type)}Snippet`,
152
- defaultMessage: `ui.notification.collapsedFor.${_reactCore.StringUtils.camelCase(notificationObject.type)}Snippet`
153
+ id: `ui.notification.collapsedFor.${(0, _utils.camelCase)(notificationObject.type)}Snippet`,
154
+ defaultMessage: `ui.notification.collapsedFor.${(0, _utils.camelCase)(notificationObject.type)}Snippet`
153
155
  }))) : /*#__PURE__*/_react.default.createElement(_material.Typography, {
154
156
  component: "div",
155
157
  color: "inherit",
156
158
  className: classes.flagText
157
- }, intl.formatMessage(messages[_reactCore.StringUtils.camelCase(notificationObject.type)], {
159
+ }, intl.formatMessage(messages[(0, _utils.camelCase)(notificationObject.type)], {
158
160
  b: (...chunks) => /*#__PURE__*/_react.default.createElement("strong", null, chunks)
159
161
  }))),
160
162
  secondary: template === _types.SCNotificationObjectTemplateType.DETAIL && /*#__PURE__*/_react.default.createElement(_DateTimeAgo.default, {
@@ -19,6 +19,8 @@ var _DateTimeAgo = _interopRequireDefault(require("../../../shared/DateTimeAgo")
19
19
 
20
20
  var _NewChip = _interopRequireDefault(require("../../../shared/NewChip/NewChip"));
21
21
 
22
+ var _utils = require("@selfcommunity/utils");
23
+
22
24
  var _reactCore = require("@selfcommunity/react-core");
23
25
 
24
26
  var _classnames = _interopRequireDefault(require("classnames"));
@@ -150,13 +152,13 @@ function DeletedForNotification(inProps) {
150
152
  color: "inherit",
151
153
  className: classes.flagText
152
154
  }, /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, {
153
- id: `ui.notification.deletedFor.${_reactCore.StringUtils.camelCase(notificationObject.type)}Snippet`,
154
- defaultMessage: `ui.notification.deletedFor.${_reactCore.StringUtils.camelCase(notificationObject.type)}Snippet`
155
+ id: `ui.notification.deletedFor.${(0, _utils.camelCase)(notificationObject.type)}Snippet`,
156
+ defaultMessage: `ui.notification.deletedFor.${(0, _utils.camelCase)(notificationObject.type)}Snippet`
155
157
  }))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, template === _types.SCNotificationObjectTemplateType.DETAIL && notificationObject.is_new && /*#__PURE__*/_react.default.createElement(_NewChip.default, null), /*#__PURE__*/_react.default.createElement(_material.Typography, {
156
158
  component: "div",
157
159
  color: "inherit",
158
160
  className: classes.flagText
159
- }, intl.formatMessage(messages[_reactCore.StringUtils.camelCase(notificationObject.type)], {
161
+ }, intl.formatMessage(messages[(0, _utils.camelCase)(notificationObject.type)], {
160
162
  b: (...chunks) => /*#__PURE__*/_react.default.createElement("strong", null, chunks)
161
163
  })))),
162
164
  secondary: template === _types.SCNotificationObjectTemplateType.DETAIL && /*#__PURE__*/_react.default.createElement(_DateTimeAgo.default, {
@@ -13,6 +13,8 @@ var _Icon = _interopRequireDefault(require("@mui/material/Icon"));
13
13
 
14
14
  var _reactCore = require("@selfcommunity/react-core");
15
15
 
16
+ var _utils = require("@selfcommunity/utils");
17
+
16
18
  var _reactIntl = require("react-intl");
17
19
 
18
20
  var _contribution = require("../../../utils/contribution");
@@ -137,7 +139,7 @@ function KindlyNoticeFlagNotification(inProps) {
137
139
  component: "div",
138
140
  color: "inherit",
139
141
  className: classes.flagText
140
- }, intl.formatMessage(messages[_reactCore.StringUtils.camelCase(notificationObject.type)], {
142
+ }, intl.formatMessage(messages[(0, _utils.camelCase)(notificationObject.type)], {
141
143
  b: (...chunks) => /*#__PURE__*/_react.default.createElement("strong", null, chunks)
142
144
  }))),
143
145
  secondary: template === _types.SCNotificationObjectTemplateType.DETAIL && /*#__PURE__*/_react.default.createElement(_DateTimeAgo.default, {
@@ -11,6 +11,8 @@ var _material = require("@mui/material");
11
11
 
12
12
  var _Icon = _interopRequireDefault(require("@mui/material/Icon"));
13
13
 
14
+ var _utils = require("@selfcommunity/utils");
15
+
14
16
  var _reactCore = require("@selfcommunity/react-core");
15
17
 
16
18
  var _reactIntl = require("react-intl");
@@ -152,13 +154,13 @@ function KindlyNoticeForNotification(inProps) {
152
154
  color: "inherit",
153
155
  className: classes.flagText
154
156
  }, /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, {
155
- id: `ui.notification.kindlyNoticeFor.${_reactCore.StringUtils.camelCase(notificationObject.type)}Snippet`,
156
- defaultMessage: `ui.notification.kindlyNoticeFor.${_reactCore.StringUtils.camelCase(notificationObject.type)}Snippet`
157
+ id: `ui.notification.kindlyNoticeFor.${(0, _utils.camelCase)(notificationObject.type)}Snippet`,
158
+ defaultMessage: `ui.notification.kindlyNoticeFor.${(0, _utils.camelCase)(notificationObject.type)}Snippet`
157
159
  }))) : /*#__PURE__*/_react.default.createElement(_material.Typography, {
158
160
  component: "div",
159
161
  color: "inherit",
160
162
  className: classes.flagText
161
- }, intl.formatMessage(messages[_reactCore.StringUtils.camelCase(notificationObject.type)], {
163
+ }, intl.formatMessage(messages[(0, _utils.camelCase)(notificationObject.type)], {
162
164
  b: (...chunks) => /*#__PURE__*/_react.default.createElement("strong", null, chunks)
163
165
  }))),
164
166
  secondary: template === _types.SCNotificationObjectTemplateType.DETAIL && /*#__PURE__*/_react.default.createElement(_DateTimeAgo.default, {
@@ -59,6 +59,8 @@ var _useThemeProps = _interopRequireDefault(require("@mui/material/styles/useThe
59
59
 
60
60
  var _BaseItem = _interopRequireDefault(require("../../shared/BaseItem"));
61
61
 
62
+ var _utils = require("@selfcommunity/utils");
63
+
62
64
  var _types = require("@selfcommunity/types");
63
65
 
64
66
  var _apiServices = require("@selfcommunity/api-services");
@@ -241,7 +243,7 @@ function UserNotification(inProps) {
241
243
  setObj(newObj);
242
244
  setLoadingSuspendNotification(false);
243
245
  }).catch(error => {
244
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
246
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
245
247
  });
246
248
  }
247
249
  /**
@@ -284,7 +286,7 @@ function UserNotification(inProps) {
284
286
  setObj(newObj);
285
287
  setLoadingVote(null);
286
288
  }).catch(error => {
287
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
289
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
288
290
  });
289
291
  }
290
292
  /**
@@ -13,6 +13,8 @@ var _material = require("@mui/material");
13
13
 
14
14
  var _apiServices = require("@selfcommunity/api-services");
15
15
 
16
+ var _utils = require("@selfcommunity/utils");
17
+
16
18
  var _reactCore = require("@selfcommunity/react-core");
17
19
 
18
20
  var _Skeleton = _interopRequireDefault(require("../TrendingFeed/Skeleton"));
@@ -138,7 +140,7 @@ function PollSuggestion(inProps) {
138
140
  setLoading(false);
139
141
  setNext(data['next']);
140
142
  }).catch(error => {
141
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
143
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
142
144
  });
143
145
  }
144
146
  }
@@ -37,10 +37,12 @@ var _useThemeProps = _interopRequireDefault(require("@mui/material/styles/useThe
37
37
 
38
38
  var _apiServices = require("@selfcommunity/api-services");
39
39
 
40
- var _reactCore = require("@selfcommunity/react-core");
40
+ var _utils = require("@selfcommunity/utils");
41
41
 
42
42
  var _types = require("@selfcommunity/types");
43
43
 
44
+ var _reactCore = require("@selfcommunity/react-core");
45
+
44
46
  const _excluded = ["feedObject", "feedObjectId", "feedObjectType", "template", "FeedObjectProps", "className", "autoHide"];
45
47
 
46
48
  function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
@@ -187,7 +189,7 @@ function RelatedFeedObjects(inProps) {
187
189
  setTotal(data.count);
188
190
  setNext(data['next']);
189
191
  }).catch(error => {
190
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
192
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
191
193
  });
192
194
  }
193
195
  }
@@ -55,6 +55,8 @@ var _types2 = require("@selfcommunity/types");
55
55
 
56
56
  var _apiServices = require("@selfcommunity/api-services");
57
57
 
58
+ var _utils = require("@selfcommunity/utils");
59
+
58
60
  var _reactCore = require("@selfcommunity/react-core");
59
61
 
60
62
  var _useThemeProps = _interopRequireDefault(require("@mui/material/styles/useThemeProps"));
@@ -187,7 +189,7 @@ function SnippetNotifications(inProps) {
187
189
  setLoading(false);
188
190
  scUserContext.refreshNotificationCounters();
189
191
  }).catch(error => {
190
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
192
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
191
193
  });
192
194
  }
193
195
  /**
@@ -15,7 +15,7 @@ var _Widget = _interopRequireDefault(require("../Widget"));
15
15
 
16
16
  var _apiServices = require("@selfcommunity/api-services");
17
17
 
18
- var _reactCore = require("@selfcommunity/react-core");
18
+ var _utils = require("@selfcommunity/utils");
19
19
 
20
20
  var _Errors = require("../../constants/Errors");
21
21
 
@@ -140,7 +140,7 @@ function TrendingFeed(inProps) {
140
140
  }).catch(error => {
141
141
  setLoading(false);
142
142
 
143
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
143
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
144
144
  });
145
145
  }
146
146
  }
@@ -15,6 +15,8 @@ var _Widget = _interopRequireDefault(require("../Widget"));
15
15
 
16
16
  var _apiServices = require("@selfcommunity/api-services");
17
17
 
18
+ var _utils = require("@selfcommunity/utils");
19
+
18
20
  var _reactCore = require("@selfcommunity/react-core");
19
21
 
20
22
  var _Skeleton = _interopRequireDefault(require("./Skeleton"));
@@ -150,7 +152,7 @@ function UserFollowers(inProps) {
150
152
  }).catch(error => {
151
153
  setLoading(false);
152
154
 
153
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
155
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
154
156
  });
155
157
  }
156
158
  }
@@ -17,6 +17,8 @@ var _types = require("@selfcommunity/types");
17
17
 
18
18
  var _apiServices = require("@selfcommunity/api-services");
19
19
 
20
+ var _utils = require("@selfcommunity/utils");
21
+
20
22
  var _reactCore = require("@selfcommunity/react-core");
21
23
 
22
24
  var _UserProfile = require("../../../constants/UserProfile");
@@ -118,8 +120,8 @@ function PublicInfo(inProps) {
118
120
  return event => {
119
121
  setEditing([...editing, field]);
120
122
 
121
- if (error[`${_reactCore.StringUtils.camelCase(field)}Error`]) {
122
- delete error[`${_reactCore.StringUtils.camelCase(field)}Error`];
123
+ if (error[`${(0, _utils.camelCase)(field)}Error`]) {
124
+ delete error[`${(0, _utils.camelCase)(field)}Error`];
123
125
  setError(error);
124
126
  }
125
127
  };
@@ -189,8 +191,7 @@ function PublicInfo(inProps) {
189
191
  const renderField = field => {
190
192
  const isEditing = editing.includes(field);
191
193
  const isSaving = saving.includes(field);
192
-
193
- const camelField = _reactCore.StringUtils.camelCase(field);
194
+ const camelField = (0, _utils.camelCase)(field);
194
195
 
195
196
  const _error = error !== null && error[`${camelField}Error`] && error[`${camelField}Error`].error;
196
197
 
@@ -229,7 +230,7 @@ function PublicInfo(inProps) {
229
230
  key: field
230
231
  }, /*#__PURE__*/_react.default.createElement(_lab.DatePicker, {
231
232
  label: intl.formatMessage({
232
- id: `ui.userProfileInfo.${_reactCore.StringUtils.camelCase(field)}`,
233
+ id: `ui.userProfileInfo.${(0, _utils.camelCase)(field)}`,
233
234
  defaultMessage: `ui.userProfileInfo.${field}`
234
235
  }),
235
236
  value: user[field],
@@ -11,6 +11,8 @@ var _material = require("@mui/material");
11
11
 
12
12
  var _reactIntl = require("react-intl");
13
13
 
14
+ var _utils = require("@selfcommunity/utils");
15
+
14
16
  var _types = require("@selfcommunity/types");
15
17
 
16
18
  var _reactCore = require("@selfcommunity/react-core");
@@ -171,7 +173,7 @@ function UserProfileInfo(inProps) {
171
173
  variant: "body2"
172
174
  }, /*#__PURE__*/_react.default.createElement("span", {
173
175
  className: classes.field
174
- }, intl.formatMessage(messages[_reactCore.StringUtils.camelCase(field)]), ":"), " ", renderField(scUser, field)));
176
+ }, intl.formatMessage(messages[(0, _utils.camelCase)(field)]), ":"), " ", renderField(scUser, field)));
175
177
  }
176
178
 
177
179
  return null;
@@ -15,6 +15,8 @@ var _Widget = _interopRequireDefault(require("../Widget"));
15
15
 
16
16
  var _apiServices = require("@selfcommunity/api-services");
17
17
 
18
+ var _utils = require("@selfcommunity/utils");
19
+
18
20
  var _reactCore = require("@selfcommunity/react-core");
19
21
 
20
22
  var _Skeleton = _interopRequireDefault(require("./Skeleton"));
@@ -176,7 +178,7 @@ function UsersFollowed(inProps) {
176
178
  }).catch(error => {
177
179
  setLoading(false);
178
180
 
179
- _reactCore.Logger.error(_Errors.SCOPE_SC_UI, error);
181
+ _utils.Logger.error(_Errors.SCOPE_SC_UI, error);
180
182
  });
181
183
  }
182
184
  }
@@ -1 +1 @@
1
- {"version":3,"file":"useSCFetchAddressingTagList.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFetchAddressingTagList.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAK/C;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,2BAA2B,CAAC,EAAC,KAAa,EAAC,EAAE;IAAC,KAAK,CAAC,EAAE,OAAO,CAAA;CAAC;;EAuCrF"}
1
+ {"version":3,"file":"useSCFetchAddressingTagList.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFetchAddressingTagList.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAI/C;;;;;;GAMG;AACH,MAAM,CAAC,OAAO,UAAU,2BAA2B,CAAC,EAAC,KAAa,EAAC,EAAE;IAAC,KAAK,CAAC,EAAE,OAAO,CAAA;CAAC;;EAuCrF"}
@@ -1,5 +1,4 @@
1
- import { SCCommentsOrderBy, SCCommentType } from '@selfcommunity/types';
2
- import { SCFeedObjectType, SCFeedObjectTypologyType } from '@selfcommunity/types';
1
+ import { SCCommentsOrderBy, SCCommentType, SCFeedObjectType, SCFeedObjectTypologyType } from '@selfcommunity/types';
3
2
  /**
4
3
  * Interface SCCommentsObjectType
5
4
  */
@@ -1 +1 @@
1
- {"version":3,"file":"useSCFetchCommentObjects.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFetchCommentObjects.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,iBAAiB,EAAE,aAAa,EAAC,MAAM,sBAAsB,CAAC;AAGtE,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAGhF;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,OAAO,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;;;;;CAOrC,CAAC;AAwEF;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAK,EAAE;IACtD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,cAAc,EAAE,wBAAwB,CAAC;IACzC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;CAC9B,OAyIA"}
1
+ {"version":3,"file":"useSCFetchCommentObjects.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCFetchCommentObjects.ts"],"names":[],"mappings":"AAEA,OAAO,EAAC,iBAAiB,EAAE,aAAa,EAAE,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAKlH;;GAEG;AACH,MAAM,WAAW,oBAAoB;IACnC,eAAe,EAAE,OAAO,CAAC;IACzB,QAAQ,EAAE,aAAa,EAAE,CAAC;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,OAAO,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,OAAO,CAAC;CACjB;AAED;;;;;;GAMG;AACH,eAAO,MAAM,yBAAyB;;;;;;;CAOrC,CAAC;AAwEF;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,KAAK,EAAE;IACtD,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B,cAAc,EAAE,wBAAwB,CAAC;IACzC,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,iBAAiB,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,YAAY,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;CAC9B,OAyIA"}
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- import { WSClientType } from '../utils/websocket';
2
+ import { WSClientType } from '@selfcommunity/utils';
3
3
  /**
4
4
  :::info
5
5
  This custom hook is used to to init web socket.
@@ -1 +1 @@
1
- {"version":3,"file":"useSCWebSocket.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCWebSocket.ts"],"names":[],"mappings":";AAKA,OAAO,EAAC,YAAY,EAAC,MAAM,oBAAoB,CAAC;AAMhD;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc;;;EAuFrC"}
1
+ {"version":3,"file":"useSCWebSocket.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/hooks/useSCWebSocket.ts"],"names":[],"mappings":";AAKA,OAAO,EAAC,YAAY,EAAC,MAAM,sBAAsB,CAAC;AAMlD;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc;;;EAuFrC"}
@@ -58,14 +58,9 @@ import Link from './components/router';
58
58
  import * as SCRoutes from './constants/Routes';
59
59
  /**
60
60
  * Utilities:
61
- * logger, string, url, object
61
+ * User
62
62
  */
63
- import { Logger } from './utils/logger';
64
- import * as StringUtils from './utils/string';
65
- import * as ObjectUtils from './utils/object';
66
- import * as UrlUtils from './utils/url';
67
63
  import * as UserUtils from './utils/user';
68
- import WSClient, { WSClientType, WSClientPropTypes } from './utils/websocket';
69
64
  /**
70
65
  * Constants:
71
66
  * Locale
@@ -74,5 +69,5 @@ import * as Locale from './constants/Locale';
74
69
  /**
75
70
  * List all exports
76
71
  */
77
- export { SCUserContextType, SCFollowedCategoriesManagerType, SCContextProviderType, SCContextType, SCSettingsType, SCSessionType, SCFollowedManagerType, SCConnectionsManagerType, SCSubscribedIncubatorsManagerType, SCLocaleType, SCNotificationContextType, SCPreferencesContextType, SCThemeContextType, SCRoutingContextType, SCLocaleContextType, SCAlertMessagesContextType, SCContext, SCUserContext, SCThemeContext, SCRoutingContext, SCLocaleContext, SCPreferencesContext, useSCContext, SCContextProvider, SCUserProvider, useSCUser, useSCPreferences, SCThemeProvider, useSCTheme, withSCTheme, SCRoutingProvider, useSCRouting, SCLocaleProvider, useSCLocale, withSCLocale, SCPreferencesProvider, SCPreferences, SCFeatures, SCNotification, SCNotificationProvider, SCNotificationContext, useSCNotification, SCAlertMessagesProvider, SCAlertMessagesContext, useSCAlertMessages, Link, SCRoutes, Logger, StringUtils, ObjectUtils, WSClient, WSClientType, WSClientPropTypes, UrlUtils, UserUtils, Locale, useSCFetchUser, useSCFetchFeedObject, useSCFetchCommentObject, useSCFetchCommentObjects, useSCFetchCustomAdv, useSCFetchTag, useSCFetchAddressingTagList, useSCFetchCategory, useSCFetchCategories, useSCFetchIncubator, useSCMediaClick, };
72
+ export { SCUserContextType, SCFollowedCategoriesManagerType, SCContextProviderType, SCContextType, SCSettingsType, SCSessionType, SCFollowedManagerType, SCConnectionsManagerType, SCSubscribedIncubatorsManagerType, SCLocaleType, SCNotificationContextType, SCPreferencesContextType, SCThemeContextType, SCRoutingContextType, SCLocaleContextType, SCAlertMessagesContextType, SCContext, SCUserContext, SCThemeContext, SCRoutingContext, SCLocaleContext, SCPreferencesContext, useSCContext, SCContextProvider, SCUserProvider, useSCUser, useSCPreferences, SCThemeProvider, useSCTheme, withSCTheme, SCRoutingProvider, useSCRouting, SCLocaleProvider, useSCLocale, withSCLocale, SCPreferencesProvider, SCPreferences, SCFeatures, SCNotification, SCNotificationProvider, SCNotificationContext, useSCNotification, SCAlertMessagesProvider, SCAlertMessagesContext, useSCAlertMessages, Link, SCRoutes, UserUtils, Locale, useSCFetchUser, useSCFetchFeedObject, useSCFetchCommentObject, useSCFetchCommentObjects, useSCFetchCustomAdv, useSCFetchTag, useSCFetchAddressingTagList, useSCFetchCategory, useSCFetchCategories, useSCFetchIncubator, useSCMediaClick, };
78
73
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-core/src/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../react-core/src/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"validator.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/utils/validator.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,mBAAmB,EACnB,mCAAmC,EACnC,4BAA4B,EAE5B,cAAc,EACf,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAA0B,gBAAgB,EAAqB,MAAM,UAAU,CAAC;AAGvF,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAQtC;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;EAkBrD;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;CAO/B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;CAenC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;CAY1C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;;;CAetC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,mBAAmB;;;;EAiB3D;AAED;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;CAkB7B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oCAAoC;;;;CAgBhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;CAkBpC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,2CAA2C;;;;CAkBvD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,4CAA4C;;;;CASxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;CAO1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;;;CAWjC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;CAOlC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;CAkB1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;CAe1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;CAOzB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;;CAkBzC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;CAgBpC,CAAC;AAsFF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAS/C,CAAC;AACF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAK9C,CAAC;AACF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAG7C,CAAC;AACF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAGpD,CAAC;AACF,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAE7D,CAAC;AACF,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAGrE,CAAC;AAEF,eAAO,MAAM,YAAY;;CAExB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,WAAY,cAAc,iBAAiB,OAAO,MAAM,EAAE,GAAG,CAAC;;;;;;;;CAwBzF,CAAC"}
1
+ {"version":3,"file":"validator.d.ts","sourceRoot":"","sources":["../../../../../../react-core/src/utils/validator.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,mBAAmB,EACnB,mCAAmC,EACnC,4BAA4B,EAE5B,cAAc,EACf,MAAM,kBAAkB,CAAC;AAE1B,OAAO,EAA0B,gBAAgB,EAAqB,MAAM,UAAU,CAAC;AACvF,OAAO,EAAC,YAAY,EAAC,MAAM,UAAU,CAAC;AAQtC;;;;GAIG;AACH,wBAAgB,eAAe,CAAC,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC;;;;EAkBrD;AAED;;;;GAIG;AACH,eAAO,MAAM,mBAAmB;;;;CAO/B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,uBAAuB;;;;CAenC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,8BAA8B;;;;CAY1C,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,0BAA0B;;;;CAetC,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,CAAC,EAAE,mBAAmB;;;;EAiB3D;AAED;;;;GAIG;AACH,eAAO,MAAM,iBAAiB;;;;;;;;;;CAkB7B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oCAAoC;;;;CAgBhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;CAkBpC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,2CAA2C;;;;CAkBvD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,4CAA4C;;;;CASxD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;CAO1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,qBAAqB;;;;CAWjC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,sBAAsB;;;;CAOlC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;CAkB1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,cAAc;;;;CAe1B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa;;;;CAOzB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,6BAA6B;;;;CAkBzC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,wBAAwB;;;;CAgBpC,CAAC;AAsFF;;;GAGG;AACH,eAAO,MAAM,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAS/C,CAAC;AACF,eAAO,MAAM,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAK9C,CAAC;AACF,eAAO,MAAM,aAAa,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAG7C,CAAC;AACF,eAAO,MAAM,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAGpD,CAAC;AACF,eAAO,MAAM,6BAA6B,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAE7D,CAAC;AACF,eAAO,MAAM,qCAAqC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAGrE,CAAC;AAEF,eAAO,MAAM,YAAY;;CAExB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe,WAAY,cAAc,iBAAiB,OAAO,MAAM,EAAE,GAAG,CAAC;;;;;;;;CAwBzF,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"AccountSignIn.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AccountSignIn/AccountSignIn.tsx"],"names":[],"mappings":"AAIA,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAC,WAAW,EAAa,cAAc,EAAC,MAAM,eAAe,CAAC;AA0BrE,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAExD;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAE7C;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAoF9E"}
1
+ {"version":3,"file":"AccountSignIn.d.ts","sourceRoot":"","sources":["../../../../../../src/components/AccountSignIn/AccountSignIn.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,eAAe,EAAC,MAAM,sBAAsB,CAAC;AACrD,OAAO,EAAC,WAAW,EAAa,cAAc,EAAC,MAAM,eAAe,CAAC;AA0BrE,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAExD;;;;OAIG;IACH,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,eAAe,KAAK,IAAI,CAAC;IAE7C;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;;OAGG;IACH,WAAW,CAAC,EAAE,WAAW,CAAC;IAE1B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAoF9E"}
@@ -1 +1 @@
1
- {"version":3,"file":"BroadcastMessages.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BroadcastMessages/BroadcastMessages.tsx"],"names":[],"mappings":"AAOA,OAAgB,EAAC,YAAY,EAAC,MAAM,WAAW,CAAC;AAiChD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,OAAO,EAAE,sBAAsB,GAAG,GAAG,CAAC,OAAO,CAiItF"}
1
+ {"version":3,"file":"BroadcastMessages.d.ts","sourceRoot":"","sources":["../../../../../../src/components/BroadcastMessages/BroadcastMessages.tsx"],"names":[],"mappings":"AAQA,OAAgB,EAAC,YAAY,EAAC,MAAM,WAAW,CAAC;AAiChD,MAAM,WAAW,sBAAsB;IACrC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,YAAY,CAAC;IAE5B;;;;OAIG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAE7B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,OAAO,EAAE,sBAAsB,GAAG,GAAG,CAAC,OAAO,CAiItF"}
@@ -1 +1 @@
1
- {"version":3,"file":"CategoriesFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CategoriesFollowed/CategoriesFollowed.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAC,mBAAmB,EAAC,MAAM,yBAAyB,CAAC;AAoC5D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CAoKpF"}
1
+ {"version":3,"file":"CategoriesFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CategoriesFollowed/CategoriesFollowed.tsx"],"names":[],"mappings":"AAWA,OAAO,EAAC,mBAAmB,EAAC,MAAM,yBAAyB,CAAC;AAoC5D;;;;;;;;;;;;;;;;;;;;GAoBG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CAoKpF"}
@@ -1 +1 @@
1
- {"version":3,"file":"VotesDialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/CommentObject/Votes/VotesDialog/VotesDialog.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAC,aAAa,EAAwB,MAAM,sBAAsB,CAAC;AAoB1E,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,OAAO,EAAE,6BAA6B,GAAG,GAAG,CAAC,OAAO,CAyEpG"}
1
+ {"version":3,"file":"VotesDialog.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/CommentObject/Votes/VotesDialog/VotesDialog.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAC,aAAa,EAAwB,MAAM,sBAAsB,CAAC;AAoB1E,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;OAGG;IACH,IAAI,CAAC,EAAE,OAAO,CAAC;IAEf;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,CAAC;CACrB;AAED,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,OAAO,EAAE,6BAA6B,GAAG,GAAG,CAAC,OAAO,CAyEpG"}