be-components 6.0.4 → 6.0.6
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 +30 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/Pagination.js +70 -6
- package/lib/commonjs/Components/Pagination.js.map +1 -1
- package/lib/commonjs/LocationTracker/api/index.js +2 -0
- package/lib/commonjs/LocationTracker/api/index.js.map +1 -1
- package/lib/commonjs/LocationTracker/index.js +39 -54
- package/lib/commonjs/LocationTracker/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/api/index.js +137 -2
- package/lib/commonjs/MarketComponents/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js +2 -2
- package/lib/commonjs/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/MatchMarket/api/index.js +17 -0
- package/lib/commonjs/MarketComponents/components/MatchMarket/api/index.js.map +1 -0
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js +44 -1
- package/lib/commonjs/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.js +34 -0
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js +45 -3
- package/lib/commonjs/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.js +15 -0
- package/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js +42 -1
- package/lib/commonjs/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js +1 -130
- package/lib/commonjs/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/commonjs/ProfileManager/index.js +15 -5
- package/lib/commonjs/ProfileManager/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/SocialOrderCard.js +50 -1
- package/lib/commonjs/SocialComponents/SocialOrderCard.js.map +1 -1
- package/lib/module/Components/Icons.js +30 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/Pagination.js +68 -5
- package/lib/module/Components/Pagination.js.map +1 -1
- package/lib/module/LocationTracker/api/index.js +2 -0
- package/lib/module/LocationTracker/api/index.js.map +1 -1
- package/lib/module/LocationTracker/index.js +16 -31
- package/lib/module/LocationTracker/index.js.map +1 -1
- package/lib/module/MarketComponents/api/index.js +137 -2
- package/lib/module/MarketComponents/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/AthleteMarket/index.js +2 -2
- package/lib/module/MarketComponents/components/AthleteMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/MatchMarket/api/index.js +10 -0
- package/lib/module/MarketComponents/components/MatchMarket/api/index.js.map +1 -0
- package/lib/module/MarketComponents/components/MatchMarket/index.js +44 -1
- package/lib/module/MarketComponents/components/MatchMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/api/index.js +34 -0
- package/lib/module/MarketComponents/components/TeamEventMarket/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js +45 -3
- package/lib/module/MarketComponents/components/TeamEventMarket/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TournamentMarket/api/index.js +15 -0
- package/lib/module/MarketComponents/components/TournamentMarket/api/index.js.map +1 -1
- package/lib/module/MarketComponents/components/TournamentMarket/index.js +42 -1
- package/lib/module/MarketComponents/components/TournamentMarket/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/ProfileWizard.js +1 -132
- package/lib/module/ProfileManager/Components/ProfileWizard.js.map +1 -1
- package/lib/module/ProfileManager/index.js +15 -5
- package/lib/module/ProfileManager/index.js.map +1 -1
- package/lib/module/SocialComponents/SocialOrderCard.js +50 -1
- package/lib/module/SocialComponents/SocialOrderCard.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/Pagination.d.ts +3 -1
- package/lib/typescript/lib/commonjs/Components/Pagination.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/LocationTracker/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts +10 -0
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/api/index.d.ts +5 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/MatchMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts +3 -1
- package/lib/typescript/lib/commonjs/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts +2 -1
- package/lib/typescript/lib/commonjs/SocialComponents/SocialOrderCard.d.ts.map +1 -1
- package/lib/typescript/lib/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/Pagination.d.ts +3 -1
- package/lib/typescript/lib/module/Components/Pagination.d.ts.map +1 -1
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts +1 -0
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/LocationTracker/index.d.ts +1 -2
- package/lib/typescript/lib/module/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts +10 -0
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/api/index.d.ts +4 -0
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +3 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +4 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts +1 -0
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts +3 -1
- package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/lib/module/ProfileManager/index.d.ts +3 -1
- package/lib/typescript/lib/module/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.d.ts +2 -1
- package/lib/typescript/lib/module/SocialComponents/SocialOrderCard.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/Pagination.d.ts +3 -1
- package/lib/typescript/src/Components/Pagination.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/api/index.d.ts.map +1 -1
- package/lib/typescript/src/LocationTracker/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/api/index.d.ts +22 -2
- package/lib/typescript/src/MarketComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/AthleteMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/MatchMarket/api/index.d.ts +5 -0
- package/lib/typescript/src/MarketComponents/components/MatchMarket/api/index.d.ts.map +1 -0
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts +4 -2
- package/lib/typescript/src/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/api/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts +5 -2
- package/lib/typescript/src/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/api/index.d.ts +2 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts +4 -2
- package/lib/typescript/src/MarketComponents/components/TournamentMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/index.d.ts +10 -3
- package/lib/typescript/src/MarketComponents/index.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/Components/ProfileWizard.d.ts.map +1 -1
- package/lib/typescript/src/ProfileManager/index.d.ts +3 -1
- package/lib/typescript/src/ProfileManager/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts +4 -3
- package/lib/typescript/src/SocialComponents/SocialOrderCard.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/Components/Icons.tsx +17 -0
- package/src/Components/Pagination.tsx +46 -6
- package/src/LocationTracker/api/index.tsx +2 -0
- package/src/LocationTracker/index.tsx +16 -26
- package/src/MarketComponents/api/index.ts +110 -4
- package/src/MarketComponents/components/AthleteMarket/index.tsx +2 -3
- package/src/MarketComponents/components/MatchMarket/api/index.ts +9 -0
- package/src/MarketComponents/components/MatchMarket/index.tsx +29 -2
- package/src/MarketComponents/components/TeamEventMarket/api/index.ts +32 -2
- package/src/MarketComponents/components/TeamEventMarket/index.tsx +31 -6
- package/src/MarketComponents/components/TournamentMarket/api/index.ts +14 -1
- package/src/MarketComponents/components/TournamentMarket/index.tsx +27 -4
- package/src/ProfileManager/Components/ProfileWizard.tsx +2 -139
- package/src/ProfileManager/index.tsx +9 -7
- package/src/SocialComponents/SocialOrderCard.tsx +24 -3
- package/src/types.d.ts +11 -1
|
@@ -1,5 +1,7 @@
|
|
|
1
|
-
declare const _default: React.MemoExoticComponent<({ event, league, float, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onViewMarketStats, onView, onViewAdditionalMarkets, onTradeLongPress, onTVSelect, onActivate, onEvent, onShare, onPodcastSelect }: {
|
|
1
|
+
declare const _default: React.MemoExoticComponent<({ event, hide_non_primary, flash_markets, league, float, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onFlashSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onViewMarketStats, onView, onViewAdditionalMarkets, onTradeLongPress, onTVSelect, onActivate, onEvent, onShare, onPodcastSelect }: {
|
|
2
2
|
event: any;
|
|
3
|
+
hide_non_primary: any;
|
|
4
|
+
flash_markets: any;
|
|
3
5
|
league: any;
|
|
4
6
|
float: any;
|
|
5
7
|
style: any;
|
|
@@ -18,6 +20,7 @@ declare const _default: React.MemoExoticComponent<({ event, league, float, style
|
|
|
18
20
|
event_order_stats: any;
|
|
19
21
|
default_price_view: any;
|
|
20
22
|
onTeamSelect: any;
|
|
23
|
+
onFlashSelect: any;
|
|
21
24
|
onSquaresSelect: any;
|
|
22
25
|
onCompetitionSelect: any;
|
|
23
26
|
onExpand: any;
|
package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamEventMarket/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamEventMarket/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAyE,OAAO"}
|
package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ export namespace TournamentMarketHelpers {
|
|
|
6
6
|
show_futures: boolean;
|
|
7
7
|
};
|
|
8
8
|
function getMarketWrapWidth(padding: any, width: any, market_wrap: any): number | undefined;
|
|
9
|
+
function getUpcomingFlashMarket(tournament: any, matches: any, flash_markets: any): any;
|
|
9
10
|
function sortAthletes(event_order_stats: any, latest_trades: any, athletes: any, market: any, search_value: any): any[];
|
|
10
11
|
function sortTeams(event_order_stats: any, latest_trades: any, teams: any, market: any, search_value: any): any[];
|
|
11
12
|
function sortMatches(event_order_stats: any, matches: any, market: any, search_value: any, athletes: any, teams: any): any[];
|
package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/api/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../module/MarketComponents/components/TournamentMarket/api/index.js"],"names":[],"mappings":";IAGsB;;;;;MAyBnB;IACmB,4FASnB;IACa,wHA0Bb;IACU,kHA0BV;IACY,6HAwCZ"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../module/MarketComponents/components/TournamentMarket/api/index.js"],"names":[],"mappings":";IAGsB;;;;;MAyBnB;IACmB,4FASnB;IACuB,wFAcvB;IACa,wHA0Bb;IACU,kHA0BV;IACY,6HAwCZ"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
export default TournamentMarket;
|
|
2
|
-
declare function TournamentMarket({ tournament, float, wrap_markets, width, style, market_selector_location, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onViewMarketStats, onOrder, onActivate, onShare }: {
|
|
2
|
+
declare function TournamentMarket({ tournament, float, wrap_markets, width, style, market_selector_location, flash_markets, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onViewMarketStats, onFlashSelect, onOrder, onActivate, onShare }: {
|
|
3
3
|
tournament: any;
|
|
4
4
|
float: any;
|
|
5
5
|
wrap_markets: any;
|
|
6
6
|
width: any;
|
|
7
7
|
style: any;
|
|
8
8
|
market_selector_location: any;
|
|
9
|
+
flash_markets: any;
|
|
9
10
|
hide_match_liquidity: any;
|
|
10
11
|
show_grades: any;
|
|
11
12
|
hide_participant_liquidity: any;
|
|
@@ -23,6 +24,7 @@ declare function TournamentMarket({ tournament, float, wrap_markets, width, styl
|
|
|
23
24
|
onTradeLongPress: any;
|
|
24
25
|
onViewAdditionalMarkets: any;
|
|
25
26
|
onViewMarketStats: any;
|
|
27
|
+
onFlashSelect: any;
|
|
26
28
|
onOrder: any;
|
|
27
29
|
onActivate: any;
|
|
28
30
|
onShare: any;
|
package/lib/typescript/lib/module/MarketComponents/components/TournamentMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TournamentMarket/index.js"],"names":[],"mappings":";AAYA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TournamentMarket/index.js"],"names":[],"mappings":";AAYA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kGAgtBC;kBA5tB2D,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWizard.js"],"names":[],"mappings":";AAmBA;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../module/ProfileManager/Components/ProfileWizard.js"],"names":[],"mappings":";AAmBA;;;;;;;;;;;;;;;;;;;;;;kGA6zBC;kBAh1B0C,OAAO"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
export default ProfileManager;
|
|
2
|
-
declare function ProfileManager({ profile_attribute, keyboard_height, view_mode, hide_profile_header, insets, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onFocusPosition, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, onClose, onLogout }: {
|
|
2
|
+
declare function ProfileManager({ float, profile_attribute, style, keyboard_height, view_mode, hide_profile_header, insets, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onFocusPosition, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, onClose, onLogout }: {
|
|
3
|
+
float: any;
|
|
3
4
|
profile_attribute: any;
|
|
5
|
+
style: any;
|
|
4
6
|
keyboard_height: any;
|
|
5
7
|
view_mode: any;
|
|
6
8
|
hide_profile_header: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ProfileManager/index.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/ProfileManager/index.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;kGAsLC;kBA5L0C,OAAO"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export default SocialOrderCard;
|
|
2
|
-
declare function SocialOrderCard({ player, show_player, hide_contest, maxWidth, league, team, athlete, order, contest_title, contest_time, onTagOrder, onCopyOrder, onFadeOrder }: {
|
|
2
|
+
declare function SocialOrderCard({ player, show_player, show_amounts, hide_contest, maxWidth, league, team, athlete, order, contest_title, contest_time, onTagOrder, onCopyOrder, onFadeOrder }: {
|
|
3
3
|
player: any;
|
|
4
4
|
show_player: any;
|
|
5
|
+
show_amounts: any;
|
|
5
6
|
hide_contest: any;
|
|
6
7
|
maxWidth: any;
|
|
7
8
|
league: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/SocialOrderCard.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../module/SocialComponents/SocialOrderCard.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;wCA8RC;kBAvS+B,OAAO"}
|
|
@@ -92,6 +92,7 @@ declare const _default: {
|
|
|
92
92
|
PauseIcon: ({ size, color }: IconProps) => React.JSX.Element;
|
|
93
93
|
TransactionErrorIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
94
94
|
VisaCardIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
95
|
+
AthleteIcon: ({ size, color }: IconProps) => React.JSX.Element;
|
|
95
96
|
MasterCardIcon: ({ size }: IconProps) => React.JSX.Element;
|
|
96
97
|
UnbidSquare: ({ color, size, secondary_color }: IconProps) => React.JSX.Element;
|
|
97
98
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../src/Components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,KAAK,SAAS,GAAG;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,eAAe,CAAC,EAAC,MAAM,CAAC;IACxB,IAAI,CAAC,EAAC,MAAM,CAAC;IACb,SAAS,CAAC,EAAC,IAAI,GAAC,MAAM,GAAC,MAAM,GAAC,OAAO,CAAA;CACxC,CAAA;;kCAgFqC,SAAS;qCAixCR,SAAS;iCAz/Bd,SAAS;wCAshCH,SAAS;iCA33Cd,SAAS;kCAo+CR,SAAS;+BAfZ,SAAS;oCA5DJ,SAAS;oCA6BT,SAAS;kCAfX,SAAS;+BAnLZ,SAAS;gCAlaP,SAAS;gCAsnBV,SAAS;mCAjLN,SAAS;gCAlMX,SAAS;uCArbH,SAAS;kCA+sBd,SAAS;gCAxEX,SAAS;uCA1SA,SAAS;iCAsGd,SAAS;kCA3BT,SAAS;gCApBX,SAAS;gCAdT,SAAS;4BAn2Bf,SAAS;6BAcR,SAAS;gCAgBN,SAAS;iCAm7BN,SAAS;iCAiBT,SAAS;wCAtsBN,SAAS;uCAu1BR,SAAS;sCArDV,SAAS;sCAzOV,SAAS;sCAjbP,SAAS;oCA2tBZ,SAAS;iCAvTV,SAAS;sCAjCJ,SAAS;uCA58BV,SAAS;oCAupCV,SAAS;iCAzNZ,SAAS;mCAl4BT,SAAS;kCAwWZ,SAAS;mDA/QU,SAAS;iCA0xB1B,SAAS;gCAlBT,SAAS;2CA3BC,SAAS;kCAhBlB,SAAS;gCA3gBd,SAAS;4BAm0BV,SAAS;oCAxUD,SAAS;mCAjBV,SAAS;oCAnzBX,SAAS;uCAkyBH,SAAS;6BA1rBpB,SAAS;sCA8pBE,SAAS;0BA5cvB,SAAS;oCA8vBG,SAAS;2BA7TlB,SAAS;iCAhtBL,SAAS;8CAooBM,SAAS;oCAhNrB,SAAS;uCA6LL,SAAS;8BA0nBlB,SAAS;sCAxyBF,SAAS;oCA5BX,SAAS;oCA+KR,SAAS;uCAhBN,SAAS;8BA1BlB,SAAS;sCAdD,SAAS;kCAdb,SAAS;6BAlef,SAAS;mCAxGH,SAAS;kCA0hBT,SAAS;+BAxFZ,SAAS;iCA2ER,SAAS;kCA3GT,SAAS;qCA6CL,SAAS;iCAjPb,SAAS;gCAsoCV,SAAS;6BAxkCZ,SAAS;uCA2zBC,SAAS;iCAt5Bf,SAAS;uCA0KH,SAAS;gCAhShB,SAAS;iCAeR,SAAS;qCAsSP,SAAS;6BA1If,SAAS;mCArRL,SAAS;+BAwSX,SAAS;oDAzDY,SAAS;;AAsvC/D,wBA2FC"}
|
|
@@ -2,11 +2,13 @@ import React from 'react';
|
|
|
2
2
|
type PaginationProps = {
|
|
3
3
|
offset: number;
|
|
4
4
|
style?: any;
|
|
5
|
+
pages?: number;
|
|
5
6
|
next_title?: string;
|
|
6
7
|
previous_title?: string;
|
|
7
8
|
onPrevious: () => void;
|
|
8
9
|
onNext: () => void;
|
|
10
|
+
onSelectPage?: (page: number) => void;
|
|
9
11
|
};
|
|
10
|
-
declare const Pagination: ({ offset, onPrevious, onNext, next_title, previous_title, style }: PaginationProps) => React.JSX.Element;
|
|
12
|
+
declare const Pagination: ({ offset, pages, onPrevious, onNext, next_title, previous_title, style, onSelectPage }: PaginationProps) => React.JSX.Element;
|
|
11
13
|
export default Pagination;
|
|
12
14
|
//# sourceMappingURL=Pagination.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/Components/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Pagination.d.ts","sourceRoot":"","sources":["../../../../src/Components/Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgC,MAAM,OAAO,CAAC;AAKrD,KAAK,eAAe,GAAG;IACnB,MAAM,EAAC,MAAM,CAAA;IACb,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,UAAU,CAAC,EAAC,MAAM,CAAC;IACnB,cAAc,CAAC,EAAC,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,IAAI,CAAC;IACvB,MAAM,EAAE,MAAM,IAAI,CAAC;IACnB,YAAY,CAAC,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAA;CACtC,CAAA;AAED,QAAA,MAAM,UAAU,GAAI,wFAAuF,eAAe,sBAsDzH,CAAA;AAED,eAAe,UAAU,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/LocationTracker/api/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAE1C,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAQ1F,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAA;AAEvC,QAAA,MAAM,WAAW;;;2CAgB8B,mBAAmB,KAAE,OAAO,CAAC;QAAE,aAAa,CAAC,EAAC,mBAAmB,CAAC;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/LocationTracker/api/index.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAE1C,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAC;AAQ1F,OAAO,EAAE,WAAW,EAAE,eAAe,EAAE,CAAA;AAEvC,QAAA,MAAM,WAAW;;;2CAgB8B,mBAAmB,KAAE,OAAO,CAAC;QAAE,aAAa,CAAC,EAAC,mBAAmB,CAAC;QAAC,QAAQ,EAAC,MAAM,CAAA;KAAE,CAAC;0CAWtF,mBAAmB,KAAE,OAAO,CAAC,mBAAmB,GAAG,SAAS,CAAC;2BAS9E,OAAO,CAAC,QAAQ,CAAC,kBAAkB,GAAG,SAAS,CAAC;yBASlD,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAC;0BAQ/B,GAAG,KAAE,OAAO,CAAC,IAAI,CAAC;6BAIjB,OAAO,CAAC,GAAG,CAAC;uBAelB,OAAO,CAAC,GAAG,CAAC;mCAcG,MAAM,aAAY,MAAM;CAuB/D,CAAA;AAGD,QAAA,MAAM,eAAe;8CACwB,QAAQ,CAAC,uBAAuB,EAAE,aAAY,aAAa,EAAE,KAAE;QAAE,cAAc,CAAC,EAAE,kBAAkB,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAC,aAAa,CAAA;KAAE;kDAsC3I,mBAAmB,aAAY,aAAa,EAAE,KAAE;QAAE,cAAc,EAAE,kBAAkB,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAC,aAAa,CAAA;KAAE,GAAG,SAAS;gDAM5I,GAAG,UAAS,MAAM,mBAAkB,kBAAkB,cAAa,MAAM,gBAAe,MAAM,KAAE,mBAAmB;mDAWjH,GAAG,EAAE,KAAE,QAAQ,CAAC,uBAAuB,EAAE;CAmG1F,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/LocationTracker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/LocationTracker/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,UAAU,CAAC;AAClE,OAAO,KAAK,QAAQ,MAAM,eAAe,CAAC;AAI1C,KAAK,oBAAoB,GAAG;IACxB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,UAAU,EAAE;QACR,OAAO,EAAC,OAAO,CAAC;QAChB,UAAU,CAAC,EAAE,QAAQ,CAAC,gBAAgB,GAAG,QAAQ,CAAA;KACpD,CAAC;IACF,qBAAqB,EAAC,MAAM,IAAI,CAAC;IACjC,QAAQ,EAAE;QACN,OAAO,EAAE,OAAO,CAAC;QACjB,KAAK,CAAC,EAAC,MAAM,CAAC;QACd,WAAW,EAAC,GAAG,CAAC;QAChB,eAAe,EAAC,GAAG,EAAE,CAAC;QACtB,cAAc,CAAC,EAAC,kBAAkB,CAAC;QACnC,MAAM,CAAC,EAAC,MAAM,CAAC;QACf,QAAQ,CAAC,EAAC,aAAa,CAAA;KAC1B,CAAA;IACD,aAAa,EAAE,MAAM,IAAI,CAAA;CAC5B,CAAA;AACD,QAAA,MAAM,eAAe,GAAI,yEAAyE,oBAAoB,sBAuGrH,CAAA;AAED,eAAe,eAAe,CAAA"}
|
|
@@ -3,6 +3,7 @@ export { MarketComponentApi, MarketComponentHelpers };
|
|
|
3
3
|
declare const MarketComponentApi: {
|
|
4
4
|
setEnvironment: () => void;
|
|
5
5
|
getMarkets: () => Promise<MarketProps[]>;
|
|
6
|
+
createOrder: (order: OrderProps) => Promise<OrderProps | undefined>;
|
|
6
7
|
getPlayersByIds: (player_ids: string[]) => Promise<PublicPlayerProps[]>;
|
|
7
8
|
getOrdersByIds: (order_ids: string[]) => Promise<OrderProps[]>;
|
|
8
9
|
expireOpenOrders: (event_id: string, event_type: string, market_id: string, order_ids?: string[]) => Promise<boolean>;
|
|
@@ -32,11 +33,11 @@ declare const MarketComponentApi: {
|
|
|
32
33
|
getMyHistory: (player_id: string, range: number) => Promise<OrderProps[]>;
|
|
33
34
|
getEventsByEventIds: (event_ids: string[]) => Promise<EventProps[]>;
|
|
34
35
|
getMatchesByMatchIds: (match_ids: string[]) => Promise<MatchProps[]>;
|
|
35
|
-
getAthletesByIds: (athlete_ids: string[]) => Promise<
|
|
36
|
+
getAthletesByIds: (athlete_ids: string[]) => Promise<AthleteProps[]>;
|
|
36
37
|
getTournamentsByTournamentIds: (tournament_ids: string[]) => Promise<TournamentProps[]>;
|
|
37
38
|
getTeamsByIds: (team_ids: string[]) => Promise<any>;
|
|
38
39
|
getLeagues: () => Promise<LeagueProps[]>;
|
|
39
|
-
getBestAvailableOrders: () => Promise<BestAvailableResponseProps
|
|
40
|
+
getBestAvailableOrders: () => Promise<BestAvailableResponseProps>;
|
|
40
41
|
getAthletesByTeamId: (team_id: string) => Promise<AthleteProps[]>;
|
|
41
42
|
getPodcastsByKeywords: (keywords: string) => Promise<PodcastProps[]>;
|
|
42
43
|
getMatchesByTournament: (tournament_id: string) => Promise<MatchProps[]>;
|
|
@@ -50,6 +51,25 @@ declare const MarketComponentHelpers: {
|
|
|
50
51
|
open_order_count: number;
|
|
51
52
|
};
|
|
52
53
|
calcPotentialWinnings: (amt: number, odds: number) => number;
|
|
54
|
+
getMissingTournaments: (matches: MatchProps[], tournaments: TournamentProps[]) => string[];
|
|
55
|
+
extractAthleteIds: (athlete_ids?: string) => string[];
|
|
56
|
+
formatBestAvailable: (ba_response: {
|
|
57
|
+
events: EventProps[];
|
|
58
|
+
tournaments: TournamentProps[];
|
|
59
|
+
matches: MatchProps[];
|
|
60
|
+
}) => {
|
|
61
|
+
best_available: {
|
|
62
|
+
[key: string]: BestAvailableOrderProps[];
|
|
63
|
+
};
|
|
64
|
+
order_stats: {
|
|
65
|
+
[key: string]: EventOrderStatProps[];
|
|
66
|
+
};
|
|
67
|
+
latest_trades: {
|
|
68
|
+
[key: string]: TradeProps[];
|
|
69
|
+
};
|
|
70
|
+
athlete_ids: string[];
|
|
71
|
+
team_ids: string[];
|
|
72
|
+
};
|
|
53
73
|
getOrdersFromTrade: (trade: TradeProps, orders: OrderProps[]) => {
|
|
54
74
|
found_orders: OrderProps[];
|
|
55
75
|
found_positions: PositionProps[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/MarketComponents/api/index.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,YAAY,EAAE,gBAAgB,EAAE,uBAAuB,EAAE,0BAA0B,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,kBAAkB,EAAE,WAAW,EAAE,WAAW,EAAE,qBAAqB,EAAE,gBAAgB,EAAE,UAAU,EAAE,aAAa,EAAE,UAAU,EAAE,YAAY,EAAE,aAAa,EAAE,iBAAiB,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,aAAa,CAAA;AAQ/X,OAAO,EAAE,kBAAkB,EAAE,sBAAsB,EAAE,CAAA;AAErD,QAAA,MAAM,kBAAkB;;sBAQD,OAAO,CAAC,WAAW,EAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../src/MarketComponents/api/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/AthleteMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAUrL,KAAK,kBAAkB,GAAG;IACtB,KAAK,EAAC,UAAU,CAAC;IACjB,UAAU,EAAC,MAAM,GAAC,YAAY,GAAC,OAAO,CAAC;IACvC,OAAO,EAAC,YAAY,CAAC;IACrB,gBAAgB,CAAC,EAAC,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,MAAM,EAAC,WAAW,CAAC;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,SAAS,CAAC,EAAC,YAAY,GAAC,UAAU,CAAC;IACnC,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,qBAAqB,EAAC,uBAAuB,EAAE,CAAC;IAChD,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,kBAAkB,EAAC,YAAY,GAAC,gBAAgB,CAAC;IACjD,OAAO,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,CAAC,IAAI,EAAC;QAAC,QAAQ,EAAC,MAAM,CAAC;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,SAAS,CAAC;QAAC,OAAO,EAAC,MAAM,CAAA;KAAC,KAAK,IAAI,CAAC;IAClH,gBAAgB,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAA;CAC9C,CAAA;uSAEyQ,kBAAkB;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/AthleteMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAUrL,KAAK,kBAAkB,GAAG;IACtB,KAAK,EAAC,UAAU,CAAC;IACjB,UAAU,EAAC,MAAM,GAAC,YAAY,GAAC,OAAO,CAAC;IACvC,OAAO,EAAC,YAAY,CAAC;IACrB,gBAAgB,CAAC,EAAC,OAAO,CAAC;IAC1B,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,MAAM,EAAC,WAAW,CAAC;IACnB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,SAAS,CAAC,EAAC,YAAY,GAAC,UAAU,CAAC;IACnC,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,qBAAqB,EAAC,uBAAuB,EAAE,CAAC;IAChD,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,kBAAkB,EAAC,YAAY,GAAC,gBAAgB,CAAC;IACjD,OAAO,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACnC,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,CAAC,IAAI,EAAC;QAAC,QAAQ,EAAC,MAAM,CAAC;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,SAAS,CAAC;QAAC,OAAO,EAAC,MAAM,CAAA;KAAC,KAAK,IAAI,CAAC;IAClH,gBAAgB,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAA;CAC9C,CAAA;uSAEyQ,kBAAkB;AAoG5R,wBAGE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/MarketComponents/components/MatchMarket/api/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAA;AAElD,eAAO,MAAM,kBAAkB;uCACW,SAAS,EAAE;CAIpD,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AthleteProps, BestAvailableOrderProps, EventOrderStatProps, LeagueProps, MarketProps, MatchProps, OrderProps, TeamProps, TournamentProps, TradeProps } from "../../../types";
|
|
2
|
+
import type { AthleteProps, BestAvailableOrderProps, EventOrderStatProps, LeagueProps, MarketProps, MatchProps, OrderProps, PollProps, TeamProps, TournamentProps, TradeProps } from "../../../types";
|
|
3
3
|
type MatchMarketProps = {
|
|
4
4
|
league?: LeagueProps;
|
|
5
5
|
tournament?: TournamentProps;
|
|
@@ -13,6 +13,7 @@ type MatchMarketProps = {
|
|
|
13
13
|
home_team?: TeamProps;
|
|
14
14
|
image_size_override?: number;
|
|
15
15
|
hide_stat_banner?: boolean;
|
|
16
|
+
flash_markets?: PollProps[];
|
|
16
17
|
width?: number;
|
|
17
18
|
style?: any;
|
|
18
19
|
market: MarketProps;
|
|
@@ -23,6 +24,7 @@ type MatchMarketProps = {
|
|
|
23
24
|
event_order_stats: EventOrderStatProps[];
|
|
24
25
|
default_price_view: 'last_trade' | 'best_available';
|
|
25
26
|
onOrder: (order: OrderProps) => void;
|
|
27
|
+
onFlashSelect?: (poll_id: string) => void;
|
|
26
28
|
show_grades?: boolean;
|
|
27
29
|
onView: (data: {
|
|
28
30
|
event_id: string;
|
|
@@ -33,6 +35,6 @@ type MatchMarketProps = {
|
|
|
33
35
|
}) => void;
|
|
34
36
|
onTradeLongPress: (trade: TradeProps) => void;
|
|
35
37
|
};
|
|
36
|
-
declare const _default: React.MemoExoticComponent<({ league, match, tournament, float, show_event, hide_image, image_size_override, direction, style, hide_liquidity, hide_stat_banner, width, away_athlete, home_athlete, away_team, home_team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: MatchMarketProps) => React.JSX.Element>;
|
|
38
|
+
declare const _default: React.MemoExoticComponent<({ league, match, tournament, float, flash_markets, show_event, hide_image, image_size_override, direction, style, hide_liquidity, hide_stat_banner, width, away_athlete, home_athlete, away_team, home_team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onFlashSelect, onOrder, onView, onTradeLongPress }: MatchMarketProps) => React.JSX.Element>;
|
|
37
39
|
export default _default;
|
|
38
40
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/MatchMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/MatchMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+B,MAAM,OAAO,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAA;AAW5N,KAAK,gBAAgB,GAAG;IACpB,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,UAAU,CAAC,EAAC,eAAe,CAAA;IAC3B,KAAK,EAAC,UAAU,CAAC;IACjB,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,YAAY,CAAC,EAAC,YAAY,CAAC;IAC3B,SAAS,CAAC,EAAC,YAAY,GAAC,UAAU,CAAC;IACnC,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,SAAS,CAAC,EAAC,SAAS,CAAC;IACrB,mBAAmB,CAAC,EAAC,MAAM,CAAC;IAC5B,gBAAgB,CAAC,EAAC,OAAO,CAAC;IAC1B,aAAa,CAAC,EAAC,SAAS,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,MAAM,EAAC,WAAW,CAAC;IACnB,UAAU,CAAC,EAAC,OAAO,CAAC;IACpB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,qBAAqB,EAAC,uBAAuB,EAAE,CAAC;IAChD,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,kBAAkB,EAAC,YAAY,GAAC,gBAAgB,CAAC;IACjD,OAAO,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACnC,aAAa,CAAC,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACxC,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,MAAM,EAAC,CAAC,IAAI,EAAC;QAAC,QAAQ,EAAC,MAAM,CAAC;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,SAAS,CAAC;QAAC,OAAO,EAAC,MAAM,CAAA;KAAC,KAAK,IAAI,CAAC;IAClH,gBAAgB,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAA;CAC9C,CAAA;sZAEsX,gBAAgB;AAgKvY,wBAGE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AthleteProps, EventOrderStatProps, EventProps, MarketProps, TradeProps } from "../../../../types";
|
|
1
|
+
import type { AthleteProps, EventOrderStatProps, EventProps, MarketProps, PollProps, TradeProps } from "../../../../types";
|
|
2
2
|
export { TeamEventMarketHelpers };
|
|
3
3
|
declare const TeamEventMarketHelpers: {
|
|
4
4
|
getPrimaryMarkets: (event: EventProps, markets: MarketProps[]) => MarketProps[];
|
|
@@ -10,5 +10,6 @@ declare const TeamEventMarketHelpers: {
|
|
|
10
10
|
};
|
|
11
11
|
sortAthleteMarkets: (market: MarketProps, event_order_stats: EventOrderStatProps[], latest_trades: TradeProps[], athletes: AthleteProps[]) => AthleteProps[];
|
|
12
12
|
getEventStatus: (event: EventProps) => "active" | "closed" | "inactive";
|
|
13
|
+
getUpcomingFlash: (flash_markets?: PollProps[]) => PollProps | undefined;
|
|
13
14
|
};
|
|
14
15
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/MarketComponents/components/TeamEventMarket/api/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/MarketComponents/components/TeamEventMarket/api/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAA;AAE1H,OAAQ,EAAE,sBAAsB,EAAE,CAAA;AAClC,QAAA,MAAM,sBAAsB;+BACE,UAAU,WAAU,WAAW,EAAE,KAAE,WAAW,EAAE;kCAK9C,UAAU,WAAU,WAAW,EAAE,KAAE,WAAW,EAAE;2BAKtD,UAAU;qCAIA,WAAW,EAAE,qBAAoB,mBAAmB,EAAE,iBAAgB,UAAU,EAAE;;;;iCA8DtF,WAAW,qBAAoB,mBAAmB,EAAE,iBAAgB,UAAU,EAAE,YAAW,YAAY,EAAE,KAAE,YAAY,EAAE;4BAW9H,UAAU,KAAE,QAAQ,GAAC,QAAQ,GAAC,UAAU;uCAM7B,SAAS,EAAE;CAIhD,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { BEEventProps, BestAvailableOrderProps, CompetitionProps, EventOrderStatProps, EventProps, LeagueProps, MarketProps, OrderProps, PodcastProps, SquaresCompetitionProps, TradeProps } from '../../../types';
|
|
2
|
+
import type { BEEventProps, BestAvailableOrderProps, CompetitionProps, EventOrderStatProps, EventProps, LeagueProps, MarketProps, OrderProps, PodcastProps, PollProps, SquaresCompetitionProps, TradeProps } from '../../../types';
|
|
3
3
|
type TeamEventMarketProps = {
|
|
4
4
|
event: EventProps;
|
|
5
5
|
markets: MarketProps[];
|
|
@@ -15,6 +15,7 @@ type TeamEventMarketProps = {
|
|
|
15
15
|
squares_competitions?: SquaresCompetitionProps[];
|
|
16
16
|
latest_trades: TradeProps[];
|
|
17
17
|
style?: any;
|
|
18
|
+
flash_markets?: PollProps[];
|
|
18
19
|
best_available_orders: BestAvailableOrderProps[];
|
|
19
20
|
event_order_stats: EventOrderStatProps[];
|
|
20
21
|
default_price_view: 'last_trade' | 'best_available';
|
|
@@ -30,9 +31,11 @@ type TeamEventMarketProps = {
|
|
|
30
31
|
onEvent?: (be_event: BEEventProps) => void;
|
|
31
32
|
onExpand?: (expanded: boolean) => void;
|
|
32
33
|
onTeamSelect?: (team_id: string) => void;
|
|
34
|
+
onFlashSelect?: (poll_id: string) => void;
|
|
33
35
|
onShare?: (event: EventProps) => void;
|
|
34
36
|
onPodcastSelect?: (podcast: PodcastProps) => void;
|
|
35
37
|
show_grades?: boolean;
|
|
38
|
+
hide_non_primary?: boolean;
|
|
36
39
|
onCompetitionSelect: (competition_id: string) => void;
|
|
37
40
|
onSquaresSelect: (sq_comp_id: string) => void;
|
|
38
41
|
onViewAdditionalMarkets: (event_id: string, event_type: string) => void;
|
|
@@ -40,6 +43,6 @@ type TeamEventMarketProps = {
|
|
|
40
43
|
onActivate?: (event_id: string, event_type: string) => void;
|
|
41
44
|
activate_loading?: boolean;
|
|
42
45
|
};
|
|
43
|
-
declare const _default: React.MemoExoticComponent<({ event, league, float, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onViewMarketStats, onView, onViewAdditionalMarkets, onTradeLongPress, onTVSelect, onActivate, onEvent, onShare, onPodcastSelect }: TeamEventMarketProps) => React.JSX.Element>;
|
|
46
|
+
declare const _default: React.MemoExoticComponent<({ event, hide_non_primary, flash_markets, league, float, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onFlashSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onViewMarketStats, onView, onViewAdditionalMarkets, onTradeLongPress, onTVSelect, onActivate, onEvent, onShare, onPodcastSelect }: TeamEventMarketProps) => React.JSX.Element>;
|
|
44
47
|
export default _default;
|
|
45
48
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/TeamEventMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAEjF,OAAO,KAAK,EAAgB,YAAY,EAAE,uBAAuB,EAAgB,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,YAAY,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/TeamEventMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4D,MAAM,OAAO,CAAC;AAEjF,OAAO,KAAK,EAAgB,YAAY,EAAE,uBAAuB,EAAgB,gBAAgB,EAAE,mBAAmB,EAAE,UAAU,EAAE,WAAW,EAAE,WAAW,EAAyB,UAAU,EAAE,YAAY,EAAE,SAAS,EAAE,uBAAuB,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAkBtR,KAAK,oBAAoB,GAAG;IACxB,KAAK,EAAC,UAAU,CAAC;IACjB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,iBAAiB,CAAC,EAAC,MAAM,IAAI,CAAC;IAC9B,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,YAAY,CAAC,EAAC,gBAAgB,EAAE,CAAC;IACjC,OAAO,CAAC,EAAC,MAAM,CAAC;IAChB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,qBAAqB,CAAC,EAAC,UAAU,GAAC,YAAY,CAAA;IAC9C,aAAa,CAAC,EAAC,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAC,uBAAuB,EAAE,CAAC;IAChD,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,aAAa,CAAC,EAAC,SAAS,EAAE,CAAC;IAC3B,qBAAqB,EAAC,uBAAuB,EAAE,CAAC;IAChD,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,kBAAkB,EAAE,YAAY,GAAC,gBAAgB,CAAC;IAClD,MAAM,EAAC,CAAC,IAAI,EAAC;QAAE,QAAQ,EAAC,MAAM,CAAC;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAC;QAAC,SAAS,CAAC,EAAC,MAAM,CAAC;QAAC,OAAO,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnH,OAAO,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACnC,UAAU,CAAC,EAAC,CAAC,GAAG,EAAC,MAAM,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EAAC,CAAC,QAAQ,EAAC,YAAY,KAAK,IAAI,CAAC;IACzC,QAAQ,CAAC,EAAC,CAAC,QAAQ,EAAC,OAAO,KAAK,IAAI,CAAC;IACrC,YAAY,CAAC,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACvC,aAAa,CAAC,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACxC,OAAO,CAAC,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACpC,eAAe,CAAC,EAAC,CAAC,OAAO,EAAC,YAAY,KAAK,IAAI,CAAC;IAChD,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,gBAAgB,CAAC,EAAC,OAAO,CAAC;IAC1B,mBAAmB,EAAC,CAAC,cAAc,EAAC,MAAM,KAAK,IAAI,CAAC;IACpD,eAAe,EAAE,CAAC,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7C,uBAAuB,EAAE,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IACtE,gBAAgB,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IAC5C,UAAU,CAAC,EAAC,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAA;IACxD,gBAAgB,CAAC,EAAC,OAAO,CAAA;CAC5B,CAAA;mjBACuhB,oBAAoB;AA4qB5iB,wBAGE"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AthleteProps, EventOrderStatProps, MarketProps, MatchProps, TeamProps, TradeProps } from "../../../../types";
|
|
1
|
+
import type { AthleteProps, EventOrderStatProps, MarketProps, MatchProps, PollProps, TeamProps, TournamentProps, TradeProps } from "../../../../types";
|
|
2
2
|
export { TournamentMarketHelpers };
|
|
3
3
|
declare const TournamentMarketHelpers: {
|
|
4
4
|
visibleMarketTypes: (markets: MarketProps[]) => {
|
|
@@ -8,6 +8,7 @@ declare const TournamentMarketHelpers: {
|
|
|
8
8
|
show_futures: boolean;
|
|
9
9
|
};
|
|
10
10
|
getMarketWrapWidth: (padding: number, width?: number, market_wrap?: boolean) => number | undefined;
|
|
11
|
+
getUpcomingFlashMarket: (tournament: TournamentProps, matches?: MatchProps[], flash_markets?: PollProps[]) => PollProps | undefined;
|
|
11
12
|
sortAthletes: (event_order_stats: EventOrderStatProps[], latest_trades: TradeProps[], athletes: AthleteProps[], market?: MarketProps, search_value?: string) => AthleteProps[];
|
|
12
13
|
sortTeams: (event_order_stats: EventOrderStatProps[], latest_trades: TradeProps[], teams: TeamProps[], market?: MarketProps, search_value?: string) => TeamProps[];
|
|
13
14
|
sortMatches: (event_order_stats: EventOrderStatProps[], matches: MatchProps[], market?: MarketProps, search_value?: string, athletes?: AthleteProps[], teams?: TeamProps[]) => MatchProps[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/MarketComponents/components/TournamentMarket/api/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,mBAAmB,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../../src/MarketComponents/components/TournamentMarket/api/index.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,mBAAmB,EAAE,WAAW,EAAE,UAAU,EAAE,SAAS,EAAE,SAAS,EAAE,eAAe,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAEvJ,OAAO,EAAE,uBAAuB,EAAE,CAAA;AAClC,QAAA,MAAM,uBAAuB;kCACI,WAAW,EAAE;;;;;;kCAaZ,MAAM,UAAS,MAAM,gBAAe,OAAO;yCAYtC,eAAe,YAAW,UAAU,EAAE,kBAAiB,SAAS,EAAE;sCAanE,mBAAmB,EAAE,iBAAgB,UAAU,EAAE,YAAW,YAAY,EAAE,WAAU,WAAW,iBAAgB,MAAM;mCAoBxH,mBAAmB,EAAE,iBAAgB,UAAU,EAAE,SAAQ,SAAS,EAAE,WAAU,WAAW,iBAAgB,MAAM;qCAmB7G,mBAAmB,EAAE,WAAU,UAAU,EAAE,WAAU,WAAW,iBAAgB,MAAM,aAAY,YAAY,EAAE,UAAS,SAAS,EAAE;CA8BxK,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { BestAvailableOrderProps, EventOrderStatProps, LeagueProps, MarketProps, OrderProps, TournamentProps, TradeProps } from '../../../types';
|
|
2
|
+
import type { BestAvailableOrderProps, EventOrderStatProps, LeagueProps, MarketProps, OrderProps, PollProps, TournamentProps, TradeProps } from '../../../types';
|
|
3
3
|
type TournamentMarketProps = {
|
|
4
4
|
tournament: TournamentProps;
|
|
5
5
|
league?: LeagueProps;
|
|
@@ -20,6 +20,7 @@ type TournamentMarketProps = {
|
|
|
20
20
|
match_order_stats: EventOrderStatProps[];
|
|
21
21
|
match_latest_trades: TradeProps[];
|
|
22
22
|
market_selector_location?: string;
|
|
23
|
+
flash_markets?: PollProps[];
|
|
23
24
|
onShare?: (t: TournamentProps) => void;
|
|
24
25
|
onView: (data: {
|
|
25
26
|
event_id: string;
|
|
@@ -30,10 +31,11 @@ type TournamentMarketProps = {
|
|
|
30
31
|
}) => void;
|
|
31
32
|
onTradeLongPress: (trade: TradeProps) => void;
|
|
32
33
|
onViewMarketStats?: () => void;
|
|
34
|
+
onFlashSelect?: (poll_id: string) => void;
|
|
33
35
|
onActivate?: (event_id: string, event_type: string) => void;
|
|
34
36
|
onViewAdditionalMarkets: (event_id: string, event_type: string) => void;
|
|
35
37
|
onOrder: (order: OrderProps) => void;
|
|
36
38
|
};
|
|
37
|
-
declare const TournamentMarket: ({ tournament, float, wrap_markets, width, style, market_selector_location, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onViewMarketStats, onOrder, onActivate, onShare }: TournamentMarketProps) => React.JSX.Element;
|
|
39
|
+
declare const TournamentMarket: ({ tournament, float, wrap_markets, width, style, market_selector_location, flash_markets, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onViewMarketStats, onFlashSelect, onOrder, onActivate, onShare }: TournamentMarketProps) => React.JSX.Element;
|
|
38
40
|
export default TournamentMarket;
|
|
39
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/TournamentMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAO,KAAK,EAAgB,uBAAuB,EAAE,mBAAmB,EAAE,WAAW,EAAE,WAAW,EAAc,UAAU,EAAa,eAAe,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../src/MarketComponents/components/TournamentMarket/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA+C,MAAM,OAAO,CAAC;AAEpE,OAAO,KAAK,EAAgB,uBAAuB,EAAE,mBAAmB,EAAE,WAAW,EAAE,WAAW,EAAc,UAAU,EAAE,SAAS,EAAa,eAAe,EAAE,UAAU,EAAE,MAAM,gBAAgB,CAAC;AAatM,KAAK,qBAAqB,GAAG;IACzB,UAAU,EAAC,eAAe,CAAC;IAC3B,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,OAAO,EAAC,WAAW,EAAE,CAAC;IACtB,cAAc,CAAC,EAAC,OAAO,CAAC;IACxB,KAAK,CAAC,EAAC,MAAM,CAAC;IACd,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,oBAAoB,CAAC,EAAC,OAAO,CAAC;IAC9B,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,0BAA0B,CAAC,EAAC,OAAO,CAAC;IACpC,gBAAgB,CAAC,EAAC,OAAO,CAAC;IAC1B,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,aAAa,EAAC,UAAU,EAAE,CAAC;IAC3B,qBAAqB,EAAC,uBAAuB,EAAE,CAAC;IAChD,sBAAsB,EAAC,uBAAuB,EAAE,CAAC;IACjD,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,iBAAiB,EAAC,mBAAmB,EAAE,CAAC;IACxC,mBAAmB,EAAC,UAAU,EAAE,CAAC;IACjC,wBAAwB,CAAC,EAAC,MAAM,CAAC;IACjC,aAAa,CAAC,EAAC,SAAS,EAAE,CAAC;IAC3B,OAAO,CAAC,EAAC,CAAC,CAAC,EAAC,eAAe,KAAK,IAAI,CAAC;IACrC,MAAM,EAAC,CAAC,IAAI,EAAC;QAAE,QAAQ,EAAC,MAAM,CAAC;QAAC,UAAU,EAAC,MAAM,CAAC;QAAC,SAAS,EAAC,MAAM,CAAC;QAAC,SAAS,CAAC,EAAC,MAAM,CAAC;QAAC,OAAO,CAAC,EAAC,MAAM,CAAA;KAAE,KAAK,IAAI,CAAC;IACnH,gBAAgB,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IAC5C,iBAAiB,CAAC,EAAC,MAAM,IAAI,CAAC;IAC9B,aAAa,CAAC,EAAC,CAAC,OAAO,EAAC,MAAM,KAAK,IAAI,CAAC;IACxC,UAAU,CAAC,EAAC,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IACzD,uBAAuB,EAAE,CAAC,QAAQ,EAAC,MAAM,EAAE,UAAU,EAAC,MAAM,KAAK,IAAI,CAAC;IACtE,OAAO,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAA;CACrC,CAAA;AAED,QAAA,MAAM,gBAAgB,GAAI,0bAAyb,qBAAqB,sBA+bve,CAAA;AAED,eAAe,gBAAgB,CAAA"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
-
TeamEventMarket: import("react").MemoExoticComponent<({ event, league, float, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onViewMarketStats, onView, onViewAdditionalMarkets, onTradeLongPress, onTVSelect, onActivate, onEvent, onShare, onPodcastSelect }: {
|
|
2
|
+
TeamEventMarket: import("react").MemoExoticComponent<({ event, hide_non_primary, flash_markets, league, float, style, init_expanded, hot_markets_direction, show_id, hide_liquidity, show_podcasts, activate_loading, competitions, squares_competitions, show_grades, markets, latest_trades, best_available_orders, event_order_stats, default_price_view, onTeamSelect, onFlashSelect, onSquaresSelect, onCompetitionSelect, onExpand, onOrder, onViewMarketStats, onView, onViewAdditionalMarkets, onTradeLongPress, onTVSelect, onActivate, onEvent, onShare, onPodcastSelect }: {
|
|
3
3
|
event: import("../types").EventProps;
|
|
4
4
|
markets: import("../types").MarketProps[];
|
|
5
5
|
init_expanded?: boolean;
|
|
@@ -14,6 +14,7 @@ declare const _default: {
|
|
|
14
14
|
squares_competitions?: import("../types").SquaresCompetitionProps[];
|
|
15
15
|
latest_trades: import("../types").TradeProps[];
|
|
16
16
|
style?: any;
|
|
17
|
+
flash_markets?: import("../types").PollProps[];
|
|
17
18
|
best_available_orders: import("../types").BestAvailableOrderProps[];
|
|
18
19
|
event_order_stats: import("../types").EventOrderStatProps[];
|
|
19
20
|
default_price_view: "last_trade" | "best_available";
|
|
@@ -29,9 +30,11 @@ declare const _default: {
|
|
|
29
30
|
onEvent?: (be_event: import("../types").BEEventProps) => void;
|
|
30
31
|
onExpand?: (expanded: boolean) => void;
|
|
31
32
|
onTeamSelect?: (team_id: string) => void;
|
|
33
|
+
onFlashSelect?: (poll_id: string) => void;
|
|
32
34
|
onShare?: (event: import("../types").EventProps) => void;
|
|
33
35
|
onPodcastSelect?: (podcast: import("../types").PodcastProps) => void;
|
|
34
36
|
show_grades?: boolean;
|
|
37
|
+
hide_non_primary?: boolean;
|
|
35
38
|
onCompetitionSelect: (competition_id: string) => void;
|
|
36
39
|
onSquaresSelect: (sq_comp_id: string) => void;
|
|
37
40
|
onViewAdditionalMarkets: (event_id: string, event_type: string) => void;
|
|
@@ -228,7 +231,7 @@ declare const _default: {
|
|
|
228
231
|
init_side?: string;
|
|
229
232
|
onClose: () => void;
|
|
230
233
|
}) => import("react").JSX.Element;
|
|
231
|
-
TournamentMarket: ({ tournament, float, wrap_markets, width, style, market_selector_location, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onViewMarketStats, onOrder, onActivate, onShare }: {
|
|
234
|
+
TournamentMarket: ({ tournament, float, wrap_markets, width, style, market_selector_location, flash_markets, hide_match_liquidity, show_grades, hide_participant_liquidity, league, markets, latest_trades, hide_liquidity, best_available_orders, event_order_stats, match_available_orders, match_latest_trades, match_order_stats, activate_loading, onView, onTradeLongPress, onViewAdditionalMarkets, onViewMarketStats, onFlashSelect, onOrder, onActivate, onShare }: {
|
|
232
235
|
tournament: import("../types").TournamentProps;
|
|
233
236
|
league?: import("../types").LeagueProps;
|
|
234
237
|
markets: import("../types").MarketProps[];
|
|
@@ -248,6 +251,7 @@ declare const _default: {
|
|
|
248
251
|
match_order_stats: import("../types").EventOrderStatProps[];
|
|
249
252
|
match_latest_trades: import("../types").TradeProps[];
|
|
250
253
|
market_selector_location?: string;
|
|
254
|
+
flash_markets?: import("../types").PollProps[];
|
|
251
255
|
onShare?: (t: import("../types").TournamentProps) => void;
|
|
252
256
|
onView: (data: {
|
|
253
257
|
event_id: string;
|
|
@@ -258,11 +262,12 @@ declare const _default: {
|
|
|
258
262
|
}) => void;
|
|
259
263
|
onTradeLongPress: (trade: import("../types").TradeProps) => void;
|
|
260
264
|
onViewMarketStats?: () => void;
|
|
265
|
+
onFlashSelect?: (poll_id: string) => void;
|
|
261
266
|
onActivate?: (event_id: string, event_type: string) => void;
|
|
262
267
|
onViewAdditionalMarkets: (event_id: string, event_type: string) => void;
|
|
263
268
|
onOrder: (order: import("../types").OrderProps) => void;
|
|
264
269
|
}) => import("react").JSX.Element;
|
|
265
|
-
MatchMarket: import("react").MemoExoticComponent<({ league, match, tournament, float, show_event, hide_image, image_size_override, direction, style, hide_liquidity, hide_stat_banner, width, away_athlete, home_athlete, away_team, home_team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onOrder, onView, onTradeLongPress }: {
|
|
270
|
+
MatchMarket: import("react").MemoExoticComponent<({ league, match, tournament, float, flash_markets, show_event, hide_image, image_size_override, direction, style, hide_liquidity, hide_stat_banner, width, away_athlete, home_athlete, away_team, home_team, market, event_order_stats, default_price_view, latest_trades, show_grades, best_available_orders, onFlashSelect, onOrder, onView, onTradeLongPress }: {
|
|
266
271
|
league?: import("../types").LeagueProps;
|
|
267
272
|
tournament?: import("../types").TournamentProps;
|
|
268
273
|
match: import("../types").MatchProps;
|
|
@@ -275,6 +280,7 @@ declare const _default: {
|
|
|
275
280
|
home_team?: import("../types").TeamProps;
|
|
276
281
|
image_size_override?: number;
|
|
277
282
|
hide_stat_banner?: boolean;
|
|
283
|
+
flash_markets?: import("../types").PollProps[];
|
|
278
284
|
width?: number;
|
|
279
285
|
style?: any;
|
|
280
286
|
market: import("../types").MarketProps;
|
|
@@ -285,6 +291,7 @@ declare const _default: {
|
|
|
285
291
|
event_order_stats: import("../types").EventOrderStatProps[];
|
|
286
292
|
default_price_view: "last_trade" | "best_available";
|
|
287
293
|
onOrder: (order: import("../types").OrderProps) => void;
|
|
294
|
+
onFlashSelect?: (poll_id: string) => void;
|
|
288
295
|
show_grades?: boolean;
|
|
289
296
|
onView: (data: {
|
|
290
297
|
event_id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/MarketComponents/index.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/MarketComponents/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;qBAkC8oB,CAAC;mBAAgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAnB7nB,CAAC;qBAAkB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qBAmB+W,CAAC;mBAAgB,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAXpb,CAAC;qBACD,CAAC;;;;;;;;;;;;;AAPL,wBAiBC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWizard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,iBAAiB,EAAoB,YAAY,EAAE,MAAM,cAAc,CAAA;AAarF,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,aAAa,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAOlL,KAAK,kBAAkB,GAAG;IACtB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,kBAAkB,EAAE,CAAC;IACrC,QAAQ,EAAC,YAAY,EAAE,CAAA;IACvB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,UAAU,EAAC,CAAC,MAAM,EAAC,OAAO,KAAK,IAAI,CAAC;IACpC,KAAK,EAAC,MAAM,CAAC;IACb,eAAe,CAAC,EAAC,CAAC,QAAQ,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACvD,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,MAAM,CAAC,EAAC;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAA;KAAE,CAAA;IAChE,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,SAAS,CAAC,EAAC,SAAS,GAAC,QAAQ,CAAC;IAC9B,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,gBAAgB,CAAC,EAAC;QACd,KAAK,EAAE,OAAO,GAAC,QAAQ,CAAA;KAC1B,CAAC;IACF,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,UAAU,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,aAAa,EAAC,CAAC,KAAK,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAChD,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;IAChE,qBAAqB,EAAC,CAAC,cAAc,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACpE,CAAA;AAID,QAAA,MAAM,aAAa,GAAI,gSAAgS,kBAAkB,sBA+jBxU,CAAA;
|
|
1
|
+
{"version":3,"file":"ProfileWizard.d.ts","sourceRoot":"","sources":["../../../../../src/ProfileManager/Components/ProfileWizard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAEnD,OAAO,KAAK,EAAE,iBAAiB,EAAoB,YAAY,EAAE,MAAM,cAAc,CAAA;AAarF,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,aAAa,EAAE,mBAAmB,EAAE,kBAAkB,EAAE,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAOlL,KAAK,kBAAkB,GAAG;IACtB,MAAM,EAAC,aAAa,CAAC;IACrB,eAAe,EAAC,kBAAkB,EAAE,CAAC;IACrC,QAAQ,EAAC,YAAY,EAAE,CAAA;IACvB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,UAAU,EAAC,CAAC,MAAM,EAAC,OAAO,KAAK,IAAI,CAAC;IACpC,KAAK,EAAC,MAAM,CAAC;IACb,eAAe,CAAC,EAAC,CAAC,QAAQ,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACvD,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,MAAM,CAAC,EAAC;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAA;KAAE,CAAA;IAChE,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,SAAS,CAAC,EAAC,SAAS,GAAC,QAAQ,CAAC;IAC9B,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,gBAAgB,CAAC,EAAC;QACd,KAAK,EAAE,OAAO,GAAC,QAAQ,CAAA;KAC1B,CAAC;IACF,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,UAAU,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IACjC,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,aAAa,EAAC,CAAC,KAAK,EAAC,iBAAiB,KAAK,IAAI,CAAC;IAChD,cAAc,EAAC,CAAC,MAAM,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAA;IAChE,qBAAqB,EAAC,CAAC,cAAc,EAAC,kBAAkB,KAAK,IAAI,CAAA;CACpE,CAAA;AAID,QAAA,MAAM,aAAa,GAAI,gSAAgS,kBAAkB,sBA+jBxU,CAAA;AAED,eAAe,aAAa,CAAA"}
|
|
@@ -3,8 +3,10 @@ import type { CodeRequestProps, FocusPositionProps, MyPlayerProps, PlayerReferra
|
|
|
3
3
|
type ProfileOverviewProps = {
|
|
4
4
|
show_welcome?: boolean;
|
|
5
5
|
hide_powered_by?: boolean;
|
|
6
|
+
float?: boolean;
|
|
6
7
|
hide_profile_header?: boolean;
|
|
7
8
|
player?: MyPlayerProps;
|
|
9
|
+
style?: any;
|
|
8
10
|
keyboard_height: number;
|
|
9
11
|
hidden_groups?: string[];
|
|
10
12
|
insets?: {
|
|
@@ -34,6 +36,6 @@ type ProfileOverviewProps = {
|
|
|
34
36
|
level: 'verify' | 'basic';
|
|
35
37
|
};
|
|
36
38
|
};
|
|
37
|
-
declare const ProfileManager: ({ profile_attribute, keyboard_height, view_mode, hide_profile_header, insets, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onFocusPosition, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, onClose, onLogout }: ProfileOverviewProps) => React.JSX.Element;
|
|
39
|
+
declare const ProfileManager: ({ float, profile_attribute, style, keyboard_height, view_mode, hide_profile_header, insets, player, hide_powered_by, onRedeemCode, onPlayerUpdate, onNextStep, onFocusPosition, onVouchStart, show_welcome, hidden_groups, hidden_steps, hidden_levels, walkthrough, onClose, onLogout }: ProfileOverviewProps) => React.JSX.Element;
|
|
38
40
|
export default ProfileManager;
|
|
39
41
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ProfileManager/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,aAAa,EAAsB,mBAAmB,EAAsB,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAGnM,KAAK,oBAAoB,GAAG;IACxB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAC,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,eAAe,EAAC,MAAM,CAAC;IACvB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,MAAM,CAAC,EAAC;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAA;KAAE,CAAA;IAChE,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,SAAS,CAAC,EAAC,SAAS,GAAC,QAAQ,CAAC;IAC9B,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,YAAY,CAAC,EAAC,MAAM,IAAI,CAAC;IACzB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,UAAU,CAAC,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IAClC,cAAc,CAAC,EAAC,CAAC,CAAC,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7D,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,WAAW,CAAC,EAAE;QACV,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAA;KAC5B,CAAA;CACJ,CAAA;AAED,QAAA,MAAM,cAAc,GAAI,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/ProfileManager/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AAMnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,aAAa,EAAsB,mBAAmB,EAAsB,UAAU,EAAE,iBAAiB,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAGnM,KAAK,oBAAoB,GAAG;IACxB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,eAAe,CAAC,EAAC,OAAO,CAAC;IACzB,KAAK,CAAC,EAAC,OAAO,CAAC;IACf,mBAAmB,CAAC,EAAC,OAAO,CAAC;IAC7B,MAAM,CAAC,EAAC,aAAa,CAAC;IACtB,KAAK,CAAC,EAAC,GAAG,CAAC;IACX,eAAe,EAAC,MAAM,CAAC;IACvB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,MAAM,CAAC,EAAC;QAAE,GAAG,EAAC,MAAM,CAAC;QAAC,MAAM,EAAC,MAAM,CAAC;QAAC,IAAI,EAAC,MAAM,CAAC;QAAC,KAAK,EAAC,MAAM,CAAA;KAAE,CAAA;IAChE,YAAY,CAAC,EAAC,MAAM,EAAE,CAAC;IACvB,aAAa,CAAC,EAAC,MAAM,EAAE,CAAC;IACxB,OAAO,EAAC,MAAM,IAAI,CAAC;IACnB,SAAS,CAAC,EAAC,SAAS,GAAC,QAAQ,CAAC;IAC9B,eAAe,CAAC,EAAC,CAAC,IAAI,EAAC,kBAAkB,KAAK,IAAI,CAAC;IACnD,YAAY,CAAC,EAAC,MAAM,IAAI,CAAC;IACzB,QAAQ,EAAC,MAAM,IAAI,CAAC;IACpB,YAAY,EAAC,CAAC,YAAY,EAAC;QACvB,YAAY,CAAC,EAAC,gBAAgB,CAAC;QAC/B,KAAK,CAAC,EAAC,UAAU,CAAC;QAClB,eAAe,CAAC,EAAC,mBAAmB,CAAC;QACrC,aAAa,CAAC,EAAC,iBAAiB,CAAC;QACjC,QAAQ,CAAC,EAAC,iBAAiB,CAAA;KAC9B,KAAK,IAAI,CAAC;IACX,UAAU,CAAC,EAAC,CAAC,IAAI,EAAC,MAAM,KAAK,IAAI,CAAC;IAClC,cAAc,CAAC,EAAC,CAAC,CAAC,EAAC,aAAa,EAAE,SAAS,CAAC,EAAC,MAAM,KAAK,IAAI,CAAC;IAC7D,iBAAiB,CAAC,EAAC,OAAO,GAAC,OAAO,GAAC,OAAO,GAAC,KAAK,GAAC,UAAU,GAAC,OAAO,GAAC,cAAc,GAAC,aAAa,CAAC;IACjG,WAAW,CAAC,EAAE;QACV,KAAK,EAAE,QAAQ,GAAG,OAAO,CAAA;KAC5B,CAAA;CACJ,CAAA;AAED,QAAA,MAAM,cAAc,GAAI,0RAA0R,oBAAoB,sBAiHrU,CAAA;AAED,eAAe,cAAc,CAAA"}
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { AthleteProps, LeagueProps, OrderProps, PublicPlayerProps, TeamProps } from '../types';
|
|
2
|
+
import type { AthleteProps, LeagueProps, MyPlayerProps, OrderProps, PublicPlayerProps, TeamProps } from '../types';
|
|
3
3
|
type SocialOrderCardProps = {
|
|
4
|
-
player?: PublicPlayerProps;
|
|
4
|
+
player?: PublicPlayerProps | MyPlayerProps;
|
|
5
5
|
show_player?: boolean;
|
|
6
6
|
contest_title: string;
|
|
7
7
|
contest_time: string;
|
|
8
|
+
show_amounts?: boolean;
|
|
8
9
|
order: OrderProps;
|
|
9
10
|
athlete?: AthleteProps;
|
|
10
11
|
maxWidth?: number;
|
|
@@ -15,6 +16,6 @@ type SocialOrderCardProps = {
|
|
|
15
16
|
onCopyOrder?: (order: OrderProps) => void;
|
|
16
17
|
onFadeOrder?: (order: OrderProps) => void;
|
|
17
18
|
};
|
|
18
|
-
declare const SocialOrderCard: ({ player, show_player, hide_contest, maxWidth, league, team, athlete, order, contest_title, contest_time, onTagOrder, onCopyOrder, onFadeOrder }: SocialOrderCardProps) => React.JSX.Element;
|
|
19
|
+
declare const SocialOrderCard: ({ player, show_player, show_amounts, hide_contest, maxWidth, league, team, athlete, order, contest_title, contest_time, onTagOrder, onCopyOrder, onFadeOrder }: SocialOrderCardProps) => React.JSX.Element;
|
|
19
20
|
export default SocialOrderCard;
|
|
20
21
|
//# sourceMappingURL=SocialOrderCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/SocialOrderCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,UAAU,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;
|
|
1
|
+
{"version":3,"file":"SocialOrderCard.d.ts","sourceRoot":"","sources":["../../../../src/SocialComponents/SocialOrderCard.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAExC,OAAO,KAAK,EAAE,YAAY,EAAE,WAAW,EAAE,aAAa,EAAE,UAAU,EAAE,iBAAiB,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AASnH,KAAK,oBAAoB,GAAG;IACxB,MAAM,CAAC,EAAC,iBAAiB,GAAG,aAAa,CAAC;IAC1C,WAAW,CAAC,EAAC,OAAO,CAAC;IACrB,aAAa,EAAC,MAAM,CAAC;IACrB,YAAY,EAAC,MAAM,CAAC;IACpB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,KAAK,EAAC,UAAU,CAAC;IACjB,OAAO,CAAC,EAAC,YAAY,CAAC;IACtB,QAAQ,CAAC,EAAC,MAAM,CAAC;IACjB,YAAY,CAAC,EAAC,OAAO,CAAC;IACtB,IAAI,CAAC,EAAC,SAAS,CAAC;IAChB,MAAM,CAAC,EAAC,WAAW,CAAC;IACpB,UAAU,CAAC,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACvC,WAAW,CAAC,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAC;IACxC,WAAW,CAAC,EAAC,CAAC,KAAK,EAAC,UAAU,KAAK,IAAI,CAAA;CAC1C,CAAA;AACD,QAAA,MAAM,eAAe,GAAI,gKAA+J,oBAAoB,sBAkJ3M,CAAA;AAED,eAAe,eAAe,CAAA"}
|