@clickview/player 0.0.4 → 0.0.5-dev.1

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.
Files changed (47) hide show
  1. package/dist/en.json +1 -1
  2. package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +21 -2
  3. package/dist/libs/common/src/backbone/core/AppLink.d.ts +0 -4
  4. package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +2 -2
  5. package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +2 -1
  6. package/dist/libs/shared/src/enums/MasterType.d.ts +1 -0
  7. package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +4 -1
  8. package/dist/libs/shared/src/images/svg/objects/index.d.ts +2 -1
  9. package/dist/libs/shared/src/images/svg/status/index.d.ts +2 -1
  10. package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +2 -0
  11. package/dist/libs/shared/src/interfaces/models/User.d.ts +10 -0
  12. package/dist/libs/shared/src/interfaces/models/interactive-results/StudentResult.d.ts +2 -1
  13. package/dist/libs/shared/src/utils/ImageHelper.d.ts +2 -1
  14. package/dist/player-app.css +22 -20
  15. package/dist/player-app.js +13 -13
  16. package/dist/projects/player/src/components/cog-button/cog-button.d.ts +0 -1
  17. package/dist/projects/player/src/components/cog-button/collapsible-heading-menu-item.d.ts +15 -0
  18. package/dist/projects/player/src/components/collapserator/collapserator.d.ts +1 -1
  19. package/dist/projects/player/src/components/keyboard-shortcuts-button/keyboard-shortcuts-button.d.ts +1 -0
  20. package/dist/projects/player/src/components/menu/menu.d.ts +7 -0
  21. package/dist/projects/player/src/components/play-pause-feedback/play-pause-feedback.d.ts +1 -0
  22. package/dist/projects/player/src/components/play-toggle/play-toggle.d.ts +1 -0
  23. package/dist/projects/player/src/components/player/player.d.ts +4 -0
  24. package/dist/projects/player/src/components/subs-caps-button/off-text-track-menu-item.d.ts +1 -0
  25. package/dist/projects/player/src/components/subs-caps-button/subs-caps-button.d.ts +1 -0
  26. package/dist/projects/player/src/components/subs-caps-button/subtitle-search-menu-item.d.ts +2 -1
  27. package/dist/projects/player/src/components/subtitle-search-button/subtitle-search-button.d.ts +1 -0
  28. package/dist/projects/player/src/players/base-player.d.ts +13 -2
  29. package/dist/projects/player/src/players/interactive-player.d.ts +4 -0
  30. package/dist/projects/player/src/players/player.d.ts +0 -5
  31. package/dist/projects/player/src/plugins/fullscreen-on-rotate-plugin/fullscreen-on-rotate-plugin.d.ts +29 -0
  32. package/dist/projects/player/src/plugins/interactive-plugin/hooks/useStateManager.d.ts +2 -0
  33. package/dist/projects/player/src/plugins/interactive-plugin/interactive-plugin.d.ts +2 -0
  34. package/dist/projects/player/src/plugins/next-video-plugin/next-video-plugin.d.ts +1 -1
  35. package/dist/projects/player/src/plugins/open-externally-plugin/open-externally-plugin.d.ts +30 -0
  36. package/dist/projects/player/src/plugins/persist-subtitle-settings-plugin/persist-subtitle-settings-plugin.d.ts +0 -1
  37. package/dist/projects/player/src/plugins/persist-volume-plugin/persist-volume-plugin.d.ts +25 -0
  38. package/dist/projects/player/src/plugins/picture-in-picture-plugin/picture-in-picture-plugin.d.ts +0 -1
  39. package/dist/projects/player/src/plugins/progress-reporter-plugin/progress-reporter-plugin.d.ts +1 -0
  40. package/dist/projects/player/src/plugins/progressive-files-plugin/progressive-files-plugin.d.ts +3 -0
  41. package/dist/projects/player/src/plugins/touch-controls-plugin/touch-controls-plugin.d.ts +40 -0
  42. package/dist/projects/player/src/services/analytics-service.d.ts +5 -1
  43. package/package.json +5 -5
  44. package/dist/projects/player/src/plugins/example-plugin/components/example-button/example-button.d.ts +0 -1
  45. package/dist/projects/player/src/plugins/example-plugin/example-plugin.d.ts +0 -2
  46. package/dist/projects/player/src/utils/scrollbar-helper.d.ts +0 -6
  47. /package/dist/projects/player/src/{plugins/example-plugin/components/example-react-button/example-react-button.d.ts → components/seek-bar/seek-bar.d.ts} +0 -0
package/dist/en.json CHANGED
@@ -1 +1 @@
1
- {"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}},"playlists":{"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"durationFilter":{"rangeShort":"< 10 min","rangeMedium":"11 - 40 min","rangeLong":"> 40 min"},"resetButton":{"reset":"Reset all"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"sharedSearch":{"utils":{"yearGroup":"Year Groups","types":"Types","rating":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classrooms","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","topics":"Topics","playlists":"Playlists","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A","audience":"Year Groups","resources":"Resources","resourcesDescription":"Only display videos with learning resources","subtitles":"Subtitles","subtitlesDescription":"Only display videos with subtitles","productionYear":"Production Year","anyYear":"Any Year","thisYear":"This Year","last3Years":"Last 3 Years","last10Years":"Last 10 Years","isHd":"Is HD","isHdDescription":"Only display HD videos","producedByClickView":"Is ClickView Content","producedByClickViewDescription":"Only display videos produced by ClickView","duration":"Duration","durationShort":"Short","durationMedium":"Medium","durationLong":"Long","deactivated":"Deactivated","deactivatedDescription":"Only show deactivated users"}},"subjects":{"audienceFilter":{"clear":"Clear"},"comingSoon":{"comingSoon":"Coming Soon","info1":"We are currently building this topic.","info2":"In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips"}},"upload":{"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"uploadBtn":"Upload .csv file","emptySpreadsheet":"The file you have uploaded appears to be empty! Please add some users and try again.","missingHeadings":"Your spreadsheet is missing the following headings: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again.","unrecognisedHeadings":"The following headings in your spreadsheet are invalid: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again."},"editStaffSpreadsheet":{"editUser":"Edit staff","error":"Failed to upload staff"},"editStudentSpreadsheet":{"editUser":"Edit student"},"editUserSpreadsheet":{"networkError":"Something went wrong while trying to complete your upload. Please try again.","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded"},"staffSpreadsheetHeading":{"switchLabel":"Show only listings that need reviewing","next":"Next","cancel":"Cancel","heading":"Review staff list","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:"},"studentSpreadsheetHeading":{"switchLabel":"Show only listings that need reviewing","next":"Next","cancel":"Cancel","heading":"Review student list","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:"},"uploadUserSpreadsheet":{"chooseOption":"Choose an option to upload your users","uploadCsv":"Upload a .csv file","useOurTemplate":"Use our template to ensure the correct details are uploaded.","download":"Download Excel Template","googleSheets":"Import from Google Sheets","emptySpreadsheet":"The file you have uploaded appears to be empty! Please add some users and try again."},"staffDuplicatesHeading":{"heading":"Review staff list upload","next":"Next","cancel":"Cancel"},"studentDuplicatesHeading":{"heading":"Review student list upload","next":"Next","cancel":"Cancel"},"staffDuplicates":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","editUser":"Edit staff","subheading":"<span class=\"%{highlightClass}\">Some of your new staff accounts have identical details.</span> Make changes below, delete, or <a href=\"cv://user-manager-reupload\" class=\"%{linkClass}\">reupload your file</a>."},"studentDuplicates":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","editUser":"Edit student","subheading":"<span class=\"%{highlightClass}\">Some of your new staff accounts have identical details.</span> Make changes below, delete, or <a href=\"cv://user-manager-reupload\" class=\"%{linkClass}\">reupload your file</a>."},"staffSpreadsheetReviewHeading":{"cancel":"Cancel","finish":"Finish","heading":"Review staff list upload","isValid":"✅ Your list is valid! Click 'Finish' to complete the upload."},"studentSpreadsheetReviewHeading":{"cancel":"Cancel","finish":"Finish","heading":"Review student list upload","isValid":"✅ Your list is valid! Click 'Finish' to complete the upload."},"userSpreadsheetReview":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded"},"deleteUploadedStaffPopup":{"title":"Remove staff","confirmation":"Are you sure you want to remove this staff account?","cancel":"Cancel","delete":"Remove"},"deleteUploadedStudentPopup":{"title":"Remove student","confirmation":"Are you sure you want to remove this student account?","cancel":"Cancel","delete":"Remove"},"deleteStaff":{"infoOneUser":"Are you sure you want to delete <strong>%{name}'s</strong> account from your school?","infoManyUsers":"Are you sure you want to delete <strong>%{total}</strong> staff member accounts from your school?"},"deleteStudent":{"infoOneUser":"Are you sure you want to delete <strong>%{name}'s</strong> account from your school?","infoManyUsers":"Are you sure you want to delete <strong>%{total}</strong> students accounts from your school?"},"deleteUser":{"typeDelete":"Please type <strong>delete</strong> to confirm.","delete":"Delete","cancel":"Cancel"},"downloadUserList":{"studentFileName":"student-list","staffFileName":"staff-list"},"editUploadedUserPopup":{"save":"Save","saveAndNext":"Save and next"},"googleSheetsSelector":{"authenticating":"Authenticating with Google...","cancel":"Cancel","upload":"Upload","spreadsheetId":"Spreadsheet","selectSpreadsheetId":"Select a spreadsheet","spreadsheetRange":"Sheet","selectSpreadsheetRange":"Select a sheet","spreadsheetIdRequired":"Spreadsheet name is required","spreadsheetRangeRequired":"Sheet is required","okay":"Okay","authErrorTitle":"Authentication error","authErrorMessage":"Something went wrong while trying to authenticate to your Google account. Please try again.","spreadsheetFetchErrorTitle":"Something went wrong","spreadsheetFetchErrorMessage":"Something went wrong while we were trying to retrieve your spreadsheets. Please try again.","spreadsheetConfirmErrorTitle":"Something went wrong","spreadsheetConfirmErrorMessage":"Something went wrong while we were processing your spreadsheet. Please try again.","noSpreadsheetsErrorTitle":"No spreadsheets found","noSpreadsheetsErrorMessage":"We could not find any spreadsheets on your Google account. Please create a spreadsheet and try again."},"manageUsers":{"searchBarPlaceholder":"Search users..."},"toggleUserStatus":{"activateCheck":"Are you sure you want to activate <strong>%{name}</strong>?","deactivateCheck":"Are you sure you want to deactivate <strong>%{name}</strong>?","cancel":"Cancel","activate":"Activate","deactivate":"Deactivate"},"userCreatedSuccess":{"okay":"Okay","copy":"Copy","emailedAdminInfo":"To access their usernames and passwords, please check your email.","emailedUsersInfo":"The user has been sent an email to get started on ClickView. |||| Each user has been sent an email to get started on ClickView.","username":"Username:","password":"Password:","userDetailsInfo":"Copy and save these details somewhere safe! You won't be able to access them again.","copied":"Successfully copied user details to clipboard."},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","emailAddress":"Email Address","username":"Username","password":"Password","firstNamePlaceholder":"Enter user's first name...","lastNamePlaceholder":"Enter user's last name...","emailAddressPlaceholder":"Enter user's email...","usernamePlaceholder":"Create custom username...","passwordPlaceholder":"Create a password...","selectYearGroup":"Select a year group...","admin":"Administrator","goToNext":"Continue to next user","usernameInfo":"Usernames are automatically generated if a custom one is not provided","passwordInfo":"Passwords are automatically generated if a custom one is not provided"},"userDuplicatesTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username"},"userManagerSearchEmptyState":{"heading":"No users were found that match your search","info":"Try changing your search query or filters"},"userList":{"activate":"Activate account","deactivate":"Deactivate account","deactivated":"Deactivated","thatsYou":"That's you","pending":"Pending","pendingTooltip":"Awaiting activation","resendActivationEmail":"Resend activation email","admin":"Admin","delete":"Delete","deleteDisabledTooltip":"Account must be deactivated before deleting","yesterday":"Yesterday","lastActive":"Last active","today":"Today","changePassword":"Change password","viewWorkspace":"View workspace"},"staffManagerActions":{"uploadList":"Upload staff list","addNew":"Create new staff member","export":"Export staff"},"studentManagerActions":{"uploadList":"Upload student list","addNew":"Create new student","export":"Export students"},"userManagerEntries":{"users":"Showing %{totalShowing} of %{totalUsers} user |||| Showing %{totalShowing} of %{totalUsers} users"},"staffManagerHeader":{"heading":"Staff Manager","managerBreadcrumb":"Staff Manager"},"studentManagerHeader":{"heading":"Student Manager","managerBreadcrumb":"Student Manager"},"userManagerHeader":{"settingsBreadcrumb":"Settings"},"invalidListingsEmptyState":{"heading":"There are no listings that need reviewing for ClickView","info":"You may still view and edit entries, or if they are finalised just hit \"Next\"","cta":"See full list"},"staffReviewTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username","noEmail":"No email provided","noUsername":"No username provided","invalidUsernameTooltip":"Usernames can only contain letters (a-z), numbers (0-9), periods (.), and underscores (_) are allowed."},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","email":"Email","username":"Username","noEmail":"No email provided","noUsername":"No username provided","invalidUsernameTooltip":"Usernames can only contain letters (a-z), numbers (0-9), periods (.), and underscores (_) are allowed."},"deleteActivatedUsersError":{"title":"Oops!","heading":"Oops!","body":"<strong>%{activatedCount}</strong> out of <strong>%{totalUsers}</strong> selected accounts have not been deactivated yet. Accounts must be deactivated before they can be deleted.","okay":"Okay"},"emptySpreadsheetError":{"title":"Empty spreadsheet error","heading":"Spreadsheet cannot be empty","okay":"Okay"},"invalidSpreadsheetError":{"title":"Invalid spreadsheet error","heading":"Invalid spreadsheet error","okay":"Okay"},"utils":{"nameExceeds":"First name is too long","nameRequired":"First name required","surnameExceeds":"Last name is too long","surnameRequired":"Last name required","emailExceeds":"Email address is too long","emailRequired":"Email address required","emailInvalid":"Email address invalid","yearGroupRequired":"Year group required","yearGroupInvalid":"Year group invalid","usernameExceeds":"Username is too long","usernameRequired":"Username required","usernameExistsShort":"Username already exists","usernameExistsLong":"A user with this username already exists.","emailExistsShort":"Email already exists","emailExistsLong":"A user with this email address already exists.","usernameInvalid":"Username is invalid","missingHeadingsError":"Your spreadsheet is missing the following headings: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again.","unrecognisedHeadingsError":"The following headings in your spreadsheet are invalid: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again."},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"First name is required","surnameExceeds":"Last name is too long","surnameRequired":"Last name is required","emailExceeds":"Email address is too long","emailRequired":"Email address is required","emailInvalid":"Please provide a valid email address","yearGroupRequired":"Year group is required","yearGroupInvalid":"Year group is invalid","usernameExceeds":"Username is too long","usernameRequired":"Username is required","usernameInvalid":"Username invalid. Only letters (a-z), numbers (0-9), periods (.), and underscores (_) are allowed.","usernameIsEmail":"Username invalid. Email addresses cannot be used for usernames."}},"shared":{"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"channelFormField":{"channel":"Channel","placeholder":"Search for a channel..."},"confirmationPopup":{"confirm":"Confirm","cancel":"Cancel"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editLink":{"linkNameExceeds":"Please provide a shorter name","linkNameRequired":"Please provide a name for your resource","linkUrlRequired":"Please provide a valid URL for your resource. e.g. https://example.com","linkUrlExceeds":"Please provide a shorter URL","urlLabel":"URL","urlPlaceholder":"Paste the URL to a resource here","nameLabel":"Name","namePlaceholder":"Display name","cancel":"Cancel"},"editResource":{"name":"Name","namePlaceholder":"Enter a name for this resource","nameTooLong":"Name is too long","nameRequired":"Name is required","cancel":"Cancel"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"editVideoLinks":{"heading":"Resource Links","description":"You may attach links to other learning resources related to this video.","attach":"Attach","limit":"There is a resource link limit of %{limit} links. To add another link please first remove one."},"editVideoResources":{"resourcesLimit":"There is a resource limit of %{limit} resources. To add another resource please first remove one.","customerResources":"My School's Learning Resources","clickViewResources":"Learning Resources by ClickView","resources":"Learning Resources","resourcesDescription":"Maximum file size 10MB. <span class='text-muted'>(Word, Excel, PowerPoint, pdf, text and images are supported.)</span>","resourcesAlternative":"or Drag and drop learning resources(s) to upload","clickViewResourcesEmpty":"There are no ClickView resources for this video"},"editVideoSubtitles":{"subtitlesLimit":"There is a subtitle limit of %{limit} subtitles. To add another subtitle please first remove one.","customerSubtitles":"My School's Subtitles","subtitles":"Subtitles","subtitlesDescription":"You can upload up to %{limit} subtitles. <span class='text-muted'>(.srt files are supported.)</span>","subtitlesAlternative":"or Drag and drop a subtitle file (*.srt) to upload","clickViewSubtitles":"Subtitles by ClickView","clickViewSubtitlesEmpty":"There are no ClickView subtitles for this video"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"fileSelect":{"browse":"Browse for a file","invalidFileType":"Invalid file type"},"formButtons":{"create":"Create","save":"Save","next":"Next"},"imageCropper":{"cancel":"Cancel","crop":"Crop","title":"Crop and resize your image"},"imageSelect":{"minDimensions":"(Minimum dimensions are %{width}px x %{height}px)","uploadAThumbnail":"Upload a thumbnail"},"immersiveReader":{"titleFallback":"Immersive Reader"},"interactiveQuestions":{"answer":"Answer","pending":"Pending","answered":"Answered"},"languageSelect":{"heading":"Select a language for your subtitle","placeholder":"Select a language","close":"Close","submit":"Submit","label":"Language"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoAtAGlance":{"readFullDescription":"View Video Details","videoAtAGlance":"Video at a glance...","seeCurriculumLinks":"See Curriculum Links"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"interactiveItem":{"previewQuestions":"Preview %{questionsShown} of %{smart_count} question |||| Preview %{questionsShown} of %{smart_count} questions"},"videoOwnerText":{"clickViewContent":"Created by ClickView"},"dynamicWidget":{"topics":"Topics","relatedTopics":"Related Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Topics","all":"Explore all topics"},"dataHooks":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"hooks":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","discard":"Discard","cancel":"Cancel"},"behaviors":{"fileDrop":{"fileDrop":"Drop files here to begin uploading"}},"_fileSelect":{"browse":"Browse for a file","drop":"Drop files here to begin uploading"},"_pagination":{"next":"Next","previous":"Previous"},"tooManyFiles":{"title":"Uploading many files","heading":"Multiple files selected","body":"Please only upload one file at a time.","okay":"Okay"},"errors":{"tooManyResources":{"heading":"Too many resources.","body":"Cannot add more than %{resourceLimit} resource files to a video. Please remove some resources if you would like to add more.","okay":"Okay"},"tooManySubtitles":{"heading":"Too many subtitles","body":"Cannot add more than %{subtitleLimit} subtitle files to a video. Please remove some subtitles if you would like to add more.","okay":"Okay"}},"interactionTypes":{"annotationName":"Annotation","imageName":"Image","missingWordName":"Missing word","missingWordPrompt":"Fill in the blank by typing the missing word(s)","multipleChoiceName":"Multiple Choice","multipleChoicePrompt":"Choose the correct answer(s)","shortAnswerName":"Short Answer","shortAnswerPrompt":"Type in your answer to the question","trueOrFalseName":"True or False","trueOrFalsePrompt":"Choose the correct answer"},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large","exchange":"Exchange","workspace":"Workspace","file":"File","zipArchive":"Zip archive","presentation":"Presentation","spreadsheet":"Spreadsheet","document":"Document","pdf":"PDF","image":"Image","autoGeneratedSubtitle":"%{name} (auto-generated)","cancel":"Cancel","confirm":"Confirm"},"deleteLinkView":{"heading":"Remove link?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed link","error":"Failed to remove link. Please try again later."},"deleteResourceView":{"heading":"Remove learning resource?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed resource","error":"Failed to remove resource. Please try again later."},"deleteSubtitleView":{"heading":"Remove subtitle?","body":"Are you sure you want to remove these subtitles: <strong>%{language}</strong>?","remove":"Remove","success":"Successfully removed subtitle","error":"Failed to remove subtitle. Please try again later."},"editLinkView":{"heading":"Edit link","success":"Successfully saved link","error":"Failed to save link. Please try again later."},"editResourceView":{"heading":"Edit learning resource","success":"Successfully updated resource","error":"Failed to update resource. Please try again later."}},"workspace":{"ratingSelect":{"rating":"Rating","removeRating":"Remove rating","removeRatingTitle":"Without a rating, this video will be viewable by all staff and students"}}}
1
+ {"notifications":{"notificationList":{"noNotifications":"You have no notifications"},"services":{"suggestEditSubmit":"Suggestion was successfully submitted"},"utils":{"viewVideoDetails":"View video details","viewVideo":"View video","reviewVideos":"Review videos","viewNewContent":"View new content","reviewVideo":"Review video","seeNow":"See now"},"notifications":{"title":"Notifications","notifications":"Notifications"},"notificationsPopover":{"notifications":"Notifications","seeAll":"See all notifications"}},"playlists":{"emptyState":{"noPlaylistsHeading":"You have no playlists","noPlaylistsInfo":"Click <strong>New Playlist</strong> above to create one.","noVideosHeading":"There are no videos in this playlist","noVideosInfo":"Learn how to add videos to a playlist."},"playlistItem":{"videos":"%{smart_count} video |||| %{smart_count} videos","lastUpdated":"Last updated: %{timeAgo}","notUpdatedRecently":"Last updated over a month ago"},"playlistSortSelect":{"recentlyUpdated":"Recently updated","atoz":"A to Z","ztoa":"Z to A","newest":"Newest","oldest":"Oldest"},"hooks":{"somethingWentWrong":"Something went wrong"},"validation":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long"}},"search":{"filterActions":{"apply":"Apply","reset":"Reset"},"durationFilter":{"rangeShort":"< 10 min","rangeMedium":"11 - 40 min","rangeLong":"> 40 min"},"resetButton":{"reset":"Reset all"},"searchFilters":{"heading":"Filters","reset":"Reset Filters"},"searchTips":{"heading":"Search Tips","firstTerm":"\"atomic bonding\"","firstDescription":"Search for exact phrases using quotation marks","secondTerm":"\"romeo and juliet\" english","secondDescription":"Combine normal and exact phrases together","thirdTerm":"-pollution","thirdDescription":"Exclude a keyword from your search","fourthTerm1":"tag:literature","fourthTerm2":"folder:science","fourthDescription":"Search for results within a tag, folder or series","fifthTerm":"folder:-physics","fifthDescription":"Use a \"-\" to exclude a folder, title or series"},"services":{"folderTag":"This folder","seriesTag":"This series"},"searchBar":{"findingResults":"Finding results...","recentSearches":"Recent Searches","allResults":"Show all results for","noLibraries":"There are currently no libraries to search. Add a new library to get started.","placeholder":"Search within your library... |||| Search within your libraries...","classifications":"topics","videos":"videos","tags":"tags","series":"series"}},"sharedSearch":{"utils":{"yearGroup":"Year Groups","types":"Types","rating":"Ratings","interactives":"Interactives","clips":"Clips","classroom":"Classrooms","moreFilters":"More Filters","interactivesDescription":"Only display videos with interactives","clipsDescription":"Only display videos with clips","topics":"Topics","playlists":"Playlists","series":"Series","videos":"Videos","firstNameAToZ":"First Name: A - Z","firstNameZToA":"First Name: Z - A","surnameAToZ":"Last Name: A - Z","surnameZToA":"Last Name: Z - A","audience":"Year Groups","resources":"Resources","resourcesDescription":"Only display videos with learning resources","subtitles":"Subtitles","subtitlesDescription":"Only display videos with subtitles","productionYear":"Production Year","anyYear":"Any Year","thisYear":"This Year","last3Years":"Last 3 Years","last10Years":"Last 10 Years","isHd":"Is HD","isHdDescription":"Only display HD videos","producedByClickView":"Is ClickView Content","producedByClickViewDescription":"Only display videos produced by ClickView","duration":"Duration","durationShort":"Short","durationMedium":"Medium","durationLong":"Long","deactivated":"Deactivated","deactivatedDescription":"Only show deactivated users"}},"subjects":{"audienceFilter":{"clear":"Clear"},"comingSoon":{"comingSoon":"Coming Soon","info1":"We are currently building this topic.","info2":"In the meantime, we can remind you when it's available.","remindMe":"Remind Me"},"heroVideo":{"resourcesHeading":"Resources","linksHeading":"Links","clipsHeading":"Clips","tagsHeading":"Tags","links":"%{smart_count} link |||| %{smart_count} links","resources":"%{smart_count} resource |||| %{smart_count} resources","clips":"%{smart_count} clip |||| %{smart_count} clips"}},"upload":{"fileType":{"heading":"Invalid file type","body":"Sorry but you cannot upload files of that type.","okay":"Okay","close":"Close"},"internetConnectivityError":{"title":"Internet connectivity issue","heading":"Connectivity issue.","body":"There seems to be an issue with your internet connection. Please try uploading your files again.","okay":"Okay"},"utils":{"videoProcessingError":"Something went wrong processing this video.","waiting":"Waiting to be processed","processing":"Processing %{progress}%","complete":"Complete","readyToWatch":"Ready to watch, still processing higher resolutions."}},"userManager":{"bulkUploadFileSelect":{"uploadBtn":"Upload .csv file","emptySpreadsheet":"The file you have uploaded appears to be empty! Please add some users and try again.","missingHeadings":"Your spreadsheet is missing the following headings: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again.","unrecognisedHeadings":"The following headings in your spreadsheet are invalid: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again."},"editStaffSpreadsheet":{"editUser":"Edit staff","error":"Failed to upload staff"},"editStudentSpreadsheet":{"editUser":"Edit student"},"editUserSpreadsheet":{"networkError":"Something went wrong while trying to complete your upload. Please try again.","navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded"},"staffSpreadsheetHeading":{"switchLabel":"Show only listings that need reviewing","next":"Next","cancel":"Cancel","heading":"Review staff list","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:"},"studentSpreadsheetHeading":{"switchLabel":"Show only listings that need reviewing","next":"Next","cancel":"Cancel","heading":"Review student list","reviewCount":"<span class=\"text-danger font-weight-bold\">%{smart_count}</span> listing needs reviewing. Please make sure you fill out all required missing information: |||| <span class=\"text-danger font-weight-bold\">%{smart_count}</span> listings need reviewing. Please make sure you fill out all required missing information:"},"uploadUserSpreadsheet":{"chooseOption":"Choose an option to upload your users","uploadCsv":"Upload a .csv file","useOurTemplate":"Use our template to ensure the correct details are uploaded.","download":"Download Excel Template","googleSheets":"Import from Google Sheets","emptySpreadsheet":"The file you have uploaded appears to be empty! Please add some users and try again."},"staffDuplicatesHeading":{"heading":"Review staff list upload","next":"Next","cancel":"Cancel"},"studentDuplicatesHeading":{"heading":"Review student list upload","next":"Next","cancel":"Cancel"},"staffDuplicates":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","editUser":"Edit staff","subheading":"<span class=\"%{highlightClass}\">Some of your new staff accounts have identical details.</span> Make changes below, delete, or <a href=\"cv://user-manager-reupload\" class=\"%{linkClass}\">reupload your file</a>."},"studentDuplicates":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","editUser":"Edit student","subheading":"<span class=\"%{highlightClass}\">Some of your new staff accounts have identical details.</span> Make changes below, delete, or <a href=\"cv://user-manager-reupload\" class=\"%{linkClass}\">reupload your file</a>."},"staffSpreadsheetReviewHeading":{"cancel":"Cancel","finish":"Finish","heading":"Review staff list upload","isValid":"✅ Your list is valid! Click 'Finish' to complete the upload."},"studentSpreadsheetReviewHeading":{"cancel":"Cancel","finish":"Finish","heading":"Review student list upload","isValid":"✅ Your list is valid! Click 'Finish' to complete the upload."},"userSpreadsheetReview":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded"},"deleteUploadedStaffPopup":{"title":"Remove staff","confirmation":"Are you sure you want to remove this staff account?","cancel":"Cancel","delete":"Remove"},"deleteUploadedStudentPopup":{"title":"Remove student","confirmation":"Are you sure you want to remove this student account?","cancel":"Cancel","delete":"Remove"},"deleteStaff":{"infoOneUser":"Are you sure you want to delete <strong>%{name}'s</strong> account from your school?","infoManyUsers":"Are you sure you want to delete <strong>%{total}</strong> staff member accounts from your school?"},"deleteStudent":{"infoOneUser":"Are you sure you want to delete <strong>%{name}'s</strong> account from your school?","infoManyUsers":"Are you sure you want to delete <strong>%{total}</strong> students accounts from your school?"},"deleteUser":{"typeDelete":"Please type <strong>delete</strong> to confirm.","delete":"Delete","cancel":"Cancel"},"downloadUserList":{"studentFileName":"student-list","staffFileName":"staff-list"},"editUploadedUserPopup":{"save":"Save","saveAndNext":"Save and next"},"googleSheetsSelector":{"authenticating":"Authenticating with Google...","cancel":"Cancel","upload":"Upload","spreadsheetId":"Spreadsheet","selectSpreadsheetId":"Select a spreadsheet","spreadsheetRange":"Sheet","selectSpreadsheetRange":"Select a sheet","spreadsheetIdRequired":"Spreadsheet name is required","spreadsheetRangeRequired":"Sheet is required","okay":"Okay","authErrorTitle":"Authentication error","authErrorMessage":"Something went wrong while trying to authenticate to your Google account. Please try again.","spreadsheetFetchErrorTitle":"Something went wrong","spreadsheetFetchErrorMessage":"Something went wrong while we were trying to retrieve your spreadsheets. Please try again.","spreadsheetConfirmErrorTitle":"Something went wrong","spreadsheetConfirmErrorMessage":"Something went wrong while we were processing your spreadsheet. Please try again.","noSpreadsheetsErrorTitle":"No spreadsheets found","noSpreadsheetsErrorMessage":"We could not find any spreadsheets on your Google account. Please create a spreadsheet and try again."},"manageUsers":{"searchBarPlaceholder":"Search users..."},"toggleUserStatus":{"activateCheck":"Are you sure you want to activate <strong>%{name}</strong>?","deactivateCheck":"Are you sure you want to deactivate <strong>%{name}</strong>?","cancel":"Cancel","activate":"Activate","deactivate":"Deactivate"},"userCreatedSuccess":{"okay":"Okay","copy":"Copy","emailedAdminInfo":"To access their usernames and passwords, please check your email.","emailedUsersInfo":"The user has been sent an email to get started on ClickView. |||| Each user has been sent an email to get started on ClickView.","username":"Username:","password":"Password:","userDetailsInfo":"Copy and save these details somewhere safe! You won't be able to access them again.","copied":"Successfully copied user details to clipboard."},"userDetailsForm":{"cancel":"Cancel","firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","emailAddress":"Email Address","username":"Username","password":"Password","firstNamePlaceholder":"Enter user's first name...","lastNamePlaceholder":"Enter user's last name...","emailAddressPlaceholder":"Enter user's email...","usernamePlaceholder":"Create custom username...","passwordPlaceholder":"Create a password...","selectYearGroup":"Select a year group...","admin":"Administrator","goToNext":"Continue to next user","usernameInfo":"Usernames are automatically generated if a custom one is not provided","passwordInfo":"Passwords are automatically generated if a custom one is not provided"},"userDuplicatesTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username"},"userManagerSearchEmptyState":{"heading":"No users were found that match your search","info":"Try changing your search query or filters"},"userList":{"activate":"Activate account","deactivate":"Deactivate account","deactivated":"Deactivated","thatsYou":"That's you","pending":"Pending","pendingTooltip":"Awaiting activation","resendActivationEmail":"Resend activation email","admin":"Admin","delete":"Delete","deleteDisabledTooltip":"Account must be deactivated before deleting","yesterday":"Yesterday","lastActive":"Last active","today":"Today","changePassword":"Change password","viewWorkspace":"View workspace"},"staffManagerActions":{"uploadList":"Upload staff list","addNew":"Create new staff member","export":"Export staff"},"studentManagerActions":{"uploadList":"Upload student list","addNew":"Create new student","export":"Export students"},"userManagerEntries":{"users":"Showing %{totalShowing} of %{totalUsers} user |||| Showing %{totalShowing} of %{totalUsers} users"},"staffManagerHeader":{"heading":"Staff Manager","managerBreadcrumb":"Staff Manager"},"studentManagerHeader":{"heading":"Student Manager","managerBreadcrumb":"Student Manager"},"userManagerHeader":{"settingsBreadcrumb":"Settings"},"invalidListingsEmptyState":{"heading":"There are no listings that need reviewing for ClickView","info":"You may still view and edit entries, or if they are finalised just hit \"Next\"","cta":"See full list"},"staffReviewTable":{"firstName":"First Name","lastName":"Last Name","email":"Email","username":"Username","noEmail":"No email provided","noUsername":"No username provided","invalidUsernameTooltip":"Usernames can only contain letters (a-z), numbers (0-9), periods (.), and underscores (_) are allowed."},"studentReviewTable":{"firstName":"First Name","lastName":"Last Name","yearGroup":"Year Group","email":"Email","username":"Username","noEmail":"No email provided","noUsername":"No username provided","invalidUsernameTooltip":"Usernames can only contain letters (a-z), numbers (0-9), periods (.), and underscores (_) are allowed."},"deleteActivatedUsersError":{"title":"Oops!","heading":"Oops!","body":"<strong>%{activatedCount}</strong> out of <strong>%{totalUsers}</strong> selected accounts have not been deactivated yet. Accounts must be deactivated before they can be deleted.","okay":"Okay"},"emptySpreadsheetError":{"title":"Empty spreadsheet error","heading":"Spreadsheet cannot be empty","okay":"Okay"},"invalidSpreadsheetError":{"title":"Invalid spreadsheet error","heading":"Invalid spreadsheet error","okay":"Okay"},"utils":{"nameExceeds":"First name is too long","nameRequired":"First name required","surnameExceeds":"Last name is too long","surnameRequired":"Last name required","emailExceeds":"Email address is too long","emailRequired":"Email address required","emailInvalid":"Email address invalid","yearGroupRequired":"Year group required","yearGroupInvalid":"Year group invalid","usernameExceeds":"Username is too long","usernameRequired":"Username required","usernameExistsShort":"Username already exists","usernameExistsLong":"A user with this username already exists.","emailExistsShort":"Email already exists","emailExistsLong":"A user with this email address already exists.","usernameInvalid":"Username is invalid","missingHeadingsError":"Your spreadsheet is missing the following headings: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again.","unrecognisedHeadingsError":"The following headings in your spreadsheet are invalid: <strong>%{headings}</strong>.<br /><br />Please update your spreadsheet, or download our <a href=\"%{template}\" class=\"info-link\">Template</a> and try again."},"userValidation":{"nameExceeds":"First name is too long","nameRequired":"First name is required","surnameExceeds":"Last name is too long","surnameRequired":"Last name is required","emailExceeds":"Email address is too long","emailRequired":"Email address is required","emailInvalid":"Please provide a valid email address","yearGroupRequired":"Year group is required","yearGroupInvalid":"Year group is invalid","usernameExceeds":"Username is too long","usernameRequired":"Username is required","usernameInvalid":"Username invalid. Only letters (a-z), numbers (0-9), periods (.), and underscores (_) are allowed.","usernameIsEmail":"Username invalid. Email addresses cannot be used for usernames."}},"shared":{"backButton":{"back":"Back","backTo":"Back to %{backToName}"},"badges":{"interactive":"Interactive","resources":"Resources"},"channelFormField":{"channel":"Channel","placeholder":"Search for a channel..."},"confirmationPopup":{"confirm":"Confirm","cancel":"Cancel"},"curriculumLinks":{"curriculumLinks":"Curriculum Links","seeLess":"See less"},"editLink":{"linkNameExceeds":"Please provide a shorter name","linkNameRequired":"Please provide a name for your resource","linkUrlRequired":"Please provide a valid URL for your resource. e.g. https://example.com","linkUrlExceeds":"Please provide a shorter URL","urlLabel":"URL","urlPlaceholder":"Paste the URL to a resource here","nameLabel":"Name","namePlaceholder":"Display name","cancel":"Cancel"},"editResource":{"name":"Name","namePlaceholder":"Enter a name for this resource","nameTooLong":"Name is too long","nameRequired":"Name is required","cancel":"Cancel"},"editVideoDetails":{"nameExceeds":"Name is too long","nameRequired":"Name is required","descriptionExceeds":"Description is too long","namePlaceholder":"Enter a name for your video","descriptionPlaceholder":"Enter a description for your video","cancel":"Cancel","nameLabel":"Title","descriptionLabel":"Description"},"editVideoLinks":{"heading":"Resource Links","description":"You may attach links to other learning resources related to this video.","attach":"Attach","limit":"There is a resource link limit of %{limit} links. To add another link please first remove one."},"editVideoResources":{"resourcesLimit":"There is a resource limit of %{limit} resources. To add another resource please first remove one.","customerResources":"My School's Learning Resources","clickViewResources":"Learning Resources by ClickView","resources":"Learning Resources","resourcesDescription":"Maximum file size 10MB. <span class='text-muted'>(Word, Excel, PowerPoint, pdf, text and images are supported.)</span>","resourcesAlternative":"or Drag and drop learning resources(s) to upload","clickViewResourcesEmpty":"There are no ClickView resources for this video"},"editVideoSubtitles":{"subtitlesLimit":"There is a subtitle limit of %{limit} subtitles. To add another subtitle please first remove one.","customerSubtitles":"My School's Subtitles","subtitles":"Subtitles","subtitlesDescription":"You can upload up to %{limit} subtitles. <span class='text-muted'>(.srt files are supported.)</span>","subtitlesAlternative":"or Drag and drop a subtitle file (*.srt) to upload","clickViewSubtitles":"Subtitles by ClickView","clickViewSubtitlesEmpty":"There are no ClickView subtitles for this video"},"favouriteButton":{"favouriteError":"Failed to favourite video.","unfavouriteError":"Failed to unfavourite video."},"fileSelect":{"browse":"Browse for a file","invalidFileType":"Invalid file type"},"formButtons":{"create":"Create","save":"Save","next":"Next"},"imageCropper":{"cancel":"Cancel","crop":"Crop","title":"Crop and resize your image"},"imageSelect":{"minDimensions":"(Minimum dimensions are %{width}px x %{height}px)","uploadAThumbnail":"Upload a thumbnail"},"immersiveReader":{"titleFallback":"Immersive Reader"},"interactiveQuestions":{"answer":"Answer","pending":"Pending","answered":"Answered"},"languageSelect":{"heading":"Select a language for your subtitle","placeholder":"Select a language","close":"Close","submit":"Submit","label":"Language"},"pagination":{"next":"Next","previous":"Previous"},"searchBar":{"placeholder":"Enter a search query","recentSearchHeading":"Recent Searches"},"videoAtAGlance":{"readFullDescription":"View Video Details","videoAtAGlance":"Video at a glance...","seeCurriculumLinks":"See Curriculum Links"},"videoItemDescription":{"showMore":"... Show more","showLess":"Show less"},"interactiveItem":{"previewQuestions":"Preview %{questionsShown} of %{smart_count} question |||| Preview %{questionsShown} of %{smart_count} questions"},"videoOwnerText":{"clickViewContent":"Created by ClickView"},"dynamicWidget":{"topics":"Topics","relatedTopics":"Related Topics","teach":"What would you like to teach?","preferencesTooltip":"Update your preferences"},"fixedWidget":{"preferencesTooltip":"Update your preferences","seeMore":"See More"},"greeting":{"morning":"Good morning","afternoon":"Good afternoon","evening":"Good evening","fallback":"Hello","prompt":"What would you like to teach today?"},"interactiveWidgetItem":{"previewQuestions":"Preview Questions"},"subjectWidgetItem":{"comingSoon":"Coming Soon","edit":"Edit My Topics","all":"Explore all topics"},"dataHooks":{"favourited":"Added <strong>%{video}</strong> to favourited videos.","unfavourited":"Removed <strong>%{video}</strong> from favourited videos."},"hooks":{"navLockTitle":"Are you sure you want to leave?","navLockBody":"By leaving the current page all uploads will be discarded","discard":"Discard","cancel":"Cancel"},"behaviors":{"fileDrop":{"fileDrop":"Drop files here to begin uploading"}},"_fileSelect":{"browse":"Browse for a file","drop":"Drop files here to begin uploading"},"_pagination":{"next":"Next","previous":"Previous"},"tooManyFiles":{"title":"Uploading many files","heading":"Multiple files selected","body":"Please only upload one file at a time.","okay":"Okay"},"errors":{"tooManyResources":{"heading":"Too many resources.","body":"Cannot add more than %{resourceLimit} resource files to a video. Please remove some resources if you would like to add more.","okay":"Okay"},"tooManySubtitles":{"heading":"Too many subtitles","body":"Cannot add more than %{subtitleLimit} subtitle files to a video. Please remove some subtitles if you would like to add more.","okay":"Okay"}},"interactionTypes":{"annotationName":"Annotation","imageName":"Image","missingWordName":"Missing word","missingWordPrompt":"Fill in the blank by typing the missing word(s)","multipleChoiceName":"Multiple Choice","multipleChoicePrompt":"Choose the correct answer(s)","shortAnswerName":"Short Answer","shortAnswerPrompt":"Type in your answer to the question","trueOrFalseName":"True or False","trueOrFalsePrompt":"Choose the correct answer"},"shared-utils":{"responsive":"Responsive","small":"Small","medium":"Medium","large":"Large","exchange":"Exchange","workspace":"Workspace","file":"File","zipArchive":"Zip archive","presentation":"Presentation","spreadsheet":"Spreadsheet","document":"Document","pdf":"PDF","image":"Image","autoGeneratedSubtitle":"%{name} (auto-generated)","cancel":"Cancel","confirm":"Confirm"},"deleteLinkView":{"heading":"Remove link?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed link","error":"Failed to remove link. Please try again later."},"deleteResourceView":{"heading":"Remove learning resource?","body":"Are you sure you want to remove <strong>%{name}</strong>?","remove":"Remove","success":"Successfully removed resource","error":"Failed to remove resource. Please try again later."},"deleteSubtitleView":{"heading":"Remove subtitle?","body":"Are you sure you want to remove these subtitles: <strong>%{language}</strong>?","remove":"Remove","success":"Successfully removed subtitle","error":"Failed to remove subtitle. Please try again later."},"editLinkView":{"heading":"Edit link","success":"Successfully saved link","error":"Failed to save link. Please try again later."},"editResourceView":{"heading":"Edit learning resource","success":"Successfully updated resource","error":"Failed to update resource. Please try again later."}},"workspace":{"ratingSelect":{"rating":"Rating","removeRating":"Remove rating","removeRatingTitle":"Without a rating, this video will be viewable by all staff and students"}}}
@@ -35,6 +35,7 @@ export declare enum UserAction {
35
35
  Filter = "cv_product_search_filter",
36
36
  SearchLanding = "cv_product_search_landing",
37
37
  Share = "cv_product_share",
38
+ Unshare = "cv_product_unshare",
38
39
  WorkspaceAdd = "cv_product_tv_add",
39
40
  /**
40
41
  * The following events are unlisted in CollectionApi
@@ -67,6 +68,8 @@ export declare enum UserAction {
67
68
  ChangePassword = "cv_product_change_password",
68
69
  Export = "cv_product_export",
69
70
  SendEmail = "cv_product_send_email",
71
+ Publish = "cv_product_publish",
72
+ Answer = "cv_product_submit",
70
73
  SetAccess = "cv_product_set_access",
71
74
  AddToLocalCache = "cv_product_add_to_lc",
72
75
  /**
@@ -90,6 +93,7 @@ export declare enum EntityType {
90
93
  Chapter = "chapter",
91
94
  Restriction = "restriction",
92
95
  Interactive = "interactive",
96
+ Interaction = "interaction",
93
97
  PDF = "pdf",
94
98
  CustomerSetting = "customer_setting",
95
99
  UserSetting = "user_setting",
@@ -166,9 +170,14 @@ export declare enum LocationContext {
166
170
  PreviewInteractive = "preview_interactive",
167
171
  PreviewInteractiveQuestions = "preview_interactive_questions",
168
172
  EditInteractive = "edit_interactive",
173
+ EditInteractiveDetails = "edit_interactive_details",
169
174
  PlaySharedInteractive = "play_shared_interactive",
170
175
  InteractiveListItem = "interactive_list_item",
171
176
  DeleteInteractive = "delete_interactive",
177
+ NewInteractive = "new_interactive",
178
+ CopyInteractive = "copy_interactive",
179
+ UnpublishInteractive = "unpublish_interactive",
180
+ ShareInteractive = "share_interactive",
172
181
  PlayPage = "play_page",
173
182
  Player = "player",
174
183
  FloatingPlayer = "floating_player",
@@ -207,6 +216,10 @@ export declare enum OperationDescriptor {
207
216
  Bulk = "bulk",
208
217
  All = "all"
209
218
  }
219
+ export declare enum PublishDescriptor {
220
+ Publish = "publish",
221
+ Unpublish = "unpublish"
222
+ }
210
223
  export declare enum EmailDescriptor {
211
224
  ActivateUser = "activate_user"
212
225
  }
@@ -314,16 +327,22 @@ export declare enum AssocDescriptor {
314
327
  User = "user",
315
328
  Playlist = "playlist",
316
329
  Link = "link",
317
- Avatar = "avatar"
330
+ Avatar = "avatar",
331
+ Clip = "clip",
332
+ Interactive = "interactive"
318
333
  }
319
334
  export declare enum ToggleDescriptor {
320
335
  On = "on",
321
336
  Off = "off"
322
337
  }
338
+ export declare enum InteractiveSessionDescriptor {
339
+ ContinueSession = "continue_session",
340
+ NewSession = "new_session"
341
+ }
323
342
  /**
324
343
  * Action descriptors give further context to UserActions
325
344
  */
326
- export declare type ActionDescriptor = OperationDescriptor | SortDescriptor | FilterDescriptor | DirectSearchDescriptor | PageDescriptor | PlaybackDescriptor | PlayerDescriptor | CustomerSettingDescriptor | SuggestionDescriptor | InteractionTypeDescriptor | AssocDescriptor | ClickDescriptor | ToggleDescriptor | VideoActionDescriptor | EmailDescriptor;
345
+ export declare type ActionDescriptor = OperationDescriptor | SortDescriptor | FilterDescriptor | DirectSearchDescriptor | PageDescriptor | PlaybackDescriptor | PlayerDescriptor | CustomerSettingDescriptor | SuggestionDescriptor | InteractionTypeDescriptor | AssocDescriptor | ClickDescriptor | ToggleDescriptor | VideoActionDescriptor | EmailDescriptor | InteractiveSessionDescriptor | PublishDescriptor;
327
346
  /**
328
347
  * Placeholder values to be used in circumstances where we need
329
348
  * to simply signify that a change has occurred. Particularly if it is
@@ -11,9 +11,6 @@ export interface AppLinkHash {
11
11
  export interface AppLinkOptions {
12
12
  replace?: boolean;
13
13
  }
14
- export interface UpdateParamsOptions extends AppLinkOptions {
15
- merge?: boolean;
16
- }
17
14
  export declare const AppLinkUtility: {
18
15
  routingStarted(): void;
19
16
  routingEnded(): void;
@@ -36,6 +33,5 @@ export declare const AppLinkHelper: {
36
33
  * @param appLink
37
34
  */
38
35
  trigger(appLink: AppLink, options?: AppLinkOptions): void;
39
- updateParams(params: ObjectHash, options?: UpdateParamsOptions): void;
40
36
  getCurrentAppLink(): AppLink;
41
37
  };
@@ -1,5 +1,5 @@
1
- export interface Xhr extends Pick<XMLHttpRequest, 'getResponseHeader' | 'status'> {
2
- responseJSON?: any;
1
+ export interface Xhr<TResponseJSON = any> extends Pick<XMLHttpRequest, 'getResponseHeader' | 'status'> {
2
+ responseJSON?: TResponseJSON;
3
3
  }
4
4
  /**
5
5
  * We're making getResponseHeader optional for a slightly nicer API
@@ -12,5 +12,6 @@ export declare enum NotificationType {
12
12
  StaffRequest = "new-staff-request",
13
13
  StaffRequestFulfilled = "staff-request-fulfilment",
14
14
  ChapterMergeSuccess = "media-concatenate-success",
15
- SuggestEdit = "suggest-an-edit"
15
+ SuggestEdit = "suggest-an-edit",
16
+ NewDirectShare = "new-direct-share"
16
17
  }
@@ -56,6 +56,7 @@ export declare enum MasterType {
56
56
  Cover = 56,
57
57
  Poster = 57,
58
58
  SubjectAudience = 58,
59
+ TallPoster = 60,
59
60
  Classroom = 67,
60
61
  ClassroomGroup = 68
61
62
  }
@@ -23,6 +23,7 @@ export declare enum localSvgs {
23
23
  More = "more",
24
24
  Bell = "bell",
25
25
  Plus = "plus",
26
+ Minus = "minus",
26
27
  Search = "search",
27
28
  Share = "share",
28
29
  Share2 = "share2",
@@ -89,5 +90,7 @@ export declare enum localSvgs {
89
90
  Twitter = "twitter",
90
91
  Facebook = "facebook",
91
92
  Classrooms = "classrooms",
92
- Group = "group"
93
+ Group = "group",
94
+ Timer = "timer",
95
+ CrossCircle = "cross-circle"
93
96
  }
@@ -4,6 +4,7 @@ import Bookmark from './bookmark.svg';
4
4
  import Broadcast from './broadcast.svg';
5
5
  import Calendar from './calendar.svg';
6
6
  import Cog from './cog.svg';
7
+ import CrossCircle from './cross-circle.svg';
7
8
  import Folder from './folder.svg';
8
9
  import Handle from './handle.svg';
9
10
  import Heart from './heart.svg';
@@ -37,4 +38,4 @@ import FileZip from './file-zip.svg';
37
38
  import FileExcel from './file-excel.svg';
38
39
  import Twitter from './twitter.svg';
39
40
  import Facebook from './facebook.svg';
40
- export { Archive, Bell, Bookmark, Broadcast, Calendar, Cog, Folder, Handle, Interactive, Link, Playlist, PublisherArchive, Resources, StarOutline, Star, Tag, Time, Video, Subject, Series, File, FilePDF, FileImg, FilePowerpoint, FileWord, FileZip, FileExcel, Heart, HeartOutline, WhiteWave, Compass, History, Email, YearLevel, Subjects, Twitter, Facebook, Classrooms, Group };
41
+ export { Archive, Bell, Bookmark, Broadcast, Calendar, Cog, CrossCircle, Folder, Handle, Interactive, Link, Playlist, PublisherArchive, Resources, StarOutline, Star, Tag, Time, Video, Subject, Series, File, FilePDF, FileImg, FilePowerpoint, FileWord, FileZip, FileExcel, Heart, HeartOutline, WhiteWave, Compass, History, Email, YearLevel, Subjects, Twitter, Facebook, Classrooms, Group };
@@ -5,9 +5,10 @@ import CloseCaptionBadge from './close-caption-badge.svg';
5
5
  import Question from './question.svg';
6
6
  import Info from './info.svg';
7
7
  import Lock from './lock.svg';
8
+ import Timer from './timer.svg';
8
9
  import Verified from './verified.svg';
9
10
  import VisibleOff from './visible-off.svg';
10
11
  import VisibleOn from './visible-on.svg';
11
12
  import WarningOutline from './warning-o.svg';
12
13
  import Warning from './warning.svg';
13
- export { CheckCircle, CheckCircleOutline, Check, CloseCaptionBadge, Info, Lock, Verified, VisibleOff, VisibleOn, WarningOutline, Warning, Question };
14
+ export { CheckCircle, CheckCircleOutline, Check, CloseCaptionBadge, Info, Lock, Timer, Verified, VisibleOff, VisibleOn, WarningOutline, Warning, Question };
@@ -3,6 +3,7 @@ import { NotificationType } from 'libs/shared/apps/notifications/enums/Notificat
3
3
  export interface NotificationsAppLinks {
4
4
  notifications: Core.AppLink;
5
5
  videoDetails: Core.AppLink;
6
+ shareLink: Core.AppLink;
6
7
  pastReleases: Core.AppLink;
7
8
  awaitingReview: Core.AppLink;
8
9
  editStaffRequest: Core.AppLink;
@@ -10,6 +11,7 @@ export interface NotificationsAppLinks {
10
11
  export declare abstract class BaseNotificationsAppVariables {
11
12
  abstract get appLinks(): NotificationsAppLinks;
12
13
  abstract get notificationTypesWithAppLinks(): Array<NotificationType>;
14
+ abstract get unsupportedNotificationLinks(): Array<NotificationType>;
13
15
  abstract get notificationsEmptyStateUrl(): string;
14
16
  abstract get bellIconColor(): 'dark' | 'light';
15
17
  get name(): string;
@@ -52,6 +52,16 @@ export interface CurrentUser extends BaseObject {
52
52
  customerId: string;
53
53
  customerName: string;
54
54
  customerLogo: string;
55
+ /**
56
+ * @important
57
+ * This should NOT be read in the product if it doesn't have to be.
58
+ * For things like feature blocking (e.g. student feed only being accessable to students), you should use
59
+ * Permissions API instead (talk to Josh T or Cam, or see `usePermissions`).
60
+ *
61
+ * This should be used for things like displaying different text in the product based on if the current user
62
+ * is a student or staff.
63
+ */
64
+ userType: UserGroup;
55
65
  /**
56
66
  * Regional instance the user (and their cusomter) belong to.
57
67
  *
@@ -1,6 +1,7 @@
1
- import { InteractiveResult } from 'libs/shared/interfaces';
1
+ import { InteractiveResult, User } from 'libs/shared/interfaces';
2
2
  export interface StudentResults {
3
3
  name: string;
4
4
  username: string;
5
+ user: User;
5
6
  results: InteractiveResult[];
6
7
  }
@@ -1,6 +1,6 @@
1
1
  import { HashObject } from 'libs/common/react/interfaces/HashObject';
2
2
  import { Core } from 'libs/common/core';
3
- import { Banner } from 'libs/shared/interfaces';
3
+ import { Banner, Image, Series, Video, InteractiveMetadata, Clip, Playlist, Classification } from 'libs/shared/interfaces';
4
4
  import { ImageType, ImageSize, ResizeType } from 'libs/shared/enums/Images';
5
5
  export interface ImageOptions {
6
6
  size?: ImageSize;
@@ -29,4 +29,5 @@ export declare const ImageHelper: {
29
29
  _createCategoryMappedUrl(mappingOptions: CategoryMapperImageOptions, options?: ImageOptions): string;
30
30
  _createUrl(baseUrl: string, queryParams?: HashObject): string;
31
31
  legacyCreateThumbnailUrl(thumbnail: string | Core.Model | HashObject, options?: ImageOptions): string;
32
+ getDisplayImageFromObject(obj: Series | Classification | Video | InteractiveMetadata | Clip | Playlist): Image;
32
33
  };