@clickview/library-editor 1.1.0 → 1.1.2-alpha.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 (69) hide show
  1. package/dist/bundle.js +2 -2
  2. package/dist/bundle.js.map +1 -1
  3. package/dist/en.json +1 -1
  4. package/dist/library-editor-app.css +0 -14
  5. package/dist/library-editor-app.css.map +1 -1
  6. package/dist/src/apps/index.d.ts +1 -0
  7. package/dist/src/apps/library-editor/components/language-select/LanguageSelectTypeaheadHelper.d.ts +2 -2
  8. package/dist/src/apps/library-editor/enums/VideoCollectionSource.d.ts +4 -0
  9. package/dist/src/apps/library-editor/enums/index.d.ts +1 -0
  10. package/dist/src/apps/library-editor/services/LibraryDataService.d.ts +7 -7
  11. package/dist/src/apps/library-editor/services/SeriesDataService.d.ts +2 -1
  12. package/dist/src/apps/library-editor/services/VideoDataService.d.ts +2 -4
  13. package/dist/src/apps/library-editor/views/video-collection/VideoCollectionView.d.ts +8 -0
  14. package/dist/src/apps/search/models/SearchAppVariables.d.ts +4 -0
  15. package/dist/src/apps/search/services/SearchDataService.d.ts +1 -1
  16. package/dist/src/apps/search/services/index.d.ts +0 -1
  17. package/dist/src/apps/search/utils/Enums.d.ts +0 -18
  18. package/dist/src/apps/search/utils/SearchHelper.d.ts +0 -2
  19. package/dist/src/apps/search/views/search/SearchView.d.ts +1 -0
  20. package/dist/src/apps/upload/views/upload-videos/UploadVideosView.d.ts +1 -1
  21. package/dist/src/index.d.ts +0 -3
  22. package/dist/src/shared/behaviors/index.d.ts +0 -2
  23. package/dist/src/shared/components/edit-video/edit-broadcast/EditBroadcastComponent.d.ts +1 -1
  24. package/dist/src/shared/components/index.d.ts +0 -1
  25. package/dist/src/shared/components/spinner-button/SpinnerButtonComponent.d.ts +1 -1
  26. package/dist/src/shared/components/typeahead-input/SearchTypeaheadComponent.d.ts +2 -2
  27. package/dist/src/shared/components/video-actions/VideoActionsComponent.d.ts +3 -0
  28. package/dist/src/shared/components/video-item/VideoItemComponent.d.ts +2 -0
  29. package/dist/src/shared/components/video-list/VideoListComponent.d.ts +2 -0
  30. package/dist/src/shared/constants/Search.d.ts +0 -16
  31. package/dist/src/shared/constants/Services.d.ts +0 -2
  32. package/dist/src/shared/enums/PartialLoading.d.ts +2 -5
  33. package/dist/src/shared/interfaces/index.d.ts +0 -1
  34. package/dist/src/shared/services/LanguageDataService.d.ts +6 -1
  35. package/dist/src/shared/services/RestrictedVideoDataService.d.ts +1 -2
  36. package/dist/src/shared/services/VideoMixinService.d.ts +0 -1
  37. package/dist/src/shared/services/index.d.ts +1 -4
  38. package/dist/src/shared/utils/SortHelper.d.ts +1 -1
  39. package/dist/src/shared/utils/index.d.ts +0 -1
  40. package/dist/src/shared/utils/search/RawSearchHelper.d.ts +3 -3
  41. package/dist/src/shared/utils/search/index.d.ts +0 -4
  42. package/dist/src/shared/utils/search/raw-search-components/index.d.ts +0 -1
  43. package/package.json +6 -7
  44. package/dist/src/apps/search/components/index.d.ts +0 -2
  45. package/dist/src/apps/search/components/instant-search/index.d.ts +0 -4
  46. package/dist/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +0 -15
  47. package/dist/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +0 -9
  48. package/dist/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +0 -9
  49. package/dist/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +0 -15
  50. package/dist/src/apps/search/components/search-context/SearchContextComponent.d.ts +0 -18
  51. package/dist/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +0 -11
  52. package/dist/src/apps/search/services/ContextualSearchService.d.ts +0 -37
  53. package/dist/src/apps/search/views/search-bar/SearchBarView.d.ts +0 -102
  54. package/dist/src/apps/search/views/search-bar/templates/index.d.ts +0 -9
  55. package/dist/src/apps/upload/services/LibraryEditorUploadService.d.ts +0 -8
  56. package/dist/src/apps/upload/services/LibraryEditorVideoUploadService.d.ts +0 -8
  57. package/dist/src/apps/upload/services/VideoUploadService.d.ts +0 -8
  58. package/dist/src/shared/behaviors/popover/PopoverBehavior.d.ts +0 -40
  59. package/dist/src/shared/behaviors/tooltip/TooltipBehavior.d.ts +0 -12
  60. package/dist/src/shared/components/thumbnail/ThumbnailComponent.d.ts +0 -32
  61. package/dist/src/shared/interfaces/Tooltip.d.ts +0 -6
  62. package/dist/src/shared/services/ContextService.d.ts +0 -38
  63. package/dist/src/shared/services/LanguageService.d.ts +0 -16
  64. package/dist/src/shared/utils/MaskHelper.d.ts +0 -15
  65. package/dist/src/shared/utils/search/InstantSearchHelper.d.ts +0 -21
  66. package/dist/src/shared/utils/search/RecentSearchHelper.d.ts +0 -12
  67. package/dist/src/shared/utils/search/SearchTypes.d.ts +0 -28
  68. package/dist/src/shared/utils/search/TypeaheadHelper.d.ts +0 -76
  69. 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.