@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.
- package/lib/cjs/components/AccountSignIn/AccountSignIn.js +3 -1
- package/lib/cjs/components/BroadcastMessages/BroadcastMessages.js +3 -1
- package/lib/cjs/components/BroadcastMessages/Message.js +3 -1
- package/lib/cjs/components/CategoriesFollowed/CategoriesFollowed.js +3 -1
- package/lib/cjs/components/CategoriesPopular/CategoriesPopular.js +2 -2
- package/lib/cjs/components/ChangeCover/ChangeCover.js +2 -2
- package/lib/cjs/components/CommentObject/CommentObject.js +5 -3
- package/lib/cjs/components/CommentObject/Votes/VotesDialog/VotesDialog.js +3 -1
- package/lib/cjs/components/CommentsFeedObject/CommentsFeedObject.js +3 -1
- package/lib/cjs/components/CommentsObject/CommentsObject.js +3 -3
- package/lib/cjs/components/Composer/Composer.js +4 -4
- package/lib/cjs/components/Feed/Feed.js +4 -4
- package/lib/cjs/components/FeedObject/Actions/Follow/Follow.js +3 -1
- package/lib/cjs/components/FeedObject/Actions/Share/Share.js +3 -1
- package/lib/cjs/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.js +3 -1
- package/lib/cjs/components/FeedObject/Actions/Vote/Vote.js +4 -2
- package/lib/cjs/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +3 -1
- package/lib/cjs/components/FeedObject/Contributors/Contributors.js +3 -1
- package/lib/cjs/components/FeedObject/FeedObject.js +3 -1
- package/lib/cjs/components/FeedObject/Poll/Poll.js +2 -2
- package/lib/cjs/components/FollowCategoryButton/FollowCategoryButton.js +3 -1
- package/lib/cjs/components/FollowUserButton/FollowUserButton.js +3 -1
- package/lib/cjs/components/Footer/Footer.js +4 -2
- package/lib/cjs/components/Incubator/SubscribeButton/SubscribeButton.js +3 -1
- package/lib/cjs/components/IncubatorDetail/IncubatorDetail.js +3 -1
- package/lib/cjs/components/IncubatorSuggestion/IncubatorSuggestion.js +3 -1
- package/lib/cjs/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.js +3 -1
- package/lib/cjs/components/IncubatorsList/IncubatorsList.js +2 -2
- package/lib/cjs/components/Notification/CollapsedFor/CollapsedFor.js +5 -3
- package/lib/cjs/components/Notification/DeletedFor/DeletedFor.js +5 -3
- package/lib/cjs/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +3 -1
- package/lib/cjs/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +5 -3
- package/lib/cjs/components/Notification/Notification.js +4 -2
- package/lib/cjs/components/PollSuggestion/PollSuggestion.js +3 -1
- package/lib/cjs/components/RelatedFeedObjects/RelatedFeedObjects.js +4 -2
- package/lib/cjs/components/SnippetNotifications/SnippetNotifications.js +3 -1
- package/lib/cjs/components/TrendingFeed/TrendingFeed.js +2 -2
- package/lib/cjs/components/UserFollowers/UserFollowers.js +3 -1
- package/lib/cjs/components/UserProfileEdit/Section/PublicInfo.js +6 -5
- package/lib/cjs/components/UserProfileInfo/UserProfileInfo.js +3 -1
- package/lib/cjs/components/UsersFollowed/UsersFollowed.js +3 -1
- package/lib/cjs/shared/ContributionActionsMenu/index.js +10 -10
- package/lib/cjs/shared/Lightbox/Lightbox.js +5 -5
- package/lib/cjs/shared/Media/Link/UrlTextField/index.js +3 -3
- package/lib/esm/api-services/src/constants/Endpoints.d.ts.map +1 -1
- package/lib/esm/api-services/src/index.d.ts +26 -3
- package/lib/esm/api-services/src/index.d.ts.map +1 -1
- package/lib/esm/api-services/src/services/category/index.d.ts +42 -0
- package/lib/esm/api-services/src/services/category/index.d.ts.map +1 -1
- package/lib/esm/api-services/src/services/comment/index.d.ts +40 -0
- package/lib/esm/api-services/src/services/comment/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/custom_adv/index.d.ts +16 -0
- package/lib/esm/api-services/src/services/custom_adv/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/custom_page/index.d.ts +16 -0
- package/lib/esm/api-services/src/services/custom_page/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/data_portability/index.d.ts +16 -0
- package/lib/esm/api-services/src/services/data_portability/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/dynamic_preference/index.d.ts +16 -0
- package/lib/esm/api-services/src/services/dynamic_preference/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/embed/index.d.ts +31 -0
- package/lib/esm/api-services/src/services/embed/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/feed/index.d.ts +22 -0
- package/lib/esm/api-services/src/services/feed/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/feed_object/index.d.ts +88 -0
- package/lib/esm/api-services/src/services/feed_object/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/incubator/index.d.ts +28 -0
- package/lib/esm/api-services/src/services/incubator/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/insight/index.d.ts +25 -0
- package/lib/esm/api-services/src/services/insight/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/legal_page/index.d.ts +25 -0
- package/lib/esm/api-services/src/services/legal_page/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/locality/index.d.ts +13 -0
- package/lib/esm/api-services/src/services/locality/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/loyalty/index.d.ts +34 -0
- package/lib/esm/api-services/src/services/loyalty/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/media/index.d.ts +28 -0
- package/lib/esm/api-services/src/services/media/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/moderation/index.d.ts +25 -0
- package/lib/esm/api-services/src/services/moderation/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/notification/index.d.ts +34 -0
- package/lib/esm/api-services/src/services/notification/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/private_message/index.d.ts +37 -0
- package/lib/esm/api-services/src/services/private_message/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/score/index.d.ts +16 -0
- package/lib/esm/api-services/src/services/score/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/sso/index.d.ts +13 -0
- package/lib/esm/api-services/src/services/sso/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/suggestion/index.d.ts +19 -0
- package/lib/esm/api-services/src/services/suggestion/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/tag/index.d.ts +28 -0
- package/lib/esm/api-services/src/services/tag/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/services/user/index.d.ts +132 -0
- package/lib/esm/api-services/src/services/user/index.d.ts.map +1 -1
- package/lib/esm/api-services/src/services/webhook/index.d.ts +43 -0
- package/lib/esm/api-services/src/services/webhook/index.d.ts.map +1 -0
- package/lib/esm/api-services/src/utils/token.d.ts +5 -0
- package/lib/esm/api-services/src/utils/token.d.ts.map +1 -1
- package/lib/esm/components/AccountSignIn/AccountSignIn.js +3 -1
- package/lib/esm/components/BroadcastMessages/BroadcastMessages.js +3 -1
- package/lib/esm/components/BroadcastMessages/Message.js +3 -1
- package/lib/esm/components/CategoriesFollowed/CategoriesFollowed.js +3 -1
- package/lib/esm/components/CategoriesPopular/CategoriesPopular.js +2 -2
- package/lib/esm/components/ChangeCover/ChangeCover.js +2 -2
- package/lib/esm/components/CommentObject/CommentObject.js +5 -3
- package/lib/esm/components/CommentObject/Votes/VotesDialog/VotesDialog.js +3 -1
- package/lib/esm/components/CommentsFeedObject/CommentsFeedObject.js +3 -1
- package/lib/esm/components/CommentsObject/CommentsObject.js +3 -3
- package/lib/esm/components/Composer/Composer.js +4 -4
- package/lib/esm/components/Feed/Feed.js +4 -4
- package/lib/esm/components/FeedObject/Actions/Follow/Follow.js +3 -1
- package/lib/esm/components/FeedObject/Actions/Share/Share.js +3 -1
- package/lib/esm/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.js +3 -1
- package/lib/esm/components/FeedObject/Actions/Vote/Vote.js +4 -2
- package/lib/esm/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.js +3 -1
- package/lib/esm/components/FeedObject/Contributors/Contributors.js +3 -1
- package/lib/esm/components/FeedObject/FeedObject.js +3 -1
- package/lib/esm/components/FeedObject/Poll/Poll.js +2 -2
- package/lib/esm/components/FollowCategoryButton/FollowCategoryButton.js +3 -1
- package/lib/esm/components/FollowUserButton/FollowUserButton.js +3 -1
- package/lib/esm/components/Footer/Footer.js +4 -2
- package/lib/esm/components/Incubator/SubscribeButton/SubscribeButton.js +3 -1
- package/lib/esm/components/IncubatorDetail/IncubatorDetail.js +3 -1
- package/lib/esm/components/IncubatorSuggestion/IncubatorSuggestion.js +3 -1
- package/lib/esm/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.js +3 -1
- package/lib/esm/components/IncubatorsList/IncubatorsList.js +2 -2
- package/lib/esm/components/Notification/CollapsedFor/CollapsedFor.js +5 -3
- package/lib/esm/components/Notification/DeletedFor/DeletedFor.js +5 -3
- package/lib/esm/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.js +3 -1
- package/lib/esm/components/Notification/KindlyNoticeFor/KindlyNoticeFor.js +5 -3
- package/lib/esm/components/Notification/Notification.js +4 -2
- package/lib/esm/components/PollSuggestion/PollSuggestion.js +3 -1
- package/lib/esm/components/RelatedFeedObjects/RelatedFeedObjects.js +4 -2
- package/lib/esm/components/SnippetNotifications/SnippetNotifications.js +3 -1
- package/lib/esm/components/TrendingFeed/TrendingFeed.js +2 -2
- package/lib/esm/components/UserFollowers/UserFollowers.js +3 -1
- package/lib/esm/components/UserProfileEdit/Section/PublicInfo.js +6 -5
- package/lib/esm/components/UserProfileInfo/UserProfileInfo.js +3 -1
- package/lib/esm/components/UsersFollowed/UsersFollowed.js +3 -1
- package/lib/esm/react-core/src/hooks/useSCFetchAddressingTagList.d.ts.map +1 -1
- package/lib/esm/react-core/src/hooks/useSCFetchCommentObjects.d.ts +1 -2
- package/lib/esm/react-core/src/hooks/useSCFetchCommentObjects.d.ts.map +1 -1
- package/lib/esm/react-core/src/hooks/useSCWebSocket.d.ts +1 -1
- package/lib/esm/react-core/src/hooks/useSCWebSocket.d.ts.map +1 -1
- package/lib/esm/react-core/src/index.d.ts +2 -7
- package/lib/esm/react-core/src/index.d.ts.map +1 -1
- package/lib/esm/react-core/src/utils/validator.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/AccountSignIn/AccountSignIn.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/BroadcastMessages/BroadcastMessages.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/CategoriesFollowed/CategoriesFollowed.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/CommentObject/Votes/VotesDialog/VotesDialog.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/CommentsFeedObject/CommentsFeedObject.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Feed/Feed.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/Actions/Follow/Follow.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/Actions/Vote/Vote.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/FeedObject/Contributors/Contributors.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/IncubatorSuggestion/IncubatorSuggestion.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Notification/CollapsedFor/CollapsedFor.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Notification/DeletedFor/DeletedFor.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Notification/KindlyNoticeFor/KindlyNoticeFor.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/Notification/Notification.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/PollSuggestion/PollSuggestion.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/RelatedFeedObjects/RelatedFeedObjects.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/SnippetNotifications/SnippetNotifications.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/UserFollowers/UserFollowers.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/UserProfileEdit/Section/PublicInfo.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/UserProfileInfo/UserProfileInfo.d.ts.map +1 -1
- package/lib/esm/react-ui/src/components/UsersFollowed/UsersFollowed.d.ts.map +1 -1
- package/lib/esm/react-ui/src/shared/ContributionActionsMenu/index.d.ts.map +1 -1
- package/lib/esm/shared/ContributionActionsMenu/index.js +10 -10
- package/lib/esm/shared/Lightbox/Lightbox.js +5 -5
- package/lib/esm/shared/Media/Link/UrlTextField/index.js +3 -3
- package/lib/esm/utils/src/index.d.ts +8 -3
- package/lib/esm/utils/src/index.d.ts.map +1 -1
- package/lib/esm/utils/src/utils/browser.d.ts +9 -0
- package/lib/esm/utils/src/utils/browser.d.ts.map +1 -0
- package/lib/esm/{react-core → utils}/src/utils/logger.d.ts +0 -0
- package/lib/esm/utils/src/utils/logger.d.ts.map +1 -0
- package/lib/esm/{react-core → utils}/src/utils/object.d.ts +0 -0
- package/lib/esm/utils/src/utils/object.d.ts.map +1 -0
- package/lib/esm/utils/src/utils/string.d.ts +22 -0
- package/lib/esm/utils/src/utils/string.d.ts.map +1 -1
- package/lib/esm/utils/src/utils/url.d.ts +11 -0
- package/lib/esm/utils/src/utils/url.d.ts.map +1 -1
- package/lib/esm/{react-core → utils}/src/utils/websocket.d.ts +0 -0
- package/lib/esm/utils/src/utils/websocket.d.ts.map +1 -0
- package/lib/umd/react-ui.js +14 -14
- package/lib/umd/react-ui.js.map +1 -1
- package/package.json +6 -6
- package/lib/cjs/scss/styles.scss +0 -0
- package/lib/cjs/utils/string.js +0 -65
- package/lib/cjs/utils/url.js +0 -24
- package/lib/cjs/utils/window.js +0 -41
- package/lib/esm/react-core/src/utils/logger.d.ts.map +0 -1
- package/lib/esm/react-core/src/utils/object.d.ts.map +0 -1
- package/lib/esm/react-core/src/utils/string.d.ts +0 -21
- package/lib/esm/react-core/src/utils/string.d.ts.map +0 -1
- package/lib/esm/react-core/src/utils/url.d.ts +0 -22
- package/lib/esm/react-core/src/utils/url.d.ts.map +0 -1
- package/lib/esm/react-core/src/utils/webPushMessaging.d.ts +0 -14
- package/lib/esm/react-core/src/utils/webPushMessaging.d.ts.map +0 -1
- package/lib/esm/react-core/src/utils/websocket.d.ts.map +0 -1
- package/lib/esm/react-ui/src/utils/url.d.ts +0 -7
- package/lib/esm/react-ui/src/utils/url.d.ts.map +0 -1
- package/lib/esm/scss/styles.scss +0 -0
- package/lib/esm/utils/string.js +0 -65
- package/lib/esm/utils/url.js +0 -24
- package/lib/esm/utils/window.js +0 -41
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommentsFeedObject.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CommentsFeedObject/CommentsFeedObject.tsx"],"names":[],"mappings":"AAGA,OAAsB,EAAC,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AAEnE,OAAO,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"CommentsFeedObject.d.ts","sourceRoot":"","sources":["../../../../../../src/components/CommentsFeedObject/CommentsFeedObject.tsx"],"names":[],"mappings":"AAGA,OAAsB,EAAC,kBAAkB,EAAC,MAAM,kBAAkB,CAAC;AAEnE,OAAO,EAAC,iBAAiB,EAAC,MAAM,sBAAsB,CAAC;AAWvD,OAAO,EAAC,aAAa,EAAE,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAyB/F,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,CAAC,OAAO,EAAE,kBAAkB,KAAK,GAAG,CAAC,OAAO,CAAC;IAEhE;;;OAGG;IACH,qBAAqB,CAAC,EAAE,kBAAkB,CAAC;IAE3C;;;OAGG;IACH,0BAA0B,CAAC,EAAE,GAAG,CAAC;IAEjC;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,CAAC,OAAO,CAAC;IAErC;;;;OAIG;IACH,qBAAqB,CAAC,EAAE,MAAM,GAAG,CAAC,OAAO,CAAC;IAE1C;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IAEd;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;;OAGG;IACH,eAAe,CAAC,EAAE,iBAAiB,CAAC;IAEpC;;OAEG;IACH,SAAS,CAAC,EAAE,OAAO,CAAC;IAEpB;;;OAGG;IACH,iBAAiB,CAAC,EAAE,OAAO,CAAC;IAE5B;;;;OAIG;IACH,QAAQ,CAAC,EAAE,aAAa,EAAE,CAAC;IAE3B;;;;OAIG;IACH,YAAY,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE7B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;GAsBG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CAuPxF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Feed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feed/Feed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAuC,SAAS,EAAwE,MAAM,OAAO,CAAC;AAQpJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,kBAAkB,CAAC;AAElD,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AACvD,OAAO,EAAC,UAAU,EAAoE,MAAM,sBAAsB,CAAC;AACnH,OAAO,EAAO,YAAY,EAAe,MAAM,6BAA6B,CAAC;
|
|
1
|
+
{"version":3,"file":"Feed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Feed/Feed.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAuC,SAAS,EAAwE,MAAM,OAAO,CAAC;AAQpJ,OAAO,EAAC,gBAAgB,EAAC,MAAM,kBAAkB,CAAC;AAElD,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AACvD,OAAO,EAAC,UAAU,EAAoE,MAAM,sBAAsB,CAAC;AACnH,OAAO,EAAO,YAAY,EAAe,MAAM,6BAA6B,CAAC;AAuC7E,MAAM,WAAW,gBAAgB;IAC/B,GAAG,EAAE,MAAM,GAAG,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,GAAG,MAAM,CAAC;CACjC;AAED,oBAAY,OAAO,GAAG;IACpB,WAAW,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;CACjC,CAAC;AAEF,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,YAAY,CAAC;IAEvB;;;OAGG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,EAAE,CAAC;IAExD;;;OAGG;IACH,UAAU,CAAC,EAAE,SAAS,CAAC;IAEvB;;;OAGG;IACH,cAAc,CAAC,EAAE,SAAS,CAAC;IAE3B;;;OAGG;IACH,OAAO,CAAC,EAAE,gBAAgB,EAAE,CAAC;IAE7B;;OAEG;IACH,aAAa,EAAE,KAAK,CAAC,WAAW,CAAC;IAEjC;;OAEG;IACH,kBAAkB,EAAE,CAAC,MAAM,EAAE,UAAU,EAAE,IAAI,KAAA,KAAK,GAAG,CAAC;IAEtD;;OAEG;IACH,eAAe,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE/B;;;OAGG;IACH,SAAS,CAAC,EAAE,GAAG,CAAC;IAEhB;;OAEG;IACH,YAAY,EAAE,KAAK,CAAC,WAAW,CAAC;IAEhC;;;OAGG;IACH,iBAAiB,CAAC,EAAE,GAAG,CAAC;IAExB;;OAEG;IACH,WAAW,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE5B;;;OAGG;IACH,gBAAgB,CAAC,EAAE,gBAAgB,CAAC;IAEpC;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;CACjC;;AA0QD,wBAAgC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Follow.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Actions/Follow/Follow.tsx"],"names":[],"mappings":"AASA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAY,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Follow.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Actions/Follow/Follow.tsx"],"names":[],"mappings":"AASA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAY,MAAM,sBAAsB,CAAC;AAiC3F,MAAM,WAAW,WAAW;IAC1B;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,YAAY,EAAE,CAAC,QAAQ,KAAA,KAAK,IAAI,CAAC;IAEjC;;OAEG;IACH,cAAc,CAAC,EAAE,OAAO,CAAC;IAEzB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,OAAO,EAAE,WAAW,GAAG,GAAG,CAAC,OAAO,CAwHhE"}
|
package/lib/esm/react-ui/src/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SharesDialog.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"SharesDialog.d.ts","sourceRoot":"","sources":["../../../../../../../../../src/components/FeedObject/Actions/Share/SharesDialog/SharesDialog.tsx"],"names":[],"mappings":"AAQA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAMhF,MAAM,WAAW,gBAAgB;IAC/B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAC1C;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;OAEG;IACH,OAAO,EAAE,MAAM,GAAG,CAAC;IACnB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD,MAAM,CAAC,OAAO,UAAU,YAAY,CAAC,KAAK,EAAE,gBAAgB,GAAG,GAAG,CAAC,OAAO,CAyFzE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Vote.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Actions/Vote/Vote.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAY,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"Vote.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Actions/Vote/Vote.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAY,MAAM,sBAAsB,CAAC;AAM3F;;;;;GAKG;AACH,eAAO,MAAM,eAAe;;;;;;;;;CAS3B,CAAC;AA+HF,MAAM,WAAW,SAAS;IACxB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;;OAGG;IACH,UAAU,CAAC,EAAE,OAAO,CAAC;IAErB;;;;OAIG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;IAEvB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,IAAI,CAAC,OAAO,EAAE,SAAS,GAAG,GAAG,CAAC,OAAO,CAyQ5D"}
|
package/lib/esm/react-ui/src/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ActivitiesMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ActivitiesMenu.d.ts","sourceRoot":"","sources":["../../../../../../../../src/components/FeedObject/Activities/ActivitiesMenu/ActivitiesMenu.tsx"],"names":[],"mappings":"AA8DA,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;;OAGG;IACH,0BAA0B,CAAC,EAAE,OAAO,CAAC;IACrC;;;OAGG;IACH,QAAQ,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,IAAI,CAAC;IAC1B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,OAAO,EAAE,mBAAmB,eAmJlE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Contributors.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/FeedObject/Contributors/Contributors.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Contributors.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/FeedObject/Contributors/Contributors.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,gBAAgB,EAAE,wBAAwB,EAAa,MAAM,sBAAsB,CAAC;AA8C5F,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;OAEG;IACH,cAAc,EAAE,wBAAwB,CAAC;IACzC;;;OAGG;IACH,wBAAwB,CAAC,EAAE,GAAG,CAAC;IAC/B;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,OAAO,EAAE,2BAA2B,GAAG,GAAG,CAAC,OAAO,CAmIhG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"IncubatorSuggestion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IncubatorSuggestion/IncubatorSuggestion.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"IncubatorSuggestion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/IncubatorSuggestion/IncubatorSuggestion.tsx"],"names":[],"mappings":"AAeA,OAAkB,EAAC,cAAc,EAAC,MAAM,cAAc,CAAC;AAiCvD,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,CAAC;IAEhC;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,CAAC,OAAO,UAAU,mBAAmB,CAAC,OAAO,EAAE,wBAAwB,GAAG,GAAG,CAAC,OAAO,CAoM1F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateIncubatorDialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CreateIncubatorDialog.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/IncubatorsList/CreateIncubatorDialog/CreateIncubatorDialog.tsx"],"names":[],"mappings":"AA+DA,MAAM,WAAW,0BAA0B;IACzC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,IAAI,EAAE,OAAO,CAAC;IACd;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,IAAI,CAAC;CACtB;AAED,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,OAAO,EAAE,0BAA0B,GAAG,GAAG,CAAC,OAAO,CAuG9F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollapsedFor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/CollapsedFor/CollapsedFor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CollapsedFor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/CollapsedFor/CollapsedFor.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAC,4BAA4B,EAAC,MAAM,sBAAsB,CAAC;AAKlE,OAAO,EAAC,gCAAgC,EAAC,MAAM,gBAAgB,CAAC;AAkEhE,MAAM,WAAW,6BAA6B;IAC5C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,EAAE,4BAA4B,CAAC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAE5C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,wBAAwB,CAAC,OAAO,EAAE,6BAA6B,GAAG,GAAG,CAAC,OAAO,CAqGpG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DeletedFor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/DeletedFor/DeletedFor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"DeletedFor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/DeletedFor/DeletedFor.tsx"],"names":[],"mappings":"AAUA,OAAO,EAAC,4BAA4B,EAAC,MAAM,sBAAsB,CAAC;AAElE,OAAO,EAAC,gCAAgC,EAAC,MAAM,gBAAgB,CAAC;AAkEhE,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,EAAE,4BAA4B,CAAC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAE5C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,sBAAsB,CAAC,OAAO,EAAE,2BAA2B,GAAG,GAAG,CAAC,OAAO,CAwGhG"}
|
package/lib/esm/react-ui/src/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KindlyNoticeFlag.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,4BAA4B,EAAC,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"KindlyNoticeFlag.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/KindlyNoticeFlag/KindlyNoticeFlag.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,4BAA4B,EAAC,MAAM,sBAAsB,CAAC;AAMlE,OAAO,EAAC,gCAAgC,EAAC,MAAM,gBAAgB,CAAC;AAiDhE,MAAM,WAAW,iCAAiC;IAChD;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,EAAE,4BAA4B,CAAC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAE5C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,4BAA4B,CAAC,OAAO,EAAE,iCAAiC,GAAG,GAAG,CAAC,OAAO,CAuF5G"}
|
package/lib/esm/react-ui/src/components/Notification/KindlyNoticeFor/KindlyNoticeFor.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"KindlyNoticeFor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/KindlyNoticeFor/KindlyNoticeFor.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"KindlyNoticeFor.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/Notification/KindlyNoticeFor/KindlyNoticeFor.tsx"],"names":[],"mappings":"AAMA,OAAO,EAAC,4BAA4B,EAAC,MAAM,sBAAsB,CAAC;AAKlE,OAAO,EAAC,gCAAgC,EAAC,MAAM,gBAAgB,CAAC;AAsEhE,MAAM,WAAW,gCAAgC;IAC/C;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,EAAE,4BAA4B,CAAC;IAEjD;;;OAGG;IACH,QAAQ,CAAC,EAAE,gCAAgC,CAAC;IAE5C;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,UAAU,2BAA2B,CAAC,OAAO,EAAE,gCAAgC,GAAG,GAAG,CAAC,OAAO,CAuG1G"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Notification/Notification.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAS,SAAS,EAAqE,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../../../../src/components/Notification/Notification.tsx"],"names":[],"mappings":"AAqBA,OAAO,EAAS,SAAS,EAAqE,MAAM,eAAe,CAAC;AAQpH,OAAO,EAEL,4BAA4B,EAI7B,MAAM,sBAAsB,CAAC;AA+E9B,MAAM,WAAW,iBAAkB,SAAQ,SAAS;IAClD;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,kBAAkB,EAAE,4BAA4B,CAAC;IAEjD;;;OAGG;IACH,wBAAwB,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC,OAAO,CAAC;IAEjD;;;OAGG;IACH,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAE3B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAgCG;AACH,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,OAAO,EAAE,iBAAiB,GAAG,GAAG,CAAC,OAAO,CA4RhF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PollSuggestion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PollSuggestion/PollSuggestion.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"PollSuggestion.d.ts","sourceRoot":"","sources":["../../../../../../src/components/PollSuggestion/PollSuggestion.tsx"],"names":[],"mappings":"AAyCA,MAAM,WAAW,mBAAmB;IAClC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,OAAO,EAAE,mBAAmB,GAAG,GAAG,CAAC,OAAO,CA+IhF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RelatedFeedObjects.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RelatedFeedObjects/RelatedFeedObjects.tsx"],"names":[],"mappings":"AAMA,OAAmB,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE1D,OAAO,EAAC,wBAAwB,EAAC,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"RelatedFeedObjects.d.ts","sourceRoot":"","sources":["../../../../../../src/components/RelatedFeedObjects/RelatedFeedObjects.tsx"],"names":[],"mappings":"AAMA,OAAmB,EAAC,eAAe,EAAC,MAAM,eAAe,CAAC;AAE1D,OAAO,EAAC,wBAAwB,EAAC,MAAM,wBAAwB,CAAC;AAUhE,OAAO,EAA4C,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAgC3H,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAC1C;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,wBAAwB,CAAC;IACpC;;;OAGG;IACH,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IAEnB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAGD;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,kBAAkB,CAAC,OAAO,EAAE,uBAAuB,GAAG,GAAG,CAAC,OAAO,CA2LxF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SnippetNotifications.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SnippetNotifications/SnippetNotifications.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAM,SAAS,EAAqB,MAAM,eAAe,CAAC;
|
|
1
|
+
{"version":3,"file":"SnippetNotifications.d.ts","sourceRoot":"","sources":["../../../../../../src/components/SnippetNotifications/SnippetNotifications.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAM,SAAS,EAAqB,MAAM,eAAe,CAAC;AAiDjE,MAAM,WAAW,yBAA0B,SAAQ,SAAS;IAC1D;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IAEZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,wBAAwB,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC,OAAO,CAAC;IAEjD;;;OAGG;IACH,kBAAkB,CAAC,EAAE,CAAC,IAAI,KAAA,EAAE,IAAI,KAAA,EAAE,OAAO,KAAA,KAAK,GAAG,CAAC,OAAO,CAAC;IAE1D;;;OAGG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;;;;OAKG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAE3C;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,KAAK,KAAA,EAAE,YAAY,KAAA,KAAK,IAAI,CAAC;IAEpD;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;;GA0BG;AACH,MAAM,CAAC,OAAO,UAAU,oBAAoB,CAAC,OAAO,EAAE,yBAAyB,GAAG,GAAG,CAAC,OAAO,CAqN5F"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserFollowers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserFollowers/UserFollowers.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserFollowers.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserFollowers/UserFollowers.tsx"],"names":[],"mappings":"AAUA,OAAa,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAyCxC,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CAwL9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PublicInfo.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/UserProfileEdit/Section/PublicInfo.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,YAAY,EAAa,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"PublicInfo.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/UserProfileEdit/Section/PublicInfo.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,YAAY,EAAa,MAAM,sBAAsB,CAAC;AA+C9D,MAAM,WAAW,eAAe;IAC9B;;;OAGG;IACH,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IAExB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAID,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,OAAO,EAAE,eAAe,GAAG,GAAG,CAAC,OAAO,CA8MxE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UserProfileInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserProfileInfo/UserProfileInfo.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UserProfileInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UserProfileInfo/UserProfileInfo.tsx"],"names":[],"mappings":"AAKA,OAAO,EAAC,YAAY,EAAE,UAAU,EAAC,MAAM,sBAAsB,CAAC;AA4D9D,MAAM,WAAW,oBAAoB;IACnC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB;;;OAGG;IACH,IAAI,CAAC,EAAE,UAAU,CAAC;IAElB;;;OAGG;IACH,MAAM,CAAC,EAAE,YAAY,EAAE,CAAC;IAExB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AACD;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,OAAO,EAAE,oBAAoB,GAAG,GAAG,CAAC,OAAO,CAmDlF"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"UsersFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UsersFollowed/UsersFollowed.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"UsersFollowed.d.ts","sourceRoot":"","sources":["../../../../../../src/components/UsersFollowed/UsersFollowed.tsx"],"names":[],"mappings":"AAUA,OAAa,EAAC,SAAS,EAAC,MAAM,SAAS,CAAC;AAyCxC,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB;;;OAGG;IACH,SAAS,CAAC,EAAE,SAAS,CAAC;CACvB;AAED;;;;;;;;;;;;;;;;;;;;;;;;;GAyBG;AACH,MAAM,CAAC,OAAO,UAAU,aAAa,CAAC,OAAO,EAAE,kBAAkB,GAAG,GAAG,CAAC,OAAO,CA4L9E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/ContributionActionsMenu/index.tsx"],"names":[],"mappings":"AAqDA,OAAO,EAAC,aAAa,EAAyB,gBAAgB,EAAE,wBAAwB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/shared/ContributionActionsMenu/index.tsx"],"names":[],"mappings":"AAqDA,OAAO,EAAC,aAAa,EAAyB,gBAAgB,EAAE,wBAAwB,EAAC,MAAM,sBAAsB,CAAC;AAwHtH,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,CAAC;IAEnB;;;OAGG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;;OAGG;IACH,UAAU,CAAC,EAAE,gBAAgB,CAAC;IAE9B;;;OAGG;IACH,cAAc,CAAC,EAAE,wBAAwB,CAAC;IAE1C;;;OAGG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IAEzB;;;OAGG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAE9B;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,aAAa,GAAG,gBAAgB,KAAK,IAAI,CAAC;IAErE;;OAEG;IACH,kBAAkB,CAAC,EAAE,CAAC,GAAG,EAAE,aAAa,GAAG,gBAAgB,KAAK,IAAI,CAAC;IAErE;;OAEG;IACH,oBAAoB,CAAC,EAAE,CAAC,GAAG,EAAE,aAAa,GAAG,gBAAgB,KAAK,IAAI,CAAC;IAEvE;;OAEG;IACH,qBAAqB,CAAC,EAAE,CAAC,GAAG,EAAE,aAAa,GAAG,gBAAgB,KAAK,IAAI,CAAC;IAExE;;OAEG;IACH,iCAAiC,CAAC,EAAE,CAAC,GAAG,EAAE,aAAa,GAAG,gBAAgB,KAAK,IAAI,CAAC;IAEpF;;;OAGG;IACH,WAAW,CAAC,EAAE,GAAG,CAAC;IAElB;;OAEG;IACH,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAC;CAClB;AAED,MAAM,CAAC,OAAO,UAAU,uBAAuB,CAAC,KAAK,EAAE,4BAA4B,GAAG,GAAG,CAAC,OAAO,CA45BhG"}
|
|
@@ -17,7 +17,7 @@ var _CentralProgress = _interopRequireDefault(require("../CentralProgress"));
|
|
|
17
17
|
|
|
18
18
|
var _Errors = require("../../constants/Errors");
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _utils = require("@selfcommunity/utils");
|
|
21
21
|
|
|
22
22
|
var _notistack = require("notistack");
|
|
23
23
|
|
|
@@ -320,7 +320,7 @@ function ContributionActionsMenu(props) {
|
|
|
320
320
|
onSuspendNotificationContribution && onSuspendNotificationContribution(_feedObj);
|
|
321
321
|
setCurrentActionLoading(null);
|
|
322
322
|
}).catch(error => {
|
|
323
|
-
|
|
323
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
324
324
|
|
|
325
325
|
setCurrentAction(null);
|
|
326
326
|
setCurrentActionLoading(null);
|
|
@@ -452,7 +452,7 @@ function ContributionActionsMenu(props) {
|
|
|
452
452
|
}).catch(error => {
|
|
453
453
|
console.dir(error);
|
|
454
454
|
|
|
455
|
-
|
|
455
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
456
456
|
});
|
|
457
457
|
}
|
|
458
458
|
|
|
@@ -475,7 +475,7 @@ function ContributionActionsMenu(props) {
|
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
477
|
}).catch(error => {
|
|
478
|
-
|
|
478
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
479
479
|
});
|
|
480
480
|
}
|
|
481
481
|
|
|
@@ -503,7 +503,7 @@ function ContributionActionsMenu(props) {
|
|
|
503
503
|
setFlagType(flagType === type ? null : type);
|
|
504
504
|
setIsFlagging(false);
|
|
505
505
|
}).catch(error => {
|
|
506
|
-
|
|
506
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
507
507
|
});
|
|
508
508
|
}
|
|
509
509
|
}
|
|
@@ -571,7 +571,7 @@ function ContributionActionsMenu(props) {
|
|
|
571
571
|
}
|
|
572
572
|
|
|
573
573
|
if (action === _ContributionsActionsMenu.GET_CONTRIBUTION_PERMALINK) {
|
|
574
|
-
(0,
|
|
574
|
+
(0, _utils.copyTextToClipboard)(`${location.protocol}//${location.host}${scRoutingContext.url((0, _contribution.getContributionRouteName)(contributionObj), (0, _contribution.getRouteData)(contributionObj))}`).then(() => {
|
|
575
575
|
setOpen(false);
|
|
576
576
|
enqueueSnackbar( /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, {
|
|
577
577
|
id: "ui.common.permanentLinkCopied",
|
|
@@ -667,7 +667,7 @@ function ContributionActionsMenu(props) {
|
|
|
667
667
|
onDeleteContribution && onDeleteContribution(contributionObj);
|
|
668
668
|
performPostConfirmAction(true);
|
|
669
669
|
}).catch(error => {
|
|
670
|
-
|
|
670
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
671
671
|
|
|
672
672
|
performPostConfirmAction(false);
|
|
673
673
|
});
|
|
@@ -677,7 +677,7 @@ function ContributionActionsMenu(props) {
|
|
|
677
677
|
onRestoreContribution && onRestoreContribution(contributionObj);
|
|
678
678
|
performPostConfirmAction(true);
|
|
679
679
|
}).catch(error => {
|
|
680
|
-
|
|
680
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
681
681
|
|
|
682
682
|
performPostConfirmAction(false);
|
|
683
683
|
});
|
|
@@ -689,7 +689,7 @@ function ContributionActionsMenu(props) {
|
|
|
689
689
|
onHideContribution && onHideContribution(contributionObj);
|
|
690
690
|
performPostConfirmAction(true);
|
|
691
691
|
}).catch(error => {
|
|
692
|
-
|
|
692
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
693
693
|
|
|
694
694
|
performPostConfirmAction(false);
|
|
695
695
|
});
|
|
@@ -701,7 +701,7 @@ function ContributionActionsMenu(props) {
|
|
|
701
701
|
onDeleteContribution && onDeleteContribution(contributionObj);
|
|
702
702
|
performPostConfirmAction(true);
|
|
703
703
|
}).catch(error => {
|
|
704
|
-
|
|
704
|
+
_utils.Logger.error(_Errors.SCOPE_SC_UI, error);
|
|
705
705
|
|
|
706
706
|
performPostConfirmAction(false);
|
|
707
707
|
});
|
|
@@ -17,7 +17,7 @@ var _classnames = _interopRequireDefault(require("classnames"));
|
|
|
17
17
|
|
|
18
18
|
var _react2 = require("@emotion/react");
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _utils = require("@selfcommunity/utils");
|
|
21
21
|
|
|
22
22
|
var _Lightbox = require("../../constants/Lightbox");
|
|
23
23
|
|
|
@@ -622,7 +622,7 @@ class ReactImageLightbox extends _react.default.Component {
|
|
|
622
622
|
targetWidth
|
|
623
623
|
}) {
|
|
624
624
|
let nextX = x;
|
|
625
|
-
const windowWidth = (0,
|
|
625
|
+
const windowWidth = (0, _utils.getWindowWidth)();
|
|
626
626
|
|
|
627
627
|
if (width > windowWidth) {
|
|
628
628
|
nextX += (windowWidth - width) / 2;
|
|
@@ -643,7 +643,7 @@ class ReactImageLightbox extends _react.default.Component {
|
|
|
643
643
|
} // Prevents cross-origin errors when using a cross-origin iframe
|
|
644
644
|
|
|
645
645
|
|
|
646
|
-
this['windowContext'] = (0,
|
|
646
|
+
this['windowContext'] = (0, _utils.getHighestSafeWindowContext)();
|
|
647
647
|
this['listeners'] = {
|
|
648
648
|
resize: this.handleWindowResize,
|
|
649
649
|
mouseup: this.handleMouseUp,
|
|
@@ -864,8 +864,8 @@ class ReactImageLightbox extends _react.default.Component {
|
|
|
864
864
|
}
|
|
865
865
|
|
|
866
866
|
return {
|
|
867
|
-
width: (0,
|
|
868
|
-
height: (0,
|
|
867
|
+
width: (0, _utils.getWindowWidth)(),
|
|
868
|
+
height: (0, _utils.getWindowHeight)(),
|
|
869
869
|
top: 0,
|
|
870
870
|
right: 0,
|
|
871
871
|
bottom: 0,
|
|
@@ -15,7 +15,7 @@ var _TextField = _interopRequireDefault(require("@mui/material/TextField"));
|
|
|
15
15
|
|
|
16
16
|
var _apiServices = require("@selfcommunity/api-services");
|
|
17
17
|
|
|
18
|
-
var
|
|
18
|
+
var _utils = require("@selfcommunity/utils");
|
|
19
19
|
|
|
20
20
|
var _Media = require("../../../../constants/Media");
|
|
21
21
|
|
|
@@ -77,7 +77,7 @@ var _default = props => {
|
|
|
77
77
|
const target = event.target;
|
|
78
78
|
setState({
|
|
79
79
|
url: target.value,
|
|
80
|
-
urlError:
|
|
80
|
+
urlError: (0, _utils.isValidUrl)(target.value) ? null : intl.formatMessage(_common.default.urlError)
|
|
81
81
|
});
|
|
82
82
|
};
|
|
83
83
|
|
|
@@ -110,7 +110,7 @@ var _default = props => {
|
|
|
110
110
|
const handlePaste = event => {
|
|
111
111
|
timerRef.current && clearTimeout(timerRef.current);
|
|
112
112
|
timerRef.current = setTimeout(() => {
|
|
113
|
-
if (
|
|
113
|
+
if ((0, _utils.isValidUrl)(urlRef.current)) {
|
|
114
114
|
handleSubmit(event);
|
|
115
115
|
}
|
|
116
116
|
}, 500);
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
-
import { capitalize, isString, stripHtml, camelCase } from './utils/string';
|
|
2
|
-
import { isValidUrl, isValidUrls, urlReplacer, getDomain } from './utils/url';
|
|
1
|
+
import { capitalize, isString, stripHtml, camelCase, copyTextToClipboard, fallbackCopyTextToClipboard, random } from './utils/string';
|
|
2
|
+
import { isValidUrl, isValidUrls, urlReplacer, getDomain, appendURLSearchParams, urlB64ToUint8Array } from './utils/url';
|
|
3
|
+
import { getHighestSafeWindowContext, getWindowWidth, getWindowHeight } from './utils/window';
|
|
4
|
+
import { mergeDeep, isObject } from './utils/object';
|
|
5
|
+
import { loadVersionBrowser } from './utils/browser';
|
|
6
|
+
import { Logger } from './utils/logger';
|
|
7
|
+
import WSClient, { WSClientType, WSClientPropTypes } from './utils/websocket';
|
|
3
8
|
/**
|
|
4
9
|
* Export all utilities
|
|
5
10
|
*/
|
|
6
|
-
export { capitalize, isString, stripHtml, camelCase, isValidUrl, isValidUrls, urlReplacer, getDomain };
|
|
11
|
+
export { capitalize, isString, stripHtml, camelCase, copyTextToClipboard, fallbackCopyTextToClipboard, random, isValidUrl, isValidUrls, urlReplacer, getDomain, appendURLSearchParams, urlB64ToUint8Array, getHighestSafeWindowContext, getWindowWidth, getWindowHeight, Logger, mergeDeep, isObject, WSClient, WSClientType, WSClientPropTypes, loadVersionBrowser };
|
|
7
12
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../utils/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAC,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../utils/src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,SAAS,EAAE,mBAAmB,EAAE,2BAA2B,EAAE,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACpI,OAAO,EAAC,UAAU,EAAE,WAAW,EAAE,WAAW,EAAE,SAAS,EAAE,qBAAqB,EAAE,kBAAkB,EAAC,MAAM,aAAa,CAAC;AACvH,OAAO,EAAC,2BAA2B,EAAE,cAAc,EAAE,eAAe,EAAC,MAAM,gBAAgB,CAAC;AAC5F,OAAO,EAAC,SAAS,EAAE,QAAQ,EAAC,MAAM,gBAAgB,CAAC;AACnD,OAAO,EAAC,kBAAkB,EAAC,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAC,MAAM,EAAC,MAAM,gBAAgB,CAAC;AACtC,OAAO,QAAQ,EAAE,EAAC,YAAY,EAAE,iBAAiB,EAAC,MAAM,mBAAmB,CAAC;AAE5E;;GAEG;AACH,OAAO,EACL,UAAU,EACV,QAAQ,EACR,SAAS,EACT,SAAS,EACT,mBAAmB,EACnB,2BAA2B,EAC3B,MAAM,EACN,UAAU,EACV,WAAW,EACX,WAAW,EACX,SAAS,EACT,qBAAqB,EACrB,kBAAkB,EAClB,2BAA2B,EAC3B,cAAc,EACd,eAAe,EACf,MAAM,EACN,SAAS,EACT,QAAQ,EACR,QAAQ,EACR,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EACnB,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Get browser version to track on backend
|
|
3
|
+
* @return {{name: string, version: null}|{name: string, version: string}|{name: *, version: *}|{name: string, version}}
|
|
4
|
+
*/
|
|
5
|
+
export declare const loadVersionBrowser: () => {
|
|
6
|
+
name: any;
|
|
7
|
+
version: any;
|
|
8
|
+
};
|
|
9
|
+
//# sourceMappingURL=browser.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"browser.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/browser.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,kBAAkB;;;CAgE9B,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/logger.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,qBAAa,MAAM;IACjB,MAAM,CAAC,IAAI,CAAC,KAAK,KAAA,EAAE,OAAO,KAAA;IAI1B,MAAM,CAAC,IAAI,CAAC,KAAK,KAAA,EAAE,OAAO,KAAA;IAI1B,MAAM,CAAC,KAAK,CAAC,KAAK,KAAA,EAAE,OAAO,KAAA;IAI3B,MAAM,CAAC,GAAG,CAAC,KAAK,KAAA,EAAE,OAAO,KAAA;IAIzB,MAAM,CAAC,KAAK,CAAC,KAAK,KAAA,EAAE,OAAO,KAAA;CAG5B"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"object.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/object.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,CAAC,KAAA,WAEzB;AAED;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,GAAG,MAAM,CAgBhE"}
|
|
@@ -18,4 +18,26 @@ export declare function camelCase(str: string): string;
|
|
|
18
18
|
* @param str
|
|
19
19
|
*/
|
|
20
20
|
export declare function stripHtml(str: string): string;
|
|
21
|
+
export declare function random(): string;
|
|
22
|
+
/**
|
|
23
|
+
* Fallback if navigator.clipboard doensn't exist
|
|
24
|
+
* @param text
|
|
25
|
+
* @returns {Promise<void>}
|
|
26
|
+
*/
|
|
27
|
+
export declare function fallbackCopyTextToClipboard(text: any): Promise<void>;
|
|
28
|
+
/**
|
|
29
|
+
* Copy text to clipboard
|
|
30
|
+
* @param text
|
|
31
|
+
* @returns {Promise<void>}
|
|
32
|
+
*
|
|
33
|
+
* Ex.
|
|
34
|
+
* copyTextToClipboard(text).then(
|
|
35
|
+
* function () {
|
|
36
|
+
* console.log('Async: Copying to clipboard was successful!');
|
|
37
|
+
* },
|
|
38
|
+
* function (err) {
|
|
39
|
+
* console.error('Async: Could not copy text: ', err);
|
|
40
|
+
* });
|
|
41
|
+
*/
|
|
42
|
+
export declare function copyTextToClipboard(text: any): Promise<void>;
|
|
21
43
|
//# sourceMappingURL=string.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/string.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,CAAC,KAAA,WAEzB;AAED;;;GAGG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAO9C;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAiB7C;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE7C"}
|
|
1
|
+
{"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/string.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,wBAAgB,QAAQ,CAAC,CAAC,KAAA,WAEzB;AAED;;;GAGG;AACH,wBAAgB,UAAU,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAO9C;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAiB7C;AAED;;;GAGG;AACH,wBAAgB,SAAS,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAE7C;AAED,wBAAgB,MAAM,WAErB;AAED;;;;GAIG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,KAAA,iBAqB/C;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,mBAAmB,CAAC,IAAI,KAAA,iBAKvC"}
|
|
@@ -19,4 +19,15 @@ export declare const isValidUrl: (url: string) => boolean;
|
|
|
19
19
|
* @param delimiter
|
|
20
20
|
*/
|
|
21
21
|
export declare const isValidUrls: (value: string, delimiter: string) => boolean;
|
|
22
|
+
/**
|
|
23
|
+
* Append params
|
|
24
|
+
* @param baseUrl
|
|
25
|
+
* @param queryParams
|
|
26
|
+
*/
|
|
27
|
+
export declare function appendURLSearchParams(baseUrl: string, queryParams: Record<string, string | number>[]): string;
|
|
28
|
+
/**
|
|
29
|
+
* Take the application server's public key, which is Base64 URL-safe encoded,
|
|
30
|
+
* and convert it to a UInt8Array, because this is the expected input of the subscribe()
|
|
31
|
+
*/
|
|
32
|
+
export declare const urlB64ToUint8Array: (base64String: any) => Uint8Array;
|
|
22
33
|
//# sourceMappingURL=url.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/url.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,WAAW,SAAU,MAAM,cAWtB,MAAM,QACvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,SAAS,QAAS,MAAM,KAAG,MAOvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,QAAS,MAAM,KAAG,OAGxC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,WAAW,UAAW,MAAM,aAAa,MAAM,KAAG,OAG9D,CAAC"}
|
|
1
|
+
{"version":3,"file":"url.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/url.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,eAAO,MAAM,WAAW,SAAU,MAAM,cAWtB,MAAM,QACvB,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,SAAS,QAAS,MAAM,KAAG,MAOvC,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,UAAU,QAAS,MAAM,KAAG,OAGxC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,WAAW,UAAW,MAAM,aAAa,MAAM,KAAG,OAG9D,CAAC;AAEF;;;;GAIG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,CAAC,EAAE,UAWpG;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB,mCAW9B,CAAC"}
|
|
File without changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"websocket.d.ts","sourceRoot":"","sources":["../../../../../../utils/src/utils/websocket.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IAEZ;;OAEG;IACH,SAAS,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAE7B;;OAEG;IACH,YAAY,CAAC,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,aAAa,CAAC,EAAE,OAAO,CAAC;IAExB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,CAAC;IAEtB;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,CAAC;IAEvB;;OAEG;IACH,YAAY,CAAC,EAAE,CAAC,GAAG,KAAA,KAAK,GAAG,CAAC;IAE5B;;OAEG;IACH,cAAc,CAAC,EAAE,CAAC,IAAI,KAAA,KAAK,GAAG,CAAC;IAE/B;;OAEG;IACH,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB;AAED,MAAM,WAAW,YAAY;IAC3B;;;OAGG;IACH,WAAW,EAAE,CAAC,OAAO,KAAA,KAAK,IAAI,CAAC;IAE/B;;OAEG;IACH,QAAQ,EAAE,MAAM,MAAM,CAAC;IAEvB;;OAEG;IACH,YAAY,EAAE,MAAM,OAAO,CAAC;IAE5B;;OAEG;IACH,WAAW,EAAE,MAAM,OAAO,CAAC;IAE3B;;OAEG;IACH,SAAS,EAAE,MAAM,OAAO,CAAC;IAEzB;;OAEG;IACH,QAAQ,EAAE,MAAM,OAAO,CAAC;IAExB;;OAEG;IACH,KAAK,EAAE,MAAM,IAAI,CAAC;CACnB;AAED;;;;GAIG;AACH,MAAM,CAAC,OAAO,OAAO,QAAS,YAAW,YAAY;IACnD,OAAO,CAAC,MAAM,CAAC,SAAS,CAAC;IACzB,OAAO,CAAC,IAAI,CAAC;IACb,OAAO,CAAC,GAAG,CAAC;IACZ,OAAO,CAAC,MAAM,CAAC;IACf,OAAO,CAAC,SAAS,CAAK;IACtB,OAAO,CAAC,kBAAkB,CAAQ;IAClC,OAAO,CAAC,iBAAiB,CAAK;IAE9B;;;OAGG;gBACS,GAAG,EAAE,iBAAiB;IAQlC;;OAEG;WACW,WAAW,CAAC,GAAG,KAAA,GAAG,QAAQ;IAKxC;;OAEG;IACH,OAAO;IAyBP;;;OAGG;IACH,cAAc,CAAC,GAAG,EAAE,iBAAiB;IAqCrC;;;OAGG;IACH,cAAc;IAQd;;;OAGG;IACH,SAAS;IAKT;;;OAGG;IACH,aAAa;IAeb;;;OAGG;IACH,MAAM;IAUN;;;OAGG;IACH,OAAO,CAAC,GAAG,KAAA;IAMX;;;OAGG;IACH,OAAO,CAAC,GAAG,KAAA;IAKX;;;;;OAKG;IACH,SAAS,CAAC,GAAG,KAAA;IASb;;;;OAIG;IACH,eAAe,CAAC,CAAC,KAAA;IAUjB;;;OAGG;IACI,WAAW,CAAC,OAAO,KAAA;IAI1B;;OAEG;IACI,QAAQ;IAIf;;OAEG;IACI,YAAY;IAInB;;OAEG;IACI,WAAW;IAIlB;;OAEG;IACI,SAAS;IAIhB;;OAEG;IACI,QAAQ;IAIf;;OAEG;IACI,KAAK;CAQb"}
|