be-components 7.0.6 → 7.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/Components/BETimePicker.js +110 -0
- package/lib/commonjs/Components/BETimePicker.js.map +1 -0
- package/lib/commonjs/Components/Icons.js +37 -0
- package/lib/commonjs/Components/Icons.js.map +1 -1
- package/lib/commonjs/Components/ImageUploader.js +4 -0
- package/lib/commonjs/Components/ImageUploader.js.map +1 -1
- package/lib/commonjs/Components/Slider.js +2 -0
- package/lib/commonjs/Components/Slider.js.map +1 -1
- package/lib/commonjs/Components/Themed.js +4 -2
- package/lib/commonjs/Components/Themed.js.map +1 -1
- package/lib/commonjs/CreateEngagement/api/index.js +89 -1
- package/lib/commonjs/CreateEngagement/api/index.js.map +1 -1
- package/lib/commonjs/CreateEngagement/index.js +306 -5
- package/lib/commonjs/CreateEngagement/index.js.map +1 -1
- package/lib/commonjs/FlashMarket/FlashHolder.js +14 -1
- package/lib/commonjs/FlashMarket/FlashHolder.js.map +1 -1
- package/lib/commonjs/FlashMarket/api/index.js +42 -0
- package/lib/commonjs/FlashMarket/api/index.js.map +1 -1
- package/lib/commonjs/FlashMarket/components/FlashOptionCard.js +265 -0
- package/lib/commonjs/FlashMarket/components/FlashOptionCard.js.map +1 -0
- package/lib/commonjs/FlashMarket/components/ManageFlashMarket.js +1244 -0
- package/lib/commonjs/FlashMarket/components/ManageFlashMarket.js.map +1 -0
- package/lib/commonjs/FlashMarket/index.js +18 -6
- package/lib/commonjs/FlashMarket/index.js.map +1 -1
- package/lib/commonjs/Group/api/index.js +6 -3
- package/lib/commonjs/Group/api/index.js.map +1 -1
- package/lib/commonjs/Group/index.js +135 -20
- package/lib/commonjs/Group/index.js.map +1 -1
- package/lib/commonjs/Poll/api/index.js +0 -1
- package/lib/commonjs/Poll/api/index.js.map +1 -1
- package/lib/commonjs/constants/useColors.js +2 -0
- package/lib/commonjs/constants/useColors.js.map +1 -1
- package/lib/commonjs/index.js +7 -0
- package/lib/commonjs/index.js.map +1 -1
- package/lib/commonjs/types.d.js.map +1 -1
- package/lib/module/Components/BETimePicker.js +102 -0
- package/lib/module/Components/BETimePicker.js.map +1 -0
- package/lib/module/Components/Icons.js +37 -0
- package/lib/module/Components/Icons.js.map +1 -1
- package/lib/module/Components/ImageUploader.js +4 -0
- package/lib/module/Components/ImageUploader.js.map +1 -1
- package/lib/module/Components/Slider.js +2 -0
- package/lib/module/Components/Slider.js.map +1 -1
- package/lib/module/Components/Themed.js +4 -2
- package/lib/module/Components/Themed.js.map +1 -1
- package/lib/module/CreateEngagement/api/index.js +89 -1
- package/lib/module/CreateEngagement/api/index.js.map +1 -1
- package/lib/module/CreateEngagement/index.js +306 -5
- package/lib/module/CreateEngagement/index.js.map +1 -1
- package/lib/module/FlashMarket/FlashHolder.js +14 -1
- package/lib/module/FlashMarket/FlashHolder.js.map +1 -1
- package/lib/module/FlashMarket/api/index.js +42 -0
- package/lib/module/FlashMarket/api/index.js.map +1 -1
- package/lib/module/FlashMarket/components/FlashOptionCard.js +258 -0
- package/lib/module/FlashMarket/components/FlashOptionCard.js.map +1 -0
- package/lib/module/FlashMarket/components/ManageFlashMarket.js +1236 -0
- package/lib/module/FlashMarket/components/ManageFlashMarket.js.map +1 -0
- package/lib/module/FlashMarket/index.js +18 -6
- package/lib/module/FlashMarket/index.js.map +1 -1
- package/lib/module/Group/api/index.js +6 -3
- package/lib/module/Group/api/index.js.map +1 -1
- package/lib/module/Group/index.js +135 -20
- package/lib/module/Group/index.js.map +1 -1
- package/lib/module/Poll/api/index.js +0 -1
- package/lib/module/Poll/api/index.js.map +1 -1
- package/lib/module/constants/useColors.js +2 -0
- package/lib/module/constants/useColors.js.map +1 -1
- package/lib/module/index.js +2 -1
- package/lib/module/index.js.map +1 -1
- package/lib/module/types.d.js.map +1 -1
- package/lib/typescript/lib/commonjs/Components/BETimePicker.d.ts +8 -0
- package/lib/typescript/lib/commonjs/Components/BETimePicker.d.ts.map +1 -0
- 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/ImageUploader.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Slider.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Components/Slider.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/CreateEngagement/api/index.d.ts +40 -1
- package/lib/typescript/lib/commonjs/CreateEngagement/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/CreateEngagement/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/FlashMarket/FlashHolder.d.ts +3 -1
- package/lib/typescript/lib/commonjs/FlashMarket/FlashHolder.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/FlashMarket/api/index.d.ts +2 -0
- package/lib/typescript/lib/commonjs/FlashMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/FlashMarket/components/FlashOptionCard.d.ts +13 -0
- package/lib/typescript/lib/commonjs/FlashMarket/components/FlashOptionCard.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/FlashMarket/components/ManageFlashMarket.d.ts +11 -0
- package/lib/typescript/lib/commonjs/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/FlashMarket/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Group/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Group/index.d.ts +2 -1
- package/lib/typescript/lib/commonjs/Group/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/Poll/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts +1 -0
- package/lib/typescript/lib/commonjs/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/index.d.ts +1 -0
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/BETimePicker.d.ts +8 -0
- package/lib/typescript/lib/module/Components/BETimePicker.d.ts.map +1 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts +5 -0
- package/lib/typescript/lib/module/Components/Icons.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/ImageUploader.d.ts +2 -1
- package/lib/typescript/lib/module/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Slider.d.ts +2 -1
- package/lib/typescript/lib/module/Components/Slider.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/lib/module/CreateEngagement/api/index.d.ts +41 -1
- package/lib/typescript/lib/module/CreateEngagement/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/CreateEngagement/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/FlashHolder.d.ts +3 -1
- package/lib/typescript/lib/module/FlashMarket/FlashHolder.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/api/index.d.ts +2 -0
- package/lib/typescript/lib/module/FlashMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/components/FlashOptionCard.d.ts +13 -0
- package/lib/typescript/lib/module/FlashMarket/components/FlashOptionCard.d.ts.map +1 -0
- package/lib/typescript/lib/module/FlashMarket/components/ManageFlashMarket.d.ts +11 -0
- package/lib/typescript/lib/module/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -0
- package/lib/typescript/lib/module/FlashMarket/index.d.ts +2 -1
- package/lib/typescript/lib/module/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Group/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Group/index.d.ts +2 -1
- package/lib/typescript/lib/module/Group/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Poll/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/constants/useColors.d.ts +1 -0
- package/lib/typescript/lib/module/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/lib/module/index.d.ts +2 -1
- package/lib/typescript/lib/module/index.d.ts.map +1 -1
- package/lib/typescript/src/Components/BETimePicker.d.ts +11 -0
- package/lib/typescript/src/Components/BETimePicker.d.ts.map +1 -0
- 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/ImageUploader.d.ts +2 -1
- package/lib/typescript/src/Components/ImageUploader.d.ts.map +1 -1
- package/lib/typescript/src/Components/Slider.d.ts +2 -1
- package/lib/typescript/src/Components/Slider.d.ts.map +1 -1
- package/lib/typescript/src/Components/Themed.d.ts.map +1 -1
- package/lib/typescript/src/CreateEngagement/api/index.d.ts +8 -2
- package/lib/typescript/src/CreateEngagement/api/index.d.ts.map +1 -1
- package/lib/typescript/src/CreateEngagement/index.d.ts.map +1 -1
- package/lib/typescript/src/FlashMarket/FlashHolder.d.ts +4 -2
- package/lib/typescript/src/FlashMarket/FlashHolder.d.ts.map +1 -1
- package/lib/typescript/src/FlashMarket/api/index.d.ts +2 -0
- package/lib/typescript/src/FlashMarket/api/index.d.ts.map +1 -1
- package/lib/typescript/src/FlashMarket/components/FlashOptionCard.d.ts +15 -0
- package/lib/typescript/src/FlashMarket/components/FlashOptionCard.d.ts.map +1 -0
- package/lib/typescript/src/FlashMarket/components/ManageFlashMarket.d.ts +15 -0
- package/lib/typescript/src/FlashMarket/components/ManageFlashMarket.d.ts.map +1 -0
- package/lib/typescript/src/FlashMarket/index.d.ts +2 -1
- package/lib/typescript/src/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/src/Group/api/index.d.ts +5 -2
- package/lib/typescript/src/Group/api/index.d.ts.map +1 -1
- package/lib/typescript/src/Group/index.d.ts +3 -2
- package/lib/typescript/src/Group/index.d.ts.map +1 -1
- package/lib/typescript/src/Poll/api/index.d.ts.map +1 -1
- package/lib/typescript/src/constants/useColors.d.ts +1 -0
- package/lib/typescript/src/constants/useColors.d.ts.map +1 -1
- package/lib/typescript/src/index.d.ts +2 -1
- package/lib/typescript/src/index.d.ts.map +1 -1
- package/package.json +4 -2
- package/src/Components/BETimePicker.tsx +77 -0
- package/src/Components/Icons.tsx +17 -0
- package/src/Components/ImageUploader.tsx +3 -1
- package/src/Components/Slider.tsx +3 -1
- package/src/Components/Themed.tsx +6 -4
- package/src/CreateEngagement/api/index.ts +78 -2
- package/src/CreateEngagement/index.tsx +181 -7
- package/src/FlashMarket/FlashHolder.tsx +11 -2
- package/src/FlashMarket/api/index.ts +24 -1
- package/src/FlashMarket/components/FlashOptionCard.tsx +174 -0
- package/src/FlashMarket/components/ManageFlashMarket.tsx +769 -0
- package/src/FlashMarket/index.tsx +14 -8
- package/src/Group/api/index.ts +5 -5
- package/src/Group/index.tsx +84 -9
- package/src/Poll/api/index.ts +0 -2
- package/src/constants/useColors.tsx +2 -0
- package/src/index.tsx +2 -0
- package/src/types.d.ts +8 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BETimePicker.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/BETimePicker.js"],"names":[],"mappings":";;AAeA;;;;QA4FC"}
|
|
@@ -72,6 +72,7 @@ declare namespace _default {
|
|
|
72
72
|
export { TVIcon };
|
|
73
73
|
export { PlusCircleIcon };
|
|
74
74
|
export { PausedIcon };
|
|
75
|
+
export { LockOpenIcon };
|
|
75
76
|
export { TwitterXIcon };
|
|
76
77
|
export { RefreshIcon };
|
|
77
78
|
export { ChangeIcon };
|
|
@@ -379,6 +380,10 @@ declare function PausedIcon({ color, size }: {
|
|
|
379
380
|
color: any;
|
|
380
381
|
size: any;
|
|
381
382
|
}): any;
|
|
383
|
+
declare function LockOpenIcon({ color, size }: {
|
|
384
|
+
color: any;
|
|
385
|
+
size: any;
|
|
386
|
+
}): any;
|
|
382
387
|
declare function TwitterXIcon({ size }: {
|
|
383
388
|
size: any;
|
|
384
389
|
}): 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAuMA;;;QAwBC;AAs0FD;;;QA6BC;AA3zED;;;QAiCC;AAmzED;;;QA2CC;AA3nGD;;;QAqCC;AA0wGD;;;QAyBC;AACD;;;QAwBC;AA5ED;;;QAyBC;AAlKD;;;QAqCC;AA0BD;;;QA+CC;AAxED;;;QAwBC;AAjYD;;;QA2BC;AAxhCD;;;QAyBC;AAs5CD;;;QAyBC;AAhYD;;;QAkCC;AA5bD;;;QA4BC;AAxjCD;;;QAsBC;AAokDD;;;QAuBC;AAxJD;;;QAwBC;AAxtBD;;;QA4BC;AAoQD;;;QAqCC;AA5FD;;;QAyBC;AAvFD;;;QA6DC;AA3ID;;;QA8BC;AA99DD;;QA4BC;AACD;;QAgCC;AACD;;;QAsBC;AA8oED;;;QAkCC;AACD;;;QAmCC;AAnsDD;;;QAkCC;AAq7DD;;;QAyBC;AApID;;;QA8CC;AA5lBD;;;QA4BC;AA9iCD;;;QAmCC;AAkqDD;;;QAyBC;AA/uBD;;;QAkCC;AA7FD;;;QA6BC;AAoJD;;;QAuBC;AA9CD;;;QAsBC;AAt0ED;;;QAkCC;AAwlFD;;;QAkCC;AA7hBD;;;QAsBC;AAngED;;;QAuBC;AAktBD;;;QAuBC;AAjmBD;;;;QA+BC;AAywDD;;;QAqCC;AAjFD;;;QA2CC;AA5FD;;;;QAgDC;AA7ED;;;QA4BC;AAvwCD;;;QA8CC;AA23DD;;QAwGC;AAr1BD;;;QA8CC;AAxJD;;;QAqDC;AA3zDD;;;QAwDC;AA2qDD;;;QAkCC;AA7iDD;;QAwBC;AAk7CD;;;QAsCC;AA7iCD;;QAwBC;AAuwDD;;;QA4BC;AAn1BD;;QA8BC;AAvjDD;;;QA+BC;AAg4CD;;;;QAyHC;AAhoBD;;;QA4BC;AA+bD;;;QA2CC;AAy3CD;;QAqBC;AAv3DD;;;QAyBC;AAjFD;;;QA0BC;AAmZD;;;QAwEC;AA1GD;;;QAiCC;AAzFD;;;QAgCC;AAxED;;;QAuCC;AA/ED;;;QAuCC;AA3ED;;;QAmCC;AAziCD;;QAuBC;AApPD;;;QA4BC;AAqlCD;;;QA6EC;AAxQD;;;QAwBC;AAwID;;;QA0BC;AAhQD;;;QAkCC;AA6DD;;;QAoDC;AAvkBD;;QAsDC;AAoiFD;;;QAeC;AA78ED;;QA6DC;AA+1DD;;;QA2BC;AA5oED;;;QA0BC;AAmWD;;QA2CC;AApoBD;;;QAyBC;AACD;;;QA2BC;AA6nDD;;;QAmDC;AAhmCD;;QA2CC;AApWD;;QAiDC;AApmBD;;;QA4BC;AAykBD;;QAkDC;AAzLD;;;;QA6BC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default ImageUploader;
|
|
3
|
-
declare function ImageUploader({ style, onStartUpload, onFinishUpload, public_id, children }: {
|
|
3
|
+
declare function ImageUploader({ style, disabled, onStartUpload, onFinishUpload, public_id, children }: {
|
|
4
4
|
style: any;
|
|
5
|
+
disabled: any;
|
|
5
6
|
onStartUpload: any;
|
|
6
7
|
onFinishUpload: any;
|
|
7
8
|
public_id: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/ImageUploader.js"],"names":[],"mappings":";;AAeA
|
|
1
|
+
{"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/ImageUploader.js"],"names":[],"mappings":";;AAeA;;;;;;;QAiIC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default Slider;
|
|
3
|
-
declare function Slider({ width, value, minimum_track_tint, minimum_value, maximum_track_tint, maximum_value, thumb_tint_color, onSlidingStart, onSlidingComplete }: {
|
|
3
|
+
declare function Slider({ width, value, minimum_track_tint, disabled, minimum_value, maximum_track_tint, maximum_value, thumb_tint_color, onSlidingStart, onSlidingComplete }: {
|
|
4
4
|
width: any;
|
|
5
5
|
value: any;
|
|
6
6
|
minimum_track_tint: any;
|
|
7
|
+
disabled: any;
|
|
7
8
|
minimum_value: any;
|
|
8
9
|
maximum_track_tint: any;
|
|
9
10
|
maximum_value: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Slider.js"],"names":[],"mappings":";;AAUA
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Slider.js"],"names":[],"mappings":";;AAUA;;;;;;;;;;;QA2BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Themed.js"],"names":[],"mappings":";;AAeA,sCAsEC;AAwDD,wCA6HC;AAED,
|
|
1
|
+
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../commonjs/Components/Themed.js"],"names":[],"mappings":";;AAeA,sCAsEC;AAwDD,wCA6HC;AAED,2CAkEC"}
|
|
@@ -12,9 +12,13 @@ export namespace CreateEngagementApi {
|
|
|
12
12
|
function getCompetitionOptions(): Promise<any>;
|
|
13
13
|
function createSquaresCompetition(squares_competition: any): Promise<any>;
|
|
14
14
|
function activateSquares(sq_comp_id: any): Promise<any>;
|
|
15
|
+
function createPoll(poll: any): Promise<any>;
|
|
16
|
+
function createPollCampaign(poll_campaign: any): Promise<any>;
|
|
17
|
+
function getMyAdminFlashCampaigns(): Promise<any>;
|
|
18
|
+
function getCompanyActiveFlashCampaigns(company_id: any): Promise<any>;
|
|
15
19
|
}
|
|
16
20
|
export namespace CreateEngagementHelpers {
|
|
17
|
-
function isStepValid(step: any, active_engagement: any, draft_competition: any, draft_squares: any): any[];
|
|
21
|
+
function isStepValid(step: any, active_engagement: any, draft_competition: any, draft_squares: any, draft_flash: any): any[];
|
|
18
22
|
function generateSquaresComp(): {
|
|
19
23
|
sq_comp_id: string;
|
|
20
24
|
sq_comp_name: string;
|
|
@@ -35,5 +39,40 @@ export namespace CreateEngagementHelpers {
|
|
|
35
39
|
create_datetime: string;
|
|
36
40
|
last_update_datetime: string;
|
|
37
41
|
};
|
|
42
|
+
function generateEmptyFlashCampaign(): {
|
|
43
|
+
poll_campaign_id: string;
|
|
44
|
+
name: string;
|
|
45
|
+
market_type: string;
|
|
46
|
+
admins: never[];
|
|
47
|
+
player_id: string;
|
|
48
|
+
company_id: string;
|
|
49
|
+
status: string;
|
|
50
|
+
phone: string;
|
|
51
|
+
total_responses: number;
|
|
52
|
+
create_datetime: string;
|
|
53
|
+
last_update_datetime: string;
|
|
54
|
+
campaign_type: string;
|
|
55
|
+
close_message_sent: boolean;
|
|
56
|
+
};
|
|
57
|
+
function generateFlashMarket(): {
|
|
58
|
+
poll_campaign_id: string;
|
|
59
|
+
poll_id: string;
|
|
60
|
+
poll_question: string;
|
|
61
|
+
max_stake: number;
|
|
62
|
+
minimum_stake: number;
|
|
63
|
+
market_type: string;
|
|
64
|
+
status: string;
|
|
65
|
+
base_stake: number;
|
|
66
|
+
require_resolution: boolean;
|
|
67
|
+
poll_type: string;
|
|
68
|
+
show_responses: boolean;
|
|
69
|
+
priority: number;
|
|
70
|
+
end_datetime: any;
|
|
71
|
+
manual_close_only: boolean;
|
|
72
|
+
stake_increase_allowed: boolean;
|
|
73
|
+
multi_responses_allowed: boolean;
|
|
74
|
+
create_datetime: string;
|
|
75
|
+
last_update_datetime: string;
|
|
76
|
+
};
|
|
38
77
|
}
|
|
39
78
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CreateEngagement/api/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/CreateEngagement/api/index.js"],"names":[],"mappings":";;IAekB,gCAOf;IACW,oCAOX;IACe;;;OAUf;IACY,gDAUZ;IACwB,iDAOxB;IACkB,8QAkBlB;IACsB,+CAWtB;IACyB,0EAUzB;IACgB,wDAShB;IACW,6CASX;IACmB,8DASnB;IACyB,kDAOzB;IAC+B,uEAQ/B;;;IAGY,6HAgEZ;IACoB;;;;;;;;;;;;;;;;;;;MAqBpB;IAC2B;;;;;;;;;;;;;;MAgB3B;IACoB;;;;;;;;;;;;;;;;;;;MAqBpB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/CreateEngagement/index.js"],"names":[],"mappings":";;AAsDA;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/CreateEngagement/index.js"],"names":[],"mappings":";;AAsDA;;;;;;;;;;;;;;QAgiBC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default FlashHolder;
|
|
3
|
-
declare function FlashHolder({ float, company_id, compact, style, default_poll_id, hide_timer, distinct_id, hide_footer, no_highlight, hide_tabs, parent_style, league_id, init_expanded, player_id, player, location, contest_type, contest_id, side_type, side_id, poll_id, onSelectCompactPoll, onRequestAuthenticate, onFocusPosition, onRequestLocation }: {
|
|
3
|
+
declare function FlashHolder({ float, poll_campaign_id, company_id, compact, style, default_poll_id, hide_timer, distinct_id, hide_footer, no_highlight, hide_tabs, parent_style, league_id, init_expanded, player_id, player, location, contest_type, contest_id, side_type, side_id, poll_id, onSelectCompactPoll, onRequestAuthenticate, onFocusPosition, onRequestLocation, onManageFlash }: {
|
|
4
4
|
float: any;
|
|
5
|
+
poll_campaign_id: any;
|
|
5
6
|
company_id: any;
|
|
6
7
|
compact: any;
|
|
7
8
|
style: any;
|
|
@@ -26,5 +27,6 @@ declare function FlashHolder({ float, company_id, compact, style, default_poll_i
|
|
|
26
27
|
onRequestAuthenticate: any;
|
|
27
28
|
onFocusPosition: any;
|
|
28
29
|
onRequestLocation: any;
|
|
30
|
+
onManageFlash: any;
|
|
29
31
|
}): any;
|
|
30
32
|
//# sourceMappingURL=FlashHolder.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlashHolder.d.ts","sourceRoot":"","sources":["../../../../commonjs/FlashMarket/FlashHolder.js"],"names":[],"mappings":";;AAkBA
|
|
1
|
+
{"version":3,"file":"FlashHolder.d.ts","sourceRoot":"","sources":["../../../../commonjs/FlashMarket/FlashHolder.js"],"names":[],"mappings":";;AAkBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;QA4cC"}
|
|
@@ -6,6 +6,7 @@ export namespace FlashMarketApi {
|
|
|
6
6
|
poll_options: any;
|
|
7
7
|
poll_summaries: any;
|
|
8
8
|
} | undefined>;
|
|
9
|
+
function getPollsByCampaignId(poll_campaign_id: any): Promise<any>;
|
|
9
10
|
function getActiveFlashMarkets(): Promise<any>;
|
|
10
11
|
function getActiveMarkets(company_id: any): Promise<any>;
|
|
11
12
|
function getActiveLinkedFlashMarkets(league_id: any, contest_type: any, contest_id: any, side_type: any, side_id: any): Promise<any>;
|
|
@@ -19,6 +20,7 @@ export namespace FlashAdminApi {
|
|
|
19
20
|
}
|
|
20
21
|
export namespace FlashMarketHelpers {
|
|
21
22
|
function toWin(stake: any, parimutuel_odds: any): number;
|
|
23
|
+
function isNewValid(options: any, summaries: any, poll: any): string[];
|
|
22
24
|
function getResponseStats(option: any, poll_response: any): {
|
|
23
25
|
stake: number;
|
|
24
26
|
potential_winnings: number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/FlashMarket/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAMf;IACY;;;;mBAgBZ;IACsB,+CAQtB;IACiB,yDAUjB;IAC4B,qIAQ5B;IACoB,kEAOpB;IACuB,qEAOvB;IACc,6FAYd;;;IAGW,6CASX;IACU,2FAWV;;;IAGM,yDAKN;IACiB;;;;;MAoBjB;IACsB,qEAStB;IACe,4FAOf;IACgB,qDAMhB;IACS;;MAYT;IACQ,2FAyBR"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/FlashMarket/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAMf;IACY;;;;mBAgBZ;IACqB,mEAOrB;IACsB,+CAQtB;IACiB,yDAUjB;IAC4B,qIAQ5B;IACoB,kEAOpB;IACuB,qEAOvB;IACc,6FAYd;;;IAGW,6CASX;IACU,2FAWV;;;IAGM,yDAKN;IACW,uEAiCX;IACiB;;;;;MAoBjB;IACsB,qEAStB;IACe,4FAOf;IACgB,qDAMhB;IACS;;MAYT;IACQ,2FAyBR"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default FlashOptionCard;
|
|
3
|
+
declare function FlashOptionCard({ poll, poll_option, probability_locked, summary, onUpdateOption, onLockProbability, onChangeProbability, onSelectWinningOption }: {
|
|
4
|
+
poll: any;
|
|
5
|
+
poll_option: any;
|
|
6
|
+
probability_locked: any;
|
|
7
|
+
summary: any;
|
|
8
|
+
onUpdateOption: any;
|
|
9
|
+
onLockProbability: any;
|
|
10
|
+
onChangeProbability: any;
|
|
11
|
+
onSelectWinningOption: any;
|
|
12
|
+
}): any;
|
|
13
|
+
//# sourceMappingURL=FlashOptionCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlashOptionCard.d.ts","sourceRoot":"","sources":["../../../../../commonjs/FlashMarket/components/FlashOptionCard.js"],"names":[],"mappings":";;AAeA;;;;;;;;;QAuPC"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export const __esModule: boolean;
|
|
2
|
+
export default ManageFlashMarket;
|
|
3
|
+
declare function ManageFlashMarket({ float, header_style, player, onClose, poll_id, onFocusPosition }: {
|
|
4
|
+
float: any;
|
|
5
|
+
header_style: any;
|
|
6
|
+
player: any;
|
|
7
|
+
onClose: any;
|
|
8
|
+
poll_id: any;
|
|
9
|
+
onFocusPosition: any;
|
|
10
|
+
}): any;
|
|
11
|
+
//# sourceMappingURL=ManageFlashMarket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageFlashMarket.d.ts","sourceRoot":"","sources":["../../../../../commonjs/FlashMarket/components/ManageFlashMarket.js"],"names":[],"mappings":";;AAqBA;;;;;;;QAosCC"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default FlashMarket;
|
|
3
|
-
declare function FlashMarket({ loading, poll, hide_footer, hide_timer, poll_options, poll_summaries, poll_campaign, flash_market_fees, hide_image, init_expanded, card_style, header_style, footer_style, onReload, location, player, player_id, onRequestAuthenticate, onFocusPosition, onRequestLocation }: {
|
|
3
|
+
declare function FlashMarket({ loading, poll, hide_footer, hide_timer, poll_options, poll_summaries, poll_campaign, flash_market_fees, hide_image, init_expanded, card_style, header_style, footer_style, onReload, location, player, player_id, onManageFlash, onRequestAuthenticate, onFocusPosition, onRequestLocation }: {
|
|
4
4
|
loading: any;
|
|
5
5
|
poll: any;
|
|
6
6
|
hide_footer: any;
|
|
@@ -18,6 +18,7 @@ declare function FlashMarket({ loading, poll, hide_footer, hide_timer, poll_opti
|
|
|
18
18
|
location: any;
|
|
19
19
|
player: any;
|
|
20
20
|
player_id: any;
|
|
21
|
+
onManageFlash: any;
|
|
21
22
|
onRequestAuthenticate: any;
|
|
22
23
|
onFocusPosition: any;
|
|
23
24
|
onRequestLocation: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/FlashMarket/index.js"],"names":[],"mappings":";;AAiBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/FlashMarket/index.js"],"names":[],"mappings":";;AAiBA;;;;;;;;;;;;;;;;;;;;;;QAo0BC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Group/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAOf;IACY,kFAYZ;IACc,oDAUd;IACY,kDAUZ;IACa,mDAQb;IACkB,4DASlB;IACa,0DASb;IACe,4DASf;IACW,wDASX;IACc,2DASd;IACK,6DAUL;IACM,mDASN;IACY,+CAUZ;IACgB,wDAYhB;IACkB,4EAOlB;IACsB,+CAGtB;IACsB,4DAatB;IACuB,0EAavB;IACe,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Group/api/index.js"],"names":[],"mappings":";;IAgBkB,gCAOf;IACY,kFAYZ;IACc,oDAUd;IACY,kDAUZ;IACa,mDAQb;IACkB,4DASlB;IACa,0DASb;IACe,4DASf;IACW,wDASX;IACc,2DASd;IACK,6DAUL;IACM,mDASN;IACY,+CAUZ;IACgB,wDAYhB;IACkB,4EAOlB;IACsB,+CAGtB;IACsB,4DAatB;IACuB,0EAavB;IACe,qDAUf;IACgB,mEAOhB;IACiB,uDAOjB;IACkB,qEAOlB;IACe,sDAaf;IACkB,qEAQlB;IACc,qDAUd;;;IAGY;;;MAyBZ;IACsB,kJA4BtB;IACc;;;;;;;;;;;;;;;;MAkBd;IACY,4DAoBZ;IACmB;;;;;;;;;;;;;MAyBnB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export const __esModule: boolean;
|
|
2
2
|
export default GroupComponent;
|
|
3
|
-
declare function GroupComponent({ refresh_key, group_id, player, mode, init_invite_code, onViewComments, onCopyOrder, onFadeOrder, onSelectArticle, onSelectImage, onSelectTag, onCreateEngagement, onRequestAuthenticate, onFocusPosition, onShareGroup, onInvitePlayer, onSelectCompetition, onSelectChat, onSelectPlayer, onNudgePlayer, onSelectPollCampaign, onSelectSquaresCompetition }: {
|
|
3
|
+
declare function GroupComponent({ refresh_key, group_id, player, mode, init_invite_code, onViewComments, onCopyOrder, onSelectFlashMarket, onFadeOrder, onSelectArticle, onSelectImage, onSelectTag, onCreateEngagement, onRequestAuthenticate, onFocusPosition, onShareGroup, onInvitePlayer, onSelectCompetition, onSelectChat, onSelectPlayer, onNudgePlayer, onSelectPollCampaign, onSelectSquaresCompetition }: {
|
|
4
4
|
refresh_key: any;
|
|
5
5
|
group_id: any;
|
|
6
6
|
player: any;
|
|
@@ -8,6 +8,7 @@ declare function GroupComponent({ refresh_key, group_id, player, mode, init_invi
|
|
|
8
8
|
init_invite_code: any;
|
|
9
9
|
onViewComments: any;
|
|
10
10
|
onCopyOrder: any;
|
|
11
|
+
onSelectFlashMarket: any;
|
|
11
12
|
onFadeOrder: any;
|
|
12
13
|
onSelectArticle: any;
|
|
13
14
|
onSelectImage: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Group/index.js"],"names":[],"mappings":";;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../commonjs/Group/index.js"],"names":[],"mappings":";;AA0CA;;;;;;;;;;;;;;;;;;;;;;;;QAoxCC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Poll/api/index.js"],"names":[],"mappings":";;IAYkB,gCAGf;IACsB,8DAKtB;IACmB,8DAKnB;IACmB,8DAKnB;IACoB,kEAGpB;IACoB,2EAMpB;IACkB,gEAKlB;IACiB,+DAKjB;IACoB,kEAKpB;IACmB,iEAKnB;IAC2B,4FAG3B;IACuB,kFAGvB;IAC8B,0FAG9B;;;IAGmB,0FA4BnB;IACY,yCAuBZ;;;IAGW,6CAKX;IACW;;;OAQX;IACa;;;OAQb;IACU,2FAOV;IACW,gDAKX;IACqB;;;OAMrB;IACqB,+FAMrB;IAC2B,sFAG3B;IACY;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../commonjs/Poll/api/index.js"],"names":[],"mappings":";;IAYkB,gCAGf;IACsB,8DAKtB;IACmB,8DAKnB;IACmB,8DAKnB;IACoB,kEAGpB;IACoB,2EAMpB;IACkB,gEAKlB;IACiB,+DAKjB;IACoB,kEAKpB;IACmB,iEAKnB;IAC2B,4FAG3B;IACuB,kFAGvB;IAC8B,0FAG9B;;;IAGmB,0FA4BnB;IACY,yCAuBZ;;;IAGW,6CAKX;IACW;;;OAQX;IACa;;;OAQb;IACU,2FAOV;IACW,gDAKX;IACqB;;;OAMrB;IACqB,+FAMrB;IAC2B,sFAG3B;IACY;;;;OAYZ;;;IAGwB,2EAGxB;IACuB,uEAKvB;IACuB,uEAKvB;;;IAGc,sEAWd;IACmB,8DAKnB;IACoB,yDAGpB;IACsB,wEAGtB;IAC0B,qFAG1B;IACuB,qEAGvB;;;IAGe,0DAyBf;IACY,oFAeZ;IAC4B,mEAW5B;;;IAGiB,0DAKjB;IACiB,0DAKjB;IACwB,8DASxB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../commonjs/constants/useColors.js"],"names":[],"mappings":";AASA
|
|
1
|
+
{"version":3,"file":"useColors.d.ts","sourceRoot":"","sources":["../../../../commonjs/constants/useColors.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA2LC"}
|
|
@@ -66,6 +66,7 @@ export const LinearGradient: typeof _expoLinearGradient.LinearGradient;
|
|
|
66
66
|
export const LocationTracker: any;
|
|
67
67
|
export const ManageBracketCompetitionForm: any;
|
|
68
68
|
export const ManageFilter: any;
|
|
69
|
+
export const ManageFlashMarket: any;
|
|
69
70
|
export const MarketComponents: any;
|
|
70
71
|
export const MarketMaker: any;
|
|
71
72
|
export const MyWallet: any;
|
|
@@ -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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAgZA,2BAAkE;AAElE,iCAA8E"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default BETimePicker;
|
|
2
|
+
declare function BETimePicker({ selected_time, onSelectTime, disabled }: {
|
|
3
|
+
selected_time: any;
|
|
4
|
+
onSelectTime: any;
|
|
5
|
+
disabled: any;
|
|
6
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
7
|
+
import React from "react";
|
|
8
|
+
//# sourceMappingURL=BETimePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BETimePicker.d.ts","sourceRoot":"","sources":["../../../../module/Components/BETimePicker.js"],"names":[],"mappings":";AAOA;;;;kGA4FC;kBAnG+B,OAAO"}
|
|
@@ -71,6 +71,7 @@ declare namespace _default {
|
|
|
71
71
|
export { TVIcon };
|
|
72
72
|
export { PlusCircleIcon };
|
|
73
73
|
export { PausedIcon };
|
|
74
|
+
export { LockOpenIcon };
|
|
74
75
|
export { TwitterXIcon };
|
|
75
76
|
export { RefreshIcon };
|
|
76
77
|
export { ChangeIcon };
|
|
@@ -378,6 +379,10 @@ declare function PausedIcon({ color, size }: {
|
|
|
378
379
|
color: any;
|
|
379
380
|
size: any;
|
|
380
381
|
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
382
|
+
declare function LockOpenIcon({ color, size }: {
|
|
383
|
+
color: any;
|
|
384
|
+
size: any;
|
|
385
|
+
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
381
386
|
declare function TwitterXIcon({ size }: {
|
|
382
387
|
size: any;
|
|
383
388
|
}): React.CElement<import("react-native-svg").SvgProps | Readonly<import("react-native-svg").SvgProps>, Svg>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../module/Components/Icons.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../module/Components/Icons.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+LA;;;6GAwBC;AAs0FD;;;6GA6BC;AA3zED;;;6GAiCC;AAmzED;;;6GA2CC;AA3nGD;;;6GAqCC;AA0wGD;;;6GAyBC;AACD;;;6GAwBC;AA5ED;;;6GAyBC;AAlKD;;;6GAqCC;AA0BD;;;6GA+CC;AAxED;;;6GAwBC;AAjYD;;;6GA2BC;AAxhCD;;;6GAyBC;AAs5CD;;;6GAyBC;AAhYD;;;6GAkCC;AA5bD;;;6GA4BC;AAxjCD;;;6GAsBC;AAokDD;;;6GAuBC;AAxJD;;;6GAwBC;AAxtBD;;;6GA4BC;AAoQD;;;6GAqCC;AA5FD;;;6GAyBC;AAvFD;;;6GA6DC;AA3ID;;;6GA8BC;AA99DD;;6GA4BC;AACD;;6GAgCC;AACD;;;6GAsBC;AA8oED;;;6GAkCC;AACD;;;6GAmCC;AAnsDD;;;6GAkCC;AAq7DD;;;6GAyBC;AApID;;;6GA8CC;AA5lBD;;;6GA4BC;AA9iCD;;;6GAmCC;AAkqDD;;;6GAyBC;AA/uBD;;;6GAkCC;AA7FD;;;6GA6BC;AAoJD;;;6GAuBC;AA9CD;;;6GAsBC;AAt0ED;;;6GAkCC;AAwlFD;;;6GAkCC;AA7hBD;;;6GAsBC;AAngED;;;6GAuBC;AAktBD;;;6GAuBC;AAjmBD;;;;6GA+BC;AAywDD;;;6GAqCC;AAjFD;;;6GA2CC;AA5FD;;;;6GAgDC;AA7ED;;;6GA4BC;AAvwCD;;;6GA8CC;AA23DD;;6GAwGC;AAr1BD;;;6GA8CC;AAxJD;;;6GAqDC;AA3zDD;;;6GAwDC;AA2qDD;;;6GAkCC;AA7iDD;;6GAwBC;AAk7CD;;;6GAsCC;AA7iCD;;6GAwBC;AAuwDD;;;6GA4BC;AAn1BD;;6GA8BC;AAvjDD;;;6GA+BC;AAg4CD;;;;6GAyHC;AAhoBD;;;6GA4BC;AA+bD;;;6GA2CC;AAy3CD;;6GAqBC;AAv3DD;;;6GAyBC;AAjFD;;;6GA0BC;AAmZD;;;6GAwEC;AA1GD;;;6GAiCC;AAzFD;;;6GAgCC;AAxED;;;6GAuCC;AA/ED;;;6GAuCC;AA3ED;;;6GAmCC;AAziCD;;6GAuBC;AApPD;;;6GA4BC;AAqlCD;;;6GA6EC;AAxQD;;;6GAwBC;AAwID;;;6GA0BC;AAhQD;;;6GAkCC;AA6DD;;;6GAoDC;AAvkBD;;6GAsDC;AAoiFD;;;6GAeC;AA78ED;;6GA6DC;AA+1DD;;;6GA2BC;AA5oED;;;6GA0BC;AAmWD;;6GA2CC;AApoBD;;;6GAyBC;AACD;;;6GA2BC;AA6nDD;;;6GAmDC;AAhmCD;;6GA2CC;AApWD;;6GAiDC;AApmBD;;;6GA4BC;AAykBD;;6GAkDC;AAzLD;;;;6GA6BC;gBAliB4G,kBAAkB;kBAF7G,OAAO"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export default ImageUploader;
|
|
2
|
-
declare function ImageUploader({ style, onStartUpload, onFinishUpload, public_id, children }: {
|
|
2
|
+
declare function ImageUploader({ style, disabled, onStartUpload, onFinishUpload, public_id, children }: {
|
|
3
3
|
style: any;
|
|
4
|
+
disabled: any;
|
|
4
5
|
onStartUpload: any;
|
|
5
6
|
onFinishUpload: any;
|
|
6
7
|
public_id: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../module/Components/ImageUploader.js"],"names":[],"mappings":";AAOA
|
|
1
|
+
{"version":3,"file":"ImageUploader.d.ts","sourceRoot":"","sources":["../../../../module/Components/ImageUploader.js"],"names":[],"mappings":";AAOA;;;;;;;oIAiIC;kBArIiB,OAAO"}
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
export default Slider;
|
|
2
|
-
declare function Slider({ width, value, minimum_track_tint, minimum_value, maximum_track_tint, maximum_value, thumb_tint_color, onSlidingStart, onSlidingComplete }: {
|
|
2
|
+
declare function Slider({ width, value, minimum_track_tint, disabled, minimum_value, maximum_track_tint, maximum_value, thumb_tint_color, onSlidingStart, onSlidingComplete }: {
|
|
3
3
|
width: any;
|
|
4
4
|
value: any;
|
|
5
5
|
minimum_track_tint: any;
|
|
6
|
+
disabled: any;
|
|
6
7
|
minimum_value: any;
|
|
7
8
|
maximum_track_tint: any;
|
|
8
9
|
maximum_value: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../module/Components/Slider.js"],"names":[],"mappings":";AAGA
|
|
1
|
+
{"version":3,"file":"Slider.d.ts","sourceRoot":"","sources":["../../../../module/Components/Slider.js"],"names":[],"mappings":";AAGA;;;;;;;;;;;mFA2BC;qBA7BoB,gCAAgC;kBADnC,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../module/Components/Themed.js"],"names":[],"mappings":"AAMA,gGAsEC;AACD,6EAsDG;AACI,oJA6HN;AACM,+
|
|
1
|
+
{"version":3,"file":"Themed.d.ts","sourceRoot":"","sources":["../../../../module/Components/Themed.js"],"names":[],"mappings":"AAMA,gGAsEC;AACD,6EAsDG;AACI,oJA6HN;AACM,+GAkEN;oCAlUiK,cAAc;kBAD3H,OAAO;oCACsG,cAAc;8CAAd,cAAc"}
|
|
@@ -11,9 +11,13 @@ export namespace CreateEngagementApi {
|
|
|
11
11
|
function getCompetitionOptions(): Promise<any>;
|
|
12
12
|
function createSquaresCompetition(squares_competition: any): Promise<any>;
|
|
13
13
|
function activateSquares(sq_comp_id: any): Promise<any>;
|
|
14
|
+
function createPoll(poll: any): Promise<any>;
|
|
15
|
+
function createPollCampaign(poll_campaign: any): Promise<any>;
|
|
16
|
+
function getMyAdminFlashCampaigns(): Promise<any>;
|
|
17
|
+
function getCompanyActiveFlashCampaigns(company_id: any): Promise<any>;
|
|
14
18
|
}
|
|
15
19
|
export namespace CreateEngagementHelpers {
|
|
16
|
-
function isStepValid(step: any, active_engagement: any, draft_competition: any, draft_squares: any): any[];
|
|
20
|
+
function isStepValid(step: any, active_engagement: any, draft_competition: any, draft_squares: any, draft_flash: any): any[];
|
|
17
21
|
function generateSquaresComp(): {
|
|
18
22
|
sq_comp_id: string;
|
|
19
23
|
sq_comp_name: string;
|
|
@@ -34,5 +38,41 @@ export namespace CreateEngagementHelpers {
|
|
|
34
38
|
create_datetime: string;
|
|
35
39
|
last_update_datetime: string;
|
|
36
40
|
};
|
|
41
|
+
function generateEmptyFlashCampaign(): {
|
|
42
|
+
poll_campaign_id: string;
|
|
43
|
+
name: string;
|
|
44
|
+
market_type: string;
|
|
45
|
+
admins: never[];
|
|
46
|
+
player_id: string;
|
|
47
|
+
company_id: string;
|
|
48
|
+
status: string;
|
|
49
|
+
phone: string;
|
|
50
|
+
total_responses: number;
|
|
51
|
+
create_datetime: string;
|
|
52
|
+
last_update_datetime: string;
|
|
53
|
+
campaign_type: string;
|
|
54
|
+
close_message_sent: boolean;
|
|
55
|
+
};
|
|
56
|
+
function generateFlashMarket(): {
|
|
57
|
+
poll_campaign_id: string;
|
|
58
|
+
poll_id: string;
|
|
59
|
+
poll_question: string;
|
|
60
|
+
max_stake: number;
|
|
61
|
+
minimum_stake: number;
|
|
62
|
+
market_type: string;
|
|
63
|
+
status: string;
|
|
64
|
+
base_stake: number;
|
|
65
|
+
require_resolution: boolean;
|
|
66
|
+
poll_type: string;
|
|
67
|
+
show_responses: boolean;
|
|
68
|
+
priority: number;
|
|
69
|
+
end_datetime: moment.Moment;
|
|
70
|
+
manual_close_only: boolean;
|
|
71
|
+
stake_increase_allowed: boolean;
|
|
72
|
+
multi_responses_allowed: boolean;
|
|
73
|
+
create_datetime: string;
|
|
74
|
+
last_update_datetime: string;
|
|
75
|
+
};
|
|
37
76
|
}
|
|
77
|
+
import moment from "moment-mini";
|
|
38
78
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/CreateEngagement/api/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/CreateEngagement/api/index.js"],"names":[],"mappings":";IASkB,gCAOf;IACW,oCAOX;IACe;;;OAUf;IACY,gDAUZ;IACwB,iDAOxB;IACkB,8QAkBlB;IACsB,+CAWtB;IACyB,0EAUzB;IACgB,wDAShB;IACW,6CASX;IACmB,8DASnB;IACyB,kDAOzB;IAC+B,uEAQ/B;;;IAGY,6HAgEZ;IACoB;;;;;;;;;;;;;;;;;;;MAqBpB;IAC2B;;;;;;;;;;;;;;MAgB3B;IACoB;;;;;;;;;;;;;;;;;;;MAqBpB;;mBA7QgB,aAAa"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/CreateEngagement/index.js"],"names":[],"mappings":";AA8CA;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/CreateEngagement/index.js"],"names":[],"mappings":";AA8CA;;;;;;;;;;;;;;kGAgiBC;kBA9kB0C,OAAO"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export default FlashHolder;
|
|
2
|
-
declare function FlashHolder({ float, company_id, compact, style, default_poll_id, hide_timer, distinct_id, hide_footer, no_highlight, hide_tabs, parent_style, league_id, init_expanded, player_id, player, location, contest_type, contest_id, side_type, side_id, poll_id, onSelectCompactPoll, onRequestAuthenticate, onFocusPosition, onRequestLocation }: {
|
|
2
|
+
declare function FlashHolder({ float, poll_campaign_id, company_id, compact, style, default_poll_id, hide_timer, distinct_id, hide_footer, no_highlight, hide_tabs, parent_style, league_id, init_expanded, player_id, player, location, contest_type, contest_id, side_type, side_id, poll_id, onSelectCompactPoll, onRequestAuthenticate, onFocusPosition, onRequestLocation, onManageFlash }: {
|
|
3
3
|
float: any;
|
|
4
|
+
poll_campaign_id: any;
|
|
4
5
|
company_id: any;
|
|
5
6
|
compact: any;
|
|
6
7
|
style: any;
|
|
@@ -25,6 +26,7 @@ declare function FlashHolder({ float, company_id, compact, style, default_poll_i
|
|
|
25
26
|
onRequestAuthenticate: any;
|
|
26
27
|
onFocusPosition: any;
|
|
27
28
|
onRequestLocation: any;
|
|
29
|
+
onManageFlash: any;
|
|
28
30
|
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
29
31
|
import React from 'react';
|
|
30
32
|
//# sourceMappingURL=FlashHolder.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"FlashHolder.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/FlashHolder.js"],"names":[],"mappings":";AAUA
|
|
1
|
+
{"version":3,"file":"FlashHolder.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/FlashHolder.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;;;;;;;;;;;;;;;;;kGA4cC;kBAtdkD,OAAO"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export namespace FlashMarketHelpers {
|
|
2
2
|
function toWin(stake: any, parimutuel_odds: any): number;
|
|
3
|
+
function isNewValid(options: any, summaries: any, poll: any): string[];
|
|
3
4
|
function getResponseStats(option: any, poll_response: any): {
|
|
4
5
|
stake: number;
|
|
5
6
|
potential_winnings: number;
|
|
@@ -21,6 +22,7 @@ export namespace FlashMarketApi {
|
|
|
21
22
|
poll_options: any;
|
|
22
23
|
poll_summaries: any;
|
|
23
24
|
} | undefined>;
|
|
25
|
+
function getPollsByCampaignId(poll_campaign_id: any): Promise<any>;
|
|
24
26
|
function getActiveFlashMarkets(): Promise<any>;
|
|
25
27
|
function getActiveMarkets(company_id: any): Promise<any>;
|
|
26
28
|
function getActiveLinkedFlashMarkets(league_id: any, contest_type: any, contest_id: any, side_type: any, side_id: any): Promise<any>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/api/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/api/index.js"],"names":[],"mappings":";IA+HS,yDAKN;IACW,uEAiCX;IACiB;;;;;MAoBjB;IACsB,qEAStB;IACe,4FAOf;IACgB,qDAMhB;IACS;;MAYT;IACQ,2FAyBR;;;IAhPe,gCAMf;IACY;;;;mBAgBZ;IACqB,mEAOrB;IACsB,+CAQtB;IACiB,yDAUjB;IAC4B,qIAQ5B;IACoB,kEAOpB;IACuB,qEAOvB;IACc,6FAYd;;;IAGW,6CASX;IACU,2FAWV"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default FlashOptionCard;
|
|
2
|
+
declare function FlashOptionCard({ poll, poll_option, probability_locked, summary, onUpdateOption, onLockProbability, onChangeProbability, onSelectWinningOption }: {
|
|
3
|
+
poll: any;
|
|
4
|
+
poll_option: any;
|
|
5
|
+
probability_locked: any;
|
|
6
|
+
summary: any;
|
|
7
|
+
onUpdateOption: any;
|
|
8
|
+
onLockProbability: any;
|
|
9
|
+
onChangeProbability: any;
|
|
10
|
+
onSelectWinningOption: any;
|
|
11
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
12
|
+
import React from 'react';
|
|
13
|
+
//# sourceMappingURL=FlashOptionCard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FlashOptionCard.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/FlashOptionCard.js"],"names":[],"mappings":";AAQA;;;;;;;;;kGAuPC;kBA/PiB,OAAO"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default ManageFlashMarket;
|
|
2
|
+
declare function ManageFlashMarket({ float, header_style, player, onClose, poll_id, onFocusPosition }: {
|
|
3
|
+
float: any;
|
|
4
|
+
header_style: any;
|
|
5
|
+
player: any;
|
|
6
|
+
onClose: any;
|
|
7
|
+
poll_id: any;
|
|
8
|
+
onFocusPosition: any;
|
|
9
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
10
|
+
import React from 'react';
|
|
11
|
+
//# sourceMappingURL=ManageFlashMarket.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ManageFlashMarket.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/ManageFlashMarket.js"],"names":[],"mappings":";AAaA;;;;;;;kGAosCC;kBAjtC0C,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default FlashMarket;
|
|
2
|
-
declare function FlashMarket({ loading, poll, hide_footer, hide_timer, poll_options, poll_summaries, poll_campaign, flash_market_fees, hide_image, init_expanded, card_style, header_style, footer_style, onReload, location, player, player_id, onRequestAuthenticate, onFocusPosition, onRequestLocation }: {
|
|
2
|
+
declare function FlashMarket({ loading, poll, hide_footer, hide_timer, poll_options, poll_summaries, poll_campaign, flash_market_fees, hide_image, init_expanded, card_style, header_style, footer_style, onReload, location, player, player_id, onManageFlash, onRequestAuthenticate, onFocusPosition, onRequestLocation }: {
|
|
3
3
|
loading: any;
|
|
4
4
|
poll: any;
|
|
5
5
|
hide_footer: any;
|
|
@@ -17,6 +17,7 @@ declare function FlashMarket({ loading, poll, hide_footer, hide_timer, poll_opti
|
|
|
17
17
|
location: any;
|
|
18
18
|
player: any;
|
|
19
19
|
player_id: any;
|
|
20
|
+
onManageFlash: any;
|
|
20
21
|
onRequestAuthenticate: any;
|
|
21
22
|
onFocusPosition: any;
|
|
22
23
|
onRequestLocation: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";AASA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;;;;;;;;;mGAo0BC;kBA70B0C,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Group/api/index.js"],"names":[],"mappings":";IAUkB,gCAOf;IACY,kFAYZ;IACc,oDAUd;IACY,kDAUZ;IACa,mDAQb;IACkB,4DASlB;IACa,0DASb;IACe,4DASf;IACW,wDASX;IACc,2DASd;IACK,6DAUL;IACM,mDASN;IACY,+CAUZ;IACgB,wDAYhB;IACkB,4EAOlB;IACsB,+CAGtB;IACsB,4DAatB;IACuB,0EAavB;IACe,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Group/api/index.js"],"names":[],"mappings":";IAUkB,gCAOf;IACY,kFAYZ;IACc,oDAUd;IACY,kDAUZ;IACa,mDAQb;IACkB,4DASlB;IACa,0DASb;IACe,4DASf;IACW,wDASX;IACc,2DASd;IACK,6DAUL;IACM,mDASN;IACY,+CAUZ;IACgB,wDAYhB;IACkB,4EAOlB;IACsB,+CAGtB;IACsB,4DAatB;IACuB,0EAavB;IACe,qDAUf;IACgB,mEAOhB;IACiB,uDAOjB;IACkB,qEAOlB;IACe,sDAaf;IACkB,qEAQlB;IACc,qDAUd;;;IAGY;;;MAyBZ;IACsB,kJA4BtB;IACc;;;;;;;;;;;;;;;;MAkBd;IACY,4DAoBZ;IACmB;;;;;;;;;;;;;MAyBnB"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export default GroupComponent;
|
|
2
|
-
declare function GroupComponent({ refresh_key, group_id, player, mode, init_invite_code, onViewComments, onCopyOrder, onFadeOrder, onSelectArticle, onSelectImage, onSelectTag, onCreateEngagement, onRequestAuthenticate, onFocusPosition, onShareGroup, onInvitePlayer, onSelectCompetition, onSelectChat, onSelectPlayer, onNudgePlayer, onSelectPollCampaign, onSelectSquaresCompetition }: {
|
|
2
|
+
declare function GroupComponent({ refresh_key, group_id, player, mode, init_invite_code, onViewComments, onCopyOrder, onSelectFlashMarket, onFadeOrder, onSelectArticle, onSelectImage, onSelectTag, onCreateEngagement, onRequestAuthenticate, onFocusPosition, onShareGroup, onInvitePlayer, onSelectCompetition, onSelectChat, onSelectPlayer, onNudgePlayer, onSelectPollCampaign, onSelectSquaresCompetition }: {
|
|
3
3
|
refresh_key: any;
|
|
4
4
|
group_id: any;
|
|
5
5
|
player: any;
|
|
@@ -7,6 +7,7 @@ declare function GroupComponent({ refresh_key, group_id, player, mode, init_invi
|
|
|
7
7
|
init_invite_code: any;
|
|
8
8
|
onViewComments: any;
|
|
9
9
|
onCopyOrder: any;
|
|
10
|
+
onSelectFlashMarket: any;
|
|
10
11
|
onFadeOrder: any;
|
|
11
12
|
onSelectArticle: any;
|
|
12
13
|
onSelectImage: any;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Group/index.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Group/index.js"],"names":[],"mappings":";AAkCA;;;;;;;;;;;;;;;;;;;;;;;;kGAoxCC;kBAtzC0C,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/api/index.js"],"names":[],"mappings":";IAMkB,gCAGf;IACsB,8DAKtB;IACmB,8DAKnB;IACmB,8DAKnB;IACoB,kEAGpB;IACoB,2EAMpB;IACkB,gEAKlB;IACiB,+DAKjB;IACoB,kEAKpB;IACmB,iEAKnB;IAC2B,4FAG3B;IACuB,kFAGvB;IAC8B,0FAG9B;;;IAGmB,0FA4BnB;IACY,yCAuBZ;;;IAGW,6CAKX;IACW;;;OAQX;IACa;;;OAQb;IACU,2FAOV;IACW,gDAKX;IACqB;;;OAMrB;IACqB,+FAMrB;IAC2B,sFAG3B;IACY;;;;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/Poll/api/index.js"],"names":[],"mappings":";IAMkB,gCAGf;IACsB,8DAKtB;IACmB,8DAKnB;IACmB,8DAKnB;IACoB,kEAGpB;IACoB,2EAMpB;IACkB,gEAKlB;IACiB,+DAKjB;IACoB,kEAKpB;IACmB,iEAKnB;IAC2B,4FAG3B;IACuB,kFAGvB;IAC8B,0FAG9B;;;IAGmB,0FA4BnB;IACY,yCAuBZ;;;IAGW,6CAKX;IACW;;;OAQX;IACa;;;OAQb;IACU,2FAOV;IACW,gDAKX;IACqB;;;OAMrB;IACqB,+FAMrB;IAC2B,sFAG3B;IACY;;;;OAYZ;;;IAGwB,2EAGxB;IACuB,uEAKvB;IACuB,uEAKvB;;;IA+FiB,0DAKjB;IACiB,0DAKjB;IACwB,8DASxB;;;IAjHc,sEAWd;IACmB,8DAKnB;IACoB,yDAGpB;IACsB,wEAGtB;IAC0B,qFAG1B;IACuB,qEAGvB;;;IAGe,6DAyBf;IACY,oFAeZ;IAC4B,mEAW5B"}
|