@clickview/curator 1.0.25-rc.0 → 1.0.25-rc.2
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 -318
- 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/LocalStorageHelper.d.ts +0 -58
- 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 -8
- 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 -84
- 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,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,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
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare class BaseError extends Error {
|
|
2
|
-
name: string;
|
|
3
|
-
constructor(message: string);
|
|
4
|
-
}
|
|
5
|
-
/**
|
|
6
|
-
* You can use these if you want to leverage the convenience
|
|
7
|
-
* of the error set up without actually throwing the error
|
|
8
|
-
*/
|
|
9
|
-
export declare abstract class SilentError extends BaseError {
|
|
10
|
-
get name(): string;
|
|
11
|
-
}
|
|
12
|
-
export declare class CoreError extends Error {
|
|
13
|
-
get name(): string;
|
|
14
|
-
}
|
|
15
|
-
declare const ErrorHelper: {
|
|
16
|
-
throw(error: BaseError): void;
|
|
17
|
-
};
|
|
18
|
-
export { ErrorHelper };
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { BaseView, BaseViewOptions } from './BaseView';
|
|
2
|
-
import { Store } from 'redux';
|
|
3
|
-
export interface BaseLayoutViewOptions extends BaseViewOptions {
|
|
4
|
-
store?: Store;
|
|
5
|
-
}
|
|
6
|
-
export declare class BaseLayoutView extends BaseView {
|
|
7
|
-
protected options: BaseLayoutViewOptions;
|
|
8
|
-
constructor(options: BaseLayoutViewOptions);
|
|
9
|
-
static getCacheKey(options?: BaseLayoutViewOptions): string;
|
|
10
|
-
unmountRegion(regionName: string): void;
|
|
11
|
-
}
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import * as Backbone from 'backbone';
|
|
2
|
-
import { BaseCollection } from './BaseCollection';
|
|
3
|
-
export declare class BaseModel extends Backbone.Model {
|
|
4
|
-
parent?: BaseModel | BaseCollection;
|
|
5
|
-
collection: BaseCollection;
|
|
6
|
-
/**
|
|
7
|
-
* Mechanism to allow properties/functions to be attached to
|
|
8
|
-
* the instance of a model at runtime.
|
|
9
|
-
* @param propertyHash
|
|
10
|
-
*
|
|
11
|
-
* I feel like this implementation is a bit naive,
|
|
12
|
-
* but it will suffice for the time being - Mike
|
|
13
|
-
*/
|
|
14
|
-
private mixin;
|
|
15
|
-
/**
|
|
16
|
-
* Helper to facilitate model validation at runtime
|
|
17
|
-
* @param validation
|
|
18
|
-
*/
|
|
19
|
-
addValidation(validation: any): void;
|
|
20
|
-
/**
|
|
21
|
-
* Backbone Validation mixin functions
|
|
22
|
-
*/
|
|
23
|
-
preValidate: (attr: any, value: any) => any;
|
|
24
|
-
validate(attributes?: any, options?: any): any;
|
|
25
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
26
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
27
|
-
}
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import { ModelSetOptions, ObjectHash } from 'backbone';
|
|
2
|
-
import { BaseModel } from './BaseModel';
|
|
3
|
-
import { BaseCollection } from './BaseCollection';
|
|
4
|
-
interface Association {
|
|
5
|
-
new (...args: any[]): (BaseCollection | BaseModel);
|
|
6
|
-
}
|
|
7
|
-
export interface BaseNestedModelOptions extends ModelSetOptions {
|
|
8
|
-
unset?: boolean;
|
|
9
|
-
}
|
|
10
|
-
export declare class BaseNestedModel extends BaseModel {
|
|
11
|
-
[name: string]: any;
|
|
12
|
-
protected associations: {
|
|
13
|
-
[name: string]: Association;
|
|
14
|
-
};
|
|
15
|
-
set(key: string | ObjectHash, value?: any | ModelSetOptions, options?: BaseNestedModelOptions): BaseNestedModel;
|
|
16
|
-
get(attributeName: string): any;
|
|
17
|
-
setAssociation(key: string, value: any, options: BaseNestedModelOptions): BaseModel | BaseCollection<BaseModel>;
|
|
18
|
-
toJSON(...args: any[]): ObjectHash;
|
|
19
|
-
toFlatJSON(...args: any[]): ObjectHash;
|
|
20
|
-
}
|
|
21
|
-
export {};
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
/// <reference types="backbone" />
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
|
-
export interface BaseServiceOptions extends Marionette.ObjectOptions {
|
|
4
|
-
}
|
|
5
|
-
export declare class BaseService extends Marionette.Object {
|
|
6
|
-
name: string;
|
|
7
|
-
constructor(options?: BaseServiceOptions);
|
|
8
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
9
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
10
|
-
}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
import * as Backbone from 'backbone';
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
|
-
import { StickitBinding } from "../interfaces/StickitBinding";
|
|
4
|
-
import { BaseModel } from './BaseModel';
|
|
5
|
-
import { AppLinkHash } from './AppLink';
|
|
6
|
-
interface UIHash {
|
|
7
|
-
[selector: string]: any;
|
|
8
|
-
}
|
|
9
|
-
export interface RequiredResourceHash {
|
|
10
|
-
[propName: string]: RequiredResourceDefinition;
|
|
11
|
-
}
|
|
12
|
-
export interface RequiredResourceDefinition<T = any> {
|
|
13
|
-
dataServiceName: string;
|
|
14
|
-
eventName: string;
|
|
15
|
-
getData: (instance: any) => T;
|
|
16
|
-
getInstance: (context: Backbone.Events) => any;
|
|
17
|
-
beforeOnBeforeRender: boolean;
|
|
18
|
-
}
|
|
19
|
-
export interface BaseViewOptions<TModel extends BaseModel = BaseModel> extends Marionette.ViewOptions<TModel> {
|
|
20
|
-
channelName?: string;
|
|
21
|
-
}
|
|
22
|
-
export declare class CoreView<TModel extends BaseModel = BaseModel> extends Marionette.View<TModel> {
|
|
23
|
-
/**
|
|
24
|
-
* This is of the name class. It should be used on
|
|
25
|
-
* all warnings and errors to make debugging easier.
|
|
26
|
-
*/
|
|
27
|
-
name: string;
|
|
28
|
-
/**
|
|
29
|
-
* Takes a Handlebars template function.
|
|
30
|
-
*/
|
|
31
|
-
template: any;
|
|
32
|
-
/**
|
|
33
|
-
* Specify the properties you want to be
|
|
34
|
-
* taken from `options` and added to the context.
|
|
35
|
-
*/
|
|
36
|
-
props: string[];
|
|
37
|
-
/**
|
|
38
|
-
* This is what the page title will be set to
|
|
39
|
-
* when this view is rendered.
|
|
40
|
-
*/
|
|
41
|
-
title: string | boolean;
|
|
42
|
-
/**
|
|
43
|
-
* The i18n namespace used in the view
|
|
44
|
-
*/
|
|
45
|
-
lang?: string;
|
|
46
|
-
/**
|
|
47
|
-
* The default properties that will be taken
|
|
48
|
-
* from `options` and added to the context.
|
|
49
|
-
*/
|
|
50
|
-
private get defaultProps();
|
|
51
|
-
viewModel: BaseModel;
|
|
52
|
-
private static ViewDataExtensions;
|
|
53
|
-
/**
|
|
54
|
-
* Update instance options to include defaults. Passing options
|
|
55
|
-
* to the view via the ctor will always override defaults.
|
|
56
|
-
* @param options
|
|
57
|
-
*/
|
|
58
|
-
private _setOptions;
|
|
59
|
-
/**
|
|
60
|
-
* Mix in the class name into the dom attributes to
|
|
61
|
-
* help us out with debugging
|
|
62
|
-
*/
|
|
63
|
-
private _setAttributes;
|
|
64
|
-
private uiStorage;
|
|
65
|
-
get ui(): Backbone.ObjectHash;
|
|
66
|
-
set ui(value: Backbone.ObjectHash);
|
|
67
|
-
get elements(): Backbone.ObjectHash;
|
|
68
|
-
protected defaults: Backbone.ObjectHash;
|
|
69
|
-
protected options: BaseViewOptions<TModel>;
|
|
70
|
-
/**
|
|
71
|
-
* Base class for all views to inherit from.
|
|
72
|
-
* @constructor
|
|
73
|
-
*/
|
|
74
|
-
constructor(options?: BaseViewOptions<TModel>);
|
|
75
|
-
appLinks: AppLinkHash;
|
|
76
|
-
normalizeUIKeys: (hash: UIHash) => UIHash;
|
|
77
|
-
static AddViewDataExtension(ext: (...args: any) => any | Backbone.ObjectHash): void;
|
|
78
|
-
serializeModel(): any;
|
|
79
|
-
serializeCollection(): any[];
|
|
80
|
-
/**
|
|
81
|
-
* This is a utility that can be used if your
|
|
82
|
-
* className is dynamic between renders.
|
|
83
|
-
* Simply call this.resetClassName() in
|
|
84
|
-
* onRender()
|
|
85
|
-
*/
|
|
86
|
-
protected resetClassName(): void;
|
|
87
|
-
serializeData(): any;
|
|
88
|
-
protected viewOptions(): Backbone.ObjectHash;
|
|
89
|
-
/**
|
|
90
|
-
* Ensures that multiple click events arent bound
|
|
91
|
-
* if the view is getting re-rendered.
|
|
92
|
-
*/
|
|
93
|
-
private undelegateAppLinks;
|
|
94
|
-
/**
|
|
95
|
-
* This will take the appLinks hash defined on a view and used it to add
|
|
96
|
-
* hrefs to the anchor tags and provide the application linking.
|
|
97
|
-
*/
|
|
98
|
-
protected renderAppLinks(): void;
|
|
99
|
-
private hasPartialLoadingRegions;
|
|
100
|
-
protected renderPartialLoading(region?: string): void;
|
|
101
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
102
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
103
|
-
render(): CoreView<TModel>;
|
|
104
|
-
/** backbone.stickit stuff that is mixed in at run time.
|
|
105
|
-
*
|
|
106
|
-
* TODO: This should ideally be handled higher up that BaseView,
|
|
107
|
-
* (yet another one of those TODOs that is likely
|
|
108
|
-
* to sit here till the end of time. - Sha)
|
|
109
|
-
*/
|
|
110
|
-
bindings: {
|
|
111
|
-
[selector: string]: StickitBinding;
|
|
112
|
-
};
|
|
113
|
-
stickit: (model?: BaseModel, options?: any) => void;
|
|
114
|
-
addbinding: (model: BaseModel, selector: string, configuration: any) => void;
|
|
115
|
-
unstickit: (model?: BaseModel, options?: any) => void;
|
|
116
|
-
protected processRequriedResources(beforeOnBeforeRender: boolean): boolean;
|
|
117
|
-
protected setTitle(): void;
|
|
118
|
-
}
|
|
119
|
-
export declare class BaseView<TModel extends BaseModel = BaseModel> extends CoreView<TModel> {
|
|
120
|
-
private boundListeners;
|
|
121
|
-
private resourceInstances;
|
|
122
|
-
requiredResources: {
|
|
123
|
-
[propName: string]: RequiredResourceDefinition;
|
|
124
|
-
};
|
|
125
|
-
constructor(options?: BaseViewOptions<TModel>);
|
|
126
|
-
protected processRequriedResources(beforeOnBeforeRender: boolean): boolean;
|
|
127
|
-
setTitle(): void;
|
|
128
|
-
}
|
|
129
|
-
export declare class BaseComponent<TModel extends BaseModel = BaseModel> extends CoreView<TModel> {
|
|
130
|
-
}
|
|
131
|
-
export {};
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
declare const EventNames: {
|
|
2
|
-
SHOW_POPUP: string;
|
|
3
|
-
ROUTE: string;
|
|
4
|
-
LOCK_NAV: string;
|
|
5
|
-
UNLOCK_NAV: string;
|
|
6
|
-
NAV_IS_LOCKED: string;
|
|
7
|
-
NAV_UNLOCKED_BY_USER: string;
|
|
8
|
-
ROUTING_START: string;
|
|
9
|
-
ROUTING_END: string;
|
|
10
|
-
HAS_ACTIVE_ROUTE: string;
|
|
11
|
-
ROUTE_LOOKUP: string;
|
|
12
|
-
URL_CHANGE: string;
|
|
13
|
-
ERROR: string;
|
|
14
|
-
CURRENT_ROUTE: string;
|
|
15
|
-
};
|
|
16
|
-
export { EventNames };
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/// <reference types="backbone" />
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
|
-
import { BaseLayoutView, BaseLayoutViewOptions } from './BaseLayoutView';
|
|
4
|
-
export interface LayoutOptions<T extends BaseLayoutViewOptions> {
|
|
5
|
-
name: string;
|
|
6
|
-
options?: T;
|
|
7
|
-
}
|
|
8
|
-
export interface LayoutServiceOptions extends Marionette.ObjectOptions {
|
|
9
|
-
requiredRegions?: string[];
|
|
10
|
-
}
|
|
11
|
-
export declare class LayoutService extends Marionette.Object {
|
|
12
|
-
private layouts;
|
|
13
|
-
private currentLayout;
|
|
14
|
-
private currentLayoutCacheKey;
|
|
15
|
-
private requiredRegions;
|
|
16
|
-
options: LayoutServiceOptions;
|
|
17
|
-
constructor(options: LayoutServiceOptions);
|
|
18
|
-
private clearLayout;
|
|
19
|
-
registerLayout(name: string, layout: typeof BaseLayoutView): this;
|
|
20
|
-
/**
|
|
21
|
-
* Either return the existing instance of a layout
|
|
22
|
-
* or create the layout and cache it before returning.
|
|
23
|
-
*/
|
|
24
|
-
getLayout<T extends BaseLayoutViewOptions>(layoutOptions: LayoutOptions<T>): BaseLayoutView;
|
|
25
|
-
/**
|
|
26
|
-
* Every layout that is registered must have all required/mandatory regions
|
|
27
|
-
*/
|
|
28
|
-
private checkRequiredRegions;
|
|
29
|
-
listenTo(object: any, eventMap: Backbone.EventMap): this;
|
|
30
|
-
listenTo(obj: string | Backbone.Events, events: string, callback: (...args: any) => any): this;
|
|
31
|
-
}
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
import * as Backbone from 'backbone';
|
|
2
|
-
import { AppLink } from './AppLink';
|
|
3
|
-
/**
|
|
4
|
-
* This is the only file in the entire project
|
|
5
|
-
* that should ever reference window.location.
|
|
6
|
-
*/
|
|
7
|
-
declare const LocationUtils: {
|
|
8
|
-
GetQuery(): Backbone.ObjectHash;
|
|
9
|
-
UpdateQuery(params: Backbone.ObjectHash): void;
|
|
10
|
-
UpdateUrl(route: string, appLink: AppLink, options?: Backbone.ObjectHash): void;
|
|
11
|
-
SerializeQueryParams(params: string | Backbone.ObjectHash): string;
|
|
12
|
-
DeserializeQueryParams(params: string): Backbone.ObjectHash;
|
|
13
|
-
StartHistory(): void;
|
|
14
|
-
PageLoad(href: string, newTab?: boolean): void;
|
|
15
|
-
Redirect(href: string, replace?: boolean): void;
|
|
16
|
-
Reload(force?: boolean): void;
|
|
17
|
-
GetCurrentPath(): string;
|
|
18
|
-
GetCurrentQueryString(): string;
|
|
19
|
-
GetCurrentUrl(): string;
|
|
20
|
-
GetCurrentReferrer(): string;
|
|
21
|
-
SetPageTitle(title: string): void;
|
|
22
|
-
};
|
|
23
|
-
export { LocationUtils };
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
export interface MiddlewareNext<T> {
|
|
2
|
-
(options: T): void;
|
|
3
|
-
}
|
|
4
|
-
export interface MiddlewareFunction<T> {
|
|
5
|
-
(options: T, next: MiddlewareNext<T>): void;
|
|
6
|
-
}
|
|
7
|
-
export declare class Middleware<T> {
|
|
8
|
-
use(fn: MiddlewareFunction<T>): void;
|
|
9
|
-
go(options: T, next: MiddlewareNext<T>): void;
|
|
10
|
-
}
|