@clickview/library-editor 1.1.26-dev.0 → 1.1.26-rc.0
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/css/23.chunk.css +5 -3
- package/dist/css/25.chunk.css +2 -0
- package/dist/css/library-editor-app.css +2 -2
- package/dist/en.json +1 -1
- package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +3 -1
- package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +1 -1
- package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +1 -1
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +1 -4
- package/dist/libs/analytics/src/utils/TypeHelper.d.ts +1 -1
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +5 -5
- package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +1 -0
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseModel.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseService.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +2 -2
- package/dist/libs/common/src/backbone/core/LayoutService.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/Shell.d.ts +1 -1
- package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +1 -2
- package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +1 -1
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/LanguageService.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/ScrollService.d.ts +19 -0
- package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/data-providers/SignalRDataProvider.d.ts +2 -2
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +3 -3
- package/dist/libs/common/src/react/utils/FetchHelper.d.ts +1 -1
- package/dist/libs/shared/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +2 -2
- package/dist/libs/shared/src/apps/search/utils/InstantSearchHelper.d.ts +5 -5
- package/dist/libs/shared/src/apps/search/utils/TypeaheadHelper.d.ts +24 -24
- package/dist/libs/shared/src/apps/search/views/search-bar/SearchBarView.d.ts +5 -5
- package/dist/libs/shared/src/apps/upload/errors/file-type/FileTypeError.d.ts +1 -1
- package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +0 -1
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +1 -2
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +1 -3
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +1 -3
- package/dist/libs/shared/src/interfaces/collections/index.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/models/Link.d.ts +0 -1
- package/dist/libs/shared/src/interfaces/models/Resource.d.ts +1 -9
- package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/index.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +1 -5
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +0 -2
- package/dist/libs/shared/src/interfaces/services/index.d.ts +0 -1
- package/dist/libs/shared/src/legacy/components/thumbnail/ThumbnailComponent.d.ts +1 -1
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +3 -3
- package/dist/libs/shared/src/utils/MaskHelper.d.ts +1 -1
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +1 -0
- package/dist/projects/library-editor/src/app.d.ts +5 -20
- package/dist/projects/library-editor/src/apps/content-updates/utils/ContentUpdatesHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/apps/library-editor/LibraryEditorApplication.d.ts +3 -3
- package/dist/{libs/shared/src/legacy → projects/library-editor/src/apps/library-editor}/components/file-select/FileSelectComponent.d.ts +2 -1
- package/dist/{libs/shared/src/legacy → projects/library-editor/src/apps/library-editor}/components/file-uploads/FileUploadComponent.d.ts +2 -2
- package/dist/projects/library-editor/src/apps/library-editor/components/file-uploads/FileUploadsComponentCollection.d.ts +1 -1
- package/dist/projects/library-editor/src/apps/library-editor/components/language-select/LanguageSelectTypeaheadHelper.d.ts +2 -1
- package/dist/{libs/shared/src/legacy/components/resource-item → projects/library-editor/src/apps/library-editor/components/video-resources}/ResourceItemComponent.d.ts +4 -4
- package/dist/projects/library-editor/src/apps/library-editor/components/video-resources/VideoResourcesComponent.d.ts +1 -3
- package/dist/{libs/shared/src/legacy/components/subtitle-item → projects/library-editor/src/apps/library-editor/components/video-subtitles}/SubtitleItemComponent.d.ts +3 -2
- package/dist/projects/library-editor/src/apps/library-editor/components/video-subtitles/VideoSubtitlesComponent.d.ts +1 -4
- package/dist/projects/library-editor/src/apps/library-editor/enums/index.d.ts +1 -0
- package/dist/projects/library-editor/src/apps/library-editor/errors/index.d.ts +2 -0
- package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-resources/TooManyResourcesError.d.ts +8 -0
- package/dist/projects/library-editor/src/apps/library-editor/errors/too-many-subtitles/TooManySubtitlesError.d.ts +8 -0
- package/dist/projects/library-editor/src/apps/library-editor/services/VideoDataService.d.ts +2 -2
- package/dist/projects/library-editor/src/apps/library-editor/utils/EditVideoHelpers.d.ts +2 -2
- package/dist/projects/library-editor/src/apps/library-editor/utils/VideoDetailsHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/apps/library-editor/views/edit-resources/EditResourcesView.d.ts +3 -3
- package/dist/projects/library-editor/src/apps/migration-wizard/components/status-bar/StatusBarComponent.d.ts +2 -2
- package/dist/projects/library-editor/src/apps/upload/UploadApplication.d.ts +1 -1
- package/dist/{libs/shared/src/legacy → projects/library-editor/src/shared}/behaviors/file-drop/FileDropBehavior.d.ts +1 -1
- package/dist/{libs/shared/src/legacy → projects/library-editor/src/shared}/behaviors/file-drop/FileDropMaskBehavior.d.ts +1 -1
- package/dist/{libs/shared/src/legacy → projects/library-editor/src/shared}/behaviors/file-select/FileSelectBehavior.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/behaviors/index.d.ts +3 -0
- package/dist/projects/library-editor/src/shared/behaviors/popup/PopupBehavior.d.ts +3 -3
- package/dist/projects/library-editor/src/shared/components/date-picker/DatePickerComponent.d.ts +2 -2
- package/dist/projects/library-editor/src/shared/components/dropdown/DropdownButtonComponent.d.ts +4 -4
- package/dist/projects/library-editor/src/shared/components/edit-video/edit-additional-info/EditAdditionalInfoComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/edit-video/select-rating/SelectRatingItemComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/image-cropper/ImageCropperComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/select/SelectComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/spinner-button/SpinnerButtonComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/tabs/TabsComponent.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/components/typeahead-input/SearchTypeaheadComponent.d.ts +4 -4
- package/dist/projects/library-editor/src/shared/components/video-item/utils/VideoItemComponents.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/enums/index.d.ts +2 -0
- package/dist/projects/library-editor/src/shared/errors/index.d.ts +1 -0
- package/dist/projects/library-editor/src/shared/errors/too-many-files/TooManyFilesError.d.ts +7 -0
- package/dist/projects/library-editor/src/shared/layouts/manage-layout/ManageLayoutView.d.ts +0 -2
- package/dist/projects/library-editor/src/shared/utils/PermissionsHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/utils/RatingHelper.d.ts +2 -1
- package/dist/projects/library-editor/src/shared/utils/VideoHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/utils/search/RawSearchHelper.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/utils/search/raw-search-components/add-new/AddNewSuggestion.d.ts +1 -1
- package/dist/projects/library-editor/src/shared/views/download-video/DownloadVideoView.d.ts +1 -0
- package/dist/projects/library-editor/src/startup/RegisterAnalytics.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterApplicationVariables.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterApplications.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterCaches.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterDataProviders.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterDataServices.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterErrorHandlers.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterHandlebarsHelpers.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterLayouts.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterServices.d.ts +1 -1
- package/dist/projects/library-editor/src/startup/RegisterViewDataExtensions.d.ts +1 -1
- package/dist/projects/library-editor/typings/libs/LazyLoad.d.ts +1 -1
- package/dist/scripts/{0-65b134af4f.chunk.js → 0-1deffb42bf.chunk.js} +1 -1
- package/dist/scripts/1-a4065968c1.chunk.js +1 -0
- package/dist/scripts/{10-75e622dc44.chunk.js → 10-0adc529f9b.chunk.js} +1 -1
- package/dist/scripts/{11-9f5f0c25dc.chunk.js → 11-039959db6c.chunk.js} +1 -1
- package/dist/scripts/{12-e5d7fe24d9.chunk.js → 12-18ae0dfa89.chunk.js} +1 -1
- package/dist/scripts/13-a9ed73e93d.chunk.js +1 -0
- package/dist/scripts/14-e0828acdfa.chunk.js +1 -0
- package/dist/scripts/15-c67caabb0a.chunk.js +1 -0
- package/dist/scripts/{16-0ebecead61.chunk.js → 16-31fefb2cac.chunk.js} +1 -1
- package/dist/scripts/{17-9a2f82453a.chunk.js → 17-b9c5bbda43.chunk.js} +1 -1
- package/dist/scripts/{2-cd7f1d10b5.chunk.js → 2-5fd33f5359.chunk.js} +1 -1
- package/dist/scripts/{20-8cabdf4ccb.chunk.js → 20-2bca62d1c0.chunk.js} +1 -1
- package/dist/scripts/{21-9dfc314143.chunk.js → 21-c70d40dc61.chunk.js} +1 -1
- package/dist/scripts/{22-ea1736d37f.chunk.js → 22-0e9dca307f.chunk.js} +1 -1
- package/dist/scripts/23-b4a5ffb3a6.chunk.js +1 -0
- package/dist/scripts/{24-d6b7d3f374.chunk.js → 24-88056bc5c9.chunk.js} +1 -1
- package/dist/scripts/25-ec294abf37.chunk.js +1 -0
- package/dist/scripts/{26-b3a2e6bca1.chunk.js → 26-2a038b6df5.chunk.js} +1 -1
- package/dist/scripts/27-9f06d5bb5d.chunk.js +1 -0
- package/dist/scripts/{28-cef433c779.chunk.js → 28-4e62071464.chunk.js} +1 -1
- package/dist/scripts/29-5ab940b23f.chunk.js +1 -0
- package/dist/scripts/{3-02a37512e4.chunk.js → 3-dbf1f0bdbc.chunk.js} +1 -1
- package/dist/scripts/{30-cc04703754.chunk.js → 30-87ec7ee868.chunk.js} +1 -1
- package/dist/scripts/{31-92c7d2494b.chunk.js → 31-24f9dc350e.chunk.js} +1 -1
- package/dist/scripts/32-a06209da52.chunk.js +1 -0
- package/dist/scripts/33-c33020ec6f.chunk.js +1 -0
- package/dist/scripts/34-116a50814d.chunk.js +1 -0
- package/dist/scripts/35-33ea39c18e.chunk.js +1 -0
- package/dist/scripts/36-ccb493b3f6.chunk.js +1 -0
- package/dist/scripts/{37-3b6bf13818.chunk.js → 37-bb5a5bdad3.chunk.js} +1 -1
- package/dist/scripts/38-64d5f34871.chunk.js +1 -0
- package/dist/scripts/{39-01d58327ca.chunk.js → 39-14259bc6fe.chunk.js} +1 -1
- package/dist/scripts/4-dbbff4289b.chunk.js +1 -0
- package/dist/scripts/{40-60f5d582c8.chunk.js → 40-ea678bbe5b.chunk.js} +1 -1
- package/dist/scripts/41-2d35060d0e.chunk.js +1 -0
- package/dist/scripts/{42-390bbda5c5.chunk.js → 42-898076e213.chunk.js} +1 -1
- package/dist/scripts/{43-acc9eadde2.chunk.js → 43-0616177a42.chunk.js} +1 -1
- package/dist/scripts/44-861ac46f36.chunk.js +1 -0
- package/dist/scripts/45-7446535f17.chunk.js +1 -0
- package/dist/scripts/46-26620d2a5f.chunk.js +1 -0
- package/dist/scripts/{47-7c5a3685a5.chunk.js → 47-a4034122c9.chunk.js} +1 -1
- package/dist/scripts/{48-469dfae9ba.chunk.js → 48-76b2c74863.chunk.js} +1 -1
- package/dist/scripts/{49-06756becaf.chunk.js → 49-505e968070.chunk.js} +1 -1
- package/dist/scripts/5-2051149282.chunk.js +1 -0
- package/dist/scripts/{50-49475581af.chunk.js → 50-5fc4da3bc5.chunk.js} +1 -1
- package/dist/scripts/{51-4adcf4ff0a.chunk.js → 51-fc0310c5cd.chunk.js} +1 -1
- package/dist/scripts/{52-57782063fd.chunk.js → 52-bf7eecfbac.chunk.js} +1 -1
- package/dist/scripts/{53-6f14b50628.chunk.js → 53-ec51fba164.chunk.js} +1 -1
- package/dist/scripts/{54-78c19a2ad8.chunk.js → 54-d3990092dd.chunk.js} +1 -1
- package/dist/scripts/{55-dceece7f6e.chunk.js → 55-e4665da63e.chunk.js} +1 -1
- package/dist/scripts/{56-791cbec86d.chunk.js → 56-21b33b42c3.chunk.js} +1 -1
- package/dist/scripts/{57-b80d1bf344.chunk.js → 57-07deff9444.chunk.js} +1 -1
- package/dist/scripts/{58-74a2cc409b.chunk.js → 58-68ca09ffdf.chunk.js} +1 -1
- package/dist/scripts/{59-a05072e424.chunk.js → 59-c7705e6551.chunk.js} +1 -1
- package/dist/scripts/{6-9a7ab29bcf.chunk.js → 6-9bc788ce4c.chunk.js} +1 -1
- package/dist/scripts/{60-3ea0df7910.chunk.js → 60-319578f49a.chunk.js} +1 -1
- package/dist/scripts/{61-49a9fb2c98.chunk.js → 61-25fcfd00c9.chunk.js} +1 -1
- package/dist/scripts/{62-afa39e4cc9.chunk.js → 62-d07ddf14ff.chunk.js} +1 -1
- package/dist/scripts/{63-348b096dca.chunk.js → 63-08c93c2e53.chunk.js} +1 -1
- package/dist/scripts/{64-6f7edb1451.chunk.js → 64-ffead99364.chunk.js} +1 -1
- package/dist/scripts/{65-1a6aecc0e3.chunk.js → 65-86eee87750.chunk.js} +1 -1
- package/dist/scripts/{66-fe5934023f.chunk.js → 66-79a4d8629a.chunk.js} +1 -1
- package/dist/scripts/67-bc34473155.chunk.js +1 -0
- package/dist/scripts/{68-54be8dbe28.chunk.js → 68-c3fe0c028e.chunk.js} +1 -1
- package/dist/scripts/{69-2dbcfa995c.chunk.js → 69-f4f1f07045.chunk.js} +1 -1
- package/dist/scripts/{7-e9fd5a70f5.chunk.js → 7-74c0fcd6fe.chunk.js} +1 -1
- package/dist/scripts/{70-145a5802f1.chunk.js → 70-4681989887.chunk.js} +1 -1
- package/dist/scripts/{71-2ea1363d8f.chunk.js → 71-8ae59fd304.chunk.js} +1 -1
- package/dist/scripts/{72-3d94c9900f.chunk.js → 72-8615720ce0.chunk.js} +1 -1
- package/dist/scripts/{8-3db468b0ad.chunk.js → 8-039e714b81.chunk.js} +1 -1
- package/dist/scripts/9-e76ba48df5.chunk.js +1 -0
- package/dist/scripts/bundle-8862b095c0.min.js +8 -0
- package/dist/scripts/bundles.json +2 -2
- package/dist/scripts/polyfills-57fccaae30.min.js +1 -0
- package/package.json +99 -100
- package/typings/libs/CVEvents.d.ts +1 -1
- package/typings/libs/LazyLoad.ts +1 -2
- package/typings/libs/Trackers.d.ts +1 -1
- package/.eslintrc.json +0 -3
- 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/interfaces/FlightState.d.ts +0 -22
- package/dist/libs/common/src/react/flight/interfaces/NormalizeOptions.d.ts +0 -4
- package/dist/libs/common/src/react/flight/interfaces/Request.d.ts +0 -29
- package/dist/libs/common/src/react/flight/interfaces/UpdateStateOptions.d.ts +0 -15
- 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/index.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/collections/SubtitleCollection.d.ts +0 -3
- package/dist/libs/shared/src/interfaces/models/FileUpload.d.ts +0 -20
- package/dist/libs/shared/src/interfaces/models/Language.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Pdf.d.ts +0 -4
- package/dist/libs/shared/src/interfaces/models/Subtitle.d.ts +0 -7
- 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/services/BaseConfigDataService.d.ts +0 -5
- package/dist/libs/shared/src/legacy/errors/too-many-files/TooManyFilesError.d.ts +0 -7
- package/dist/libs/shared/src/legacy/errors/too-many-resources/TooManyResourcesError.d.ts +0 -8
- package/dist/libs/shared/src/legacy/errors/too-many-subtitles/TooManySubtitlesError.d.ts +0 -8
- package/dist/libs/shared/src/utils/SubtitleHelper.d.ts +0 -9
- package/dist/libs/shared/src/utils/VideoDetailsHelper.d.ts +0 -21
- package/dist/scripts/1-42cd7dafc9.chunk.js +0 -1
- package/dist/scripts/13-2247b585ba.chunk.js +0 -1
- package/dist/scripts/14-76f0d1344e.chunk.js +0 -1
- package/dist/scripts/15-044f3ce266.chunk.js +0 -1
- package/dist/scripts/23-c5137083a9.chunk.js +0 -1
- package/dist/scripts/25-4f3f34d140.chunk.js +0 -1
- package/dist/scripts/27-0dd00d8e76.chunk.js +0 -1
- package/dist/scripts/29-cf9581eef8.chunk.js +0 -1
- package/dist/scripts/32-b8ea5b8dea.chunk.js +0 -1
- package/dist/scripts/33-6da26969d0.chunk.js +0 -1
- package/dist/scripts/34-5469e12196.chunk.js +0 -1
- package/dist/scripts/35-9aae492c3e.chunk.js +0 -1
- package/dist/scripts/36-8849ade3c7.chunk.js +0 -1
- package/dist/scripts/38-f8f1eeba1f.chunk.js +0 -1
- package/dist/scripts/4-eaa7ec4468.chunk.js +0 -1
- package/dist/scripts/41-9d3182f53c.chunk.js +0 -1
- package/dist/scripts/44-8f053335a7.chunk.js +0 -1
- package/dist/scripts/45-a4f9646555.chunk.js +0 -1
- package/dist/scripts/46-6b9fc8453b.chunk.js +0 -1
- package/dist/scripts/5-674db7af1b.chunk.js +0 -1
- package/dist/scripts/67-69b25bd800.chunk.js +0 -1
- package/dist/scripts/9-c8b248951d.chunk.js +0 -1
- package/dist/scripts/bundle-c736d7845b.min.js +0 -8
- package/dist/scripts/polyfills-d24f8f2432.min.js +0 -1
- package/dist/sw.js +0 -3
- /package/dist/{libs/shared/src → projects/library-editor/src/apps/library-editor}/enums/ObjectOwnerType.d.ts +0 -0
- /package/dist/{libs/shared/src/legacy → projects/library-editor/src/shared}/behaviors/file-drop/FileDropHelper.d.ts +0 -0
- /package/dist/{libs/shared/src → projects/library-editor/src/shared}/enums/MasterObjectTypes.d.ts +0 -0
- /package/dist/{libs/shared/src → projects/library-editor/src/shared}/enums/UploadInteractionType.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Core } from "../../../../../../../libs/common/src/backbone";
|
|
2
|
-
import { FileUploadComponent, FileUploadComponentOptions } from "
|
|
2
|
+
import { FileUploadComponent, FileUploadComponentOptions } from "./FileUploadComponent";
|
|
3
3
|
interface FileUploadsComponentCollectionOptions extends Core.ComponentCollectionOptions {
|
|
4
4
|
channelName: string;
|
|
5
5
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import { ObjectHash } from 'backbone';
|
|
1
2
|
import { TypeaheadDataSource } from "../../../../../../../libs/shared/src/apps/search/interfaces";
|
|
2
3
|
import { Tag } from "../../../../shared/models/Tag";
|
|
3
4
|
export declare const LangugageSelectTypeaheadHelper: {
|
|
4
|
-
handleQuery(): TypeaheadDataSource<Tag>;
|
|
5
|
+
handleQuery(dataSource?: TypeaheadDataSource<Tag>, options?: ObjectHash): TypeaheadDataSource<Tag>;
|
|
5
6
|
getTypeaheadConfig(): any;
|
|
6
7
|
};
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
+
import { Core } from "../../../../../../../libs/common/src/backbone";
|
|
1
2
|
import { ObjectHash } from 'backbone';
|
|
2
|
-
import {
|
|
3
|
-
import { AnalyticsOptions } from "../../../../../analytics/src/interfaces";
|
|
3
|
+
import { AnalyticsOptions } from "../../../../../../../libs/analytics/src/interfaces";
|
|
4
4
|
export interface ResourceItemComponentOptions extends Core.ComponentOptions {
|
|
5
5
|
editable: boolean;
|
|
6
6
|
videoId: string;
|
|
7
|
-
|
|
8
|
-
onClickDelete: (resource: Core.Model) => void;
|
|
7
|
+
channelName: string;
|
|
9
8
|
analyticsOptions?: AnalyticsOptions;
|
|
10
9
|
}
|
|
11
10
|
export declare class ResourceItemComponent extends Core.Component {
|
|
@@ -14,6 +13,7 @@ export declare class ResourceItemComponent extends Core.Component {
|
|
|
14
13
|
get name(): string;
|
|
15
14
|
get template(): any;
|
|
16
15
|
get className(): string;
|
|
16
|
+
get lang(): string;
|
|
17
17
|
events(): ObjectHash;
|
|
18
18
|
get appLinks(): Core.AppLinkHash;
|
|
19
19
|
private onClickEdit;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Core } from "../../../../../../../libs/common/src/backbone";
|
|
2
2
|
import { ObjectHash } from 'backbone';
|
|
3
3
|
import { Video } from "../../../../shared/models/Video";
|
|
4
|
-
import { ResourceItemComponent, ResourceItemComponentOptions } from
|
|
4
|
+
import { ResourceItemComponent, ResourceItemComponentOptions } from './ResourceItemComponent';
|
|
5
5
|
import { AnalyticsOptions } from "../../../../../../../libs/analytics/src/interfaces";
|
|
6
6
|
interface VideoResourcesComponentCollectionOptions extends Core.ComponentCollectionOptions {
|
|
7
7
|
editable: boolean;
|
|
@@ -15,10 +15,8 @@ export declare class VideoResourcesComponentCollection extends Core.ComponentCol
|
|
|
15
15
|
constructor(options: VideoResourcesComponentCollectionOptions);
|
|
16
16
|
get name(): string;
|
|
17
17
|
get className(): string;
|
|
18
|
-
get lang(): string;
|
|
19
18
|
get childView(): typeof ResourceItemComponent;
|
|
20
19
|
get childViewOptions(): ResourceItemComponentOptions;
|
|
21
|
-
private onClickDelete;
|
|
22
20
|
}
|
|
23
21
|
interface VideoResourcesComponentOptions extends Core.ComponentOptions<Video> {
|
|
24
22
|
model: Video;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { Core } from "
|
|
1
|
+
import { Core } from "../../../../../../../libs/common/src/backbone";
|
|
2
2
|
import { ObjectHash } from 'backbone';
|
|
3
3
|
export interface SubtitleItemComponentOptions extends Core.ComponentOptions {
|
|
4
|
-
|
|
4
|
+
channelName: string;
|
|
5
5
|
isClickViewContent?: boolean;
|
|
6
6
|
}
|
|
7
7
|
export declare class SubtitleItemComponent extends Core.Component {
|
|
@@ -9,6 +9,7 @@ export declare class SubtitleItemComponent extends Core.Component {
|
|
|
9
9
|
constructor(options: SubtitleItemComponentOptions);
|
|
10
10
|
get name(): string;
|
|
11
11
|
get template(): any;
|
|
12
|
+
get lang(): string;
|
|
12
13
|
get className(): string;
|
|
13
14
|
events(): ObjectHash;
|
|
14
15
|
private getEnglishName;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ObjectHash } from 'backbone';
|
|
2
2
|
import { Core } from "../../../../../../../libs/common/src/backbone";
|
|
3
|
-
import { SubtitleItemComponentOptions, SubtitleItemComponent } from
|
|
3
|
+
import { SubtitleItemComponentOptions, SubtitleItemComponent } from './SubtitleItemComponent';
|
|
4
4
|
interface VideoSubtitlesComponentCollectionOptions extends Core.ComponentCollectionOptions {
|
|
5
5
|
channelName: string;
|
|
6
6
|
isClickViewContent?: boolean;
|
|
@@ -20,10 +20,7 @@ export declare class VideoSubtitlesComponentCollection extends Core.ComponentCol
|
|
|
20
20
|
options: VideoSubtitlesComponentCollectionOptions;
|
|
21
21
|
constructor(options: VideoSubtitlesComponentCollectionOptions);
|
|
22
22
|
get name(): string;
|
|
23
|
-
get lang(): string;
|
|
24
23
|
get childView(): typeof SubtitleItemComponent;
|
|
25
24
|
get childViewOptions(): SubtitleItemComponentOptions;
|
|
26
|
-
private onClickDelete;
|
|
27
|
-
private getEnglishName;
|
|
28
25
|
}
|
|
29
26
|
export {};
|
|
@@ -6,6 +6,8 @@ export * from './forbidden-folder/ForbiddenFolderError';
|
|
|
6
6
|
export * from './forbidden-video/ForbiddenVideoError';
|
|
7
7
|
export * from './image-dimensions-too-small/ImageDimensionsTooSmallError';
|
|
8
8
|
export * from './series-not-found/SeriesNotFoundError';
|
|
9
|
+
export * from './too-many-resources/TooManyResourcesError';
|
|
10
|
+
export * from './too-many-subtitles/TooManySubtitlesError';
|
|
9
11
|
export * from './video-not-found/VideoNotFoundError';
|
|
10
12
|
export * from './video-write-permission/VideoWritePermissionError';
|
|
11
13
|
export * from './library-has-subscribers/LibraryHasSubscribersError';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DialogError } from "../../../../../../../libs/shared/src/errors/primitives/DialogError";
|
|
2
|
+
import { DialogViewOptions } from "../../../../shared/components/dialog/DialogView";
|
|
3
|
+
export declare class TooManyResourcesError extends DialogError {
|
|
4
|
+
resourceLimit: number;
|
|
5
|
+
constructor(resourceLimit: number);
|
|
6
|
+
get name(): string;
|
|
7
|
+
get dialogOptions(): DialogViewOptions;
|
|
8
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { DialogError } from "../../../../../../../libs/shared/src/errors/primitives/DialogError";
|
|
2
|
+
import { DialogViewOptions } from "../../../../shared/components/dialog/DialogView";
|
|
3
|
+
export declare class TooManySubtitlesError extends DialogError {
|
|
4
|
+
subtileLimit: number;
|
|
5
|
+
constructor(subtitleLimit: number);
|
|
6
|
+
get name(): string;
|
|
7
|
+
get dialogOptions(): DialogViewOptions;
|
|
8
|
+
}
|
|
@@ -27,12 +27,12 @@ export declare class VideoDataService extends BaseDataService implements BaseVid
|
|
|
27
27
|
clearCacheAndGetVideo(id: string, callback: (video: Video) => void, errorHandler?: ((...args: any[]) => any) | boolean): void;
|
|
28
28
|
getVideos(ids: string[], callback?: (video: VideoCollection) => void): VideoCollection;
|
|
29
29
|
hasPhysicalChapters(id: string, callback?: (response: Core.Model) => void): Core.Model;
|
|
30
|
-
updateVideo(videoId: string, collectionId: string, data: ObjectHash, callback?: any): void;
|
|
30
|
+
updateVideo(videoId: string, collectionId: string, data: ObjectHash, callback?: any, successAlert?: Alert): void;
|
|
31
31
|
addOrUpdateThumbnail(videoId: string, newThumbnail: Image, currentThumbnailId?: string, callback?: (data: any) => void): void;
|
|
32
32
|
moveVideos(videoIds: string[], newParentId: string, oldParentId: string, callback: () => void, successAlert?: Alert): void;
|
|
33
33
|
deleteVideosFromLibrary(libraryId: string, folderId: string, videoIds: string[], callback?: () => void): void;
|
|
34
34
|
getSharedResource(id: string, privacy?: SharedResourcePrivacy, callback?: (data: SharedResource) => void): void;
|
|
35
|
-
addVideoToCustomLibrary(data:
|
|
35
|
+
addVideoToCustomLibrary(data: Object, video: Video, folder: Folder, callback?: () => void): void;
|
|
36
36
|
bulkDissoc(videoId: string, dissocs: ObjectHash, callback: () => void): void;
|
|
37
37
|
copyVideo(videoId: string, libraryId: string, categoryId: string, callback?: () => void): void;
|
|
38
38
|
getLibraries(videoId: string, callback?: (libs: LibraryCollection) => void): void;
|
|
@@ -24,7 +24,7 @@ declare const EditVideoHelpers: {
|
|
|
24
24
|
};
|
|
25
25
|
declare const VideoValidation: ObjectHash;
|
|
26
26
|
declare const ProductionYearValidation: {
|
|
27
|
-
productionYear(value: number): string;
|
|
27
|
+
productionYear(value: number, key: string, model: ObjectHash): string;
|
|
28
28
|
};
|
|
29
29
|
declare const ResourceValidation: ObjectHash;
|
|
30
30
|
declare const SuggestEditValidation: {
|
|
@@ -48,7 +48,7 @@ declare const SuggestEditValidation: {
|
|
|
48
48
|
})[];
|
|
49
49
|
};
|
|
50
50
|
declare const SeasonValidation: {
|
|
51
|
-
number(value: string): string;
|
|
51
|
+
number(value: string, key: string, model: ObjectHash): string;
|
|
52
52
|
};
|
|
53
53
|
declare const SuggestEditRatingValidation: {
|
|
54
54
|
empty: () => string;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Video } from "../../../shared/models/Video";
|
|
2
2
|
import { Library } from "../../../shared/models/Library";
|
|
3
3
|
import { MetadataCollection } from "../../../shared/collections/MetadataCollection";
|
|
4
|
-
import { MasterObjectTypes } from "
|
|
4
|
+
import { MasterObjectTypes } from "../../../shared/enums";
|
|
5
5
|
declare const VideoDetailsHelper: {
|
|
6
6
|
mapRatingToClass(ratingValue: number): string;
|
|
7
7
|
mapSourceToDisplayName(library: Library): string;
|
|
@@ -46,9 +46,9 @@ export declare class EditResourcesView extends Core.View<Video> {
|
|
|
46
46
|
private onAddLink;
|
|
47
47
|
regions(): ObjectHash;
|
|
48
48
|
/**
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
* We call this function in onRender to not start polling if we don't have a concatenateRequest
|
|
50
|
+
* or if the concatenate request isn't currently concatenating.
|
|
51
|
+
*/
|
|
52
52
|
private startPollingConcatenation;
|
|
53
53
|
/**
|
|
54
54
|
* This function exists seperately from startPollingConcatenation() so that
|
|
@@ -9,8 +9,8 @@ interface StatusBarOptions extends Core.ComponentOptions {
|
|
|
9
9
|
numberSelected?: number;
|
|
10
10
|
numberAvailable?: number;
|
|
11
11
|
backAppLink?: Core.AppLink;
|
|
12
|
-
onClickNext?:
|
|
13
|
-
onClickBack?:
|
|
12
|
+
onClickNext?: Function;
|
|
13
|
+
onClickBack?: Function;
|
|
14
14
|
}
|
|
15
15
|
export declare class StatusBarComponent extends Core.Component {
|
|
16
16
|
protected options: StatusBarOptions;
|
|
@@ -17,7 +17,7 @@ export declare class UploadApplication extends Core.Application {
|
|
|
17
17
|
fileSelection(): void;
|
|
18
18
|
uploadDetails(params: ObjectHash): void;
|
|
19
19
|
uploadComplete(): void;
|
|
20
|
-
newFolder(libraryId: string): void;
|
|
20
|
+
newFolder(libraryId: string, params: ObjectHash): void;
|
|
21
21
|
makeLibraryAvailable(): void;
|
|
22
22
|
}
|
|
23
23
|
export {};
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
export * from './file-drop/FileDropBehavior';
|
|
2
|
+
export * from './file-drop/FileDropMaskBehavior';
|
|
3
|
+
export * from './file-select/FileSelectBehavior';
|
|
1
4
|
export * from './image-select-behavior/ImageSelectBehavior';
|
|
2
5
|
export * from './lock-layout-file-drop/LockLayoutFileDropBehavior';
|
|
3
6
|
export * from './backbone-validation/BackboneValidationBehavior';
|
|
@@ -6,16 +6,16 @@ interface Button {
|
|
|
6
6
|
text: string;
|
|
7
7
|
type?: string;
|
|
8
8
|
className?: string;
|
|
9
|
-
getClassName?:
|
|
9
|
+
getClassName?: Function;
|
|
10
10
|
close?: boolean;
|
|
11
11
|
}
|
|
12
12
|
export interface PopupSpinnerButtonOptions extends Partial<SpinnerButtonComponentOptions> {
|
|
13
13
|
saveEvent?: string;
|
|
14
14
|
channelName: string;
|
|
15
|
-
onClick:
|
|
15
|
+
onClick: Function;
|
|
16
16
|
}
|
|
17
17
|
interface PopupBehaviorOptions {
|
|
18
|
-
title: string |
|
|
18
|
+
title: string | Function;
|
|
19
19
|
closeOnRoute?: boolean;
|
|
20
20
|
size?: string;
|
|
21
21
|
modalOptions?: ModalOption;
|
package/dist/projects/library-editor/src/shared/components/date-picker/DatePickerComponent.d.ts
CHANGED
|
@@ -5,8 +5,8 @@ interface DatePickerComponentOptions extends Core.ComponentOptions {
|
|
|
5
5
|
label?: string;
|
|
6
6
|
displayedTimeFormat: TimeType;
|
|
7
7
|
savedTimeFormat?: TimeType;
|
|
8
|
-
formatDisplayDate?:
|
|
9
|
-
formatSavedDate?:
|
|
8
|
+
formatDisplayDate?: Function;
|
|
9
|
+
formatSavedDate?: Function;
|
|
10
10
|
modelAttr: string;
|
|
11
11
|
placeholderText?: string;
|
|
12
12
|
allowTextInput?: boolean;
|
package/dist/projects/library-editor/src/shared/components/dropdown/DropdownButtonComponent.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ObjectHash } from 'backbone';
|
|
2
2
|
import { Core } from "../../../../../../libs/common/src/backbone";
|
|
3
3
|
import { DropdownDisplayOptions, DropdownAnalyticsHelper } from "./DropdownComponentCollection";
|
|
4
|
-
export interface DropdownButtonComponentOptions extends Core.ComponentOptions {
|
|
4
|
+
export interface DropdownButtonComponentOptions<TModel> extends Core.ComponentOptions {
|
|
5
5
|
titleProperty: string;
|
|
6
6
|
eventName: string;
|
|
7
7
|
displayOptions?: DropdownDisplayOptions;
|
|
@@ -20,9 +20,9 @@ export interface DropdownButtonComponentOptions extends Core.ComponentOptions {
|
|
|
20
20
|
* already exists in your parent it will introduce additional rendering overhead if your parent already has other
|
|
21
21
|
* complex UI logic (with stickit, validation, etc) - which will be executed again with each select.
|
|
22
22
|
*/
|
|
23
|
-
export declare class DropdownButtonComponent extends Core.Component {
|
|
24
|
-
options: DropdownButtonComponentOptions
|
|
25
|
-
constructor(options?: DropdownButtonComponentOptions);
|
|
23
|
+
export declare class DropdownButtonComponent<TModel> extends Core.Component {
|
|
24
|
+
options: DropdownButtonComponentOptions<TModel>;
|
|
25
|
+
constructor(options?: DropdownButtonComponentOptions<TModel>);
|
|
26
26
|
initialize(): void;
|
|
27
27
|
get name(): string;
|
|
28
28
|
get template(): any;
|
package/dist/projects/library-editor/src/shared/components/image-cropper/ImageCropperComponent.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export interface ImageCropperComponentOptions extends Core.ComponentOptions {
|
|
|
12
12
|
imageType: ImageType;
|
|
13
13
|
minHeight: number;
|
|
14
14
|
minWidth: number;
|
|
15
|
-
getCropRegionWidth:
|
|
15
|
+
getCropRegionWidth: Function;
|
|
16
16
|
}
|
|
17
17
|
export declare class ImageCropperComponent extends Core.Component<Image> {
|
|
18
18
|
options: ImageCropperComponentOptions;
|
|
@@ -8,7 +8,7 @@ export interface SelectChildOptions {
|
|
|
8
8
|
extraClasses?: string;
|
|
9
9
|
prefixHandler?: () => string;
|
|
10
10
|
currentSelectedMessage?: string;
|
|
11
|
-
isDisabled?: (model: Core.Model
|
|
11
|
+
isDisabled?: (model: Core.Model) => boolean;
|
|
12
12
|
truncateOptionNames?: boolean;
|
|
13
13
|
}
|
|
14
14
|
export interface SelectComponentOptions extends Core.ComponentCollectionOptions {
|
|
@@ -19,7 +19,7 @@ export interface SpinnerButtonComponentOptions extends Core.ViewOptions {
|
|
|
19
19
|
channelName?: string;
|
|
20
20
|
showSpinner?: boolean;
|
|
21
21
|
extraButtonClass?: string;
|
|
22
|
-
buttonText?: string |
|
|
22
|
+
buttonText?: string | Function;
|
|
23
23
|
buttonType?: 'submit' | 'reset' | 'button';
|
|
24
24
|
detectWidth?: boolean;
|
|
25
25
|
detectHeight?: true;
|
|
@@ -3,9 +3,9 @@ import { ObjectHash } from 'backbone';
|
|
|
3
3
|
import { Core } from "../../../../../../libs/common/src/backbone";
|
|
4
4
|
import { TypeaheadConfigHandler, TypeaheadSourceItem } from "../../../../../../libs/shared/src/apps/search/interfaces";
|
|
5
5
|
interface TypeaheadCallbacks {
|
|
6
|
-
onRender?:
|
|
7
|
-
onInput?:
|
|
8
|
-
onBlur?:
|
|
6
|
+
onRender?: Function;
|
|
7
|
+
onInput?: Function;
|
|
8
|
+
onBlur?: Function;
|
|
9
9
|
}
|
|
10
10
|
interface TypeaheadActionOptions {
|
|
11
11
|
clearOnSelect?: boolean;
|
|
@@ -45,7 +45,7 @@ export declare class SearchTypeaheadComponent<TSearchType> extends Core.Componen
|
|
|
45
45
|
/**
|
|
46
46
|
* TODO: Add submit on enter support
|
|
47
47
|
*/
|
|
48
|
-
protected onTypeaheadSelect(event: any, suggestion: string | ObjectHash): void;
|
|
48
|
+
protected onTypeaheadSelect(event: any, suggestion: string | ObjectHash, source: any): void;
|
|
49
49
|
private onSubmit;
|
|
50
50
|
private onClickRemove;
|
|
51
51
|
protected getSources(): TypeaheadConfigHandler<TSearchType>[] | Twitter.Typeahead.Dataset<TSearchType>[];
|
|
@@ -6,10 +6,12 @@ export * from './YearGroups';
|
|
|
6
6
|
export * from './SharedResourcePrivacy';
|
|
7
7
|
export * from './EmptyStates';
|
|
8
8
|
export * from './MasterType';
|
|
9
|
+
export * from './MasterObjectTypes';
|
|
9
10
|
export * from './StaffRequestOption';
|
|
10
11
|
export * from './ImageType';
|
|
11
12
|
export * from './FileIdType';
|
|
12
13
|
export * from './UserRole';
|
|
13
14
|
export * from './TimeType';
|
|
15
|
+
export * from './UploadInteractionType';
|
|
14
16
|
export * from './RestrictedObjectType';
|
|
15
17
|
export * from './CitationType';
|
|
@@ -2,6 +2,7 @@ export * from './authentication/AuthenticationError';
|
|
|
2
2
|
export * from './forbidden-access/ForbiddenAccessError';
|
|
3
3
|
export * from './not-found/NotFoundError';
|
|
4
4
|
export * from './old-version/OldVersionError';
|
|
5
|
+
export * from './too-many-files/TooManyFilesError';
|
|
5
6
|
export * from './customer-setting/CustomerSettingError';
|
|
6
7
|
export * from './local-cache-device-not-found/LocalCacheDeviceNotFoundError';
|
|
7
8
|
export * from './email-not-verified/EmailNotVerifiedError';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { DialogError } from "../../../../../../libs/shared/src/errors/primitives/DialogError";
|
|
2
|
+
import { DialogOptions } from "../../../../../../libs/shared/src/interfaces";
|
|
3
|
+
export declare class TooManyFilesError extends DialogError {
|
|
4
|
+
constructor();
|
|
5
|
+
get name(): string;
|
|
6
|
+
get dialogOptions(): DialogOptions;
|
|
7
|
+
}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ObjectHash } from 'backbone';
|
|
2
|
-
import * as Marionette from 'backbone.marionette';
|
|
3
2
|
import { Core } from "../../../../../../libs/common/src/backbone";
|
|
4
3
|
export interface ManageLayoutViewOptions extends Core.LayoutViewOptions {
|
|
5
4
|
showFullHeader?: boolean;
|
|
@@ -39,7 +38,6 @@ export declare class ManageLayoutView extends Core.LayoutView {
|
|
|
39
38
|
private renderHeader;
|
|
40
39
|
private renderTopNav;
|
|
41
40
|
private renderFooter;
|
|
42
|
-
showChildView(region: string, component: any, options?: Marionette.RegionViewOptions): void;
|
|
43
41
|
/**
|
|
44
42
|
* TODO: Remove when we remove Intercom
|
|
45
43
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Core } from "../../../../../libs/common/src/backbone";
|
|
2
2
|
import { Video } from "../models/Video";
|
|
3
|
-
import { ObjectOwnerType } from "
|
|
3
|
+
import { ObjectOwnerType } from "../../apps/library-editor/enums";
|
|
4
4
|
export declare const PermissionsHelper: {
|
|
5
5
|
canEditVideo(video: Video): boolean;
|
|
6
6
|
canPublicShare(video: Video): boolean;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
+
import { ObjectHash } from 'backbone';
|
|
1
2
|
import { Rating } from "../models/Rating";
|
|
2
3
|
import { RatingCollection } from "../collections/RatingCollection";
|
|
3
4
|
export declare const RatingHelper: {
|
|
4
|
-
setRating(model: Rating, collection: RatingCollection): void;
|
|
5
|
+
setRating(model: Rating, collection: RatingCollection, options?: ObjectHash): void;
|
|
5
6
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Video } from "../models/Video";
|
|
2
|
-
import { MasterObjectTypes } from "
|
|
2
|
+
import { MasterObjectTypes } from "../enums";
|
|
3
3
|
export declare const VideoHelper: {
|
|
4
4
|
hasLibraryOfType(video: Video, type: MasterObjectTypes): boolean;
|
|
5
5
|
hasCustomLibrary(video: Video): boolean;
|
|
@@ -15,7 +15,7 @@ export declare const RawSearchHelper: {
|
|
|
15
15
|
getSuggestionTemplate(sourceName: string): any;
|
|
16
16
|
getPendingTemplate(sourceName: string): any;
|
|
17
17
|
getNotFoundTemplate(sourceName: string, hideEmptyResults?: boolean): any;
|
|
18
|
-
getFooterTemplate(footerTemplate:
|
|
18
|
+
getFooterTemplate(footerTemplate: Function): any;
|
|
19
19
|
prepareQuery: (query: string, settings: JQueryAjaxSettings, options?: ObjectHash) => string;
|
|
20
20
|
prepareUrl(source: string, options: ObjectHash): string;
|
|
21
21
|
mapRawSearchType(source: string, options: ObjectHash): string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Core } from "../../../../libs/common/src/backbone";
|
|
2
|
-
declare function RegisterApplicationVariables(shell: Core.Shell, next:
|
|
2
|
+
declare function RegisterApplicationVariables(shell: Core.Shell, next: Function): void;
|
|
3
3
|
export { RegisterApplicationVariables };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Core } from "../../../../libs/common/src/backbone";
|
|
2
|
-
declare function RegisterDataProviders(shell: Core.Shell, next:
|
|
2
|
+
declare function RegisterDataProviders(shell: Core.Shell, next: Function): void;
|
|
3
3
|
export { RegisterDataProviders };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Core } from "../../../../libs/common/src/backbone";
|
|
2
|
-
declare function RegisterErrorHandlers(shell: Core.Shell, next:
|
|
2
|
+
declare function RegisterErrorHandlers(shell: Core.Shell, next: Function): void;
|
|
3
3
|
export { RegisterErrorHandlers };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
import { Core } from "../../../../libs/common/src/backbone";
|
|
2
|
-
declare function RegisterHandlebarsHelpers(shell: Core.Shell, next:
|
|
2
|
+
declare function RegisterHandlebarsHelpers(shell: Core.Shell, next: Function): void;
|
|
3
3
|
export { RegisterHandlebarsHelpers };
|
|
@@ -11,5 +11,5 @@ import { Core } from "../../../../libs/common/src/backbone";
|
|
|
11
11
|
*
|
|
12
12
|
* See `serializeData()` in `common/BaseView.ts` to see how these extension objects are processed.
|
|
13
13
|
*/
|
|
14
|
-
declare function RegisterViewDataExtensions(shell: Core.Shell, next:
|
|
14
|
+
declare function RegisterViewDataExtensions(shell: Core.Shell, next: Function): void;
|
|
15
15
|
export { RegisterViewDataExtensions };
|