@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.
- package/package.json +5 -5
- package/dist/bundle.js.map +0 -1
- package/dist/library-editor-app.css.map +0 -1
- package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponent.d.ts +0 -14
- package/dist/src/apps/library-editor/components/folder-link-list/FolderLinkComponentCollection.d.ts +0 -13
- package/dist/src/apps/notifications/collections/NotificationCollection.d.ts +0 -6
- package/dist/src/apps/notifications/components/index.d.ts +0 -3
- package/dist/src/apps/notifications/components/notification-items/notification-item/NotificationItemComponent.d.ts +0 -23
- package/dist/src/apps/notifications/components/notification-list/NotificationListComponent.d.ts +0 -26
- package/dist/src/apps/notifications/components/notification-status/NotificationStatusComponent.d.ts +0 -9
- package/dist/src/apps/notifications/models/Notification.d.ts +0 -3
- package/dist/src/apps/notifications/models/index.d.ts +0 -1
- package/dist/src/apps/notifications/services/NotificationDataService.d.ts +0 -14
- package/dist/src/apps/notifications/services/NotificationService.d.ts +0 -33
- package/dist/src/apps/notifications/services/NotificationSocketService.d.ts +0 -8
- package/dist/src/apps/notifications/services/data-providers/NotificationsSocketDataProvider.d.ts +0 -4
- package/dist/src/apps/notifications/services/index.d.ts +0 -4
- package/dist/src/apps/notifications/utils/NotificationAppLinkHelper.d.ts +0 -10
- package/dist/src/apps/notifications/views/header/NotificationHeaderView.d.ts +0 -14
- package/dist/src/apps/notifications/views/index.d.ts +0 -3
- package/dist/src/apps/notifications/views/notifications/NotificationsView.d.ts +0 -26
- package/dist/src/apps/notifications/views/popover/NotificationsPopoverView.d.ts +0 -33
- package/dist/src/apps/search/components/index.d.ts +0 -2
- package/dist/src/apps/search/components/instant-search/index.d.ts +0 -4
- package/dist/src/apps/search/components/instant-search/recent-search/RecentSearchResultComponent.d.ts +0 -15
- package/dist/src/apps/search/components/instant-search/series/SeriesSearchResultComponent.d.ts +0 -9
- package/dist/src/apps/search/components/instant-search/tag/TagSearchResultComponent.d.ts +0 -9
- package/dist/src/apps/search/components/instant-search/video-result/VideoSearchResultComponent.d.ts +0 -15
- package/dist/src/apps/search/components/search-context/SearchContextComponent.d.ts +0 -18
- package/dist/src/apps/search/components/search-tips/SearchTipsComponent.d.ts +0 -11
- package/dist/src/apps/search/services/ContextualSearchService.d.ts +0 -37
- package/dist/src/apps/search/views/search-bar/SearchBarView.d.ts +0 -102
- package/dist/src/apps/search/views/search-bar/templates/index.d.ts +0 -9
- package/dist/src/apps/upload/enums/FileLifestyle.d.ts +0 -4
- package/dist/src/apps/upload/enums/PendingItemStatus.d.ts +0 -5
- package/dist/src/apps/upload/errors/internet-connectivity/InternetConnectivityError.d.ts +0 -7
- package/dist/src/apps/upload/services/DropzoneWrapper.d.ts +0 -30
- package/dist/src/apps/upload/services/UploadService.d.ts +0 -64
- package/dist/src/apps/upload/utils/PendingItemsHelper.d.ts +0 -9
- package/dist/src/apps/upload/utils/index.d.ts +0 -1
- package/dist/src/shared/behaviors/empty-state/EmptyStateBehavior.d.ts +0 -22
- package/dist/src/shared/behaviors/popover/PopoverBehavior.d.ts +0 -40
- package/dist/src/shared/behaviors/tooltip/TooltipBehavior.d.ts +0 -12
- package/dist/src/shared/collections/PendingItemsCollection.d.ts +0 -8
- package/dist/src/shared/components/empty-state/EmptyStateComponent.d.ts +0 -24
- package/dist/src/shared/components/pagination/PaginationComponent.d.ts +0 -28
- package/dist/src/shared/components/thumbnail/ThumbnailComponent.d.ts +0 -32
- package/dist/src/shared/enums/AppLinkReferrer.d.ts +0 -3
- package/dist/src/shared/enums/CurationStatus.d.ts +0 -12
- package/dist/src/shared/errors/file-type/FileTypeError.d.ts +0 -15
- package/dist/src/shared/errors/primitives/AlertError.d.ts +0 -4
- package/dist/src/shared/errors/primitives/DialogError.d.ts +0 -9
- package/dist/src/shared/errors/primitives/ErrorPageError.d.ts +0 -7
- package/dist/src/shared/errors/primitives/index.d.ts +0 -3
- package/dist/src/shared/interfaces/CollectionIdentifier.d.ts +0 -7
- package/dist/src/shared/interfaces/Tooltip.d.ts +0 -6
- package/dist/src/shared/services/ContextService.d.ts +0 -38
- package/dist/src/shared/services/LanguageDataService.d.ts +0 -12
- package/dist/src/shared/services/LanguageService.d.ts +0 -16
- package/dist/src/shared/utils/EmptyStateHelper.d.ts +0 -4
- package/dist/src/shared/utils/FileExtensionsHelper.d.ts +0 -9
- package/dist/src/shared/utils/MaskHelper.d.ts +0 -15
- package/dist/src/shared/utils/handlebars/LangHelper.d.ts +0 -5
- package/dist/src/shared/utils/handlebars/index.d.ts +0 -1
- package/dist/src/shared/utils/search/InstantSearchHelper.d.ts +0 -21
- package/dist/src/shared/utils/search/RecentSearchHelper.d.ts +0 -12
- package/dist/src/shared/utils/search/SearchTypes.d.ts +0 -28
- package/dist/src/shared/utils/search/TypeaheadHelper.d.ts +0 -76
- 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.
|
|
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.
|
|
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.
|
|
64
|
-
"@clickview/common": "1.0.
|
|
65
|
-
"@clickview/shared": "1.0.
|
|
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",
|