@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

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.