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.
Files changed (219) hide show
  1. package/lib/commonjs/Components/Icons.js +28 -1
  2. package/lib/commonjs/Components/Icons.js.map +1 -1
  3. package/lib/commonjs/Components/Themed.js +13 -1
  4. package/lib/commonjs/Components/Themed.js.map +1 -1
  5. package/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.js +80 -21
  6. package/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.js.map +1 -1
  7. package/lib/commonjs/SocialComponents/FormattedTextInput/index.js +49 -11
  8. package/lib/commonjs/SocialComponents/FormattedTextInput/index.js.map +1 -1
  9. package/lib/commonjs/SocialComponents/GifSelector/NativeSelector.js +14 -0
  10. package/lib/commonjs/SocialComponents/GifSelector/NativeSelector.js.map +1 -0
  11. package/lib/commonjs/SocialComponents/GifSelector/WebSelector.js +123 -0
  12. package/lib/commonjs/SocialComponents/GifSelector/WebSelector.js.map +1 -0
  13. package/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.js +112 -0
  14. package/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.js.map +1 -0
  15. package/lib/commonjs/SocialComponents/GroupChat/index.js +501 -0
  16. package/lib/commonjs/SocialComponents/GroupChat/index.js.map +1 -0
  17. package/lib/commonjs/SocialComponents/ImageRenderer.js +55 -0
  18. package/lib/commonjs/SocialComponents/ImageRenderer.js.map +1 -0
  19. package/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.js +219 -0
  20. package/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.js.map +1 -0
  21. package/lib/commonjs/SocialComponents/InputBar/index.js +59 -5
  22. package/lib/commonjs/SocialComponents/InputBar/index.js.map +1 -1
  23. package/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.js +2 -0
  24. package/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.js.map +1 -0
  25. package/lib/commonjs/SocialComponents/PostCard/components/ImageList.js +37 -25
  26. package/lib/commonjs/SocialComponents/PostCard/components/ImageList.js.map +1 -1
  27. package/lib/commonjs/SocialComponents/PostCard/index.js +148 -70
  28. package/lib/commonjs/SocialComponents/PostCard/index.js.map +1 -1
  29. package/lib/commonjs/SocialComponents/Poster/index.js +325 -0
  30. package/lib/commonjs/SocialComponents/Poster/index.js.map +1 -0
  31. package/lib/commonjs/SocialComponents/SocialOrderCard.js +16 -6
  32. package/lib/commonjs/SocialComponents/SocialOrderCard.js.map +1 -1
  33. package/lib/commonjs/SocialComponents/SocialOrdersList.js +20 -2
  34. package/lib/commonjs/SocialComponents/SocialOrdersList.js.map +1 -1
  35. package/lib/commonjs/SocialComponents/UrlPreviewCard.js +115 -0
  36. package/lib/commonjs/SocialComponents/UrlPreviewCard.js.map +1 -0
  37. package/lib/commonjs/SocialComponents/api/index.js +437 -0
  38. package/lib/commonjs/SocialComponents/api/index.js.map +1 -1
  39. package/lib/commonjs/SocialComponents/index.js +14 -0
  40. package/lib/commonjs/SocialComponents/index.js.map +1 -1
  41. package/lib/module/Components/Icons.js +28 -1
  42. package/lib/module/Components/Icons.js.map +1 -1
  43. package/lib/module/Components/Themed.js +13 -1
  44. package/lib/module/Components/Themed.js.map +1 -1
  45. package/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.js +79 -21
  46. package/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.js.map +1 -1
  47. package/lib/module/SocialComponents/FormattedTextInput/index.js +49 -11
  48. package/lib/module/SocialComponents/FormattedTextInput/index.js.map +1 -1
  49. package/lib/module/SocialComponents/GifSelector/NativeSelector.js +7 -0
  50. package/lib/module/SocialComponents/GifSelector/NativeSelector.js.map +1 -0
  51. package/lib/module/SocialComponents/GifSelector/WebSelector.js +125 -0
  52. package/lib/module/SocialComponents/GifSelector/WebSelector.js.map +1 -0
  53. package/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.js +105 -0
  54. package/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.js.map +1 -0
  55. package/lib/module/SocialComponents/GroupChat/index.js +493 -0
  56. package/lib/module/SocialComponents/GroupChat/index.js.map +1 -0
  57. package/lib/module/SocialComponents/ImageRenderer.js +48 -0
  58. package/lib/module/SocialComponents/ImageRenderer.js.map +1 -0
  59. package/lib/module/SocialComponents/InputBar/components/ActionSelector.js +210 -0
  60. package/lib/module/SocialComponents/InputBar/components/ActionSelector.js.map +1 -0
  61. package/lib/module/SocialComponents/InputBar/index.js +58 -6
  62. package/lib/module/SocialComponents/InputBar/index.js.map +1 -1
  63. package/lib/module/SocialComponents/PostCard/components/ArticleCard.js +2 -0
  64. package/lib/module/SocialComponents/PostCard/components/ArticleCard.js.map +1 -0
  65. package/lib/module/SocialComponents/PostCard/components/ImageList.js +37 -25
  66. package/lib/module/SocialComponents/PostCard/components/ImageList.js.map +1 -1
  67. package/lib/module/SocialComponents/PostCard/index.js +148 -70
  68. package/lib/module/SocialComponents/PostCard/index.js.map +1 -1
  69. package/lib/module/SocialComponents/Poster/index.js +316 -0
  70. package/lib/module/SocialComponents/Poster/index.js.map +1 -0
  71. package/lib/module/SocialComponents/SocialOrderCard.js +16 -6
  72. package/lib/module/SocialComponents/SocialOrderCard.js.map +1 -1
  73. package/lib/module/SocialComponents/SocialOrdersList.js +21 -3
  74. package/lib/module/SocialComponents/SocialOrdersList.js.map +1 -1
  75. package/lib/module/SocialComponents/UrlPreviewCard.js +106 -0
  76. package/lib/module/SocialComponents/UrlPreviewCard.js.map +1 -0
  77. package/lib/module/SocialComponents/api/index.js +437 -0
  78. package/lib/module/SocialComponents/api/index.js.map +1 -1
  79. package/lib/module/SocialComponents/index.js +3 -1
  80. package/lib/module/SocialComponents/index.js.map +1 -1
  81. package/lib/typescript/lib/commonjs/Components/Icons.d.ts +5 -0
  82. package/lib/typescript/lib/commonjs/Components/Icons.d.ts.map +1 -1
  83. package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
  84. package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.d.ts +3 -1
  85. package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map +1 -1
  86. package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/index.d.ts +6 -1
  87. package/lib/typescript/lib/commonjs/SocialComponents/FormattedTextInput/index.d.ts.map +1 -1
  88. package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/NativeSelector.d.ts +4 -0
  89. package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/NativeSelector.d.ts.map +1 -0
  90. package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/WebSelector.d.ts +4 -0
  91. package/lib/typescript/lib/commonjs/SocialComponents/GifSelector/WebSelector.d.ts.map +1 -0
  92. package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.d.ts +14 -0
  93. package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map +1 -0
  94. package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/index.d.ts +18 -0
  95. package/lib/typescript/lib/commonjs/SocialComponents/GroupChat/index.d.ts.map +1 -0
  96. package/lib/typescript/lib/commonjs/SocialComponents/ImageRenderer.d.ts +11 -0
  97. package/lib/typescript/lib/commonjs/SocialComponents/ImageRenderer.d.ts.map +1 -0
  98. package/lib/typescript/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.d.ts +9 -0
  99. package/lib/typescript/lib/commonjs/SocialComponents/InputBar/components/ActionSelector.d.ts.map +1 -0
  100. package/lib/typescript/lib/commonjs/SocialComponents/InputBar/index.d.ts +3 -1
  101. package/lib/typescript/lib/commonjs/SocialComponents/InputBar/index.d.ts.map +1 -1
  102. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.d.ts +1 -0
  103. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ArticleCard.d.ts.map +1 -0
  104. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts +1 -2
  105. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -1
  106. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts +4 -1
  107. package/lib/typescript/lib/commonjs/SocialComponents/PostCard/index.d.ts.map +1 -1
  108. package/lib/typescript/lib/commonjs/SocialComponents/Poster/index.d.ts +9 -0
  109. package/lib/typescript/lib/commonjs/SocialComponents/Poster/index.d.ts.map +1 -0
  110. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts +3 -1
  111. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts.map +1 -1
  112. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts +2 -1
  113. package/lib/typescript/lib/commonjs/SocialComponents/SocialOrdersList.d.ts.map +1 -1
  114. package/lib/typescript/lib/commonjs/SocialComponents/UrlPreviewCard.d.ts +9 -0
  115. package/lib/typescript/lib/commonjs/SocialComponents/UrlPreviewCard.d.ts.map +1 -0
  116. package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts +94 -0
  117. package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts.map +1 -1
  118. package/lib/typescript/lib/commonjs/SocialComponents/index.d.ts +2 -0
  119. package/lib/typescript/lib/module/Components/Icons.d.ts +5 -0
  120. package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
  121. package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
  122. package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts +3 -1
  123. package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map +1 -1
  124. package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/index.d.ts +6 -1
  125. package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/index.d.ts.map +1 -1
  126. package/lib/typescript/lib/module/SocialComponents/GifSelector/NativeSelector.d.ts +4 -0
  127. package/lib/typescript/lib/module/SocialComponents/GifSelector/NativeSelector.d.ts.map +1 -0
  128. package/lib/typescript/lib/module/SocialComponents/GifSelector/WebSelector.d.ts +13 -0
  129. package/lib/typescript/lib/module/SocialComponents/GifSelector/WebSelector.d.ts.map +1 -0
  130. package/lib/typescript/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.d.ts +14 -0
  131. package/lib/typescript/lib/module/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map +1 -0
  132. package/lib/typescript/lib/module/SocialComponents/GroupChat/index.d.ts +18 -0
  133. package/lib/typescript/lib/module/SocialComponents/GroupChat/index.d.ts.map +1 -0
  134. package/lib/typescript/lib/module/SocialComponents/ImageRenderer.d.ts +11 -0
  135. package/lib/typescript/lib/module/SocialComponents/ImageRenderer.d.ts.map +1 -0
  136. package/lib/typescript/lib/module/SocialComponents/InputBar/components/ActionSelector.d.ts +10 -0
  137. package/lib/typescript/lib/module/SocialComponents/InputBar/components/ActionSelector.d.ts.map +1 -0
  138. package/lib/typescript/lib/module/SocialComponents/InputBar/index.d.ts +3 -1
  139. package/lib/typescript/lib/module/SocialComponents/InputBar/index.d.ts.map +1 -1
  140. package/lib/typescript/lib/module/SocialComponents/PostCard/components/ArticleCard.d.ts +1 -0
  141. package/lib/typescript/lib/module/SocialComponents/PostCard/components/ArticleCard.d.ts.map +1 -0
  142. package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts +1 -2
  143. package/lib/typescript/lib/module/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -1
  144. package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts +4 -1
  145. package/lib/typescript/lib/module/SocialComponents/PostCard/index.d.ts.map +1 -1
  146. package/lib/typescript/lib/module/SocialComponents/Poster/index.d.ts +11 -0
  147. package/lib/typescript/lib/module/SocialComponents/Poster/index.d.ts.map +1 -0
  148. package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts +4 -2
  149. package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts.map +1 -1
  150. package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts +2 -1
  151. package/lib/typescript/lib/module/SocialComponents/SocialOrdersList.d.ts.map +1 -1
  152. package/lib/typescript/lib/module/SocialComponents/UrlPreviewCard.d.ts +9 -0
  153. package/lib/typescript/lib/module/SocialComponents/UrlPreviewCard.d.ts.map +1 -0
  154. package/lib/typescript/lib/module/SocialComponents/api/index.d.ts +94 -0
  155. package/lib/typescript/lib/module/SocialComponents/api/index.d.ts.map +1 -1
  156. package/lib/typescript/lib/module/SocialComponents/index.d.ts +3 -1
  157. package/lib/typescript/lib/module/SocialComponents/index.d.ts.map +1 -1
  158. package/lib/typescript/src/Components/Icons.d.ts +1 -0
  159. package/lib/typescript/src/Components/Icons.d.ts.map +1 -1
  160. package/lib/typescript/src/Components/Themed.d.ts +1 -0
  161. package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
  162. package/lib/typescript/src/SocialComponents/FormattedTextInput/components/TagSelector.d.ts +8 -1
  163. package/lib/typescript/src/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map +1 -1
  164. package/lib/typescript/src/SocialComponents/FormattedTextInput/index.d.ts +6 -1
  165. package/lib/typescript/src/SocialComponents/FormattedTextInput/index.d.ts.map +1 -1
  166. package/lib/typescript/src/SocialComponents/GifSelector/NativeSelector.d.ts +4 -0
  167. package/lib/typescript/src/SocialComponents/GifSelector/NativeSelector.d.ts.map +1 -0
  168. package/lib/typescript/src/SocialComponents/GifSelector/WebSelector.d.ts +11 -0
  169. package/lib/typescript/src/SocialComponents/GifSelector/WebSelector.d.ts.map +1 -0
  170. package/lib/typescript/src/SocialComponents/GroupChat/components/GroupMessageCard.d.ts +21 -0
  171. package/lib/typescript/src/SocialComponents/GroupChat/components/GroupMessageCard.d.ts.map +1 -0
  172. package/lib/typescript/src/SocialComponents/GroupChat/index.d.ts +34 -0
  173. package/lib/typescript/src/SocialComponents/GroupChat/index.d.ts.map +1 -0
  174. package/lib/typescript/src/SocialComponents/ImageRenderer.d.ts +21 -0
  175. package/lib/typescript/src/SocialComponents/ImageRenderer.d.ts.map +1 -0
  176. package/lib/typescript/src/SocialComponents/InputBar/components/ActionSelector.d.ts +16 -0
  177. package/lib/typescript/src/SocialComponents/InputBar/components/ActionSelector.d.ts.map +1 -0
  178. package/lib/typescript/src/SocialComponents/InputBar/index.d.ts +10 -1
  179. package/lib/typescript/src/SocialComponents/InputBar/index.d.ts.map +1 -1
  180. package/lib/typescript/src/SocialComponents/PostCard/components/ArticleCard.d.ts +1 -0
  181. package/lib/typescript/src/SocialComponents/PostCard/components/ArticleCard.d.ts.map +1 -0
  182. package/lib/typescript/src/SocialComponents/PostCard/components/ImageList.d.ts +1 -1
  183. package/lib/typescript/src/SocialComponents/PostCard/components/ImageList.d.ts.map +1 -1
  184. package/lib/typescript/src/SocialComponents/PostCard/index.d.ts +4 -2
  185. package/lib/typescript/src/SocialComponents/PostCard/index.d.ts.map +1 -1
  186. package/lib/typescript/src/SocialComponents/Poster/index.d.ts +16 -0
  187. package/lib/typescript/src/SocialComponents/Poster/index.d.ts.map +1 -0
  188. package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts +3 -1
  189. package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts.map +1 -1
  190. package/lib/typescript/src/SocialComponents/SocialOrdersList.d.ts +2 -1
  191. package/lib/typescript/src/SocialComponents/SocialOrdersList.d.ts.map +1 -1
  192. package/lib/typescript/src/SocialComponents/UrlPreviewCard.d.ts +10 -0
  193. package/lib/typescript/src/SocialComponents/UrlPreviewCard.d.ts.map +1 -0
  194. package/lib/typescript/src/SocialComponents/api/index.d.ts +42 -1
  195. package/lib/typescript/src/SocialComponents/api/index.d.ts.map +1 -1
  196. package/lib/typescript/src/SocialComponents/index.d.ts +3 -1
  197. package/lib/typescript/src/SocialComponents/index.d.ts.map +1 -1
  198. package/package.json +5 -1
  199. package/src/Components/Icons.tsx +18 -1
  200. package/src/Components/Themed.tsx +11 -1
  201. package/src/SocialComponents/FormattedTextInput/components/TagSelector.tsx +56 -15
  202. package/src/SocialComponents/FormattedTextInput/index.tsx +36 -9
  203. package/src/SocialComponents/GifSelector/NativeSelector.tsx +13 -0
  204. package/src/SocialComponents/GifSelector/WebSelector.tsx +91 -0
  205. package/src/SocialComponents/GroupChat/components/GroupMessageCard.tsx +105 -0
  206. package/src/SocialComponents/GroupChat/index.tsx +403 -0
  207. package/src/SocialComponents/ImageRenderer.tsx +42 -0
  208. package/src/SocialComponents/InputBar/components/ActionSelector.tsx +165 -0
  209. package/src/SocialComponents/InputBar/index.tsx +40 -6
  210. package/src/SocialComponents/PostCard/components/ArticleCard.tsx +2 -0
  211. package/src/SocialComponents/PostCard/components/ImageList.tsx +28 -21
  212. package/src/SocialComponents/PostCard/index.tsx +122 -56
  213. package/src/SocialComponents/Poster/index.tsx +264 -0
  214. package/src/SocialComponents/SocialOrderCard.tsx +9 -8
  215. package/src/SocialComponents/SocialOrdersList.tsx +14 -8
  216. package/src/SocialComponents/UrlPreviewCard.tsx +75 -0
  217. package/src/SocialComponents/api/index.ts +385 -3
  218. package/src/SocialComponents/index.tsx +4 -0
  219. 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;;;;;;;;;;;QAoOC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/FormattedTextInput/index.js"],"names":[],"mappings":";;AAgBA;;;;;;;;;;;;;;;;QA0QC"}
@@ -0,0 +1,4 @@
1
+ export const __esModule: boolean;
2
+ export default GifyNativeSelector;
3
+ declare function GifyNativeSelector(): any;
4
+ //# sourceMappingURL=NativeSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NativeSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/GifSelector/NativeSelector.js"],"names":[],"mappings":";;AASA,2CAEC"}
@@ -0,0 +1,4 @@
1
+ export const __esModule: boolean;
2
+ declare const _default: any;
3
+ export default _default;
4
+ //# sourceMappingURL=WebSelector.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"WebSelector.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/GifSelector/WebSelector.js"],"names":[],"mappings":""}
@@ -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
@@ -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
@@ -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":";;AAaA;;;QAsCC"}
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,7 +1,6 @@
1
1
  export const __esModule: boolean;
2
2
  export default ImageList;
3
- declare function ImageList({ post_id, width, images }: {
4
- post_id: any;
3
+ declare function ImageList({ width, images }: {
5
4
  width: any;
6
5
  images: any;
7
6
  }): any;
@@ -1 +1 @@
1
- {"version":3,"file":"ImageList.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/SocialComponents/PostCard/components/ImageList.js"],"names":[],"mappings":";;AASA;;;;QAuCC"}
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":";;AAoBA;;;;;;;;;;QAuNC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/PostCard/index.js"],"names":[],"mappings":";;AAyBA;;;;;;;;;;;;;QAgSC"}
@@ -0,0 +1,9 @@
1
+ export const __esModule: boolean;
2
+ export default Poster;
3
+ declare function Poster({ width, post_id, insets, onCreatePost }: {
4
+ width: any;
5
+ post_id: any;
6
+ insets: any;
7
+ onCreatePost: any;
8
+ }): any;
9
+ //# sourceMappingURL=index.d.ts.map
@@ -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;;;;;;;;;;;;QAoOC"}
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;;;;;;;;QAkGC"}
1
+ {"version":3,"file":"SocialOrdersList.d.ts","sourceRoot":"","sources":["../../../../commonjs/SocialComponents/SocialOrdersList.js"],"names":[],"mappings":";;AAcA;;;;;;;;;QAoHC"}
@@ -0,0 +1,9 @@
1
+ export const __esModule: boolean;
2
+ export default UrlPreviewCard;
3
+ declare function UrlPreviewCard({ url, color, width, max_height }: {
4
+ url: any;
5
+ color: any;
6
+ width: any;
7
+ max_height: any;
8
+ }): any;
9
+ //# sourceMappingURL=UrlPreviewCard.d.ts.map
@@ -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;;;IAGoB,4DA2BpB;IACY,mGAIZ;IACY,wDAqBZ;;;IAGgB,4CAShB;IACgB,oDAYhB;IACW,uCAKX;IACa,kEAEb"}
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAkKA;;;6GAwBC;AAoqFD;;;6GA6BC;AAzpED;;;6GAiCC;AAipED;;;6GA2CC;AA57FD;;;6GAqCC;AAw6FD;;;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
+ {"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,+GAoDN;oCA/SiK,cAAc;kBAD3H,OAAO;oCACsG,cAAc;8CAAd,cAAc"}
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"}
@@ -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":";AAIA;;;;;;;;mGA2HC;kBA/H0C,OAAO"}
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;;;;;;;;;;;kGAoOC;kBA3OmD,OAAO"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/SocialComponents/FormattedTextInput/index.js"],"names":[],"mappings":";AAOA;;;;;;;;;;;;;;;;kGA0QC;kBAjRmD,OAAO"}
@@ -0,0 +1,4 @@
1
+ export default GifyNativeSelector;
2
+ declare function GifyNativeSelector(): React.FunctionComponentElement<React.RefAttributes<any>>;
3
+ import React from 'react';
4
+ //# sourceMappingURL=NativeSelector.d.ts.map
@@ -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
@@ -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
@@ -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":";AAMA;;;kGAsCC;kBA5CiB,OAAO"}
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,6 +1,5 @@
1
1
  export default ImageList;
2
- declare function ImageList({ post_id, width, images }: {
3
- post_id: any;
2
+ declare function ImageList({ width, images }: {
4
3
  width: any;
5
4
  images: any;
6
5
  }): React.CElement<import("react-native").ViewProps, View>;
@@ -1 +1 @@
1
- {"version":3,"file":"ImageList.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/PostCard/components/ImageList.js"],"names":[],"mappings":";AAEA;;;;2DAuCC;qBAxCqC,cAAc;kBADlC,OAAO"}
1
+ {"version":3,"file":"ImageList.d.ts","sourceRoot":"","sources":["../../../../../../module/SocialComponents/PostCard/components/ImageList.js"],"names":[],"mappings":";AAIA;;;2DAiDC;qBApDqC,cAAc;kBADlC,OAAO"}