@clickview/online 0.0.9 → 0.0.10-dev.1
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/.eslintrc.json +3 -0
- package/dist/en.json +1 -1
- package/dist/libs/analytics/src/clients/CollectionApiClient.d.ts +1 -3
- package/dist/libs/analytics/src/enrichers/BaseAnalyticsEnricher.d.ts +1 -1
- package/dist/libs/analytics/src/enrichers/UserDataEnricher.d.ts +1 -1
- package/dist/libs/analytics/src/interfaces/AnalyticsTypes.d.ts +9 -3
- package/dist/libs/analytics/src/utils/TypeHelper.d.ts +1 -1
- package/dist/libs/analytics/src/utils/VideoDataFormatHelper.d.ts +5 -5
- package/dist/libs/common/src/backbone/constants/CommonServices.d.ts +0 -1
- package/dist/libs/common/src/backbone/core/BaseAppRouter.d.ts +6 -2
- package/dist/libs/common/src/backbone/core/BaseApplication.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseBehavior.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseCollection.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseCollectionView.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseLayoutView.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseModel.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseNestedModel.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseService.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/BaseView.d.ts +2 -2
- package/dist/libs/common/src/backbone/core/LayoutService.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/ListenToRadio.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/Shell.d.ts +1 -1
- package/dist/libs/common/src/backbone/core/index.d.ts +1 -1
- package/dist/libs/common/src/backbone/interfaces/BaseCollectionIdentifier.d.ts +2 -1
- package/dist/libs/common/src/backbone/interfaces/DataProvider.d.ts +1 -1
- package/dist/libs/common/src/backbone/interfaces/StickitBinding.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/LanguageService.d.ts +1 -1
- package/dist/libs/common/src/backbone/services/data-providers/AjaxDataProvider.d.ts +1 -1
- package/dist/libs/common/src/backbone/utils/FunctionHelper.d.ts +3 -3
- package/dist/libs/common/src/react/components/BackboneViewWrapper.d.ts +2 -2
- package/dist/libs/common/src/react/flight/FlightHelpers.d.ts +1 -1
- package/dist/libs/common/src/react/flight/FlightMiddleware.d.ts +1 -1
- package/dist/libs/common/src/react/flight/interfaces/HttpRequest.d.ts +3 -0
- package/dist/libs/common/src/react/utils/ArrayHelper.d.ts +4 -3
- package/dist/libs/common/src/react/utils/FetchHelper.d.ts +1 -1
- package/dist/libs/common/src/react/utils/TimeHelper.d.ts +1 -0
- package/dist/libs/shared/src/apps/playlists/components/playlist-list/PlaylistItem.d.ts +1 -2
- package/dist/libs/shared/src/apps/playlists/components/sort-select/PlaylistSortSelect.d.ts +7 -0
- package/dist/libs/shared/src/apps/playlists/utils/PlaylistSortHelper.d.ts +1 -1
- package/dist/libs/shared/src/apps/playlists/utils/PlaylistStateUpdateHelper.d.ts +0 -2
- package/dist/libs/shared/src/apps/playlists/utils/RecentPlaylistHelper.d.ts +2 -4
- package/dist/libs/shared/src/apps/playlists/utils/getBackgroundColourClass.d.ts +2 -0
- package/dist/libs/shared/src/apps/subjects/components/coming-soon/ComingSoon.d.ts +1 -0
- package/dist/libs/shared/src/apps/subjects/components/preferences/footer/PreferenceFooter.d.ts +1 -1
- package/dist/libs/shared/src/components/banner-header/BannerHeader.d.ts +2 -0
- package/dist/libs/shared/src/components/breadcrumbs/Breadcrumbs.d.ts +3 -1
- package/dist/libs/shared/src/components/forms/form-buttons/FormButtons.d.ts +2 -1
- package/dist/libs/shared/src/components/forms/form-checkbox/FormCheckbox.d.ts +1 -1
- package/dist/libs/shared/src/components/forms/form-field/CharacterCounter.d.ts +3 -2
- package/dist/libs/shared/src/components/forms/form-field/FormField.d.ts +4 -3
- package/dist/libs/shared/src/components/forms/form-wrapper/FormWrapper.d.ts +2 -1
- package/dist/libs/shared/src/components/lazy-image/LazyImage.d.ts +1 -0
- package/dist/libs/shared/src/components/popup/Popup.d.ts +14 -0
- package/dist/libs/shared/src/components/search-bar/SearchBar.d.ts +34 -0
- package/dist/libs/shared/src/components/search-bar/SearchInput.d.ts +8 -3
- package/dist/libs/shared/src/components/thumbnails/base/BaseThumbnail.d.ts +4 -2
- package/dist/libs/shared/src/components/thumbnails/video/VideoThumbnail.d.ts +7 -6
- package/dist/libs/shared/src/components/widgets/dynamic-widget/DynamicWidget.d.ts +1 -1
- package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidget.d.ts +17 -8
- package/dist/libs/shared/src/components/widgets/fixed-widget/FixedWidgetUtils.d.ts +1 -1
- package/dist/libs/shared/src/components/widgets/fixed-widget/PartialFixedWidget.d.ts +1 -6
- package/dist/libs/shared/src/components/widgets/items/video-widget-item/VideoWidgetItem.d.ts +4 -2
- package/dist/libs/shared/src/components/widgets/sliding-list/SlidingListContainer.d.ts +1 -1
- package/dist/libs/shared/src/components/widgets/widget-button/WidgetButton.d.ts +1 -0
- package/dist/libs/shared/src/constants/BootstrapKeys.d.ts +2 -0
- package/dist/libs/shared/src/constants/WithStatements.d.ts +9 -0
- package/dist/libs/shared/src/enums/MediaQueries.d.ts +3 -1
- package/dist/libs/shared/src/enums/ObjectStatus.d.ts +5 -0
- package/dist/libs/shared/src/enums/PermissionName.d.ts +23 -0
- package/dist/libs/shared/src/enums/PlayerMediaType.d.ts +5 -0
- package/dist/libs/shared/src/enums/ResourceFileType.d.ts +9 -0
- package/dist/libs/shared/src/enums/SettingName.d.ts +0 -1
- package/dist/libs/shared/src/enums/UserGroup.d.ts +3 -2
- package/dist/libs/shared/src/enums/WidgetContents.d.ts +2 -1
- package/dist/libs/shared/src/flight-requests/ConfigRequests.d.ts +3 -1
- package/dist/libs/shared/src/flight-requests/PlaylistRequests.d.ts +4 -3
- package/dist/libs/shared/src/flight-requests/PreferenceRequests.d.ts +1 -1
- package/dist/libs/shared/src/flight-requests/SettingRequests.d.ts +2 -1
- package/dist/libs/shared/src/flight-requests/UserRequests.d.ts +5 -1
- package/dist/libs/shared/src/images/svg/ImportedSvgs.d.ts +3 -1
- package/dist/libs/shared/src/images/svg/actions/index.d.ts +3 -1
- package/dist/libs/shared/src/interfaces/app-variables/BaseSearchAppVariables.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/collections/ClassificationCollection.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/collections/ClassroomCollection.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/collections/ClassroomGroupCollection.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/collections/InteractiveCollection.d.ts +2 -2
- package/dist/libs/shared/src/interfaces/collections/index.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/models/Classroom.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/models/ClassroomGroup.d.ts +18 -0
- package/dist/libs/shared/src/interfaces/models/Clip.d.ts +4 -3
- package/dist/libs/shared/src/interfaces/models/Config.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/models/Curriculum.d.ts +4 -0
- package/dist/libs/shared/src/interfaces/models/Glance.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/models/InteractiveMetadata.d.ts +14 -0
- package/dist/libs/shared/src/interfaces/models/Link.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/models/PlayerViewKey.d.ts +3 -0
- package/dist/libs/shared/src/interfaces/models/Resource.d.ts +11 -3
- package/dist/libs/shared/src/interfaces/models/Thumbnail.d.ts +3 -0
- package/dist/libs/shared/src/interfaces/models/User.d.ts +10 -1
- package/dist/libs/shared/src/interfaces/models/Video.d.ts +6 -2
- package/dist/libs/shared/src/interfaces/models/VideoHistory.d.ts +4 -1
- package/dist/libs/shared/src/interfaces/models/Widget.d.ts +1 -1
- package/dist/libs/shared/src/interfaces/models/YearGroup.d.ts +5 -0
- package/dist/libs/shared/src/interfaces/models/index.d.ts +9 -1
- package/dist/libs/shared/src/interfaces/models/interactive/ActionableItem.d.ts +6 -0
- package/dist/libs/shared/src/interfaces/models/interactive/Interaction.d.ts +16 -0
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionType.d.ts +7 -0
- package/dist/libs/shared/src/interfaces/models/interactive/InteractionTypeId.d.ts +8 -0
- package/dist/libs/shared/src/interfaces/models/interactive/Interactive.d.ts +7 -0
- package/dist/libs/shared/src/interfaces/models/interactive/Timepoint.d.ts +9 -0
- package/dist/libs/shared/src/interfaces/models/interactive/index.d.ts +6 -0
- package/dist/libs/shared/src/interfaces/models/primitives/BaseObject.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/models/primitives/VirtualObject.d.ts +5 -0
- package/dist/libs/shared/src/interfaces/models/primitives/index.d.ts +1 -0
- package/dist/libs/shared/src/interfaces/requests/CreateOrUpdateClipRequest.d.ts +6 -0
- package/dist/libs/shared/src/interfaces/requests/CreateViewKeyRequest.d.ts +3 -0
- package/dist/libs/shared/src/interfaces/requests/UpdateVideoRequest.d.ts +5 -1
- package/dist/libs/shared/src/interfaces/requests/index.d.ts +5 -0
- package/dist/libs/shared/src/interfaces/services/BaseUserDataService.d.ts +2 -0
- package/dist/libs/shared/src/interfaces/services/index.d.ts +1 -0
- package/dist/libs/shared/src/services/ConfigDataService.d.ts +2 -2
- package/dist/libs/shared/src/utils/FavouriteHelpers.d.ts +30 -0
- package/dist/libs/shared/src/utils/ImageHelper.d.ts +5 -4
- package/dist/libs/shared/src/utils/RecentItemHelper.d.ts +11 -0
- package/dist/libs/shared/src/utils/SvgHelper.d.ts +0 -1
- package/dist/libs/shared/src/utils/VideoDetailsHelper.d.ts +9 -0
- package/dist/libs/shared/src/utils/VideoHelper.d.ts +5 -0
- package/dist/online-app.css +34 -12
- package/dist/online-app.css.map +1 -1
- package/dist/online-app.js +33 -3
- package/dist/online-app.js.map +1 -1
- package/dist/projects/online/src/apps/content-updates/ContentUpdatesApplication.d.ts +1 -1
- package/dist/projects/online/src/apps/content-updates/components/index.d.ts +1 -1
- package/dist/projects/online/src/apps/default/OnlineDefaultApplication.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/OnlinePlaylistsApplication.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/components/left-nav/LeftNav.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/components/left-nav/left-nav-item/LeftNavItem.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/components/old-forms/OldFormWrapper.d.ts +2 -1
- package/dist/projects/online/src/apps/playlists/components/playlist-header/PlaylistHeader.d.ts +1 -0
- package/dist/projects/online/src/apps/playlists/components/playlist-list-header/PlaylistListHeader.d.ts +0 -1
- package/dist/projects/online/src/apps/playlists/filters/MigrationFilter.d.ts +1 -1
- package/dist/projects/online/src/apps/playlists/views/left-nav/LeftNavView.d.ts +2 -0
- package/dist/projects/online/src/apps/subjects/SubjectPlaylistsApplication.d.ts +1 -1
- package/dist/projects/online/src/index.d.ts +29 -3
- package/dist/projects/online/src/shared/constants/Actions.d.ts +14 -3
- package/dist/projects/online/src/shared/constants/RadioChannels.d.ts +1 -0
- package/dist/projects/online/src/shared/identifiers/DataIdentifier.d.ts +1 -1
- package/dist/projects/online/src/shared/identifiers/WidgetCollectionIdentifier.d.ts +3 -3
- package/dist/projects/online/src/shared/identifiers/primitives/ServiceOptions.d.ts +2 -2
- package/dist/projects/online/src/shared/interfaces/SharedObject.d.ts +2 -1
- package/dist/projects/online/src/shared/layouts/LayoutComponent.d.ts +1 -1
- package/dist/projects/online/src/shared/layouts/OnlineLayoutView.d.ts +1 -1
- package/dist/projects/online/src/shared/utils/PopupHelper.d.ts +1 -1
- package/dist/projects/online/src/styles/index.d.ts +1 -0
- package/package.json +4 -3
- package/tooling/externals.js +3 -0
- package/typings/libs/CVEvents.d.ts +1 -1
- package/typings/libs/CVLanguages.d.ts +24 -0
- package/typings/libs/LazyLoad.d.ts +1 -1
- package/dist/libs/common/src/backbone/constants/BehaviorChannels.d.ts +0 -5
- package/dist/libs/common/src/backbone/services/ScrollService.d.ts +0 -19
- package/dist/libs/shared/src/components/svgs/ClickViewLogo.d.ts +0 -2
- package/dist/libs/shared/src/components/thumbnails/video/VideoThumbnailWatchProgressBar.d.ts +0 -8
- package/dist/libs/shared/src/enums/ThumbnailSize.d.ts +0 -6
- package/dist/libs/shared/src/interfaces/models/Interactive.d.ts +0 -9
- package/dist/libs/shared/src/utils/CollectionHelper.d.ts +0 -16
- package/dist/projects/online/src/apps/playlists/components/legacy-playlist-list/LegacyPartialPlaylistList.d.ts +0 -2
- package/dist/projects/online/src/apps/playlists/components/legacy-playlist-list/LegacyPlaylistItem.d.ts +0 -7
- package/dist/projects/online/src/apps/playlists/components/legacy-playlist-list/LegacyPlaylistList.d.ts +0 -7
- package/dist/projects/online/src/shared/hooks/UseListenOn.d.ts +0 -4
- /package/dist/projects/online/src/apps/content-updates/components/classification-banner/{ClassifictionBannerContainer.d.ts → ClassificationBanner.d.ts} +0 -0
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { StorageHelper } from "../../../../../common/src/backbone/utils/LocalStorageHelper";
|
|
2
1
|
interface AddRecentPlaylistsOptions {
|
|
3
2
|
id: string;
|
|
4
3
|
limit?: number;
|
|
@@ -7,8 +6,7 @@ export declare const RecentPlaylistHelper: {
|
|
|
7
6
|
/**
|
|
8
7
|
* Get a list of ids of playlists recently added to.
|
|
9
8
|
*/
|
|
10
|
-
getRecentlyAddedTo(userId: string
|
|
11
|
-
|
|
12
|
-
addRecentlyAddedTo(userId: string, dataSource: StorageHelper, options: AddRecentPlaylistsOptions): string[];
|
|
9
|
+
getRecentlyAddedTo(userId: string): string[];
|
|
10
|
+
addRecentlyAddedTo(userId: string, options: AddRecentPlaylistsOptions): string[];
|
|
13
11
|
};
|
|
14
12
|
export {};
|
package/dist/libs/shared/src/apps/subjects/components/preferences/footer/PreferenceFooter.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
-
interface PreferenceFooterProps extends React.PropsWithChildren<
|
|
2
|
+
interface PreferenceFooterProps extends React.PropsWithChildren<unknown> {
|
|
3
3
|
justify?: 'end' | 'center' | 'between';
|
|
4
4
|
}
|
|
5
5
|
export declare function PreferenceFooter(props: PreferenceFooterProps): JSX.Element;
|
|
@@ -11,6 +11,8 @@ interface BannerHeaderProps {
|
|
|
11
11
|
backButtonText?: string;
|
|
12
12
|
backButtonClasses?: string;
|
|
13
13
|
sortComponent?: JSX.Element;
|
|
14
|
+
blockColourClass?: string;
|
|
15
|
+
actionsDropdownClassName?: string;
|
|
14
16
|
}
|
|
15
17
|
export declare const BannerHeader: React.NamedExoticComponent<BannerHeaderProps>;
|
|
16
18
|
export declare const PartialBannerHeader: () => JSX.Element;
|
|
@@ -16,5 +16,7 @@ interface BreadcrumbsProps<T> {
|
|
|
16
16
|
subview?: string;
|
|
17
17
|
}
|
|
18
18
|
export declare function Breadcrumbs<T extends BaseObject>(props: BreadcrumbsProps<T>): React.ReactElement;
|
|
19
|
-
export declare const PartialBreadcrumbs: (
|
|
19
|
+
export declare const PartialBreadcrumbs: ({ numItems }: {
|
|
20
|
+
numItems?: number;
|
|
21
|
+
}) => JSX.Element;
|
|
20
22
|
export {};
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { ButtonProps } from 'react-bootstrap';
|
|
3
|
+
import { HashObject } from "../../../../../common/src/react/interfaces";
|
|
3
4
|
interface FormButtonsProps {
|
|
4
5
|
isNew: boolean;
|
|
5
6
|
hasNext?: boolean;
|
|
6
7
|
submitText?: string;
|
|
7
8
|
variant?: ButtonProps['variant'];
|
|
8
9
|
}
|
|
9
|
-
export declare function FormButtons<Values extends
|
|
10
|
+
export declare function FormButtons<Values extends HashObject>(props: FormButtonsProps): JSX.Element;
|
|
10
11
|
export {};
|
|
@@ -4,4 +4,4 @@ import { FormFieldProps } from '../form-field/FormField';
|
|
|
4
4
|
/**
|
|
5
5
|
* Use this checkbox within Formik contexts
|
|
6
6
|
*/
|
|
7
|
-
export declare function FormCheckbox
|
|
7
|
+
export declare function FormCheckbox(props: FieldAttributes<FormFieldProps>): JSX.Element;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
2
|
+
import { HashObject } from "../../../../../common/src/react/interfaces";
|
|
3
|
+
interface CharacterCounterProps<Values extends HashObject> {
|
|
3
4
|
fieldName: keyof Values;
|
|
4
5
|
limit: number;
|
|
5
6
|
}
|
|
6
|
-
export declare function CharacterCounter<Values extends
|
|
7
|
+
export declare function CharacterCounter<Values extends HashObject>(props: CharacterCounterProps<Values>): JSX.Element;
|
|
7
8
|
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { FieldAttributes, FieldProps } from 'formik';
|
|
3
|
-
|
|
3
|
+
import { HashObject } from "../../../../../common/src/react/interfaces";
|
|
4
|
+
export interface FormFieldProps {
|
|
4
5
|
/**
|
|
5
6
|
* The name prop MUST be the same as the attribute
|
|
6
7
|
* name of the value that the field is bound to.
|
|
@@ -10,7 +11,7 @@ export interface FormFieldProps<Values extends object> {
|
|
|
10
11
|
children?: ((props: FieldProps) => React.ReactNode) | React.ReactNode;
|
|
11
12
|
showCharacterCounter?: boolean;
|
|
12
13
|
}
|
|
13
|
-
export declare function FieldWrapper
|
|
14
|
+
export declare function FieldWrapper(props: FieldAttributes<FormFieldProps> & {
|
|
14
15
|
className: string;
|
|
15
16
|
}): React.ReactElement;
|
|
16
|
-
export declare function FormField<Values extends
|
|
17
|
+
export declare function FormField<Values extends HashObject>(props: FieldAttributes<FormFieldProps>): React.ReactElement;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { FormikValues, FormikConfig, FormikContextType } from 'formik';
|
|
3
|
+
import { HashObject } from "../../../../../common/src/react/interfaces";
|
|
3
4
|
declare type ModifiedFormikConfig<Values extends FormikValues> = Omit<FormikConfig<Values>, 'initialValues' | 'onSubmit'>;
|
|
4
5
|
interface FormWrapperProps<FormValues extends FormikValues, ApiValues extends FormikValues> {
|
|
5
6
|
initialValues: FormValues | ApiValues;
|
|
@@ -9,7 +10,7 @@ interface FormWrapperProps<FormValues extends FormikValues, ApiValues extends Fo
|
|
|
9
10
|
allowInitialSubmit?: boolean;
|
|
10
11
|
resetOnSubmit?: boolean;
|
|
11
12
|
}
|
|
12
|
-
export declare function FormWrapper<FormValues extends FormikValues = FormikValues, ApiValues extends FormikValues = FormikValues, ExtraProps =
|
|
13
|
+
export declare function FormWrapper<FormValues extends FormikValues = FormikValues, ApiValues extends FormikValues = FormikValues, ExtraProps = HashObject>(props: ModifiedFormikConfig<FormValues> & ExtraProps & FormWrapperProps<FormValues, ApiValues>): JSX.Element;
|
|
13
14
|
export declare namespace FormWrapper {
|
|
14
15
|
var defaultProps: {
|
|
15
16
|
castInitialValues: boolean;
|
|
@@ -1,4 +1,17 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
|
+
import { HashObject } from "../../../../common/src/react/interfaces";
|
|
3
|
+
import { Core } from "../../../../common/src/backbone";
|
|
4
|
+
import { AnalyticsOptions } from "../../../../analytics/src/interfaces";
|
|
5
|
+
export interface HeaderButton {
|
|
6
|
+
appLink?: Core.AppLink;
|
|
7
|
+
onClick?: (e: React.MouseEvent) => void;
|
|
8
|
+
svgName?: string;
|
|
9
|
+
className?: string;
|
|
10
|
+
tooltip?: string;
|
|
11
|
+
showSpinner?: boolean;
|
|
12
|
+
analyticsData?: HashObject;
|
|
13
|
+
analyticsOptions?: AnalyticsOptions;
|
|
14
|
+
}
|
|
2
15
|
interface PopupProps {
|
|
3
16
|
title?: string;
|
|
4
17
|
closeButton?: boolean;
|
|
@@ -6,6 +19,7 @@ interface PopupProps {
|
|
|
6
19
|
onEntered?: () => void;
|
|
7
20
|
size?: 'sm' | 'lg' | 'xl';
|
|
8
21
|
showLoadingSpinner?: boolean;
|
|
22
|
+
headerButtons?: HeaderButton[];
|
|
9
23
|
}
|
|
10
24
|
export declare function Popup(props: React.PropsWithChildren<PopupProps>): React.ReactElement;
|
|
11
25
|
export declare namespace Popup {
|
|
@@ -31,6 +31,11 @@ export interface SearchBarProps<T extends HashObject> {
|
|
|
31
31
|
* results are being used.
|
|
32
32
|
*/
|
|
33
33
|
getRemoteUrl?: (query: string) => string;
|
|
34
|
+
/**
|
|
35
|
+
* If additional headers are required (e.g. authorization) when fetching
|
|
36
|
+
* a remote resource, add them in here.
|
|
37
|
+
*/
|
|
38
|
+
requestHeaders?: HashObject;
|
|
34
39
|
/**
|
|
35
40
|
* Optional formatting function for the data returned from the remote resource.
|
|
36
41
|
*/
|
|
@@ -105,6 +110,18 @@ export interface SearchBarProps<T extends HashObject> {
|
|
|
105
110
|
* which side to render it on. Defaults to `right` in `defaultProps`
|
|
106
111
|
*/
|
|
107
112
|
searchIconPlacement?: 'left' | 'right' | false;
|
|
113
|
+
/**
|
|
114
|
+
* If true, a cross svg will be rendered.
|
|
115
|
+
* Clicking this icon will reset the query.
|
|
116
|
+
*/
|
|
117
|
+
showClearInputIcon?: boolean;
|
|
118
|
+
/**
|
|
119
|
+
* Optional callback function to be called when the clear input
|
|
120
|
+
* icon is clicked.
|
|
121
|
+
* The query will be reset automatically, this callback is for
|
|
122
|
+
* adding additional functionality.
|
|
123
|
+
*/
|
|
124
|
+
onClickClearInput?: () => void;
|
|
108
125
|
/**
|
|
109
126
|
* Flag to determine whether clicking the search icon should trigger
|
|
110
127
|
* submitting the search query.
|
|
@@ -114,11 +131,27 @@ export interface SearchBarProps<T extends HashObject> {
|
|
|
114
131
|
* Flag to determine whether the search input should be autofocused.
|
|
115
132
|
*/
|
|
116
133
|
autoFocusInput?: boolean;
|
|
134
|
+
/**
|
|
135
|
+
* If true, the default Bootstrap styling will be applied when the
|
|
136
|
+
* input is focused.
|
|
137
|
+
*/
|
|
138
|
+
highlightInputOnFocus?: boolean;
|
|
139
|
+
/**
|
|
140
|
+
* If true, suggestions will be rendered whenever the input is focussed.
|
|
141
|
+
* Useful for show recent searches suggestions when there's no query.
|
|
142
|
+
*/
|
|
143
|
+
renderSuggestionsOnInputFocus?: boolean;
|
|
117
144
|
/**
|
|
118
145
|
* When true, the input field will be cleared whenever a suggestion is selected.
|
|
119
146
|
*/
|
|
120
147
|
clearQueryOnSelect?: boolean;
|
|
121
148
|
onBackspace?: () => void;
|
|
149
|
+
/**
|
|
150
|
+
* When true, the search input will be wrapped in a <form />.
|
|
151
|
+
* This is true by default.
|
|
152
|
+
* If rendering <SearchBar /> within another form, set this to false.
|
|
153
|
+
*/
|
|
154
|
+
renderAsForm?: boolean;
|
|
122
155
|
}
|
|
123
156
|
export declare function SearchBar<T extends HashObject>(props: SearchBarProps<T>): JSX.Element;
|
|
124
157
|
export declare namespace SearchBar {
|
|
@@ -130,5 +163,6 @@ export declare namespace SearchBar {
|
|
|
130
163
|
recentSearches: any[];
|
|
131
164
|
initialSuggestions: any[];
|
|
132
165
|
searchIconPlacement: string;
|
|
166
|
+
renderAsForm: boolean;
|
|
133
167
|
};
|
|
134
168
|
}
|
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import * as Autosuggest from 'react-autosuggest';
|
|
3
|
-
|
|
3
|
+
import { HashObject } from "../../../../common/src/react/interfaces";
|
|
4
|
+
declare type SearchIconPlacement = 'left' | 'right' | false;
|
|
5
|
+
interface SearchInputProps<T> extends Autosuggest.InputProps<T> {
|
|
4
6
|
onClickSearchIcon?: () => void;
|
|
5
|
-
searchIconPlacement?:
|
|
7
|
+
searchIconPlacement?: SearchIconPlacement;
|
|
8
|
+
showClearInputIcon?: boolean;
|
|
9
|
+
onClickClearInput?: () => void;
|
|
10
|
+
highlightOnFocus?: boolean;
|
|
6
11
|
}
|
|
7
|
-
export declare function SearchInput<T extends
|
|
12
|
+
export declare function SearchInput<T extends HashObject>(props: SearchInputProps<T>): JSX.Element;
|
|
8
13
|
export {};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Core } from "../../../../../common/src/backbone";
|
|
3
3
|
import { Image } from "../../../interfaces";
|
|
4
|
-
import {
|
|
4
|
+
import { ImageOptions } from "../../../utils/ImageHelper";
|
|
5
5
|
import { AnalyticsOptions, HashObject } from "../../../../../analytics/src/interfaces";
|
|
6
6
|
export declare enum AspectRatio {
|
|
7
7
|
SixteenByNine = 0,
|
|
@@ -11,10 +11,12 @@ export declare enum AspectRatio {
|
|
|
11
11
|
}
|
|
12
12
|
interface ThumbnailProps {
|
|
13
13
|
data: Image | string;
|
|
14
|
-
|
|
14
|
+
imageOptions?: ImageOptions;
|
|
15
15
|
appLink?: Core.AppLink;
|
|
16
16
|
aspectRatio?: AspectRatio;
|
|
17
17
|
className?: string;
|
|
18
|
+
imageClassName?: string;
|
|
19
|
+
imageStyle?: HashObject;
|
|
18
20
|
preload?: boolean;
|
|
19
21
|
analyticsData?: HashObject;
|
|
20
22
|
analyticsOptions?: AnalyticsOptions;
|
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { Core } from "../../../../../common/src/backbone";
|
|
3
|
-
import { Video,
|
|
4
|
-
import { ThumbnailSize } from "../../../enums/ThumbnailSize";
|
|
3
|
+
import { Video, InteractiveMetadata, Clip } from "../../../interfaces";
|
|
5
4
|
import { ThumbnailTextPosition } from "../../../enums/ThumbnailTextPosition";
|
|
5
|
+
import { ImageOptions } from "../../../utils/ImageHelper";
|
|
6
6
|
import { AnalyticsOptions, HashObject } from "../../../../../analytics/src/interfaces";
|
|
7
7
|
declare type BaseVideoThumbnailProps = {
|
|
8
8
|
video: Video;
|
|
9
9
|
videoType?: 'video' | 'interactive' | 'clip';
|
|
10
|
-
interactive?:
|
|
10
|
+
interactive?: InteractiveMetadata;
|
|
11
11
|
clip?: Clip;
|
|
12
|
-
|
|
12
|
+
imageOptions: ImageOptions;
|
|
13
13
|
type: 'expandable' | 'static';
|
|
14
14
|
textPosition: ThumbnailTextPosition;
|
|
15
|
-
appLink
|
|
15
|
+
appLink?: Core.AppLink;
|
|
16
16
|
seriesAppLink?: Core.AppLink;
|
|
17
17
|
setFavourite?: (video: Video, shouldFavourite: boolean, onError?: () => void) => void;
|
|
18
|
+
hideFavouriteButton?: boolean;
|
|
18
19
|
preload?: boolean;
|
|
19
20
|
hovering?: boolean;
|
|
20
21
|
extraClasses?: string;
|
|
@@ -26,7 +27,7 @@ declare type VideoThumbnailProps = BaseVideoThumbnailProps & {
|
|
|
26
27
|
};
|
|
27
28
|
declare type InteractiveThumbnailProps = BaseVideoThumbnailProps & {
|
|
28
29
|
video: Video;
|
|
29
|
-
interactive:
|
|
30
|
+
interactive: InteractiveMetadata;
|
|
30
31
|
videoType: 'interactive';
|
|
31
32
|
};
|
|
32
33
|
declare type ClipThumbnailProps = BaseVideoThumbnailProps & {
|
|
@@ -13,7 +13,7 @@ interface DynamicWidgetProps {
|
|
|
13
13
|
collection?: BaseObject[];
|
|
14
14
|
fetch?: (...args: any[]) => any;
|
|
15
15
|
lazyLoad?: boolean;
|
|
16
|
-
headingPhraseKey?: 'topics' | 'teach';
|
|
16
|
+
headingPhraseKey?: 'topics' | 'teach' | 'relatedTopics';
|
|
17
17
|
headingAppLink?: Core.AppLink;
|
|
18
18
|
analyticsData?: HashObject;
|
|
19
19
|
analyticsOptions?: AnalyticsOptions;
|
|
@@ -3,22 +3,18 @@ import { Core } from "../../../../../common/src/backbone";
|
|
|
3
3
|
import { Flight } from "../../../../../common/src/react";
|
|
4
4
|
import { WidgetType } from "../../../interfaces";
|
|
5
5
|
import { WidgetContents } from "../../../enums/WidgetContents";
|
|
6
|
-
import {
|
|
6
|
+
import { ImageSize } from "../../../enums/Images";
|
|
7
7
|
import { AnalyticsOptions, HashObject } from "../../../../../analytics/src/interfaces";
|
|
8
|
-
|
|
8
|
+
interface BaseFixedWidgetProps {
|
|
9
9
|
id?: string;
|
|
10
10
|
name?: string;
|
|
11
11
|
description?: string;
|
|
12
12
|
type: WidgetType;
|
|
13
13
|
contents: WidgetContents;
|
|
14
|
-
thumbnailSize?:
|
|
14
|
+
thumbnailSize?: ImageSize;
|
|
15
15
|
paddingSize?: '3' | '4';
|
|
16
|
-
collection?: any;
|
|
17
|
-
lazyLoad?: boolean;
|
|
18
|
-
fetch?: (...args: any) => Flight.Response<any>;
|
|
19
|
-
prefetched?: boolean;
|
|
20
|
-
setData?: (data: any) => any;
|
|
21
16
|
minimumItemCount?: number;
|
|
17
|
+
setData?: (data: any) => any;
|
|
22
18
|
childComponent: React.ElementType;
|
|
23
19
|
childAppLink?: Core.AppLink;
|
|
24
20
|
appLink?: Core.AppLink;
|
|
@@ -26,6 +22,19 @@ export interface FixedWidgetProps {
|
|
|
26
22
|
analyticsData?: HashObject;
|
|
27
23
|
analyticsOptions?: AnalyticsOptions;
|
|
28
24
|
}
|
|
25
|
+
declare type FixedWidgetWithFetchProps = BaseFixedWidgetProps & {
|
|
26
|
+
lazyLoad: true;
|
|
27
|
+
collection?: never;
|
|
28
|
+
fetch: (...args: any) => Flight.Response<any>;
|
|
29
|
+
prefetched?: false;
|
|
30
|
+
};
|
|
31
|
+
declare type FixedWidgetWithCollectionProps = BaseFixedWidgetProps & {
|
|
32
|
+
collection: any;
|
|
33
|
+
lazyLoad?: false;
|
|
34
|
+
fetch?: never;
|
|
35
|
+
prefetched: true;
|
|
36
|
+
};
|
|
37
|
+
export declare type FixedWidgetProps = FixedWidgetWithCollectionProps | FixedWidgetWithFetchProps;
|
|
29
38
|
declare function FixedWidget(props: FixedWidgetProps): JSX.Element;
|
|
30
39
|
declare namespace FixedWidget {
|
|
31
40
|
var defaultProps: {
|
|
@@ -13,7 +13,7 @@ export interface WidgetData {
|
|
|
13
13
|
name?: string;
|
|
14
14
|
description?: string;
|
|
15
15
|
}
|
|
16
|
-
export declare function useFetchData(props: FixedWidgetProps, dispatch:
|
|
16
|
+
export declare function useFetchData(props: FixedWidgetProps, dispatch: React.Dispatch<ReducerActions<WidgetInteraction, FixedWidgetPayload>>, mediaQueryType: MediaQueryStrings, shouldFetch: boolean): Flight.Response<any>;
|
|
17
17
|
/**
|
|
18
18
|
* This function wrapper determines which widget item images should be pre-fetched by the LazyImage component.
|
|
19
19
|
* It does this by looking at which images are going to be shown after the users clicks on the "Next"
|
|
@@ -1,7 +1,2 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
|
|
3
|
-
interface PartialFixedWidgetProps {
|
|
4
|
-
type: WidgetType;
|
|
5
|
-
}
|
|
6
|
-
export declare function PartialFixedWidget(props: PartialFixedWidgetProps): JSX.Element;
|
|
7
|
-
export {};
|
|
2
|
+
export declare function PartialFixedWidget(): JSX.Element;
|
package/dist/libs/shared/src/components/widgets/items/video-widget-item/VideoWidgetItem.d.ts
CHANGED
|
@@ -1,18 +1,20 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { Core } from "../../../../../../common/src/backbone";
|
|
3
3
|
import { WidgetContext, Video } from "../../../../interfaces";
|
|
4
|
-
import {
|
|
4
|
+
import { ImageSize } from "../../../../enums/Images";
|
|
5
5
|
import { AnalyticsOptions, HashObject } from "../../../../../../analytics/src/interfaces";
|
|
6
6
|
interface VideoWidgetItemProps {
|
|
7
7
|
data: Video;
|
|
8
8
|
appLink: Core.AppLink;
|
|
9
9
|
seriesAppLink: Core.AppLink;
|
|
10
10
|
context: WidgetContext;
|
|
11
|
-
thumbnailSize:
|
|
11
|
+
thumbnailSize: ImageSize;
|
|
12
12
|
onHover: (isHovering: boolean) => void;
|
|
13
13
|
preloadImage?: boolean;
|
|
14
14
|
analyticsData?: HashObject;
|
|
15
15
|
analyticsOptions?: AnalyticsOptions;
|
|
16
|
+
hideFavouriteButton?: boolean;
|
|
17
|
+
setFavourite?: (video: Video, shouldFavourite: boolean, onError?: () => void) => void;
|
|
16
18
|
}
|
|
17
19
|
export declare const VideoWidgetItem: React.NamedExoticComponent<VideoWidgetItemProps>;
|
|
18
20
|
export {};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from 'react';
|
|
2
2
|
import { CssMeasurement } from "../../../enums/CssMeasurement";
|
|
3
|
-
interface SlidingListContainerProps extends React.PropsWithChildren<
|
|
3
|
+
interface SlidingListContainerProps extends React.PropsWithChildren<unknown> {
|
|
4
4
|
position: number;
|
|
5
5
|
positionType: CssMeasurement;
|
|
6
6
|
onDrag?: (event: React.DragEvent<HTMLDivElement>) => void;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export declare const SharedWithStatements: {
|
|
2
|
+
BASE_VIDEO_COLLECTION: string;
|
|
2
3
|
VIDEO_COLLECTION: string;
|
|
3
4
|
/**
|
|
4
5
|
* We need to fetch videos 100 interactives for a shared playlist to determine which interactives
|
|
@@ -11,8 +12,16 @@ export declare const SharedWithStatements: {
|
|
|
11
12
|
PLAYLIST: string;
|
|
12
13
|
PLAYLIST_COLLECTION: string;
|
|
13
14
|
};
|
|
15
|
+
interface VirtualAssocs {
|
|
16
|
+
videoProgress?: boolean;
|
|
17
|
+
hasInteractives?: boolean;
|
|
18
|
+
hasCurriculumLinks?: boolean;
|
|
19
|
+
}
|
|
14
20
|
export declare const WithStatementHelper: {
|
|
15
21
|
SubjectPresentationActiveAudienceFilter(ids: string[]): string;
|
|
16
22
|
SubjectPresentationAudienceFilter(id: string): string;
|
|
17
23
|
ClassificationWithFollowersAndMemberCount(currentUserId: string): string;
|
|
24
|
+
ClassificationWithFollowers(currentUserId: string): string;
|
|
25
|
+
VideoCollectionWithAssocs(currentUserId?: string, withVirtualAssocs?: boolean, options?: VirtualAssocs): string;
|
|
18
26
|
};
|
|
27
|
+
export {};
|
|
@@ -14,5 +14,7 @@ export declare enum MediaQueryStrings {
|
|
|
14
14
|
XL = "(min-width: 1200px)",
|
|
15
15
|
XXL = "(min-width: 1440px)",
|
|
16
16
|
SMDown = "(max-width: 576px)",
|
|
17
|
-
MDDown = "(max-width: 768px)"
|
|
17
|
+
MDDown = "(max-width: 768px)",
|
|
18
|
+
LGDown = "(max-width: 992px)",
|
|
19
|
+
XLDown = "(max-width: 1200px)"
|
|
18
20
|
}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
export declare type PermissionsLookup = {
|
|
2
|
+
[key in PermissionName]: boolean;
|
|
3
|
+
};
|
|
4
|
+
export declare enum PermissionName {
|
|
5
|
+
ManageUsers = "users.manage",
|
|
6
|
+
FollowSubjects = "subjects.follow",
|
|
7
|
+
ManageSubjectPreferences = "subjects.preferences.manage",
|
|
8
|
+
CreateClassrooms = "classrooms.create",
|
|
9
|
+
ViewClassrooms = "classrooms.view",
|
|
10
|
+
SharePlaylists = "playlists.share",
|
|
11
|
+
CreatePlaylists = "playlists.create",
|
|
12
|
+
ViewPlaylists = "playlists.view",
|
|
13
|
+
FollowPlaylists = "playlists.follow",
|
|
14
|
+
ViewVideos = "videos.view",
|
|
15
|
+
ShareVideos = "videos.share",
|
|
16
|
+
UploadVideos = "videos.upload",
|
|
17
|
+
FavouriteVideos = "videos.favourite",
|
|
18
|
+
CreateInteractives = "interactives.create",
|
|
19
|
+
ViewInteractives = "interactives.view",
|
|
20
|
+
CreateClips = "clips.create",
|
|
21
|
+
ViewClips = "clips.view",
|
|
22
|
+
EditProfile = "settings.editprofile"
|
|
23
|
+
}
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
import { Flight } from "../../../common/src/react";
|
|
2
|
+
import { Config } from '../interfaces';
|
|
2
3
|
export declare const ConfigRequests: {
|
|
3
|
-
config: Flight.Request;
|
|
4
|
+
config(success?: (config: Config) => void, error?: () => void): Flight.Request;
|
|
5
|
+
version(success?: (version: any) => void, error?: () => void): Flight.Request;
|
|
4
6
|
};
|
|
@@ -10,9 +10,9 @@ export declare const PlaylistRequests: {
|
|
|
10
10
|
getPlaylistVideos(id: string, maxAllowedRating?: number, cursor?: string): Flight.Request;
|
|
11
11
|
getSharedPlaylistVideos(shareCode: string, maxAllowedRating?: number, cursor?: string): Flight.Request;
|
|
12
12
|
getVideoPlaylists(videoId: string, userId: string, cursor?: string): Flight.Request;
|
|
13
|
-
createPlaylist(userId: string, data: CreateOrUpdatePlaylistRequest, success?: (data: any) => void, error?: (data: any) => void): Flight.Request;
|
|
14
|
-
updatePlaylist(id: string, data: CreateOrUpdatePlaylistRequest, success?: (data: any) => void, error?: (data: any) => void): Flight.Request;
|
|
15
|
-
deletePlaylist(id: string, success?: (data: any) => void, error?: (data: any) => void): Flight.Request;
|
|
13
|
+
createPlaylist(userId: string, data: CreateOrUpdatePlaylistRequest, success?: (data: any) => void, error?: (data: any) => void, always?: () => void): Flight.Request;
|
|
14
|
+
updatePlaylist(id: string, data: CreateOrUpdatePlaylistRequest, success?: (data: any) => void, error?: (data: any) => void, always?: () => void): Flight.Request;
|
|
15
|
+
deletePlaylist(id: string, success?: (data: any) => void, error?: (data: any) => void, always?: () => void): Flight.Request;
|
|
16
16
|
addToPlaylist(playlistId: string, videoIds: string[], success?: (data: any) => void, error?: (data: any) => void): Flight.Request;
|
|
17
17
|
reorderVideos(id: string, reorderRequest: ReorderRequest, success?: (data: any) => void, error?: (data: any) => void): Flight.Request;
|
|
18
18
|
removePlaylistVideo(playlistId: string, videoId: string, success?: (data: any) => void, error?: (data: any) => void): Flight.Request;
|
|
@@ -22,4 +22,5 @@ export declare const PlaylistRequests: {
|
|
|
22
22
|
getPlaylistPrivacy(playlistId: string): Flight.Request;
|
|
23
23
|
updatePlaylistPrivacy(playlistId: string, privacy: PlaylistPrivacy, success?: (data: any) => void, error?: (xhr: Xhr) => void, always?: () => void): Flight.Request;
|
|
24
24
|
getMigrationTask(success?: (data: any) => void, error?: (xhr: Xhr) => void): Flight.Request;
|
|
25
|
+
copyPlaylist(id: string, success?: (data: any) => void, error?: (xhr: Xhr) => void, always?: () => void): Flight.Request;
|
|
25
26
|
};
|
|
@@ -7,7 +7,7 @@ export declare const PreferenceRequests: {
|
|
|
7
7
|
*/
|
|
8
8
|
currentPresentations(type?: PresentationType): Flight.Request;
|
|
9
9
|
availablePresentations(type?: PresentationType): Flight.Request;
|
|
10
|
-
setPresentation(presentation: Presentation, type: PresentationType, success?: () => void): Flight.Request;
|
|
10
|
+
setPresentation(presentation: Presentation, type: PresentationType, success?: () => void, error?: () => void): Flight.Request;
|
|
11
11
|
/**
|
|
12
12
|
* Subjects
|
|
13
13
|
*/
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { Flight } from "../../../common/src/react";
|
|
2
|
+
import { EntitySetting } from "../interfaces";
|
|
2
3
|
import { SettingName } from "../enums/SettingName";
|
|
3
4
|
import { SettingKind } from "../enums/SettingKind";
|
|
4
5
|
export declare const SettingRequests: {
|
|
5
|
-
setting(entityId: string, name: SettingName): Flight.Request;
|
|
6
|
+
setting(entityId: string, name: SettingName, success?: (data: EntitySetting<any>) => void, error?: () => void): Flight.Request;
|
|
6
7
|
updateSetting(entityId: string, name: SettingName, value: any, kind: SettingKind, success?: () => void, error?: () => void): Flight.Request;
|
|
7
8
|
};
|
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
import { Flight } from "../../../common/src/react";
|
|
2
2
|
import { CurrentUser } from "../interfaces";
|
|
3
|
+
import { HashObject } from "../../../common/src/react/interfaces";
|
|
4
|
+
import { PermissionsLookup } from "../enums/PermissionName";
|
|
3
5
|
export declare const UserRequests: {
|
|
4
6
|
currentUser(success?: (user: CurrentUser) => void, error?: () => void): Flight.Request;
|
|
5
|
-
workspace: Flight.Request;
|
|
7
|
+
workspace(success?: (workspace: HashObject<any>) => void, error?: () => void): Flight.Request;
|
|
6
8
|
sendVerificationEmail(emailAddress: string, success: () => void, error: () => void, always: () => void): Flight.Request;
|
|
9
|
+
token(success?: (token: HashObject<any>) => void, error?: () => void): Flight.Request;
|
|
10
|
+
permissions(success?: (permissions: PermissionsLookup) => void, error?: () => void): Flight.Request;
|
|
7
11
|
};
|
|
@@ -19,4 +19,6 @@ import VisibleOn from './visible-on.svg';
|
|
|
19
19
|
import NoEdit from './no-edit.svg';
|
|
20
20
|
import EditClickView from './edit-clickview.svg';
|
|
21
21
|
import Share2 from './share2.svg';
|
|
22
|
-
|
|
22
|
+
import Download from './download.svg';
|
|
23
|
+
import Print from './print.svg';
|
|
24
|
+
export { AddToPlaylist, Close, Delete, Edit, Expand, Minus, More, NewWindow, Plus, Preview, Search, Share, Upload, Down, Right, UpDown, VisibleOff, VisibleOn, NoEdit, EditClickView, Share2, Download, Print };
|