@clickview/library-editor 1.1.4-dev.0 → 1.1.4-rc.1

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/dist/en.json +1 -1
  3. package/dist/library-editor-app.css +10 -2
  4. package/dist/src/apps/content-updates/views/add-to-library/AddToLibraryView.d.ts +1 -3
  5. package/dist/src/apps/dashboard/components/dashboard-notifications/DashboardNotificationsComponents.d.ts +1 -1
  6. package/dist/src/apps/index.d.ts +1 -1
  7. package/dist/src/apps/library-editor/components/folder-details/FolderDetailsComponent.d.ts +3 -1
  8. package/dist/src/apps/library-editor/components/sort-select/SortSelectComponent.d.ts +1 -1
  9. package/dist/src/apps/library-editor/services/ExportDataService.d.ts +1 -1
  10. package/dist/src/apps/library-editor/views/add-to-exchange/AddToExchangeView.d.ts +1 -0
  11. package/dist/src/apps/library-editor/views/new-folder/NewFolderView.d.ts +1 -0
  12. package/dist/src/apps/notifications/utils/Constants.d.ts +52 -0
  13. package/dist/src/apps/notifications/utils/NotificationsHelper.d.ts +14 -5
  14. package/dist/src/apps/notifications/utils/index.d.ts +1 -0
  15. package/dist/src/apps/search/services/SearchDataService.d.ts +1 -1
  16. package/dist/src/apps/staff-requests/components/staff-request-actions/StaffRequestActionsComponent.d.ts +1 -0
  17. package/dist/src/apps/staff-requests/views/staff-requests/StaffRequestsView.d.ts +1 -1
  18. package/dist/src/apps/upload/components/upload-folder-select/UploadFolderSelectComponent.d.ts +1 -0
  19. package/dist/src/index.d.ts +7 -0
  20. package/dist/src/shared/behaviors/index.d.ts +1 -0
  21. package/dist/src/shared/components/index.d.ts +3 -0
  22. package/dist/src/shared/components/left-nav/LeftNavComponent.d.ts +4 -1
  23. package/dist/src/shared/components/left-nav/LeftNavNodeComponent.d.ts +1 -0
  24. package/dist/src/shared/components/tree-dropdown/TreeDropdownComponent.d.ts +31 -0
  25. package/dist/src/shared/constants/ImageUrls.d.ts +1 -0
  26. package/dist/src/shared/constants/Services.d.ts +1 -0
  27. package/dist/src/shared/constants/empty-state-components/EmptyStateComponents.d.ts +1 -1
  28. package/dist/src/shared/enums/SortTypes.d.ts +7 -0
  29. package/dist/src/shared/enums/index.d.ts +1 -0
  30. package/dist/src/shared/interfaces/LibraryFoldersIdentifier.d.ts +2 -1
  31. package/dist/src/shared/interfaces/RecentVideoCollectionIdentifier.d.ts +1 -1
  32. package/dist/src/shared/interfaces/RecentVideoSubjectCollectionIdentifier.d.ts +1 -1
  33. package/dist/src/shared/interfaces/VideoCollectionIdentifier.d.ts +2 -1
  34. package/dist/src/shared/interfaces/index.d.ts +1 -0
  35. package/dist/src/shared/services/UserDataService.d.ts +1 -1
  36. package/dist/src/shared/utils/FolderTreeHelpers.d.ts +1 -1
  37. package/dist/src/shared/utils/SortHelper.d.ts +1 -2
  38. package/dist/src/shared/utils/index.d.ts +2 -0
  39. package/package.json +103 -103
  40. package/dist/bundle.js.map +0 -1
  41. package/dist/cv-app-dev.js +0 -104026
  42. package/dist/cv-app-dev.js.map +0 -1
  43. package/dist/cv-svg-dev.js +0 -1449
  44. package/dist/cv-svg-dev.js.map +0 -1
  45. package/dist/library-editor-app.css.map +0 -1
  46. package/dist/src/apps/notifications/constants/NotificationsAppVariables.d.ts +0 -7
  47. package/dist/src/apps/notifications/constants/index.d.ts +0 -0
  48. package/dist/src/apps/search/components/index.d.ts +0 -2
  49. package/dist/src/apps/search/components/instant-search/index.d.ts +0 -4
  50. package/dist/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +0 -15
  51. package/dist/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +0 -9
  52. package/dist/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +0 -9
  53. package/dist/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +0 -15
  54. package/dist/src/apps/search/components/search-context/SearchContextComponent.d.ts +0 -18
  55. package/dist/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +0 -11
  56. package/dist/src/apps/search/services/ContextualSearchService.d.ts +0 -37
  57. package/dist/src/apps/search/views/search-bar/SearchBarView.d.ts +0 -102
  58. package/dist/src/apps/search/views/search-bar/templates/index.d.ts +0 -9
  59. package/dist/src/shared/behaviors/popover/PopoverBehavior.d.ts +0 -40
  60. package/dist/src/shared/behaviors/tooltip/TooltipBehavior.d.ts +0 -12
  61. package/dist/src/shared/components/thumbnail/ThumbnailComponent.d.ts +0 -32
  62. package/dist/src/shared/interfaces/Tooltip.d.ts +0 -6
  63. package/dist/src/shared/services/ContextService.d.ts +0 -38
  64. package/dist/src/shared/services/LanguageService.d.ts +0 -16
  65. package/dist/src/shared/utils/MaskHelper.d.ts +0 -15
  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.