@clickview/library-editor 1.1.13-rc.2 → 1.1.14-dev.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/package.json +5 -5
  2. package/dist/bundle.js.map +0 -1
  3. package/dist/library-editor-app.css.map +0 -1
  4. package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponent.d.ts +0 -14
  5. package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponentCollection.d.ts +0 -13
  6. package/dist/src/apps/notifications/collections/NotificationCollection.d.ts +0 -6
  7. package/dist/src/apps/notifications/components/index.d.ts +0 -3
  8. package/dist/src/apps/notifications/components/notification-items/notification-item/NotificationItemComponent.d.ts +0 -23
  9. package/dist/src/apps/notifications/components/notification-list/NotificationListComponent.d.ts +0 -26
  10. package/dist/src/apps/notifications/components/notification-status/NotificationStatusComponent.d.ts +0 -9
  11. package/dist/src/apps/notifications/models/Notification.d.ts +0 -3
  12. package/dist/src/apps/notifications/models/index.d.ts +0 -1
  13. package/dist/src/apps/notifications/services/NotificationDataService.d.ts +0 -14
  14. package/dist/src/apps/notifications/services/NotificationService.d.ts +0 -33
  15. package/dist/src/apps/notifications/services/NotificationSocketService.d.ts +0 -8
  16. package/dist/src/apps/notifications/services/data-providers/NotificationsSocketDataProvider.d.ts +0 -4
  17. package/dist/src/apps/notifications/services/index.d.ts +0 -4
  18. package/dist/src/apps/notifications/utils/NotificationAppLinkHelper.d.ts +0 -10
  19. package/dist/src/apps/notifications/views/header/NotificationHeaderView.d.ts +0 -14
  20. package/dist/src/apps/notifications/views/index.d.ts +0 -3
  21. package/dist/src/apps/notifications/views/notifications/NotificationsView.d.ts +0 -26
  22. package/dist/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +0 -33
  23. package/dist/src/apps/search/components/index.d.ts +0 -2
  24. package/dist/src/apps/search/components/instant-search/index.d.ts +0 -4
  25. package/dist/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +0 -15
  26. package/dist/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +0 -9
  27. package/dist/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +0 -9
  28. package/dist/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +0 -15
  29. package/dist/src/apps/search/components/search-context/SearchContextComponent.d.ts +0 -18
  30. package/dist/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +0 -11
  31. package/dist/src/apps/search/services/ContextualSearchService.d.ts +0 -37
  32. package/dist/src/apps/search/views/search-bar/SearchBarView.d.ts +0 -102
  33. package/dist/src/apps/search/views/search-bar/templates/index.d.ts +0 -9
  34. package/dist/src/apps/upload/enums/FileLifestyle.d.ts +0 -4
  35. package/dist/src/apps/upload/enums/PendingItemStatus.d.ts +0 -5
  36. package/dist/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +0 -7
  37. package/dist/src/apps/upload/services/DropzoneWrapper.d.ts +0 -30
  38. package/dist/src/apps/upload/services/UploadService.d.ts +0 -64
  39. package/dist/src/apps/upload/utils/PendingItemsHelper.d.ts +0 -9
  40. package/dist/src/apps/upload/utils/index.d.ts +0 -1
  41. package/dist/src/shared/behaviors/empty-state/EmptyStateBehavior.d.ts +0 -22
  42. package/dist/src/shared/behaviors/popover/PopoverBehavior.d.ts +0 -40
  43. package/dist/src/shared/behaviors/tooltip/TooltipBehavior.d.ts +0 -12
  44. package/dist/src/shared/collections/PendingItemsCollection.d.ts +0 -8
  45. package/dist/src/shared/components/empty-state/EmptyStateComponent.d.ts +0 -24
  46. package/dist/src/shared/components/pagination/PaginationComponent.d.ts +0 -28
  47. package/dist/src/shared/components/thumbnail/ThumbnailComponent.d.ts +0 -32
  48. package/dist/src/shared/enums/AppLinkReferrer.d.ts +0 -3
  49. package/dist/src/shared/enums/CurationStatus.d.ts +0 -12
  50. package/dist/src/shared/errors/file-type/FileTypeError.d.ts +0 -15
  51. package/dist/src/shared/errors/primitives/AlertError.d.ts +0 -4
  52. package/dist/src/shared/errors/primitives/DialogError.d.ts +0 -9
  53. package/dist/src/shared/errors/primitives/ErrorPageError.d.ts +0 -7
  54. package/dist/src/shared/errors/primitives/index.d.ts +0 -3
  55. package/dist/src/shared/interfaces/CollectionIdentifier.d.ts +0 -7
  56. package/dist/src/shared/interfaces/Tooltip.d.ts +0 -6
  57. package/dist/src/shared/services/ContextService.d.ts +0 -38
  58. package/dist/src/shared/services/LanguageDataService.d.ts +0 -12
  59. package/dist/src/shared/services/LanguageService.d.ts +0 -16
  60. package/dist/src/shared/utils/EmptyStateHelper.d.ts +0 -4
  61. package/dist/src/shared/utils/FileExtensionsHelper.d.ts +0 -9
  62. package/dist/src/shared/utils/MaskHelper.d.ts +0 -15
  63. package/dist/src/shared/utils/handlebars/LangHelper.d.ts +0 -5
  64. package/dist/src/shared/utils/handlebars/index.d.ts +0 -1
  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
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@clickview/library-editor",
3
3
  "description": "Library Editor",
4
- "version": "1.1.13-rc.2",
4
+ "version": "1.1.14-dev.0",
5
5
  "main": "dist/bundle.js",
6
6
  "types": "dist/src/index.d.ts",
7
7
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "author": "Shale Kuzmanovski, Michael McDonnell",
31
31
  "license": "ISC",
32
32
  "devDependencies": {
33
- "@clickview/tooling": "0.0.15-rc.2",
33
+ "@clickview/tooling": "0.0.16-dev.0",
34
34
  "@fortawesome/fontawesome": "1.1.8",
35
35
  "@types/clipboard": "2.0.1",
36
36
  "@types/cropperjs": "1.1.5",
@@ -60,9 +60,9 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/polyfill": "7.4.4",
63
- "@clickview/analytics": "1.0.8-rc.2",
64
- "@clickview/common": "1.0.7-rc.2",
65
- "@clickview/shared": "1.0.10-rc.2",
63
+ "@clickview/analytics": "1.0.9-dev.0",
64
+ "@clickview/common": "1.0.8-dev.0",
65
+ "@clickview/shared": "1.0.11-dev.0",
66
66
  "@clickview/styles": "1.0.2",
67
67
  "autotrack": "2.4.1",
68
68
  "bootstrap": "4.3.1",