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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spring.d.ts","sourceRoot":"","sources":["../../../../module/Components/Spring.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Spring.d.ts","sourceRoot":"","sources":["../../../../module/Components/Spring.js"],"names":[],"mappings":";AAGA;;;6DAaC;sBAfqB,cAAc;kBADlB,OAAO"}
|
|
@@ -14,9 +14,7 @@ declare function TeamProfile({ team_id, height, distinct_id, show_grades, show_i
|
|
|
14
14
|
onSquaresSelect: any;
|
|
15
15
|
onTradeLongPress: any;
|
|
16
16
|
onViewAdditionalMarkets: any;
|
|
17
|
-
}): React.FunctionComponentElement<
|
|
18
|
-
children?: React.ReactNode | undefined;
|
|
19
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
17
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>;
|
|
20
18
|
import React from 'react';
|
|
21
19
|
import { View } from 'react-native';
|
|
22
20
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/EventComponents/TeamProfile/index.js"],"names":[],"mappings":";AAQA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/EventComponents/TeamProfile/index.js"],"names":[],"mappings":";AAQA;;;;;;;;;;;;;;;iHA4PC;kBApQ0C,OAAO;qBACqC,cAAc"}
|
|
@@ -2,8 +2,6 @@ export default MarketTimer;
|
|
|
2
2
|
declare function MarketTimer({ poll, onTimesUp }: {
|
|
3
3
|
poll: any;
|
|
4
4
|
onTimesUp: any;
|
|
5
|
-
}): React.FunctionComponentElement<
|
|
6
|
-
children?: React.ReactNode | undefined;
|
|
7
|
-
}> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
5
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
8
6
|
import React from 'react';
|
|
9
7
|
//# sourceMappingURL=MarketTimer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MarketTimer.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/MarketTimer.js"],"names":[],"mappings":";AAIA
|
|
1
|
+
{"version":3,"file":"MarketTimer.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/MarketTimer.js"],"names":[],"mappings":";AAIA;;;mHA2BC;kBA/BiB,OAAO"}
|
|
@@ -6,8 +6,6 @@ declare function ProgressTimer({ increment_type, current_value, max_value, time_
|
|
|
6
6
|
time_id: any;
|
|
7
7
|
max_label: any;
|
|
8
8
|
onTimesUp: 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=ProgressTimer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ProgressTimer.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/ProgressTimer.js"],"names":[],"mappings":";AAIA
|
|
1
|
+
{"version":3,"file":"ProgressTimer.d.ts","sourceRoot":"","sources":["../../../../../module/FlashMarket/components/ProgressTimer.js"],"names":[],"mappings":";AAIA;;;;;;;wJA2DC;kBA/DiB,OAAO"}
|
|
@@ -22,8 +22,6 @@ declare function FlashMarket({ loading, poll, hide_footer, hide_timer, wrap_opti
|
|
|
22
22
|
onRequestAuthenticate: any;
|
|
23
23
|
onFocusPosition: any;
|
|
24
24
|
onRequestLocation: any;
|
|
25
|
-
}): React.FunctionComponentElement<
|
|
26
|
-
children?: React.ReactNode | undefined;
|
|
27
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
25
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
28
26
|
import React from 'react';
|
|
29
27
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";AAWA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/FlashMarket/index.js"],"names":[],"mappings":";AAWA;;;;;;;;;;;;;;;;;;;;;;;wJAo3BC;kBA/3B0C,OAAO"}
|
|
@@ -4,8 +4,6 @@ export default function GuideWrapper({ active, prompt_location, children, guide,
|
|
|
4
4
|
children: any;
|
|
5
5
|
guide: any;
|
|
6
6
|
onComplete: any;
|
|
7
|
-
}): React.FunctionComponentElement<
|
|
8
|
-
children?: React.ReactNode | undefined;
|
|
9
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
7
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | React.FunctionComponentElement<React.RefAttributes<any>>;
|
|
10
8
|
import React from "react";
|
|
11
9
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Guide/index.js"],"names":[],"mappings":"AAKA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../module/Guide/index.js"],"names":[],"mappings":"AAKA;;;;;;mNA4OC;kBAjPkD,OAAO"}
|
|
@@ -5,8 +5,6 @@ declare function LeaderboardCard({ category_id, timerange_id, player_id, onSeeFu
|
|
|
5
5
|
player_id: any;
|
|
6
6
|
onSeeFull: any;
|
|
7
7
|
onSelectPlayer: 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=LeaderboardCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LeaderboardCard.d.ts","sourceRoot":"","sources":["../../../../../module/Leaders/components/LeaderboardCard.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"LeaderboardCard.d.ts","sourceRoot":"","sources":["../../../../../module/Leaders/components/LeaderboardCard.js"],"names":[],"mappings":";AAMA;;;;;;wJA2LC;kBAjM0C,OAAO"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
declare const _default: React.MemoExoticComponent<({ bet_scope_grade }: {
|
|
2
2
|
bet_scope_grade: any;
|
|
3
|
-
}) => React.FunctionComponentElement<
|
|
4
|
-
children?: React.ReactNode | undefined;
|
|
5
|
-
}> | React.CElement<import("react-native").ViewProps, View>>;
|
|
3
|
+
}) => React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>>;
|
|
6
4
|
export default _default;
|
|
7
5
|
import React from 'react';
|
|
8
6
|
import { View } from 'react-native';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BetScopeIndicator.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/BetScopeIndicator.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"BetScopeIndicator.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/BetScopeIndicator.js"],"names":[],"mappings":";;;;kBAAkB,OAAO;qBACJ,cAAc"}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
export default EventScoringCard;
|
|
2
2
|
declare function EventScoringCard({ event }: {
|
|
3
3
|
event: any;
|
|
4
|
-
}): React.FunctionComponentElement<
|
|
5
|
-
children?: React.ReactNode | undefined;
|
|
6
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
4
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>;
|
|
7
5
|
import React from "react";
|
|
8
6
|
import { View } from "react-native";
|
|
9
7
|
//# sourceMappingURL=EventScoringCard.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EventScoringCard.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/EventScoringCard.js"],"names":[],"mappings":";AAIA
|
|
1
|
+
{"version":3,"file":"EventScoringCard.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/EventScoringCard.js"],"names":[],"mappings":";AAIA;;iHAwEC;kBAzEiB,OAAO;qBAHG,cAAc"}
|
|
@@ -28,9 +28,7 @@ declare const _default: React.MemoExoticComponent<({ league, match, tournament,
|
|
|
28
28
|
onOrder: any;
|
|
29
29
|
onView: any;
|
|
30
30
|
onTradeLongPress: any;
|
|
31
|
-
}) => React.FunctionComponentElement<
|
|
32
|
-
children?: React.ReactNode | undefined;
|
|
33
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
31
|
+
}) => React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
34
32
|
export default _default;
|
|
35
33
|
import React from 'react';
|
|
36
34
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/MatchMarket/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/MatchMarket/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAA4C,OAAO"}
|
|
@@ -5,8 +5,6 @@ declare function OrderGradeBar({ grade, view_type, style, mask, onSelectGrade }:
|
|
|
5
5
|
style: any;
|
|
6
6
|
mask: any;
|
|
7
7
|
onSelectGrade: 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=OrderGradeBar.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderGradeBar.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/OrderGradeBar.js"],"names":[],"mappings":";AASA
|
|
1
|
+
{"version":3,"file":"OrderGradeBar.d.ts","sourceRoot":"","sources":["../../../../../module/MarketComponents/components/OrderGradeBar.js"],"names":[],"mappings":";AASA;;;;;;wJA4JC;kBArKiB,OAAO"}
|
|
@@ -42,9 +42,7 @@ declare const _default: React.MemoExoticComponent<({ event, show_help, highlight
|
|
|
42
42
|
onEvent: any;
|
|
43
43
|
onShare: any;
|
|
44
44
|
onPodcastSelect: any;
|
|
45
|
-
}) => React.FunctionComponentElement<
|
|
46
|
-
children?: React.ReactNode | undefined;
|
|
47
|
-
}> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
45
|
+
}) => React.FunctionComponentElement<React.FragmentProps> | React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>>;
|
|
48
46
|
export default _default;
|
|
49
47
|
import React from 'react';
|
|
50
48
|
//# sourceMappingURL=index.d.ts.map
|
package/lib/typescript/lib/module/MarketComponents/components/TeamEventMarket/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamEventMarket/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../../module/MarketComponents/components/TeamEventMarket/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAyE,OAAO"}
|
|
@@ -3,9 +3,7 @@ declare function ManageFundForm({ fund, onFundUpdate, onClose }: {
|
|
|
3
3
|
fund: any;
|
|
4
4
|
onFundUpdate: any;
|
|
5
5
|
onClose: any;
|
|
6
|
-
}): React.FunctionComponentElement<
|
|
7
|
-
children?: React.ReactNode | undefined;
|
|
8
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
6
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>;
|
|
9
7
|
import React from 'react';
|
|
10
8
|
import { View } from 'react-native';
|
|
11
9
|
//# sourceMappingURL=ManageFundForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ManageFundForm.d.ts","sourceRoot":"","sources":["../../../../../module/MarketMaker/components/ManageFundForm.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"ManageFundForm.d.ts","sourceRoot":"","sources":["../../../../../module/MarketMaker/components/ManageFundForm.js"],"names":[],"mappings":";AAMA;;;;iHAwGC;kBA9G0C,OAAO;qBAC7B,cAAc"}
|
|
@@ -5,9 +5,7 @@ declare function OrderForm({ fund, order, available, onClose, onSubmit }: {
|
|
|
5
5
|
available: any;
|
|
6
6
|
onClose: any;
|
|
7
7
|
onSubmit: any;
|
|
8
|
-
}): React.FunctionComponentElement<
|
|
9
|
-
children?: React.ReactNode | undefined;
|
|
10
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
8
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>;
|
|
11
9
|
import React from 'react';
|
|
12
10
|
import { View } from 'react-native';
|
|
13
11
|
//# sourceMappingURL=OrderForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OrderForm.d.ts","sourceRoot":"","sources":["../../../../../module/MarketMaker/components/OrderForm.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"OrderForm.d.ts","sourceRoot":"","sources":["../../../../../module/MarketMaker/components/OrderForm.js"],"names":[],"mappings":";AAMA;;;;;;iHA2KC;kBAjL0C,OAAO;qBAC7B,cAAc"}
|
|
@@ -7,9 +7,7 @@ declare function SetMarketForm({ fund, form_key, orders, market, prices, onClose
|
|
|
7
7
|
prices: any;
|
|
8
8
|
onClose: any;
|
|
9
9
|
onSetMarket: any;
|
|
10
|
-
}): React.FunctionComponentElement<
|
|
11
|
-
children?: React.ReactNode | undefined;
|
|
12
|
-
}> | React.CElement<import("react-native").ViewProps, View>;
|
|
10
|
+
}): React.FunctionComponentElement<React.FragmentProps> | React.CElement<import("react-native").ViewProps, View>;
|
|
13
11
|
import React from 'react';
|
|
14
12
|
import { View } from 'react-native';
|
|
15
13
|
//# sourceMappingURL=SetMarketForm.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SetMarketForm.d.ts","sourceRoot":"","sources":["../../../../../module/MarketMaker/components/SetMarketForm.js"],"names":[],"mappings":";AAMA
|
|
1
|
+
{"version":3,"file":"SetMarketForm.d.ts","sourceRoot":"","sources":["../../../../../module/MarketMaker/components/SetMarketForm.js"],"names":[],"mappings":";AAMA;;;;;;;;iHA+YC;kBArZ0C,OAAO;qBAC7B,cAAc"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export default NotificationManagerTabs;
|
|
2
|
+
declare function NotificationManagerTabs({ player_ids, me, header_style, footer_style, float, notification_type, default_path_name, default_params, onFocusPosition, onComplete, onClose, defaultTab }: {
|
|
3
|
+
player_ids?: never[] | undefined;
|
|
4
|
+
me: any;
|
|
5
|
+
header_style: any;
|
|
6
|
+
footer_style: any;
|
|
7
|
+
float: any;
|
|
8
|
+
notification_type: any;
|
|
9
|
+
default_path_name: any;
|
|
10
|
+
default_params: any;
|
|
11
|
+
onFocusPosition: any;
|
|
12
|
+
onComplete: any;
|
|
13
|
+
onClose: any;
|
|
14
|
+
defaultTab?: string | undefined;
|
|
15
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
16
|
+
import React from 'react';
|
|
17
|
+
//# sourceMappingURL=NotificationManagerTabs.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationManagerTabs.d.ts","sourceRoot":"","sources":["../../../../module/NotificationManager/NotificationManagerTabs.js"],"names":[],"mappings":";AASA;;;;;;;;;;;;;kGAwKC;kBAjL+B,OAAO"}
|
|
@@ -12,6 +12,7 @@ export namespace NotificationHelpers {
|
|
|
12
12
|
sq_comp_id?: undefined;
|
|
13
13
|
trivia_id?: undefined;
|
|
14
14
|
content_id?: undefined;
|
|
15
|
+
content_type?: undefined;
|
|
15
16
|
contest_type?: undefined;
|
|
16
17
|
player_filter_id?: undefined;
|
|
17
18
|
fund_id?: undefined;
|
|
@@ -45,6 +46,7 @@ export namespace NotificationHelpers {
|
|
|
45
46
|
sq_comp_id?: undefined;
|
|
46
47
|
trivia_id?: undefined;
|
|
47
48
|
content_id?: undefined;
|
|
49
|
+
content_type?: undefined;
|
|
48
50
|
contest_type?: undefined;
|
|
49
51
|
player_filter_id?: undefined;
|
|
50
52
|
fund_id?: undefined;
|
|
@@ -78,6 +80,7 @@ export namespace NotificationHelpers {
|
|
|
78
80
|
sq_comp_id?: undefined;
|
|
79
81
|
trivia_id?: undefined;
|
|
80
82
|
content_id?: undefined;
|
|
83
|
+
content_type?: undefined;
|
|
81
84
|
contest_type?: undefined;
|
|
82
85
|
player_filter_id?: undefined;
|
|
83
86
|
fund_id?: undefined;
|
|
@@ -111,6 +114,7 @@ export namespace NotificationHelpers {
|
|
|
111
114
|
sq_comp_id?: undefined;
|
|
112
115
|
trivia_id?: undefined;
|
|
113
116
|
content_id?: undefined;
|
|
117
|
+
content_type?: undefined;
|
|
114
118
|
contest_type?: undefined;
|
|
115
119
|
player_filter_id?: undefined;
|
|
116
120
|
fund_id?: undefined;
|
|
@@ -144,6 +148,7 @@ export namespace NotificationHelpers {
|
|
|
144
148
|
sq_comp_id?: undefined;
|
|
145
149
|
trivia_id?: undefined;
|
|
146
150
|
content_id?: undefined;
|
|
151
|
+
content_type?: undefined;
|
|
147
152
|
contest_type?: undefined;
|
|
148
153
|
player_filter_id?: undefined;
|
|
149
154
|
fund_id?: undefined;
|
|
@@ -177,6 +182,7 @@ export namespace NotificationHelpers {
|
|
|
177
182
|
sq_comp_id?: undefined;
|
|
178
183
|
trivia_id?: undefined;
|
|
179
184
|
content_id?: undefined;
|
|
185
|
+
content_type?: undefined;
|
|
180
186
|
contest_type?: undefined;
|
|
181
187
|
player_filter_id?: undefined;
|
|
182
188
|
fund_id?: undefined;
|
|
@@ -210,6 +216,7 @@ export namespace NotificationHelpers {
|
|
|
210
216
|
season_id?: undefined;
|
|
211
217
|
trivia_id?: undefined;
|
|
212
218
|
content_id?: undefined;
|
|
219
|
+
content_type?: undefined;
|
|
213
220
|
contest_type?: undefined;
|
|
214
221
|
player_filter_id?: undefined;
|
|
215
222
|
fund_id?: undefined;
|
|
@@ -243,6 +250,7 @@ export namespace NotificationHelpers {
|
|
|
243
250
|
season_id?: undefined;
|
|
244
251
|
sq_comp_id?: undefined;
|
|
245
252
|
content_id?: undefined;
|
|
253
|
+
content_type?: undefined;
|
|
246
254
|
contest_type?: undefined;
|
|
247
255
|
player_filter_id?: undefined;
|
|
248
256
|
fund_id?: undefined;
|
|
@@ -268,6 +276,7 @@ export namespace NotificationHelpers {
|
|
|
268
276
|
path_name: string;
|
|
269
277
|
params: {
|
|
270
278
|
content_id: string;
|
|
279
|
+
content_type: string;
|
|
271
280
|
contest_id?: undefined;
|
|
272
281
|
rebate_id?: undefined;
|
|
273
282
|
bracket_competition_id?: undefined;
|
|
@@ -310,6 +319,7 @@ export namespace NotificationHelpers {
|
|
|
310
319
|
sq_comp_id?: undefined;
|
|
311
320
|
trivia_id?: undefined;
|
|
312
321
|
content_id?: undefined;
|
|
322
|
+
content_type?: undefined;
|
|
313
323
|
player_filter_id?: undefined;
|
|
314
324
|
fund_id?: undefined;
|
|
315
325
|
hedge_id?: undefined;
|
|
@@ -343,6 +353,7 @@ export namespace NotificationHelpers {
|
|
|
343
353
|
sq_comp_id?: undefined;
|
|
344
354
|
trivia_id?: undefined;
|
|
345
355
|
content_id?: undefined;
|
|
356
|
+
content_type?: undefined;
|
|
346
357
|
contest_type?: undefined;
|
|
347
358
|
fund_id?: undefined;
|
|
348
359
|
hedge_id?: undefined;
|
|
@@ -376,6 +387,7 @@ export namespace NotificationHelpers {
|
|
|
376
387
|
sq_comp_id?: undefined;
|
|
377
388
|
trivia_id?: undefined;
|
|
378
389
|
content_id?: undefined;
|
|
390
|
+
content_type?: undefined;
|
|
379
391
|
contest_type?: undefined;
|
|
380
392
|
player_filter_id?: undefined;
|
|
381
393
|
hedge_id?: undefined;
|
|
@@ -409,6 +421,7 @@ export namespace NotificationHelpers {
|
|
|
409
421
|
sq_comp_id?: undefined;
|
|
410
422
|
trivia_id?: undefined;
|
|
411
423
|
content_id?: undefined;
|
|
424
|
+
content_type?: undefined;
|
|
412
425
|
contest_type?: undefined;
|
|
413
426
|
player_filter_id?: undefined;
|
|
414
427
|
fund_id?: undefined;
|
|
@@ -442,6 +455,7 @@ export namespace NotificationHelpers {
|
|
|
442
455
|
sq_comp_id?: undefined;
|
|
443
456
|
trivia_id?: undefined;
|
|
444
457
|
content_id?: undefined;
|
|
458
|
+
content_type?: undefined;
|
|
445
459
|
contest_type?: undefined;
|
|
446
460
|
player_filter_id?: undefined;
|
|
447
461
|
fund_id?: undefined;
|
|
@@ -478,6 +492,7 @@ export namespace NotificationHelpers {
|
|
|
478
492
|
sq_comp_id?: undefined;
|
|
479
493
|
trivia_id?: undefined;
|
|
480
494
|
content_id?: undefined;
|
|
495
|
+
content_type?: undefined;
|
|
481
496
|
player_filter_id?: undefined;
|
|
482
497
|
fund_id?: undefined;
|
|
483
498
|
hedge_id?: undefined;
|
|
@@ -508,6 +523,7 @@ export namespace NotificationHelpers {
|
|
|
508
523
|
sq_comp_id?: undefined;
|
|
509
524
|
trivia_id?: undefined;
|
|
510
525
|
content_id?: undefined;
|
|
526
|
+
content_type?: undefined;
|
|
511
527
|
contest_type?: undefined;
|
|
512
528
|
player_filter_id?: undefined;
|
|
513
529
|
fund_id?: undefined;
|
|
@@ -541,6 +557,7 @@ export namespace NotificationHelpers {
|
|
|
541
557
|
sq_comp_id?: undefined;
|
|
542
558
|
trivia_id?: undefined;
|
|
543
559
|
content_id?: undefined;
|
|
560
|
+
content_type?: undefined;
|
|
544
561
|
contest_type?: undefined;
|
|
545
562
|
player_filter_id?: undefined;
|
|
546
563
|
fund_id?: undefined;
|
|
@@ -574,6 +591,7 @@ export namespace NotificationHelpers {
|
|
|
574
591
|
sq_comp_id?: undefined;
|
|
575
592
|
trivia_id?: undefined;
|
|
576
593
|
content_id?: undefined;
|
|
594
|
+
content_type?: undefined;
|
|
577
595
|
contest_type?: undefined;
|
|
578
596
|
player_filter_id?: undefined;
|
|
579
597
|
fund_id?: undefined;
|
|
@@ -607,6 +625,7 @@ export namespace NotificationHelpers {
|
|
|
607
625
|
sq_comp_id?: undefined;
|
|
608
626
|
trivia_id?: undefined;
|
|
609
627
|
content_id?: undefined;
|
|
628
|
+
content_type?: undefined;
|
|
610
629
|
contest_type?: undefined;
|
|
611
630
|
player_filter_id?: undefined;
|
|
612
631
|
fund_id?: undefined;
|
|
@@ -640,6 +659,7 @@ export namespace NotificationHelpers {
|
|
|
640
659
|
sq_comp_id?: undefined;
|
|
641
660
|
trivia_id?: undefined;
|
|
642
661
|
content_id?: undefined;
|
|
662
|
+
content_type?: undefined;
|
|
643
663
|
contest_type?: undefined;
|
|
644
664
|
player_filter_id?: undefined;
|
|
645
665
|
fund_id?: undefined;
|
|
@@ -673,6 +693,7 @@ export namespace NotificationHelpers {
|
|
|
673
693
|
sq_comp_id?: undefined;
|
|
674
694
|
trivia_id?: undefined;
|
|
675
695
|
content_id?: undefined;
|
|
696
|
+
content_type?: undefined;
|
|
676
697
|
contest_type?: undefined;
|
|
677
698
|
player_filter_id?: undefined;
|
|
678
699
|
fund_id?: undefined;
|
|
@@ -706,6 +727,7 @@ export namespace NotificationHelpers {
|
|
|
706
727
|
sq_comp_id?: undefined;
|
|
707
728
|
trivia_id?: undefined;
|
|
708
729
|
content_id?: undefined;
|
|
730
|
+
content_type?: undefined;
|
|
709
731
|
contest_type?: undefined;
|
|
710
732
|
player_filter_id?: undefined;
|
|
711
733
|
fund_id?: undefined;
|
|
@@ -739,6 +761,7 @@ export namespace NotificationHelpers {
|
|
|
739
761
|
sq_comp_id?: undefined;
|
|
740
762
|
trivia_id?: undefined;
|
|
741
763
|
content_id?: undefined;
|
|
764
|
+
content_type?: undefined;
|
|
742
765
|
contest_type?: undefined;
|
|
743
766
|
player_filter_id?: undefined;
|
|
744
767
|
fund_id?: undefined;
|
|
@@ -772,6 +795,7 @@ export namespace NotificationHelpers {
|
|
|
772
795
|
sq_comp_id?: undefined;
|
|
773
796
|
trivia_id?: undefined;
|
|
774
797
|
content_id?: undefined;
|
|
798
|
+
content_type?: undefined;
|
|
775
799
|
contest_type?: undefined;
|
|
776
800
|
player_filter_id?: undefined;
|
|
777
801
|
fund_id?: undefined;
|
|
@@ -791,13 +815,62 @@ export namespace NotificationHelpers {
|
|
|
791
815
|
};
|
|
792
816
|
requiredParams: string[];
|
|
793
817
|
primary: boolean;
|
|
818
|
+
} | {
|
|
819
|
+
label: string;
|
|
820
|
+
path_name: string;
|
|
821
|
+
params: {
|
|
822
|
+
content_id: string;
|
|
823
|
+
contest_id?: undefined;
|
|
824
|
+
rebate_id?: undefined;
|
|
825
|
+
bracket_competition_id?: undefined;
|
|
826
|
+
mode?: undefined;
|
|
827
|
+
competition_id?: undefined;
|
|
828
|
+
season_id?: undefined;
|
|
829
|
+
sq_comp_id?: undefined;
|
|
830
|
+
trivia_id?: undefined;
|
|
831
|
+
content_type?: undefined;
|
|
832
|
+
contest_type?: undefined;
|
|
833
|
+
player_filter_id?: undefined;
|
|
834
|
+
fund_id?: undefined;
|
|
835
|
+
hedge_id?: undefined;
|
|
836
|
+
league_id?: undefined;
|
|
837
|
+
market_id?: undefined;
|
|
838
|
+
side_type?: undefined;
|
|
839
|
+
side_id?: undefined;
|
|
840
|
+
team_id?: undefined;
|
|
841
|
+
flash_campaign_id?: undefined;
|
|
842
|
+
post_id?: undefined;
|
|
843
|
+
campaign_id?: undefined;
|
|
844
|
+
player_id?: undefined;
|
|
845
|
+
company_id?: undefined;
|
|
846
|
+
group_id?: undefined;
|
|
847
|
+
order_id?: undefined;
|
|
848
|
+
podcast_id?: undefined;
|
|
849
|
+
};
|
|
850
|
+
requiredParams: string[];
|
|
851
|
+
primary: boolean;
|
|
794
852
|
})[];
|
|
795
853
|
}
|
|
796
854
|
export namespace NotificationApi {
|
|
797
855
|
function setEnvironment(): void;
|
|
798
856
|
function getPlayersByPlayerIds(player_ids: any): Promise<any>;
|
|
799
|
-
function broadcastNotifications(player_notification: any, player_ids: any): Promise<any>;
|
|
800
|
-
function getActiveNotificationGroups(): Promise<any>;
|
|
857
|
+
function broadcastNotifications(player_notification: any, player_ids: any, notification_group_id: any): Promise<any>;
|
|
858
|
+
function getActiveNotificationGroups(limit: any, offset: any): Promise<any>;
|
|
801
859
|
function getNotificationGroupMembersByGroup(notification_group_id: any): Promise<any>;
|
|
860
|
+
function getAllNotificationGroups(limit: any, offset: any, search: any): Promise<any>;
|
|
861
|
+
function getNotificationGroupsByStatus(status: any, limit: any, offset: any, search: any): Promise<any>;
|
|
862
|
+
function getNotificationGroupById(notification_group_id: any): Promise<any>;
|
|
863
|
+
function createNotificationGroup(notification_group: any): Promise<any>;
|
|
864
|
+
function updateNotificationGroup(notification_group: any): Promise<any>;
|
|
865
|
+
function inactivateNotificationGroup(notification_group_id: any): Promise<any>;
|
|
866
|
+
function updateGroupMembers(notification_group_id: any, player_ids: any): Promise<any>;
|
|
867
|
+
function getAllNotificationJobs(limit: any, offset: any): Promise<any>;
|
|
868
|
+
function getNotificationJobsByStatus(status: any, limit: any, offset: any): Promise<any>;
|
|
869
|
+
function getNotificationJobsByGroup(notification_group_id: any): Promise<any>;
|
|
870
|
+
function getNotificationJobById(notification_job_id: any): Promise<any>;
|
|
871
|
+
function createNotificationJob(notification_job: any): Promise<any>;
|
|
872
|
+
function updateNotificationJob(notification_job: any): Promise<any>;
|
|
873
|
+
function finalizeNotificationJob(notification_job_id: any): Promise<any>;
|
|
874
|
+
function cancelNotificationJob(notification_job_id: any): Promise<any>;
|
|
802
875
|
}
|
|
803
876
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/NotificationManager/api/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/NotificationManager/api/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmYkB,gCAGf;IAIsB,8DAatB;IAOuB,qHAgBvB;IAC4B,4EAa5B;IACmC,sFAOnC;IAMyB,sFAazB;IAI8B,wGAa9B;IAIyB,4EAQzB;IAIwB,wEAUxB;IAIwB,wEAUxB;IAI4B,+EAQ5B;IAImB,uFAcnB;IAMuB,uEAYvB;IAI4B,yFAY5B;IAI2B,8EAQ3B;IAIuB,wEAQvB;IAIsB,oEAUtB;IAIsB,oEAUtB;IAIwB,yEAQxB;IAIsB,uEAQtB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
export default GroupManagement;
|
|
2
|
+
declare function GroupManagement({ onFocusPosition }: {
|
|
3
|
+
onFocusPosition: any;
|
|
4
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
5
|
+
import React from 'react';
|
|
6
|
+
//# sourceMappingURL=GroupManagement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupManagement.d.ts","sourceRoot":"","sources":["../../../../../module/NotificationManager/components/GroupManagement.js"],"names":[],"mappings":";AAeA;;kGAo/BC;kBAngC0C,OAAO"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default JobManagement;
|
|
2
|
+
declare function JobManagement({ onEditJob, onFocusPosition }: {
|
|
3
|
+
onEditJob: any;
|
|
4
|
+
onFocusPosition: any;
|
|
5
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
6
|
+
import React from 'react';
|
|
7
|
+
//# sourceMappingURL=JobManagement.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"JobManagement.d.ts","sourceRoot":"","sources":["../../../../../module/NotificationManager/components/JobManagement.js"],"names":[],"mappings":";AAgCA;;;kGAouBC;kBApwB0C,OAAO"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default ScheduleNotification;
|
|
2
|
+
declare function ScheduleNotification({ onFocusPosition, editingJob, onJobSaved }: {
|
|
3
|
+
onFocusPosition: any;
|
|
4
|
+
editingJob: any;
|
|
5
|
+
onJobSaved: any;
|
|
6
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
7
|
+
import React from 'react';
|
|
8
|
+
//# sourceMappingURL=ScheduleNotification.d.ts.map
|
package/lib/typescript/lib/module/NotificationManager/components/ScheduleNotification.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ScheduleNotification.d.ts","sourceRoot":"","sources":["../../../../../module/NotificationManager/components/ScheduleNotification.js"],"names":[],"mappings":";AAWA;;;;kGAiYC;kBA5Y0C,OAAO"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export { default as GroupManagement } from "./GroupManagement";
|
|
2
|
+
export { default as ScheduleNotification } from "./ScheduleNotification";
|
|
3
|
+
export { default as JobManagement } from "./JobManagement";
|
|
4
|
+
export { default as GroupSelector } from "./shared/GroupSelector";
|
|
5
|
+
export { default as StatusBadge } from "./shared/StatusBadge";
|
|
6
|
+
export { default as DateTimePicker } from "./shared/DateTimePicker";
|
|
7
|
+
export { default as NotificationBuilderForm } from "./shared/NotificationBuilderForm";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../../module/NotificationManager/components/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default DateTimePicker;
|
|
2
|
+
declare function DateTimePicker({ value, onChange, label, onFocusPosition }: {
|
|
3
|
+
value: any;
|
|
4
|
+
onChange: any;
|
|
5
|
+
label: any;
|
|
6
|
+
onFocusPosition: any;
|
|
7
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
8
|
+
import React from 'react';
|
|
9
|
+
//# sourceMappingURL=DateTimePicker.d.ts.map
|
package/lib/typescript/lib/module/NotificationManager/components/shared/DateTimePicker.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateTimePicker.d.ts","sourceRoot":"","sources":["../../../../../../module/NotificationManager/components/shared/DateTimePicker.js"],"names":[],"mappings":";AAEA;;;;;kGAqGC;kBAvGiB,OAAO"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default GroupSelector;
|
|
2
|
+
declare function GroupSelector({ visible, onClose, onSelectGroup, groups, loading, selectedGroup, showCustomOption, customGroup }: {
|
|
3
|
+
visible: any;
|
|
4
|
+
onClose: any;
|
|
5
|
+
onSelectGroup: any;
|
|
6
|
+
groups: any;
|
|
7
|
+
loading?: boolean | undefined;
|
|
8
|
+
selectedGroup: any;
|
|
9
|
+
showCustomOption?: boolean | undefined;
|
|
10
|
+
customGroup: any;
|
|
11
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> | null;
|
|
12
|
+
import React from 'react';
|
|
13
|
+
//# sourceMappingURL=GroupSelector.d.ts.map
|
package/lib/typescript/lib/module/NotificationManager/components/shared/GroupSelector.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"GroupSelector.d.ts","sourceRoot":"","sources":["../../../../../../module/NotificationManager/components/shared/GroupSelector.js"],"names":[],"mappings":";AAIA;;;;;;;;;yGAiLC;kBArLiB,OAAO"}
|
package/lib/typescript/lib/module/NotificationManager/components/shared/NotificationBuilderForm.d.ts
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default NotificationBuilderForm;
|
|
2
|
+
declare function NotificationBuilderForm({ notification, onChange, onFocusPosition, showPreview, showType }: {
|
|
3
|
+
notification: any;
|
|
4
|
+
onChange: any;
|
|
5
|
+
onFocusPosition: any;
|
|
6
|
+
showPreview?: boolean | undefined;
|
|
7
|
+
showType?: boolean | undefined;
|
|
8
|
+
}): React.DetailedReactHTMLElement<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>;
|
|
9
|
+
import React from 'react';
|
|
10
|
+
//# sourceMappingURL=NotificationBuilderForm.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotificationBuilderForm.d.ts","sourceRoot":"","sources":["../../../../../../module/NotificationManager/components/shared/NotificationBuilderForm.js"],"names":[],"mappings":";AAiBA;;;;;;kGAieC;kBAlfmD,OAAO"}
|