be-components 5.0.6 → 5.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/commonjs/Bracket/components/BracketCompetitionActions.js +1 -1
- package/lib/commonjs/Bracket/components/BracketCompetitionActions.js.map +1 -1
- package/lib/commonjs/Bracket/components/BracketPlay/index.js +9 -2
- package/lib/commonjs/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/commonjs/Bracket/index.js +11 -0
- package/lib/commonjs/Bracket/index.js.map +1 -1
- package/lib/commonjs/Campaign/api/index.js +105 -0
- package/lib/commonjs/Campaign/api/index.js.map +1 -0
- package/lib/commonjs/Campaign/components/ActionList.js +96 -0
- package/lib/commonjs/Campaign/components/ActionList.js.map +1 -0
- package/lib/commonjs/Campaign/components/AnalyticsCard.js +42 -0
- package/lib/commonjs/Campaign/components/AnalyticsCard.js.map +1 -0
- package/lib/commonjs/Campaign/components/AutoManager.js +101 -0
- package/lib/commonjs/Campaign/components/AutoManager.js.map +1 -0
- package/lib/commonjs/Campaign/components/BetAlert.js +176 -0
- package/lib/commonjs/Campaign/components/BetAlert.js.map +1 -0
- package/lib/commonjs/Campaign/components/CampaignAnalytics.js +51 -0
- package/lib/commonjs/Campaign/components/CampaignAnalytics.js.map +1 -0
- package/lib/commonjs/Campaign/components/ParticipantCard.js +135 -0
- package/lib/commonjs/Campaign/components/ParticipantCard.js.map +1 -0
- package/lib/commonjs/Campaign/components/ParticipantsList.js +117 -0
- package/lib/commonjs/Campaign/components/ParticipantsList.js.map +1 -0
- package/lib/commonjs/Campaign/components/ProgressTimer.js +50 -0
- package/lib/commonjs/Campaign/components/ProgressTimer.js.map +1 -0
- package/lib/commonjs/Campaign/index.js +440 -0
- package/lib/commonjs/Campaign/index.js.map +1 -0
- package/lib/commonjs/Components/ConfirmationModal.js +32 -3
- package/lib/commonjs/Components/ConfirmationModal.js.map +1 -1
- package/lib/commonjs/Components/Icons.js +49 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ProgressBar.js +94 -0
- package/lib/commonjs/Components/ProgressBar.js.map +1 -0
- package/lib/commonjs/Components/index.js +7 -0
- package/lib/commonjs/Components/index.js.map +1 -1
- package/lib/commonjs/MarketComponents/api/index.js +17 -0
- package/lib/commonjs/MarketComponents/api/index.js.map +1 -1
- package/lib/commonjs/SocialComponents/api/index.js +3 -0
- package/lib/commonjs/SocialComponents/api/index.js.map +1 -1
- package/lib/commonjs/Ticker/components/TradeText.js +82 -0
- package/lib/commonjs/Ticker/components/TradeText.js.map +1 -0
- package/lib/commonjs/Ticker/index.js +254 -0
- package/lib/commonjs/Ticker/index.js.map +1 -0
- package/lib/commonjs/constants/useColors.js +2 -2
- package/lib/commonjs/constants/useColors.js.map +1 -1
- package/lib/commonjs/index.js +14 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/module/Bracket/components/BracketCompetitionActions.js +1 -1
- package/lib/module/Bracket/components/BracketCompetitionActions.js.map +1 -1
- package/lib/module/Bracket/components/BracketPlay/index.js +9 -2
- package/lib/module/Bracket/components/BracketPlay/index.js.map +1 -1
- package/lib/module/Bracket/index.js +11 -0
- package/lib/module/Bracket/index.js.map +1 -1
- package/lib/module/Campaign/api/index.js +99 -0
- package/lib/module/Campaign/api/index.js.map +1 -0
- package/lib/module/Campaign/components/ActionList.js +89 -0
- package/lib/module/Campaign/components/ActionList.js.map +1 -0
- package/lib/module/Campaign/components/AnalyticsCard.js +35 -0
- package/lib/module/Campaign/components/AnalyticsCard.js.map +1 -0
- package/lib/module/Campaign/components/AutoManager.js +92 -0
- package/lib/module/Campaign/components/AutoManager.js.map +1 -0
- package/lib/module/Campaign/components/BetAlert.js +169 -0
- package/lib/module/Campaign/components/BetAlert.js.map +1 -0
- package/lib/module/Campaign/components/CampaignAnalytics.js +42 -0
- package/lib/module/Campaign/components/CampaignAnalytics.js.map +1 -0
- package/lib/module/Campaign/components/ParticipantCard.js +128 -0
- package/lib/module/Campaign/components/ParticipantCard.js.map +1 -0
- package/lib/module/Campaign/components/ParticipantsList.js +108 -0
- package/lib/module/Campaign/components/ParticipantsList.js.map +1 -0
- package/lib/module/Campaign/components/ProgressTimer.js +43 -0
- package/lib/module/Campaign/components/ProgressTimer.js.map +1 -0
- package/lib/module/Campaign/index.js +431 -0
- package/lib/module/Campaign/index.js.map +1 -0
- package/lib/module/Components/ConfirmationModal.js +31 -4
- package/lib/module/Components/ConfirmationModal.js.map +1 -1
- package/lib/module/Components/Icons.js +49 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ProgressBar.js +86 -0
- package/lib/module/Components/ProgressBar.js.map +1 -0
- package/lib/module/Components/index.js +2 -1
- package/lib/module/Components/index.js.map +1 -1
- package/lib/module/MarketComponents/api/index.js +17 -0
- package/lib/module/MarketComponents/api/index.js.map +1 -1
- package/lib/module/SocialComponents/api/index.js +2 -0
- package/lib/module/SocialComponents/api/index.js.map +1 -1
- package/lib/module/Ticker/components/TradeText.js +74 -0
- package/lib/module/Ticker/components/TradeText.js.map +1 -0
- package/lib/module/Ticker/index.js +245 -0
- package/lib/module/Ticker/index.js.map +1 -0
- package/lib/module/constants/useColors.js +2 -2
- package/lib/module/constants/useColors.js.map +1 -1
- package/lib/module/index.js +3 -1
- package/lib/module/index.js.map +1 -1
- package/lib/typescript/lib/commonjs/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Bracket/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Campaign/api/index.d.ts +30 -0
- package/lib/typescript/lib/commonjs/Campaign/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ActionList.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ActionList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/AnalyticsCard.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Campaign/components/AnalyticsCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/AutoManager.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Campaign/components/AutoManager.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/BetAlert.d.ts +12 -0
- package/lib/typescript/lib/commonjs/Campaign/components/BetAlert.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/CampaignAnalytics.d.ts +6 -0
- package/lib/typescript/lib/commonjs/Campaign/components/CampaignAnalytics.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ParticipantCard.d.ts +10 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ParticipantCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ParticipantsList.d.ts +11 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ParticipantsList.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ProgressTimer.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Campaign/components/ProgressTimer.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Campaign/index.d.ts +14 -0
- package/lib/typescript/lib/commonjs/Campaign/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/ConfirmationModal.d.ts.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/ProgressBar.d.ts +15 -0
- package/lib/typescript/lib/commonjs/Components/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Components/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/MarketComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Ticker/components/TradeText.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Ticker/components/TradeText.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/Ticker/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/Ticker/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -1
- package/lib/typescript/lib/commonjs/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/index.d.ts +2 -1
- package/lib/typescript/lib/module/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Campaign/api/index.d.ts +29 -0
- package/lib/typescript/lib/module/Campaign/api/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/ActionList.d.ts +8 -0
- package/lib/typescript/lib/module/Campaign/components/ActionList.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/AnalyticsCard.d.ts +9 -0
- package/lib/typescript/lib/module/Campaign/components/AnalyticsCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/AutoManager.d.ts +12 -0
- package/lib/typescript/lib/module/Campaign/components/AutoManager.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/BetAlert.d.ts +22 -0
- package/lib/typescript/lib/module/Campaign/components/BetAlert.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/CampaignAnalytics.d.ts +6 -0
- package/lib/typescript/lib/module/Campaign/components/CampaignAnalytics.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/ParticipantCard.d.ts +10 -0
- package/lib/typescript/lib/module/Campaign/components/ParticipantCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/ParticipantsList.d.ts +11 -0
- package/lib/typescript/lib/module/Campaign/components/ParticipantsList.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/components/ProgressTimer.d.ts +10 -0
- package/lib/typescript/lib/module/Campaign/components/ProgressTimer.d.ts.map +1 -0
- package/lib/typescript/lib/module/Campaign/index.d.ts +14 -0
- package/lib/typescript/lib/module/Campaign/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/ConfirmationModal.d.ts +2 -1
- package/lib/typescript/lib/module/Components/ConfirmationModal.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/ProgressBar.d.ts +16 -0
- package/lib/typescript/lib/module/Components/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/index.d.ts +2 -1
- package/lib/typescript/lib/module/Components/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts +2 -2
- package/lib/typescript/lib/module/LocationTracker/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts +2 -0
- package/lib/typescript/lib/module/MarketComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Ticker/components/TradeText.d.ts +10 -0
- package/lib/typescript/lib/module/Ticker/components/TradeText.d.ts.map +1 -0
- package/lib/typescript/lib/module/Ticker/index.d.ts +9 -0
- package/lib/typescript/lib/module/Ticker/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts +1 -1
- package/lib/typescript/lib/module/index.d.ts +3 -1
- package/lib/typescript/lib/module/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/components/BracketPlay/index.d.ts.map +1 -1
- package/lib/typescript/src/Bracket/index.d.ts +3 -2
- package/lib/typescript/src/Bracket/index.d.ts.map +1 -1
- package/lib/typescript/src/Campaign/api/index.d.ts +24 -0
- package/lib/typescript/src/Campaign/api/index.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/ActionList.d.ts +10 -0
- package/lib/typescript/src/Campaign/components/ActionList.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/AnalyticsCard.d.ts +10 -0
- package/lib/typescript/src/Campaign/components/AnalyticsCard.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/AutoManager.d.ts +16 -0
- package/lib/typescript/src/Campaign/components/AutoManager.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/BetAlert.d.ts +14 -0
- package/lib/typescript/src/Campaign/components/BetAlert.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/CampaignAnalytics.d.ts +7 -0
- package/lib/typescript/src/Campaign/components/CampaignAnalytics.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/ParticipantCard.d.ts +12 -0
- package/lib/typescript/src/Campaign/components/ParticipantCard.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/ParticipantsList.d.ts +13 -0
- package/lib/typescript/src/Campaign/components/ParticipantsList.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/components/ProgressTimer.d.ts +10 -0
- package/lib/typescript/src/Campaign/components/ProgressTimer.d.ts.map +1 -0
- package/lib/typescript/src/Campaign/index.d.ts +24 -0
- package/lib/typescript/src/Campaign/index.d.ts.map +1 -0
- package/lib/typescript/src/Components/ConfirmationModal.d.ts +2 -1
- package/lib/typescript/src/Components/ConfirmationModal.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/ProgressBar.d.ts +19 -0
- package/lib/typescript/src/Components/ProgressBar.d.ts.map +1 -0
- package/lib/typescript/src/Components/index.d.ts +2 -1
- package/lib/typescript/src/Components/index.d.ts.map +1 -1
- package/lib/typescript/src/MarketComponents/api/index.d.ts +2 -0
- package/lib/typescript/src/MarketComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/src/SocialComponents/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Ticker/components/TradeText.d.ts +11 -0
- package/lib/typescript/src/Ticker/components/TradeText.d.ts.map +1 -0
- package/lib/typescript/src/Ticker/index.d.ts +11 -0
- package/lib/typescript/src/Ticker/index.d.ts.map +1 -0
- package/lib/typescript/src/constants/useColors.d.ts +5 -1
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +3 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +2 -1
- package/src/Bracket/components/BracketCompetitionActions.tsx +1 -1
- package/src/Bracket/components/BracketPlay/index.tsx +10 -1
- package/src/Bracket/index.tsx +13 -4
- package/src/Campaign/api/index.ts +92 -0
- package/src/Campaign/components/ActionList.tsx +64 -0
- package/src/Campaign/components/AnalyticsCard.tsx +29 -0
- package/src/Campaign/components/AutoManager.tsx +88 -0
- package/src/Campaign/components/BetAlert.tsx +111 -0
- package/src/Campaign/components/CampaignAnalytics.tsx +54 -0
- package/src/Campaign/components/ParticipantCard.tsx +78 -0
- package/src/Campaign/components/ParticipantsList.tsx +69 -0
- package/src/Campaign/components/ProgressTimer.tsx +47 -0
- package/src/Campaign/index.tsx +377 -0
- package/src/Components/ConfirmationModal.tsx +22 -5
- package/src/Components/Icons.tsx +19 -0
- package/src/Components/ProgressBar.tsx +54 -0
- package/src/Components/index.tsx +2 -1
- package/src/MarketComponents/api/index.ts +17 -0
- package/src/SocialComponents/api/index.ts +2 -1
- package/src/Ticker/components/TradeText.tsx +55 -0
- package/src/Ticker/index.tsx +202 -0
- package/src/constants/useColors.tsx +5 -3
- package/src/index.tsx +5 -0
- package/src/types.d.ts +60 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/Bracket/components/BracketPlay/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../commonjs/Bracket/components/BracketPlay/index.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;QA0rBC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default BracketRoom;
|
|
3
|
-
declare function BracketRoom({ player_id, hide_home, restrict_competition, width, height, view_mode, bracket_id, insets, onSelectContest, onCreateNewCompetition, onManageCompetition, bracket_competition_id, player_balance, onRequestAuthenticate, onFocusPosition, onShareCompetition }: {
|
|
3
|
+
declare function BracketRoom({ player_id, hide_home, restrict_competition, width, height, view_mode, bracket_id, insets, onCompleteBracket, onSelectContest, onCreateNewCompetition, onManageCompetition, bracket_competition_id, player_balance, onRequestAuthenticate, onFocusPosition, onShareCompetition }: {
|
|
4
4
|
player_id: any;
|
|
5
5
|
hide_home: any;
|
|
6
6
|
restrict_competition: any;
|
|
@@ -9,6 +9,7 @@ declare function BracketRoom({ player_id, hide_home, restrict_competition, width
|
|
|
9
9
|
view_mode: any;
|
|
10
10
|
bracket_id: any;
|
|
11
11
|
insets: any;
|
|
12
|
+
onCompleteBracket: any;
|
|
12
13
|
onSelectContest: any;
|
|
13
14
|
onCreateNewCompetition: any;
|
|
14
15
|
onManageCompetition: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Bracket/index.js"],"names":[],"mappings":";;AAuBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Bracket/index.js"],"names":[],"mappings":";;AAuBA;;;;;;;;;;;;;;;;;;QAyyBC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export namespace CampaignApi {
|
|
3
|
+
function setEnvironment(): void;
|
|
4
|
+
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
5
|
+
function getCampaignById(campaign_id: any): Promise<any>;
|
|
6
|
+
function getCampaignAction(campaign_id: any): Promise<any>;
|
|
7
|
+
function getCampaignAnalytics(campaign_id: any, to: any, from: any): Promise<any>;
|
|
8
|
+
}
|
|
9
|
+
export namespace CampaignHelpers {
|
|
10
|
+
function aggregateAnalytics(analytics: any): {
|
|
11
|
+
winnings: any;
|
|
12
|
+
original_stake: any;
|
|
13
|
+
wins: any;
|
|
14
|
+
losses: any;
|
|
15
|
+
draws: any;
|
|
16
|
+
net_winnings: number;
|
|
17
|
+
player_id: string;
|
|
18
|
+
fulfilled_positions: any;
|
|
19
|
+
cash_rcvd: any;
|
|
20
|
+
earnings: number;
|
|
21
|
+
win_pct: number;
|
|
22
|
+
roi_pct: number;
|
|
23
|
+
};
|
|
24
|
+
function getTimeOptions(): {
|
|
25
|
+
label: string;
|
|
26
|
+
to: any;
|
|
27
|
+
from: any;
|
|
28
|
+
}[];
|
|
29
|
+
}
|
|
30
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/api/index.js"],"names":[],"mappings":";;IAekB,gCAMf;IACsB,8DAYtB;IACgB,yDAUhB;IACkB,2DAOlB;IACqB,kFAQrB;;;IAGmB;;;;;;;;;;;;;MAyBnB;IACe;;;;QAWf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionList.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/ActionList.js"],"names":[],"mappings":";;AAYA;;;;QAiFC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default AnalyticsCard;
|
|
3
|
+
declare function AnalyticsCard({ label, value, success_limit, value_label }: {
|
|
4
|
+
label: any;
|
|
5
|
+
value: any;
|
|
6
|
+
success_limit: any;
|
|
7
|
+
value_label: any;
|
|
8
|
+
}): any;
|
|
9
|
+
//# sourceMappingURL=AnalyticsCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnalyticsCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/AnalyticsCard.js"],"names":[],"mappings":";;AAUA;;;;;QA6BC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default AutoManager;
|
|
3
|
+
declare function AutoManager({ campaign, active, campaign_participants, onChangeParticipant, onChangeAd }: {
|
|
4
|
+
campaign: any;
|
|
5
|
+
active: any;
|
|
6
|
+
campaign_participants: any;
|
|
7
|
+
onChangeParticipant: any;
|
|
8
|
+
onChangeAd: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=AutoManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoManager.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/AutoManager.js"],"names":[],"mappings":";;AAYA;;;;;;QAsFC"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default BetAlert;
|
|
3
|
+
declare function BetAlert({ player, order, team, athlete, event, color_mode, onClose }: {
|
|
4
|
+
player: any;
|
|
5
|
+
order: any;
|
|
6
|
+
team: any;
|
|
7
|
+
athlete: any;
|
|
8
|
+
event: any;
|
|
9
|
+
color_mode: any;
|
|
10
|
+
onClose: any;
|
|
11
|
+
}): any;
|
|
12
|
+
//# sourceMappingURL=BetAlert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BetAlert.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/BetAlert.js"],"names":[],"mappings":";;AAiBA;;;;;;;;QA4JC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CampaignAnalytics.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/CampaignAnalytics.js"],"names":[],"mappings":";;AAaA;;QAmCC"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ParticipantCard;
|
|
3
|
+
declare function ParticipantCard({ player, campaign_participant, orders, events, analytics }: {
|
|
4
|
+
player: any;
|
|
5
|
+
campaign_participant: any;
|
|
6
|
+
orders: any;
|
|
7
|
+
events: any;
|
|
8
|
+
analytics: any;
|
|
9
|
+
}): any;
|
|
10
|
+
//# sourceMappingURL=ParticipantCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/ParticipantCard.js"],"names":[],"mappings":";;AAcA;;;;;;QAsHC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ParticipantsList;
|
|
3
|
+
declare function ParticipantsList({ campaign_participants, players, selected_participant, horizontal, onSelect, onDeselect }: {
|
|
4
|
+
campaign_participants: any;
|
|
5
|
+
players: any;
|
|
6
|
+
selected_participant: any;
|
|
7
|
+
horizontal: any;
|
|
8
|
+
onSelect: any;
|
|
9
|
+
onDeselect: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=ParticipantsList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantsList.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/ParticipantsList.js"],"names":[],"mappings":";;AAcA;;;;;;;QAoGC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressTimer.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Campaign/components/ProgressTimer.js"],"names":[],"mappings":";;AAWA;;;;QAoCC"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default Campaign;
|
|
3
|
+
declare function Campaign({ campaign_id, insets, color_mode, auto, distinct_id, my_participant, action_loading, onCheckIn, onBetNow }: {
|
|
4
|
+
campaign_id: any;
|
|
5
|
+
insets: any;
|
|
6
|
+
color_mode: any;
|
|
7
|
+
auto: any;
|
|
8
|
+
distinct_id: any;
|
|
9
|
+
my_participant: any;
|
|
10
|
+
action_loading: any;
|
|
11
|
+
onCheckIn: any;
|
|
12
|
+
onBetNow: any;
|
|
13
|
+
}): any;
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Campaign/index.js"],"names":[],"mappings":";;AAwBA;;;;;;;;;;QA6ZC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default ConfirmationModal;
|
|
3
|
-
declare function ConfirmationModal({ visible, mode, title, padding_bottom, image, description, confirm_title, cancel_title, onCancel, onConfirm }: {
|
|
3
|
+
declare function ConfirmationModal({ visible, mode, title, opt_in_url, padding_bottom, image, description, confirm_title, cancel_title, onCancel, onConfirm }: {
|
|
4
4
|
visible: any;
|
|
5
5
|
mode: any;
|
|
6
6
|
title: any;
|
|
7
|
+
opt_in_url: any;
|
|
7
8
|
padding_bottom: any;
|
|
8
9
|
image: any;
|
|
9
10
|
description: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/ConfirmationModal.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/ConfirmationModal.js"],"names":[],"mappings":";;AAcA;;;;;;;;;;;;QAqHC"}
|
|
@@ -6,6 +6,7 @@ declare namespace _default {
|
|
|
6
6
|
export { MarketClosedIcon };
|
|
7
7
|
export { AlertIcon };
|
|
8
8
|
export { QuestionIcon };
|
|
9
|
+
export { BarstoolIcon };
|
|
9
10
|
export { FilterIcon };
|
|
10
11
|
export { PieIcon };
|
|
11
12
|
export { BankIcon };
|
|
@@ -109,6 +110,10 @@ declare function QuestionIcon({ color, size }: {
|
|
|
109
110
|
color: any;
|
|
110
111
|
size: any;
|
|
111
112
|
}): any;
|
|
113
|
+
declare function BarstoolIcon({ color, size }: {
|
|
114
|
+
color: any;
|
|
115
|
+
size: any;
|
|
116
|
+
}): any;
|
|
112
117
|
declare function FilterIcon({ color, size }: {
|
|
113
118
|
color: any;
|
|
114
119
|
size: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Icons.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Icons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2KA;;;QAwBC;AAoqFD;;;QA6BC;AAzpED;;;QAiCC;AAipED;;;QA2CC;AA57FD;;;QAqCC;AAw6FD;;;QAqCC;AA0BD;;;QA+CC;AAxED;;;QAwBC;AAjYD;;;QA2BC;AAr7BD;;;QAyBC;AA48BD;;;QAkCC;AA5bD;;;QA4BC;AAr9BD;;;QAsBC;AAi+CD;;;QAuBC;AAxJD;;;QAwBC;AAzqBD;;;QA4BC;AAqND;;;QAqCC;AA5FD;;;QAyBC;AAvFD;;;QA6DC;AA5FD;;;QA8BC;AA32DD;;QA4BC;AACD;;QAgCC;AACD;;;QAsBC;AA4+DD;;;QAkCC;AACD;;;QAmCC;AAjiDD;;;QAkCC;AAmxDD;;;QAyBC;AApID;;;QA8CC;AA7iBD;;;QA4BC;AAt9BD;;;QAmCC;AA2hDD;;;QAyBC;AAhsBD;;;QAkCC;AA7FD;;;QA6BC;AAhkED;;;QAkCC;AAs7ED;;;QAkCC;AA9eD;;;QAsBC;AAh5DD;;;QAuBC;AAktBD;;;QAuBC;AAjmBD;;;;QA+BC;AAspDD;;;QAqCC;AAjFD;;;QA2CC;AA5FD;;;;QAgDC;AA7ED;;;QA4BC;AAppCD;;;QA8CC;AAytDD;;QAwGC;AAtyBD;;;QA8CC;AApGD;;;QAqDC;AA5vDD;;;QAwDC;AA4mDD;;;QAkCC;AA9+CD;;QAwBC;AAm3CD;;;QAsCC;AA9+BD;;QAwBC;AAqmDD;;;QA4BC;AAhvBD;;QA8BC;AAx/CD;;;QA+BC;AAi0CD;;;;QAyHC;AAjkBD;;;QA4BC;AAgYD;;;QA2CC;AAsxCD;;QAqBC;AArtDD;;;QAyBC;AAjFD;;;QA0BC;AAoVD;;;QAwEC;AA1GD;;;QAiCC;AAzFD;;;QAgCC;AAxED;;;QAuCC;AA/ED;;;QAuCC;AAlhCD;;QAuBC;AApPD;;;QA4BC;AA0jCD;;;QA6EC;AA7OD;;;QAwBC;AA9FD;;;QAkCC;AA6DD;;;QAoDC;AAvkBD;;QAsDC;AAk4ED;;;QAeC;AA3yED;;QA6DC;AA6rDD;;;QA2BC;AA1+DD;;;QA0BC;AAmWD;;QA2CC;AApoBD;;;QAyBC;AACD;;;QA2BC;AAglBD;;QA2CC;AApWD;;QAiDC;AACD;;QAkDC;AAzLD;;;;QA6BC"}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ProgressBar;
|
|
3
|
+
declare function ProgressBar({ max_value, val_format, val_color, current_value, height, hide_labels, background_color, fill_color, max_label, val_label }: {
|
|
4
|
+
max_value: any;
|
|
5
|
+
val_format: any;
|
|
6
|
+
val_color: any;
|
|
7
|
+
current_value: any;
|
|
8
|
+
height: any;
|
|
9
|
+
hide_labels: any;
|
|
10
|
+
background_color: any;
|
|
11
|
+
fill_color: any;
|
|
12
|
+
max_label: any;
|
|
13
|
+
val_label: any;
|
|
14
|
+
}): any;
|
|
15
|
+
//# sourceMappingURL=ProgressBar.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressBar.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/ProgressBar.js"],"names":[],"mappings":";;AAYA;;;;;;;;;;;QA+EC"}
|
|
@@ -2,6 +2,8 @@ export const __esModule: boolean;
|
|
|
2
2
|
export namespace MarketComponentApi {
|
|
3
3
|
function setEnvironment(): void;
|
|
4
4
|
function getMarkets(): Promise<any>;
|
|
5
|
+
function getOrderById(order_id: any): Promise<any>;
|
|
6
|
+
function getActiveEvents(league_id: any): Promise<any>;
|
|
5
7
|
function getLatestTradesByEvents(event_type: any, event_ids: any): Promise<any>;
|
|
6
8
|
function getExternalPrices(contest_type: any, contest_id: any, market_id: any, side: any, participant_id: any, participant_type: any, external_name: any): Promise<any>;
|
|
7
9
|
function getMyAction(): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketComponents/api/index.js"],"names":[],"mappings":";;IAekB,gCAMf;IACW,oCAQX;IACwB,gFAcxB;IACkB,wKAiBlB;IACY,qCAQZ;IACa,gEAQb;IACoB,2DAapB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACW,oCAOX;IACuB,gDAQvB;IACoB,yDAQpB;IACsB,4DAOtB;IACuB,kEAQvB;IACa,oDAYb;IACe,uDAOf;IACuB,+DAQvB;;;IAGY;;;MAOZ;IACa,kEAcb;IACa,wDASb;IACgC,mEAehC;IACqB;;;kBAiCrB;IACU,kCA0BV;IACgB;;;MAYhB;IACoB;;;kBA4CpB;IACoB,kEAepB;IACyB,4EAezB;IACoB,kEAepB;IACmB,6CAWnB;IAC0B,uHAkC1B;IAC2B,4GAkC3B;IACsB,kGAkCtB;IACwB;;;;MAyDxB"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/MarketComponents/api/index.js"],"names":[],"mappings":";;IAekB,gCAMf;IACW,oCAQX;IACa,mDAOb;IACgB,uDAQhB;IACwB,gFAcxB;IACkB,wKAiBlB;IACY,qCAQZ;IACa,gEAQb;IACoB,2DAapB;IACqB,4DAarB;IACiB,0DAajB;IAC8B,0EAa9B;IACc,oDAad;IACW,oCAOX;IACuB,gDAQvB;IACoB,yDAQpB;IACsB,4DAOtB;IACuB,kEAQvB;IACa,oDAYb;IACe,uDAOf;IACuB,+DAQvB;;;IAGY;;;MAOZ;IACa,kEAcb;IACa,wDASb;IACgC,mEAehC;IACqB;;;kBAiCrB;IACU,kCA0BV;IACgB;;;MAYhB;IACoB;;;kBA4CpB;IACoB,kEAepB;IACyB,4EAezB;IACoB,kEAepB;IACmB,6CAWnB;IAC0B,uHAkC1B;IAC2B,4GAkC3B;IACsB,kGAkCtB;IACwB;;;;MAyDxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/api/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/SocialComponents/api/index.js"],"names":[],"mappings":";;IAiBkB,gCAMf;IACW,oCAOX;IACa,gDASb;IACuB,+DAKvB;IACmB,gEAKnB;IACoB,2DAapB;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;;;IAGgB,4CAShB;IACgB,oDAYhB;IACW,uCAKX;IACa,kEAEb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TradeText.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Ticker/components/TradeText.js"],"names":[],"mappings":";;AAaA;;;;;QAkEC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Ticker/index.js"],"names":[],"mappings":";;AAoBA;;;;;QAuOC"}
|
|
@@ -35,6 +35,7 @@ export const BELinkApi: any;
|
|
|
35
35
|
export const BettorSearch: any;
|
|
36
36
|
export const BracketCompetitionCard: any;
|
|
37
37
|
export const BracketRoom: any;
|
|
38
|
+
export const Campaign: any;
|
|
38
39
|
export const Checkout: any;
|
|
39
40
|
export const Colors: any;
|
|
40
41
|
export const CompetitionCard: any;
|
|
@@ -101,6 +102,7 @@ export const Share: any;
|
|
|
101
102
|
export const SocketManager: any;
|
|
102
103
|
export const SquaresCompetitionCard: any;
|
|
103
104
|
export const SquaresModule: any;
|
|
105
|
+
export const Ticker: any;
|
|
104
106
|
export const useNotifications: () => {
|
|
105
107
|
permission: undefined;
|
|
106
108
|
push_token: undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../commonjs/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA4QA,2BAAkE;AAElE,iCAA8E"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/Bracket/components/BracketPlay/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/Bracket/components/BracketPlay/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;kGA0rBC;kBAnsB0C,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default BracketRoom;
|
|
2
|
-
declare function BracketRoom({ player_id, hide_home, restrict_competition, width, height, view_mode, bracket_id, insets, onSelectContest, onCreateNewCompetition, onManageCompetition, bracket_competition_id, player_balance, onRequestAuthenticate, onFocusPosition, onShareCompetition }: {
|
|
2
|
+
declare function BracketRoom({ player_id, hide_home, restrict_competition, width, height, view_mode, bracket_id, insets, onCompleteBracket, onSelectContest, onCreateNewCompetition, onManageCompetition, bracket_competition_id, player_balance, onRequestAuthenticate, onFocusPosition, onShareCompetition }: {
|
|
3
3
|
player_id: any;
|
|
4
4
|
hide_home: any;
|
|
5
5
|
restrict_competition: any;
|
|
@@ -8,6 +8,7 @@ declare function BracketRoom({ player_id, hide_home, restrict_competition, width
|
|
|
8
8
|
view_mode: any;
|
|
9
9
|
bracket_id: any;
|
|
10
10
|
insets: any;
|
|
11
|
+
onCompleteBracket: any;
|
|
11
12
|
onSelectContest: any;
|
|
12
13
|
onCreateNewCompetition: any;
|
|
13
14
|
onManageCompetition: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Bracket/index.js"],"names":[],"mappings":";AAcA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Bracket/index.js"],"names":[],"mappings":";AAcA;;;;;;;;;;;;;;;;;;kGAyyBC;kBAvzB0C,OAAO"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export namespace CampaignApi {
|
|
2
|
+
function setEnvironment(): void;
|
|
3
|
+
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
4
|
+
function getCampaignById(campaign_id: any): Promise<any>;
|
|
5
|
+
function getCampaignAction(campaign_id: any): Promise<any>;
|
|
6
|
+
function getCampaignAnalytics(campaign_id: any, to: any, from: any): Promise<any>;
|
|
7
|
+
}
|
|
8
|
+
export namespace CampaignHelpers {
|
|
9
|
+
function aggregateAnalytics(analytics: any): {
|
|
10
|
+
winnings: any;
|
|
11
|
+
original_stake: any;
|
|
12
|
+
wins: any;
|
|
13
|
+
losses: any;
|
|
14
|
+
draws: any;
|
|
15
|
+
net_winnings: number;
|
|
16
|
+
player_id: string;
|
|
17
|
+
fulfilled_positions: any;
|
|
18
|
+
cash_rcvd: any;
|
|
19
|
+
earnings: number;
|
|
20
|
+
win_pct: number;
|
|
21
|
+
roi_pct: number;
|
|
22
|
+
};
|
|
23
|
+
function getTimeOptions(): {
|
|
24
|
+
label: string;
|
|
25
|
+
to: number;
|
|
26
|
+
from: number;
|
|
27
|
+
}[];
|
|
28
|
+
}
|
|
29
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/api/index.js"],"names":[],"mappings":";IASkB,gCAMf;IACsB,8DAYtB;IACgB,yDAUhB;IACkB,2DAOlB;IACqB,kFAQrB;;;IAGmB;;;;;;;;;;;;;MAyBnB;IACe;;;;QAWf"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default ActionList;
|
|
2
|
+
declare function ActionList({ orders, events, players }: {
|
|
3
|
+
orders: any;
|
|
4
|
+
events: any;
|
|
5
|
+
players: any;
|
|
6
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
7
|
+
import React from 'react';
|
|
8
|
+
//# sourceMappingURL=ActionList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ActionList.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/ActionList.js"],"names":[],"mappings":";AAKA;;;;kGAiFC;kBAtFiB,OAAO"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default AnalyticsCard;
|
|
2
|
+
declare function AnalyticsCard({ label, value, success_limit, value_label }: {
|
|
3
|
+
label: any;
|
|
4
|
+
value: any;
|
|
5
|
+
success_limit: any;
|
|
6
|
+
value_label: any;
|
|
7
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
8
|
+
import React from 'react';
|
|
9
|
+
//# sourceMappingURL=AnalyticsCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AnalyticsCard.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/AnalyticsCard.js"],"names":[],"mappings":";AAGA;;;;;kGA6BC;kBAhCiB,OAAO"}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default AutoManager;
|
|
2
|
+
declare function AutoManager({ campaign, active, campaign_participants, onChangeParticipant, onChangeAd }: {
|
|
3
|
+
campaign: any;
|
|
4
|
+
active: any;
|
|
5
|
+
campaign_participants: any;
|
|
6
|
+
onChangeParticipant: any;
|
|
7
|
+
onChangeAd: any;
|
|
8
|
+
}): React.FunctionComponentElement<{
|
|
9
|
+
children?: React.ReactNode | undefined;
|
|
10
|
+
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
11
|
+
import React from 'react';
|
|
12
|
+
//# sourceMappingURL=AutoManager.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AutoManager.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/AutoManager.js"],"names":[],"mappings":";AAGA;;;;;;;;mGAsFC;kBAzF0C,OAAO"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
export default BetAlert;
|
|
2
|
+
declare function BetAlert({ player, order, team, athlete, event, color_mode, onClose }: {
|
|
3
|
+
player: any;
|
|
4
|
+
order: any;
|
|
5
|
+
team: any;
|
|
6
|
+
athlete: any;
|
|
7
|
+
event: any;
|
|
8
|
+
color_mode: any;
|
|
9
|
+
onClose: any;
|
|
10
|
+
}): React.CElement<{
|
|
11
|
+
float: boolean;
|
|
12
|
+
style: {
|
|
13
|
+
width: number;
|
|
14
|
+
};
|
|
15
|
+
}, React.Component<{
|
|
16
|
+
float: boolean;
|
|
17
|
+
style: {
|
|
18
|
+
width: number;
|
|
19
|
+
};
|
|
20
|
+
}, any, any>>;
|
|
21
|
+
import React from 'react';
|
|
22
|
+
//# sourceMappingURL=BetAlert.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BetAlert.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/BetAlert.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;;;;;;;cA4JC;kBAnKiB,OAAO"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CampaignAnalytics.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/CampaignAnalytics.js"],"names":[],"mappings":";AAIA;;6DAmCC;kBAvC0C,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default ParticipantCard;
|
|
2
|
+
declare function ParticipantCard({ player, campaign_participant, orders, events, analytics }: {
|
|
3
|
+
player: any;
|
|
4
|
+
campaign_participant: any;
|
|
5
|
+
orders: any;
|
|
6
|
+
events: any;
|
|
7
|
+
analytics: any;
|
|
8
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=ParticipantCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantCard.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/ParticipantCard.js"],"names":[],"mappings":";AAOA;;;;;;kGAsHC;kBA7HiB,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default ParticipantsList;
|
|
2
|
+
declare function ParticipantsList({ campaign_participants, players, selected_participant, horizontal, onSelect, onDeselect }: {
|
|
3
|
+
campaign_participants: any;
|
|
4
|
+
players: any;
|
|
5
|
+
selected_participant: any;
|
|
6
|
+
horizontal: any;
|
|
7
|
+
onSelect: any;
|
|
8
|
+
onDeselect: any;
|
|
9
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=ParticipantsList.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ParticipantsList.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/ParticipantsList.js"],"names":[],"mappings":";AAKA;;;;;;;kGAoGC;kBAzG+B,OAAO"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default ProgressTimer;
|
|
2
|
+
declare function ProgressTimer({ total_time, time_id, onTimesUp }: {
|
|
3
|
+
total_time: any;
|
|
4
|
+
time_id: any;
|
|
5
|
+
onTimesUp: any;
|
|
6
|
+
}): React.FunctionComponentElement<{
|
|
7
|
+
children?: React.ReactNode | undefined;
|
|
8
|
+
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=ProgressTimer.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ProgressTimer.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/ProgressTimer.js"],"names":[],"mappings":";AAIA;;;;;;mGAoCC;kBAxCiB,OAAO"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default Campaign;
|
|
2
|
+
declare function Campaign({ campaign_id, insets, color_mode, auto, distinct_id, my_participant, action_loading, onCheckIn, onBetNow }: {
|
|
3
|
+
campaign_id: any;
|
|
4
|
+
insets: any;
|
|
5
|
+
color_mode: any;
|
|
6
|
+
auto: any;
|
|
7
|
+
distinct_id: any;
|
|
8
|
+
my_participant: any;
|
|
9
|
+
action_loading: any;
|
|
10
|
+
onCheckIn: any;
|
|
11
|
+
onBetNow: any;
|
|
12
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
13
|
+
import React from 'react';
|
|
14
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Campaign/index.js"],"names":[],"mappings":";AAeA;;;;;;;;;;kGA6ZC;kBA5a0C,OAAO"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export default ConfirmationModal;
|
|
2
|
-
declare function ConfirmationModal({ visible, mode, title, padding_bottom, image, description, confirm_title, cancel_title, onCancel, onConfirm }: {
|
|
2
|
+
declare function ConfirmationModal({ visible, mode, title, opt_in_url, padding_bottom, image, description, confirm_title, cancel_title, onCancel, onConfirm }: {
|
|
3
3
|
visible: any;
|
|
4
4
|
mode: any;
|
|
5
5
|
title: any;
|
|
6
|
+
opt_in_url: any;
|
|
6
7
|
padding_bottom: any;
|
|
7
8
|
image: any;
|
|
8
9
|
description: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../module/Components/ConfirmationModal.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ConfirmationModal.d.ts","sourceRoot":"","sources":["../../../../module/Components/ConfirmationModal.js"],"names":[],"mappings":";AAKA;;;;;;;;;;;;6DAqHC;sBAzHqC,cAAc;kBADpB,OAAO"}
|
|
@@ -5,6 +5,7 @@ declare namespace _default {
|
|
|
5
5
|
export { MarketClosedIcon };
|
|
6
6
|
export { AlertIcon };
|
|
7
7
|
export { QuestionIcon };
|
|
8
|
+
export { BarstoolIcon };
|
|
8
9
|
export { FilterIcon };
|
|
9
10
|
export { PieIcon };
|
|
10
11
|
export { BankIcon };
|
|
@@ -108,6 +109,10 @@ declare function QuestionIcon({ color, size }: {
|
|
|
108
109
|
color: any;
|
|
109
110
|
size: any;
|
|
110
111
|
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
112
|
+
declare function BarstoolIcon({ color, size }: {
|
|
113
|
+
color: any;
|
|
114
|
+
size: any;
|
|
115
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
111
116
|
declare function FilterIcon({ color, size }: {
|
|
112
117
|
color: any;
|
|
113
118
|
size: any;
|