@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.
@@ -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
- /// <reference types="react" />
2
- import { Library } from "../../../../../../../libs/shared/src/interfaces";
3
- interface LibrariesListProps {
4
- libraries: Library[];
5
- }
6
- export declare function LibrariesList(props: LibrariesListProps): JSX.Element;
7
- export {};
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function PartialLibrariesList(): JSX.Element;
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- import { Library } from "../../../../../../../libs/shared/src/interfaces";
3
- interface LibraryItemProps {
4
- library: Library;
5
- }
6
- export declare function LibraryItem(props: LibraryItemProps): JSX.Element;
7
- export {};
@@ -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,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function LibrariesView(): JSX.Element;
@@ -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
- }
@@ -1,2 +0,0 @@
1
- /// <reference types="react" />
2
- export declare function MoviesAndTvView(): JSX.Element;
@@ -1,2 +0,0 @@
1
- import React from 'react';
2
- export declare function InfoBanner(props: React.PropsWithChildren<{}>): JSX.Element;