@clickview/library-editor 1.1.8 → 1.1.9
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/bundle.js +2 -2
- package/dist/en.json +1 -1
- package/dist/library-editor-app.css +1 -1
- package/dist/src/apps/content-updates/components/video-group-list/VideoGroupListComponent.d.ts +1 -0
- package/dist/src/apps/content-updates/views/add-to-library/AddToLibraryView.d.ts +4 -2
- package/dist/src/apps/content-updates/views/past-releases/PastReleasesView.d.ts +1 -0
- package/dist/src/apps/library-editor/components/index.d.ts +0 -1
- package/dist/src/apps/library-editor/components/left-nav-libraries/LeftNavLibrariesComponent.d.ts +3 -0
- package/dist/src/apps/library-editor/services/VideoDataService.d.ts +2 -1
- package/dist/src/apps/library-editor/services/VideoDragDropService.d.ts +5 -0
- package/dist/src/apps/library-editor/views/move-video/MoveVideoView.d.ts +16 -7
- package/dist/src/apps/notifications/utils/NotificationsHelper.d.ts +1 -1
- package/dist/src/apps/staff-requests/components/staff-request-actions/StaffRequestActionsComponent.d.ts +1 -0
- package/dist/src/apps/staff-requests/components/staff-request-details/StaffRequestDetailsComponent.d.ts +1 -0
- package/dist/src/apps/staff-requests/views/staff-requests/StaffRequestsView.d.ts +2 -0
- package/dist/src/shared/components/video-actions/VideoActionsComponent.d.ts +1 -0
- package/dist/src/shared/components/video-item/VideoItemComponent.d.ts +1 -0
- package/dist/src/shared/components/video-item/video-item-metadata/video-sources-metadata/VideoSourcesMetadataComponent.d.ts +3 -2
- package/dist/src/shared/components/video-list/VideoListComponent.d.ts +1 -0
- package/package.json +5 -5
- package/dist/bundle.js.map +0 -1
- package/dist/cv-app-dev.js +0 -104026
- package/dist/cv-app-dev.js.map +0 -1
- package/dist/cv-svg-dev.js +0 -1449
- package/dist/cv-svg-dev.js.map +0 -1
- package/dist/library-editor-app.css.map +0 -1
- package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponent.d.ts +0 -14
- package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponentCollection.d.ts +0 -13
- package/dist/src/apps/notifications/collections/NotificationCollection.d.ts +0 -6
- package/dist/src/apps/notifications/components/index.d.ts +0 -3
- package/dist/src/apps/notifications/components/notification-items/notification-item/NotificationItemComponent.d.ts +0 -23
- package/dist/src/apps/notifications/components/notification-list/NotificationListComponent.d.ts +0 -26
- package/dist/src/apps/notifications/components/notification-status/NotificationStatusComponent.d.ts +0 -9
- package/dist/src/apps/notifications/models/Notification.d.ts +0 -3
- package/dist/src/apps/notifications/models/index.d.ts +0 -1
- package/dist/src/apps/notifications/services/NotificationDataService.d.ts +0 -14
- package/dist/src/apps/notifications/services/NotificationService.d.ts +0 -33
- package/dist/src/apps/notifications/services/NotificationSocketService.d.ts +0 -8
- package/dist/src/apps/notifications/services/data-providers/NotificationsSocketDataProvider.d.ts +0 -4
- package/dist/src/apps/notifications/services/index.d.ts +0 -4
- package/dist/src/apps/notifications/utils/NotificationAppLinkHelper.d.ts +0 -10
- package/dist/src/apps/notifications/views/header/NotificationHeaderView.d.ts +0 -14
- package/dist/src/apps/notifications/views/index.d.ts +0 -3
- package/dist/src/apps/notifications/views/notifications/NotificationsView.d.ts +0 -26
- package/dist/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +0 -33
- package/dist/src/apps/search/components/index.d.ts +0 -2
- package/dist/src/apps/search/components/instant-search/index.d.ts +0 -4
- package/dist/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +0 -15
- package/dist/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +0 -9
- package/dist/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +0 -9
- package/dist/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +0 -15
- package/dist/src/apps/search/components/search-context/SearchContextComponent.d.ts +0 -18
- package/dist/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +0 -11
- package/dist/src/apps/search/services/ContextualSearchService.d.ts +0 -37
- package/dist/src/apps/search/views/search-bar/SearchBarView.d.ts +0 -102
- package/dist/src/apps/search/views/search-bar/templates/index.d.ts +0 -9
- package/dist/src/apps/upload/enums/FileLifestyle.d.ts +0 -4
- package/dist/src/apps/upload/enums/PendingItemStatus.d.ts +0 -5
- package/dist/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +0 -7
- package/dist/src/apps/upload/services/DropzoneWrapper.d.ts +0 -30
- package/dist/src/apps/upload/services/UploadService.d.ts +0 -64
- package/dist/src/apps/upload/utils/PendingItemsHelper.d.ts +0 -9
- package/dist/src/apps/upload/utils/index.d.ts +0 -1
- package/dist/src/shared/behaviors/empty-state/EmptyStateBehavior.d.ts +0 -22
- package/dist/src/shared/behaviors/popover/PopoverBehavior.d.ts +0 -40
- package/dist/src/shared/behaviors/tooltip/TooltipBehavior.d.ts +0 -12
- package/dist/src/shared/collections/PendingItemsCollection.d.ts +0 -8
- package/dist/src/shared/components/empty-state/EmptyStateComponent.d.ts +0 -24
- package/dist/src/shared/components/pagination/PaginationComponent.d.ts +0 -28
- package/dist/src/shared/components/thumbnail/ThumbnailComponent.d.ts +0 -32
- package/dist/src/shared/enums/AppLinkReferrer.d.ts +0 -3
- package/dist/src/shared/enums/CurationStatus.d.ts +0 -12
- package/dist/src/shared/errors/file-type/FileTypeError.d.ts +0 -15
- package/dist/src/shared/errors/primitives/AlertError.d.ts +0 -4
- package/dist/src/shared/errors/primitives/DialogError.d.ts +0 -9
- package/dist/src/shared/errors/primitives/ErrorPageError.d.ts +0 -7
- package/dist/src/shared/errors/primitives/index.d.ts +0 -3
- package/dist/src/shared/interfaces/CollectionIdentifier.d.ts +0 -7
- package/dist/src/shared/interfaces/Tooltip.d.ts +0 -6
- package/dist/src/shared/services/ContextService.d.ts +0 -38
- package/dist/src/shared/services/LanguageDataService.d.ts +0 -12
- package/dist/src/shared/services/LanguageService.d.ts +0 -16
- package/dist/src/shared/utils/EmptyStateHelper.d.ts +0 -4
- package/dist/src/shared/utils/FileExtensionsHelper.d.ts +0 -9
- package/dist/src/shared/utils/MaskHelper.d.ts +0 -15
- package/dist/src/shared/utils/handlebars/LangHelper.d.ts +0 -5
- package/dist/src/shared/utils/handlebars/index.d.ts +0 -1
- package/dist/src/shared/utils/search/InstantSearchHelper.d.ts +0 -21
- package/dist/src/shared/utils/search/RecentSearchHelper.d.ts +0 -12
- package/dist/src/shared/utils/search/SearchTypes.d.ts +0 -28
- package/dist/src/shared/utils/search/TypeaheadHelper.d.ts +0 -76
- package/dist/src/shared/utils/search/raw-search-components/confirm-selection/ConfirmSelectionComponent.d.ts +0 -12
|
@@ -4,6 +4,7 @@ import { Video } from "../../../../models";
|
|
|
4
4
|
export interface VideoSourcesMetadataComponentOptions extends Core.ComponentOptions<Video> {
|
|
5
5
|
showFolder?: boolean;
|
|
6
6
|
highlight?: boolean;
|
|
7
|
+
hideLabel?: boolean;
|
|
7
8
|
}
|
|
8
9
|
export declare class VideoSourcesMetadataComponent extends Core.Component<Video> {
|
|
9
10
|
options: VideoSourcesMetadataComponentOptions;
|
|
@@ -15,7 +16,7 @@ export declare class VideoSourcesMetadataComponent extends Core.Component<Video>
|
|
|
15
16
|
get appLinks(): Core.AppLinkHash;
|
|
16
17
|
events(): ObjectHash;
|
|
17
18
|
private onClick;
|
|
18
|
-
private
|
|
19
|
-
|
|
19
|
+
private getFolderLinks;
|
|
20
|
+
onBeforeRender(): boolean;
|
|
20
21
|
viewOptions(): ObjectHash;
|
|
21
22
|
}
|
|
@@ -23,6 +23,7 @@ interface VideoListComponentOptions extends Core.ComponentOptions {
|
|
|
23
23
|
collectionViewChannel: string;
|
|
24
24
|
customerHasLocalCache?: boolean;
|
|
25
25
|
customerHasExchange?: boolean;
|
|
26
|
+
customerHasCustomLibrary?: boolean;
|
|
26
27
|
analyticsOptions?: AnalyticsOptions;
|
|
27
28
|
videoCollectionSource?: VideoCollectionSource;
|
|
28
29
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@clickview/library-editor",
|
|
3
3
|
"description": "Library Editor",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.9",
|
|
5
5
|
"main": "dist/bundle.js",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
7
7
|
"scripts": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"author": "Shale Kuzmanovski, Michael McDonnell",
|
|
31
31
|
"license": "ISC",
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@clickview/tooling": "0.0.
|
|
33
|
+
"@clickview/tooling": "0.0.14",
|
|
34
34
|
"@fortawesome/fontawesome": "1.1.8",
|
|
35
35
|
"@types/clipboard": "2.0.1",
|
|
36
36
|
"@types/cropperjs": "1.1.5",
|
|
@@ -60,9 +60,9 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@babel/polyfill": "7.4.4",
|
|
63
|
-
"@clickview/analytics": "1.0.
|
|
64
|
-
"@clickview/common": "1.0.
|
|
65
|
-
"@clickview/shared": "1.0.
|
|
63
|
+
"@clickview/analytics": "1.0.5",
|
|
64
|
+
"@clickview/common": "1.0.5-rc.0",
|
|
65
|
+
"@clickview/shared": "1.0.7",
|
|
66
66
|
"@clickview/styles": "1.0.2",
|
|
67
67
|
"autotrack": "2.4.1",
|
|
68
68
|
"bootstrap": "4.3.1",
|