@clickview/library-editor 1.1.8 → 1.1.9-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.
Files changed (92) hide show
  1. package/dist/bundle.js +2 -2
  2. package/dist/en.json +1 -1
  3. package/dist/library-editor-app.css +1 -1
  4. package/dist/src/apps/content-updates/components/video-group-list/VideoGroupListComponent.d.ts +1 -0
  5. package/dist/src/apps/content-updates/views/add-to-library/AddToLibraryView.d.ts +4 -2
  6. package/dist/src/apps/content-updates/views/past-releases/PastReleasesView.d.ts +1 -0
  7. package/dist/src/apps/library-editor/components/index.d.ts +0 -1
  8. package/dist/src/apps/library-editor/components/left-nav-libraries/LeftNavLibrariesComponent.d.ts +3 -0
  9. package/dist/src/apps/library-editor/services/VideoDataService.d.ts +2 -1
  10. package/dist/src/apps/library-editor/services/VideoDragDropService.d.ts +5 -0
  11. package/dist/src/apps/library-editor/views/move-video/MoveVideoView.d.ts +16 -7
  12. package/dist/src/apps/notifications/utils/NotificationsHelper.d.ts +1 -1
  13. package/dist/src/apps/staff-requests/components/staff-request-actions/StaffRequestActionsComponent.d.ts +1 -0
  14. package/dist/src/apps/staff-requests/components/staff-request-details/StaffRequestDetailsComponent.d.ts +1 -0
  15. package/dist/src/apps/staff-requests/views/staff-requests/StaffRequestsView.d.ts +2 -0
  16. package/dist/src/shared/components/video-actions/VideoActionsComponent.d.ts +1 -0
  17. package/dist/src/shared/components/video-item/VideoItemComponent.d.ts +1 -0
  18. package/dist/src/shared/components/video-item/video-item-metadata/video-sources-metadata/VideoSourcesMetadataComponent.d.ts +3 -2
  19. package/dist/src/shared/components/video-list/VideoListComponent.d.ts +1 -0
  20. package/package.json +5 -5
  21. package/dist/bundle.js.map +0 -1
  22. package/dist/cv-app-dev.js +0 -104026
  23. package/dist/cv-app-dev.js.map +0 -1
  24. package/dist/cv-svg-dev.js +0 -1449
  25. package/dist/cv-svg-dev.js.map +0 -1
  26. package/dist/library-editor-app.css.map +0 -1
  27. package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponent.d.ts +0 -14
  28. package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponentCollection.d.ts +0 -13
  29. package/dist/src/apps/notifications/collections/NotificationCollection.d.ts +0 -6
  30. package/dist/src/apps/notifications/components/index.d.ts +0 -3
  31. package/dist/src/apps/notifications/components/notification-items/notification-item/NotificationItemComponent.d.ts +0 -23
  32. package/dist/src/apps/notifications/components/notification-list/NotificationListComponent.d.ts +0 -26
  33. package/dist/src/apps/notifications/components/notification-status/NotificationStatusComponent.d.ts +0 -9
  34. package/dist/src/apps/notifications/models/Notification.d.ts +0 -3
  35. package/dist/src/apps/notifications/models/index.d.ts +0 -1
  36. package/dist/src/apps/notifications/services/NotificationDataService.d.ts +0 -14
  37. package/dist/src/apps/notifications/services/NotificationService.d.ts +0 -33
  38. package/dist/src/apps/notifications/services/NotificationSocketService.d.ts +0 -8
  39. package/dist/src/apps/notifications/services/data-providers/NotificationsSocketDataProvider.d.ts +0 -4
  40. package/dist/src/apps/notifications/services/index.d.ts +0 -4
  41. package/dist/src/apps/notifications/utils/NotificationAppLinkHelper.d.ts +0 -10
  42. package/dist/src/apps/notifications/views/header/NotificationHeaderView.d.ts +0 -14
  43. package/dist/src/apps/notifications/views/index.d.ts +0 -3
  44. package/dist/src/apps/notifications/views/notifications/NotificationsView.d.ts +0 -26
  45. package/dist/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +0 -33
  46. package/dist/src/apps/search/components/index.d.ts +0 -2
  47. package/dist/src/apps/search/components/instant-search/index.d.ts +0 -4
  48. package/dist/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +0 -15
  49. package/dist/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +0 -9
  50. package/dist/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +0 -9
  51. package/dist/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +0 -15
  52. package/dist/src/apps/search/components/search-context/SearchContextComponent.d.ts +0 -18
  53. package/dist/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +0 -11
  54. package/dist/src/apps/search/services/ContextualSearchService.d.ts +0 -37
  55. package/dist/src/apps/search/views/search-bar/SearchBarView.d.ts +0 -102
  56. package/dist/src/apps/search/views/search-bar/templates/index.d.ts +0 -9
  57. package/dist/src/apps/upload/enums/FileLifestyle.d.ts +0 -4
  58. package/dist/src/apps/upload/enums/PendingItemStatus.d.ts +0 -5
  59. package/dist/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +0 -7
  60. package/dist/src/apps/upload/services/DropzoneWrapper.d.ts +0 -30
  61. package/dist/src/apps/upload/services/UploadService.d.ts +0 -64
  62. package/dist/src/apps/upload/utils/PendingItemsHelper.d.ts +0 -9
  63. package/dist/src/apps/upload/utils/index.d.ts +0 -1
  64. package/dist/src/shared/behaviors/empty-state/EmptyStateBehavior.d.ts +0 -22
  65. package/dist/src/shared/behaviors/popover/PopoverBehavior.d.ts +0 -40
  66. package/dist/src/shared/behaviors/tooltip/TooltipBehavior.d.ts +0 -12
  67. package/dist/src/shared/collections/PendingItemsCollection.d.ts +0 -8
  68. package/dist/src/shared/components/empty-state/EmptyStateComponent.d.ts +0 -24
  69. package/dist/src/shared/components/pagination/PaginationComponent.d.ts +0 -28
  70. package/dist/src/shared/components/thumbnail/ThumbnailComponent.d.ts +0 -32
  71. package/dist/src/shared/enums/AppLinkReferrer.d.ts +0 -3
  72. package/dist/src/shared/enums/CurationStatus.d.ts +0 -12
  73. package/dist/src/shared/errors/file-type/FileTypeError.d.ts +0 -15
  74. package/dist/src/shared/errors/primitives/AlertError.d.ts +0 -4
  75. package/dist/src/shared/errors/primitives/DialogError.d.ts +0 -9
  76. package/dist/src/shared/errors/primitives/ErrorPageError.d.ts +0 -7
  77. package/dist/src/shared/errors/primitives/index.d.ts +0 -3
  78. package/dist/src/shared/interfaces/CollectionIdentifier.d.ts +0 -7
  79. package/dist/src/shared/interfaces/Tooltip.d.ts +0 -6
  80. package/dist/src/shared/services/ContextService.d.ts +0 -38
  81. package/dist/src/shared/services/LanguageDataService.d.ts +0 -12
  82. package/dist/src/shared/services/LanguageService.d.ts +0 -16
  83. package/dist/src/shared/utils/EmptyStateHelper.d.ts +0 -4
  84. package/dist/src/shared/utils/FileExtensionsHelper.d.ts +0 -9
  85. package/dist/src/shared/utils/MaskHelper.d.ts +0 -15
  86. package/dist/src/shared/utils/handlebars/LangHelper.d.ts +0 -5
  87. package/dist/src/shared/utils/handlebars/index.d.ts +0 -1
  88. package/dist/src/shared/utils/search/InstantSearchHelper.d.ts +0 -21
  89. package/dist/src/shared/utils/search/RecentSearchHelper.d.ts +0 -12
  90. package/dist/src/shared/utils/search/SearchTypes.d.ts +0 -28
  91. package/dist/src/shared/utils/search/TypeaheadHelper.d.ts +0 -76
  92. 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 getFolder;
19
- private getFolderName;
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.8",
4
+ "version": "1.1.9-rc.0",
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.13",
33
+ "@clickview/tooling": "0.0.14-rc.0",
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.4",
64
- "@clickview/common": "1.0.4",
65
- "@clickview/shared": "1.0.6",
63
+ "@clickview/analytics": "1.0.5-rc.0",
64
+ "@clickview/common": "1.0.5-rc.0",
65
+ "@clickview/shared": "1.0.7-rc.0",
66
66
  "@clickview/styles": "1.0.2",
67
67
  "autotrack": "2.4.1",
68
68
  "bootstrap": "4.3.1",