@clickview/library-editor 1.1.5 → 1.1.6-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 (118) hide show
  1. package/dist/bundle.js +2 -2
  2. package/dist/en.json +1 -1
  3. package/dist/library-editor-app.css +2 -8
  4. package/dist/src/apps/dashboard/components/dashboard-notifications/DashboardNotificationsComponents.d.ts +1 -1
  5. package/dist/src/apps/index.d.ts +1 -1
  6. package/dist/src/apps/library-editor/components/sort-select/SortSelectComponent.d.ts +1 -1
  7. package/dist/src/apps/library-editor/errors/folder-empty/FolderEmptyError.d.ts +1 -1
  8. package/dist/src/apps/library-editor/errors/folder-max-depth/FolderMaxDepthError.d.ts +1 -1
  9. package/dist/src/apps/library-editor/errors/folder-not-empty/FolderNotEmptyError.d.ts +1 -1
  10. package/dist/src/apps/library-editor/errors/folder-not-found/FolderNotFound.d.ts +1 -1
  11. package/dist/src/apps/library-editor/errors/forbidden-folder/ForbiddenFolderError.d.ts +1 -1
  12. package/dist/src/apps/library-editor/errors/forbidden-video/ForbiddenVideoError.d.ts +1 -1
  13. package/dist/src/apps/library-editor/errors/image-dimensions-too-small/ImageDimensionsTooSmallError.d.ts +1 -1
  14. package/dist/src/apps/library-editor/errors/library-has-subscribers/LibraryHasSubscribersError.d.ts +1 -1
  15. package/dist/src/apps/library-editor/errors/library-not-empty/LibraryNotEmptyError.d.ts +1 -1
  16. package/dist/src/apps/library-editor/errors/max-custom-libraries/MaxCustomLibrariesError.d.ts +1 -1
  17. package/dist/src/apps/library-editor/errors/series-not-found/SeriesNotFoundError.d.ts +1 -1
  18. package/dist/src/apps/library-editor/errors/too-many-resources/TooManyResourcesError.d.ts +1 -1
  19. package/dist/src/apps/library-editor/errors/too-many-subtitles/TooManySubtitlesError.d.ts +1 -1
  20. package/dist/src/apps/library-editor/errors/video-not-found/VideoNotFoundError.d.ts +1 -1
  21. package/dist/src/apps/library-editor/errors/video-write-permission/VideoWritePermissionError.d.ts +1 -1
  22. package/dist/src/apps/library-editor/services/ExportDataService.d.ts +1 -1
  23. package/dist/src/apps/library-editor/services/LibraryDataService.d.ts +1 -2
  24. package/dist/src/apps/library-editor/services/VideoDataService.d.ts +2 -1
  25. package/dist/src/apps/library-editor/views/move-video/MoveVideoView.d.ts +2 -0
  26. package/dist/src/apps/migration-wizard/errors/already-migrated/AlreadyMigratedError.d.ts +1 -1
  27. package/dist/src/apps/migration-wizard/errors/backup-progress/BackupProgressError.d.ts +1 -1
  28. package/dist/src/apps/migration-wizard/errors/migration-finalisation/MigrationFinalisationError.d.ts +1 -1
  29. package/dist/src/apps/migration-wizard/errors/migration-progress/MigrationProgressError.d.ts +1 -1
  30. package/dist/src/apps/migration-wizard/errors/smart-migration-api-call/SmartMigrationApiCallError.d.ts +1 -1
  31. package/dist/src/apps/notifications/constants/NotificationsAppVariables.d.ts +7 -0
  32. package/dist/src/apps/notifications/constants/index.d.ts +0 -0
  33. package/dist/src/apps/notifications/utils/Constants.d.ts +0 -52
  34. package/dist/src/apps/notifications/utils/NotificationsHelper.d.ts +4 -13
  35. package/dist/src/apps/notifications/utils/index.d.ts +0 -1
  36. package/dist/src/apps/search/services/SearchDataService.d.ts +1 -1
  37. package/dist/src/apps/staff-requests/views/staff-requests/StaffRequestsView.d.ts +1 -1
  38. package/dist/src/apps/upload/errors/index.d.ts +0 -1
  39. package/dist/src/apps/upload/errors/no-libraries-upload/NoLibrariesUploadError.d.ts +1 -1
  40. package/dist/src/apps/upload/services/PendingItemsService.d.ts +3 -19
  41. package/dist/src/apps/upload/services/VideoUploadDataService.d.ts +2 -1
  42. package/dist/src/apps/upload/services/VideoUploadService.d.ts +8 -0
  43. package/dist/src/apps/upload/services/index.d.ts +3 -3
  44. package/dist/src/index.d.ts +0 -9
  45. package/dist/src/shared/behaviors/index.d.ts +0 -1
  46. package/dist/src/shared/collections/index.d.ts +0 -1
  47. package/dist/src/shared/components/dialog/DialogView.d.ts +2 -14
  48. package/dist/src/shared/components/index.d.ts +0 -2
  49. package/dist/src/shared/constants/EventNames.d.ts +0 -17
  50. package/dist/src/shared/constants/ImageUrls.d.ts +0 -1
  51. package/dist/src/shared/constants/RadioChannels.d.ts +2 -2
  52. package/dist/src/shared/constants/Services.d.ts +60 -53
  53. package/dist/src/shared/constants/empty-state-components/EmptyStateComponents.d.ts +1 -1
  54. package/dist/src/shared/enums/SortTypes.d.ts +0 -7
  55. package/dist/src/shared/enums/index.d.ts +0 -2
  56. package/dist/src/shared/errors/authentication/AuthenticationError.d.ts +2 -3
  57. package/dist/src/shared/errors/customer-setting/CustomerSettingError.d.ts +1 -1
  58. package/dist/src/shared/errors/email-not-verified/EmailNotVerifiedError.d.ts +1 -1
  59. package/dist/src/shared/errors/forbidden-access/ForbiddenAccessError.d.ts +1 -1
  60. package/dist/src/shared/errors/index.d.ts +0 -2
  61. package/dist/src/shared/errors/local-cache-device-not-found/LocalCacheDeviceNotFoundError.d.ts +2 -3
  62. package/dist/src/shared/errors/no-beta-access/NoBetaAccessError.d.ts +1 -1
  63. package/dist/src/shared/errors/old-version/OldVersionError.d.ts +2 -3
  64. package/dist/src/shared/errors/too-many-files/TooManyFilesError.d.ts +2 -3
  65. package/dist/src/shared/interfaces/LibraryFoldersIdentifier.d.ts +1 -2
  66. package/dist/src/shared/interfaces/RecentVideoCollectionIdentifier.d.ts +1 -1
  67. package/dist/src/shared/interfaces/RecentVideoSubjectCollectionIdentifier.d.ts +1 -1
  68. package/dist/src/shared/interfaces/VideoCollectionIdentifier.d.ts +1 -2
  69. package/dist/src/shared/interfaces/index.d.ts +0 -1
  70. package/dist/src/shared/layouts/manage-layout/ManageLayoutView.d.ts +1 -0
  71. package/dist/src/shared/services/UserDataService.d.ts +2 -3
  72. package/dist/src/shared/services/index.d.ts +0 -1
  73. package/dist/src/shared/utils/SortHelper.d.ts +2 -1
  74. package/dist/src/shared/utils/index.d.ts +0 -3
  75. package/package.json +5 -7
  76. package/dist/bundle.js.map +0 -1
  77. package/dist/library-editor-app.css.map +0 -1
  78. package/dist/src/apps/notifications/collections/NotificationCollection.d.ts +0 -6
  79. package/dist/src/apps/notifications/components/index.d.ts +0 -3
  80. package/dist/src/apps/notifications/components/notification-items/notification-item/NotificationItemComponent.d.ts +0 -23
  81. package/dist/src/apps/notifications/components/notification-list/NotificationListComponent.d.ts +0 -26
  82. package/dist/src/apps/notifications/components/notification-status/NotificationStatusComponent.d.ts +0 -9
  83. package/dist/src/apps/notifications/models/Notification.d.ts +0 -3
  84. package/dist/src/apps/notifications/models/index.d.ts +0 -1
  85. package/dist/src/apps/notifications/services/NotificationDataService.d.ts +0 -14
  86. package/dist/src/apps/notifications/services/NotificationService.d.ts +0 -33
  87. package/dist/src/apps/notifications/services/NotificationSocketService.d.ts +0 -8
  88. package/dist/src/apps/notifications/services/data-providers/NotificationsSocketDataProvider.d.ts +0 -4
  89. package/dist/src/apps/notifications/services/index.d.ts +0 -4
  90. package/dist/src/apps/notifications/utils/NotificationAppLinkHelper.d.ts +0 -10
  91. package/dist/src/apps/notifications/views/header/NotificationHeaderView.d.ts +0 -14
  92. package/dist/src/apps/notifications/views/index.d.ts +0 -3
  93. package/dist/src/apps/notifications/views/notifications/NotificationsView.d.ts +0 -26
  94. package/dist/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +0 -33
  95. package/dist/src/apps/upload/enums/FileLifestyle.d.ts +0 -4
  96. package/dist/src/apps/upload/enums/PendingItemStatus.d.ts +0 -5
  97. package/dist/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +0 -7
  98. package/dist/src/apps/upload/services/DropzoneWrapper.d.ts +0 -30
  99. package/dist/src/apps/upload/services/UploadService.d.ts +0 -64
  100. package/dist/src/apps/upload/utils/PendingItemsHelper.d.ts +0 -9
  101. package/dist/src/apps/upload/utils/index.d.ts +0 -1
  102. package/dist/src/shared/behaviors/empty-state/EmptyStateBehavior.d.ts +0 -22
  103. package/dist/src/shared/collections/PendingItemsCollection.d.ts +0 -8
  104. package/dist/src/shared/components/empty-state/EmptyStateComponent.d.ts +0 -24
  105. package/dist/src/shared/components/pagination/PaginationComponent.d.ts +0 -28
  106. package/dist/src/shared/enums/AppLinkReferrer.d.ts +0 -3
  107. package/dist/src/shared/enums/CurationStatus.d.ts +0 -12
  108. package/dist/src/shared/errors/file-type/FileTypeError.d.ts +0 -15
  109. package/dist/src/shared/errors/primitives/AlertError.d.ts +0 -4
  110. package/dist/src/shared/errors/primitives/DialogError.d.ts +0 -9
  111. package/dist/src/shared/errors/primitives/ErrorPageError.d.ts +0 -7
  112. package/dist/src/shared/errors/primitives/index.d.ts +0 -3
  113. package/dist/src/shared/interfaces/CollectionIdentifier.d.ts +0 -7
  114. package/dist/src/shared/services/LanguageDataService.d.ts +0 -12
  115. package/dist/src/shared/utils/EmptyStateHelper.d.ts +0 -4
  116. package/dist/src/shared/utils/FileExtensionsHelper.d.ts +0 -9
  117. package/dist/src/shared/utils/handlebars/LangHelper.d.ts +0 -5
  118. package/dist/src/shared/utils/handlebars/index.d.ts +0 -1
@@ -1,5 +1,4 @@
1
- import { SortType } from "../enums";
2
- import { CollectionIdentifier } from "./CollectionIdentifier";
1
+ import { SortType, CollectionIdentifier } from '@clickview/shared';
3
2
  export declare class VideoCollectionIdentifier extends CollectionIdentifier {
4
3
  constructor(id: string, sort: SortType, cursor?: string);
5
4
  }
@@ -1,4 +1,3 @@
1
- export * from './CollectionIdentifier';
2
1
  export * from './VideoCollectionIdentifier';
3
2
  export * from './RecentVideoCollectionIdentifier';
4
3
  export * from './RecentVideoSubjectCollectionIdentifier';
@@ -14,6 +14,7 @@ export declare class ManageLayoutView extends Core.LayoutView {
14
14
  options: ManageLayoutViewOptions;
15
15
  private configDataService;
16
16
  private videoUploadService;
17
+ private migrationVideoDataService;
17
18
  constructor(options: ManageLayoutViewOptions);
18
19
  initialize(): void;
19
20
  get name(): string;
@@ -1,9 +1,8 @@
1
1
  /// <reference types="backbone" />
2
2
  /// <reference types="backbone.radio" />
3
3
  /// <reference types="backbone.validation" />
4
- import { User } from "../models";
5
4
  import { BaseDataService } from '@clickview/common';
6
- import { DataServices } from "../constants/Services";
5
+ import { User } from "../models";
7
6
  export declare class UserDataService extends BaseDataService {
8
7
  get name(): string;
9
8
  get channelName(): string;
@@ -11,7 +10,7 @@ export declare class UserDataService extends BaseDataService {
11
10
  }
12
11
  declare const UserDataServiceHelper: {
13
12
  currentUser: {
14
- dataServiceName: DataServices;
13
+ dataServiceName: string;
15
14
  eventName: string;
16
15
  getData: (instance: UserDataService) => User;
17
16
  getInstance: (context: import("backbone").Events) => unknown;
@@ -10,6 +10,5 @@ export * from './RestrictedVideoDataService';
10
10
  export * from './PageVisibilityService';
11
11
  export * from './PageTitleService';
12
12
  export * from './VideoMixinService';
13
- export * from './LanguageDataService';
14
13
  export * from './DownloadProxyDataServices';
15
14
  export * from './IntercomService';
@@ -1,6 +1,7 @@
1
1
  import { ObjectHash } from 'backbone';
2
2
  import { Core } from '@clickview/common';
3
- import { SortType, ExportServiceSortType } from "../enums";
3
+ import { SortType } from '@clickview/shared';
4
+ import { ExportServiceSortType } from "../enums";
4
5
  declare const SortHelper: {
5
6
  GetCurrentSortType(): SortType;
6
7
  GetSortViewModel(): Core.Model;
@@ -12,7 +12,6 @@ export * from './RatingHelper';
12
12
  export * from './LocalCacheHelper';
13
13
  export * from './RadioChannelHelper';
14
14
  export * from './DurationHelper';
15
- export * from './FileExtensionsHelper';
16
15
  export * from './PartialLoadingHelper';
17
16
  export * from './SubtitleLanguageValidation';
18
17
  export * from './search';
@@ -20,7 +19,5 @@ export * from './TabHelper';
20
19
  export * from './VideoHelper';
21
20
  export * from './CancelProcessingHelper';
22
21
  export * from './CollectionHelper';
23
- export * from './EmptyStateHelper';
24
22
  export * from './LazyLoadHelper';
25
23
  export * from './SpinnerHelper';
26
- export * from './handlebars';
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.5",
4
+ "version": "1.1.6-rc.0",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/src/index.d.ts",
7
7
  "scripts": {
@@ -30,11 +30,10 @@
30
30
  "author": "Shale Kuzmanovski, Michael McDonnell",
31
31
  "license": "ISC",
32
32
  "devDependencies": {
33
- "@clickview/tooling": "0.0.12",
33
+ "@clickview/tooling": "0.0.13-rc.0",
34
34
  "@fortawesome/fontawesome": "1.1.8",
35
35
  "@types/clipboard": "2.0.1",
36
36
  "@types/cropperjs": "1.1.5",
37
- "@types/dropzone": "5.0.6",
38
37
  "@types/jqueryui": "1.12.7",
39
38
  "@types/linkifyjs": "2.1.2",
40
39
  "@types/node-polyglot": "0.4.33",
@@ -61,16 +60,15 @@
61
60
  },
62
61
  "dependencies": {
63
62
  "@babel/polyfill": "7.4.4",
64
- "@clickview/analytics": "1.0.3",
65
- "@clickview/common": "1.0.3",
66
- "@clickview/shared": "1.0.3",
63
+ "@clickview/analytics": "1.0.4-rc.0",
64
+ "@clickview/common": "1.0.4-rc.0",
65
+ "@clickview/shared": "1.0.4-rc.0",
67
66
  "@clickview/styles": "1.0.2",
68
67
  "autotrack": "2.4.1",
69
68
  "bootstrap": "4.3.1",
70
69
  "clipboard": "2.0.4",
71
70
  "corejs-typeahead": "1.2.1",
72
71
  "cropperjs": "1.5.3",
73
- "dropzone": "5.5.1",
74
72
  "jquery-ui": "1.12.1",
75
73
  "linkifyjs": "2.1.8",
76
74
  "moment": "2.24.0",