@clickview/online 0.0.10-dev.1 → 0.0.10-rc.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.
- package/dist/en.json +1 -1
- package/dist/online-app.css +10 -8
- package/dist/online-app.js +5 -5
- package/package.json +3 -3
- package/dist/libs/analytics/src/Analytics.d.ts +0 -10
- package/dist/libs/analytics/src/AnalyticsHelper.d.ts +0 -30
- package/dist/libs/analytics/src/AnalyticsService.d.ts +0 -52
- package/dist/libs/analytics/src/clients/BaseAnalyticsClient.d.ts +0 -24
- package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +0 -48
- package/dist/libs/analytics/src/clients/DebuggerClient.d.ts +0 -7
- package/dist/libs/analytics/src/constants/ApplicationOptionsKey.d.ts +0 -1
- package/dist/libs/analytics/src/constants/CountryRegionMapping.d.ts +0 -7
- package/dist/libs/analytics/src/constants/EventFirehose.d.ts +0 -4
- package/dist/libs/analytics/src/constants/GlobalChannels.d.ts +0 -3
- package/dist/libs/analytics/src/constants/Regions.d.ts +0 -6
- package/dist/libs/analytics/src/constants/Services.d.ts +0 -4
- package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +0 -19
- package/dist/libs/analytics/src/enrichers/CoreContextEnricher.d.ts +0 -22
- package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +0 -10
- package/dist/libs/analytics/src/enums/CountryCode.d.ts +0 -5
- package/dist/libs/analytics/src/enums/RegionName.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +0 -317
- package/dist/libs/analytics/src/interfaces/Config.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Folder.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/HashObject.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Owner.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Playlist.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Rating.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/Region.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/RegionalUrl.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/Resource.d.ts +0 -5
- package/dist/libs/analytics/src/interfaces/Series.d.ts +0 -3
- package/dist/libs/analytics/src/interfaces/Subtitle.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/User.d.ts +0 -17
- package/dist/libs/analytics/src/interfaces/VersionData.d.ts +0 -4
- package/dist/libs/analytics/src/interfaces/Video.d.ts +0 -16
- package/dist/libs/analytics/src/interfaces/index.d.ts +0 -15
- package/dist/libs/analytics/src/interfaces/primitives/BaseObject.d.ts +0 -7
- package/dist/libs/analytics/src/models/AnalyticsEvent.d.ts +0 -49
- package/dist/libs/analytics/src/models/CollectionEvent.d.ts +0 -61
- package/dist/libs/analytics/src/services/ContextService.d.ts +0 -19
- package/dist/libs/analytics/src/transport/EventTransport.d.ts +0 -39
- package/dist/libs/analytics/src/utils/CollectionApiClientHelper.d.ts +0 -6
- package/dist/libs/analytics/src/utils/DataFormatHelper.d.ts +0 -14
- package/dist/libs/analytics/src/utils/EventWhitelistHelper.d.ts +0 -19
- package/dist/libs/analytics/src/utils/TypeHelper.d.ts +0 -4
- package/dist/libs/analytics/src/utils/UploadDataFormatHelper.d.ts +0 -10
- package/dist/libs/analytics/src/utils/UrlHelper.d.ts +0 -3
- package/dist/libs/analytics/src/utils/UserAgentHelper.d.ts +0 -10
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +0 -42
- package/dist/libs/common/src/backbone/constants/Caches.d.ts +0 -3
- package/dist/libs/common/src/backbone/constants/CommonChannels.d.ts +0 -5
- package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -4
- package/dist/libs/common/src/backbone/constants/DataProviders.d.ts +0 -4
- package/dist/libs/common/src/backbone/core/AppLink.d.ts +0 -37
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +0 -103
- package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +0 -76
- package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +0 -6
- package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +0 -7
- package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +0 -16
- package/dist/libs/common/src/backbone/core/BaseError.d.ts +0 -18
- package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +0 -11
- package/dist/libs/common/src/backbone/core/BaseModel.d.ts +0 -27
- package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +0 -21
- package/dist/libs/common/src/backbone/core/BaseService.d.ts +0 -10
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +0 -131
- package/dist/libs/common/src/backbone/core/EventNames.d.ts +0 -16
- package/dist/libs/common/src/backbone/core/LayoutService.d.ts +0 -31
- package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +0 -3
- package/dist/libs/common/src/backbone/core/LocationUtils.d.ts +0 -23
- package/dist/libs/common/src/backbone/core/Middleware.d.ts +0 -10
- package/dist/libs/common/src/backbone/core/Shell.d.ts +0 -79
- package/dist/libs/common/src/backbone/core/Types.d.ts +0 -12
- package/dist/libs/common/src/backbone/core/index.d.ts +0 -18
- package/dist/libs/common/src/backbone/enums/DataServiceErrorType.d.ts +0 -8
- package/dist/libs/common/src/backbone/enums/HttpStatus.d.ts +0 -10
- package/dist/libs/common/src/backbone/enums/HttpVerbs.d.ts +0 -6
- package/dist/libs/common/src/backbone/errors/DevError.d.ts +0 -4
- package/dist/libs/common/src/backbone/errors/NotImplementedError.d.ts +0 -5
- package/dist/libs/common/src/backbone/index.d.ts +0 -2
- package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +0 -19
- package/dist/libs/common/src/backbone/interfaces/ChainableDataService.d.ts +0 -9
- package/dist/libs/common/src/backbone/interfaces/DataCache.d.ts +0 -8
- package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +0 -15
- package/dist/libs/common/src/backbone/interfaces/DataServiceError.d.ts +0 -7
- package/dist/libs/common/src/backbone/interfaces/DataServiceRequests.d.ts +0 -218
- package/dist/libs/common/src/backbone/interfaces/Pagination.d.ts +0 -33
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +0 -38
- package/dist/libs/common/src/backbone/interfaces/Xhr.d.ts +0 -9
- package/dist/libs/common/src/backbone/interfaces/index.d.ts +0 -9
- package/dist/libs/common/src/backbone/services/BaseAlertService.d.ts +0 -69
- package/dist/libs/common/src/backbone/services/BaseDataService.d.ts +0 -82
- package/dist/libs/common/src/backbone/services/EnvironmentVariables.d.ts +0 -13
- package/dist/libs/common/src/backbone/services/InstanceManager.d.ts +0 -33
- package/dist/libs/common/src/backbone/services/LanguageService.d.ts +0 -22
- package/dist/libs/common/src/backbone/services/ViewModelService.d.ts +0 -68
- package/dist/libs/common/src/backbone/services/caches/FifoMemoryCache.d.ts +0 -20
- package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +0 -31
- package/dist/libs/common/src/backbone/utils/ConcurrencyHelper.d.ts +0 -13
- package/dist/libs/common/src/backbone/utils/DataServiceErrorHelper.d.ts +0 -2
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +0 -8
- package/dist/libs/common/src/backbone/utils/LocalStorageHelper.d.ts +0 -58
- package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +0 -14
- package/dist/libs/common/src/backbone/utils/UserAgentHelper.d.ts +0 -7
- package/dist/libs/common/src/react/components/BackboneViewWrapper.d.ts +0 -10
- package/dist/libs/common/src/react/constants/ViewModelActions.d.ts +0 -3
- package/dist/libs/common/src/react/context/PageTitleContext.d.ts +0 -10
- package/dist/libs/common/src/react/core/ReactApplication.d.ts +0 -9
- package/dist/libs/common/src/react/core/ReactLayoutView.d.ts +0 -13
- package/dist/libs/common/src/react/flight/FlightHelpers.d.ts +0 -14
- package/dist/libs/common/src/react/flight/FlightMiddleware.d.ts +0 -11
- package/dist/libs/common/src/react/flight/FlightReducer.d.ts +0 -2
- package/dist/libs/common/src/react/flight/FlightSimulator.d.ts +0 -24
- package/dist/libs/common/src/react/flight/constants/Actions.d.ts +0 -7
- package/dist/libs/common/src/react/flight/constants/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/data-layers/AjaxRequest.d.ts +0 -2
- package/dist/libs/common/src/react/flight/data-layers/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/enums/RequestStatus.d.ts +0 -6
- package/dist/libs/common/src/react/flight/enums/index.d.ts +0 -1
- package/dist/libs/common/src/react/flight/index.d.ts +0 -9
- package/dist/libs/common/src/react/flight/interfaces/Action.d.ts +0 -28
- package/dist/libs/common/src/react/flight/interfaces/Dispatch.d.ts +0 -3
- package/dist/libs/common/src/react/flight/interfaces/FlightState.d.ts +0 -22
- package/dist/libs/common/src/react/flight/interfaces/HttpRequest.d.ts +0 -27
- package/dist/libs/common/src/react/flight/interfaces/NormalizeOptions.d.ts +0 -4
- package/dist/libs/common/src/react/flight/interfaces/NormalizedData.d.ts +0 -7
- package/dist/libs/common/src/react/flight/interfaces/Request.d.ts +0 -29
- package/dist/libs/common/src/react/flight/interfaces/Response.d.ts +0 -9
- package/dist/libs/common/src/react/flight/interfaces/UpdateStateOptions.d.ts +0 -15
- package/dist/libs/common/src/react/flight/interfaces/index.d.ts +0 -9
- package/dist/libs/common/src/react/flight/normalizer/Denormalizer.d.ts +0 -3
- package/dist/libs/common/src/react/flight/normalizer/Normalizer.d.ts +0 -8
- package/dist/libs/common/src/react/flight/normalizer/index.d.ts +0 -2
- package/dist/libs/common/src/react/flight/utils/SimulatorHelper.d.ts +0 -5
- package/dist/libs/common/src/react/flight/utils/StateHelper.d.ts +0 -11
- package/dist/libs/common/src/react/flight/utils/index.d.ts +0 -2
- package/dist/libs/common/src/react/hooks/UseInstance.d.ts +0 -6
- package/dist/libs/common/src/react/hooks/UseRenderBackboneView.d.ts +0 -10
- package/dist/libs/common/src/react/hooks/UseService.d.ts +0 -2
- package/dist/libs/common/src/react/hooks/UseSetPageTitle.d.ts +0 -7
- package/dist/libs/common/src/react/hooks/UseViewModel.d.ts +0 -4
- package/dist/libs/common/src/react/index.d.ts +0 -2
- package/dist/libs/common/src/react/interfaces/ApplicationData.d.ts +0 -3
- package/dist/libs/common/src/react/interfaces/ApplicationState.d.ts +0 -8
- package/dist/libs/common/src/react/interfaces/BaseReducerActions.d.ts +0 -4
- package/dist/libs/common/src/react/interfaces/HashObject.d.ts +0 -3
- package/dist/libs/common/src/react/interfaces/ViewModelAction.d.ts +0 -5
- package/dist/libs/common/src/react/interfaces/ViewModelPayload.d.ts +0 -5
- package/dist/libs/common/src/react/interfaces/index.d.ts +0 -4
- package/dist/libs/common/src/react/reducers/ViewModelReducer.d.ts +0 -3
- package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +0 -45
- package/dist/libs/common/src/react/utils/FetchHelper.d.ts +0 -50
- package/dist/libs/common/src/react/utils/ObjectHelper.d.ts +0 -10
- package/dist/libs/common/src/react/utils/PageTitleHelper.d.ts +0 -3
- package/dist/libs/common/src/react/utils/RandomHelper.d.ts +0 -3
- package/dist/libs/common/src/react/utils/TextHelper.d.ts +0 -10
- package/dist/libs/common/src/react/utils/TimeHelper.d.ts +0 -8
- package/dist/libs/common/src/react/utils/TypeHelper.d.ts +0 -5
- package/dist/libs/shared/src/apps/content-updates/flight-requests/ContentUpdateRequests.d.ts +0 -11
- package/dist/libs/shared/src/apps/content-updates/interfaces/ClassificationVideosGrouping.d.ts +0 -7
- package/dist/libs/shared/src/apps/content-updates/interfaces/ContentUpdate.d.ts +0 -7
- package/dist/libs/shared/src/apps/content-updates/interfaces/ContentUpdateAppLinks.d.ts +0 -12
- package/dist/libs/shared/src/apps/content-updates/interfaces/Reason.d.ts +0 -6
- package/dist/libs/shared/src/apps/content-updates/interfaces/VideoWithClassification.d.ts +0 -4
- package/dist/libs/shared/src/apps/content-updates/interfaces/index.d.ts +0 -5
- package/dist/libs/shared/src/apps/notifications/enums/NotificationType.d.ts +0 -16
- package/dist/libs/shared/src/apps/playlists/components/empty-state/EmptyPlaylistList.d.ts +0 -2
- package/dist/libs/shared/src/apps/playlists/components/empty-state/EmptyVideoList.d.ts +0 -9
- package/dist/libs/shared/src/apps/playlists/components/playlist-list/PartialPlaylistList.d.ts +0 -13
- package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistItem.d.ts +0 -19
- package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistList.d.ts +0 -21
- package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistOwnerAvatar.d.ts +0 -9
- package/dist/libs/shared/src/apps/playlists/components/playlist-list/index.d.ts +0 -3
- package/dist/libs/shared/src/apps/playlists/components/sort-select/PlaylistSortSelect.d.ts +0 -16
- package/dist/libs/shared/src/apps/playlists/enums/MigrationTaskStatus.d.ts +0 -6
- package/dist/libs/shared/src/apps/playlists/enums/PlaylistSortType.d.ts +0 -7
- package/dist/libs/shared/src/apps/playlists/enums/PlaylistType.d.ts +0 -5
- package/dist/libs/shared/src/apps/playlists/hooks/UseHandlePlaylistError.d.ts +0 -9
- package/dist/libs/shared/src/apps/playlists/interfaces/data-requests/CreateOrUpdatePlaylistRequest.d.ts +0 -7
- package/dist/libs/shared/src/apps/playlists/interfaces/data-requests/index.d.ts +0 -1
- package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/PlaylistCollectionIdentifier.d.ts +0 -8
- package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/PlaylistVideoCollectionIdentifier.d.ts +0 -4
- package/dist/libs/shared/src/apps/playlists/interfaces/identifiers/index.d.ts +0 -2
- package/dist/libs/shared/src/apps/playlists/interfaces/index.d.ts +0 -2
- package/dist/libs/shared/src/apps/playlists/utils/PlaylistSortHelper.d.ts +0 -4
- package/dist/libs/shared/src/apps/playlists/utils/PlaylistStateUpdateHelper.d.ts +0 -9
- package/dist/libs/shared/src/apps/playlists/utils/RecentPlaylistHelper.d.ts +0 -12
- package/dist/libs/shared/src/apps/playlists/utils/getBackgroundColourClass.d.ts +0 -2
- package/dist/libs/shared/src/apps/playlists/validation/PlaylistValidationSchema.d.ts +0 -5
- package/dist/libs/shared/src/apps/subjects/components/audience-filter/AudienceFilter.d.ts +0 -13
- package/dist/libs/shared/src/apps/subjects/components/audience-item/AudienceItem.d.ts +0 -16
- package/dist/libs/shared/src/apps/subjects/components/audience-item/index.d.ts +0 -2
- package/dist/libs/shared/src/apps/subjects/components/audience-item/partial-loading/PartialAudiences.d.ts +0 -9
- package/dist/libs/shared/src/apps/subjects/components/classification-list/ClassificationList.d.ts +0 -12
- package/dist/libs/shared/src/apps/subjects/components/coming-soon/ComingSoon.d.ts +0 -10
- package/dist/libs/shared/src/apps/subjects/components/hero-video/HeroVideo.d.ts +0 -14
- package/dist/libs/shared/src/apps/subjects/components/preferences/bulk-preference-summary/BulkPreferenceSummary.d.ts +0 -7
- package/dist/libs/shared/src/apps/subjects/components/preferences/footer/PreferenceFooter.d.ts +0 -11
- package/dist/libs/shared/src/apps/subjects/components/preferences/index.d.ts +0 -5
- package/dist/libs/shared/src/apps/subjects/components/preferences/nav/PreferencesNav.d.ts +0 -12
- package/dist/libs/shared/src/apps/subjects/components/preferences/preference-item/PreferenceItem.d.ts +0 -16
- package/dist/libs/shared/src/apps/subjects/components/preferences/preference-item/PreferenceItemStatus.d.ts +0 -11
- package/dist/libs/shared/src/apps/subjects/components/preferences/subject-preference-grid/SubjectPreferenceGrid.d.ts +0 -12
- package/dist/libs/shared/src/apps/subjects/components/preferences/subject-preference-item/SubjectPreferenceItem.d.ts +0 -13
- package/dist/libs/shared/src/apps/subjects/components/preferences/subject-preference-item/partial-loading/PartialSubjectPreferences.d.ts +0 -7
- package/dist/libs/shared/src/apps/subjects/contexts/SubjectPreferencesContext.d.ts +0 -8
- package/dist/libs/shared/src/apps/subjects/enums/ClassificationMemberType.d.ts +0 -5
- package/dist/libs/shared/src/apps/subjects/hooks/useAudienceParams.d.ts +0 -5
- package/dist/libs/shared/src/apps/subjects/interfaces/ClassificationPreference.d.ts +0 -4
- package/dist/libs/shared/src/apps/subjects/reducers/AudienceReducer.d.ts +0 -11
- package/dist/libs/shared/src/apps/subjects/utils/OnboardingHelper.d.ts +0 -15
- package/dist/libs/shared/src/apps/upload/constants/UploadConstants.d.ts +0 -39
- package/dist/libs/shared/src/apps/upload/enums/FileLifestyle.d.ts +0 -4
- package/dist/libs/shared/src/apps/upload/errors/file-type/FileTypeError.d.ts +0 -15
- package/dist/libs/shared/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +0 -7
- package/dist/libs/shared/src/apps/upload/services/DropzoneWrapper.d.ts +0 -30
- package/dist/libs/shared/src/apps/upload/services/UploadService.d.ts +0 -66
- package/dist/libs/shared/src/apps/upload/utils/FileExtensionsHelper.d.ts +0 -9
- package/dist/libs/shared/src/components/actions/ActionButton.d.ts +0 -16
- package/dist/libs/shared/src/components/actions/Actions.d.ts +0 -26
- package/dist/libs/shared/src/components/actions/ActionsDropdown.d.ts +0 -15
- package/dist/libs/shared/src/components/alert/Alert.d.ts +0 -7
- package/dist/libs/shared/src/components/alert/AlertContent.d.ts +0 -8
- package/dist/libs/shared/src/components/alert/AlertList.d.ts +0 -8
- package/dist/libs/shared/src/components/app-link/AppLink.d.ts +0 -13
- package/dist/libs/shared/src/components/audience-label/AudienceLabel.d.ts +0 -14
- package/dist/libs/shared/src/components/avatar/Avatar.d.ts +0 -8
- package/dist/libs/shared/src/components/back-button/BackButton.d.ts +0 -16
- package/dist/libs/shared/src/components/badges/Badge.d.ts +0 -14
- package/dist/libs/shared/src/components/badges/BadgeListContainer.d.ts +0 -6
- package/dist/libs/shared/src/components/banner-header/BannerHeader.d.ts +0 -19
- package/dist/libs/shared/src/components/breadcrumbs/BreadcrumbList.d.ts +0 -16
- package/dist/libs/shared/src/components/breadcrumbs/Breadcrumbs.d.ts +0 -22
- package/dist/libs/shared/src/components/channel-form-field/ChannelFormField.d.ts +0 -8
- package/dist/libs/shared/src/components/clickview-avatar/ClickViewAvatar.d.ts +0 -2
- package/dist/libs/shared/src/components/confirmation-popup/ConfirmationPopup.d.ts +0 -20
- package/dist/libs/shared/src/components/div-button/DivButton.d.ts +0 -10
- package/dist/libs/shared/src/components/edit-link/EditLink.d.ts +0 -26
- package/dist/libs/shared/src/components/edit-resource/EditResource.d.ts +0 -15
- package/dist/libs/shared/src/components/edit-video-links/EditVideoLinks.d.ts +0 -11
- package/dist/libs/shared/src/components/edit-video-resources/EditVideoResources.d.ts +0 -20
- package/dist/libs/shared/src/components/edit-video-subtitles/EditVideoSubtitles.d.ts +0 -16
- package/dist/libs/shared/src/components/empty-state/EmptyState.d.ts +0 -8
- package/dist/libs/shared/src/components/favourite-button/FavouriteButton.d.ts +0 -9
- package/dist/libs/shared/src/components/file-select/FileSelect.d.ts +0 -14
- package/dist/libs/shared/src/components/file-select-button/FileSelectButton.d.ts +0 -15
- package/dist/libs/shared/src/components/file-upload-list/FileUploadList.d.ts +0 -8
- package/dist/libs/shared/src/components/forms/date-picker-form-field/DatePickerFormField.d.ts +0 -17
- package/dist/libs/shared/src/components/forms/form-buttons/FormButtons.d.ts +0 -11
- package/dist/libs/shared/src/components/forms/form-checkbox/FormCheckbox.d.ts +0 -7
- package/dist/libs/shared/src/components/forms/form-field/CharacterCounter.d.ts +0 -8
- package/dist/libs/shared/src/components/forms/form-field/FormField.d.ts +0 -17
- package/dist/libs/shared/src/components/forms/form-wrapper/FormWrapper.d.ts +0 -21
- package/dist/libs/shared/src/components/icon-button/IconButton.d.ts +0 -19
- package/dist/libs/shared/src/components/image-cropper/ImageCropper.d.ts +0 -10
- package/dist/libs/shared/src/components/image-select/ImageSelect.d.ts +0 -14
- package/dist/libs/shared/src/components/language-select/LanguageSelect.d.ts +0 -8
- package/dist/libs/shared/src/components/lazy-image/LazyImage.d.ts +0 -7
- package/dist/libs/shared/src/components/mask/Mask.d.ts +0 -10
- package/dist/libs/shared/src/components/popup/Popup.d.ts +0 -30
- package/dist/libs/shared/src/components/popup/PopupButtons.d.ts +0 -14
- package/dist/libs/shared/src/components/popup/PopupLoadingSpinner.d.ts +0 -2
- package/dist/libs/shared/src/components/progress-bars/clips/ClipThumbnailProgressBar.d.ts +0 -8
- package/dist/libs/shared/src/components/progress-bars/interactives/InteractiveProgressBar.d.ts +0 -11
- package/dist/libs/shared/src/components/progress-bars/videos/VideoWatchProgressBar.d.ts +0 -7
- package/dist/libs/shared/src/components/rating-select/RatingSelect.d.ts +0 -12
- package/dist/libs/shared/src/components/resource-list/ResourceList.d.ts +0 -14
- package/dist/libs/shared/src/components/search-bar/SearchBar.d.ts +0 -168
- package/dist/libs/shared/src/components/search-bar/SearchInput.d.ts +0 -13
- package/dist/libs/shared/src/components/search-bar/SearchUtils.d.ts +0 -44
- package/dist/libs/shared/src/components/series-link/SeriesLink.d.ts +0 -14
- package/dist/libs/shared/src/components/spinner-button/SpinnerButton.d.ts +0 -8
- package/dist/libs/shared/src/components/subtitle-list/SubtitleList.d.ts +0 -9
- package/dist/libs/shared/src/components/svg-container/SvgContainer.d.ts +0 -21
- package/dist/libs/shared/src/components/svgs/clickview-logo/ClickViewLogo.d.ts +0 -4
- package/dist/libs/shared/src/components/tags/TagItem.d.ts +0 -10
- package/dist/libs/shared/src/components/tags/TagList.d.ts +0 -9
- package/dist/libs/shared/src/components/text/Text.d.ts +0 -13
- package/dist/libs/shared/src/components/thumbnails/base/BaseThumbnail.d.ts +0 -25
- package/dist/libs/shared/src/components/thumbnails/base/ThumbnailFallback.d.ts +0 -24
- package/dist/libs/shared/src/components/thumbnails/video/VideoThumbnail.d.ts +0 -45
- package/dist/libs/shared/src/components/thumbnails/video/expandable/ExpandableVideoThumbnail.d.ts +0 -3
- package/dist/libs/shared/src/components/thumbnails/video/static/StaticVideoThumbnail.d.ts +0 -3
- package/dist/libs/shared/src/components/toggle-switch/ToggleSwitch.d.ts +0 -9
- package/dist/libs/shared/src/components/tooltip/Tooltip.d.ts +0 -16
- package/dist/libs/shared/src/components/widgets/dynamic-widget/DynamicWidget.d.ts +0 -23
- package/dist/libs/shared/src/components/widgets/dynamic-widget/DynamicWidgetEventHandlers.d.ts +0 -24
- package/dist/libs/shared/src/components/widgets/dynamic-widget/DynamicWidgetReducer.d.ts +0 -58
- package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidget.d.ts +0 -47
- package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidgetReducer.d.ts +0 -22
- package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidgetUtils.d.ts +0 -43
- package/dist/libs/shared/src/components/widgets/fixed-widget/PartialFixedWidget.d.ts +0 -2
- package/dist/libs/shared/src/components/widgets/fixed-widget/index.d.ts +0 -3
- package/dist/libs/shared/src/components/widgets/items/series-widget-item/PartialSeriesList.d.ts +0 -2
- package/dist/libs/shared/src/components/widgets/items/series-widget-item/SeriesWidgetItem.d.ts +0 -13
- package/dist/libs/shared/src/components/widgets/items/series-widget-item/index.d.ts +0 -2
- package/dist/libs/shared/src/components/widgets/items/subject-widget-item/AllSubjectsWidgetLink.d.ts +0 -10
- package/dist/libs/shared/src/components/widgets/items/subject-widget-item/EditSubjectsWidgetLink.d.ts +0 -10
- package/dist/libs/shared/src/components/widgets/items/subject-widget-item/PartialSubjectWidgetItem.d.ts +0 -2
- package/dist/libs/shared/src/components/widgets/items/subject-widget-item/SubjectWidgetItem.d.ts +0 -14
- package/dist/libs/shared/src/components/widgets/items/subject-widget-item/index.d.ts +0 -4
- package/dist/libs/shared/src/components/widgets/items/user-channels-widget-item/UserChannelsWidgetItem.d.ts +0 -16
- package/dist/libs/shared/src/components/widgets/items/video-widget-item/VideoWidgetItem.d.ts +0 -20
- package/dist/libs/shared/src/components/widgets/sliding-list/SlidingListContainer.d.ts +0 -13
- package/dist/libs/shared/src/components/widgets/widget-button/WidgetButton.d.ts +0 -16
- package/dist/libs/shared/src/constants/AppVariables.d.ts +0 -5
- package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +0 -8
- package/dist/libs/shared/src/constants/CacheDurations.d.ts +0 -4
- package/dist/libs/shared/src/constants/DataPrefixes.d.ts +0 -12
- package/dist/libs/shared/src/constants/ImageSizes.d.ts +0 -8
- package/dist/libs/shared/src/constants/LayoutRegions.d.ts +0 -7
- package/dist/libs/shared/src/constants/RadioChannels.d.ts +0 -20
- package/dist/libs/shared/src/constants/SharedServices.d.ts +0 -25
- package/dist/libs/shared/src/constants/SupportArticles.d.ts +0 -3
- package/dist/libs/shared/src/constants/WithStatements.d.ts +0 -27
- package/dist/libs/shared/src/context/ImageStorageContext.d.ts +0 -45
- package/dist/libs/shared/src/enums/BulkOnboardingPreferencesState.d.ts +0 -6
- package/dist/libs/shared/src/enums/ClassificationType.d.ts +0 -4
- package/dist/libs/shared/src/enums/CountryCode.d.ts +0 -5
- package/dist/libs/shared/src/enums/CssMeasurement.d.ts +0 -4
- package/dist/libs/shared/src/enums/CurriculumType.d.ts +0 -6
- package/dist/libs/shared/src/enums/CustomerType.d.ts +0 -11
- package/dist/libs/shared/src/enums/DateFormat.d.ts +0 -7
- package/dist/libs/shared/src/enums/GlanceFormat.d.ts +0 -3
- package/dist/libs/shared/src/enums/Images.d.ts +0 -26
- package/dist/libs/shared/src/enums/LibraryType.d.ts +0 -5
- package/dist/libs/shared/src/enums/MasterObjectTypes.d.ts +0 -8
- package/dist/libs/shared/src/enums/MasterType.d.ts +0 -59
- package/dist/libs/shared/src/enums/MediaQueries.d.ts +0 -20
- package/dist/libs/shared/src/enums/ObjectOwnerType.d.ts +0 -4
- package/dist/libs/shared/src/enums/ObjectStatus.d.ts +0 -5
- package/dist/libs/shared/src/enums/PermissionName.d.ts +0 -23
- package/dist/libs/shared/src/enums/PlayerMediaType.d.ts +0 -5
- package/dist/libs/shared/src/enums/PlaylistPrivacy.d.ts +0 -5
- package/dist/libs/shared/src/enums/PresentationType.d.ts +0 -4
- package/dist/libs/shared/src/enums/ResourceFileType.d.ts +0 -9
- package/dist/libs/shared/src/enums/SettingKind.d.ts +0 -4
- package/dist/libs/shared/src/enums/SettingName.d.ts +0 -17
- package/dist/libs/shared/src/enums/ThemeType.d.ts +0 -3
- package/dist/libs/shared/src/enums/ThumbnailTextPosition.d.ts +0 -5
- package/dist/libs/shared/src/enums/UploadInteractionType.d.ts +0 -4
- package/dist/libs/shared/src/enums/UserGroup.d.ts +0 -5
- package/dist/libs/shared/src/enums/UserRole.d.ts +0 -15
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +0 -10
- package/dist/libs/shared/src/enums/WidgetInteraction.d.ts +0 -7
- package/dist/libs/shared/src/errors/primitives/AlertError.d.ts +0 -4
- package/dist/libs/shared/src/errors/primitives/DialogError.d.ts +0 -9
- package/dist/libs/shared/src/errors/primitives/ErrorPageError.d.ts +0 -7
- package/dist/libs/shared/src/flight-requests/AudienceRequests.d.ts +0 -4
- package/dist/libs/shared/src/flight-requests/ClassificationRequests.d.ts +0 -13
- package/dist/libs/shared/src/flight-requests/ConfigRequests.d.ts +0 -6
- package/dist/libs/shared/src/flight-requests/FollowRequests.d.ts +0 -8
- package/dist/libs/shared/src/flight-requests/ImageRequests.d.ts +0 -7
- package/dist/libs/shared/src/flight-requests/LinkRequests.d.ts +0 -11
- package/dist/libs/shared/src/flight-requests/PlaylistRequests.d.ts +0 -26
- package/dist/libs/shared/src/flight-requests/PreferenceRequests.d.ts +0 -25
- package/dist/libs/shared/src/flight-requests/RatingRequests.d.ts +0 -4
- package/dist/libs/shared/src/flight-requests/ResourceRequests.d.ts +0 -11
- package/dist/libs/shared/src/flight-requests/SettingRequests.d.ts +0 -8
- package/dist/libs/shared/src/flight-requests/SubtitleRequests.d.ts +0 -9
- package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +0 -11
- package/dist/libs/shared/src/hooks/UseAlerts.d.ts +0 -6
- package/dist/libs/shared/src/hooks/UseBatchFetch.d.ts +0 -14
- package/dist/libs/shared/src/hooks/UseCanSubmitForm.d.ts +0 -10
- package/dist/libs/shared/src/hooks/UseFetchAll.d.ts +0 -12
- package/dist/libs/shared/src/hooks/UseGetMediaQueryString.d.ts +0 -2
- package/dist/libs/shared/src/hooks/UseHover.d.ts +0 -21
- package/dist/libs/shared/src/hooks/UseInfiniteList.d.ts +0 -20
- package/dist/libs/shared/src/hooks/UseInfiniteScroll.d.ts +0 -1
- package/dist/libs/shared/src/hooks/UseLazyLoad.d.ts +0 -6
- package/dist/libs/shared/src/hooks/UseListenOn.d.ts +0 -3
- package/dist/libs/shared/src/hooks/UseMediaQuery.d.ts +0 -1
- package/dist/libs/shared/src/hooks/UseReorderedItems.d.ts +0 -9
- package/dist/libs/shared/src/hooks/UseResizeListener.d.ts +0 -9
- package/dist/libs/shared/src/hooks/UseSelectAllPages.d.ts +0 -15
- package/dist/libs/shared/src/hooks/useAppOptions.d.ts +0 -2
- package/dist/libs/shared/src/hooks/useGetCollectionItems.d.ts +0 -7
- package/dist/libs/shared/src/hooks/useQueryString.d.ts +0 -9
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +0 -87
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +0 -24
- package/dist/libs/shared/src/images/svg/arrows/index.d.ts +0 -9
- package/dist/libs/shared/src/images/svg/index.d.ts +0 -2
- package/dist/libs/shared/src/images/svg/objects/index.d.ts +0 -36
- package/dist/libs/shared/src/images/svg/player/index.d.ts +0 -14
- package/dist/libs/shared/src/images/svg/settings.d.ts +0 -1
- package/dist/libs/shared/src/images/svg/status/index.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/AppLinkWithLabel.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/DialogOptions.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/ImageUrls.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/QueryParams.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/RegionalUrl.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/SlidingListRefs.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/WidgetContext.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/app-variables/BaseNotificationsAppVariables.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +0 -17
- package/dist/libs/shared/src/interfaces/app-variables/index.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/collections/AudienceCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/CategoryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassificationCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClassroomGroupCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ClipCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/CompanyCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/CustomerCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/FolderCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/LibraryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/LinkCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/PersonCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/PlaylistCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/PresentationAudienceCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/ResourceCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/SeriesCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/SubtitleCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/TagCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/UserCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/VideoCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/VideoHistoryCollection.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/WidgetCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/collections/index.d.ts +0 -25
- package/dist/libs/shared/src/interfaces/collections/primitives/BasePaginatedCollection.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/collections/primitives/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/index.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/models/Audience.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Avatar.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Banner.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Category.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Channel.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Classification.d.ts +0 -21
- package/dist/libs/shared/src/interfaces/models/Classroom.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/ClassroomGroup.d.ts +0 -18
- package/dist/libs/shared/src/interfaces/models/Clip.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/Company.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/models/Cover.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Curriculum.d.ts +0 -18
- package/dist/libs/shared/src/interfaces/models/Customer.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/EntitySetting.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/FileUpload.d.ts +0 -20
- package/dist/libs/shared/src/interfaces/models/Folder.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Following.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Glance.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/Group.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/HeroBanner.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Image.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Language.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/LanguageConfig.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Library.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Link.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Organisation.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Pdf.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Person.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Playlist.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Poster.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Presentation.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/PresentationAudience.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/Rating.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/Resource.d.ts +0 -17
- package/dist/libs/shared/src/interfaces/models/Restriction.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/Season.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Series.d.ts +0 -10
- package/dist/libs/shared/src/interfaces/models/Share.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/Subject.d.ts +0 -13
- package/dist/libs/shared/src/interfaces/models/Subtitle.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Tag.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/TallPoster.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/Theme.d.ts +0 -14
- package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/User.d.ts +0 -64
- package/dist/libs/shared/src/interfaces/models/UserChannel.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/Video.d.ts +0 -34
- package/dist/libs/shared/src/interfaces/models/VideoHistory.d.ts +0 -12
- package/dist/libs/shared/src/interfaces/models/Widget.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/models/YearGroup.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/index.d.ts +0 -57
- package/dist/libs/shared/src/interfaces/models/interactive/ActionableItem.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/interactive/Interaction.d.ts +0 -16
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionType.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionTypeId.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/interactive/Interactive.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/models/interactive/Timepoint.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/models/interactive/index.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/models/primitives/VirtualObject.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/props/ViewProps.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/props/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/requests/CreateOrUpdateClipRequest.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/ReorderRequest.d.ts +0 -12
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectChannel.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateObjectRating.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateResourceRequest.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +0 -9
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/services/BaseConfigDataService.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/services/BaseLibraryDataService.d.ts +0 -10
- package/dist/libs/shared/src/interfaces/services/BaseSeriesDataService.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/services/BaseSettingsDataService.d.ts +0 -7
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/services/BaseVideoDataService.d.ts +0 -5
- package/dist/libs/shared/src/interfaces/services/BaseVideoUploadDataService.d.ts +0 -8
- package/dist/libs/shared/src/interfaces/services/index.d.ts +0 -7
- package/dist/libs/shared/src/legacy/behaviors/file-drop/FileDropBehavior.d.ts +0 -19
- package/dist/libs/shared/src/legacy/behaviors/file-drop/FileDropHelper.d.ts +0 -4
- package/dist/libs/shared/src/legacy/behaviors/file-select/FileSelectBehavior.d.ts +0 -16
- package/dist/libs/shared/src/legacy/components/file-select/FileSelectComponent.d.ts +0 -29
- package/dist/libs/shared/src/legacy/components/file-uploads/FileUploadComponent.d.ts +0 -15
- package/dist/libs/shared/src/legacy/components/resource-item/ResourceItemComponent.d.ts +0 -22
- package/dist/libs/shared/src/legacy/components/subtitle-item/SubtitleItemComponent.d.ts +0 -17
- package/dist/libs/shared/src/legacy/errors/too-many-files/TooManyFilesError.d.ts +0 -7
- package/dist/libs/shared/src/legacy/errors/too-many-resources/TooManyResourcesError.d.ts +0 -8
- package/dist/libs/shared/src/legacy/errors/too-many-subtitles/TooManySubtitlesError.d.ts +0 -8
- package/dist/libs/shared/src/legacy/utils/LangHelper.d.ts +0 -5
- package/dist/libs/shared/src/services/AppOptionsService.d.ts +0 -20
- package/dist/libs/shared/src/services/ConfigDataService.d.ts +0 -13
- package/dist/libs/shared/src/services/ImageUrlService.d.ts +0 -12
- package/dist/libs/shared/src/services/LanguageDataService.d.ts +0 -7
- package/dist/libs/shared/src/services/UserDataService.d.ts +0 -23
- package/dist/libs/shared/src/utils/AudienceHelper.d.ts +0 -14
- package/dist/libs/shared/src/utils/DashboardHelper.d.ts +0 -9
- package/dist/libs/shared/src/utils/DragHelper.d.ts +0 -4
- package/dist/libs/shared/src/utils/DurationHelper.d.ts +0 -7
- package/dist/libs/shared/src/utils/FavouriteHelpers.d.ts +0 -30
- package/dist/libs/shared/src/utils/FormHelper.d.ts +0 -4
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +0 -32
- package/dist/libs/shared/src/utils/ImageSelectHelper.d.ts +0 -6
- package/dist/libs/shared/src/utils/NumberHelper.d.ts +0 -3
- package/dist/libs/shared/src/utils/PartialLoadingHelper.d.ts +0 -12
- package/dist/libs/shared/src/utils/PermissionsHelper.d.ts +0 -10
- package/dist/libs/shared/src/utils/RatingHelper.d.ts +0 -4
- package/dist/libs/shared/src/utils/RecentItemHelper.d.ts +0 -11
- package/dist/libs/shared/src/utils/RegionHelper.d.ts +0 -4
- package/dist/libs/shared/src/utils/ReorderHelper.d.ts +0 -15
- package/dist/libs/shared/src/utils/SubtitleHelper.d.ts +0 -9
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -18
- package/dist/libs/shared/src/utils/UserHelper.d.ts +0 -3
- package/dist/libs/shared/src/utils/VideoDetailsHelper.d.ts +0 -12
- package/dist/libs/shared/src/utils/VideoHelper.d.ts +0 -5
- package/dist/libs/shared/src/utils/WidgetHelper.d.ts +0 -12
- package/dist/libs/shared/src/utils/video-actions/VideoActionsHelper.d.ts +0 -14
- package/dist/libs/shared/src/views/delete-link/DeleteLinkView.d.ts +0 -8
- package/dist/libs/shared/src/views/delete-resource/DeleteResourceView.d.ts +0 -8
- package/dist/libs/shared/src/views/delete-subtitle/DeleteSubtitleView.d.ts +0 -8
- package/dist/libs/shared/src/views/dialog/DialogView.d.ts +0 -9
- package/dist/libs/shared/src/views/edit-link/EditLinkView.d.ts +0 -8
- package/dist/libs/shared/src/views/edit-resource/EditResourceView.d.ts +0 -8
- package/dist/libs/shared/src/views/image-upload/ImageUploadView.d.ts +0 -9
- package/dist/online-app.css.map +0 -1
- package/dist/online-app.js.map +0 -1
- package/dist/projects/online/src/apps/content-updates/ContentUpdatesApplication.d.ts +0 -13
- package/dist/projects/online/src/apps/content-updates/components/classification-banner/ClassificationBanner.d.ts +0 -11
- package/dist/projects/online/src/apps/content-updates/components/classification-update-breadcrumbs/ClassificationUpdateBreadcrumbsContainer.d.ts +0 -9
- package/dist/projects/online/src/apps/content-updates/components/index.d.ts +0 -3
- package/dist/projects/online/src/apps/content-updates/components/whats-new-breadcrumbs/WhatsNewBreadcrumbsContainer.d.ts +0 -6
- package/dist/projects/online/src/apps/content-updates/context/ContentUpdatesAppContext.d.ts +0 -4
- package/dist/projects/online/src/apps/content-updates/context/index.d.ts +0 -1
- package/dist/projects/online/src/apps/content-updates/utils/ContentUpdateAppLinks.d.ts +0 -2
- package/dist/projects/online/src/apps/content-updates/views/classification-update/ClassificationUpdateView.d.ts +0 -8
- package/dist/projects/online/src/apps/content-updates/views/classification-update/index.d.ts +0 -1
- package/dist/projects/online/src/apps/content-updates/views/content-updates/ContentUpdatesView.d.ts +0 -7
- package/dist/projects/online/src/apps/content-updates/views/content-updates/components/ContentUpdateClassification.d.ts +0 -14
- package/dist/projects/online/src/apps/content-updates/views/content-updates/index.d.ts +0 -1
- package/dist/projects/online/src/apps/content-updates/views/content-updates/partial-loading/PartialContentUpdatesView.d.ts +0 -2
- package/dist/projects/online/src/apps/content-updates/views/index.d.ts +0 -2
- package/dist/projects/online/src/apps/dashboard/OnlineDashboardApplication.d.ts +0 -12
- package/dist/projects/online/src/apps/dashboard/components/hero-widget/CarouselIndicators.d.ts +0 -6
- package/dist/projects/online/src/apps/dashboard/components/hero-widget/CarouselItem.d.ts +0 -13
- package/dist/projects/online/src/apps/dashboard/components/hero-widget/CarouselSliderButton.d.ts +0 -7
- package/dist/projects/online/src/apps/dashboard/components/hero-widget/HeroWidget.d.ts +0 -12
- package/dist/projects/online/src/apps/dashboard/components/hero-widget/index.d.ts +0 -4
- package/dist/projects/online/src/apps/dashboard/components/index.d.ts +0 -1
- package/dist/projects/online/src/apps/dashboard/components/onboarding-nag/OnboardingNag.d.ts +0 -8
- package/dist/projects/online/src/apps/dashboard/components/onboarding-nag-item/OnboardingNagItem.d.ts +0 -9
- package/dist/projects/online/src/apps/dashboard/components/onboarding-progress/OnboardingProgress.d.ts +0 -6
- package/dist/projects/online/src/apps/dashboard/flight-requests/DashboardRequests.d.ts +0 -10
- package/dist/projects/online/src/apps/dashboard/flight-requests/index.d.ts +0 -1
- package/dist/projects/online/src/apps/dashboard/types/index.d.ts +0 -0
- package/dist/projects/online/src/apps/dashboard/views/dashboard/DashboardView.d.ts +0 -2
- package/dist/projects/online/src/apps/dashboard/views/dev-error/DashboardDevErrorView.d.ts +0 -6
- package/dist/projects/online/src/apps/dashboard/views/error/DashboardErrorView.d.ts +0 -7
- package/dist/projects/online/src/apps/dashboard/views/index.d.ts +0 -3
- package/dist/projects/online/src/apps/default/OnlineDefaultApplication.d.ts +0 -12
- package/dist/projects/online/src/apps/default/views/verify-email/VerifyEmailValidation.d.ts +0 -3
- package/dist/projects/online/src/apps/default/views/verify-email/VerifyEmailView.d.ts +0 -3
- package/dist/projects/online/src/apps/exchange/ExchangeApplication.d.ts +0 -13
- package/dist/projects/online/src/apps/exchange/components/exchange-sub-nav/ExchangeSubNav.d.ts +0 -2
- package/dist/projects/online/src/apps/exchange/views/exchange/ExchangeView.d.ts +0 -2
- package/dist/projects/online/src/apps/libraries/LibrariesApplication.d.ts +0 -11
- package/dist/projects/online/src/apps/libraries/components/libraries-list/LibrariesList.d.ts +0 -7
- package/dist/projects/online/src/apps/libraries/components/libraries-list/partial-loading/PartialLibrariesList.d.ts +0 -2
- package/dist/projects/online/src/apps/libraries/components/library-item/LibraryItem.d.ts +0 -7
- package/dist/projects/online/src/apps/libraries/flight-requests/LibrariesRequests.d.ts +0 -7
- package/dist/projects/online/src/apps/libraries/utils/LibraryHelper.d.ts +0 -9
- package/dist/projects/online/src/apps/libraries/views/libraries/LibrariesView.d.ts +0 -2
- package/dist/projects/online/src/apps/movies-and-tv/MoviesAndTvApplication.d.ts +0 -12
- package/dist/projects/online/src/apps/movies-and-tv/views/movies-and-tv/MoviesAndTvView.d.ts +0 -2
- package/dist/projects/online/src/apps/playlists/OnlinePlaylistsApplication.d.ts +0 -33
- package/dist/projects/online/src/apps/playlists/components/left-nav/LeftNav.d.ts +0 -12
- package/dist/projects/online/src/apps/playlists/components/left-nav/left-nav-item/LeftNavItem.d.ts +0 -9
- package/dist/projects/online/src/apps/playlists/components/left-nav/left-nav-playlist-owner-indicator/LevNavPlaylistOwnerIndicator.d.ts +0 -8
- package/dist/projects/online/src/apps/playlists/components/left-nav/partial-loading/PartialLeftNav.d.ts +0 -2
- package/dist/projects/online/src/apps/playlists/components/old-forms/OldFormField.d.ts +0 -9
- package/dist/projects/online/src/apps/playlists/components/old-forms/OldFormWrapper.d.ts +0 -13
- package/dist/projects/online/src/apps/playlists/components/old-forms/OldSpinnerButton.d.ts +0 -12
- package/dist/projects/online/src/apps/playlists/components/old-forms/index.d.ts +0 -3
- package/dist/projects/online/src/apps/playlists/components/play-playlist/PlayPlaylist.d.ts +0 -13
- package/dist/projects/online/src/apps/playlists/components/play-playlist/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/components/playlist-details/PlaylistDetailsComponent.d.ts +0 -11
- package/dist/projects/online/src/apps/playlists/components/playlist-details/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/components/playlist-header/PartialPlaylistHeader.d.ts +0 -2
- package/dist/projects/online/src/apps/playlists/components/playlist-header/PlaylistHeader.d.ts +0 -19
- package/dist/projects/online/src/apps/playlists/components/playlist-list-header/PartialPlaylistListHeader.d.ts +0 -2
- package/dist/projects/online/src/apps/playlists/components/playlist-list-header/PlaylistListHeader.d.ts +0 -11
- package/dist/projects/online/src/apps/playlists/components/series-metadata/SeriesMetadata.d.ts +0 -7
- package/dist/projects/online/src/apps/playlists/components/series-metadata/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/components/share-playlist/SharePlaylist.d.ts +0 -9
- package/dist/projects/online/src/apps/playlists/components/share-playlist/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/components/video-not-found/VideoNotFoundComponent.d.ts +0 -8
- package/dist/projects/online/src/apps/playlists/components/video-not-found/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/components/web-player/WebPlayerComponent.d.ts +0 -9
- package/dist/projects/online/src/apps/playlists/components/web-player/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/context/PlaylistsAppContext.d.ts +0 -4
- package/dist/projects/online/src/apps/playlists/context/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/filters/MigrationFilter.d.ts +0 -2
- package/dist/projects/online/src/apps/playlists/filters/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/flight-requests/VideoRequests.d.ts +0 -5
- package/dist/projects/online/src/apps/playlists/interfaces/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/interfaces/models/MigrationTask.d.ts +0 -4
- package/dist/projects/online/src/apps/playlists/interfaces/models/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/services/FlightPlaylistDataService.d.ts +0 -15
- package/dist/projects/online/src/apps/playlists/services/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/utils/PlaylistVideoActionAppLinkHelper.d.ts +0 -4
- package/dist/projects/online/src/apps/playlists/utils/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/views/add-to-playlist/AddToPlaylistView.d.ts +0 -7
- package/dist/projects/online/src/apps/playlists/views/add-to-playlist/components/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/views/add-to-playlist/components/select-playlist/SelectPlaylist.d.ts +0 -11
- package/dist/projects/online/src/apps/playlists/views/add-to-playlist/components/select-playlist/index.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/views/delete-playlist/DeletePlaylistView.d.ts +0 -10
- package/dist/projects/online/src/apps/playlists/views/edit-playlist/EditPlaylistView.d.ts +0 -8
- package/dist/projects/online/src/apps/playlists/views/left-nav/LeftNavView.d.ts +0 -7
- package/dist/projects/online/src/apps/playlists/views/migration-in-progress/MigrationInProgressView.d.ts +0 -2
- package/dist/projects/online/src/apps/playlists/views/new-playlist/NewPlaylistView.d.ts +0 -8
- package/dist/projects/online/src/apps/playlists/views/play-playlist/PlayPlaylistView.d.ts +0 -12
- package/dist/projects/online/src/apps/playlists/views/playlist/PlaylistView.d.ts +0 -10
- package/dist/projects/online/src/apps/playlists/views/playlists/PlaylistsView.d.ts +0 -7
- package/dist/projects/online/src/apps/playlists/views/remove-video-from-playlist/RemoveVideoFromPlaylistView.d.ts +0 -9
- package/dist/projects/online/src/apps/subjects/SubjectApplication.d.ts +0 -16
- package/dist/projects/online/src/apps/subjects/SubjectPlaylistsApplication.d.ts +0 -15
- package/dist/projects/online/src/apps/subjects/utils/ClassificationAppLinks.d.ts +0 -7
- package/dist/projects/online/src/apps/subjects/utils/OnboardingHelper.d.ts +0 -19
- package/dist/projects/online/src/apps/subjects/utils/index.d.ts +0 -1
- package/dist/projects/online/src/apps/subjects/views/classification/ClassificationView.d.ts +0 -11
- package/dist/projects/online/src/apps/subjects/views/classification/ClassificationViewUtils.d.ts +0 -11
- package/dist/projects/online/src/apps/subjects/views/classification/index.d.ts +0 -1
- package/dist/projects/online/src/apps/subjects/views/classification-playlist/ClassificationPlaylistView.d.ts +0 -7
- package/dist/projects/online/src/apps/subjects/views/classification-playlist/components/PartialPlaylistHeader.d.ts +0 -2
- package/dist/projects/online/src/apps/subjects/views/classifications/ClassificationsView.d.ts +0 -11
- package/dist/projects/online/src/apps/subjects/views/classifications/index.d.ts +0 -1
- package/dist/projects/online/src/apps/subjects/views/preferences/OnlineBasePreferencesView.d.ts +0 -8
- package/dist/projects/online/src/apps/subjects/views/preferences/curriculum-presentation/OnlineCurriculumPresentationSelectorView.d.ts +0 -6
- package/dist/projects/online/src/apps/subjects/views/preferences/index.d.ts +0 -7
- package/dist/projects/online/src/apps/subjects/views/preferences/level-preferences/OnlineLevelPreferencesView.d.ts +0 -6
- package/dist/projects/online/src/apps/subjects/views/preferences/subject-preferences/OnlineSubjectPreferencesView.d.ts +0 -6
- package/dist/projects/online/src/apps/subjects/views/preferences/subject-presentation/OnlineSubjectPresentationSelectorView.d.ts +0 -6
- package/dist/projects/online/src/apps/subjects/views/preferences/summary/OnlinePreferencesSummaryView.d.ts +0 -6
- package/dist/projects/online/src/apps/subjects/views/preferences/welcome/OnlinePreferencesWelcomeView.d.ts +0 -6
- package/dist/projects/online/src/apps/workspace/WorkspaceApplication.d.ts +0 -19
- package/dist/projects/online/src/apps/workspace/components/edit-workspace-video-details/EditWorkspaceVideoDetails.d.ts +0 -9
- package/dist/projects/online/src/apps/workspace/components/edit-workspace-video-details/partial-loading/PartialEditWorkspaceVideoDetails.d.ts +0 -2
- package/dist/projects/online/src/apps/workspace/context/WorkspaceAppContext.d.ts +0 -3
- package/dist/projects/online/src/apps/workspace/flight-requests/WorkspaceVideoRequests.d.ts +0 -9
- package/dist/projects/online/src/apps/workspace/views/edit-workspace-video/EditWorkspaceVideoView.d.ts +0 -8
- package/dist/projects/online/src/apps/workspace/views/edit-workspace-video/partial-loading/PartialEditVideoUploadArea.d.ts +0 -2
- package/dist/projects/online/src/index.d.ts +0 -155
- package/dist/projects/online/src/shared/components/AppLinkComponent.d.ts +0 -12
- package/dist/projects/online/src/shared/components/InfiniteScrollFooter.d.ts +0 -7
- package/dist/projects/online/src/shared/components/LazyImageComponent.d.ts +0 -2
- package/dist/projects/online/src/shared/components/OnlineSvgContainer.d.ts +0 -7
- package/dist/projects/online/src/shared/components/Spinner.d.ts +0 -6
- package/dist/projects/online/src/shared/components/SpinnerButtonComponent.d.ts +0 -12
- package/dist/projects/online/src/shared/components/alert/AlertComponent.d.ts +0 -7
- package/dist/projects/online/src/shared/components/alert/AlertContentComponent.d.ts +0 -8
- package/dist/projects/online/src/shared/components/alert/index.d.ts +0 -2
- package/dist/projects/online/src/shared/components/index.d.ts +0 -6
- package/dist/projects/online/src/shared/components/popup/Popup.d.ts +0 -12
- package/dist/projects/online/src/shared/components/popup/PopupButtons.d.ts +0 -6
- package/dist/projects/online/src/shared/components/popup/PopupLoadingSpinner.d.ts +0 -2
- package/dist/projects/online/src/shared/components/popup/index.d.ts +0 -3
- package/dist/projects/online/src/shared/components/video-list/PartialVideoList.d.ts +0 -2
- package/dist/projects/online/src/shared/components/video-list/PlaceHolder.d.ts +0 -2
- package/dist/projects/online/src/shared/components/video-list/RestrictedBadge.d.ts +0 -7
- package/dist/projects/online/src/shared/components/video-list/RestrictionInfo.d.ts +0 -7
- package/dist/projects/online/src/shared/components/video-list/SortableVideoList.d.ts +0 -7
- package/dist/projects/online/src/shared/components/video-list/SortableVideoListContainer.d.ts +0 -11
- package/dist/projects/online/src/shared/components/video-list/ThumbnailComponent.d.ts +0 -10
- package/dist/projects/online/src/shared/components/video-list/VideoActionsComponent.d.ts +0 -12
- package/dist/projects/online/src/shared/components/video-list/VideoItemComponent.d.ts +0 -15
- package/dist/projects/online/src/shared/components/video-list/VideoItemPreviewComponent.d.ts +0 -9
- package/dist/projects/online/src/shared/components/video-list/VideoList.d.ts +0 -8
- package/dist/projects/online/src/shared/constants/Actions.d.ts +0 -106
- package/dist/projects/online/src/shared/constants/BootstrapKeys.d.ts +0 -3
- package/dist/projects/online/src/shared/constants/DataPrefixes.d.ts +0 -26
- package/dist/projects/online/src/shared/constants/Layouts.d.ts +0 -3
- package/dist/projects/online/src/shared/constants/OnlineViewModels.d.ts +0 -3
- package/dist/projects/online/src/shared/constants/RadioChannels.d.ts +0 -20
- package/dist/projects/online/src/shared/constants/ResponsiveHideLeftNavAppLinks.d.ts +0 -2
- package/dist/projects/online/src/shared/constants/Services.d.ts +0 -8
- package/dist/projects/online/src/shared/constants/SupportArticles.d.ts +0 -3
- package/dist/projects/online/src/shared/constants/WithStatements.d.ts +0 -11
- package/dist/projects/online/src/shared/constants/index.d.ts +0 -9
- package/dist/projects/online/src/shared/enums/ClassificationMemberType.d.ts +0 -5
- package/dist/projects/online/src/shared/enums/Svg.d.ts +0 -13
- package/dist/projects/online/src/shared/enums/index.d.ts +0 -1
- package/dist/projects/online/src/shared/errors/not-found/NotFoundError.d.ts +0 -7
- package/dist/projects/online/src/shared/hooks/UseMixinVideoRestrictions.d.ts +0 -14
- package/dist/projects/online/src/shared/hooks/UsePolling.d.ts +0 -1
- package/dist/projects/online/src/shared/hooks/UseRenderBackboneView.d.ts +0 -10
- package/dist/projects/online/src/shared/hooks/UseResizeListener.d.ts +0 -9
- package/dist/projects/online/src/shared/hooks/UseRevertPageTitleOnUnsetChild.d.ts +0 -2
- package/dist/projects/online/src/shared/hooks/index.d.ts +0 -3
- package/dist/projects/online/src/shared/identifiers/DataIdentifier.d.ts +0 -15
- package/dist/projects/online/src/shared/identifiers/WidgetCollectionIdentifier.d.ts +0 -32
- package/dist/projects/online/src/shared/identifiers/index.d.ts +0 -3
- package/dist/projects/online/src/shared/identifiers/primitives/ServiceOptions.d.ts +0 -7
- package/dist/projects/online/src/shared/interfaces/SharedObject.d.ts +0 -9
- package/dist/projects/online/src/shared/interfaces/index.d.ts +0 -1
- package/dist/projects/online/src/shared/layouts/LayoutComponent.d.ts +0 -12
- package/dist/projects/online/src/shared/layouts/OnlineLayoutView.d.ts +0 -31
- package/dist/projects/online/src/shared/layouts/index.d.ts +0 -2
- package/dist/projects/online/src/shared/services/AppBridgeService.d.ts +0 -23
- package/dist/projects/online/src/shared/services/OnlineContextService.d.ts +0 -10
- package/dist/projects/online/src/shared/services/index.d.ts +0 -2
- package/dist/projects/online/src/shared/utils/BackboneHelper.d.ts +0 -18
- package/dist/projects/online/src/shared/utils/OnlineHelper.d.ts +0 -10
- package/dist/projects/online/src/shared/utils/PopupHelper.d.ts +0 -17
- package/dist/projects/online/src/shared/utils/index.d.ts +0 -3
- package/dist/projects/online/src/shared/views/alert/AlertView.d.ts +0 -8
- package/dist/projects/online/src/shared/views/error/ErrorView.d.ts +0 -11
- package/dist/projects/online/src/shared/views/index.d.ts +0 -3
- package/dist/projects/online/src/shared/views/share/ShareView.d.ts +0 -6
- package/dist/projects/online/src/styles/index.d.ts +0 -1
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { BaseObject } from "./";
|
|
2
|
-
export declare enum UserGroup {
|
|
3
|
-
Staff = "staff",
|
|
4
|
-
Learner = "learner",
|
|
5
|
-
Unknown = "unknown"
|
|
6
|
-
}
|
|
7
|
-
export interface User extends BaseObject {
|
|
8
|
-
countryCode?: string;
|
|
9
|
-
customerId?: string;
|
|
10
|
-
customerGuid?: string;
|
|
11
|
-
customerName?: string;
|
|
12
|
-
crmId?: number;
|
|
13
|
-
role?: string;
|
|
14
|
-
userGroup?: UserGroup;
|
|
15
|
-
yearGroup?: string;
|
|
16
|
-
isOpenCustomer?: boolean;
|
|
17
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { BaseObject } from "./";
|
|
2
|
-
import { Series } from './Series';
|
|
3
|
-
import { Folder } from './Folder';
|
|
4
|
-
import { Owner } from './Owner';
|
|
5
|
-
import { Playlist } from './Playlist';
|
|
6
|
-
import { Rating } from './Rating';
|
|
7
|
-
export interface Video extends BaseObject {
|
|
8
|
-
series?: Series;
|
|
9
|
-
categories?: Folder[];
|
|
10
|
-
owner?: Owner;
|
|
11
|
-
playlist?: Playlist;
|
|
12
|
-
rating?: Rating;
|
|
13
|
-
duration?: number;
|
|
14
|
-
trackingCode?: string;
|
|
15
|
-
productionYear?: number;
|
|
16
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export * from './AnalyticsTypes';
|
|
2
|
-
export * from './User';
|
|
3
|
-
export * from './Config';
|
|
4
|
-
export * from './Owner';
|
|
5
|
-
export * from './Folder';
|
|
6
|
-
export * from './HashObject';
|
|
7
|
-
export * from './Playlist';
|
|
8
|
-
export * from './Resource';
|
|
9
|
-
export * from './Rating';
|
|
10
|
-
export * from './Region';
|
|
11
|
-
export * from './RegionalUrl';
|
|
12
|
-
export * from './Series';
|
|
13
|
-
export * from './Subtitle';
|
|
14
|
-
export * from './Video';
|
|
15
|
-
export * from './primitives/BaseObject';
|
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
import { ObjectHash } from 'backbone';
|
|
2
|
-
import { AnalyticsEventType, ActionContext } from "../interfaces";
|
|
3
|
-
import { EventVersion } from "../interfaces";
|
|
4
|
-
interface Enrichment {
|
|
5
|
-
[prop: string]: string;
|
|
6
|
-
}
|
|
7
|
-
export interface DataObjectPayload extends ObjectHash {
|
|
8
|
-
}
|
|
9
|
-
export interface DataCollectionPayload extends Array<ObjectHash> {
|
|
10
|
-
}
|
|
11
|
-
export declare type AnalyticsDataPayload = DataObjectPayload | DataCollectionPayload;
|
|
12
|
-
/**
|
|
13
|
-
* Base AnalyticsEvent Object.
|
|
14
|
-
* Acts as a wrapper for our events, encapsulating the event type
|
|
15
|
-
* and a data payload.
|
|
16
|
-
*/
|
|
17
|
-
export declare class AnalyticsEvent<TType extends AnalyticsEventType, TPayload extends AnalyticsDataPayload> {
|
|
18
|
-
type: TType;
|
|
19
|
-
data: TPayload;
|
|
20
|
-
actionContext: ActionContext;
|
|
21
|
-
eventVersion: EventVersion;
|
|
22
|
-
constructor(type: TType, data: TPayload, actionContext?: ActionContext, eventVersion?: EventVersion);
|
|
23
|
-
/**
|
|
24
|
-
* Utility function that allows us to create type guards.
|
|
25
|
-
* @param type EventType
|
|
26
|
-
*/
|
|
27
|
-
isType(type: TType): this is TType;
|
|
28
|
-
/**
|
|
29
|
-
* Mix different enrichments into the base AnalyticsEvent object
|
|
30
|
-
* to keep it as flat as possible.
|
|
31
|
-
*
|
|
32
|
-
* @param key Top level enrichment name
|
|
33
|
-
* @param value Either a string or set of KV Pairs
|
|
34
|
-
*/
|
|
35
|
-
enrich(key: string, value: string | Enrichment): void;
|
|
36
|
-
get(key: string): string | Enrichment;
|
|
37
|
-
/**
|
|
38
|
-
* Check that the incoming enrichment doesn't clash with
|
|
39
|
-
* a pre-existing enrichement.
|
|
40
|
-
*
|
|
41
|
-
* @param key
|
|
42
|
-
*/
|
|
43
|
-
private validateKey;
|
|
44
|
-
}
|
|
45
|
-
/**
|
|
46
|
-
* Alias our analytics type to make our function signatures and typings a little cleaner
|
|
47
|
-
*/
|
|
48
|
-
export declare type CoreAnalyticsType = AnalyticsEvent<AnalyticsEventType, AnalyticsDataPayload>;
|
|
49
|
-
export {};
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { HashObject } from "../interfaces/HashObject";
|
|
2
|
-
import { VersionData } from "../interfaces/VersionData";
|
|
3
|
-
import { UserAction, EventVersion, ActionContext } from "../interfaces/AnalyticsTypes";
|
|
4
|
-
import { Region } from "../interfaces/Region";
|
|
5
|
-
import { CountryCode } from "../enums/CountryCode";
|
|
6
|
-
export interface IncomingEvent {
|
|
7
|
-
type: CollectionEventType;
|
|
8
|
-
data: HashObject;
|
|
9
|
-
actionContext: ActionContext;
|
|
10
|
-
eventVersion: EventVersion;
|
|
11
|
-
}
|
|
12
|
-
export interface RequestData {
|
|
13
|
-
url: string;
|
|
14
|
-
referrer: string;
|
|
15
|
-
}
|
|
16
|
-
export interface PlatformData {
|
|
17
|
-
browser: VersionData;
|
|
18
|
-
os: VersionData;
|
|
19
|
-
request: RequestData;
|
|
20
|
-
screenResolution: string;
|
|
21
|
-
}
|
|
22
|
-
export interface CollectionEventUserData {
|
|
23
|
-
id: string;
|
|
24
|
-
role: string;
|
|
25
|
-
userGroup: string;
|
|
26
|
-
yearGroup: string;
|
|
27
|
-
customer: {
|
|
28
|
-
id: string;
|
|
29
|
-
name: string;
|
|
30
|
-
country: CountryCode;
|
|
31
|
-
region: Region;
|
|
32
|
-
customerGuid: string;
|
|
33
|
-
crmId: number;
|
|
34
|
-
openCustomer: boolean;
|
|
35
|
-
};
|
|
36
|
-
}
|
|
37
|
-
export interface CollectionEventData {
|
|
38
|
-
[entity: string]: HashObject;
|
|
39
|
-
action: HashObject;
|
|
40
|
-
user: CollectionEventUserData;
|
|
41
|
-
platform: PlatformData;
|
|
42
|
-
product: VersionData;
|
|
43
|
-
}
|
|
44
|
-
export interface CollectionEventMetadata {
|
|
45
|
-
timestamp: string;
|
|
46
|
-
client: {
|
|
47
|
-
name: string;
|
|
48
|
-
version: string;
|
|
49
|
-
region: Region;
|
|
50
|
-
};
|
|
51
|
-
eventVersion: EventVersion;
|
|
52
|
-
}
|
|
53
|
-
export declare type CollectionEventType = UserAction;
|
|
54
|
-
/**
|
|
55
|
-
* Model to be sent to CollectionApi.
|
|
56
|
-
*/
|
|
57
|
-
export interface CollectionEvent {
|
|
58
|
-
type: CollectionEventType;
|
|
59
|
-
data: CollectionEventData;
|
|
60
|
-
metadata: CollectionEventMetadata;
|
|
61
|
-
}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { Core } from "../../../common/src/backbone";
|
|
2
|
-
interface ApplicationContext {
|
|
3
|
-
pageLoad: boolean;
|
|
4
|
-
appLink: Core.AppLink;
|
|
5
|
-
}
|
|
6
|
-
export interface AppContextServiceOptions {
|
|
7
|
-
}
|
|
8
|
-
export declare class StaticContextService extends Core.Service {
|
|
9
|
-
private static instance;
|
|
10
|
-
private contextHistory;
|
|
11
|
-
get name(): string;
|
|
12
|
-
static get Instance(): StaticContextService;
|
|
13
|
-
initialize(): void;
|
|
14
|
-
private setContext;
|
|
15
|
-
getCurrentContext(): ApplicationContext;
|
|
16
|
-
fromPageLoad(): boolean;
|
|
17
|
-
}
|
|
18
|
-
export declare const ContextService: StaticContextService;
|
|
19
|
-
export {};
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
import * as Marionette from 'backbone.marionette';
|
|
2
|
-
import { CoreAnalyticsType } from "../models/AnalyticsEvent";
|
|
3
|
-
import { BaseAnalyticsClient } from "../clients/BaseAnalyticsClient";
|
|
4
|
-
import { CollectionApiClient } from "../clients/CollectionApiClient";
|
|
5
|
-
declare type AnalyticsClient = BaseAnalyticsClient | CollectionApiClient;
|
|
6
|
-
/**
|
|
7
|
-
* TransportLayer is responsible for communicating outgoing events from the
|
|
8
|
-
* AnalyticsService to registered AnalyticsClients.
|
|
9
|
-
*/
|
|
10
|
-
interface TransportLayer {
|
|
11
|
-
publish(event: CoreAnalyticsType): void;
|
|
12
|
-
subscribe<TClient extends AnalyticsClient>(client: TClient): void;
|
|
13
|
-
}
|
|
14
|
-
export declare abstract class BaseAnalyticsTransport extends Marionette.Object implements TransportLayer {
|
|
15
|
-
abstract publish(event: CoreAnalyticsType): void;
|
|
16
|
-
abstract subscribe(client: AnalyticsClient): void;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* EventTransport will utilise Backbone.Radio to emit events.
|
|
20
|
-
*/
|
|
21
|
-
export declare class EventTransport extends BaseAnalyticsTransport {
|
|
22
|
-
get name(): string;
|
|
23
|
-
get channelName(): string;
|
|
24
|
-
/**
|
|
25
|
-
* Publish an event to all AnalyticsClients
|
|
26
|
-
*
|
|
27
|
-
* @param event Outgoing event object
|
|
28
|
-
*/
|
|
29
|
-
publish(event: CoreAnalyticsType): void;
|
|
30
|
-
/**
|
|
31
|
-
* Subscribe the client to all outgoing events emitted from the AnalyticsService.
|
|
32
|
-
* All events will be recieved via the client's exposed eventHandler. Any specific
|
|
33
|
-
* event filtering or custom enrichment should occur within a client.
|
|
34
|
-
*
|
|
35
|
-
* @param client AnalyticsClient
|
|
36
|
-
*/
|
|
37
|
-
subscribe(client: AnalyticsClient): void;
|
|
38
|
-
}
|
|
39
|
-
export {};
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { IncomingEvent } from "../models/CollectionEvent";
|
|
2
|
-
import { HashObject } from "../interfaces";
|
|
3
|
-
export declare const CollectionApiClientHelper: {
|
|
4
|
-
shouldLog(event: IncomingEvent): boolean;
|
|
5
|
-
formatData(event: IncomingEvent): HashObject<any> | HashObject<any>[];
|
|
6
|
-
};
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import { CoreAnalyticsType } from "../models/AnalyticsEvent";
|
|
2
|
-
import { HashObject } from "../interfaces";
|
|
3
|
-
declare type DataFormatter = (data: HashObject, event: CoreAnalyticsType) => HashObject;
|
|
4
|
-
export interface DataFormatterHash {
|
|
5
|
-
[eventType: string]: DataFormatter;
|
|
6
|
-
}
|
|
7
|
-
export declare const DataFormatHelper: {
|
|
8
|
-
/**
|
|
9
|
-
* Object will be logged to sink as is
|
|
10
|
-
*/
|
|
11
|
-
passthrough(data: HashObject<any>): HashObject<any>;
|
|
12
|
-
getEditData(data: HashObject<any>, event: CoreAnalyticsType): HashObject<any>;
|
|
13
|
-
};
|
|
14
|
-
export {};
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { CoreAnalyticsType } from "../models/AnalyticsEvent";
|
|
2
|
-
/**
|
|
3
|
-
* Manage which events we want to log
|
|
4
|
-
*
|
|
5
|
-
* @description
|
|
6
|
-
* All events have a UserAction type, however, that same type can be used to represent
|
|
7
|
-
* different types of actions. For example, `UserAction.Rename` is used for events involving
|
|
8
|
-
* the renaming of folders, libraries and videos (from different parts of the product).
|
|
9
|
-
*
|
|
10
|
-
* So if a situation arises where we only want to collect events for a certain entity or from a
|
|
11
|
-
* certain part of the product. We can add a custom callback below and filter based on the event's actionContext.
|
|
12
|
-
*/
|
|
13
|
-
export declare const EventWhitelistHelper: {
|
|
14
|
-
allow: () => boolean;
|
|
15
|
-
restrict: () => boolean;
|
|
16
|
-
};
|
|
17
|
-
export interface EventWhitelistHash {
|
|
18
|
-
[eventType: string]: (event: CoreAnalyticsType) => boolean;
|
|
19
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { HashObject, Subtitle, Resource } from "../interfaces";
|
|
2
|
-
import { CoreAnalyticsType } from "../models/AnalyticsEvent";
|
|
3
|
-
export declare const UploadDataFormatHelper: {
|
|
4
|
-
getUploadData(data: any, event: CoreAnalyticsType): HashObject<any>;
|
|
5
|
-
formatVideoUpload(data: any, event: CoreAnalyticsType): HashObject<any>[];
|
|
6
|
-
getStartVideoUploadData(files: File[]): HashObject<any>[];
|
|
7
|
-
getDiscardVideoUploadData(uploads: HashObject<any> | HashObject<any>[]): HashObject<any>[];
|
|
8
|
-
getCompleteUploadData(videos: HashObject<any>[]): HashObject<any>[];
|
|
9
|
-
formatResourceUpload(item: Resource | Subtitle): HashObject<any>;
|
|
10
|
-
};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { VersionData } from "../interfaces/VersionData";
|
|
2
|
-
/**
|
|
3
|
-
* Test order is important for all UARegex tests. Reordering them will break functionality.
|
|
4
|
-
*/
|
|
5
|
-
export declare const UserAgentHelper: {
|
|
6
|
-
getDeviceType(): string;
|
|
7
|
-
getOperatingSystem(): VersionData;
|
|
8
|
-
getBrowser(): VersionData;
|
|
9
|
-
isTouchScreen(): boolean;
|
|
10
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { HashObject, Video } from "../interfaces";
|
|
2
|
-
export interface VideoWatchAnalyticsEvent {
|
|
3
|
-
model: Video;
|
|
4
|
-
playbackStatus: PlaybackStatus;
|
|
5
|
-
}
|
|
6
|
-
export interface PlaybackStatus {
|
|
7
|
-
position: number;
|
|
8
|
-
chapter: number;
|
|
9
|
-
totalDuration: number;
|
|
10
|
-
totalWatched: number;
|
|
11
|
-
hasStarted?: boolean;
|
|
12
|
-
}
|
|
13
|
-
interface BaseVideoData {
|
|
14
|
-
id: string;
|
|
15
|
-
title: string;
|
|
16
|
-
trackingCode: string;
|
|
17
|
-
duration: number;
|
|
18
|
-
}
|
|
19
|
-
interface BaseAssocData {
|
|
20
|
-
id: string;
|
|
21
|
-
title?: string;
|
|
22
|
-
}
|
|
23
|
-
export interface VideoAnalyticsPayload {
|
|
24
|
-
video: BaseVideoData;
|
|
25
|
-
rating?: string;
|
|
26
|
-
series?: BaseAssocData;
|
|
27
|
-
folder?: BaseAssocData;
|
|
28
|
-
owner?: BaseAssocData;
|
|
29
|
-
playlist?: BaseAssocData;
|
|
30
|
-
playbackStatus?: PlaybackStatus;
|
|
31
|
-
}
|
|
32
|
-
export declare const VideoDataFormatHelper: {
|
|
33
|
-
getVideoData(options: VideoWatchAnalyticsEvent): VideoAnalyticsPayload;
|
|
34
|
-
/**
|
|
35
|
-
* Map to the same properties recorded in Online.
|
|
36
|
-
* @see _toLogMasterVideo() in AnalyticsService in Online
|
|
37
|
-
*
|
|
38
|
-
* TODO: Video origin and user channel logging - both of these need to be re-worked properly.
|
|
39
|
-
*/
|
|
40
|
-
getLegacyVideoData(options: VideoWatchAnalyticsEvent): HashObject<any>;
|
|
41
|
-
};
|
|
42
|
-
export {};
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { ObjectHash } from 'backbone';
|
|
2
|
-
export interface AppLink {
|
|
3
|
-
application: string;
|
|
4
|
-
action: string;
|
|
5
|
-
args?: (string | number)[];
|
|
6
|
-
params?: string | ObjectHash;
|
|
7
|
-
}
|
|
8
|
-
export interface AppLinkHash {
|
|
9
|
-
[selector: string]: AppLink;
|
|
10
|
-
}
|
|
11
|
-
export interface AppLinkOptions {
|
|
12
|
-
replace?: boolean;
|
|
13
|
-
}
|
|
14
|
-
export declare const AppLinkUtility: {
|
|
15
|
-
routingStarted(): void;
|
|
16
|
-
routingEnded(): void;
|
|
17
|
-
hasActiveRoute(): boolean;
|
|
18
|
-
};
|
|
19
|
-
export declare const AppLinkHelper: {
|
|
20
|
-
/**
|
|
21
|
-
* Build a href string from an AppLink object
|
|
22
|
-
* @param appLink
|
|
23
|
-
*/
|
|
24
|
-
getHref(appLink: AppLink): string;
|
|
25
|
-
/**
|
|
26
|
-
* This is the reverse process of extracting params out of a route.
|
|
27
|
-
* (e.g. Will take the route '/videos/:id' and an array of args = [123]
|
|
28
|
-
* and return '/videos/123')
|
|
29
|
-
*/
|
|
30
|
-
buildRoute(route: string, appLink: AppLink): string;
|
|
31
|
-
/**
|
|
32
|
-
* Manually trigger an AppLink
|
|
33
|
-
* @param appLink
|
|
34
|
-
*/
|
|
35
|
-
trigger(appLink: AppLink, options?: AppLinkOptions): void;
|
|
36
|
-
getCurrentAppLink(): AppLink;
|
|
37
|
-
};
|
|
@@ -1,103 +0,0 @@
|
|
|
1
|
-
/// <reference types="backbone" />
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
|
-
import { Shell } from './Shell';
|
|
4
|
-
import { BaseApplication, BaseApplicationOptions } from './BaseApplication';
|
|
5
|
-
import { AppLink } from './AppLink';
|
|
6
|
-
import { MiddlewareFunction } from './Middleware';
|
|
7
|
-
export interface ExecuteRouteOptions {
|
|
8
|
-
isAppRoute: boolean;
|
|
9
|
-
}
|
|
10
|
-
export interface FilterOptions {
|
|
11
|
-
appLink: AppLink;
|
|
12
|
-
shell: Shell;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* This should only ever be used by the shell
|
|
16
|
-
* creating a new instance of the AppRoute
|
|
17
|
-
*/
|
|
18
|
-
export interface BaseAppRouterOptions extends Marionette.AppRouterOptions {
|
|
19
|
-
appConstructor: typeof BaseApplication;
|
|
20
|
-
/**
|
|
21
|
-
* These will be passed into the appConstructor
|
|
22
|
-
* when creating an instance of the Application
|
|
23
|
-
*/
|
|
24
|
-
appOptions?: BaseApplicationOptions;
|
|
25
|
-
shell: Shell;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* Every Application must have an AppRouter
|
|
29
|
-
*/
|
|
30
|
-
export declare class BaseAppRouter extends Marionette.AppRouter {
|
|
31
|
-
/**
|
|
32
|
-
* A hash of urls to method names on the Application.
|
|
33
|
-
* Exactly the same implementation as Backbone Router routes
|
|
34
|
-
* except the methods exist on the Application.
|
|
35
|
-
* See http://backbonejs.org/#Router-routes
|
|
36
|
-
*/
|
|
37
|
-
protected appRoutes?: Marionette.AppRoutes;
|
|
38
|
-
protected appLinks?: string[];
|
|
39
|
-
protected externalRoutes?: Marionette.AppRoutes;
|
|
40
|
-
/**
|
|
41
|
-
* The channelName used to trigger the appLinks
|
|
42
|
-
* on backbone.radio. This will match the Application's
|
|
43
|
-
* channelName.
|
|
44
|
-
*/
|
|
45
|
-
protected channelName?: string;
|
|
46
|
-
/**
|
|
47
|
-
* These are async middleware functions that are run
|
|
48
|
-
* before any route on this router is executed.
|
|
49
|
-
*
|
|
50
|
-
* They can be used to prevent access to a router using
|
|
51
|
-
* asyncronous code.
|
|
52
|
-
*/
|
|
53
|
-
protected filters: MiddlewareFunction<FilterOptions>[];
|
|
54
|
-
/**
|
|
55
|
-
* See BaseAppRouterOptions above.
|
|
56
|
-
*/
|
|
57
|
-
protected options?: BaseAppRouterOptions;
|
|
58
|
-
constructor(options?: BaseAppRouterOptions);
|
|
59
|
-
private bindDisposal;
|
|
60
|
-
private addRouteLookup;
|
|
61
|
-
/**
|
|
62
|
-
* Creates all the reverse route lookups
|
|
63
|
-
* and binds all the appLinks to the radio channel
|
|
64
|
-
*/
|
|
65
|
-
private processInternalRoutes;
|
|
66
|
-
private processExternalRoutes;
|
|
67
|
-
private processAppLinks;
|
|
68
|
-
/**
|
|
69
|
-
* This is the heart of the AppRouter. Every single route both page loads
|
|
70
|
-
* and appLinks will go through this method.
|
|
71
|
-
*
|
|
72
|
-
* This will return false if onBeforeAction returns false
|
|
73
|
-
* and the window history will not be altered.
|
|
74
|
-
*/
|
|
75
|
-
private executeRoute;
|
|
76
|
-
/**
|
|
77
|
-
* Instantiates and starts the application if there was
|
|
78
|
-
* not already an instance.
|
|
79
|
-
*
|
|
80
|
-
* Why is the application stores on this.controller?
|
|
81
|
-
* In Marionette AppRouters hold reference to a controller
|
|
82
|
-
* which in turn is responsibile for maintaining reference to an application.
|
|
83
|
-
* We've restructured this architecture so that AppRouters directly hold
|
|
84
|
-
* the instance of the Application, but are still leveraging Marionette's
|
|
85
|
-
* use of appRoutes on the controller.
|
|
86
|
-
*/
|
|
87
|
-
private createApp;
|
|
88
|
-
private destroyApp;
|
|
89
|
-
/**
|
|
90
|
-
* Overriding Marionette.AppRouter's _addAppRoute so that
|
|
91
|
-
* execute route is called instead of the method directly.
|
|
92
|
-
*
|
|
93
|
-
* We do this so that executeRoute can be called for every single
|
|
94
|
-
* route, whether it's a page load or an appLink. This will make it easier
|
|
95
|
-
* to modify the action
|
|
96
|
-
*/
|
|
97
|
-
private _addAppRoute;
|
|
98
|
-
private toEventName;
|
|
99
|
-
private toMethodName;
|
|
100
|
-
private validateAppLink;
|
|
101
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
102
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
103
|
-
}
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
import { ObjectHash } from 'backbone';
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
|
-
import { Shell } from './Shell';
|
|
4
|
-
import { BaseLayoutView, BaseLayoutViewOptions } from './BaseLayoutView';
|
|
5
|
-
import { LayoutService, LayoutOptions } from './LayoutService';
|
|
6
|
-
import { BaseAppRouter } from './BaseAppRouter';
|
|
7
|
-
export interface BaseApplicationOptions extends Marionette.ApplicationOptions {
|
|
8
|
-
shell: Shell;
|
|
9
|
-
layoutService: LayoutService;
|
|
10
|
-
channelName?: string;
|
|
11
|
-
}
|
|
12
|
-
export declare class BaseApplication extends Marionette.Application {
|
|
13
|
-
/**
|
|
14
|
-
* Layout service is used to retreive the layout on each route
|
|
15
|
-
*/
|
|
16
|
-
private layoutService;
|
|
17
|
-
/**
|
|
18
|
-
* The layout that should be used to render all content into the DOM
|
|
19
|
-
*/
|
|
20
|
-
protected layout?: BaseLayoutView;
|
|
21
|
-
/**
|
|
22
|
-
* This is specified by all children of Core.Application
|
|
23
|
-
* to determine which layout to load in from layout service,
|
|
24
|
-
* and what options to instantiate it with.
|
|
25
|
-
*/
|
|
26
|
-
protected layoutOptions: LayoutOptions<BaseLayoutViewOptions>;
|
|
27
|
-
/**
|
|
28
|
-
* A reference to the shell is always kept as a
|
|
29
|
-
* way to both render the layout into the dom
|
|
30
|
-
* and keep reference to global services
|
|
31
|
-
*/
|
|
32
|
-
protected shell: Shell;
|
|
33
|
-
/**
|
|
34
|
-
* An instance of the Core.AppRouter is created
|
|
35
|
-
* for each Application in order to listen to applink
|
|
36
|
-
* events. The application instance is only then instantiated
|
|
37
|
-
* when the Application route is hit
|
|
38
|
-
*/
|
|
39
|
-
static router: typeof BaseAppRouter;
|
|
40
|
-
/**
|
|
41
|
-
* Provides the ability to define useful error messages.
|
|
42
|
-
*/
|
|
43
|
-
name: string;
|
|
44
|
-
/** When overridden determines which options are
|
|
45
|
-
* mixed into the instance */
|
|
46
|
-
props: string[];
|
|
47
|
-
/**
|
|
48
|
-
* Used by application actions to set default options.
|
|
49
|
-
*/
|
|
50
|
-
private defaultQueryParams;
|
|
51
|
-
/**
|
|
52
|
-
* Shell and layoutService will be mixed into each instance
|
|
53
|
-
* of Core.Applicataion
|
|
54
|
-
*/
|
|
55
|
-
get defaultProps(): string[];
|
|
56
|
-
/**
|
|
57
|
-
* The constructor will merge in props and ensure any required properties
|
|
58
|
-
* are defined
|
|
59
|
-
* @constructor
|
|
60
|
-
*/
|
|
61
|
-
constructor(options?: BaseApplicationOptions);
|
|
62
|
-
private getGlobalRadioChannel;
|
|
63
|
-
/**
|
|
64
|
-
* This method is triggered by Core.AppRouter when it loads
|
|
65
|
-
* in a route for this application. It will swap in the appropriate
|
|
66
|
-
* layout before hitting the application's action.
|
|
67
|
-
*
|
|
68
|
-
*/
|
|
69
|
-
private onLoadLayout;
|
|
70
|
-
private onShowPopup;
|
|
71
|
-
protected onShowAlert(options: ObjectHash): void;
|
|
72
|
-
protected setDefaultQueryParams(params: ObjectHash): void;
|
|
73
|
-
getAndClearDefaultQueryParams(): ObjectHash;
|
|
74
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
75
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
76
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/// <reference types="backbone" />
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
|
-
export declare class BaseBehavior extends Marionette.Behavior {
|
|
4
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
5
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
6
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import * as Backbone from 'backbone';
|
|
2
|
-
import { BaseModel } from './BaseModel';
|
|
3
|
-
export declare class BaseCollection<TModel extends BaseModel = BaseModel> extends Backbone.Collection<TModel> {
|
|
4
|
-
parent?: BaseModel | BaseCollection;
|
|
5
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
6
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
7
|
-
}
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
/// <reference types="backbone" />
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
|
-
import { BaseCollection } from './BaseCollection';
|
|
4
|
-
import { CoreView } from './BaseView';
|
|
5
|
-
import { BaseModel } from './BaseModel';
|
|
6
|
-
export interface BaseCollectionViewOptions<TModel extends BaseModel = BaseModel> extends Marionette.CollectionViewOptions<TModel> {
|
|
7
|
-
channelName?: string;
|
|
8
|
-
}
|
|
9
|
-
export declare class BaseCollectionView<TModel extends BaseModel = BaseModel, TView extends CoreView<TModel> = CoreView<TModel>, TCollection extends BaseCollection<TModel> = BaseCollection<TModel>> extends Marionette.CollectionView<TModel, TView, TCollection> {
|
|
10
|
-
protected options: BaseCollectionViewOptions<TModel>;
|
|
11
|
-
constructor(options?: BaseCollectionViewOptions<TModel>);
|
|
12
|
-
serializeModel(): any;
|
|
13
|
-
serializeCollection(): any[];
|
|
14
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
15
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
16
|
-
}
|