be-components 5.1.8 → 5.2.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/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 +80 -21
- package/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.js.map +1 -1
- package/lib/commonjs/SocialComponents/FormattedTextInput/index.js +49 -11
- 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 +112 -0
- package/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.js.map +1 -0
- package/lib/commonjs/SocialComponents/GroupChat/index.js +501 -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 +16 -6
- 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 +437 -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 +79 -21
- package/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.js.map +1 -1
- package/lib/module/SocialComponents/FormattedTextInput/index.js +49 -11
- 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 +105 -0
- package/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.js.map +1 -0
- package/lib/module/SocialComponents/GroupChat/index.js +493 -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 +16 -6
- 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 +437 -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 +3 -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 +14 -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 +18 -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 +3 -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 +94 -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 -1
- 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 +14 -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 +18 -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 +4 -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 +94 -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 +8 -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 +21 -0
- package/lib/typescript/src/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map +1 -0
- package/lib/typescript/src/SocialComponents/GroupChat/index.d.ts +34 -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 +3 -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 +42 -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 +56 -15
- package/src/SocialComponents/FormattedTextInput/index.tsx +36 -9
- package/src/SocialComponents/GifSelector/NativeSelector.tsx +13 -0
- package/src/SocialComponents/GifSelector/WebSelector.tsx +91 -0
- package/src/SocialComponents/GroupChat/components/GroupMessageCard.tsx +105 -0
- package/src/SocialComponents/GroupChat/index.tsx +403 -0
- package/src/SocialComponents/ImageRenderer.tsx +42 -0
- package/src/SocialComponents/InputBar/components/ActionSelector.tsx +165 -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 +9 -8
- package/src/SocialComponents/SocialOrdersList.tsx +14 -8
- package/src/SocialComponents/UrlPreviewCard.tsx +75 -0
- package/src/SocialComponents/api/index.ts +385 -3
- package/src/SocialComponents/index.tsx +4 -0
- package/src/types.d.ts +58 -0
|
@@ -1,9 +1,14 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default FormattedTextInput;
|
|
3
|
-
declare function FormattedTextInput({ submit_title, icon_submit, keep_on_submit, submit_placement, placeholder, init_data, onSelectInput, onChangeText, onSubmit, onFocusPosition }: {
|
|
3
|
+
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 }: {
|
|
4
|
+
width: any;
|
|
5
|
+
disable_scroll: any;
|
|
4
6
|
submit_title: any;
|
|
7
|
+
hide_border: any;
|
|
8
|
+
tag_selector_location: any;
|
|
5
9
|
icon_submit: any;
|
|
6
10
|
keep_on_submit: any;
|
|
11
|
+
submit_caller: any;
|
|
7
12
|
submit_placement: any;
|
|
8
13
|
placeholder: any;
|
|
9
14
|
init_data: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/FormattedTextInput/index.js"],"names":[],"mappings":";;AAgBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/FormattedTextInput/index.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;;;;;;;QA0QC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NativeSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/GifSelector/NativeSelector.js"],"names":[],"mappings":";;AASA,2CAEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WebSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/GifSelector/WebSelector.js"],"names":[],"mappings":""}
|
package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.d.ts
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default GroupMessageCard;
|
|
3
|
+
declare function GroupMessageCard({ group_message, orders, mine, player, width, onSelectImage, onSelectTag, onCopyOrder, onFadeOrder }: {
|
|
4
|
+
group_message: any;
|
|
5
|
+
orders: any;
|
|
6
|
+
mine: any;
|
|
7
|
+
player: any;
|
|
8
|
+
width: any;
|
|
9
|
+
onSelectImage: any;
|
|
10
|
+
onSelectTag: any;
|
|
11
|
+
onCopyOrder: any;
|
|
12
|
+
onFadeOrder: any;
|
|
13
|
+
}): any;
|
|
14
|
+
//# sourceMappingURL=GroupMessageCard.d.ts.map
|
package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupMessageCard.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/SocialComponents/GroupChat/components/GroupMessageCard.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;QA6FC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default GroupChat;
|
|
3
|
+
declare function GroupChat({ my_id, player_id, width, group_id, access_token, insets, distinct_id, onCopyOrder, onFadeOrder, onClose, onFocusPosition, onSelectImage, onSelectTag }: {
|
|
4
|
+
my_id: any;
|
|
5
|
+
player_id: any;
|
|
6
|
+
width: any;
|
|
7
|
+
group_id: any;
|
|
8
|
+
access_token: any;
|
|
9
|
+
insets: any;
|
|
10
|
+
distinct_id: any;
|
|
11
|
+
onCopyOrder: any;
|
|
12
|
+
onFadeOrder: any;
|
|
13
|
+
onClose: any;
|
|
14
|
+
onFocusPosition: any;
|
|
15
|
+
onSelectImage: any;
|
|
16
|
+
onSelectTag: any;
|
|
17
|
+
}): any;
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/GroupChat/index.js"],"names":[],"mappings":";;AAqBA;;;;;;;;;;;;;;QA6dC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ImageRenderer;
|
|
3
|
+
declare function ImageRenderer({ image, width, onSelectImage, max_height, style, allow_aspect_change }: {
|
|
4
|
+
image: any;
|
|
5
|
+
width: any;
|
|
6
|
+
onSelectImage: any;
|
|
7
|
+
max_height: any;
|
|
8
|
+
style: any;
|
|
9
|
+
allow_aspect_change: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=ImageRenderer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ImageRenderer.d.ts","sourceRoot":"","sources":["../../../../commonjs/SocialComponents/ImageRenderer.js"],"names":[],"mappings":";;AAUA;;;;;;;QA0CC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ActionSelector;
|
|
3
|
+
declare function ActionSelector({ visible, insets, onClose, onTagOrder }: {
|
|
4
|
+
visible: any;
|
|
5
|
+
insets: any;
|
|
6
|
+
onClose: any;
|
|
7
|
+
onTagOrder: any;
|
|
8
|
+
}): any;
|
|
9
|
+
//# sourceMappingURL=ActionSelector.d.ts.map
|
package/lib/typescript/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionSelector.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/SocialComponents/InputBar/components/ActionSelector.js"],"names":[],"mappings":";;AAgBA;;;;;QAwMC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default InputBar;
|
|
3
|
-
declare function InputBar({ actions, onImageUpload }: {
|
|
3
|
+
declare function InputBar({ actions, insets, onImageUpload, onTagOrder }: {
|
|
4
4
|
actions: any;
|
|
5
|
+
insets: any;
|
|
5
6
|
onImageUpload: any;
|
|
7
|
+
onTagOrder: any;
|
|
6
8
|
}): any;
|
|
7
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/InputBar/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/InputBar/index.js"],"names":[],"mappings":";;AAgBA;;;;;QAyFC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=ArticleCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ArticleCard.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/SocialComponents/PostCard/components/ArticleCard.js"],"names":[],"mappings":""}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageList.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/SocialComponents/PostCard/components/ImageList.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ImageList.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/SocialComponents/PostCard/components/ImageList.js"],"names":[],"mappings":";;AAWA;;;QAiDC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default PostCard;
|
|
3
|
-
declare function PostCard({ player_id, post, player, orders, onRequestAuthenticate, onCopyOrder, onFadeOrder, onViewComments, onSelectPlayer }: {
|
|
3
|
+
declare function PostCard({ player_id, width, articles, post, player, orders, onRequestAuthenticate, onCopyOrder, onFadeOrder, onViewComments, onSelectPlayer, onSelectTag }: {
|
|
4
4
|
player_id: any;
|
|
5
|
+
width: any;
|
|
6
|
+
articles: any;
|
|
5
7
|
post: any;
|
|
6
8
|
player: any;
|
|
7
9
|
orders: any;
|
|
@@ -10,5 +12,6 @@ declare function PostCard({ player_id, post, player, orders, onRequestAuthentica
|
|
|
10
12
|
onFadeOrder: any;
|
|
11
13
|
onViewComments: any;
|
|
12
14
|
onSelectPlayer: any;
|
|
15
|
+
onSelectTag: any;
|
|
13
16
|
}): any;
|
|
14
17
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/PostCard/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/PostCard/index.js"],"names":[],"mappings":";;AAyBA;;;;;;;;;;;;;QAgSC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/Poster/index.js"],"names":[],"mappings":";;AAoBA;;;;;QA8SC"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default SocialOrderCard;
|
|
3
|
-
declare function SocialOrderCard({ player, show_player, maxWidth, league, team, athlete, order, contest_title, contest_time, onCopyOrder, onFadeOrder }: {
|
|
3
|
+
declare function SocialOrderCard({ player, show_player, hide_contest, maxWidth, league, team, athlete, order, contest_title, contest_time, onTagOrder, onCopyOrder, onFadeOrder }: {
|
|
4
4
|
player: any;
|
|
5
5
|
show_player: any;
|
|
6
|
+
hide_contest: any;
|
|
6
7
|
maxWidth: any;
|
|
7
8
|
league: any;
|
|
8
9
|
team: any;
|
|
@@ -10,6 +11,7 @@ declare function SocialOrderCard({ player, show_player, maxWidth, league, team,
|
|
|
10
11
|
order: any;
|
|
11
12
|
contest_title: any;
|
|
12
13
|
contest_time: any;
|
|
14
|
+
onTagOrder: any;
|
|
13
15
|
onCopyOrder: any;
|
|
14
16
|
onFadeOrder: any;
|
|
15
17
|
}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../commonjs/SocialComponents/SocialOrderCard.js"],"names":[],"mappings":";;AAiBA
|
|
1
|
+
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../commonjs/SocialComponents/SocialOrderCard.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;QA8OC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default SocialOrdersList;
|
|
3
|
-
declare function SocialOrdersList({ maxWidth, players, show_player, orders, direction, onCopyOrder, onFadeOrder }: {
|
|
3
|
+
declare function SocialOrdersList({ maxWidth, players, show_player, orders, direction, onUntagOrder, onCopyOrder, onFadeOrder }: {
|
|
4
4
|
maxWidth: any;
|
|
5
5
|
players: any;
|
|
6
6
|
show_player: any;
|
|
7
7
|
orders: any;
|
|
8
8
|
direction: any;
|
|
9
|
+
onUntagOrder: any;
|
|
9
10
|
onCopyOrder: any;
|
|
10
11
|
onFadeOrder: any;
|
|
11
12
|
}): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialOrdersList.d.ts","sourceRoot":"","sources":["../../../../commonjs/SocialComponents/SocialOrdersList.js"],"names":[],"mappings":";;AAcA
|
|
1
|
+
{"version":3,"file":"SocialOrdersList.d.ts","sourceRoot":"","sources":["../../../../commonjs/SocialComponents/SocialOrdersList.js"],"names":[],"mappings":";;AAcA;;;;;;;;;QAoHC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UrlPreviewCard.d.ts","sourceRoot":"","sources":["../../../../commonjs/SocialComponents/UrlPreviewCard.js"],"names":[],"mappings":";;AAeA;;;;;QAiGC"}
|
|
@@ -2,23 +2,34 @@ export const __esModule: boolean;
|
|
|
2
2
|
export namespace SocialComponentApi {
|
|
3
3
|
function setEnvironment(): void;
|
|
4
4
|
function getLeagues(): Promise<any>;
|
|
5
|
+
function getPlayersByIds(player_ids: any): Promise<any>;
|
|
5
6
|
function reverseOrder(order: any): Promise<any>;
|
|
6
7
|
function getBulkPlayerfollowers(player_ids: any): Promise<any>;
|
|
7
8
|
function savePlayerFollower(player_follower: any): Promise<any>;
|
|
9
|
+
function getPostById(memo_post_id: any): Promise<any>;
|
|
10
|
+
function getMyAction(): Promise<any>;
|
|
11
|
+
function getBulkOrders(order_ids: any): Promise<any>;
|
|
12
|
+
function createPost(post: any): Promise<any>;
|
|
13
|
+
function updatePost(post: any): Promise<any>;
|
|
8
14
|
function getEventsByEventIds(event_ids: any): Promise<any>;
|
|
9
15
|
function searchPlayerByUsername(username: any): Promise<any>;
|
|
10
16
|
function searchPlayersByValue(search_value: any, offset: any): Promise<any>;
|
|
17
|
+
function getMyDetails(): Promise<any>;
|
|
11
18
|
function getMatchesByMatchIds(match_ids: any): Promise<any>;
|
|
12
19
|
function getAthletesByIds(athlete_ids: any): Promise<any>;
|
|
13
20
|
function getTournamentsByTournamentIds(tournament_ids: any): Promise<any>;
|
|
14
21
|
function getTeamsByIds(team_ids: any): Promise<any>;
|
|
15
22
|
function createPostReaction(post_reaction: any): Promise<any>;
|
|
23
|
+
function getUrlMetadata(url: any): Promise<any>;
|
|
16
24
|
function updatePostReaction(post_reaction: any): Promise<any>;
|
|
17
25
|
function getPodcastById(podcast_id: any): Promise<any>;
|
|
18
26
|
function getPodcastEpisodeById(podcast_episode_id: any): Promise<any>;
|
|
19
27
|
function getPlayerPodcastEpisode(podcast_episode_id: any): Promise<any>;
|
|
20
28
|
function startPodcastEpisode(podcast_episode_id: any): Promise<any>;
|
|
21
29
|
function pausePodcastEpisode(podcast_episode_id: any, pause_timestamp: any): Promise<any>;
|
|
30
|
+
function getChat(player_id: any): Promise<any>;
|
|
31
|
+
function getGroupById(group_id: any): Promise<any>;
|
|
32
|
+
function sendChat(group_message: any): Promise<any>;
|
|
22
33
|
}
|
|
23
34
|
export namespace SocialOrderHelpers {
|
|
24
35
|
function getIconColor(order: any): any;
|
|
@@ -56,9 +67,92 @@ export namespace SocialOrderHelpers {
|
|
|
56
67
|
function getOddsLabel(odds: any, decimals: any): string;
|
|
57
68
|
}
|
|
58
69
|
export namespace SocialComponentHelpers {
|
|
70
|
+
function getPostsData(posts: any): Promise<{
|
|
71
|
+
posts: any;
|
|
72
|
+
players: any;
|
|
73
|
+
orders: any;
|
|
74
|
+
articles: never[];
|
|
75
|
+
}>;
|
|
76
|
+
function organizeImages(images: any, containerWidth: any, maxHeight: any, padding?: number, minWidth?: number): any[];
|
|
77
|
+
function calculateRowFit(row: any, containerWidth: any, maxHeight: any, padding: any, minWidth: any): {
|
|
78
|
+
fits: boolean;
|
|
79
|
+
totalWidth: number;
|
|
80
|
+
};
|
|
81
|
+
function adjustRow(row: any, containerWidth: any, maxHeight: any, padding: any, minWidth: any): any;
|
|
82
|
+
function getEmptyPost(): {
|
|
83
|
+
memo_post_id: string;
|
|
84
|
+
title: string;
|
|
85
|
+
body: string;
|
|
86
|
+
formatted_text: string;
|
|
87
|
+
tags: never[];
|
|
88
|
+
memo_competitions: never[];
|
|
89
|
+
memo_urls: never[];
|
|
90
|
+
memo_events: never[];
|
|
91
|
+
memo_hashtags: never[];
|
|
92
|
+
memo_images: never[];
|
|
93
|
+
memo_location: {};
|
|
94
|
+
memo_orders: never[];
|
|
95
|
+
memo_players: never[];
|
|
96
|
+
memo_positions: never[];
|
|
97
|
+
memo_teams: never[];
|
|
98
|
+
memo_topics: never[];
|
|
99
|
+
memo_videos: never[];
|
|
100
|
+
memo_article_feeds: never[];
|
|
101
|
+
memo_articles: never[];
|
|
102
|
+
memo_podcast_episodes: never[];
|
|
103
|
+
memo_podcasts: never[];
|
|
104
|
+
memo_polls: never[];
|
|
105
|
+
status: string;
|
|
106
|
+
player_id: string;
|
|
107
|
+
post_type: string;
|
|
108
|
+
edited: boolean;
|
|
109
|
+
external_social_id: string;
|
|
110
|
+
url_metadata: never[];
|
|
111
|
+
url_preview: undefined;
|
|
112
|
+
my_reactions: never[];
|
|
113
|
+
comment_count: number;
|
|
114
|
+
reaction_details: never[];
|
|
115
|
+
comment_details: never[];
|
|
116
|
+
create_datetime: string;
|
|
117
|
+
last_update_datetime: string;
|
|
118
|
+
};
|
|
119
|
+
function isPostValid(post: any): boolean;
|
|
120
|
+
function getUrlsFromString(str: any): any;
|
|
121
|
+
function getEmptyMessage(): {
|
|
122
|
+
group_message_id: string;
|
|
123
|
+
group_id: string;
|
|
124
|
+
player_id: string;
|
|
125
|
+
message: string;
|
|
126
|
+
formatted_text: string;
|
|
127
|
+
create_datetime: string;
|
|
128
|
+
last_update_datetime: string;
|
|
129
|
+
message_images: never[];
|
|
130
|
+
message_orders: never[];
|
|
131
|
+
message_urls: never[];
|
|
132
|
+
message_videos: never[];
|
|
133
|
+
url_metadata: never[];
|
|
134
|
+
status: string;
|
|
135
|
+
visibility_status: boolean;
|
|
136
|
+
formatted_body: {
|
|
137
|
+
blocks: never[];
|
|
138
|
+
entityMap: {
|
|
139
|
+
value: {
|
|
140
|
+
type: string;
|
|
141
|
+
mutability: string;
|
|
142
|
+
data: {};
|
|
143
|
+
};
|
|
144
|
+
};
|
|
145
|
+
};
|
|
146
|
+
};
|
|
59
147
|
function extractTagsFromText(text: any, cursor: any): any[];
|
|
60
148
|
function replaceText(originalText: any, startIndex: any, endIndex: any, replacementText: any): any;
|
|
61
149
|
function compareTags(valid_tags: any, tags: any): any[];
|
|
150
|
+
function addDataToMessages(gms: any): Promise<{
|
|
151
|
+
group_messages: any;
|
|
152
|
+
players: any;
|
|
153
|
+
orders: any;
|
|
154
|
+
}>;
|
|
155
|
+
function addTagsToMessages(gms: any): Promise<any>;
|
|
62
156
|
}
|
|
63
157
|
export namespace SocialPodcastHelpers {
|
|
64
158
|
function getPodcastImage(podcast: any): any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/api/index.js"],"names":[],"mappings":";;IAgBkB,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,uCAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;MA+DlB;IACa,wDASb;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/api/index.js"],"names":[],"mappings":";;IAgBkB,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,uCAWb;IACiB;;;MA0CjB;IACsB,4DAUtB;IACiB;;;;;;MA8BjB;IACkB;;;;;;;;;;;;;;;;;;MA+DlB;IACa,wDASb;;;IAGa;;;;;OA2Db;IACe,sHA4Bf;IAEgB;;;MAahB;IAEU,oGAuBV;IACa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAsCb;IACY,yCAcZ;IACkB,0CASlB;IACgB;;;;;;;;;;;;;;;;;;;;;;;;;MA2BhB;IACoB,4DA2BpB;IACY,mGAIZ;IACY,wDAqBZ;IACkB;;;;OAqDlB;IACkB,mDA4ClB;;;IAGgB,4CAShB;IACgB,oDAYhB;IACW,uCAKX;IACa,kEAEb"}
|
|
@@ -8,12 +8,14 @@ export const FormattedText: ({ text, tags, text_color, onSelectTag }: {
|
|
|
8
8
|
onSelectTag: any;
|
|
9
9
|
}) => any;
|
|
10
10
|
export const FormattedTextInput: any;
|
|
11
|
+
export const GroupChat: any;
|
|
11
12
|
export const InputBar: any;
|
|
12
13
|
export const PlayerCard: any;
|
|
13
14
|
export const PlayerList: any;
|
|
14
15
|
export const PlayerProfile: any;
|
|
15
16
|
export const PodcastModule: any;
|
|
16
17
|
export const PostCard: any;
|
|
18
|
+
export const Poster: any;
|
|
17
19
|
export const useContacts: ({ referral_code }: {
|
|
18
20
|
referral_code: any;
|
|
19
21
|
}) => {
|
|
@@ -4,6 +4,7 @@ declare namespace _default {
|
|
|
4
4
|
export { EyeOnIcon };
|
|
5
5
|
export { MarketClosedIcon };
|
|
6
6
|
export { AlertIcon };
|
|
7
|
+
export { GIFIcon };
|
|
7
8
|
export { QuestionIcon };
|
|
8
9
|
export { BarstoolIcon };
|
|
9
10
|
export { FilterIcon };
|
|
@@ -106,6 +107,10 @@ declare function AlertIcon({ color, size }: {
|
|
|
106
107
|
color: any;
|
|
107
108
|
size: any;
|
|
108
109
|
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
110
|
+
declare function GIFIcon({ color, size }: {
|
|
111
|
+
color: any;
|
|
112
|
+
size: any;
|
|
113
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
109
114
|
declare function QuestionIcon({ color, size }: {
|
|
110
115
|
color: any;
|
|
111
116
|
size: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../module/Components/Icons.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../module/Components/Icons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkKA;;;6GAwBC;AAoqFD;;;6GA6BC;AAzpED;;;6GAiCC;AAipED;;;6GA2CC;AA57FD;;;6GAqCC;AAijGD;;;6GAyBC;AAlKD;;;6GAqCC;AA0BD;;;6GA+CC;AAxED;;;6GAwBC;AAjYD;;;6GA2BC;AAr7BD;;;6GAyBC;AAmzCD;;;6GAyBC;AAhYD;;;6GAkCC;AA5bD;;;6GA4BC;AAr9BD;;;6GAsBC;AAi+CD;;;6GAuBC;AAxJD;;;6GAwBC;AAzqBD;;;6GA4BC;AAqND;;;6GAqCC;AA5FD;;;6GAyBC;AAvFD;;;6GA6DC;AA5FD;;;6GA8BC;AA32DD;;6GA4BC;AACD;;6GAgCC;AACD;;;6GAsBC;AA4+DD;;;6GAkCC;AACD;;;6GAmCC;AAjiDD;;;6GAkCC;AAmxDD;;;6GAyBC;AApID;;;6GA8CC;AA7iBD;;;6GA4BC;AAt9BD;;;6GAmCC;AA2hDD;;;6GAyBC;AAhsBD;;;6GAkCC;AA7FD;;;6GA6BC;AAhkED;;;6GAkCC;AAs7ED;;;6GAkCC;AA9eD;;;6GAsBC;AAh5DD;;;6GAuBC;AAktBD;;;6GAuBC;AAjmBD;;;;6GA+BC;AAspDD;;;6GAqCC;AAjFD;;;6GA2CC;AA5FD;;;;6GAgDC;AA7ED;;;6GA4BC;AAppCD;;;6GA8CC;AAytDD;;6GAwGC;AAtyBD;;;6GA8CC;AApGD;;;6GAqDC;AA5vDD;;;6GAwDC;AA4mDD;;;6GAkCC;AA9+CD;;6GAwBC;AAm3CD;;;6GAsCC;AA9+BD;;6GAwBC;AAqmDD;;;6GA4BC;AAhvBD;;6GA8BC;AAx/CD;;;6GA+BC;AAi0CD;;;;6GAyHC;AAjkBD;;;6GA4BC;AAgYD;;;6GA2CC;AAsxCD;;6GAqBC;AArtDD;;;6GAyBC;AAjFD;;;6GA0BC;AAoVD;;;6GAwEC;AA1GD;;;6GAiCC;AAzFD;;;6GAgCC;AAxED;;;6GAuCC;AA/ED;;;6GAuCC;AAlhCD;;6GAuBC;AApPD;;;6GA4BC;AA0jCD;;;6GA6EC;AA7OD;;;6GAwBC;AA9FD;;;6GAkCC;AA6DD;;;6GAoDC;AAvkBD;;6GAsDC;AAk4ED;;;6GAeC;AA3yED;;6GA6DC;AA6rDD;;;6GA2BC;AA1+DD;;;6GA0BC;AAmWD;;6GA2CC;AApoBD;;;6GAyBC;AACD;;;6GA2BC;AAglBD;;6GA2CC;AApWD;;6GAiDC;AACD;;6GAkDC;AAzLD;;;;6GA6BC;gBArgB+F,kBAAkB;kBAFhG,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../module/Components/Themed.js"],"names":[],"mappings":"AAMA,gGAsEC;AACD,6EAmDG;AACI,oJA2HN;AACM,+
|
|
1
|
+
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../module/Components/Themed.js"],"names":[],"mappings":"AAMA,gGAsEC;AACD,6EAmDG;AACI,oJA2HN;AACM,+GAgEN;oCA3TiK,cAAc;kBAD3H,OAAO;oCACsG,cAAc;8CAAd,cAAc"}
|
package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
export default TagSelector;
|
|
2
|
-
declare function TagSelector({ type, visible, working_tag, onSelectTag, onCancel }: {
|
|
2
|
+
declare function TagSelector({ width, type, visible, working_tag, onFocusPosition, onSelectTag, onCancel }: {
|
|
3
|
+
width: any;
|
|
3
4
|
type: any;
|
|
4
5
|
visible: any;
|
|
5
6
|
working_tag: any;
|
|
7
|
+
onFocusPosition: any;
|
|
6
8
|
onSelectTag: any;
|
|
7
9
|
onCancel: any;
|
|
8
10
|
}): React.FunctionComponentElement<{
|
|
@@ -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":";AAOA;;;;;;;;;;mGAkLC;kBAzL0C,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;;;;;;;;;;;;;;;;kGA0QC;kBAjRmD,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,14 @@
|
|
|
1
|
+
export default GroupMessageCard;
|
|
2
|
+
declare function GroupMessageCard({ group_message, orders, mine, player, width, onSelectImage, onSelectTag, onCopyOrder, onFadeOrder }: {
|
|
3
|
+
group_message: any;
|
|
4
|
+
orders: any;
|
|
5
|
+
mine: any;
|
|
6
|
+
player: any;
|
|
7
|
+
width: any;
|
|
8
|
+
onSelectImage: any;
|
|
9
|
+
onSelectTag: any;
|
|
10
|
+
onCopyOrder: any;
|
|
11
|
+
onFadeOrder: any;
|
|
12
|
+
}): React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
13
|
+
import React from 'react';
|
|
14
|
+
//# 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":";AASA;;;;;;;;;;6DA6FC;kBAtGiB,OAAO"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
export default GroupChat;
|
|
2
|
+
declare function GroupChat({ my_id, player_id, width, group_id, access_token, insets, distinct_id, onCopyOrder, onFadeOrder, onClose, onFocusPosition, onSelectImage, onSelectTag }: {
|
|
3
|
+
my_id: any;
|
|
4
|
+
player_id: any;
|
|
5
|
+
width: any;
|
|
6
|
+
group_id: any;
|
|
7
|
+
access_token: any;
|
|
8
|
+
insets: any;
|
|
9
|
+
distinct_id: any;
|
|
10
|
+
onCopyOrder: any;
|
|
11
|
+
onFadeOrder: any;
|
|
12
|
+
onClose: any;
|
|
13
|
+
onFocusPosition: any;
|
|
14
|
+
onSelectImage: any;
|
|
15
|
+
onSelectTag: any;
|
|
16
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
17
|
+
import React from 'react';
|
|
18
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/GroupChat/index.js"],"names":[],"mappings":";AAaA;;;;;;;;;;;;;;kGA6dC;kBA1eiB,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"}
|