@clickview/lite 0.0.4-rc.0 → 0.0.5-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/dist/en.json CHANGED
@@ -1 +1 @@
1
- {"shared":{"notFound":{"title":"Page not found"},"leftNav":{"home":"Home","myPlaylists":"My Playlists","myUploads":"My Uploads","following":"Following","favouritedVideos":"Favourited Videos","myClassrooms":"My Classrooms","watchHistory":"Watch History"},"myUploads":{"header":"My Uploads","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit"},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow"}}}
1
+ {"shared":{"playPage":{"classroomMode":"Classroom Mode","createInteractive":"Create interactive video","createClip":"Create clip","more":"More","share":"Share","addToPlaylist":"Add to Playlist","favourite":"Favourite","relatedVideos":"Related Videos"},"userOptions":{"myProfile":"My Profile","myPreferences":"My Preferences","signOut":"Sign Out"},"videoDetails":{"details":"Details","rating":"Rating: %{code}","productionYear":"Production Year: %{year}","productionCompanies":"Production Companies","distributors":"Distributors","tags":"Tags:","description":"Description"},"notFound":{"title":"Page not found"},"favoriteVideos":{"header":"Favourited Videos"},"leftNav":{"home":"Home","myPlaylists":"My Playlists","myUploads":"My Uploads","following":"Following","favouritedVideos":"Favourited Videos","myClassrooms":"My Classrooms","watchHistory":"Watch History"},"myUploads":{"header":"My Uploads","description":"Here we store all the videos that you upload on to ClickView!","share":"Share","edit":"Edit"},"series":{"dashboard":"Dashboard","series":"Series: %{seriesName}","share":"Share","follow":"Follow"}}}
package/dist/index.d.ts CHANGED
@@ -1,4 +1,8 @@
1
+ import './shared/components/play-page/play-page.lang.json';
2
+ import './shared/components/user-options/user-options.lang.json';
3
+ import './shared/components/video-details/video-details.lang.json';
1
4
  import './shared/errors/not-found/not-found.lang.json';
5
+ import './shared/views/favorite-videos/favorite-videos-view.lang.json';
2
6
  import './shared/views/left-nav/left-nav-view.lang.json';
3
7
  import './shared/views/my-uploads/my-uploads-view.lang.json';
4
8
  import './shared/views/series/series-view.lang.json';
@@ -11,4 +15,9 @@ export * from './shared/layouts';
11
15
  export * from './shared/services';
12
16
  export * from './apps/default/LiteDefaultApplication';
13
17
  export * from './apps/playlists/LitePlaylistsApplication';
18
+ export * from './apps/embed/LiteEmbedApplication';
19
+ export * from './apps/dashboard/LiteDashboardApplication';
20
+ export * from './apps/subjects/LiteSubjectApplication';
14
21
  export * from './apps/search/constants/SearchAppVariables';
22
+ export * from './apps/notifications/LiteNotificationsApplication';
23
+ export * from './apps/notifications/constants/NotificationsAppVariables';
package/dist/lite-app.css CHANGED
@@ -1,10 +1,14 @@
1
1
  body{background-color:#fff}
2
2
 
3
- ._3RLQ9{background-color:#fff;border-bottom:1px solid #eaeaea;z-index:1002}.UIlc9{min-width:12rem;width:13.75rem;height:2.92062rem}._2E7RQ{padding-right:18.75rem}._2HygL{right:0}._2OoYm{border-radius:50%;background-color:#51ADA3;display:inline-block;width:2.1875rem;height:2.1875rem;text-align:center;line-height:2.1875rem;background-size:cover;background-position:top center}._2b7ER{border-radius:50%;display:inline-block;background-color:#eaeaea;width:2.1875rem;height:2.1875rem;text-align:center;line-height:2.1875rem;background-size:cover;background-position:top center}._2BRko{color:#eaeaea;height:1.25rem;width:1.25rem;margin-right:1.25rem;cursor:pointer;display:inline-block}._2BRko svg{width:100% !important;height:100% !important}.oX-Ph{border:2px solid #eaeaea;max-width:40rem;margin-right:40rem;border-radius:3px;padding:0}
3
+ ._3C4_W{width:25rem}._2voRI{position:absolute}._2RiDj{width:2.1875rem;height:2.1875rem;display:inline-block}.ZbN3s{min-width:3.4rem}._3nkTw{-webkit-transform:scaleX(-1);transform:scaleX(-1)}
4
+
5
+ ._3g8JZ{border-radius:50%;background-color:#51ADA3;display:inline-block;width:2.1875rem;height:2.1875rem;text-align:center;line-height:2.1875rem;background-size:cover;background-position:top center}._2hr_4{border-radius:50%;background-color:#eaeaea;width:2.1875rem;height:2.1875rem}
6
+
7
+ ._3RLQ9{background-color:#fff;border-bottom:1px solid #eaeaea;z-index:1002}.UIlc9{min-width:12rem;width:13.75rem;height:2.92062rem}._2E7RQ{padding-right:18.75rem}._2HygL{right:0}._2BRko{color:#eaeaea;height:1.25rem;width:1.25rem;margin-right:1.25rem;cursor:pointer;display:inline-block}._2BRko svg{width:100% !important;height:100% !important}.oX-Ph{border:2px solid #eaeaea;max-width:40rem;margin-right:40rem;border-radius:3px;padding:0}
4
8
 
5
9
  ._3jVyN{top:4.25rem;bottom:0;position:fixed;width:15rem;background-color:#fff;border-right:1px solid #eaeaea;z-index:1001}._1ud9G{border-radius:50%;background-color:#eaeaea;width:3rem;height:3rem;position:absolute;left:1.25rem;display:inline-block}._3A_-8{position:relative;min-height:3rem}._3qbRh{padding-left:5.5rem;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);display:inline-block}._2idO9{width:5.5rem}._2idO9 ._1ud9G{position:relative;left:auto;margin:0 1.25rem}._2idO9 ._3qbRh{position:relative;padding-left:0;text-align:center;top:auto;-webkit-transform:none;transform:none;display:block}
6
10
 
7
- ._3C4_W{display:inline-block;position:fixed;bottom:0;right:1.25rem;width:350px}._2voRI{position:absolute}
11
+ ._1SX2l{padding-top:1.25rem}._3LJFz{padding-left:5.5rem}._34Pt4{padding-left:15rem}._1gZ0J{padding-left:0}.mE2Dq{z-index:1000}.Sgmex{position:fixed;right:1.25rem;bottom:0}
8
12
 
9
- ._1SX2l{padding-top:1.25rem}._3LJFz{padding-left:5.5rem}._34Pt4{padding-left:15rem}._1gZ0J{padding-left:0}.mE2Dq{z-index:1000}
13
+ ._3kXb6{position:fixed;top:0;left:0;right:0;bottom:0}
10
14
 
@@ -1 +1 @@
1
- {"version":3,"sources":["file://C:/ClickView Projects/clickview/packages/lite/src/styles/theme-overrides.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/views/header/header.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/views/left-nav/left-nav.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/components/floating-player/floating-player.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/layouts/teacher-layout/teacher-layout.scss"],"names":[],"mappings":"AAAA;AACA,yBAAyB;;ACDzB;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA,qBAAqB;;AAErB;AACA,0BAA0B;;AAE1B;AACA,WAAW;;AAEX;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC;;AAElC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC;;AAElC;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA,4BAA4B;;AAE5B;AACA;AACA;AACA;AACA;AACA,aAAa;;ACtDb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;;AAExB;AACA;AACA;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;;AAExB;AACA,gBAAgB;AAChB;AACA;AACA;AACA,sBAAsB;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB;;AClDnB;AACA;AACA;AACA;AACA;AACA,eAAe;;AAEf;AACA,qBAAqB;;ACRrB;AACA,uBAAuB;;AAEvB;AACA,uBAAuB;;AAEvB;AACA,sBAAsB;;AAEtB;AACA,kBAAkB;;AAElB;AACA,gBAAgB","file":"lite-app.css","sourcesContent":["body {\n background-color: #fff; }\n",".cv--nav--3RLQ9 {\n background-color: #fff;\n border-bottom: 1px solid #eaeaea;\n z-index: 1002; }\n\n.cv--logoContainer--UIlc9 {\n min-width: 12rem;\n width: 13.75rem;\n height: 2.92062rem; }\n\n.cv--searchBar--2E7RQ {\n padding-right: 18.75rem; }\n\n.cv--actionButtons--2HygL {\n right: 0; }\n\n.cv--avatar--2OoYm {\n border-radius: 50%;\n background-color: #51ADA3;\n display: inline-block;\n width: 2.1875rem;\n height: 2.1875rem;\n text-align: center;\n line-height: 2.1875rem;\n background-size: cover;\n background-position: top center; }\n\n.cv--notifications--2b7ER {\n border-radius: 50%;\n display: inline-block;\n background-color: #eaeaea;\n width: 2.1875rem;\n height: 2.1875rem;\n text-align: center;\n line-height: 2.1875rem;\n background-size: cover;\n background-position: top center; }\n\n.cv--hamburger--2BRko {\n color: #eaeaea;\n height: 1.25rem;\n width: 1.25rem;\n margin-right: 1.25rem;\n cursor: pointer;\n display: inline-block; }\n .cv--hamburger--2BRko svg {\n width: 100% !important;\n height: 100% !important; }\n\n.cv--searchBarContainer--oX-Ph {\n border: 2px solid #eaeaea;\n max-width: 40rem;\n margin-right: 40rem;\n border-radius: 3px;\n padding: 0; }\n",".cv--leftNav--3jVyN {\n top: 4.25rem;\n bottom: 0;\n position: fixed;\n width: 15rem;\n background-color: #fff;\n border-right: 1px solid #eaeaea;\n z-index: 1001; }\n\n.cv--iconPlaceholder--1ud9G {\n border-radius: 50%;\n background-color: #eaeaea;\n /**\r\n * TODO: This is an arbitrary size just to get the nav set up.\r\n * This either needs to be calculated or turned into a variable\r\n */\n width: 3rem;\n height: 3rem;\n position: absolute;\n left: 1.25rem;\n display: inline-block; }\n\n.cv--leftNavAnchor--3A_-8 {\n position: relative;\n /**\r\n * TODO: See the todo above. Replace this with a variable\r\n */\n min-height: 3rem; }\n\n.cv--leftNavText--3qbRh {\n padding-left: 5.5rem;\n position: absolute;\n top: 50%;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n display: inline-block; }\n\n.cv--leftNavCollapsed--2idO9 {\n width: 5.5rem; }\n .cv--leftNavCollapsed--2idO9 .cv--iconPlaceholder--1ud9G {\n position: relative;\n left: auto;\n margin: 0 1.25rem; }\n .cv--leftNavCollapsed--2idO9 .cv--leftNavText--3qbRh {\n position: relative;\n padding-left: 0;\n text-align: center;\n top: auto;\n -webkit-transform: none;\n transform: none;\n display: block; }\n",".cv--fixed--3C4_W {\n display: inline-block;\n position: fixed;\n bottom: 0;\n right: 1.25rem;\n width: 350px; }\n\n.cv--inline--2voRI {\n position: absolute; }\n",".cv--content--1SX2l {\n padding-top: 1.25rem; }\n\n.cv--collapsedNavContent--3LJFz {\n padding-left: 5.5rem; }\n\n.cv--openNavContent--34Pt4 {\n padding-left: 15rem; }\n\n.cv--hiddenNavContent--1gZ0J {\n padding-left: 0; }\n\n.cv--mask--mE2Dq {\n z-index: 1000; }\n"],"sourceRoot":""}
1
+ {"version":3,"sources":["file://C:/ClickView Projects/clickview/packages/lite/src/styles/theme-overrides.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/components/floating-player/floating-player.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/components/user-options/user-options.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/views/header/header.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/views/left-nav/left-nav.scss","file://C:/ClickView Projects/clickview/packages/lite/src/shared/layouts/teacher-layout/teacher-layout.scss","file://C:/ClickView Projects/clickview/packages/lite/src/apps/embed/views/embed/embed.scss"],"names":[],"mappings":"AAAA;AACA,yBAAyB;;ACDzB;AACA,eAAe;;AAEf;AACA,qBAAqB;;AAErB;AACA;AACA;AACA,wBAAwB;;AAExB;AACA;AACA;AACA;AACA;AACA,oBAAoB;;AAEpB;AACA;AACA,gCAAgC;;ACpBhC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,kCAAkC;;AAElC;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,oBAAoB;;ACnBpB;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA,qBAAqB;;AAErB;AACA,0BAA0B;;AAE1B;AACA,WAAW;;AAEX;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;AACxB;AACA;AACA,4BAA4B;;AAE5B;AACA;AACA;AACA;AACA;AACA,aAAa;;AChCb;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;;AAExB;AACA;AACA;AACA;AACA;AACA,mBAAmB;;AAEnB;AACA;AACA;AACA;AACA;AACA;AACA,wBAAwB;;AAExB;AACA,gBAAgB;AAChB;AACA;AACA;AACA,sBAAsB;AACtB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,mBAAmB;;AClDnB;AACA,uBAAuB;;AAEvB;AACA,uBAAuB;;AAEvB;AACA,sBAAsB;;AAEtB;AACA,kBAAkB;;AAElB;AACA,gBAAgB;;AAEhB;AACA;AACA;AACA,YAAY;;AClBZ;AACA;AACA;AACA;AACA;AACA,YAAY","file":"lite-app.css","sourcesContent":["body {\n background-color: #fff; }\n",".cv--fixed--3C4_W {\n width: 25rem; }\n\n.cv--inline--2voRI {\n position: absolute; }\n\n.cv--closeSvg--2RiDj {\n width: 2.1875rem;\n height: 2.1875rem;\n display: inline-block; }\n\n.cv--buttons--ZbN3s {\n /**\r\n * Prevents the child buttons cascading vertically because \r\n * of the flex-shrink-1 class\r\n */\n min-width: 3.4rem; }\n\n.cv--flippedIcon--3nkTw {\n -webkit-transform: scaleX(-1);\n transform: scaleX(-1); }\n",".cv--avatar--3g8JZ {\n border-radius: 50%;\n background-color: #51ADA3;\n display: inline-block;\n width: 2.1875rem;\n height: 2.1875rem;\n text-align: center;\n line-height: 2.1875rem;\n background-size: cover;\n background-position: top center; }\n\n.cv--iconPlaceholder--2hr_4 {\n border-radius: 50%;\n background-color: #eaeaea;\n /**\r\n * TODO: This is an arbitrary size just to get the nav set up.\r\n * This either needs to be calculated or turned into a variable\r\n */\n width: 2.1875rem;\n height: 2.1875rem; }\n",".cv--nav--3RLQ9 {\n background-color: #fff;\n border-bottom: 1px solid #eaeaea;\n z-index: 1002; }\n\n.cv--logoContainer--UIlc9 {\n min-width: 12rem;\n width: 13.75rem;\n height: 2.92062rem; }\n\n.cv--searchBar--2E7RQ {\n padding-right: 18.75rem; }\n\n.cv--actionButtons--2HygL {\n right: 0; }\n\n.cv--hamburger--2BRko {\n color: #eaeaea;\n height: 1.25rem;\n width: 1.25rem;\n margin-right: 1.25rem;\n cursor: pointer;\n display: inline-block; }\n .cv--hamburger--2BRko svg {\n width: 100% !important;\n height: 100% !important; }\n\n.cv--searchBarContainer--oX-Ph {\n border: 2px solid #eaeaea;\n max-width: 40rem;\n margin-right: 40rem;\n border-radius: 3px;\n padding: 0; }\n",".cv--leftNav--3jVyN {\n top: 4.25rem;\n bottom: 0;\n position: fixed;\n width: 15rem;\n background-color: #fff;\n border-right: 1px solid #eaeaea;\n z-index: 1001; }\n\n.cv--iconPlaceholder--1ud9G {\n border-radius: 50%;\n background-color: #eaeaea;\n /**\r\n * TODO: This is an arbitrary size just to get the nav set up.\r\n * This either needs to be calculated or turned into a variable\r\n */\n width: 3rem;\n height: 3rem;\n position: absolute;\n left: 1.25rem;\n display: inline-block; }\n\n.cv--leftNavAnchor--3A_-8 {\n position: relative;\n /**\r\n * TODO: See the todo above. Replace this with a variable\r\n */\n min-height: 3rem; }\n\n.cv--leftNavText--3qbRh {\n padding-left: 5.5rem;\n position: absolute;\n top: 50%;\n -webkit-transform: translateY(-50%);\n transform: translateY(-50%);\n display: inline-block; }\n\n.cv--leftNavCollapsed--2idO9 {\n width: 5.5rem; }\n .cv--leftNavCollapsed--2idO9 .cv--iconPlaceholder--1ud9G {\n position: relative;\n left: auto;\n margin: 0 1.25rem; }\n .cv--leftNavCollapsed--2idO9 .cv--leftNavText--3qbRh {\n position: relative;\n padding-left: 0;\n text-align: center;\n top: auto;\n -webkit-transform: none;\n transform: none;\n display: block; }\n",".cv--content--1SX2l {\n padding-top: 1.25rem; }\n\n.cv--collapsedNavContent--3LJFz {\n padding-left: 5.5rem; }\n\n.cv--openNavContent--34Pt4 {\n padding-left: 15rem; }\n\n.cv--hiddenNavContent--1gZ0J {\n padding-left: 0; }\n\n.cv--mask--mE2Dq {\n z-index: 1000; }\n\n.cv--fixedBottomRightContainer--Sgmex {\n position: fixed;\n right: 1.25rem;\n bottom: 0; }\n",".cv--embeddedPlayer--3kXb6 {\n position: fixed;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0; }\n"],"sourceRoot":""}
@@ -2,3 +2,5 @@ export * from './web-player/WebPlayer';
2
2
  export * from './floating-player/FloatingPlayer';
3
3
  export * from './resources/Resources';
4
4
  export * from './video-details/VideoDetails';
5
+ export * from './play-page/PlayPage';
6
+ export * from './user-options/UserOptions';
@@ -1,9 +1,5 @@
1
1
  import * as React from 'react';
2
2
  import { Video } from '@clickview/shared';
3
- interface VideoDetailsProps {
4
- video: Video;
5
- }
6
- export declare function VideoDetails(props: VideoDetailsProps): React.ReactElement;
7
3
  interface DetailsPaneProps {
8
4
  video: Video;
9
5
  }
@@ -3,6 +3,8 @@ export declare const Actions: {
3
3
  HOME: string;
4
4
  MY_UPLOADS: string;
5
5
  SERIES: string;
6
+ PLAY_VIDEO: string;
7
+ FAVORITE_VIDEOS: string;
6
8
  };
7
9
  Playlists: {
8
10
  HOME: string;
@@ -10,6 +12,21 @@ export declare const Actions: {
10
12
  NEW_PLAYLIST: string;
11
13
  EDIT_PLAYLIST: string;
12
14
  DELETE_PLAYLIST: string;
15
+ ADD_TO_PLAYLIST: string;
13
16
  REMOVE_VIDEO_FROM_PLAYLIST: string;
14
17
  };
18
+ Dashboard: {
19
+ HOME: string;
20
+ DASHBOARD: string;
21
+ VIDEO: string;
22
+ };
23
+ Classifications: {
24
+ CLASSIFICATION: string;
25
+ PLAYLIST: string;
26
+ VIDEO: string;
27
+ SERIES: string;
28
+ };
29
+ Notifications: {
30
+ HOME: string;
31
+ };
15
32
  };
@@ -1,3 +1,4 @@
1
1
  export declare const Layouts: {
2
2
  TEACHER_LAYOUT: string;
3
+ EMBED_LAYOUT: string;
3
4
  };
@@ -1,4 +1,8 @@
1
1
  export declare const AppChannels: {
2
2
  DEFAULT: string;
3
3
  PLAYLISTS: string;
4
+ DASHBOARD: string;
5
+ SUBJECT: string;
6
+ EMBED: string;
7
+ NOTIFICATIONS: string;
4
8
  };
@@ -1,4 +1,5 @@
1
1
  import * as React from 'react';
2
+ import { Video } from '@clickview/shared';
2
3
  export interface PlayerPosition {
3
4
  top: number;
4
5
  left: number;
@@ -6,10 +7,25 @@ export interface PlayerPosition {
6
7
  }
7
8
  interface PlayerContextProps {
8
9
  webPlayerUrl: string;
9
- id?: string;
10
- setId: (id: string) => void;
11
- position: PlayerPosition;
12
- setPosition: (position: PlayerPosition) => void;
10
+ /**
11
+ * Video that the player is currently plaing
12
+ */
13
+ video?: Video;
14
+ setVideo: (video: Video) => void;
15
+ /**
16
+ * Position of the video player when we're on a play page
17
+ * no position means we're floating on the bottom right of the screen
18
+ */
19
+ viewportPosition: PlayerPosition;
20
+ setViewportPosition: (position: PlayerPosition) => void;
21
+ /**
22
+ * Tells the floating player to not render when it has
23
+ * as video but no position. This prevents
24
+ * a bug where the floating player flashes briefly when the
25
+ * PlayView has set a video but not yet set a position
26
+ */
27
+ isOnPlayPage: boolean;
28
+ setIsOnPlayPage: (isOnPlayPage: boolean) => void;
13
29
  }
14
30
  export declare const PlayerContext: React.Context<PlayerContextProps>;
15
31
  export declare function PlayerContextProvider(props: React.PropsWithChildren<{}>): React.ReactElement;
@@ -2,4 +2,5 @@ import { Flight } from '@clickview/common';
2
2
  export declare const VideoRequests: {
3
3
  video(id: string): Flight.Request;
4
4
  workspace(cursor: string): Flight.Request;
5
+ favoriteVideos(cursor: string): Flight.Request;
5
6
  };
@@ -1 +1,2 @@
1
1
  export * from './teacher-layout/TeacherLayoutView';
2
+ export * from './embed-layout/EmbedLayoutView';
@@ -1,11 +1,11 @@
1
1
  import * as React from 'react';
2
2
  import { Store } from 'redux';
3
- export interface LayoutComponentProps {
3
+ export interface TeacherLayoutComponentProps {
4
4
  showNav: boolean;
5
5
  contentChild?: React.ReactNode;
6
6
  popupChild?: React.ReactNode;
7
7
  alertChild?: React.ReactNode;
8
8
  store: Store;
9
9
  }
10
- declare function WrapLayoutWithProviders(props: LayoutComponentProps): React.ReactElement;
10
+ declare function WrapLayoutWithProviders(props: TeacherLayoutComponentProps): React.ReactElement;
11
11
  export { WrapLayoutWithProviders as TeacherLayoutComponent };
@@ -16,10 +16,8 @@ export declare class TeacherLayoutView extends ReactLayoutView {
16
16
  static getCacheKey(options: TeacherLayoutViewOptions): string;
17
17
  regions(): ObjectHash;
18
18
  private getChildComponents;
19
- private getSearchModel;
20
19
  protected unsetRegion(region: string): void;
21
20
  closePopup(): void;
22
21
  showChildView(region: string, component: React.ReactElement): void;
23
22
  renderLayout(): void;
24
- private renderSearchBar;
25
23
  }
@@ -1,5 +1,8 @@
1
+ export * from './favorite-videos/FavoriteVideosView';
1
2
  export * from './header/HeaderView';
2
3
  export * from './left-nav/LeftNavView';
3
4
  export * from './play/PlayView';
4
5
  export * from './my-uploads/MyUploadsView';
5
6
  export * from './series/SeriesView';
7
+ export * from './play-shared/PlaySharedView';
8
+ export * from './backbone-wrapper/BackboneWrapperView';
package/package.json CHANGED
@@ -1,44 +1,44 @@
1
- {
2
- "name": "@clickview/lite",
3
- "version": "0.0.4-rc.0",
4
- "description": "ClickView Lite",
5
- "main": "dist/bundle.js",
6
- "types": "dist/index.d.ts",
7
- "scripts": {
8
- "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
9
- "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
10
- "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
11
- },
12
- "repository": {
13
- "type": "git",
14
- "url": "http://gitlab.cvinternal.net/front-end/lite.git"
15
- },
16
- "cv": {
17
- "publishable": true,
18
- "rebuildable": true
19
- },
20
- "author": "Joshua Taylor, Shale Kuzmanovski, Matt Trengrove, Michael McDonnell",
21
- "license": "ISC",
22
- "devDependencies": {
23
- "@clickview/tooling": "0.0.12",
24
- "@types/react-custom-scrollbars": "4.0.6"
25
- },
26
- "dependencies": {
27
- "@clickview/common": "1.0.3-rc.0",
28
- "@clickview/playlists": "1.0.3-rc.0",
29
- "@clickview/shared": "1.0.3-rc.0",
30
- "@clickview/styles": "1.0.2",
31
- "react-custom-scrollbars": "4.2.1"
32
- },
33
- "babel": {
34
- "presets": [
35
- [
36
- "@babel/preset-env",
37
- {
38
- "corejs": 3,
39
- "useBuiltIns": "entry"
40
- }
41
- ]
42
- ]
43
- }
44
- }
1
+ {
2
+ "name": "@clickview/lite",
3
+ "version": "0.0.5-dev.0",
4
+ "description": "ClickView Lite",
5
+ "main": "dist/bundle.js",
6
+ "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "start": "set NODE_ENV=development&& webpack -w --config ./tooling/webpack.config.js",
9
+ "build": "set NODE_ENV=production&& webpack --config ./tooling/webpack.config.js",
10
+ "dev-build": "set NODE_ENV=development&& webpack --config ./tooling/webpack.config.js"
11
+ },
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "http://gitlab.cvinternal.net/front-end/lite.git"
15
+ },
16
+ "cv": {
17
+ "publishable": true,
18
+ "rebuildable": true
19
+ },
20
+ "author": "Joshua Taylor, Shale Kuzmanovski, Matt Trengrove, Michael McDonnell",
21
+ "license": "ISC",
22
+ "devDependencies": {
23
+ "@clickview/tooling": "0.0.13-dev.1",
24
+ "@types/react-custom-scrollbars": "4.0.6"
25
+ },
26
+ "dependencies": {
27
+ "@clickview/common": "1.0.4-dev.0",
28
+ "@clickview/playlists": "1.0.4-dev.0",
29
+ "@clickview/shared": "1.0.4-dev.0",
30
+ "@clickview/styles": "1.0.2",
31
+ "react-custom-scrollbars": "4.2.1"
32
+ },
33
+ "babel": {
34
+ "presets": [
35
+ [
36
+ "@babel/preset-env",
37
+ {
38
+ "corejs": 3,
39
+ "useBuiltIns": "entry"
40
+ }
41
+ ]
42
+ ]
43
+ }
44
+ }