@clickview/library-editor 1.1.5-rc.0 → 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.
- package/dist/bundle.js +2 -2
- package/dist/en.json +1 -1
- package/dist/library-editor-app.css +2 -8
- package/dist/src/apps/dashboard/components/dashboard-notifications/DashboardNotificationsComponents.d.ts +1 -1
- package/dist/src/apps/index.d.ts +1 -1
- package/dist/src/apps/library-editor/components/sort-select/SortSelectComponent.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/folder-empty/FolderEmptyError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/folder-max-depth/FolderMaxDepthError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/folder-not-empty/FolderNotEmptyError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/folder-not-found/FolderNotFound.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/forbidden-folder/ForbiddenFolderError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/forbidden-video/ForbiddenVideoError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/image-dimensions-too-small/ImageDimensionsTooSmallError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/library-has-subscribers/LibraryHasSubscribersError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/library-not-empty/LibraryNotEmptyError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/max-custom-libraries/MaxCustomLibrariesError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/series-not-found/SeriesNotFoundError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/too-many-resources/TooManyResourcesError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/too-many-subtitles/TooManySubtitlesError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/video-not-found/VideoNotFoundError.d.ts +1 -1
- package/dist/src/apps/library-editor/errors/video-write-permission/VideoWritePermissionError.d.ts +1 -1
- package/dist/src/apps/library-editor/services/ExportDataService.d.ts +1 -1
- package/dist/src/apps/library-editor/services/LibraryDataService.d.ts +1 -2
- package/dist/src/apps/library-editor/services/VideoDataService.d.ts +2 -1
- package/dist/src/apps/library-editor/views/move-video/MoveVideoView.d.ts +2 -0
- package/dist/src/apps/migration-wizard/errors/already-migrated/AlreadyMigratedError.d.ts +1 -1
- package/dist/src/apps/migration-wizard/errors/backup-progress/BackupProgressError.d.ts +1 -1
- package/dist/src/apps/migration-wizard/errors/migration-finalisation/MigrationFinalisationError.d.ts +1 -1
- package/dist/src/apps/migration-wizard/errors/migration-progress/MigrationProgressError.d.ts +1 -1
- package/dist/src/apps/migration-wizard/errors/smart-migration-api-call/SmartMigrationApiCallError.d.ts +1 -1
- package/dist/src/apps/notifications/constants/NotificationsAppVariables.d.ts +7 -0
- package/dist/src/apps/notifications/constants/index.d.ts +0 -0
- package/dist/src/apps/notifications/utils/Constants.d.ts +0 -52
- package/dist/src/apps/notifications/utils/NotificationsHelper.d.ts +4 -13
- package/dist/src/apps/notifications/utils/index.d.ts +0 -1
- package/dist/src/apps/search/services/SearchDataService.d.ts +1 -1
- package/dist/src/apps/staff-requests/views/staff-requests/StaffRequestsView.d.ts +1 -1
- package/dist/src/apps/upload/errors/index.d.ts +0 -1
- package/dist/src/apps/upload/errors/no-libraries-upload/NoLibrariesUploadError.d.ts +1 -1
- package/dist/src/apps/upload/services/PendingItemsService.d.ts +3 -19
- package/dist/src/apps/upload/services/VideoUploadDataService.d.ts +2 -1
- package/dist/src/apps/upload/services/VideoUploadService.d.ts +8 -0
- package/dist/src/apps/upload/services/index.d.ts +3 -3
- package/dist/src/index.d.ts +0 -9
- package/dist/src/shared/behaviors/index.d.ts +0 -1
- package/dist/src/shared/collections/index.d.ts +0 -1
- package/dist/src/shared/components/dialog/DialogView.d.ts +2 -14
- package/dist/src/shared/components/index.d.ts +0 -2
- package/dist/src/shared/constants/EventNames.d.ts +0 -17
- package/dist/src/shared/constants/ImageUrls.d.ts +0 -1
- package/dist/src/shared/constants/RadioChannels.d.ts +2 -2
- package/dist/src/shared/constants/Services.d.ts +60 -53
- package/dist/src/shared/constants/empty-state-components/EmptyStateComponents.d.ts +1 -1
- package/dist/src/shared/enums/SortTypes.d.ts +0 -7
- package/dist/src/shared/enums/index.d.ts +0 -2
- package/dist/src/shared/errors/authentication/AuthenticationError.d.ts +2 -3
- package/dist/src/shared/errors/customer-setting/CustomerSettingError.d.ts +1 -1
- package/dist/src/shared/errors/email-not-verified/EmailNotVerifiedError.d.ts +1 -1
- package/dist/src/shared/errors/forbidden-access/ForbiddenAccessError.d.ts +1 -1
- package/dist/src/shared/errors/index.d.ts +0 -2
- package/dist/src/shared/errors/local-cache-device-not-found/LocalCacheDeviceNotFoundError.d.ts +2 -3
- package/dist/src/shared/errors/no-beta-access/NoBetaAccessError.d.ts +1 -1
- package/dist/src/shared/errors/old-version/OldVersionError.d.ts +2 -3
- package/dist/src/shared/errors/too-many-files/TooManyFilesError.d.ts +2 -3
- package/dist/src/shared/interfaces/LibraryFoldersIdentifier.d.ts +1 -2
- package/dist/src/shared/interfaces/RecentVideoCollectionIdentifier.d.ts +1 -1
- package/dist/src/shared/interfaces/RecentVideoSubjectCollectionIdentifier.d.ts +1 -1
- package/dist/src/shared/interfaces/VideoCollectionIdentifier.d.ts +1 -2
- package/dist/src/shared/interfaces/index.d.ts +0 -1
- package/dist/src/shared/layouts/manage-layout/ManageLayoutView.d.ts +1 -0
- package/dist/src/shared/services/UserDataService.d.ts +2 -3
- package/dist/src/shared/services/index.d.ts +0 -1
- package/dist/src/shared/utils/SortHelper.d.ts +2 -1
- package/dist/src/shared/utils/index.d.ts +0 -3
- package/package.json +5 -7
- package/dist/bundle.js.map +0 -1
- package/dist/library-editor-app.css.map +0 -1
- 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/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/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/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/services/LanguageDataService.d.ts +0 -12
- 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/handlebars/LangHelper.d.ts +0 -5
- package/dist/src/shared/utils/handlebars/index.d.ts +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.