@clickview/online 0.0.4-rc.0 → 0.0.4
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 +1 -1
- package/dist/libs/analytics/src/utils/UrlHelper.d.ts +0 -3
- package/dist/libs/common/src/react/constants/ViewModelActions.d.ts +0 -3
- package/dist/libs/common/src/react/interfaces/ViewModelAction.d.ts +0 -5
- package/dist/libs/common/src/react/interfaces/ViewModelPayload.d.ts +0 -5
- package/dist/libs/common/src/react/reducers/ViewModelReducer.d.ts +0 -3
- package/dist/libs/shared/src/components/svgs/clickview-logo/ClickViewLogo.d.ts +0 -3
- package/dist/online-app.css.map +0 -1
- package/dist/online-app.js.map +0 -1
- package/dist/projects/online/src/apps/libraries/LibrariesApplication.d.ts +0 -11
- package/dist/projects/online/src/apps/libraries/components/libraries-list/LibrariesList.d.ts +0 -7
- package/dist/projects/online/src/apps/libraries/components/libraries-list/partial-loading/PartialLibrariesList.d.ts +0 -2
- package/dist/projects/online/src/apps/libraries/components/library-item/LibraryItem.d.ts +0 -7
- package/dist/projects/online/src/apps/libraries/flight-requests/LibrariesRequests.d.ts +0 -7
- package/dist/projects/online/src/apps/libraries/utils/LibraryHelper.d.ts +0 -9
- package/dist/projects/online/src/apps/libraries/views/libraries/LibrariesView.d.ts +0 -2
- package/dist/projects/online/src/apps/movies-and-tv/MoviesAndTvApplication.d.ts +0 -12
- package/dist/projects/online/src/apps/movies-and-tv/views/movies-and-tv/MoviesAndTvView.d.ts +0 -2
- package/dist/projects/online/src/shared/components/info-banner/InfoBanner.d.ts +0 -2
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { Core } from "../../../../../libs/common/src/backbone";
|
|
2
|
-
import { ReactApplication } from "../../../../../libs/common/src/react/core/ReactApplication";
|
|
3
|
-
import { OnlineLayoutViewOptions, OnlineLayoutView } from "../../shared/layouts";
|
|
4
|
-
export declare class LibrariesApplication extends ReactApplication {
|
|
5
|
-
protected layout: OnlineLayoutView;
|
|
6
|
-
get name(): string;
|
|
7
|
-
static get router(): any;
|
|
8
|
-
get channelName(): string;
|
|
9
|
-
get layoutOptions(): Core.LayoutOptions<OnlineLayoutViewOptions>;
|
|
10
|
-
index(): void;
|
|
11
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { Flight } from "../../../../../../libs/common/src/react";
|
|
2
|
-
export declare const LibrariesRequests: {
|
|
3
|
-
libraries(): Flight.Request;
|
|
4
|
-
interactives(): Flight.Request;
|
|
5
|
-
recentLibraryVideos(id: string): Flight.Request;
|
|
6
|
-
mostRecentVideos(): Flight.Request;
|
|
7
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import { Library } from "../../../../../../libs/shared/src/interfaces";
|
|
2
|
-
export declare const LibraryHelper: {
|
|
3
|
-
isPrimaryLibrary(library: Library): boolean;
|
|
4
|
-
isSecondaryLibrary(library: Library): boolean;
|
|
5
|
-
isMoviesAndTv(library: Library): boolean;
|
|
6
|
-
isHostedLibrary(library: Library): boolean;
|
|
7
|
-
isCustomLibrary(library: Library): boolean;
|
|
8
|
-
isSupplementaryLibrary(library: Library): boolean;
|
|
9
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { Core } from "../../../../../libs/common/src/backbone";
|
|
2
|
-
import { ReactApplication } from "../../../../../libs/common/src/react/core/ReactApplication";
|
|
3
|
-
import { OnlineLayoutViewOptions, OnlineLayoutView } from "../../shared/layouts";
|
|
4
|
-
export declare class MoviesAndTvApplication extends ReactApplication {
|
|
5
|
-
protected layout: OnlineLayoutView;
|
|
6
|
-
get name(): string;
|
|
7
|
-
static get router(): any;
|
|
8
|
-
get channelName(): string;
|
|
9
|
-
get layoutOptions(): Core.LayoutOptions<OnlineLayoutViewOptions>;
|
|
10
|
-
index(): void;
|
|
11
|
-
addToPlaylist(videoId: string): void;
|
|
12
|
-
}
|