@clickview/curator 1.0.25-dev.1 → 1.0.25-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/curator-app.js +3 -3
- package/dist/en.json +1 -1
- 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/constants/EventFirehose.d.ts +0 -4
- package/dist/libs/analytics/src/constants/GlobalChannels.d.ts +0 -3
- package/dist/libs/analytics/src/constants/Services.d.ts +0 -4
- 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/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/services/ContextService.d.ts +0 -19
- 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/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/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/DataServiceErrorHelper.d.ts +0 -2
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +0 -8
- package/dist/libs/common/src/backbone/utils/UrlHelper.d.ts +0 -14
- package/dist/libs/common/src/react/constants/ViewModelActions.d.ts +0 -3
- 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/UseBulkFetch.d.ts +0 -10
- package/dist/libs/common/src/react/hooks/UseFetch.d.ts +0 -10
- package/dist/libs/common/src/react/hooks/UseInstance.d.ts +0 -6
- package/dist/libs/common/src/react/hooks/UseService.d.ts +0 -2
- 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/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/notifications/enums/NotificationType.d.ts +0 -16
- 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/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/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/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/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/pagination/Pagination.d.ts +0 -28
- 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/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/spinner-button/SpinnerButton.d.ts +0 -8
- package/dist/libs/shared/src/components/svg-container/SvgContainer.d.ts +0 -21
- package/dist/libs/shared/src/components/text/Text.d.ts +0 -13
- package/dist/libs/shared/src/components/tooltip/Tooltip.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/context/ImageStorageContext.d.ts +0 -45
- 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/CurriculumType.d.ts +0 -6
- package/dist/libs/shared/src/enums/CustomerType.d.ts +0 -11
- 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/MasterType.d.ts +0 -59
- package/dist/libs/shared/src/enums/MediaQueries.d.ts +0 -20
- 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/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/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/flight-requests/ImageRequests.d.ts +0 -7
- package/dist/libs/shared/src/flight-requests/RatingRequests.d.ts +0 -4
- package/dist/libs/shared/src/flight-requests/ThemeRequests.d.ts +0 -13
- 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/UseCanSubmitForm.d.ts +0 -10
- 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/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/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/services/LanguageDataService.d.ts +0 -7
- package/dist/libs/shared/src/utils/CollectionHelper.d.ts +0 -16
- 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/ReorderHelper.d.ts +0 -15
- package/dist/libs/shared/src/utils/StateHelper.d.ts +0 -14
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -18
- package/dist/libs/shared/src/views/image-upload/ImageUploadView.d.ts +0 -9
- package/dist/projects/curator/src/apps/companies/CompaniesApplication.d.ts +0 -13
- package/dist/projects/curator/src/apps/companies/components/edit-company/EditCompany.d.ts +0 -9
- package/dist/projects/curator/src/apps/companies/components/edit-company/EditCompanyForm.d.ts +0 -6
- package/dist/projects/curator/src/apps/companies/components/edit-company/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/components/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/flight-requests/CompanyRequests.d.ts +0 -8
- package/dist/projects/curator/src/apps/companies/flight-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/interfaces/CreateOrUpdateCompanyRequest.d.ts +0 -3
- package/dist/projects/curator/src/apps/companies/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/utils/CompanyValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/companies/utils/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/views/companies/CompaniesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/companies/views/companies/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/views/edit-company/EditCompanyView.d.ts +0 -6
- package/dist/projects/curator/src/apps/companies/views/edit-company/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/companies/views/index.d.ts +0 -3
- package/dist/projects/curator/src/apps/companies/views/new-company/NewCompanyView.d.ts +0 -2
- package/dist/projects/curator/src/apps/companies/views/new-company/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/customers/CustomersApplication.d.ts +0 -11
- package/dist/projects/curator/src/apps/customers/components/add-or-remove-presentations/AddOrRemovePresentations.d.ts +0 -10
- package/dist/projects/curator/src/apps/customers/flight-requests/CustomerRequests.d.ts +0 -4
- package/dist/projects/curator/src/apps/customers/views/edit-customer-presentations/EditCustomerPresentationsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/customers/views/edit-customer-presentations/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/DomainOptionsApplication.d.ts +0 -16
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/DefaultValueField.d.ts +0 -8
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/EditDomainOptionDetails.d.ts +0 -8
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/EditDomainOptionDetailsForm.d.ts +0 -6
- package/dist/projects/curator/src/apps/domain-options/components/edit-domain-option-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/components/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/data-requests/DomainOptionRequests.d.ts +0 -9
- package/dist/projects/curator/src/apps/domain-options/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/interfaces/data-requests/CreateOrUpdateDomainOptionRequest.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/interfaces/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/interfaces/models/DomainOption.d.ts +0 -24
- package/dist/projects/curator/src/apps/domain-options/interfaces/models/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/utils/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/utils/validation/DomainOptionValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/domain-options/utils/validation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/delete-domain-option/DeleteDomainOptionView.d.ts +0 -7
- package/dist/projects/curator/src/apps/domain-options/views/delete-domain-option/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/domain-options/DomainOptionsView.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/views/domain-options/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/edit-domain-option/EditDomainOptionView.d.ts +0 -6
- package/dist/projects/curator/src/apps/domain-options/views/edit-domain-option/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/domain-options/views/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/domain-options/views/new-domain-option/NewDomainOptionView.d.ts +0 -2
- package/dist/projects/curator/src/apps/domain-options/views/new-domain-option/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/PeopleApplication.d.ts +0 -13
- package/dist/projects/curator/src/apps/people/components/edit-person/EditPerson.d.ts +0 -9
- package/dist/projects/curator/src/apps/people/components/edit-person/EditPersonForm.d.ts +0 -6
- package/dist/projects/curator/src/apps/people/components/edit-person/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/components/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/flight-requests/PersonRequests.d.ts +0 -8
- package/dist/projects/curator/src/apps/people/flight-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/interfaces/CreateOrUpdatePersonRequest.d.ts +0 -3
- package/dist/projects/curator/src/apps/people/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/utils/PersonValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/people/utils/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/views/edit-person/EditPersonView.d.ts +0 -6
- package/dist/projects/curator/src/apps/people/views/edit-person/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/views/index.d.ts +0 -3
- package/dist/projects/curator/src/apps/people/views/new-person/NewPersonView.d.ts +0 -2
- package/dist/projects/curator/src/apps/people/views/new-person/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/people/views/people/PeopleView.d.ts +0 -6
- package/dist/projects/curator/src/apps/people/views/people/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/PlaylistsApplication.d.ts +0 -26
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist/EditPlaylistDetails.d.ts +0 -9
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist/EditPlaylistDetailsForm.d.ts +0 -8
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist-nav/EditPlaylistNav.d.ts +0 -9
- package/dist/projects/curator/src/apps/playlists/components/edit-playlist-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/components/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/playlists/components/playlist-search/PlaylistSearch.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/components/playlist-search/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/context/PlaylistsAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/playlists/context/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/flight-requests/CuratorPlaylistRequests.d.ts +0 -17
- package/dist/projects/curator/src/apps/playlists/interfaces/data-requests/Playlist.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/utils/PlaylistNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/playlists/utils/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/playlists/utils/validation/PlaylistValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/playlists/utils/validation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/delete-playlist/DeletePlaylistView.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/views/delete-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist/EditPlaylistView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-audiences/EditPlaylistAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-subjects/EditPlaylistSubjectsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-videos/EditPlaylistVideosView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/edit-playlist-videos/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/index.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/views/new-playlist/NewPlaylistView.d.ts +0 -2
- package/dist/projects/curator/src/apps/playlists/views/new-playlist/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/playlist-search-results/PlaylistSearchResultsView.d.ts +0 -7
- package/dist/projects/curator/src/apps/playlists/views/playlist-search-results/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/playlists/PlaylistsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/playlists/views/playlists/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/playlists/views/remove-video/RemoveVideoView.d.ts +0 -8
- package/dist/projects/curator/src/apps/playlists/views/remove-video/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/ReleaseNotesApplication.d.ts +0 -15
- package/dist/projects/curator/src/apps/release-notes/components/GenerateReleaseNotesForm.d.ts +0 -9
- package/dist/projects/curator/src/apps/release-notes/constants/GitLabPageLimit.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/constants/GitLabProjects.d.ts +0 -3
- package/dist/projects/curator/src/apps/release-notes/constants/MonorepoVersions.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/flight-requests/GitLabRequests.d.ts +0 -9
- package/dist/projects/curator/src/apps/release-notes/interfaces/GitLabProject.d.ts +0 -4
- package/dist/projects/curator/src/apps/release-notes/interfaces/ReleaseNotesConfig.d.ts +0 -5
- package/dist/projects/curator/src/apps/release-notes/utils/getMergeRequestDescriptionChanges.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/utils/getMonorepoMergeRequestDescriptionChanges.d.ts +0 -2
- package/dist/projects/curator/src/apps/release-notes/utils/serializeMergeRequestHeading.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/utils/serializeMonorepoMergeRequestSubheading.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/utils/shouldFilterMergeRequestHeading.d.ts +0 -1
- package/dist/projects/curator/src/apps/release-notes/validation/ReleaseNotesValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/release-notes/views/ReleaseNotesFormView.d.ts +0 -2
- package/dist/projects/curator/src/apps/release-notes/views/ReleaseNotesGeneratorView.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/SeriesApplication.d.ts +0 -21
- package/dist/projects/curator/src/apps/series/components/edit-series-details/EditSeriesDetails.d.ts +0 -10
- package/dist/projects/curator/src/apps/series/components/edit-series-details/EditSeriesDetailsForm.d.ts +0 -10
- package/dist/projects/curator/src/apps/series/components/edit-series-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/components/edit-series-nav/EditSeriesNav.d.ts +0 -9
- package/dist/projects/curator/src/apps/series/components/edit-series-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/components/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/context/SeriesAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/series/context/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/flight-requests/CuratorSeriesRequests.d.ts +0 -11
- package/dist/projects/curator/src/apps/series/interfaces/data-requests/Series.d.ts +0 -8
- package/dist/projects/curator/src/apps/series/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/interfaces/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/utils/SeriesNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/series/utils/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/utils/validation/SeriesValidation.d.ts +0 -4
- package/dist/projects/curator/src/apps/series/utils/validation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/edit-series/EditSeriesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/series/views/edit-series/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/edit-series-audiences/EditSeriesAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/series/views/edit-series-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/edit-series-subjects/EditSeriesSubjectsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/series/views/edit-series-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/series/views/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/series/views/new-series/NewSeriesView.d.ts +0 -2
- package/dist/projects/curator/src/apps/series/views/new-series/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/SubjectsApplication.d.ts +0 -77
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-levels/AudienceLevels.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-levels/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-member-list/AudienceMemberItem.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/audiences/audience-member-list/AudienceMemberList.d.ts +0 -13
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/EditAudienceDetails.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/EditAudienceDetailsForm.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-audience-nav/EditAudienceNav.d.ts +0 -10
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-object-audiences/EditObjectAudiences.d.ts +0 -18
- package/dist/projects/curator/src/apps/subjects/components/audiences/edit-object-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/audiences/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/components/audiences/select-audiences/SelectAudiences.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/audiences/select-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/ClassificationMemberItem.d.ts +0 -13
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/ClassificationMemberList.d.ts +0 -15
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/classification-member-list/usePinnedVideo.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/EditClassificationDetails.d.ts +0 -13
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/EditClassificationDetailsForm.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-nav/EditClassificationNav.d.ts +0 -10
- package/dist/projects/curator/src/apps/subjects/components/classifications/edit-classification-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/classifications/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/components/classifications/select-classifications/SelectClassifications.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/classifications/select-classifications/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-details/EditLevelDetails.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/levels/edit-level-nav/EditLevelNav.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/levels/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/components/levels/level-audiences/LevelAudiences.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberItem.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberList.d.ts +0 -25
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/LevelMemberListHeader.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/levels/level-member-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/levels/select-levels/SelectLevels.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/levels/select-levels/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/EditPresentationDetails.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/EditPresentationDetailsForm.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/presentations/edit-presentation-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/presentations/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/components/presentations/presentation-select/PresentationSelect.d.ts +0 -15
- package/dist/projects/curator/src/apps/subjects/components/presentations/presentation-select/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/add-subject-members/AddSubjectMembers.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/subjects/add-subject-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-object-subjects/EditObjectSubjects.d.ts +0 -20
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-object-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/EditSubjectDetails.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/EditSubjectDetailsForm.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-nav/EditSubjectNav.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/subjects/edit-subject-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/index.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/components/subjects/select-subjects/SelectSubjects.d.ts +0 -17
- package/dist/projects/curator/src/apps/subjects/components/subjects/select-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-classifications/SubjectClassifications.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-classifications/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberItem.d.ts +0 -12
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberList.d.ts +0 -25
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/SubjectMemberListHeader.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/components/subjects/subject-member-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/components/top-nav/TopNav.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/components/top-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/enums/ObjectMemberType.d.ts +0 -10
- package/dist/projects/curator/src/apps/subjects/enums/OwnerType.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/enums/SubjectNodeType.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/enums/index.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/hooks/UseSetDefaultPresentation.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/hooks/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Audience.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Classification.d.ts +0 -17
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Level.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Presentation.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/Subject.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/data-requests/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/interfaces/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/interfaces/models/ClassificationTree.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/models/Level.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/interfaces/models/Presentation.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/models/SubjectTree.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/interfaces/models/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/services/SubjectDataService.d.ts +0 -78
- package/dist/projects/curator/src/apps/subjects/services/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/utils/LevelMemberHelper.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/utils/LevelsNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/utils/SubjectMemberHelper.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/utils/SubjectsNavHelper.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/utils/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/utils/validation/AudienceValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/ClassificationValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/LevelValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/PresentationValidation.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/utils/validation/SubjectValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/subjects/utils/validation/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/views/audiences/audience-nav/AudienceNavView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/audiences/delete-audience/DeleteAudienceView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/audiences/delete-audience/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience/EditAudienceView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/audiences/edit-audience-members/EditAudienceMembers.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/audiences/index.d.ts +0 -5
- package/dist/projects/curator/src/apps/subjects/views/audiences/new-audience/NewAudienceView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/audiences/new-audience/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/audiences/remove-audience-member/RemoveAudienceMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/ClassificationNavUtils.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/ClassificationNavView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/classification-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/delete-classification/DeleteClassificationView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/classifications/delete-classification/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification/EditClassificationView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification-members/EditClassificationMembersView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/classifications/edit-classification-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/classifications/new-classification/NewClassificationView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/classifications/new-classification/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/classifications/remove-classification-member/RemoveClassificationMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/classifications/remove-classification-member/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/index.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level/EditLevelView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level-members/EditLevelMembersUtils.d.ts +0 -16
- package/dist/projects/curator/src/apps/subjects/views/levels/edit-level-members/EditLevelMembersView.d.ts +0 -18
- package/dist/projects/curator/src/apps/subjects/views/levels/index.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/levels/level-audiences/LevelAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/level-nav/LevelNavView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/levels/levels-redirect/LevelsRedirectView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/levels/levels-redirect/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/levels/new-level/NewLevelView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/levels/new-level/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/levels/remove-level-member/RemoveLevelMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentation/EditPresentationView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentations-list/EditPresentationsListView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/presentations/edit-presentations-list/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/presentations/index.d.ts +0 -4
- package/dist/projects/curator/src/apps/subjects/views/presentations/new-presentation/NewPresentationView.d.ts +0 -2
- package/dist/projects/curator/src/apps/subjects/views/presentations/new-presentation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/presentations/select-presentation/SelectPresentationView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/presentations/select-presentation/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/AddSubjectMembersUtils.d.ts +0 -14
- package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/AddSubjectMembersView.d.ts +0 -15
- package/dist/projects/curator/src/apps/subjects/views/subjects/add-subject-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/delete-subject/DeleteSubjectView.d.ts +0 -9
- package/dist/projects/curator/src/apps/subjects/views/subjects/delete-subject/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject/EditSubjectView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/EditSubjectMembersUtils.d.ts +0 -16
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/EditSubjectMembersView.d.ts +0 -18
- package/dist/projects/curator/src/apps/subjects/views/subjects/edit-subject-members/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/index.d.ts +0 -8
- package/dist/projects/curator/src/apps/subjects/views/subjects/new-subject/NewSubjectView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/new-subject/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/remove-subject-member/RemoveSubjectMemberView.d.ts +0 -11
- package/dist/projects/curator/src/apps/subjects/views/subjects/remove-subject-member/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-classifications/SubjectClassificationsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-classifications/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-nav/SubjectNavView.d.ts +0 -6
- package/dist/projects/curator/src/apps/subjects/views/subjects/subject-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/subjects/views/top-nav/TopNavView.d.ts +0 -7
- package/dist/projects/curator/src/apps/subjects/views/top-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/ThemesApplication.d.ts +0 -16
- package/dist/projects/curator/src/apps/themes/components/edit-theme/EditTheme.d.ts +0 -10
- package/dist/projects/curator/src/apps/themes/components/edit-theme/ThemeValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/themes/components/edit-theme/edit-data/EditGlanceData.d.ts +0 -2
- package/dist/projects/curator/src/apps/themes/components/edit-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/context/ThemesAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/themes/views/delete-theme/DeleteThemeView.d.ts +0 -7
- package/dist/projects/curator/src/apps/themes/views/delete-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/views/edit-theme/EditThemeView.d.ts +0 -6
- package/dist/projects/curator/src/apps/themes/views/edit-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/views/new-theme/NewThemeView.d.ts +0 -2
- package/dist/projects/curator/src/apps/themes/views/new-theme/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/themes/views/themes/ThemesView.d.ts +0 -2
- package/dist/projects/curator/src/apps/themes/views/themes/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/VideosApplication.d.ts +0 -18
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/EditGlance.d.ts +0 -7
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/EditVideoDetails.d.ts +0 -14
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/VideoDetailsForm.d.ts +0 -13
- package/dist/projects/curator/src/apps/videos/components/edit-video-details/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/components/edit-video-nav/EditVideoNav.d.ts +0 -9
- package/dist/projects/curator/src/apps/videos/components/edit-video-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/context/VideosAppContext.d.ts +0 -4
- package/dist/projects/curator/src/apps/videos/context/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/flight-requests/CuratorVideoRequests.d.ts +0 -10
- package/dist/projects/curator/src/apps/videos/interfaces/RightslineVideo.d.ts +0 -4
- package/dist/projects/curator/src/apps/videos/interfaces/data-requests/UpdateVideoRequest.d.ts +0 -12
- package/dist/projects/curator/src/apps/videos/interfaces/data-requests/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/interfaces/index.d.ts +0 -2
- package/dist/projects/curator/src/apps/videos/utils/VideoNavHelper.d.ts +0 -5
- package/dist/projects/curator/src/apps/videos/utils/VideoValidation.d.ts +0 -3
- package/dist/projects/curator/src/apps/videos/views/edit-video/EditVideoView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/edit-video-aliases/EditVideoAliasesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video-aliases/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/edit-video-audiences/EditVideoAudiencesView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video-audiences/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/edit-video-subjects/EditVideoSubjectsView.d.ts +0 -6
- package/dist/projects/curator/src/apps/videos/views/edit-video-subjects/index.d.ts +0 -1
- package/dist/projects/curator/src/apps/videos/views/index.d.ts +0 -4
- package/dist/projects/curator/src/index.d.ts +0 -83
- package/dist/projects/curator/src/shared/components/aliases/AddAlias.d.ts +0 -7
- package/dist/projects/curator/src/shared/components/aliases/AliasList.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/aliases/Aliases.d.ts +0 -9
- package/dist/projects/curator/src/shared/components/aliases/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/back-button/BackButton.d.ts +0 -8
- package/dist/projects/curator/src/shared/components/back-button/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/checkbox/Checkbox.d.ts +0 -8
- package/dist/projects/curator/src/shared/components/checkbox/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/forms/file-select/FileSelect.d.ts +0 -11
- package/dist/projects/curator/src/shared/components/forms/image-select/ImageSelect.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/forms/image-select/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/forms/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/index.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/object-collection/ObjectCollection.d.ts +0 -12
- package/dist/projects/curator/src/shared/components/object-collection/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/object-header/ObjectHeader.d.ts +0 -9
- package/dist/projects/curator/src/shared/components/object-header/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/object-list/ObjectList.d.ts +0 -11
- package/dist/projects/curator/src/shared/components/object-list/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/object-list-nav/ObjectListNav.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/object-list-nav/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/rating-select/RatingSelect.d.ts +0 -12
- package/dist/projects/curator/src/shared/components/rating-select/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/tabs/Tabs.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/tabs/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/tree/Tree.d.ts +0 -14
- package/dist/projects/curator/src/shared/components/tree/TreeNode.d.ts +0 -19
- package/dist/projects/curator/src/shared/components/tree/TreeNodeLink.d.ts +0 -13
- package/dist/projects/curator/src/shared/components/tree/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/components/tree-select/TreeSelect.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/tree-select/TreeSelectHelper.d.ts +0 -17
- package/dist/projects/curator/src/shared/components/tree-select/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/components/video-list/SortableVideoList.d.ts +0 -12
- package/dist/projects/curator/src/shared/components/video-list/VideoItem.d.ts +0 -15
- package/dist/projects/curator/src/shared/components/video-list/VideoList.d.ts +0 -19
- package/dist/projects/curator/src/shared/components/video-list/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/constants/CuratorActions.d.ts +0 -103
- package/dist/projects/curator/src/shared/constants/CuratorViewModels.d.ts +0 -3
- package/dist/projects/curator/src/shared/constants/DataPrefixes.d.ts +0 -47
- package/dist/projects/curator/src/shared/constants/Layouts.d.ts +0 -3
- package/dist/projects/curator/src/shared/constants/RadioChannels.d.ts +0 -17
- package/dist/projects/curator/src/shared/constants/Services.d.ts +0 -4
- package/dist/projects/curator/src/shared/constants/index.d.ts +0 -5
- package/dist/projects/curator/src/shared/enums/CurationStatus.d.ts +0 -8
- package/dist/projects/curator/src/shared/enums/CuratorGroup.d.ts +0 -11
- package/dist/projects/curator/src/shared/enums/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/flight-requests/AliasRequests.d.ts +0 -7
- package/dist/projects/curator/src/shared/flight-requests/SubjectRequests.d.ts +0 -9
- package/dist/projects/curator/src/shared/interfaces/collections/AliasCollection.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/collections/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/interfaces/data-requests/CreateAliasRequest.d.ts +0 -3
- package/dist/projects/curator/src/shared/interfaces/data-requests/UpdateObjectPermissionsRequest.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/data-requests/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/interfaces/index.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/models/Alias.d.ts +0 -3
- package/dist/projects/curator/src/shared/interfaces/models/Permission.d.ts +0 -4
- package/dist/projects/curator/src/shared/interfaces/models/index.d.ts +0 -3
- package/dist/projects/curator/src/shared/interfaces/models/primitives/BaseTree.d.ts +0 -8
- package/dist/projects/curator/src/shared/interfaces/models/primitives/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/interfaces/view-models/NavItem.d.ts +0 -6
- package/dist/projects/curator/src/shared/interfaces/view-models/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/layouts/curator-layout/CuratorLayoutView.d.ts +0 -28
- package/dist/projects/curator/src/shared/layouts/curator-layout/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/layouts/index.d.ts +0 -2
- package/dist/projects/curator/src/shared/layouts/primitives/LayoutComponent.d.ts +0 -17
- package/dist/projects/curator/src/shared/layouts/primitives/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/services/CuratorAppNavService.d.ts +0 -17
- package/dist/projects/curator/src/shared/services/index.d.ts +0 -1
- package/dist/projects/curator/src/shared/utils/CuratorCollectionHelper.d.ts +0 -10
- package/dist/projects/curator/src/shared/utils/NavHelper.d.ts +0 -5
- package/dist/projects/curator/src/shared/utils/PermissionsHelper.d.ts +0 -6
- package/dist/projects/curator/src/shared/utils/PropHelper.d.ts +0 -4
- package/dist/projects/curator/src/shared/utils/TreeHelper.d.ts +0 -7
- package/dist/projects/curator/src/shared/utils/UserHelper.d.ts +0 -4
- package/dist/projects/curator/src/shared/utils/index.d.ts +0 -4
|
@@ -1,168 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import * as Autosuggest from 'react-autosuggest';
|
|
3
|
-
import { HashObject } from "../../../../common/src/react/interfaces/HashObject";
|
|
4
|
-
import * as SearchUtils from './SearchUtils';
|
|
5
|
-
export interface SearchBarProps<T extends HashObject> {
|
|
6
|
-
/**
|
|
7
|
-
* Optional initial query. Useful for populating the search bar
|
|
8
|
-
* on a search results page.
|
|
9
|
-
*/
|
|
10
|
-
initialQuery?: string;
|
|
11
|
-
/**
|
|
12
|
-
* Callback function for when a suggestion is selected.
|
|
13
|
-
*/
|
|
14
|
-
onSuggestionSelected: (suggestion: T) => void;
|
|
15
|
-
/**
|
|
16
|
-
* Flag to determine if the query should be updated when a
|
|
17
|
-
* suggestion is selected. Defaults to `true` in `defaultProps`.
|
|
18
|
-
* If true, SearchUtils.getSuggestionValue is used to update the query.
|
|
19
|
-
*/
|
|
20
|
-
updateQueryOnSelection?: boolean;
|
|
21
|
-
/**
|
|
22
|
-
* Optional callback for when the search query changes.
|
|
23
|
-
*/
|
|
24
|
-
onQueryChange?: (query: string) => void;
|
|
25
|
-
/**
|
|
26
|
-
* Optional callback for when the search is submitted.
|
|
27
|
-
*/
|
|
28
|
-
onSubmit?: (query: string) => void;
|
|
29
|
-
/**
|
|
30
|
-
* Optional callback to get the remote resource if remote search
|
|
31
|
-
* results are being used.
|
|
32
|
-
*/
|
|
33
|
-
getRemoteUrl?: (query: string) => string;
|
|
34
|
-
/**
|
|
35
|
-
* If additional headers are required (e.g. authorization) when fetching
|
|
36
|
-
* a remote resource, add them in here.
|
|
37
|
-
*/
|
|
38
|
-
requestHeaders?: HashObject;
|
|
39
|
-
/**
|
|
40
|
-
* Optional formatting function for the data returned from the remote resource.
|
|
41
|
-
*/
|
|
42
|
-
formatRemoteSuggestions?: (data: any) => T[];
|
|
43
|
-
/**
|
|
44
|
-
* Optional array of recent searches.
|
|
45
|
-
*/
|
|
46
|
-
recentSearches?: T[];
|
|
47
|
-
/**
|
|
48
|
-
* A label for the recent search section.
|
|
49
|
-
* A default is provided in the i18n config.
|
|
50
|
-
*/
|
|
51
|
-
recentSearchHeading?: string;
|
|
52
|
-
/**
|
|
53
|
-
* A label for the main suggestions section.
|
|
54
|
-
* Will not be used if getSections is passed as a prop.
|
|
55
|
-
*/
|
|
56
|
-
suggestionsHeading?: string;
|
|
57
|
-
/**
|
|
58
|
-
* Optional array of local data to be used as suggestion sources.
|
|
59
|
-
*/
|
|
60
|
-
local?: T[];
|
|
61
|
-
/**
|
|
62
|
-
* Optional array of initial suggestions. These suggestions will be available
|
|
63
|
-
* when no query is present. Entering a query will begin filtering suggestions.
|
|
64
|
-
* This is useful for using SearchBar to filter a list.
|
|
65
|
-
*/
|
|
66
|
-
initialSuggestions?: T[];
|
|
67
|
-
/**
|
|
68
|
-
* Key used to filter local data. This is required if local is provided,
|
|
69
|
-
* however a default of 'name' is set in `defaultProps`.
|
|
70
|
-
*/
|
|
71
|
-
valueKey?: keyof T;
|
|
72
|
-
/**
|
|
73
|
-
* Optional function to filter suggestions from local data.
|
|
74
|
-
* SearchUtils.getLocalSuggestions will be used by default.
|
|
75
|
-
*/
|
|
76
|
-
getLocalSuggestions?: (query: string, local: T[]) => T[];
|
|
77
|
-
/**
|
|
78
|
-
* Optional function for splitting suggestions into sections.
|
|
79
|
-
* Doesn't apply to recent searches (SuggestionType.Recent).
|
|
80
|
-
*/
|
|
81
|
-
getSections?: (suggestions: T[]) => SearchUtils.SuggestionSection<T>[];
|
|
82
|
-
/**
|
|
83
|
-
* Placeholder for the search input.
|
|
84
|
-
* A default is provided in the i18n config.
|
|
85
|
-
*/
|
|
86
|
-
placeholder?: string;
|
|
87
|
-
/**
|
|
88
|
-
* The number of characters required to begin providing suggestions.
|
|
89
|
-
* A default is provided in `defaultProps`.
|
|
90
|
-
*/
|
|
91
|
-
activationLength?: number;
|
|
92
|
-
/**
|
|
93
|
-
* Max number of suggestions to render. A default is set in `defaultProps`.
|
|
94
|
-
* Set to false to render all suggestions (e.g. for filtering a list in memory).
|
|
95
|
-
*/
|
|
96
|
-
suggestionLimit?: number | false;
|
|
97
|
-
/**
|
|
98
|
-
* Callback function to get the component to be rendered for a suggestion.
|
|
99
|
-
* SearchUtils.getSuggestionComponent is used a default. This uses
|
|
100
|
-
* `valueKey` to render text.
|
|
101
|
-
*/
|
|
102
|
-
getSuggestionComponent?: (suggestion: T) => JSX.Element;
|
|
103
|
-
/**
|
|
104
|
-
* If true, suggestions will be rendered, even if the input isn't focussed.
|
|
105
|
-
*/
|
|
106
|
-
alwaysRenderSuggestions?: boolean;
|
|
107
|
-
theme?: Autosuggest.Theme;
|
|
108
|
-
/**
|
|
109
|
-
* Option to determine whether to render the search icon and if so,
|
|
110
|
-
* which side to render it on. Defaults to `right` in `defaultProps`
|
|
111
|
-
*/
|
|
112
|
-
searchIconPlacement?: 'left' | 'right' | false;
|
|
113
|
-
/**
|
|
114
|
-
* If true, a cross svg will be rendered.
|
|
115
|
-
* Clicking this icon will reset the query.
|
|
116
|
-
*/
|
|
117
|
-
showClearInputIcon?: boolean;
|
|
118
|
-
/**
|
|
119
|
-
* Optional callback function to be called when the clear input
|
|
120
|
-
* icon is clicked.
|
|
121
|
-
* The query will be reset automatically, this callback is for
|
|
122
|
-
* adding additional functionality.
|
|
123
|
-
*/
|
|
124
|
-
onClickClearInput?: () => void;
|
|
125
|
-
/**
|
|
126
|
-
* Flag to determine whether clicking the search icon should trigger
|
|
127
|
-
* submitting the search query.
|
|
128
|
-
*/
|
|
129
|
-
submitOnClickSearchIcon?: boolean;
|
|
130
|
-
/**
|
|
131
|
-
* Flag to determine whether the search input should be autofocused.
|
|
132
|
-
*/
|
|
133
|
-
autoFocusInput?: boolean;
|
|
134
|
-
/**
|
|
135
|
-
* If true, the default Bootstrap styling will be applied when the
|
|
136
|
-
* input is focused.
|
|
137
|
-
*/
|
|
138
|
-
highlightInputOnFocus?: boolean;
|
|
139
|
-
/**
|
|
140
|
-
* If true, suggestions will be rendered whenever the input is focussed.
|
|
141
|
-
* Useful for show recent searches suggestions when there's no query.
|
|
142
|
-
*/
|
|
143
|
-
renderSuggestionsOnInputFocus?: boolean;
|
|
144
|
-
/**
|
|
145
|
-
* When true, the input field will be cleared whenever a suggestion is selected.
|
|
146
|
-
*/
|
|
147
|
-
clearQueryOnSelect?: boolean;
|
|
148
|
-
onBackspace?: () => void;
|
|
149
|
-
/**
|
|
150
|
-
* When true, the search input will be wrapped in a <form />.
|
|
151
|
-
* This is true by default.
|
|
152
|
-
* If rendering <SearchBar /> within another form, set this to false.
|
|
153
|
-
*/
|
|
154
|
-
renderAsForm?: boolean;
|
|
155
|
-
}
|
|
156
|
-
export declare function SearchBar<T extends HashObject>(props: SearchBarProps<T>): JSX.Element;
|
|
157
|
-
export declare namespace SearchBar {
|
|
158
|
-
var defaultProps: {
|
|
159
|
-
updateQueryOnSelection: boolean;
|
|
160
|
-
valueKey: string;
|
|
161
|
-
activationLength: number;
|
|
162
|
-
suggestionLimit: number;
|
|
163
|
-
recentSearches: any[];
|
|
164
|
-
initialSuggestions: any[];
|
|
165
|
-
searchIconPlacement: string;
|
|
166
|
-
renderAsForm: boolean;
|
|
167
|
-
};
|
|
168
|
-
}
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
import * as Autosuggest from 'react-autosuggest';
|
|
3
|
-
import { HashObject } from "../../../../common/src/react/interfaces";
|
|
4
|
-
declare type SearchIconPlacement = 'left' | 'right' | false;
|
|
5
|
-
interface SearchInputProps<T> extends Autosuggest.InputProps<T> {
|
|
6
|
-
onClickSearchIcon?: () => void;
|
|
7
|
-
searchIconPlacement?: SearchIconPlacement;
|
|
8
|
-
showClearInputIcon?: boolean;
|
|
9
|
-
onClickClearInput?: () => void;
|
|
10
|
-
highlightOnFocus?: boolean;
|
|
11
|
-
}
|
|
12
|
-
export declare function SearchInput<T extends HashObject>(props: SearchInputProps<T>): JSX.Element;
|
|
13
|
-
export {};
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import * as Autosuggest from 'react-autosuggest';
|
|
3
|
-
import { HashObject } from "../../../../common/src/react/interfaces/HashObject";
|
|
4
|
-
import { SearchBarProps } from './SearchBar';
|
|
5
|
-
export declare enum SuggestionType {
|
|
6
|
-
Local = "local",
|
|
7
|
-
Recent = "recent",
|
|
8
|
-
Remote = "remote"
|
|
9
|
-
}
|
|
10
|
-
/**
|
|
11
|
-
* Suggestions grouped as a section
|
|
12
|
-
*/
|
|
13
|
-
export interface SuggestionSection<T extends HashObject> {
|
|
14
|
-
data: T[];
|
|
15
|
-
title?: string;
|
|
16
|
-
}
|
|
17
|
-
/**
|
|
18
|
-
* How suggestion data is stored in state in SearchBar
|
|
19
|
-
*/
|
|
20
|
-
export declare type SuggestionState<T extends HashObject> = {
|
|
21
|
-
[key in SuggestionType]: T[];
|
|
22
|
-
};
|
|
23
|
-
export declare function getInitialState<T extends HashObject>(initialSuggestions: T[], recentSearches: T[]): SuggestionState<T>;
|
|
24
|
-
export declare function onSuggestionsFetchRequestedHandler<T extends HashObject>(props: SearchBarProps<T>, setSuggestions: React.Dispatch<React.SetStateAction<SuggestionState<T>>>, resetSuggestions: () => void): (params: Autosuggest.SuggestionsFetchRequestedParams) => void;
|
|
25
|
-
export declare function getSuggestionValue<T extends HashObject>(valueKey: keyof T, suggestion: T): string;
|
|
26
|
-
/**
|
|
27
|
-
* Default suggestion component. Renders text based on valueKey.
|
|
28
|
-
*
|
|
29
|
-
* @param valueKey object attribute to be rendered.
|
|
30
|
-
*/
|
|
31
|
-
export declare function getSuggestionComponent<T extends HashObject>(valueKey: keyof T, suggestion: T): JSX.Element;
|
|
32
|
-
/**
|
|
33
|
-
* Maps the suggestion state into sections.
|
|
34
|
-
*
|
|
35
|
-
* @param getSections - an optional function passed in from anything consuming
|
|
36
|
-
* SearchBar used to break the local and remote suggestions into sections.
|
|
37
|
-
*/
|
|
38
|
-
export declare function getSuggestionSections<T extends HashObject>(suggestionState: SuggestionState<T>, showRecentSearches: boolean, recentSearchHeading: string, suggestionsHeading?: string, getSections?: (suggestions: T[]) => SuggestionSection<T>[], suggestionLimit?: number | false): SuggestionSection<T>[];
|
|
39
|
-
/**
|
|
40
|
-
* Maps a section into a list of suggestions.
|
|
41
|
-
*/
|
|
42
|
-
export declare function getSectionSuggestions<T extends HashObject>(section: SuggestionSection<T>): T[];
|
|
43
|
-
export declare function renderSectionTitle<T extends HashObject>(section: SuggestionSection<T>): JSX.Element | null;
|
|
44
|
-
export declare function getTheme(theme?: Autosuggest.Theme): Autosuggest.Theme;
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { ButtonProps } from 'react-bootstrap';
|
|
3
|
-
export interface SpinnerButtonProps extends ButtonProps {
|
|
4
|
-
showSpinner: boolean;
|
|
5
|
-
onClick?: () => void;
|
|
6
|
-
className?: string;
|
|
7
|
-
}
|
|
8
|
-
export declare function SpinnerButton(props: React.PropsWithChildren<SpinnerButtonProps>): React.ReactElement;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Placement } from 'react-bootstrap/Overlay';
|
|
3
|
-
export declare enum SvgContainerSize {
|
|
4
|
-
Standard = "std",
|
|
5
|
-
Small = "sm",
|
|
6
|
-
Medium = "md",
|
|
7
|
-
Large = "lg",
|
|
8
|
-
ExtraLarge = "xlg",
|
|
9
|
-
XXL = "xxlg"
|
|
10
|
-
}
|
|
11
|
-
interface SvgContainerProps {
|
|
12
|
-
svgName: string;
|
|
13
|
-
size?: SvgContainerSize;
|
|
14
|
-
className?: string;
|
|
15
|
-
tagName?: React.ElementType;
|
|
16
|
-
onClick?: (...args: any[]) => void;
|
|
17
|
-
title?: string;
|
|
18
|
-
tooltipPlacement?: Placement;
|
|
19
|
-
}
|
|
20
|
-
export declare function SvgContainer(props: SvgContainerProps): React.ReactElement;
|
|
21
|
-
export {};
|
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
interface LanguageInterpolationOptions {
|
|
3
|
-
smartCount?: number;
|
|
4
|
-
[propName: string]: any;
|
|
5
|
-
}
|
|
6
|
-
interface TextProps {
|
|
7
|
-
phrase: string;
|
|
8
|
-
namespace?: string;
|
|
9
|
-
options?: LanguageInterpolationOptions;
|
|
10
|
-
}
|
|
11
|
-
export declare const LanguageNamespaceContext: React.Context<string>;
|
|
12
|
-
export declare const Text: React.NamedExoticComponent<TextProps>;
|
|
13
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Placement } from 'react-bootstrap/Overlay';
|
|
3
|
-
declare type TriggerType = 'hover' | 'click' | 'focus';
|
|
4
|
-
interface TooltipProps {
|
|
5
|
-
title: string;
|
|
6
|
-
placement?: Placement;
|
|
7
|
-
trigger?: TriggerType | TriggerType[];
|
|
8
|
-
}
|
|
9
|
-
export declare function Tooltip(props: React.PropsWithChildren<TooltipProps>): React.ReactElement;
|
|
10
|
-
export declare namespace Tooltip {
|
|
11
|
-
var defaultProps: {
|
|
12
|
-
trigger: string[];
|
|
13
|
-
placement: string;
|
|
14
|
-
};
|
|
15
|
-
}
|
|
16
|
-
export {};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
export declare const SharedDataPrefixes: {
|
|
2
|
-
SUBJECT_PLAYLISTS: string;
|
|
3
|
-
CURRENT_USER: string;
|
|
4
|
-
WORKSPACE: string;
|
|
5
|
-
CONFIG: string;
|
|
6
|
-
LOCALE: string;
|
|
7
|
-
PHRASES: string;
|
|
8
|
-
SEARCH_FILTERS: string;
|
|
9
|
-
SERIES: string;
|
|
10
|
-
NOTIFICATIONS: string;
|
|
11
|
-
SUGGEST_EDIT: string;
|
|
12
|
-
};
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export declare const SharedDataChannels: {
|
|
2
|
-
CONFIG: string;
|
|
3
|
-
USER: string;
|
|
4
|
-
LANGUAGE: string;
|
|
5
|
-
LIBRARY: string;
|
|
6
|
-
SEARCH: string;
|
|
7
|
-
SERIES: string;
|
|
8
|
-
NOTIFICATIONS: string;
|
|
9
|
-
NOTIFICATIONS_SOCKET: string;
|
|
10
|
-
};
|
|
11
|
-
export declare const SharedServiceChannels: {
|
|
12
|
-
PENDING_ITEMS: string;
|
|
13
|
-
VIDEO_UPLOAD: string;
|
|
14
|
-
SUBTITLE_UPLOAD: string;
|
|
15
|
-
RESOURCE_UPLOAD: string;
|
|
16
|
-
CONTEXTUAL_SEARCH: string;
|
|
17
|
-
};
|
|
18
|
-
export declare const SharedAppChannels: {
|
|
19
|
-
NOTIFICATIONS: string;
|
|
20
|
-
};
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
export declare const SharedDataServices: {
|
|
2
|
-
Config: string;
|
|
3
|
-
User: string;
|
|
4
|
-
Language: string;
|
|
5
|
-
Video: string;
|
|
6
|
-
VideoUpload: string;
|
|
7
|
-
Library: string;
|
|
8
|
-
Search: string;
|
|
9
|
-
Series: string;
|
|
10
|
-
Notification: string;
|
|
11
|
-
NotificationSocket: string;
|
|
12
|
-
};
|
|
13
|
-
export declare const SharedServices: {
|
|
14
|
-
ImageUrl: string;
|
|
15
|
-
PendingItems: string;
|
|
16
|
-
Alerts: string;
|
|
17
|
-
VideoUpload: string;
|
|
18
|
-
ResourceUpload: string;
|
|
19
|
-
SubtitleUpload: string;
|
|
20
|
-
VideoMixin: string;
|
|
21
|
-
ContextualSearch: string;
|
|
22
|
-
Context: string;
|
|
23
|
-
Notification: string;
|
|
24
|
-
AppOptions: string;
|
|
25
|
-
};
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import { Image } from "../interfaces";
|
|
3
|
-
/**
|
|
4
|
-
* This context is used for transferring image
|
|
5
|
-
* data between different areas of the application.
|
|
6
|
-
*
|
|
7
|
-
* It stores base64 image files that have been read
|
|
8
|
-
* in from ImageSelect component for the purpose of
|
|
9
|
-
* being cropped and uploaded in ImageUploadView.
|
|
10
|
-
*
|
|
11
|
-
* Image objects uploaded in ImageUploadView can then be
|
|
12
|
-
* stored in the context for use in the component
|
|
13
|
-
* that initially requested the upload.
|
|
14
|
-
*/
|
|
15
|
-
interface IImageStorageContext {
|
|
16
|
-
/**
|
|
17
|
-
* Retrieve the stored base64 dataUrl. This will
|
|
18
|
-
* reset the stored value after it is read.
|
|
19
|
-
*/
|
|
20
|
-
getDataUrl: () => string;
|
|
21
|
-
/**
|
|
22
|
-
* Set the stored dataUrl.
|
|
23
|
-
*/
|
|
24
|
-
setDataUrl: (dataUrl: string) => void;
|
|
25
|
-
/**
|
|
26
|
-
* Retrieve the stored image object. This will
|
|
27
|
-
* reset the stored image object.
|
|
28
|
-
*/
|
|
29
|
-
getImage: () => Image;
|
|
30
|
-
/**
|
|
31
|
-
* Store an image after it has been successfully
|
|
32
|
-
* uploaded.
|
|
33
|
-
*/
|
|
34
|
-
setImage: (image: Image) => void;
|
|
35
|
-
/**
|
|
36
|
-
* Flag to notify anything using this context
|
|
37
|
-
* that an image has been uploaded.
|
|
38
|
-
*/
|
|
39
|
-
imageUploaded: boolean;
|
|
40
|
-
}
|
|
41
|
-
export declare const ImageStorageContext: React.Context<IImageStorageContext>;
|
|
42
|
-
export declare const ImageStorageContextProvider: ({ children }: {
|
|
43
|
-
children?: React.ReactNode;
|
|
44
|
-
}) => JSX.Element;
|
|
45
|
-
export {};
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
export declare enum ImageSize {
|
|
2
|
-
Small = "small",
|
|
3
|
-
Medium = "medium",
|
|
4
|
-
Large = "large"
|
|
5
|
-
}
|
|
6
|
-
export declare enum ImageType {
|
|
7
|
-
Thumbnails = 0,
|
|
8
|
-
Banners = 1,
|
|
9
|
-
Avatars = 2,
|
|
10
|
-
Logos = 3,
|
|
11
|
-
Covers = 4,
|
|
12
|
-
Posters = 5,
|
|
13
|
-
TallPosters = 6,
|
|
14
|
-
HeroBanners = 7
|
|
15
|
-
}
|
|
16
|
-
export declare enum ResizeType {
|
|
17
|
-
Crop = 0,
|
|
18
|
-
Stretched = 1,
|
|
19
|
-
Cover = 2
|
|
20
|
-
}
|
|
21
|
-
export declare enum FileIdType {
|
|
22
|
-
None = 0,
|
|
23
|
-
ImageAPIv1 = 1,
|
|
24
|
-
FileAPIv1 = 2,
|
|
25
|
-
ImageAPIv2 = 3
|
|
26
|
-
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
export declare enum MasterType {
|
|
2
|
-
Audience = 1,
|
|
3
|
-
Category = 2,
|
|
4
|
-
Channel = 3,
|
|
5
|
-
Chapter = 4,
|
|
6
|
-
Comment = 5,
|
|
7
|
-
OwnerComment = 6,
|
|
8
|
-
Image = 7,
|
|
9
|
-
Thumbnail = 8,
|
|
10
|
-
Avatar = 9,
|
|
11
|
-
Banner = 10,
|
|
12
|
-
Video = 11,
|
|
13
|
-
Trailer = 12,
|
|
14
|
-
Rating = 13,
|
|
15
|
-
Topic = 14,
|
|
16
|
-
Series = 15,
|
|
17
|
-
Season = 16,
|
|
18
|
-
HostedMediaObjectCollection = 17,
|
|
19
|
-
ExchangeCollection = 18,
|
|
20
|
-
CustomMediaObjectCollection = 19,
|
|
21
|
-
Playlist = 20,
|
|
22
|
-
ClickViewTvCollection = 21,
|
|
23
|
-
ClickViewProductionsCollection = 22,
|
|
24
|
-
User = 23,
|
|
25
|
-
SystemUser = 24,
|
|
26
|
-
Customer = 25,
|
|
27
|
-
Country = 26,
|
|
28
|
-
Organisation = 28,
|
|
29
|
-
SystemOrganisation = 29,
|
|
30
|
-
Group = 30,
|
|
31
|
-
SystemGroup = 31,
|
|
32
|
-
FlagReason = 32,
|
|
33
|
-
Library = 33,
|
|
34
|
-
Interactive = 34,
|
|
35
|
-
WorkspaceCollection = 35,
|
|
36
|
-
Conversation = 36,
|
|
37
|
-
Message = 37,
|
|
38
|
-
Notification = 38,
|
|
39
|
-
Clip = 39,
|
|
40
|
-
Link = 40,
|
|
41
|
-
UserChannel = 41,
|
|
42
|
-
Resource = 42,
|
|
43
|
-
VideoStream = 43,
|
|
44
|
-
AudioStream = 44,
|
|
45
|
-
Tag = 45,
|
|
46
|
-
Subtitle = 46,
|
|
47
|
-
LicencedContentCollection = 47,
|
|
48
|
-
PublicCollection = 48,
|
|
49
|
-
CategoryTree = 49,
|
|
50
|
-
Logo = 50,
|
|
51
|
-
Permission = 51,
|
|
52
|
-
Subject = 52,
|
|
53
|
-
Field = 53,
|
|
54
|
-
Company = 54,
|
|
55
|
-
Person = 55,
|
|
56
|
-
Cover = 56,
|
|
57
|
-
Poster = 57,
|
|
58
|
-
SubjectAudience = 58
|
|
59
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Breakpoints:
|
|
3
|
-
* - xs: 0
|
|
4
|
-
* - sm: 576px
|
|
5
|
-
* - md: 768px
|
|
6
|
-
* - lg: 992px
|
|
7
|
-
* - xl: 1200px
|
|
8
|
-
*/
|
|
9
|
-
export declare enum MediaQueryStrings {
|
|
10
|
-
XS = "(max-width: 575px)",
|
|
11
|
-
SM = "(min-width: 576px) and (max-width: 767px)",
|
|
12
|
-
MD = "(min-width: 768px) and (max-width: 991px)",
|
|
13
|
-
LG = "(min-width: 992px)",
|
|
14
|
-
XL = "(min-width: 1200px)",
|
|
15
|
-
XXL = "(min-width: 1440px)",
|
|
16
|
-
SMDown = "(max-width: 576px)",
|
|
17
|
-
MDDown = "(max-width: 768px)",
|
|
18
|
-
LGDown = "(max-width: 992px)",
|
|
19
|
-
XLDown = "(max-width: 1200px)"
|
|
20
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare type PermissionsLookup = {
|
|
2
|
-
[key in PermissionName]: boolean;
|
|
3
|
-
};
|
|
4
|
-
export declare enum PermissionName {
|
|
5
|
-
ManageUsers = "users.manage",
|
|
6
|
-
FollowSubjects = "subjects.follow",
|
|
7
|
-
ManageSubjectPreferences = "subjects.preferences.manage",
|
|
8
|
-
CreateClassrooms = "classrooms.create",
|
|
9
|
-
ViewClassrooms = "classrooms.view",
|
|
10
|
-
SharePlaylists = "playlists.share",
|
|
11
|
-
CreatePlaylists = "playlists.create",
|
|
12
|
-
ViewPlaylists = "playlists.view",
|
|
13
|
-
FollowPlaylists = "playlists.follow",
|
|
14
|
-
ViewVideos = "videos.view",
|
|
15
|
-
ShareVideos = "videos.share",
|
|
16
|
-
UploadVideos = "videos.upload",
|
|
17
|
-
FavouriteVideos = "videos.favourite",
|
|
18
|
-
CreateInteractives = "interactives.create",
|
|
19
|
-
ViewInteractives = "interactives.view",
|
|
20
|
-
CreateClips = "clips.create",
|
|
21
|
-
ViewClips = "clips.view",
|
|
22
|
-
EditProfile = "settings.editprofile"
|
|
23
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
export declare enum SettingName {
|
|
2
|
-
MustCompleteOnboarding = "must_complete_onboarding",
|
|
3
|
-
StudentWorkspaceSharing = "student_ws_sharing",
|
|
4
|
-
StudentToStudentMessaging = "student_to_student_messaging",
|
|
5
|
-
HideResourcesForStudents = "hide_resources_for_students",
|
|
6
|
-
LibraryReview = "library_review",
|
|
7
|
-
SchoolMessaging = "school_messaging",
|
|
8
|
-
LegacyTvNaming = "legacy_tv_naming",
|
|
9
|
-
LegacyAlbertCustomer = "legacy_albert_customer",
|
|
10
|
-
HideHostedLibraries = "hide_hosted_libraries",
|
|
11
|
-
StaffRequest = "staff_request",
|
|
12
|
-
MaxCustomLibraries = "max_custom_libraries",
|
|
13
|
-
CustomLibrariesBetaAccess = "custom_libraries_beta_access",
|
|
14
|
-
AutoCaptioning = "auto_captioning",
|
|
15
|
-
HasCompletedOnboarding = "has_completed_onboarding",
|
|
16
|
-
BulkOnboardingPreferencesState = "bulk_onboarding_preferences_state"
|
|
17
|
-
}
|