@aigamo/hydrangean-diva 0.0.1-alpha.70 → 0.0.1-alpha.71
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/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.es.js +1347 -1347
- package/dist/index.es.js.map +1 -1
- package/dist/src/features/{media-player.play-queue → media-player}/components/AddVideoButton.d.ts +1 -1
- package/dist/src/features/{media-player.play-queue → media-player}/components/AddVideoModal.d.ts +1 -1
- package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBarCenterControls.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/components/DeletePlaylistConfirmModal.d.ts +1 -1
- package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueCommandBar.d.ts +1 -1
- package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueSection.d.ts +1 -1
- package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueTable.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistCommandBar.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistListTable.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistSection.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistTable.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/components/RenamePlaylistModal.d.ts +1 -1
- package/dist/src/features/media-player/helpers/findVideoService.d.ts +1 -0
- package/dist/src/features/media-player/index.d.ts +19 -1
- package/dist/src/features/{media-player.bottom-bar.abstractions → media-player}/interfaces/IBottomBarStore.d.ts +2 -2
- package/dist/src/features/{media-player.mini-player.abstractions → media-player}/interfaces/IMiniPlayerStore.d.ts +1 -1
- package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistItemStore.d.ts +1 -1
- package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistStore.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/pages/PlaylistDetailsPage.d.ts +1 -1
- package/dist/src/features/{media-player.bottom-bar → media-player}/stores/BottomBarStore.d.ts +5 -5
- package/dist/src/features/{media-player.mini-player → media-player}/stores/MiniPlayerStore.d.ts +5 -5
- package/dist/src/features/{media-player.play-queue → media-player}/stores/PlayQueueItemStore.d.ts +3 -3
- package/dist/src/features/{media-player.play-queue → media-player}/stores/PlayQueueStore.d.ts +4 -4
- package/dist/src/features/{media-player.player → media-player}/stores/PlayerStore.d.ts +1 -1
- package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistItemStore.d.ts +4 -4
- package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistListItemStore.d.ts +2 -2
- package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistListStore.d.ts +2 -2
- package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistStore.d.ts +4 -4
- package/dist/src/index.d.ts +1 -1
- package/package.json +4 -4
- package/dist/src/features/common/helpers/index.d.ts +0 -2
- package/dist/src/features/common/index.d.ts +0 -1
- package/dist/src/features/index.d.ts +0 -11
- package/dist/src/features/media-player/components/index.d.ts +0 -2
- package/dist/src/features/media-player.bottom-bar/components/index.d.ts +0 -1
- package/dist/src/features/media-player.bottom-bar/index.d.ts +0 -1
- package/dist/src/features/media-player.bottom-bar.abstractions/index.d.ts +0 -1
- package/dist/src/features/media-player.bottom-bar.abstractions/interfaces/index.d.ts +0 -1
- package/dist/src/features/media-player.mini-player/components/index.d.ts +0 -1
- package/dist/src/features/media-player.mini-player/index.d.ts +0 -1
- package/dist/src/features/media-player.mini-player.abstractions/index.d.ts +0 -1
- package/dist/src/features/media-player.mini-player.abstractions/interfaces/index.d.ts +0 -1
- package/dist/src/features/media-player.play-queue/components/index.d.ts +0 -1
- package/dist/src/features/media-player.play-queue/index.d.ts +0 -2
- package/dist/src/features/media-player.play-queue/pages/index.d.ts +0 -1
- package/dist/src/features/media-player.play-queue.abstractions/contexts/index.d.ts +0 -1
- package/dist/src/features/media-player.play-queue.abstractions/index.d.ts +0 -2
- package/dist/src/features/media-player.play-queue.abstractions/interfaces/index.d.ts +0 -3
- package/dist/src/features/media-player.player.abstractions/index.d.ts +0 -1
- package/dist/src/features/media-player.player.abstractions/interfaces/index.d.ts +0 -1
- package/dist/src/features/media-player.playlists/index.d.ts +0 -1
- package/dist/src/features/media-player.playlists/pages/index.d.ts +0 -2
- package/dist/src/features/media-player.playlists.abstractions/contexts/index.d.ts +0 -1
- package/dist/src/features/media-player.playlists.abstractions/index.d.ts +0 -1
- /package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBar.d.ts +0 -0
- /package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBarLeftControls.d.ts +0 -0
- /package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBarRightControls.d.ts +0 -0
- /package/dist/src/features/{media-player.mini-player → media-player}/components/CookieConsentPanel.d.ts +0 -0
- /package/dist/src/features/{media-player.playlists → media-player}/components/CreatePlaylistButton.d.ts +0 -0
- /package/dist/src/features/{media-player.playlists → media-player}/components/CreatePlaylistModal.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue → media-player}/components/DeveloperToolsButton.d.ts +0 -0
- /package/dist/src/features/{media-player.mini-player → media-player}/components/MiniPlayer.d.ts +0 -0
- /package/dist/src/features/{media-player.bottom-bar → media-player}/components/SeekBar.d.ts +0 -0
- /package/dist/src/features/{media-player.bottom-bar.abstractions → media-player}/contexts/BottomBarContext.d.ts +0 -0
- /package/dist/src/features/{media-player.mini-player.abstractions → media-player}/contexts/MiniPlayerContext.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/contexts/PlayQueueContext.d.ts +0 -0
- /package/dist/src/features/{media-player.player.abstractions → media-player}/contexts/PlayerContext.d.ts +0 -0
- /package/dist/src/features/{media-player.playlists.abstractions → media-player}/contexts/PlaylistListContext.d.ts +0 -0
- /package/dist/src/features/{common → media-player}/helpers/bottomBarHeight.d.ts +0 -0
- /package/dist/src/features/{common → media-player}/helpers/commandBarHeight.d.ts +0 -0
- /package/dist/src/features/{common → media-player}/helpers/commandBarSpacerHeight.d.ts +0 -0
- /package/dist/src/features/{common → media-player}/helpers/headerHeight.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue → media-player}/helpers/isNoembedResult.d.ts +0 -0
- /package/dist/src/features/{common → media-player}/helpers/miniPlayerSize.d.ts +0 -0
- /package/dist/src/features/{common → media-player}/helpers/videoServiceIcons.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/IPlayQueueItemStore.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/IPlayQueueStore.d.ts +0 -0
- /package/dist/src/features/{media-player.player.abstractions → media-player}/interfaces/IPlayerStore.d.ts +0 -0
- /package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistListItemStore.d.ts +0 -0
- /package/dist/src/features/{media-player.playlists.abstractions → media-player}/interfaces/IPlaylistListStore.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/PlayQueueDto.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/PlayQueueItemDto.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue.abstractions → media-player}/interfaces/RepeatMode.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue → media-player}/pages/PlayQueuePage.d.ts +0 -0
- /package/dist/src/features/{media-player.playlists → media-player}/pages/PlaylistListPage.d.ts +0 -0
- /package/dist/src/features/{media-player.bottom-bar/components → media-player/providers}/BottomBarProvider.d.ts +0 -0
- /package/dist/src/features/media-player/{components → providers}/HydrangeanDivaProvider.d.ts +0 -0
- /package/dist/src/features/{media-player.mini-player/components → media-player/providers}/MiniPlayerProvider.d.ts +0 -0
- /package/dist/src/features/{media-player.play-queue/components → media-player/providers}/PlayQueueProvider.d.ts +0 -0
- /package/dist/src/features/{media-player.player/components → media-player/providers}/PlayerProvider.d.ts +0 -0
- /package/dist/src/features/{media-player.playlists/components → media-player/providers}/PlaylistListProvider.d.ts +0 -0
- /package/dist/src/{features/media-player.header/components → layout}/Header.d.ts +0 -0
- /package/dist/src/{common → shared}/components/AppLink.d.ts +0 -0
- /package/dist/src/{common → shared}/components/AppPageTemplateHeader.d.ts +0 -0
- /package/dist/src/{features/common → shared}/components/Compose.d.ts +0 -0
- /package/dist/src/{features/common/helpers → shared/lib}/featureFlags.d.ts +0 -0
- /package/dist/src/{features/common → shared}/stores/getOrAddSchema.d.ts +0 -0
- /package/dist/src/{features/common → shared}/stores/localStorageStateKeys.d.ts +0 -0
package/dist/src/features/{media-player.play-queue → media-player}/components/AddVideoButton.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PlayQueueItemDto } from '
|
|
1
|
+
import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
interface AddVideoButtonProps {
|
|
4
4
|
onFulfilled: (value: PlayQueueItemDto) => Promise<void>;
|
package/dist/src/features/{media-player.play-queue → media-player}/components/AddVideoModal.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PlayQueueItemDto } from '
|
|
1
|
+
import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
|
|
2
2
|
import { InnerModalProps } from 'ez-modal-react';
|
|
3
3
|
type AddVideoModalProps = InnerModalProps<PlayQueueItemDto>;
|
|
4
4
|
export declare const AddVideoModal: import('ez-modal-react').EasyModalHOC<AddVideoModalProps, PlayQueueItemDto>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { RepeatMode } from '
|
|
1
|
+
import { RepeatMode } from '../interfaces/RepeatMode';
|
|
2
2
|
import { IconType } from '@elastic/eui';
|
|
3
3
|
import { ReactElement } from 'react';
|
|
4
4
|
export declare const repeatIconTypes: Record<RepeatMode, IconType>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlaylistListItemStore } from '
|
|
1
|
+
import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
|
|
2
2
|
import { InnerModalProps } from 'ez-modal-react';
|
|
3
3
|
interface DeletePlaylistConfirmModalProps extends InnerModalProps {
|
|
4
4
|
playlistListItem: IPlaylistListItemStore;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlayQueueStore } from '
|
|
1
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
interface PlayQueueCommandBarProps {
|
|
4
4
|
playQueue: IPlayQueueStore;
|
package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueSection.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlayQueueStore } from '
|
|
1
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
interface PlayQueueSectionProps {
|
|
4
4
|
playQueue: IPlayQueueStore;
|
package/dist/src/features/{media-player.play-queue → media-player}/components/PlayQueueTable.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlayQueueStore } from '
|
|
1
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
interface PlayQueueTableProps {
|
|
4
4
|
playQueue: IPlayQueueStore;
|
package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistCommandBar.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlaylistStore } from '
|
|
1
|
+
import { IPlaylistStore } from '../interfaces/IPlaylistStore';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
interface PlaylistCommandBarProps {
|
|
4
4
|
playlist: IPlaylistStore;
|
package/dist/src/features/{media-player.playlists → media-player}/components/PlaylistListTable.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlaylistListStore } from '
|
|
1
|
+
import { IPlaylistListStore } from '../interfaces/IPlaylistListStore';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
interface PlaylistListTableProps {
|
|
4
4
|
playlistList: IPlaylistListStore;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlaylistListItemStore } from '
|
|
1
|
+
import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
|
|
2
2
|
import { InnerModalProps } from 'ez-modal-react';
|
|
3
3
|
interface RenamePlaylistModalProps extends InnerModalProps<string> {
|
|
4
4
|
playlistListItem: IPlaylistListItemStore;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { findVideoService } from '@aigamo/nostalgic-diva';
|
|
@@ -1 +1,19 @@
|
|
|
1
|
-
export * from './components';
|
|
1
|
+
export * from './components/BottomBar';
|
|
2
|
+
export * from './components/MediaPlayerLayout';
|
|
3
|
+
export * from './components/MiniPlayer';
|
|
4
|
+
export * from './components/PlayQueueSection';
|
|
5
|
+
export * from './contexts/PlayQueueContext';
|
|
6
|
+
export * from './contexts/PlaylistListContext';
|
|
7
|
+
export * from './helpers/bottomBarHeight';
|
|
8
|
+
export * from './helpers/findVideoService';
|
|
9
|
+
export * from './helpers/videoServiceIcons';
|
|
10
|
+
export * from './interfaces/IBottomBarStore';
|
|
11
|
+
export * from './interfaces/IMiniPlayerStore';
|
|
12
|
+
export * from './interfaces/IPlayQueueItemStore';
|
|
13
|
+
export * from './interfaces/IPlayQueueStore';
|
|
14
|
+
export * from './interfaces/IPlayerStore';
|
|
15
|
+
export * from './interfaces/RepeatMode';
|
|
16
|
+
export * from './pages/PlayQueuePage';
|
|
17
|
+
export * from './pages/PlaylistDetailsPage';
|
|
18
|
+
export * from './pages/PlaylistListPage';
|
|
19
|
+
export * from './providers/HydrangeanDivaProvider';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPlayQueueItemStore } from '
|
|
2
|
-
import { RepeatMode } from '
|
|
1
|
+
import { IPlayQueueItemStore } from './IPlayQueueItemStore';
|
|
2
|
+
import { RepeatMode } from './RepeatMode';
|
|
3
3
|
import { IPlayerController } from '@aigamo/nostalgic-diva';
|
|
4
4
|
export interface IBottomBarStore {
|
|
5
5
|
readonly controller: IPlayerController;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlayQueueItemStore } from '
|
|
1
|
+
import { IPlayQueueItemStore } from './IPlayQueueItemStore';
|
|
2
2
|
import { IPlayerController, TimeEvent } from '@aigamo/nostalgic-diva';
|
|
3
3
|
export interface IMiniPlayerStore {
|
|
4
4
|
readonly controller: IPlayerController;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PlayQueueItemDto } from '
|
|
1
|
+
import { PlayQueueItemDto } from './PlayQueueItemDto';
|
|
2
2
|
import { PlayerType } from '@aigamo/nostalgic-diva';
|
|
3
3
|
export interface IPlaylistItemStore {
|
|
4
4
|
readonly id: number;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PlayQueueItemDto } from '../../media-player.play-queue.abstractions/interfaces/PlayQueueItemDto';
|
|
2
1
|
import { IPlaylistItemStore } from './IPlaylistItemStore';
|
|
2
|
+
import { PlayQueueItemDto } from './PlayQueueItemDto';
|
|
3
3
|
export interface IPlaylistStore {
|
|
4
4
|
readonly items: IPlaylistItemStore[];
|
|
5
5
|
createItemFromDto(dto: PlayQueueItemDto): IPlaylistItemStore;
|
package/dist/src/features/{media-player.playlists → media-player}/pages/PlaylistDetailsPage.d.ts
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlaylistListItemStore } from '
|
|
1
|
+
import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
interface PlaylistDetailsPageProps {
|
|
4
4
|
playlistListItem: IPlaylistListItemStore;
|
package/dist/src/features/{media-player.bottom-bar → media-player}/stores/BottomBarStore.d.ts
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IBottomBarStore } from '
|
|
2
|
-
import { IPlayQueueItemStore } from '
|
|
3
|
-
import { IPlayQueueStore } from '
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
1
|
+
import { IBottomBarStore } from '../interfaces/IBottomBarStore';
|
|
2
|
+
import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
|
|
3
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
4
|
+
import { IPlayerStore } from '../interfaces/IPlayerStore';
|
|
5
|
+
import { RepeatMode } from '../interfaces/RepeatMode';
|
|
6
6
|
import { IPlayerController } from '@aigamo/nostalgic-diva';
|
|
7
7
|
import { IStateStore } from '@aigamo/route-sphere';
|
|
8
8
|
import { JSONSchemaType } from 'ajv';
|
package/dist/src/features/{media-player.mini-player → media-player}/stores/MiniPlayerStore.d.ts
RENAMED
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { IBottomBarStore } from '
|
|
2
|
-
import { IMiniPlayerStore } from '
|
|
3
|
-
import { IPlayQueueItemStore } from '
|
|
4
|
-
import { IPlayQueueStore } from '
|
|
5
|
-
import { IPlayerStore } from '
|
|
1
|
+
import { IBottomBarStore } from '../interfaces/IBottomBarStore';
|
|
2
|
+
import { IMiniPlayerStore } from '../interfaces/IMiniPlayerStore';
|
|
3
|
+
import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
|
|
4
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
5
|
+
import { IPlayerStore } from '../interfaces/IPlayerStore';
|
|
6
6
|
import { IPlayerController, TimeEvent } from '@aigamo/nostalgic-diva';
|
|
7
7
|
export declare class MiniPlayerStore implements IMiniPlayerStore {
|
|
8
8
|
private readonly player;
|
package/dist/src/features/{media-player.play-queue → media-player}/stores/PlayQueueItemStore.d.ts
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { IPlayQueueItemStore } from '
|
|
2
|
-
import { IPlayQueueStore } from '
|
|
3
|
-
import { PlayQueueItemDto } from '
|
|
1
|
+
import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
|
|
2
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
3
|
+
import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
|
|
4
4
|
import { PlayerType } from '@aigamo/nostalgic-diva';
|
|
5
5
|
export declare class PlayQueueItemStore implements IPlayQueueItemStore {
|
|
6
6
|
readonly playQueue: IPlayQueueStore;
|
package/dist/src/features/{media-player.play-queue → media-player}/stores/PlayQueueStore.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IPlayQueueItemStore } from '
|
|
2
|
-
import { IPlayQueueStore } from '
|
|
3
|
-
import { PlayQueueDto } from '
|
|
4
|
-
import { PlayQueueItemDto } from '
|
|
1
|
+
import { IPlayQueueItemStore } from '../interfaces/IPlayQueueItemStore';
|
|
2
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
3
|
+
import { PlayQueueDto } from '../interfaces/PlayQueueDto';
|
|
4
|
+
import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
|
|
5
5
|
import { IStateStore } from '@aigamo/route-sphere';
|
|
6
6
|
declare class PlayQueueLocalStorageStateStore implements IStateStore<PlayQueueDto> {
|
|
7
7
|
private readonly playQueue;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { IPlayerStore } from '
|
|
1
|
+
import { IPlayerStore } from '../interfaces/IPlayerStore';
|
|
2
2
|
import { IPlayerController, TimeEvent } from '@aigamo/nostalgic-diva';
|
|
3
3
|
export declare class PlayerStore implements IPlayerStore {
|
|
4
4
|
controller: IPlayerController;
|
package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistItemStore.d.ts
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IPlayQueueStore } from '
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
2
|
+
import { IPlaylistItemStore } from '../interfaces/IPlaylistItemStore';
|
|
3
|
+
import { IPlaylistStore } from '../interfaces/IPlaylistStore';
|
|
4
|
+
import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
|
|
5
5
|
import { PlayerType } from '@aigamo/nostalgic-diva';
|
|
6
6
|
export declare class PlaylistItemStore implements IPlaylistItemStore {
|
|
7
7
|
readonly playQueue: IPlayQueueStore;
|
package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistListItemStore.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPlaylistListItemStore } from '
|
|
2
|
-
import { IPlaylistListStore } from '
|
|
1
|
+
import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
|
|
2
|
+
import { IPlaylistListStore } from '../interfaces/IPlaylistListStore';
|
|
3
3
|
export declare class PlaylistListItemStore implements IPlaylistListItemStore {
|
|
4
4
|
private readonly playlistList;
|
|
5
5
|
id: string;
|
package/dist/src/features/{media-player.playlists → media-player}/stores/PlaylistListStore.d.ts
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { IPlaylistListItemStore } from '
|
|
2
|
-
import { IPlaylistListStore } from '
|
|
1
|
+
import { IPlaylistListItemStore } from '../interfaces/IPlaylistListItemStore';
|
|
2
|
+
import { IPlaylistListStore } from '../interfaces/IPlaylistListStore';
|
|
3
3
|
import { IStateStore } from '@aigamo/route-sphere';
|
|
4
4
|
interface PlaylistListLocalStorageState {
|
|
5
5
|
items?: {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { IPlayQueueStore } from '
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { IPlayQueueStore } from '../interfaces/IPlayQueueStore';
|
|
2
|
+
import { IPlaylistItemStore } from '../interfaces/IPlaylistItemStore';
|
|
3
|
+
import { IPlaylistStore } from '../interfaces/IPlaylistStore';
|
|
4
|
+
import { PlayQueueItemDto } from '../interfaces/PlayQueueItemDto';
|
|
5
5
|
import { IStateStore } from '@aigamo/route-sphere';
|
|
6
6
|
interface PlaylistLocalStorageState {
|
|
7
7
|
readonly version?: '1.0';
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from './features';
|
|
1
|
+
export * from './features/media-player';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aigamo/hydrangean-diva",
|
|
3
|
-
"version": "0.0.1-alpha.
|
|
3
|
+
"version": "0.0.1-alpha.71",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@elastic/datemath": "^5.0.3",
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
"react-sortablejs": "^6.1.4",
|
|
26
26
|
"sortablejs": "^1.15.7",
|
|
27
27
|
"utility-types": "^3.11.0",
|
|
28
|
-
"@aigamo/nostalgic-diva": "0.0.1-alpha.
|
|
29
|
-
"@aigamo/route-sphere": "0.0.1-alpha.
|
|
28
|
+
"@aigamo/nostalgic-diva": "0.0.1-alpha.71",
|
|
29
|
+
"@aigamo/route-sphere": "0.0.1-alpha.71"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@eslint/compat": "^2.1.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@tanstack/react-router-devtools": "^1.144.0",
|
|
78
78
|
"react": "^18.3.1",
|
|
79
79
|
"react-dom": "^18.3.1",
|
|
80
|
-
"@aigamo/route-sphere": "0.0.1-alpha.
|
|
80
|
+
"@aigamo/route-sphere": "0.0.1-alpha.71"
|
|
81
81
|
},
|
|
82
82
|
"files": [
|
|
83
83
|
"dist"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './helpers';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
export * from './common';
|
|
2
|
-
export * from './media-player';
|
|
3
|
-
export * from './media-player.bottom-bar';
|
|
4
|
-
export * from './media-player.bottom-bar.abstractions';
|
|
5
|
-
export * from './media-player.mini-player';
|
|
6
|
-
export * from './media-player.mini-player.abstractions';
|
|
7
|
-
export * from './media-player.play-queue';
|
|
8
|
-
export * from './media-player.play-queue.abstractions';
|
|
9
|
-
export * from './media-player.player.abstractions';
|
|
10
|
-
export * from './media-player.playlists';
|
|
11
|
-
export * from './media-player.playlists.abstractions';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './BottomBar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './components';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './interfaces';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './IBottomBarStore';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './MiniPlayer';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './components';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './interfaces';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './IMiniPlayerStore';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PlayQueueSection';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PlayQueuePage';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PlayQueueContext';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './interfaces';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './IPlayerStore';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './pages';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './PlaylistListContext';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './contexts';
|
/package/dist/src/features/{media-player.bottom-bar → media-player}/components/BottomBar.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/features/{media-player.mini-player → media-player}/components/MiniPlayer.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/features/{media-player.play-queue → media-player}/helpers/isNoembedResult.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/dist/src/features/{media-player.play-queue → media-player}/pages/PlayQueuePage.d.ts
RENAMED
|
File without changes
|
/package/dist/src/features/{media-player.playlists → media-player}/pages/PlaylistListPage.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/dist/src/features/media-player/{components → providers}/HydrangeanDivaProvider.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|