be-components 5.1.8 → 5.1.9
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/commonjs/Components/Icons.js +28 -1
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +13 -1
- package/lib/commonjs/Components/Themed.js.map +1 -1
- package/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.js +47 -24
- package/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.js.map +1 -1
- package/lib/commonjs/SocialComponents/FormattedTextInput/index.js +41 -8
- package/lib/commonjs/SocialComponents/FormattedTextInput/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/GifSelector/NativeSelector.js +14 -0
- package/lib/commonjs/SocialComponents/GifSelector/NativeSelector.js.map +1 -0
- package/lib/commonjs/SocialComponents/GifSelector/WebSelector.js +123 -0
- package/lib/commonjs/SocialComponents/GifSelector/WebSelector.js.map +1 -0
- package/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.js +89 -0
- package/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.js.map +1 -0
- package/lib/commonjs/SocialComponents/GroupChat/index.js +426 -0
- package/lib/commonjs/SocialComponents/GroupChat/index.js.map +1 -0
- package/lib/commonjs/SocialComponents/ImageRenderer.js +55 -0
- package/lib/commonjs/SocialComponents/ImageRenderer.js.map +1 -0
- package/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.js +219 -0
- package/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.js.map +1 -0
- package/lib/commonjs/SocialComponents/InputBar/index.js +59 -5
- package/lib/commonjs/SocialComponents/InputBar/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.js +2 -0
- package/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.js.map +1 -0
- package/lib/commonjs/SocialComponents/PostCard/components/ImageList.js +37 -25
- package/lib/commonjs/SocialComponents/PostCard/components/ImageList.js.map +1 -1
- package/lib/commonjs/SocialComponents/PostCard/index.js +148 -70
- package/lib/commonjs/SocialComponents/PostCard/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/Poster/index.js +325 -0
- package/lib/commonjs/SocialComponents/Poster/index.js.map +1 -0
- package/lib/commonjs/SocialComponents/SocialOrderCard.js +8 -3
- package/lib/commonjs/SocialComponents/SocialOrderCard.js.map +1 -1
- package/lib/commonjs/SocialComponents/SocialOrdersList.js +20 -2
- package/lib/commonjs/SocialComponents/SocialOrdersList.js.map +1 -1
- package/lib/commonjs/SocialComponents/UrlPreviewCard.js +115 -0
- package/lib/commonjs/SocialComponents/UrlPreviewCard.js.map +1 -0
- package/lib/commonjs/SocialComponents/api/index.js +383 -0
- package/lib/commonjs/SocialComponents/api/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/index.js +14 -0
- package/lib/commonjs/SocialComponents/index.js.map +1 -1
- package/lib/module/Components/Icons.js +28 -1
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/Themed.js +13 -1
- package/lib/module/Components/Themed.js.map +1 -1
- package/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.js +48 -25
- package/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.js.map +1 -1
- package/lib/module/SocialComponents/FormattedTextInput/index.js +41 -8
- package/lib/module/SocialComponents/FormattedTextInput/index.js.map +1 -1
- package/lib/module/SocialComponents/GifSelector/NativeSelector.js +7 -0
- package/lib/module/SocialComponents/GifSelector/NativeSelector.js.map +1 -0
- package/lib/module/SocialComponents/GifSelector/WebSelector.js +125 -0
- package/lib/module/SocialComponents/GifSelector/WebSelector.js.map +1 -0
- package/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.js +82 -0
- package/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.js.map +1 -0
- package/lib/module/SocialComponents/GroupChat/index.js +418 -0
- package/lib/module/SocialComponents/GroupChat/index.js.map +1 -0
- package/lib/module/SocialComponents/ImageRenderer.js +48 -0
- package/lib/module/SocialComponents/ImageRenderer.js.map +1 -0
- package/lib/module/SocialComponents/InputBar/components/ActionSelector.js +210 -0
- package/lib/module/SocialComponents/InputBar/components/ActionSelector.js.map +1 -0
- package/lib/module/SocialComponents/InputBar/index.js +58 -6
- package/lib/module/SocialComponents/InputBar/index.js.map +1 -1
- package/lib/module/SocialComponents/PostCard/components/ArticleCard.js +2 -0
- package/lib/module/SocialComponents/PostCard/components/ArticleCard.js.map +1 -0
- package/lib/module/SocialComponents/PostCard/components/ImageList.js +37 -25
- package/lib/module/SocialComponents/PostCard/components/ImageList.js.map +1 -1
- package/lib/module/SocialComponents/PostCard/index.js +148 -70
- package/lib/module/SocialComponents/PostCard/index.js.map +1 -1
- package/lib/module/SocialComponents/Poster/index.js +316 -0
- package/lib/module/SocialComponents/Poster/index.js.map +1 -0
- package/lib/module/SocialComponents/SocialOrderCard.js +8 -3
- package/lib/module/SocialComponents/SocialOrderCard.js.map +1 -1
- package/lib/module/SocialComponents/SocialOrdersList.js +21 -3
- package/lib/module/SocialComponents/SocialOrdersList.js.map +1 -1
- package/lib/module/SocialComponents/UrlPreviewCard.js +106 -0
- package/lib/module/SocialComponents/UrlPreviewCard.js.map +1 -0
- package/lib/module/SocialComponents/api/index.js +383 -0
- package/lib/module/SocialComponents/api/index.js.map +1 -1
- package/lib/module/SocialComponents/index.js +3 -1
- package/lib/module/SocialComponents/index.js.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts +5 -0
- package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.d.ts +2 -1
- package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/index.d.ts +6 -1
- package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/NativeSelector.d.ts +4 -0
- package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/NativeSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/WebSelector.d.ts +4 -0
- package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/WebSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/index.d.ts +14 -0
- package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/ImageRenderer.d.ts +11 -0
- package/lib/typescript/lib/commonjs/SocialComponents/ImageRenderer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.d.ts +9 -0
- package/lib/typescript/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/InputBar/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/SocialComponents/InputBar/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.d.ts +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts +1 -2
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts +4 -1
- package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/Poster/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/SocialComponents/Poster/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts +2 -1
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts +2 -1
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/UrlPreviewCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/SocialComponents/UrlPreviewCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts +89 -0
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts +2 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts +5 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts +3 -2
- package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/index.d.ts +6 -1
- package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/GifSelector/NativeSelector.d.ts +4 -0
- package/lib/typescript/lib/module/SocialComponents/GifSelector/NativeSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/GifSelector/WebSelector.d.ts +13 -0
- package/lib/typescript/lib/module/SocialComponents/GifSelector/WebSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/GroupChat/index.d.ts +14 -0
- package/lib/typescript/lib/module/SocialComponents/GroupChat/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/ImageRenderer.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/ImageRenderer.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/InputBar/components/ActionSelector.d.ts +10 -0
- package/lib/typescript/lib/module/SocialComponents/InputBar/components/ActionSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/InputBar/index.d.ts +3 -1
- package/lib/typescript/lib/module/SocialComponents/InputBar/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ArticleCard.d.ts +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ArticleCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts +1 -2
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts +4 -1
- package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/Poster/index.d.ts +11 -0
- package/lib/typescript/lib/module/SocialComponents/Poster/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts +3 -2
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts +2 -1
- package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/UrlPreviewCard.d.ts +9 -0
- package/lib/typescript/lib/module/SocialComponents/UrlPreviewCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts +89 -0
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/index.d.ts +3 -1
- package/lib/typescript/lib/module/SocialComponents/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/Icons.d.ts +1 -0
- package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts +1 -0
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/FormattedTextInput/components/TagSelector.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/FormattedTextInput/index.d.ts +6 -1
- package/lib/typescript/src/SocialComponents/FormattedTextInput/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/GifSelector/NativeSelector.d.ts +4 -0
- package/lib/typescript/src/SocialComponents/GifSelector/NativeSelector.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/GifSelector/WebSelector.d.ts +11 -0
- package/lib/typescript/src/SocialComponents/GifSelector/WebSelector.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/GroupChat/components/GroupMessageCard.d.ts +18 -0
- package/lib/typescript/src/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/GroupChat/index.d.ts +25 -0
- package/lib/typescript/src/SocialComponents/GroupChat/index.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/ImageRenderer.d.ts +21 -0
- package/lib/typescript/src/SocialComponents/ImageRenderer.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/InputBar/components/ActionSelector.d.ts +16 -0
- package/lib/typescript/src/SocialComponents/InputBar/components/ActionSelector.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/InputBar/index.d.ts +10 -1
- package/lib/typescript/src/SocialComponents/InputBar/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PostCard/components/ArticleCard.d.ts +1 -0
- package/lib/typescript/src/SocialComponents/PostCard/components/ArticleCard.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/PostCard/components/ImageList.d.ts +1 -1
- package/lib/typescript/src/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/PostCard/index.d.ts +4 -2
- package/lib/typescript/src/SocialComponents/PostCard/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/Poster/index.d.ts +16 -0
- package/lib/typescript/src/SocialComponents/Poster/index.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/SocialOrdersList.d.ts +2 -1
- package/lib/typescript/src/SocialComponents/SocialOrdersList.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/UrlPreviewCard.d.ts +10 -0
- package/lib/typescript/src/SocialComponents/UrlPreviewCard.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/api/index.d.ts +37 -1
- package/lib/typescript/src/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/index.d.ts +3 -1
- package/lib/typescript/src/SocialComponents/index.d.ts.map +1 -1
- package/package.json +5 -1
- package/src/Components/Icons.tsx +18 -1
- package/src/Components/Themed.tsx +11 -1
- package/src/SocialComponents/FormattedTextInput/components/TagSelector.tsx +24 -17
- package/src/SocialComponents/FormattedTextInput/index.tsx +32 -7
- package/src/SocialComponents/GifSelector/NativeSelector.tsx +13 -0
- package/src/SocialComponents/GifSelector/WebSelector.tsx +91 -0
- package/src/SocialComponents/GroupChat/components/GroupMessageCard.tsx +84 -0
- package/src/SocialComponents/GroupChat/index.tsx +333 -0
- package/src/SocialComponents/ImageRenderer.tsx +42 -0
- package/src/SocialComponents/InputBar/components/ActionSelector.tsx +164 -0
- package/src/SocialComponents/InputBar/index.tsx +40 -6
- package/src/SocialComponents/PostCard/components/ArticleCard.tsx +2 -0
- package/src/SocialComponents/PostCard/components/ImageList.tsx +28 -21
- package/src/SocialComponents/PostCard/index.tsx +122 -56
- package/src/SocialComponents/Poster/index.tsx +264 -0
- package/src/SocialComponents/SocialOrderCard.tsx +4 -6
- package/src/SocialComponents/SocialOrdersList.tsx +14 -8
- package/src/SocialComponents/UrlPreviewCard.tsx +75 -0
- package/src/SocialComponents/api/index.ts +345 -3
- package/src/SocialComponents/index.tsx +4 -0
- package/src/types.d.ts +58 -0
package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export default TagSelector;
|
|
2
|
-
declare function TagSelector({ type, visible, working_tag, onSelectTag, onCancel }: {
|
|
2
|
+
declare function TagSelector({ width, type, visible, working_tag, onSelectTag, onCancel }: {
|
|
3
|
+
width: any;
|
|
3
4
|
type: any;
|
|
4
5
|
visible: any;
|
|
5
6
|
working_tag: any;
|
|
@@ -7,6 +8,6 @@ declare function TagSelector({ type, visible, working_tag, onSelectTag, onCancel
|
|
|
7
8
|
onCancel: any;
|
|
8
9
|
}): React.FunctionComponentElement<{
|
|
9
10
|
children?: React.ReactNode | undefined;
|
|
10
|
-
}> | React.
|
|
11
|
+
}> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
11
12
|
import React from 'react';
|
|
12
13
|
//# sourceMappingURL=TagSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagSelector.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/FormattedTextInput/components/TagSelector.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"TagSelector.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/FormattedTextInput/components/TagSelector.js"],"names":[],"mappings":";AAKA;;;;;;;;;8DAiJC;kBAtJ0C,OAAO"}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
export default FormattedTextInput;
|
|
2
|
-
declare function FormattedTextInput({ submit_title, icon_submit, keep_on_submit, submit_placement, placeholder, init_data, onSelectInput, onChangeText, onSubmit, onFocusPosition }: {
|
|
2
|
+
declare function FormattedTextInput({ width, disable_scroll, submit_title, hide_border, tag_selector_location, icon_submit, keep_on_submit, submit_caller, submit_placement, placeholder, init_data, onSelectInput, onChangeText, onSubmit, onFocusPosition }: {
|
|
3
|
+
width: any;
|
|
4
|
+
disable_scroll: any;
|
|
3
5
|
submit_title: any;
|
|
6
|
+
hide_border: any;
|
|
7
|
+
tag_selector_location: any;
|
|
4
8
|
icon_submit: any;
|
|
5
9
|
keep_on_submit: any;
|
|
10
|
+
submit_caller: any;
|
|
6
11
|
submit_placement: any;
|
|
7
12
|
placeholder: any;
|
|
8
13
|
init_data: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/FormattedTextInput/index.js"],"names":[],"mappings":";AAOA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/FormattedTextInput/index.js"],"names":[],"mappings":";AAOA;;;;;;;;;;;;;;;;kGAqQC;kBA5QmD,OAAO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NativeSelector.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/GifSelector/NativeSelector.js"],"names":[],"mappings":";AAEA,gGAEC;kBAJiB,OAAO"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare const _default: React.MemoExoticComponent<({ isVisible, gifSelect, closeModal, view_mode, width }: {
|
|
2
|
+
isVisible: any;
|
|
3
|
+
gifSelect: any;
|
|
4
|
+
closeModal: any;
|
|
5
|
+
view_mode: any;
|
|
6
|
+
width: any;
|
|
7
|
+
}) => React.FunctionComponentElement<{
|
|
8
|
+
children?: React.ReactNode | undefined;
|
|
9
|
+
}> | React.CElement<import("react-native").ModalProps, Modal>>;
|
|
10
|
+
export default _default;
|
|
11
|
+
import React from 'react';
|
|
12
|
+
import { Modal } from 'react-native';
|
|
13
|
+
//# sourceMappingURL=WebSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebSelector.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/GifSelector/WebSelector.js"],"names":[],"mappings":";;;;;;;;;;kBAAuD,OAAO;sBAclB,cAAc"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default GroupMessageCard;
|
|
2
|
+
declare function GroupMessageCard({ group_message, mine, player, width, onSelectImage, onSelectTag }: {
|
|
3
|
+
group_message: any;
|
|
4
|
+
mine: any;
|
|
5
|
+
player: any;
|
|
6
|
+
width: any;
|
|
7
|
+
onSelectImage: any;
|
|
8
|
+
onSelectTag: any;
|
|
9
|
+
}): React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=GroupMessageCard.d.ts.map
|
package/lib/typescript/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupMessageCard.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/GroupChat/components/GroupMessageCard.js"],"names":[],"mappings":";AAQA;;;;;;;6DAuEC;kBA/EiB,OAAO"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default GroupChat;
|
|
2
|
+
declare function GroupChat({ my_id, player_id, width, group_id, access_token, distinct_id, onFocusPosition, onSelectImage, onSelectTag }: {
|
|
3
|
+
my_id: any;
|
|
4
|
+
player_id: any;
|
|
5
|
+
width: any;
|
|
6
|
+
group_id: any;
|
|
7
|
+
access_token: any;
|
|
8
|
+
distinct_id: any;
|
|
9
|
+
onFocusPosition: any;
|
|
10
|
+
onSelectImage: any;
|
|
11
|
+
onSelectTag: any;
|
|
12
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
13
|
+
import React from 'react';
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/GroupChat/index.js"],"names":[],"mappings":";AAWA;;;;;;;;;;kGAoZC;kBA/ZiB,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default ImageRenderer;
|
|
2
|
+
declare function ImageRenderer({ image, width, onSelectImage, max_height, style, allow_aspect_change }: {
|
|
3
|
+
image: any;
|
|
4
|
+
width: any;
|
|
5
|
+
onSelectImage: any;
|
|
6
|
+
max_height: any;
|
|
7
|
+
style: any;
|
|
8
|
+
allow_aspect_change: any;
|
|
9
|
+
}): React.FunctionComponentElement<any>;
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=ImageRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageRenderer.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/ImageRenderer.js"],"names":[],"mappings":";AAGA;;;;;;;wCA0CC;kBA7CiB,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default ActionSelector;
|
|
2
|
+
declare function ActionSelector({ visible, insets, onClose, onTagOrder }: {
|
|
3
|
+
visible: any;
|
|
4
|
+
insets: any;
|
|
5
|
+
onClose: any;
|
|
6
|
+
onTagOrder: any;
|
|
7
|
+
}): React.CElement<import("react-native").ModalProps, Modal>;
|
|
8
|
+
import { Modal } from "react-native";
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=ActionSelector.d.ts.map
|
package/lib/typescript/lib/module/SocialComponents/InputBar/components/ActionSelector.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionSelector.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/InputBar/components/ActionSelector.js"],"names":[],"mappings":";AAOA;;;;;6DAwMC;sBA9MkD,cAAc;kBADtB,OAAO"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export default InputBar;
|
|
2
|
-
declare function InputBar({ actions, onImageUpload }: {
|
|
2
|
+
declare function InputBar({ actions, insets, onImageUpload, onTagOrder }: {
|
|
3
3
|
actions: any;
|
|
4
|
+
insets: any;
|
|
4
5
|
onImageUpload: any;
|
|
6
|
+
onTagOrder: any;
|
|
5
7
|
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
6
8
|
import React from 'react';
|
|
7
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/InputBar/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/InputBar/index.js"],"names":[],"mappings":";AAOA;;;;;kGAyFC;kBAhG+B,OAAO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=ArticleCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArticleCard.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/PostCard/components/ArticleCard.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageList.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/PostCard/components/ImageList.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ImageList.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/PostCard/components/ImageList.js"],"names":[],"mappings":";AAIA;;;2DAiDC;qBApDqC,cAAc;kBADlC,OAAO"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export default PostCard;
|
|
2
|
-
declare function PostCard({ player_id, post, player, orders, onRequestAuthenticate, onCopyOrder, onFadeOrder, onViewComments, onSelectPlayer }: {
|
|
2
|
+
declare function PostCard({ player_id, width, articles, post, player, orders, onRequestAuthenticate, onCopyOrder, onFadeOrder, onViewComments, onSelectPlayer, onSelectTag }: {
|
|
3
3
|
player_id: any;
|
|
4
|
+
width: any;
|
|
5
|
+
articles: any;
|
|
4
6
|
post: any;
|
|
5
7
|
player: any;
|
|
6
8
|
orders: any;
|
|
@@ -9,6 +11,7 @@ declare function PostCard({ player_id, post, player, orders, onRequestAuthentica
|
|
|
9
11
|
onFadeOrder: any;
|
|
10
12
|
onViewComments: any;
|
|
11
13
|
onSelectPlayer: any;
|
|
14
|
+
onSelectTag: any;
|
|
12
15
|
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
13
16
|
import React from 'react';
|
|
14
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/PostCard/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/PostCard/index.js"],"names":[],"mappings":";AAgBA;;;;;;;;;;;;;kGAgSC;kBAhTkD,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default Poster;
|
|
2
|
+
declare function Poster({ width, post_id, insets, onCreatePost }: {
|
|
3
|
+
width: any;
|
|
4
|
+
post_id: any;
|
|
5
|
+
insets: any;
|
|
6
|
+
onCreatePost: any;
|
|
7
|
+
}): React.FunctionComponentElement<{
|
|
8
|
+
children?: React.ReactNode | undefined;
|
|
9
|
+
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/Poster/index.js"],"names":[],"mappings":";AAWA;;;;;;;mGA8SC;kBAzT0C,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default SocialOrderCard;
|
|
2
|
-
declare function SocialOrderCard({ player, show_player, maxWidth, league, team, athlete, order, contest_title, contest_time, onCopyOrder, onFadeOrder }: {
|
|
2
|
+
declare function SocialOrderCard({ player, show_player, maxWidth, league, team, athlete, order, contest_title, contest_time, onTagOrder, onCopyOrder, onFadeOrder }: {
|
|
3
3
|
player: any;
|
|
4
4
|
show_player: any;
|
|
5
5
|
maxWidth: any;
|
|
@@ -9,8 +9,9 @@ declare function SocialOrderCard({ player, show_player, maxWidth, league, team,
|
|
|
9
9
|
order: any;
|
|
10
10
|
contest_title: any;
|
|
11
11
|
contest_time: any;
|
|
12
|
+
onTagOrder: any;
|
|
12
13
|
onCopyOrder: any;
|
|
13
14
|
onFadeOrder: any;
|
|
14
|
-
}): React.
|
|
15
|
+
}): React.FunctionComponentElement<any>;
|
|
15
16
|
import React from 'react';
|
|
16
17
|
//# sourceMappingURL=SocialOrderCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/SocialOrderCard.js"],"names":[],"mappings":";AAQA
|
|
1
|
+
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/SocialOrderCard.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;wCAyOC;kBAjP+B,OAAO"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
export default SocialOrdersList;
|
|
2
|
-
declare function SocialOrdersList({ maxWidth, players, show_player, orders, direction, onCopyOrder, onFadeOrder }: {
|
|
2
|
+
declare function SocialOrdersList({ maxWidth, players, show_player, orders, direction, onUntagOrder, onCopyOrder, onFadeOrder }: {
|
|
3
3
|
maxWidth: any;
|
|
4
4
|
players: any;
|
|
5
5
|
show_player: any;
|
|
6
6
|
orders: any;
|
|
7
7
|
direction: any;
|
|
8
|
+
onUntagOrder: any;
|
|
8
9
|
onCopyOrder: any;
|
|
9
10
|
onFadeOrder: any;
|
|
10
11
|
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialOrdersList.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/SocialOrdersList.js"],"names":[],"mappings":";AAKA
|
|
1
|
+
{"version":3,"file":"SocialOrdersList.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/SocialOrdersList.js"],"names":[],"mappings":";AAKA;;;;;;;;;kGAoHC;kBAzH0C,OAAO"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default UrlPreviewCard;
|
|
2
|
+
declare function UrlPreviewCard({ url, color, width, max_height }: {
|
|
3
|
+
url: any;
|
|
4
|
+
color: any;
|
|
5
|
+
width: any;
|
|
6
|
+
max_height: any;
|
|
7
|
+
}): React.FunctionComponentElement<any>;
|
|
8
|
+
import React from 'react';
|
|
9
|
+
//# sourceMappingURL=UrlPreviewCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UrlPreviewCard.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/UrlPreviewCard.js"],"names":[],"mappings":";AAMA;;;;;wCAiGC;kBAvG0C,OAAO"}
|
|
@@ -1,23 +1,34 @@
|
|
|
1
1
|
export namespace SocialComponentApi {
|
|
2
2
|
function setEnvironment(): void;
|
|
3
3
|
function getLeagues(): Promise<any>;
|
|
4
|
+
function getPlayersByIds(player_ids: any): Promise<any>;
|
|
4
5
|
function reverseOrder(order: any): Promise<any>;
|
|
5
6
|
function getBulkPlayerfollowers(player_ids: any): Promise<any>;
|
|
6
7
|
function savePlayerFollower(player_follower: any): Promise<any>;
|
|
8
|
+
function getPostById(memo_post_id: any): Promise<any>;
|
|
9
|
+
function getMyAction(): Promise<any>;
|
|
10
|
+
function getBulkOrders(order_ids: any): Promise<any>;
|
|
11
|
+
function createPost(post: any): Promise<any>;
|
|
12
|
+
function updatePost(post: any): Promise<any>;
|
|
7
13
|
function getEventsByEventIds(event_ids: any): Promise<any>;
|
|
8
14
|
function searchPlayerByUsername(username: any): Promise<any>;
|
|
9
15
|
function searchPlayersByValue(search_value: any, offset: any): Promise<any>;
|
|
16
|
+
function getMyDetails(): Promise<any>;
|
|
10
17
|
function getMatchesByMatchIds(match_ids: any): Promise<any>;
|
|
11
18
|
function getAthletesByIds(athlete_ids: any): Promise<any>;
|
|
12
19
|
function getTournamentsByTournamentIds(tournament_ids: any): Promise<any>;
|
|
13
20
|
function getTeamsByIds(team_ids: any): Promise<any>;
|
|
14
21
|
function createPostReaction(post_reaction: any): Promise<any>;
|
|
22
|
+
function getUrlMetadata(url: any): Promise<any>;
|
|
15
23
|
function updatePostReaction(post_reaction: any): Promise<any>;
|
|
16
24
|
function getPodcastById(podcast_id: any): Promise<any>;
|
|
17
25
|
function getPodcastEpisodeById(podcast_episode_id: any): Promise<any>;
|
|
18
26
|
function getPlayerPodcastEpisode(podcast_episode_id: any): Promise<any>;
|
|
19
27
|
function startPodcastEpisode(podcast_episode_id: any): Promise<any>;
|
|
20
28
|
function pausePodcastEpisode(podcast_episode_id: any, pause_timestamp: any): Promise<any>;
|
|
29
|
+
function getChat(player_id: any): Promise<any>;
|
|
30
|
+
function getGroupById(group_id: any): Promise<any>;
|
|
31
|
+
function sendChat(group_message: any): Promise<any>;
|
|
21
32
|
}
|
|
22
33
|
export namespace SocialOrderHelpers {
|
|
23
34
|
function getIconColor(order: any): string;
|
|
@@ -61,8 +72,86 @@ export namespace SocialPodcastHelpers {
|
|
|
61
72
|
function str_pad_left(string: any, pad: any, length: any): string;
|
|
62
73
|
}
|
|
63
74
|
export namespace SocialComponentHelpers {
|
|
75
|
+
function getPostsData(posts: any): Promise<{
|
|
76
|
+
posts: any;
|
|
77
|
+
players: any;
|
|
78
|
+
orders: any;
|
|
79
|
+
articles: never[];
|
|
80
|
+
}>;
|
|
81
|
+
function organizeImages(images: any, containerWidth: any, maxHeight: any, padding?: number, minWidth?: number): any[];
|
|
82
|
+
function calculateRowFit(row: any, containerWidth: any, maxHeight: any, padding: any, minWidth: any): {
|
|
83
|
+
fits: boolean;
|
|
84
|
+
totalWidth: number;
|
|
85
|
+
};
|
|
86
|
+
function adjustRow(row: any, containerWidth: any, maxHeight: any, padding: any, minWidth: any): any;
|
|
87
|
+
function getEmptyPost(): {
|
|
88
|
+
memo_post_id: string;
|
|
89
|
+
title: string;
|
|
90
|
+
body: string;
|
|
91
|
+
formatted_text: string;
|
|
92
|
+
tags: never[];
|
|
93
|
+
memo_competitions: never[];
|
|
94
|
+
memo_urls: never[];
|
|
95
|
+
memo_events: never[];
|
|
96
|
+
memo_hashtags: never[];
|
|
97
|
+
memo_images: never[];
|
|
98
|
+
memo_location: {};
|
|
99
|
+
memo_orders: never[];
|
|
100
|
+
memo_players: never[];
|
|
101
|
+
memo_positions: never[];
|
|
102
|
+
memo_teams: never[];
|
|
103
|
+
memo_topics: never[];
|
|
104
|
+
memo_videos: never[];
|
|
105
|
+
memo_article_feeds: never[];
|
|
106
|
+
memo_articles: never[];
|
|
107
|
+
memo_podcast_episodes: never[];
|
|
108
|
+
memo_podcasts: never[];
|
|
109
|
+
memo_polls: never[];
|
|
110
|
+
status: string;
|
|
111
|
+
player_id: string;
|
|
112
|
+
post_type: string;
|
|
113
|
+
edited: boolean;
|
|
114
|
+
external_social_id: string;
|
|
115
|
+
url_metadata: never[];
|
|
116
|
+
url_preview: undefined;
|
|
117
|
+
my_reactions: never[];
|
|
118
|
+
comment_count: number;
|
|
119
|
+
reaction_details: never[];
|
|
120
|
+
comment_details: never[];
|
|
121
|
+
create_datetime: string;
|
|
122
|
+
last_update_datetime: string;
|
|
123
|
+
};
|
|
124
|
+
function isPostValid(post: any): boolean;
|
|
125
|
+
function getUrlsFromString(str: any): any;
|
|
126
|
+
function getEmptyMessage(): {
|
|
127
|
+
group_message_id: string;
|
|
128
|
+
group_id: string;
|
|
129
|
+
player_id: string;
|
|
130
|
+
message: string;
|
|
131
|
+
formatted_text: string;
|
|
132
|
+
create_datetime: string;
|
|
133
|
+
last_update_datetime: string;
|
|
134
|
+
message_images: never[];
|
|
135
|
+
message_orders: never[];
|
|
136
|
+
message_urls: never[];
|
|
137
|
+
message_videos: never[];
|
|
138
|
+
url_metadata: never[];
|
|
139
|
+
status: string;
|
|
140
|
+
visibility_status: boolean;
|
|
141
|
+
formatted_body: {
|
|
142
|
+
blocks: never[];
|
|
143
|
+
entityMap: {
|
|
144
|
+
value: {
|
|
145
|
+
type: string;
|
|
146
|
+
mutability: string;
|
|
147
|
+
data: {};
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
};
|
|
151
|
+
};
|
|
64
152
|
function extractTagsFromText(text: any, cursor: any): any[];
|
|
65
153
|
function replaceText(originalText: any, startIndex: any, endIndex: any, replacementText: any): any;
|
|
66
154
|
function compareTags(valid_tags: any, tags: any): any[];
|
|
155
|
+
function addTagsToMessages(gms: any): Promise<any>;
|
|
67
156
|
}
|
|
68
157
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/api/index.js"],"names":[],"mappings":";IAUkB,gCAMf;IACW,oCAOX;IACa,gDASb;IACuB,+DAKvB;IACmB,gEAKnB;IACoB,2DAapB;IACuB,6DAWvB;IACqB,4EAUrB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACmB,8DAUnB;IACmB,8DAUnB;IACe,uDAOf;IACsB,sEAQtB;IACwB,wEAQxB;IACoB,oEAUpB;IACoB,0FAWpB;;;IAGa,0CAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;MA+DlB;IACa,wDASb;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/api/index.js"],"names":[],"mappings":";IAUkB,gCAMf;IACW,oCAOX;IACgB,wDAYhB;IACa,gDASb;IACuB,+DAKvB;IACmB,gEAKnB;IACY,sDAQZ;IACY,qCAQZ;IACc,qDAad;IACW,6CAWX;IACW,6CAWX;IACoB,2DAapB;IACuB,6DAWvB;IACqB,4EAUrB;IACa,sCAOb;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACmB,8DAUnB;IACe,gDAWf;IACmB,8DAUnB;IACe,uDAOf;IACsB,sEAQtB;IACwB,wEAQxB;IACoB,oEAUpB;IACoB,0FAWpB;IACQ,+CAOR;IACa,mDAQb;IACS,oDAUT;;;IAGa,0CAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;MA+DlB;IACa,wDASb;;;IAsUgB,4CAShB;IACgB,oDAYhB;IACW,uCAKX;IACa,kEAEb;;;IAlWa;;;;;OA2Db;IACe,sHA4Bf;IAEgB;;;MAahB;IAEU,oGAuBV;IACa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsCb;IACY,yCAcZ;IACkB,0CASlB;IACgB;;;;;;;;;;;;;;;;;;;;;;;;;MA2BhB;IACoB,4DA2BpB;IACY,mGAIZ;IACY,wDAqBZ;IACkB,mDA4ClB"}
|
|
@@ -2,12 +2,14 @@ import PlayerCard from "./PlayerCard";
|
|
|
2
2
|
import PlayerList from "./PlayerList";
|
|
3
3
|
import FormattedTextInput from "./FormattedTextInput";
|
|
4
4
|
import InputBar from "./InputBar";
|
|
5
|
+
import Poster from "./Poster";
|
|
5
6
|
import { FormattedText } from "./FormattedTextInput/FormattedText";
|
|
6
7
|
import PlayerProfile from "./PlayerProfile";
|
|
7
8
|
import CompanyProfile from './CompanyProfile';
|
|
8
9
|
import PodcastModule from './PodcastModule';
|
|
10
|
+
import GroupChat from "./GroupChat";
|
|
9
11
|
import AudioPlayer from "./AudioPlayer";
|
|
10
12
|
import { useContacts } from "./Contacts/useContacts";
|
|
11
13
|
import PostCard from './PostCard';
|
|
12
|
-
export { PlayerCard, PlayerList, FormattedTextInput, InputBar, FormattedText, PlayerProfile, CompanyProfile, PodcastModule, AudioPlayer, useContacts, PostCard };
|
|
14
|
+
export { PlayerCard, PlayerList, FormattedTextInput, InputBar, Poster, FormattedText, PlayerProfile, CompanyProfile, PodcastModule, GroupChat, AudioPlayer, useContacts, PostCard };
|
|
13
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/index.js"],"names":[],"mappings":"uBAAuB,cAAc;uBACd,cAAc;+BAON,sBAAsB;qBAEhC,YAAY;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/index.js"],"names":[],"mappings":"uBAAuB,cAAc;uBACd,cAAc;+BAON,sBAAsB;qBAEhC,YAAY;mBAEd,UAAU;8BAHC,oCAAoC;0BAPxC,iBAAiB;2BAChB,kBAAkB;0BACnB,iBAAiB;sBAOrB,aAAa;wBANX,eAAe;4BACX,wBAAwB;qBAC/B,YAAY"}
|
|
@@ -11,6 +11,7 @@ declare const _default: {
|
|
|
11
11
|
EyeOnIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
12
12
|
MarketClosedIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
13
13
|
AlertIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
14
|
+
GIFIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
14
15
|
QuestionIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
15
16
|
BarstoolIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
16
17
|
FilterIcon: ({ color, size }: IconProps) => React.JSX.Element;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;kCAgEqC,SAAS;qCAmwCR,SAAS;iCA3+Bd,SAAS;wCAwgCH,SAAS;iCA71Cd,SAAS;
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;kCAgEqC,SAAS;qCAmwCR,SAAS;iCA3+Bd,SAAS;wCAwgCH,SAAS;iCA71Cd,SAAS;+BAu7CX,SAAS;oCA5DJ,SAAS;oCA6BT,SAAS;kCAfX,SAAS;+BAnLZ,SAAS;gCAlaP,SAAS;gCAsnBV,SAAS;mCAjLN,SAAS;gCAlMX,SAAS;uCArbH,SAAS;kCA+sBd,SAAS;gCAxEX,SAAS;uCA1SA,SAAS;iCAsGd,SAAS;kCA3BT,SAAS;gCApBX,SAAS;gCAdT,SAAS;4BAr1Bf,SAAS;6BAcR,SAAS;gCAgBN,SAAS;iCAq6BN,SAAS;iCAiBT,SAAS;wCAxrBN,SAAS;uCAy0BR,SAAS;sCArDV,SAAS;sCAzOV,SAAS;sCAjbP,SAAS;oCA2tBZ,SAAS;iCAvTV,SAAS;sCAjCJ,SAAS;uCA97BV,SAAS;oCAyoCV,SAAS;iCAzNZ,SAAS;mCAp3BT,SAAS;kCAwWZ,SAAS;mDA/QU,SAAS;iCA4wB1B,SAAS;gCAlBT,SAAS;2CA3BC,SAAS;kCAhBlB,SAAS;gCA7fd,SAAS;4BAqzBV,SAAS;oCAxUD,SAAS;mCAjBV,SAAS;oCAryBX,SAAS;uCAoxBH,SAAS;6BA5qBpB,SAAS;sCAgpBE,SAAS;0BA9bvB,SAAS;oCAgvBG,SAAS;2BA7TlB,SAAS;iCAlsBL,SAAS;8CAsnBM,SAAS;oCAlMrB,SAAS;uCA+KL,SAAS;8BA0nBlB,SAAS;sCA1xBF,SAAS;oCA5BX,SAAS;oCAiKR,SAAS;uCAhBN,SAAS;8BA1BlB,SAAS;sCAdD,SAAS;kCAdb,SAAS;6BApdf,SAAS;mCAxGH,SAAS;kCA4gBT,SAAS;+BA1EZ,SAAS;kCAhCR,SAAS;qCA6CL,SAAS;iCAjPb,SAAS;gCAwnCV,SAAS;6BA1jCZ,SAAS;uCA6yBC,SAAS;iCAx4Bf,SAAS;uCA0KH,SAAS;gCAhShB,SAAS;iCAeR,SAAS;qCAsSP,SAAS;6BA1If,SAAS;+BAmBP,SAAS;oDAzDY,SAAS;;AAytC/D,wBAwFC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../src/Components/Themed.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAqB,IAAI,IAAI,WAAW,EAAE,IAAI,IAAI,WAAW,EAAyC,KAAK,qBAAqB,EAAkB,MAAM,cAAc,CAAC;AAI7M,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,QAAQ,CAAC;IAC7E,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,SAAS,CAAC,EAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAA;CAC7C,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAK3D,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,qBAgDpC;AAGD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,QAAQ,GAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,GAAC,MAAM,GAAC,KAAK,CAAC;IACrD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,CAAC,EAAC,OAAO,CAAA;CACf,CAAA;AACD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAG3D,eAAO,MAAM,IAAI,0HAyBf,CAAA;AAGF,KAAK,aAAa,GAAG;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,MAAM,GAAC,SAAS,GAAC,aAAa,GAAC,QAAQ,CAAA;CAC1F,CAAA;AACD,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG,qBAAqB,CAAC;AAIhE,eAAO,MAAM,MAAM,UAAU,WAAW,sBAgGvC,CAAA;AAGD,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAC,KAAK,IAAI,CAAA;CACvF,CAAA;AAED,KAAK,cAAc,GAAG,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAA;AAElE,eAAO,MAAM,SAAS,UAAU,cAAc,
|
|
1
|
+
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../src/Components/Themed.tsx"],"names":[],"mappings":"AACA,OAAO,KAAwC,MAAM,OAAO,CAAC;AAC7D,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAqB,IAAI,IAAI,WAAW,EAAE,IAAI,IAAI,WAAW,EAAyC,KAAK,qBAAqB,EAAkB,MAAM,cAAc,CAAC;AAI7M,KAAK,WAAW,GAAG;IACjB,KAAK,CAAC,EAAE,IAAI,GAAC,IAAI,GAAC,aAAa,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,QAAQ,CAAC;IAC7E,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,SAAS,CAAC,EAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,CAAC;IACnC,MAAM,CAAC,EAAE,MAAM,GAAC,UAAU,GAAC,SAAS,GAAC,OAAO,CAAA;CAC7C,CAAC;AAEF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAK3D,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,qBAgDpC;AAGD,KAAK,WAAW,GAAG;IACjB,IAAI,CAAC,EAAE,QAAQ,GAAC,MAAM,GAAC,QAAQ,GAAC,OAAO,GAAC,MAAM,GAAC,KAAK,CAAC;IACrD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,CAAC,EAAC,OAAO,CAAA;CACf,CAAA;AACD,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,CAAC,OAAO,CAAC,CAAC;AAG3D,eAAO,MAAM,IAAI,0HAyBf,CAAA;AAGF,KAAK,aAAa,GAAG;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAC,OAAO,GAAC,SAAS,GAAC,SAAS,GAAC,OAAO,GAAC,MAAM,GAAC,SAAS,GAAC,aAAa,GAAC,QAAQ,CAAA;CAC1F,CAAA;AACD,MAAM,MAAM,WAAW,GAAG,aAAa,GAAG,qBAAqB,CAAC;AAIhE,eAAO,MAAM,MAAM,UAAU,WAAW,sBAgGvC,CAAA;AAGD,KAAK,gBAAgB,GAAG;IACtB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,OAAO,CAAC,EAAC,OAAO,CAAC;IACjB,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,CAAC,EAAC,MAAM,GAAC,UAAU,GAAC,SAAS,CAAA;IACnC,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAA;KAAC,KAAK,IAAI,CAAA;CACvF,CAAA;AAED,KAAK,cAAc,GAAG,gBAAgB,GAAG,gBAAgB,CAAC,OAAO,CAAC,CAAA;AAElE,eAAO,MAAM,SAAS,UAAU,cAAc,sBA+C7C,CAAA"}
|
|
@@ -2,11 +2,12 @@ import React from 'react';
|
|
|
2
2
|
import type { TextTagProps } from '../../../types';
|
|
3
3
|
type TagSelectorProps = {
|
|
4
4
|
type: 'player';
|
|
5
|
+
width: number;
|
|
5
6
|
visible: boolean;
|
|
6
7
|
working_tag: TextTagProps;
|
|
7
8
|
onCancel: () => void;
|
|
8
9
|
onSelectTag: (tag: TextTagProps) => void;
|
|
9
10
|
};
|
|
10
|
-
declare const TagSelector: ({ type, visible, working_tag, onSelectTag, onCancel }: TagSelectorProps) => React.JSX.Element;
|
|
11
|
+
declare const TagSelector: ({ width, type, visible, working_tag, onSelectTag, onCancel }: TagSelectorProps) => React.JSX.Element;
|
|
11
12
|
export default TagSelector;
|
|
12
13
|
//# sourceMappingURL=TagSelector.d.ts.map
|
package/lib/typescript/src/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TagSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/SocialComponents/FormattedTextInput/components/TagSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAqB,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAItE,KAAK,gBAAgB,GAAG;IACpB,IAAI,EAAE,QAAQ,CAAC;IACf,OAAO,EAAC,OAAO,CAAC;IAChB,WAAW,EAAC,YAAY,CAAC;IACzB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAC,CAAC,GAAG,EAAC,YAAY,KAAK,IAAI,CAAA;CACzC,CAAA;AAED,QAAA,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"TagSelector.d.ts","sourceRoot":"","sources":["../../../../../../src/SocialComponents/FormattedTextInput/components/TagSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAqB,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAItE,KAAK,gBAAgB,GAAG;IACpB,IAAI,EAAE,QAAQ,CAAC;IACf,KAAK,EAAC,MAAM,CAAC;IACb,OAAO,EAAC,OAAO,CAAC;IAChB,WAAW,EAAC,YAAY,CAAC;IACzB,QAAQ,EAAE,MAAM,IAAI,CAAC;IACrB,WAAW,EAAC,CAAC,GAAG,EAAC,YAAY,KAAK,IAAI,CAAA;CACzC,CAAA;AAED,QAAA,MAAM,WAAW,iEAAmE,gBAAgB,sBA+FnG,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -6,10 +6,15 @@ type FormattedTextInputProps = {
|
|
|
6
6
|
formatted_text: any;
|
|
7
7
|
}) => void;
|
|
8
8
|
submit_title?: string;
|
|
9
|
+
submit_caller?: string;
|
|
9
10
|
submit_loading?: boolean;
|
|
10
11
|
keep_on_submit?: boolean;
|
|
12
|
+
hide_border?: boolean;
|
|
13
|
+
disable_scroll?: boolean;
|
|
11
14
|
icon_submit?: boolean;
|
|
15
|
+
width: number;
|
|
12
16
|
placeholder?: string;
|
|
17
|
+
tag_selector_location?: 'bottom' | 'top';
|
|
13
18
|
onSelectInput?: () => void;
|
|
14
19
|
submit_placement?: 'inline' | 'bottom';
|
|
15
20
|
onFocusPosition?: (position: {
|
|
@@ -28,6 +33,6 @@ type FormattedTextInputProps = {
|
|
|
28
33
|
formatted_text: any;
|
|
29
34
|
}, tags: TextTagProps[]) => void;
|
|
30
35
|
};
|
|
31
|
-
declare const FormattedTextInput: ({ submit_title, icon_submit, keep_on_submit, submit_placement, placeholder, init_data, onSelectInput, onChangeText, onSubmit, onFocusPosition }: FormattedTextInputProps) => React.JSX.Element;
|
|
36
|
+
declare const FormattedTextInput: ({ width, disable_scroll, submit_title, hide_border, tag_selector_location, icon_submit, keep_on_submit, submit_caller, submit_placement, placeholder, init_data, onSelectInput, onChangeText, onSubmit, onFocusPosition }: FormattedTextInputProps) => React.JSX.Element;
|
|
32
37
|
export default FormattedTextInput;
|
|
33
38
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/SocialComponents/FormattedTextInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAG5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAMhD,KAAK,uBAAuB,GAAG;IAC3B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAC;QAAE,IAAI,EAAC,MAAM,CAAC;QAAC,cAAc,EAAC,GAAG,CAAA;KAAE,KAAK,IAAI,CAAC;IAClE,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,aAAa,CAAC,EAAC,MAAM,IAAI,CAAA;IACzB,gBAAgB,CAAC,EAAC,QAAQ,GAAC,QAAQ,CAAC;IACpC,eAAe,CAAC,EAAC,CAAC,QAAQ,EAAC;QAAE,MAAM,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;IACvF,SAAS,CAAC,EAAE;QAAE,cAAc,EAAE,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,IAAI,EAAC,YAAY,EAAE,CAAA;KAAE,CAAC;IACzE,QAAQ,EAAC,CAAC,IAAI,EAAC;QAAE,IAAI,EAAC,MAAM,CAAC;QAAC,cAAc,EAAC,GAAG,CAAA;KAAE,EAAE,IAAI,EAAC,YAAY,EAAE,KAAK,IAAI,CAAA;CACnF,CAAA;AAED,QAAA,MAAM,kBAAkB,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/SocialComponents/FormattedTextInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAuC,MAAM,OAAO,CAAC;AAG5D,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAMhD,KAAK,uBAAuB,GAAG;IAC3B,YAAY,CAAC,EAAE,CAAC,IAAI,EAAC;QAAE,IAAI,EAAC,MAAM,CAAC;QAAC,cAAc,EAAC,GAAG,CAAA;KAAE,KAAK,IAAI,CAAC;IAClE,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,aAAa,CAAC,EAAC,MAAM,CAAC;IACtB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,EAAC,MAAM,CAAA;IACZ,WAAW,CAAC,EAAC,MAAM,CAAC;IACpB,qBAAqB,CAAC,EAAC,QAAQ,GAAC,KAAK,CAAC;IACtC,aAAa,CAAC,EAAC,MAAM,IAAI,CAAA;IACzB,gBAAgB,CAAC,EAAC,QAAQ,GAAC,QAAQ,CAAC;IACpC,eAAe,CAAC,EAAC,CAAC,QAAQ,EAAC;QAAE,MAAM,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;IACvF,SAAS,CAAC,EAAE;QAAE,cAAc,EAAE,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,IAAI,EAAC,YAAY,EAAE,CAAA;KAAE,CAAC;IACzE,QAAQ,EAAC,CAAC,IAAI,EAAC;QAAE,IAAI,EAAC,MAAM,CAAC;QAAC,cAAc,EAAC,GAAG,CAAA;KAAE,EAAE,IAAI,EAAC,YAAY,EAAE,KAAK,IAAI,CAAA;CACnF,CAAA;AAED,QAAA,MAAM,kBAAkB,8NAA8N,uBAAuB,sBAwM5Q,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NativeSelector.d.ts","sourceRoot":"","sources":["../../../../../src/SocialComponents/GifSelector/NativeSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,QAAA,MAAM,kBAAkB,yBAMvB,CAAA;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type GifySelectModalProps = {
|
|
3
|
+
isVisible: boolean;
|
|
4
|
+
width: number;
|
|
5
|
+
view_mode: 'desktop' | 'mobile';
|
|
6
|
+
gifSelect: any;
|
|
7
|
+
closeModal: any;
|
|
8
|
+
};
|
|
9
|
+
declare const _default: React.MemoExoticComponent<({ isVisible, gifSelect, closeModal, view_mode, width }: GifySelectModalProps) => React.JSX.Element>;
|
|
10
|
+
export default _default;
|
|
11
|
+
//# sourceMappingURL=WebSelector.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebSelector.d.ts","sourceRoot":"","sources":["../../../../../src/SocialComponents/GifSelector/WebSelector.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA0C,MAAM,OAAO,CAAC;AAiB/D,KAAK,oBAAoB,GAAG;IACxB,SAAS,EAAC,OAAO,CAAC;IAClB,KAAK,EAAC,MAAM,CAAC;IACb,SAAS,EAAC,SAAS,GAAC,QAAQ,CAAC;IAC7B,SAAS,EAAC,GAAG,CAAC;IACd,UAAU,EAAC,GAAG,CAAA;CACjB,CAAA;2GAE+E,oBAAoB;AA8DpG,wBAAoD"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { GroupMessageProps, MyPlayerProps, PublicPlayerProps, TextTagProps } from "../../../types";
|
|
3
|
+
type GroupMessageCardProps = {
|
|
4
|
+
group_message: GroupMessageProps;
|
|
5
|
+
me?: MyPlayerProps;
|
|
6
|
+
player?: PublicPlayerProps;
|
|
7
|
+
mine?: boolean;
|
|
8
|
+
width: number;
|
|
9
|
+
onSelectImage: (image: {
|
|
10
|
+
url: string;
|
|
11
|
+
height?: number;
|
|
12
|
+
width?: number;
|
|
13
|
+
}) => void;
|
|
14
|
+
onSelectTag: (tag: TextTagProps) => void;
|
|
15
|
+
};
|
|
16
|
+
declare const GroupMessageCard: ({ group_message, mine, player, width, onSelectImage, onSelectTag }: GroupMessageCardProps) => React.JSX.Element;
|
|
17
|
+
export default GroupMessageCard;
|
|
18
|
+
//# sourceMappingURL=GroupMessageCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupMessageCard.d.ts","sourceRoot":"","sources":["../../../../../../src/SocialComponents/GroupChat/components/GroupMessageCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,iBAAiB,EAAE,aAAa,EAAE,iBAAiB,EAAE,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAQxG,KAAK,qBAAqB,GAAG;IACzB,aAAa,EAAC,iBAAiB,CAAC;IAChC,EAAE,CAAC,EAAC,aAAa,CAAC;IAClB,MAAM,CAAC,EAAC,iBAAiB,CAAC;IAC1B,IAAI,CAAC,EAAC,OAAO,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAC,CAAC,KAAK,EAAC;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC5E,WAAW,EAAC,CAAC,GAAG,EAAC,YAAY,KAAK,IAAI,CAAA;CACzC,CAAA;AAED,QAAA,MAAM,gBAAgB,uEAAqE,qBAAqB,sBA4D/G,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import type { TextTagProps } from "../../types";
|
|
3
|
+
type GroupChatProps = {
|
|
4
|
+
group_id?: string;
|
|
5
|
+
my_id?: string;
|
|
6
|
+
player_id?: string;
|
|
7
|
+
access_token?: string;
|
|
8
|
+
width: number;
|
|
9
|
+
distinct_id: string;
|
|
10
|
+
onSelectTag: (tag: TextTagProps) => void;
|
|
11
|
+
onSelectImage: (image: {
|
|
12
|
+
url: string;
|
|
13
|
+
height?: number;
|
|
14
|
+
width?: number;
|
|
15
|
+
}) => void;
|
|
16
|
+
onFocusPosition?: (position: {
|
|
17
|
+
height: number;
|
|
18
|
+
width: number;
|
|
19
|
+
x: number;
|
|
20
|
+
y: number;
|
|
21
|
+
}) => void;
|
|
22
|
+
};
|
|
23
|
+
declare const GroupChat: ({ my_id, player_id, width, group_id, access_token, distinct_id, onFocusPosition, onSelectImage, onSelectTag }: GroupChatProps) => React.JSX.Element;
|
|
24
|
+
export default GroupChat;
|
|
25
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/SocialComponents/GroupChat/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAqF,YAAY,EAAE,MAAM,aAAa,CAAC;AAQnI,KAAK,cAAc,GAAG;IAClB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,SAAS,CAAC,EAAC,MAAM,CAAC;IAClB,YAAY,CAAC,EAAC,MAAM,CAAC;IACrB,KAAK,EAAC,MAAM,CAAC;IACb,WAAW,EAAC,MAAM,CAAC;IACnB,WAAW,EAAE,CAAC,GAAG,EAAC,YAAY,KAAK,IAAI,CAAC;IACxC,aAAa,EAAC,CAAC,KAAK,EAAE;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,CAAC,EAAC,MAAM,CAAC;QAAC,KAAK,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IAC7E,eAAe,CAAC,EAAC,CAAC,QAAQ,EAAC;QAAE,MAAM,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAC;QAAC,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAA;CAC1F,CAAA;AAED,QAAA,MAAM,SAAS,kHAAkH,cAAc,sBAiT9I,CAAA;AAED,eAAe,SAAS,CAAA"}
|