be-components 7.6.3 → 7.6.5
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/Spring.js +9 -52
- package/lib/commonjs/Components/Spring.js.map +1 -1
- package/lib/commonjs/NotificationManager/NotificationManagerTabs.js +188 -0
- package/lib/commonjs/NotificationManager/NotificationManagerTabs.js.map +1 -0
- package/lib/commonjs/NotificationManager/api/index.js +237 -7
- package/lib/commonjs/NotificationManager/api/index.js.map +1 -1
- package/lib/commonjs/NotificationManager/components/GroupManagement.js +1038 -0
- package/lib/commonjs/NotificationManager/components/GroupManagement.js.map +1 -0
- package/lib/commonjs/NotificationManager/components/JobManagement.js +783 -0
- package/lib/commonjs/NotificationManager/components/JobManagement.js.map +1 -0
- package/lib/commonjs/NotificationManager/components/ScheduleNotification.js +407 -0
- package/lib/commonjs/NotificationManager/components/ScheduleNotification.js.map +1 -0
- package/lib/commonjs/NotificationManager/components/index.js +56 -0
- package/lib/commonjs/NotificationManager/components/index.js.map +1 -0
- package/lib/commonjs/NotificationManager/components/shared/DateTimePicker.js +113 -0
- package/lib/commonjs/NotificationManager/components/shared/DateTimePicker.js.map +1 -0
- package/lib/commonjs/NotificationManager/components/shared/GroupSelector.js +191 -0
- package/lib/commonjs/NotificationManager/components/shared/GroupSelector.js.map +1 -0
- package/lib/commonjs/NotificationManager/components/shared/NotificationBuilderForm.js +509 -0
- package/lib/commonjs/NotificationManager/components/shared/NotificationBuilderForm.js.map +1 -0
- package/lib/commonjs/NotificationManager/components/shared/StatusBadge.js +69 -0
- package/lib/commonjs/NotificationManager/components/shared/StatusBadge.js.map +1 -0
- package/lib/commonjs/NotificationManager/index.js +38 -23
- package/lib/commonjs/NotificationManager/index.js.map +1 -1
- package/lib/commonjs/Notifications/index.js +2 -2
- package/lib/commonjs/Notifications/index.js.map +1 -1
- package/lib/commonjs/ProfileManager/Components/BettorVouch.js +1 -1
- package/lib/commonjs/ProfileManager/Components/BettorVouch.js.map +1 -1
- package/lib/commonjs/SocialComponents/PostCard/index.js +1 -1
- package/lib/commonjs/SocialComponents/PostCard/index.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 +2 -0
- package/lib/commonjs/types.d.js.map +1 -1
- package/lib/module/Components/Spring.js +10 -53
- package/lib/module/Components/Spring.js.map +1 -1
- package/lib/module/NotificationManager/NotificationManagerTabs.js +180 -0
- package/lib/module/NotificationManager/NotificationManagerTabs.js.map +1 -0
- package/lib/module/NotificationManager/api/index.js +237 -7
- package/lib/module/NotificationManager/api/index.js.map +1 -1
- package/lib/module/NotificationManager/components/GroupManagement.js +1030 -0
- package/lib/module/NotificationManager/components/GroupManagement.js.map +1 -0
- package/lib/module/NotificationManager/components/JobManagement.js +775 -0
- package/lib/module/NotificationManager/components/JobManagement.js.map +1 -0
- package/lib/module/NotificationManager/components/ScheduleNotification.js +399 -0
- package/lib/module/NotificationManager/components/ScheduleNotification.js.map +1 -0
- package/lib/module/NotificationManager/components/index.js +8 -0
- package/lib/module/NotificationManager/components/index.js.map +1 -0
- package/lib/module/NotificationManager/components/shared/DateTimePicker.js +106 -0
- package/lib/module/NotificationManager/components/shared/DateTimePicker.js.map +1 -0
- package/lib/module/NotificationManager/components/shared/GroupSelector.js +184 -0
- package/lib/module/NotificationManager/components/shared/GroupSelector.js.map +1 -0
- package/lib/module/NotificationManager/components/shared/NotificationBuilderForm.js +501 -0
- package/lib/module/NotificationManager/components/shared/NotificationBuilderForm.js.map +1 -0
- package/lib/module/NotificationManager/components/shared/StatusBadge.js +62 -0
- package/lib/module/NotificationManager/components/shared/StatusBadge.js.map +1 -0
- package/lib/module/NotificationManager/index.js +32 -23
- package/lib/module/NotificationManager/index.js.map +1 -1
- package/lib/module/Notifications/index.js +2 -2
- package/lib/module/Notifications/index.js.map +1 -1
- package/lib/module/ProfileManager/Components/BettorVouch.js +1 -1
- package/lib/module/ProfileManager/Components/BettorVouch.js.map +1 -1
- package/lib/module/SocialComponents/PostCard/index.js +1 -1
- package/lib/module/SocialComponents/PostCard/index.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 +2 -0
- package/lib/module/types.d.js.map +1 -1
- package/lib/typescript/lib/commonjs/Components/Spring.d.ts +1 -5
- package/lib/typescript/lib/commonjs/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/NotificationManager/NotificationManagerTabs.d.ts +17 -0
- package/lib/typescript/lib/commonjs/NotificationManager/NotificationManagerTabs.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/api/index.d.ts +75 -2
- package/lib/typescript/lib/commonjs/NotificationManager/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/NotificationManager/components/GroupManagement.d.ts +6 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/GroupManagement.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/JobManagement.d.ts +7 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/JobManagement.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/ScheduleNotification.d.ts +8 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/ScheduleNotification.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/index.d.ts +9 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/index.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/DateTimePicker.d.ts +9 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/DateTimePicker.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/GroupSelector.d.ts +13 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/GroupSelector.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/NotificationBuilderForm.d.ts +10 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/NotificationBuilderForm.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/StatusBadge.d.ts +6 -0
- package/lib/typescript/lib/commonjs/NotificationManager/components/shared/StatusBadge.d.ts.map +1 -0
- package/lib/typescript/lib/commonjs/NotificationManager/index.d.ts +76 -2
- package/lib/typescript/lib/commonjs/NotificationManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/commonjs/index.d.ts +76 -2
- package/lib/typescript/lib/commonjs/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/AdServer/index.d.ts +1 -3
- package/lib/typescript/lib/module/AdServer/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts +1 -3
- package/lib/typescript/lib/module/Authenticator/Components/AuthStrategyIdentifier.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts +1 -3
- package/lib/typescript/lib/module/Authenticator/Components/LoginForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts +1 -3
- package/lib/typescript/lib/module/Authenticator/Components/StrategyForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/BetRouter/components/admin/LeagueContests.d.ts +1 -3
- package/lib/typescript/lib/module/BetRouter/components/admin/LeagueContests.d.ts.map +1 -1
- package/lib/typescript/lib/module/BetRouter/components/admin/LeagueParticipants.d.ts +1 -3
- package/lib/typescript/lib/module/BetRouter/components/admin/LeagueParticipants.d.ts.map +1 -1
- package/lib/typescript/lib/module/BetRouter/index.d.ts +1 -3
- package/lib/typescript/lib/module/BetRouter/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts +1 -3
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts +1 -3
- package/lib/typescript/lib/module/Bracket/components/BracketCompetitionSelector.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/components/EditPlayerBracket.d.ts +1 -3
- package/lib/typescript/lib/module/Bracket/components/EditPlayerBracket.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/components/Navigator.d.ts +1 -3
- package/lib/typescript/lib/module/Bracket/components/Navigator.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts +1 -3
- package/lib/typescript/lib/module/Bracket/components/PlayerBracketManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Bracket/components/RoomHome.d.ts +1 -3
- package/lib/typescript/lib/module/Bracket/components/RoomHome.d.ts.map +1 -1
- package/lib/typescript/lib/module/Campaign/components/AutoManager.d.ts +1 -3
- package/lib/typescript/lib/module/Campaign/components/AutoManager.d.ts.map +1 -1
- package/lib/typescript/lib/module/Campaign/components/ProgressTimer.d.ts +1 -3
- package/lib/typescript/lib/module/Campaign/components/ProgressTimer.d.ts.map +1 -1
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts +1 -3
- package/lib/typescript/lib/module/Checkout/components/ItemSummaryCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/AthleteMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/CompetitionCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/CompetitionInfoCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/CompetitionLeaderboard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/CompetitionPlay.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/CompetitionTypeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/MatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts +1 -3
- package/lib/typescript/lib/module/Competition/components/TeamEventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts +1 -3
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionInfoForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts +1 -3
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionMatchMarketCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts +1 -3
- package/lib/typescript/lib/module/CompetitionManager/components/CompetitionSettingsForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts +1 -3
- package/lib/typescript/lib/module/CompetitionManager/components/ContestSettingsForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts +1 -3
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/CreateSeasonForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts +1 -3
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonInfoForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts +1 -3
- package/lib/typescript/lib/module/CompetitionSeasonManager/components/SeasonSettingsForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Components/Spring.d.ts +3 -1126
- package/lib/typescript/lib/module/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts +1 -3
- package/lib/typescript/lib/module/EventComponents/TeamProfile/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/components/MarketTimer.d.ts +1 -3
- package/lib/typescript/lib/module/FlashMarket/components/MarketTimer.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/components/ProgressTimer.d.ts +1 -3
- package/lib/typescript/lib/module/FlashMarket/components/ProgressTimer.d.ts.map +1 -1
- package/lib/typescript/lib/module/FlashMarket/index.d.ts +1 -3
- package/lib/typescript/lib/module/FlashMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Guide/index.d.ts +1 -3
- package/lib/typescript/lib/module/Guide/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Leaders/components/LeaderboardCard.d.ts +1 -3
- package/lib/typescript/lib/module/Leaders/components/LeaderboardCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts +1 -3
- package/lib/typescript/lib/module/MarketComponents/components/BetScopeIndicator.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts +1 -3
- package/lib/typescript/lib/module/MarketComponents/components/EventScoringCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts +1 -3
- package/lib/typescript/lib/module/MarketComponents/components/MatchMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts +1 -3
- package/lib/typescript/lib/module/MarketComponents/components/OrderGradeBar.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts +1 -3
- package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts +1 -3
- package/lib/typescript/lib/module/MarketMaker/components/ManageFundForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts +1 -3
- package/lib/typescript/lib/module/MarketMaker/components/OrderForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts +1 -3
- package/lib/typescript/lib/module/MarketMaker/components/SetMarketForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/NotificationManager/NotificationManagerTabs.d.ts +17 -0
- package/lib/typescript/lib/module/NotificationManager/NotificationManagerTabs.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/api/index.d.ts +75 -2
- package/lib/typescript/lib/module/NotificationManager/api/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/NotificationManager/components/GroupManagement.d.ts +6 -0
- package/lib/typescript/lib/module/NotificationManager/components/GroupManagement.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/components/JobManagement.d.ts +7 -0
- package/lib/typescript/lib/module/NotificationManager/components/JobManagement.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/components/ScheduleNotification.d.ts +8 -0
- package/lib/typescript/lib/module/NotificationManager/components/ScheduleNotification.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/components/index.d.ts +8 -0
- package/lib/typescript/lib/module/NotificationManager/components/index.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/DateTimePicker.d.ts +9 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/DateTimePicker.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/GroupSelector.d.ts +13 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/GroupSelector.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/NotificationBuilderForm.d.ts +10 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/NotificationBuilderForm.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/StatusBadge.d.ts +6 -0
- package/lib/typescript/lib/module/NotificationManager/components/shared/StatusBadge.d.ts.map +1 -0
- package/lib/typescript/lib/module/NotificationManager/index.d.ts +1 -0
- package/lib/typescript/lib/module/NotificationManager/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Observer/Observer.d.ts +1 -3
- package/lib/typescript/lib/module/Observer/Observer.d.ts.map +1 -1
- package/lib/typescript/lib/module/PlayerRecommender/components/ContactsSelector.d.ts +1 -3
- package/lib/typescript/lib/module/PlayerRecommender/components/ContactsSelector.d.ts.map +1 -1
- package/lib/typescript/lib/module/Premium/components/ALaCartePremium.d.ts +1 -3
- package/lib/typescript/lib/module/Premium/components/ALaCartePremium.d.ts.map +1 -1
- package/lib/typescript/lib/module/RankingsCard/index.d.ts +1 -3
- package/lib/typescript/lib/module/RankingsCard/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts +1 -3
- package/lib/typescript/lib/module/SocialComponents/FormattedTextInput/components/TagSelector.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/GifSelector/WebSelector.d.ts +1 -3
- package/lib/typescript/lib/module/SocialComponents/GifSelector/WebSelector.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts +1 -3
- package/lib/typescript/lib/module/SocialComponents/PlayerFollowButton.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts +1 -3
- package/lib/typescript/lib/module/SocialComponents/PlayerProfile/components/PostsList.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts +1 -3
- package/lib/typescript/lib/module/SocialComponents/PostCard/components/DraftTextViewer.d.ts.map +1 -1
- package/lib/typescript/lib/module/SocialComponents/Poster/index.d.ts +1 -3
- package/lib/typescript/lib/module/SocialComponents/Poster/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Socket/index.d.ts +1 -3
- package/lib/typescript/lib/module/Socket/index.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/BoardStats.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/Countdown.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/Countdown.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/EventCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/MySquaresCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/MyStatsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/OfferForm.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/PrizeCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/ResultsCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/SquareOfferCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/SquareOwners.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/SquaresBoard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts +1 -3
- package/lib/typescript/lib/module/Squares/components/SquaresDetails.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts +1 -3
- package/lib/typescript/lib/module/Wallet/components/ItemOrderDetailCard.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts +1 -3
- package/lib/typescript/lib/module/Wallet/components/VerifyACHAccount.d.ts.map +1 -1
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.d.ts +1 -3
- package/lib/typescript/lib/module/Wallet/components/WalletSettings.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/AutoPageFlatList.d.ts +1 -1
- package/lib/typescript/src/Components/AutoPageFlatList.d.ts.map +1 -1
- package/lib/typescript/src/Components/Spring.d.ts +1 -1
- package/lib/typescript/src/Components/Spring.d.ts.map +1 -1
- package/lib/typescript/src/NotificationManager/NotificationManagerTabs.d.ts +20 -0
- package/lib/typescript/src/NotificationManager/NotificationManagerTabs.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/api/index.d.ts +132 -3
- package/lib/typescript/src/NotificationManager/api/index.d.ts.map +1 -1
- package/lib/typescript/src/NotificationManager/components/GroupManagement.d.ts +8 -0
- package/lib/typescript/src/NotificationManager/components/GroupManagement.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/components/JobManagement.d.ts +9 -0
- package/lib/typescript/src/NotificationManager/components/JobManagement.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/components/ScheduleNotification.d.ts +10 -0
- package/lib/typescript/src/NotificationManager/components/ScheduleNotification.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/components/index.d.ts +8 -0
- package/lib/typescript/src/NotificationManager/components/index.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/components/shared/DateTimePicker.d.ts +12 -0
- package/lib/typescript/src/NotificationManager/components/shared/DateTimePicker.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/components/shared/GroupSelector.d.ts +16 -0
- package/lib/typescript/src/NotificationManager/components/shared/GroupSelector.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/components/shared/NotificationBuilderForm.d.ts +12 -0
- package/lib/typescript/src/NotificationManager/components/shared/NotificationBuilderForm.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/components/shared/StatusBadge.d.ts +8 -0
- package/lib/typescript/src/NotificationManager/components/shared/StatusBadge.d.ts.map +1 -0
- package/lib/typescript/src/NotificationManager/index.d.ts +1 -0
- package/lib/typescript/src/NotificationManager/index.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 +36 -35
- package/src/Components/AutoPageFlatList.tsx +1 -1
- package/src/Components/Spring.tsx +13 -44
- package/src/NotificationManager/NotificationManagerTabs.tsx +178 -0
- package/src/NotificationManager/api/index.ts +240 -7
- package/src/NotificationManager/components/GroupManagement.tsx +854 -0
- package/src/NotificationManager/components/JobManagement.tsx +569 -0
- package/src/NotificationManager/components/ScheduleNotification.tsx +388 -0
- package/src/NotificationManager/components/index.ts +7 -0
- package/src/NotificationManager/components/shared/DateTimePicker.tsx +94 -0
- package/src/NotificationManager/components/shared/GroupSelector.tsx +130 -0
- package/src/NotificationManager/components/shared/NotificationBuilderForm.tsx +364 -0
- package/src/NotificationManager/components/shared/StatusBadge.tsx +72 -0
- package/src/NotificationManager/index.tsx +43 -24
- package/src/Notifications/index.tsx +2 -2
- package/src/ProfileManager/Components/BettorVouch.tsx +1 -1
- package/src/SocialComponents/PostCard/index.tsx +1 -1
- package/src/index.tsx +2 -0
- package/src/types.d.ts +38 -3
|
@@ -81,9 +81,24 @@ export const MyWallet: any;
|
|
|
81
81
|
export const NotificationApi: {
|
|
82
82
|
setEnvironment: () => void;
|
|
83
83
|
getPlayersByPlayerIds: (player_ids: any) => Promise<any>;
|
|
84
|
-
broadcastNotifications: (player_notification: any, player_ids: any) => Promise<any>;
|
|
85
|
-
getActiveNotificationGroups: () => Promise<any>;
|
|
84
|
+
broadcastNotifications: (player_notification: any, player_ids: any, notification_group_id: any) => Promise<any>;
|
|
85
|
+
getActiveNotificationGroups: (limit: any, offset: any) => Promise<any>;
|
|
86
86
|
getNotificationGroupMembersByGroup: (notification_group_id: any) => Promise<any>;
|
|
87
|
+
getAllNotificationGroups: (limit: any, offset: any, search: any) => Promise<any>;
|
|
88
|
+
getNotificationGroupsByStatus: (status: any, limit: any, offset: any, search: any) => Promise<any>;
|
|
89
|
+
getNotificationGroupById: (notification_group_id: any) => Promise<any>;
|
|
90
|
+
createNotificationGroup: (notification_group: any) => Promise<any>;
|
|
91
|
+
updateNotificationGroup: (notification_group: any) => Promise<any>;
|
|
92
|
+
inactivateNotificationGroup: (notification_group_id: any) => Promise<any>;
|
|
93
|
+
updateGroupMembers: (notification_group_id: any, player_ids: any) => Promise<any>;
|
|
94
|
+
getAllNotificationJobs: (limit: any, offset: any) => Promise<any>;
|
|
95
|
+
getNotificationJobsByStatus: (status: any, limit: any, offset: any) => Promise<any>;
|
|
96
|
+
getNotificationJobsByGroup: (notification_group_id: any) => Promise<any>;
|
|
97
|
+
getNotificationJobById: (notification_job_id: any) => Promise<any>;
|
|
98
|
+
createNotificationJob: (notification_job: any) => Promise<any>;
|
|
99
|
+
updateNotificationJob: (notification_job: any) => Promise<any>;
|
|
100
|
+
finalizeNotificationJob: (notification_job_id: any) => Promise<any>;
|
|
101
|
+
cancelNotificationJob: (notification_job_id: any) => Promise<any>;
|
|
87
102
|
};
|
|
88
103
|
export const NotificationHelpers: {
|
|
89
104
|
app_paths: ({
|
|
@@ -99,6 +114,7 @@ export const NotificationHelpers: {
|
|
|
99
114
|
sq_comp_id?: undefined;
|
|
100
115
|
trivia_id?: undefined;
|
|
101
116
|
content_id?: undefined;
|
|
117
|
+
content_type?: undefined;
|
|
102
118
|
contest_type?: undefined;
|
|
103
119
|
player_filter_id?: undefined;
|
|
104
120
|
fund_id?: undefined;
|
|
@@ -132,6 +148,7 @@ export const NotificationHelpers: {
|
|
|
132
148
|
sq_comp_id?: undefined;
|
|
133
149
|
trivia_id?: undefined;
|
|
134
150
|
content_id?: undefined;
|
|
151
|
+
content_type?: undefined;
|
|
135
152
|
contest_type?: undefined;
|
|
136
153
|
player_filter_id?: undefined;
|
|
137
154
|
fund_id?: undefined;
|
|
@@ -165,6 +182,7 @@ export const NotificationHelpers: {
|
|
|
165
182
|
sq_comp_id?: undefined;
|
|
166
183
|
trivia_id?: undefined;
|
|
167
184
|
content_id?: undefined;
|
|
185
|
+
content_type?: undefined;
|
|
168
186
|
contest_type?: undefined;
|
|
169
187
|
player_filter_id?: undefined;
|
|
170
188
|
fund_id?: undefined;
|
|
@@ -198,6 +216,7 @@ export const NotificationHelpers: {
|
|
|
198
216
|
sq_comp_id?: undefined;
|
|
199
217
|
trivia_id?: undefined;
|
|
200
218
|
content_id?: undefined;
|
|
219
|
+
content_type?: undefined;
|
|
201
220
|
contest_type?: undefined;
|
|
202
221
|
player_filter_id?: undefined;
|
|
203
222
|
fund_id?: undefined;
|
|
@@ -231,6 +250,7 @@ export const NotificationHelpers: {
|
|
|
231
250
|
sq_comp_id?: undefined;
|
|
232
251
|
trivia_id?: undefined;
|
|
233
252
|
content_id?: undefined;
|
|
253
|
+
content_type?: undefined;
|
|
234
254
|
contest_type?: undefined;
|
|
235
255
|
player_filter_id?: undefined;
|
|
236
256
|
fund_id?: undefined;
|
|
@@ -264,6 +284,7 @@ export const NotificationHelpers: {
|
|
|
264
284
|
sq_comp_id?: undefined;
|
|
265
285
|
trivia_id?: undefined;
|
|
266
286
|
content_id?: undefined;
|
|
287
|
+
content_type?: undefined;
|
|
267
288
|
contest_type?: undefined;
|
|
268
289
|
player_filter_id?: undefined;
|
|
269
290
|
fund_id?: undefined;
|
|
@@ -297,6 +318,7 @@ export const NotificationHelpers: {
|
|
|
297
318
|
season_id?: undefined;
|
|
298
319
|
trivia_id?: undefined;
|
|
299
320
|
content_id?: undefined;
|
|
321
|
+
content_type?: undefined;
|
|
300
322
|
contest_type?: undefined;
|
|
301
323
|
player_filter_id?: undefined;
|
|
302
324
|
fund_id?: undefined;
|
|
@@ -330,6 +352,7 @@ export const NotificationHelpers: {
|
|
|
330
352
|
season_id?: undefined;
|
|
331
353
|
sq_comp_id?: undefined;
|
|
332
354
|
content_id?: undefined;
|
|
355
|
+
content_type?: undefined;
|
|
333
356
|
contest_type?: undefined;
|
|
334
357
|
player_filter_id?: undefined;
|
|
335
358
|
fund_id?: undefined;
|
|
@@ -355,6 +378,7 @@ export const NotificationHelpers: {
|
|
|
355
378
|
path_name: string;
|
|
356
379
|
params: {
|
|
357
380
|
content_id: string;
|
|
381
|
+
content_type: string;
|
|
358
382
|
contest_id?: undefined;
|
|
359
383
|
rebate_id?: undefined;
|
|
360
384
|
bracket_competition_id?: undefined;
|
|
@@ -397,6 +421,7 @@ export const NotificationHelpers: {
|
|
|
397
421
|
sq_comp_id?: undefined;
|
|
398
422
|
trivia_id?: undefined;
|
|
399
423
|
content_id?: undefined;
|
|
424
|
+
content_type?: undefined;
|
|
400
425
|
player_filter_id?: undefined;
|
|
401
426
|
fund_id?: undefined;
|
|
402
427
|
hedge_id?: undefined;
|
|
@@ -430,6 +455,7 @@ export const NotificationHelpers: {
|
|
|
430
455
|
sq_comp_id?: undefined;
|
|
431
456
|
trivia_id?: undefined;
|
|
432
457
|
content_id?: undefined;
|
|
458
|
+
content_type?: undefined;
|
|
433
459
|
contest_type?: undefined;
|
|
434
460
|
fund_id?: undefined;
|
|
435
461
|
hedge_id?: undefined;
|
|
@@ -463,6 +489,7 @@ export const NotificationHelpers: {
|
|
|
463
489
|
sq_comp_id?: undefined;
|
|
464
490
|
trivia_id?: undefined;
|
|
465
491
|
content_id?: undefined;
|
|
492
|
+
content_type?: undefined;
|
|
466
493
|
contest_type?: undefined;
|
|
467
494
|
player_filter_id?: undefined;
|
|
468
495
|
hedge_id?: undefined;
|
|
@@ -496,6 +523,7 @@ export const NotificationHelpers: {
|
|
|
496
523
|
sq_comp_id?: undefined;
|
|
497
524
|
trivia_id?: undefined;
|
|
498
525
|
content_id?: undefined;
|
|
526
|
+
content_type?: undefined;
|
|
499
527
|
contest_type?: undefined;
|
|
500
528
|
player_filter_id?: undefined;
|
|
501
529
|
fund_id?: undefined;
|
|
@@ -529,6 +557,7 @@ export const NotificationHelpers: {
|
|
|
529
557
|
sq_comp_id?: undefined;
|
|
530
558
|
trivia_id?: undefined;
|
|
531
559
|
content_id?: undefined;
|
|
560
|
+
content_type?: undefined;
|
|
532
561
|
contest_type?: undefined;
|
|
533
562
|
player_filter_id?: undefined;
|
|
534
563
|
fund_id?: undefined;
|
|
@@ -565,6 +594,7 @@ export const NotificationHelpers: {
|
|
|
565
594
|
sq_comp_id?: undefined;
|
|
566
595
|
trivia_id?: undefined;
|
|
567
596
|
content_id?: undefined;
|
|
597
|
+
content_type?: undefined;
|
|
568
598
|
player_filter_id?: undefined;
|
|
569
599
|
fund_id?: undefined;
|
|
570
600
|
hedge_id?: undefined;
|
|
@@ -595,6 +625,7 @@ export const NotificationHelpers: {
|
|
|
595
625
|
sq_comp_id?: undefined;
|
|
596
626
|
trivia_id?: undefined;
|
|
597
627
|
content_id?: undefined;
|
|
628
|
+
content_type?: undefined;
|
|
598
629
|
contest_type?: undefined;
|
|
599
630
|
player_filter_id?: undefined;
|
|
600
631
|
fund_id?: undefined;
|
|
@@ -628,6 +659,7 @@ export const NotificationHelpers: {
|
|
|
628
659
|
sq_comp_id?: undefined;
|
|
629
660
|
trivia_id?: undefined;
|
|
630
661
|
content_id?: undefined;
|
|
662
|
+
content_type?: undefined;
|
|
631
663
|
contest_type?: undefined;
|
|
632
664
|
player_filter_id?: undefined;
|
|
633
665
|
fund_id?: undefined;
|
|
@@ -661,6 +693,7 @@ export const NotificationHelpers: {
|
|
|
661
693
|
sq_comp_id?: undefined;
|
|
662
694
|
trivia_id?: undefined;
|
|
663
695
|
content_id?: undefined;
|
|
696
|
+
content_type?: undefined;
|
|
664
697
|
contest_type?: undefined;
|
|
665
698
|
player_filter_id?: undefined;
|
|
666
699
|
fund_id?: undefined;
|
|
@@ -694,6 +727,7 @@ export const NotificationHelpers: {
|
|
|
694
727
|
sq_comp_id?: undefined;
|
|
695
728
|
trivia_id?: undefined;
|
|
696
729
|
content_id?: undefined;
|
|
730
|
+
content_type?: undefined;
|
|
697
731
|
contest_type?: undefined;
|
|
698
732
|
player_filter_id?: undefined;
|
|
699
733
|
fund_id?: undefined;
|
|
@@ -727,6 +761,7 @@ export const NotificationHelpers: {
|
|
|
727
761
|
sq_comp_id?: undefined;
|
|
728
762
|
trivia_id?: undefined;
|
|
729
763
|
content_id?: undefined;
|
|
764
|
+
content_type?: undefined;
|
|
730
765
|
contest_type?: undefined;
|
|
731
766
|
player_filter_id?: undefined;
|
|
732
767
|
fund_id?: undefined;
|
|
@@ -760,6 +795,7 @@ export const NotificationHelpers: {
|
|
|
760
795
|
sq_comp_id?: undefined;
|
|
761
796
|
trivia_id?: undefined;
|
|
762
797
|
content_id?: undefined;
|
|
798
|
+
content_type?: undefined;
|
|
763
799
|
contest_type?: undefined;
|
|
764
800
|
player_filter_id?: undefined;
|
|
765
801
|
fund_id?: undefined;
|
|
@@ -793,6 +829,7 @@ export const NotificationHelpers: {
|
|
|
793
829
|
sq_comp_id?: undefined;
|
|
794
830
|
trivia_id?: undefined;
|
|
795
831
|
content_id?: undefined;
|
|
832
|
+
content_type?: undefined;
|
|
796
833
|
contest_type?: undefined;
|
|
797
834
|
player_filter_id?: undefined;
|
|
798
835
|
fund_id?: undefined;
|
|
@@ -826,6 +863,7 @@ export const NotificationHelpers: {
|
|
|
826
863
|
sq_comp_id?: undefined;
|
|
827
864
|
trivia_id?: undefined;
|
|
828
865
|
content_id?: undefined;
|
|
866
|
+
content_type?: undefined;
|
|
829
867
|
contest_type?: undefined;
|
|
830
868
|
player_filter_id?: undefined;
|
|
831
869
|
fund_id?: undefined;
|
|
@@ -859,6 +897,7 @@ export const NotificationHelpers: {
|
|
|
859
897
|
sq_comp_id?: undefined;
|
|
860
898
|
trivia_id?: undefined;
|
|
861
899
|
content_id?: undefined;
|
|
900
|
+
content_type?: undefined;
|
|
862
901
|
contest_type?: undefined;
|
|
863
902
|
player_filter_id?: undefined;
|
|
864
903
|
fund_id?: undefined;
|
|
@@ -878,9 +917,44 @@ export const NotificationHelpers: {
|
|
|
878
917
|
};
|
|
879
918
|
requiredParams: string[];
|
|
880
919
|
primary: boolean;
|
|
920
|
+
} | {
|
|
921
|
+
label: string;
|
|
922
|
+
path_name: string;
|
|
923
|
+
params: {
|
|
924
|
+
content_id: string;
|
|
925
|
+
contest_id?: undefined;
|
|
926
|
+
rebate_id?: undefined;
|
|
927
|
+
bracket_competition_id?: undefined;
|
|
928
|
+
mode?: undefined;
|
|
929
|
+
competition_id?: undefined;
|
|
930
|
+
season_id?: undefined;
|
|
931
|
+
sq_comp_id?: undefined;
|
|
932
|
+
trivia_id?: undefined;
|
|
933
|
+
content_type?: undefined;
|
|
934
|
+
contest_type?: undefined;
|
|
935
|
+
player_filter_id?: undefined;
|
|
936
|
+
fund_id?: undefined;
|
|
937
|
+
hedge_id?: undefined;
|
|
938
|
+
league_id?: undefined;
|
|
939
|
+
market_id?: undefined;
|
|
940
|
+
side_type?: undefined;
|
|
941
|
+
side_id?: undefined;
|
|
942
|
+
team_id?: undefined;
|
|
943
|
+
flash_campaign_id?: undefined;
|
|
944
|
+
post_id?: undefined;
|
|
945
|
+
campaign_id?: undefined;
|
|
946
|
+
player_id?: undefined;
|
|
947
|
+
company_id?: undefined;
|
|
948
|
+
group_id?: undefined;
|
|
949
|
+
order_id?: undefined;
|
|
950
|
+
podcast_id?: undefined;
|
|
951
|
+
};
|
|
952
|
+
requiredParams: string[];
|
|
953
|
+
primary: boolean;
|
|
881
954
|
})[];
|
|
882
955
|
};
|
|
883
956
|
export const NotificationManager: any;
|
|
957
|
+
export const NotificationManagerTabs: any;
|
|
884
958
|
export const NotificationModule: any;
|
|
885
959
|
export const Observer: any;
|
|
886
960
|
export const PartnerPortal: 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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0eA,2BAAkE;AAElE,iCAA8E"}
|
|
@@ -30,8 +30,6 @@ declare function AdServer({ placement, device_width, ad_type, role, onViewAd, on
|
|
|
30
30
|
role: any;
|
|
31
31
|
onViewAd: any;
|
|
32
32
|
onClickAd: any;
|
|
33
|
-
}): React.FunctionComponentElement<
|
|
34
|
-
children?: React.ReactNode | undefined;
|
|
35
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
33
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>;
|
|
36
34
|
import { View } from "react-native";
|
|
37
35
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/AdServer/index.js"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACI;;;;;;;;;;;;;IAoDN;;kBAjEqE,OAAO;AAkE7E
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/AdServer/index.js"],"names":[],"mappings":"AAIA;;;;;;;;GAQG;AACI;;;;;;;;;;;;;IAoDN;;kBAjEqE,OAAO;AAkE7E;;;;;;;iHA4GC;qBA7K6B,cAAc"}
|
|
@@ -5,8 +5,6 @@ declare function AuthStrategyIdentifier({ auth_strategy_identifier, onFocusPosit
|
|
|
5
5
|
auto_focus: any;
|
|
6
6
|
auth_request: any;
|
|
7
7
|
onChangeIdentifier: any;
|
|
8
|
-
}): React.FunctionComponentElement<
|
|
9
|
-
children?: React.ReactNode | undefined;
|
|
10
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
8
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
11
9
|
import React from 'react';
|
|
12
10
|
//# sourceMappingURL=AuthStrategyIdentifier.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";AAKA
|
|
1
|
+
{"version":3,"file":"AuthStrategyIdentifier.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/AuthStrategyIdentifier.js"],"names":[],"mappings":";AAKA;;;;;;wJA4FC;kBAjGiB,OAAO"}
|
|
@@ -6,8 +6,6 @@ declare function LoginForm({ maxWidth, visible, onRegister, onFocusPosition, onA
|
|
|
6
6
|
onFocusPosition: any;
|
|
7
7
|
onAuthenticated: any;
|
|
8
8
|
onTryAuthenticate: any;
|
|
9
|
-
}): React.FunctionComponentElement<
|
|
10
|
-
children?: React.ReactNode | undefined;
|
|
11
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
9
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
12
10
|
import React from 'react';
|
|
13
11
|
//# sourceMappingURL=LoginForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";AAOA
|
|
1
|
+
{"version":3,"file":"LoginForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/LoginForm.js"],"names":[],"mappings":";AAOA;;;;;;;wJAwcC;kBA/c+B,OAAO"}
|
|
@@ -13,8 +13,6 @@ declare function StrategyForm({ visible, strategy, auth_strategy_id, onFocusPosi
|
|
|
13
13
|
opt_in_url: any;
|
|
14
14
|
onAuthenticated: any;
|
|
15
15
|
onLogin: any;
|
|
16
|
-
}): React.FunctionComponentElement<
|
|
17
|
-
children?: React.ReactNode | undefined;
|
|
18
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
16
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
19
17
|
import React from 'react';
|
|
20
18
|
//# sourceMappingURL=StrategyForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";AAUA
|
|
1
|
+
{"version":3,"file":"StrategyForm.d.ts","sourceRoot":"","sources":["../../../../../module/Authenticator/Components/StrategyForm.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;;;wJAkVC;kBA5V0C,OAAO"}
|
|
@@ -2,8 +2,6 @@ export default LeagueContests;
|
|
|
2
2
|
declare function LeagueContests({ league, initialContestId }: {
|
|
3
3
|
league: any;
|
|
4
4
|
initialContestId: any;
|
|
5
|
-
}): React.FunctionComponentElement<
|
|
6
|
-
children?: React.ReactNode | undefined;
|
|
7
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
5
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
8
6
|
import React from 'react';
|
|
9
7
|
//# sourceMappingURL=LeagueContests.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LeagueContests.d.ts","sourceRoot":"","sources":["../../../../../../module/BetRouter/components/admin/LeagueContests.js"],"names":[],"mappings":";AAWA
|
|
1
|
+
{"version":3,"file":"LeagueContests.d.ts","sourceRoot":"","sources":["../../../../../../module/BetRouter/components/admin/LeagueContests.js"],"names":[],"mappings":";AAWA;;;wJAswFC;kBAjxF0C,OAAO"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
export default LeagueParticipants;
|
|
2
2
|
declare function LeagueParticipants({ league }: {
|
|
3
3
|
league: any;
|
|
4
|
-
}): React.FunctionComponentElement<
|
|
5
|
-
children?: React.ReactNode | undefined;
|
|
6
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
4
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
7
5
|
import React from 'react';
|
|
8
6
|
//# sourceMappingURL=LeagueParticipants.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LeagueParticipants.d.ts","sourceRoot":"","sources":["../../../../../../module/BetRouter/components/admin/LeagueParticipants.js"],"names":[],"mappings":";AAQA
|
|
1
|
+
{"version":3,"file":"LeagueParticipants.d.ts","sourceRoot":"","sources":["../../../../../../module/BetRouter/components/admin/LeagueParticipants.js"],"names":[],"mappings":";AAQA;;wJAwwBC;kBAhxB0C,OAAO"}
|
|
@@ -4,9 +4,7 @@ declare function BetRouter({ me, insets, onRequestAuthenticate }: {
|
|
|
4
4
|
me: any;
|
|
5
5
|
insets: any;
|
|
6
6
|
onRequestAuthenticate: any;
|
|
7
|
-
}): React.FunctionComponentElement<
|
|
8
|
-
children?: React.ReactNode | undefined;
|
|
9
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
7
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
10
8
|
import AdminPortal from './components/AdminPortal';
|
|
11
9
|
import React from 'react';
|
|
12
10
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/BetRouter/index.js"],"names":[],"mappings":";;AAUA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/BetRouter/index.js"],"names":[],"mappings":";;AAUA;;;;wJAoYC;wBA1YuB,0BAA0B;kBAJP,OAAO"}
|
|
@@ -15,8 +15,6 @@ declare function BracketCompetitionCard({ visible, player_balance, player, heigh
|
|
|
15
15
|
onLeaveCompetition: any;
|
|
16
16
|
onShareCompetition: any;
|
|
17
17
|
onEnterCompetition: any;
|
|
18
|
-
}): React.FunctionComponentElement<
|
|
19
|
-
children?: React.ReactNode | undefined;
|
|
20
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
18
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
21
19
|
import React from 'react';
|
|
22
20
|
//# sourceMappingURL=BracketCompetitionCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/BracketCompetitionCard.js"],"names":[],"mappings":";AASA
|
|
1
|
+
{"version":3,"file":"BracketCompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/BracketCompetitionCard.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;;;;mNA8lBC;kBAvmB0C,OAAO"}
|
|
@@ -5,8 +5,6 @@ declare function BracketCompetitionSelector({ leagues, visible, brackets, onClos
|
|
|
5
5
|
brackets: any;
|
|
6
6
|
onClose: any;
|
|
7
7
|
onCompetitionSelect: any;
|
|
8
|
-
}): React.FunctionComponentElement<
|
|
9
|
-
children?: React.ReactNode | undefined;
|
|
10
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
8
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
11
9
|
import React from 'react';
|
|
12
10
|
//# sourceMappingURL=BracketCompetitionSelector.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BracketCompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/BracketCompetitionSelector.js"],"names":[],"mappings":";AAOA
|
|
1
|
+
{"version":3,"file":"BracketCompetitionSelector.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/BracketCompetitionSelector.js"],"names":[],"mappings":";AAOA;;;;;;wJA4SC;kBAnT0C,OAAO"}
|
|
@@ -6,9 +6,7 @@ declare function EditPlayerBracket({ player_bracket, view_mode, onUpdatePlayerBr
|
|
|
6
6
|
onFocusPosition: any;
|
|
7
7
|
insets: any;
|
|
8
8
|
onClose: any;
|
|
9
|
-
}): React.FunctionComponentElement<
|
|
10
|
-
children?: React.ReactNode | undefined;
|
|
11
|
-
}> | React.CElement<import("react-native").ModalProps, Modal>;
|
|
9
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ModalProps, Modal>;
|
|
12
10
|
import React from 'react';
|
|
13
11
|
import { Modal } from 'react-native';
|
|
14
12
|
//# sourceMappingURL=EditPlayerBracket.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EditPlayerBracket.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/EditPlayerBracket.js"],"names":[],"mappings":";AAIA
|
|
1
|
+
{"version":3,"file":"EditPlayerBracket.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/EditPlayerBracket.js"],"names":[],"mappings":";AAIA;;;;;;;mHAwIC;kBA5I0C,OAAO;sBAG5B,cAAc"}
|
|
@@ -4,8 +4,6 @@ declare function Navigator({ visible, mode, active_option, onOptionSelect }: {
|
|
|
4
4
|
mode: any;
|
|
5
5
|
active_option: any;
|
|
6
6
|
onOptionSelect: any;
|
|
7
|
-
}): React.FunctionComponentElement<
|
|
8
|
-
children?: React.ReactNode | undefined;
|
|
9
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
7
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
10
8
|
import React from 'react';
|
|
11
9
|
//# sourceMappingURL=Navigator.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Navigator.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/Navigator.js"],"names":[],"mappings":";AAKA
|
|
1
|
+
{"version":3,"file":"Navigator.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/Navigator.js"],"names":[],"mappings":";AAKA;;;;;wJAuFC;kBA5FiB,OAAO"}
|
|
@@ -10,8 +10,6 @@ declare function PlayerBracketManager({ visible, teams, athletes, player_bracket
|
|
|
10
10
|
onSelectCompetition: any;
|
|
11
11
|
onUpdateBracket: any;
|
|
12
12
|
onClose: any;
|
|
13
|
-
}): React.FunctionComponentElement<
|
|
14
|
-
children?: React.ReactNode | undefined;
|
|
15
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
13
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
16
14
|
import React from 'react';
|
|
17
15
|
//# sourceMappingURL=PlayerBracketManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerBracketManager.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/PlayerBracketManager.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"PlayerBracketManager.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/PlayerBracketManager.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;wJAweC;kBA9e0C,OAAO"}
|
|
@@ -11,8 +11,6 @@ declare function RoomHome({ view_mode, visible, width, onRequestAuthenticate, pl
|
|
|
11
11
|
onCreateNewCompetition: any;
|
|
12
12
|
onView: any;
|
|
13
13
|
onFocusPosition: any;
|
|
14
|
-
}): React.FunctionComponentElement<
|
|
15
|
-
children?: React.ReactNode | undefined;
|
|
16
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
14
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
17
15
|
import React from 'react';
|
|
18
16
|
//# sourceMappingURL=RoomHome.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RoomHome.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/RoomHome.js"],"names":[],"mappings":";AAsBA
|
|
1
|
+
{"version":3,"file":"RoomHome.d.ts","sourceRoot":"","sources":["../../../../../module/Bracket/components/RoomHome.js"],"names":[],"mappings":";AAsBA;;;;;;;;;;;;wJA2sCC;kBAjuC0C,OAAO"}
|
|
@@ -5,8 +5,6 @@ declare function AutoManager({ campaign, active, campaign_participants, onChange
|
|
|
5
5
|
campaign_participants: any;
|
|
6
6
|
onChangeParticipant: any;
|
|
7
7
|
onChangeAd: any;
|
|
8
|
-
}): React.FunctionComponentElement<
|
|
9
|
-
children?: React.ReactNode | undefined;
|
|
10
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
8
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
11
9
|
import React from 'react';
|
|
12
10
|
//# sourceMappingURL=AutoManager.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AutoManager.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/AutoManager.js"],"names":[],"mappings":";AAGA
|
|
1
|
+
{"version":3,"file":"AutoManager.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/AutoManager.js"],"names":[],"mappings":";AAGA;;;;;;wJAsFC;kBAzF0C,OAAO"}
|
|
@@ -3,8 +3,6 @@ declare function ProgressTimer({ total_time, time_id, onTimesUp }: {
|
|
|
3
3
|
total_time: any;
|
|
4
4
|
time_id: any;
|
|
5
5
|
onTimesUp: any;
|
|
6
|
-
}): React.FunctionComponentElement<
|
|
7
|
-
children?: React.ReactNode | undefined;
|
|
8
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
6
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
9
7
|
import React from 'react';
|
|
10
8
|
//# sourceMappingURL=ProgressTimer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressTimer.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/ProgressTimer.js"],"names":[],"mappings":";AAIA
|
|
1
|
+
{"version":3,"file":"ProgressTimer.d.ts","sourceRoot":"","sources":["../../../../../module/Campaign/components/ProgressTimer.js"],"names":[],"mappings":";AAIA;;;;wJAoCC;kBAxCiB,OAAO"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
export default ItemSummaryCard;
|
|
2
2
|
declare function ItemSummaryCard({ items }: {
|
|
3
3
|
items: any;
|
|
4
|
-
}): React.FunctionComponentElement<
|
|
5
|
-
children?: React.ReactNode | undefined;
|
|
6
|
-
}> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
4
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
7
5
|
import React from 'react';
|
|
8
6
|
//# sourceMappingURL=ItemSummaryCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ItemSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../module/Checkout/components/ItemSummaryCard.js"],"names":[],"mappings":";AAGA
|
|
1
|
+
{"version":3,"file":"ItemSummaryCard.d.ts","sourceRoot":"","sources":["../../../../../module/Checkout/components/ItemSummaryCard.js"],"names":[],"mappings":";AAGA;;mHAwCC;kBA3CiB,OAAO"}
|
|
@@ -11,8 +11,6 @@ declare function AthleteMarketCard({ markets, competition_type, event, athlete,
|
|
|
11
11
|
competition_match: any;
|
|
12
12
|
competition_match_markets: any;
|
|
13
13
|
onPick: any;
|
|
14
|
-
}): React.FunctionComponentElement<
|
|
15
|
-
children?: React.ReactNode | undefined;
|
|
16
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
14
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
17
15
|
import React from 'react';
|
|
18
16
|
//# sourceMappingURL=AthleteMarketCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/AthleteMarketCard.js"],"names":[],"mappings":";AAUA
|
|
1
|
+
{"version":3,"file":"AthleteMarketCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/AthleteMarketCard.js"],"names":[],"mappings":";AAUA;;;;;;;;;;;;wJA8JC;kBAxKiB,OAAO"}
|
|
@@ -5,9 +5,7 @@ declare function CompetitionCard({ competition, competition_type, competition_re
|
|
|
5
5
|
competition_result_type: any;
|
|
6
6
|
onSelect: any;
|
|
7
7
|
backup_image_url: any;
|
|
8
|
-
}): React.FunctionComponentElement<
|
|
9
|
-
children?: React.ReactNode | undefined;
|
|
10
|
-
}> | React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
|
|
8
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.FunctionComponentElement<import("react-native").TouchableOpacityProps & React.RefAttributes<View>>;
|
|
11
9
|
import React from 'react';
|
|
12
10
|
import { View } from "react-native";
|
|
13
11
|
//# sourceMappingURL=CompetitionCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionCard.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"CompetitionCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionCard.js"],"names":[],"mappings":";AAMA;;;;;;mKAoKC;kBA1KiB,OAAO;qBACqB,cAAc"}
|
|
@@ -6,8 +6,6 @@ declare function CompetitionInfoCard({ hidden, disable_collapse, competition, co
|
|
|
6
6
|
competition_type: any;
|
|
7
7
|
competition_result_type: any;
|
|
8
8
|
competition_payouts: any;
|
|
9
|
-
}): React.FunctionComponentElement<
|
|
10
|
-
children?: React.ReactNode | undefined;
|
|
11
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
9
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
12
10
|
import React from 'react';
|
|
13
11
|
//# sourceMappingURL=CompetitionInfoCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionInfoCard.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"CompetitionInfoCard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionInfoCard.js"],"names":[],"mappings":";AAMA;;;;;;;wJAwOC;kBA9O+B,OAAO"}
|
|
@@ -10,8 +10,6 @@ declare function CompetitionLeaderboard({ hidden, refresh_leaders, disable_colla
|
|
|
10
10
|
onSeeFull: any;
|
|
11
11
|
onClose: any;
|
|
12
12
|
onLeaderSelect: any;
|
|
13
|
-
}): React.FunctionComponentElement<
|
|
14
|
-
children?: React.ReactNode | undefined;
|
|
15
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
13
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
16
14
|
import React from "react";
|
|
17
15
|
//# sourceMappingURL=CompetitionLeaderboard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionLeaderboard.js"],"names":[],"mappings":";AASA
|
|
1
|
+
{"version":3,"file":"CompetitionLeaderboard.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionLeaderboard.js"],"names":[],"mappings":";AASA;;;;;;;;;;;wJAqaC;kBA9a0C,OAAO"}
|
|
@@ -17,8 +17,6 @@ declare function CompetitionPlay({ hidden, disable_collapse, authenticated_compe
|
|
|
17
17
|
markets: any;
|
|
18
18
|
player_id: any;
|
|
19
19
|
player_picks: any;
|
|
20
|
-
}): React.FunctionComponentElement<
|
|
21
|
-
children?: React.ReactNode | undefined;
|
|
22
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
20
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
23
21
|
import React from 'react';
|
|
24
22
|
//# sourceMappingURL=CompetitionPlay.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionPlay.js"],"names":[],"mappings":";AAcA
|
|
1
|
+
{"version":3,"file":"CompetitionPlay.d.ts","sourceRoot":"","sources":["../../../../../module/Competition/components/CompetitionPlay.js"],"names":[],"mappings":";AAcA;;;;;;;;;;;;;;;;;;wJAqgBC;kBAnhBiB,OAAO"}
|
|
@@ -6,9 +6,7 @@ declare function CompetitionTypeCard({ competition, competition_payout_types, vi
|
|
|
6
6
|
onClose: any;
|
|
7
7
|
competition_type: any;
|
|
8
8
|
competition_result_type: any;
|
|
9
|
-
}): React.FunctionComponentElement<
|
|
10
|
-
children?: React.ReactNode | undefined;
|
|
11
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
9
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>;
|
|
12
10
|
import React from 'react';
|
|
13
11
|
import { View } from 'react-native';
|
|
14
12
|
//# sourceMappingURL=CompetitionTypeCard.d.ts.map
|