@clickview/library-editor 1.1.13 → 1.1.14-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 (70) hide show
  1. package/dist/bundle.js +2 -2
  2. package/package.json +6 -5
  3. package/dist/bundle.js.map +0 -1
  4. package/dist/library-editor-app.css.map +0 -1
  5. package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponent.d.ts +0 -14
  6. package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponentCollection.d.ts +0 -13
  7. package/dist/src/apps/notifications/collections/NotificationCollection.d.ts +0 -6
  8. package/dist/src/apps/notifications/components/index.d.ts +0 -3
  9. package/dist/src/apps/notifications/components/notification-items/notification-item/NotificationItemComponent.d.ts +0 -23
  10. package/dist/src/apps/notifications/components/notification-list/NotificationListComponent.d.ts +0 -26
  11. package/dist/src/apps/notifications/components/notification-status/NotificationStatusComponent.d.ts +0 -9
  12. package/dist/src/apps/notifications/models/Notification.d.ts +0 -3
  13. package/dist/src/apps/notifications/models/index.d.ts +0 -1
  14. package/dist/src/apps/notifications/services/NotificationDataService.d.ts +0 -14
  15. package/dist/src/apps/notifications/services/NotificationService.d.ts +0 -33
  16. package/dist/src/apps/notifications/services/NotificationSocketService.d.ts +0 -8
  17. package/dist/src/apps/notifications/services/data-providers/NotificationsSocketDataProvider.d.ts +0 -4
  18. package/dist/src/apps/notifications/services/index.d.ts +0 -4
  19. package/dist/src/apps/notifications/utils/NotificationAppLinkHelper.d.ts +0 -10
  20. package/dist/src/apps/notifications/views/header/NotificationHeaderView.d.ts +0 -14
  21. package/dist/src/apps/notifications/views/index.d.ts +0 -3
  22. package/dist/src/apps/notifications/views/notifications/NotificationsView.d.ts +0 -26
  23. package/dist/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +0 -33
  24. package/dist/src/apps/search/components/index.d.ts +0 -2
  25. package/dist/src/apps/search/components/instant-search/index.d.ts +0 -4
  26. package/dist/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +0 -15
  27. package/dist/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +0 -9
  28. package/dist/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +0 -9
  29. package/dist/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +0 -15
  30. package/dist/src/apps/search/components/search-context/SearchContextComponent.d.ts +0 -18
  31. package/dist/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +0 -11
  32. package/dist/src/apps/search/services/ContextualSearchService.d.ts +0 -37
  33. package/dist/src/apps/search/views/search-bar/SearchBarView.d.ts +0 -102
  34. package/dist/src/apps/search/views/search-bar/templates/index.d.ts +0 -9
  35. package/dist/src/apps/upload/enums/FileLifestyle.d.ts +0 -4
  36. package/dist/src/apps/upload/enums/PendingItemStatus.d.ts +0 -5
  37. package/dist/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +0 -7
  38. package/dist/src/apps/upload/services/DropzoneWrapper.d.ts +0 -30
  39. package/dist/src/apps/upload/services/UploadService.d.ts +0 -64
  40. package/dist/src/apps/upload/utils/PendingItemsHelper.d.ts +0 -9
  41. package/dist/src/apps/upload/utils/index.d.ts +0 -1
  42. package/dist/src/shared/behaviors/empty-state/EmptyStateBehavior.d.ts +0 -22
  43. package/dist/src/shared/behaviors/popover/PopoverBehavior.d.ts +0 -40
  44. package/dist/src/shared/behaviors/tooltip/TooltipBehavior.d.ts +0 -12
  45. package/dist/src/shared/collections/PendingItemsCollection.d.ts +0 -8
  46. package/dist/src/shared/components/empty-state/EmptyStateComponent.d.ts +0 -24
  47. package/dist/src/shared/components/pagination/PaginationComponent.d.ts +0 -28
  48. package/dist/src/shared/components/thumbnail/ThumbnailComponent.d.ts +0 -32
  49. package/dist/src/shared/enums/AppLinkReferrer.d.ts +0 -3
  50. package/dist/src/shared/enums/CurationStatus.d.ts +0 -12
  51. package/dist/src/shared/errors/file-type/FileTypeError.d.ts +0 -15
  52. package/dist/src/shared/errors/primitives/AlertError.d.ts +0 -4
  53. package/dist/src/shared/errors/primitives/DialogError.d.ts +0 -9
  54. package/dist/src/shared/errors/primitives/ErrorPageError.d.ts +0 -7
  55. package/dist/src/shared/errors/primitives/index.d.ts +0 -3
  56. package/dist/src/shared/interfaces/CollectionIdentifier.d.ts +0 -7
  57. package/dist/src/shared/interfaces/Tooltip.d.ts +0 -6
  58. package/dist/src/shared/services/ContextService.d.ts +0 -38
  59. package/dist/src/shared/services/LanguageDataService.d.ts +0 -12
  60. package/dist/src/shared/services/LanguageService.d.ts +0 -16
  61. package/dist/src/shared/utils/EmptyStateHelper.d.ts +0 -4
  62. package/dist/src/shared/utils/FileExtensionsHelper.d.ts +0 -9
  63. package/dist/src/shared/utils/MaskHelper.d.ts +0 -15
  64. package/dist/src/shared/utils/handlebars/LangHelper.d.ts +0 -5
  65. package/dist/src/shared/utils/handlebars/index.d.ts +0 -1
  66. package/dist/src/shared/utils/search/InstantSearchHelper.d.ts +0 -21
  67. package/dist/src/shared/utils/search/RecentSearchHelper.d.ts +0 -12
  68. package/dist/src/shared/utils/search/SearchTypes.d.ts +0 -28
  69. package/dist/src/shared/utils/search/TypeaheadHelper.d.ts +0 -76
  70. package/dist/src/shared/utils/search/raw-search-components/confirm-selection/ConfirmSelectionComponent.d.ts +0 -12

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.