@funhub/platform 0.1.26 → 0.1.28
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/README.md +5 -0
- package/dist/common.d.mts +2 -2
- package/dist/common.mjs +1 -1
- package/dist/components/biz/business/detail/materials/registry.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/material.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.d.mts +1 -1
- package/dist/components/biz/business/marquee/material.d.mts +1 -1
- package/dist/components/biz/business/marquee/schema.d.mts +2 -2
- package/dist/components/biz/business/search-history/material.d.mts +1 -1
- package/dist/components/biz/business/search-history/schema.d.mts +2 -2
- package/dist/components/common/funhub-provider/funhub-provider.d.mts +4 -0
- package/dist/components/common/funhub-provider/funhub-provider.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/button.d.mts +2 -2
- package/dist/materials.d.mts +7 -1
- package/dist/materials.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,6 +55,11 @@ CommonPlayer PhotoGrid CommonPhotoGrid
|
|
|
55
55
|
photoPreview closePhotoPreview DebugLocaleSwitcher
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
+
### FunhubProvider(推荐入口)
|
|
59
|
+
|
|
60
|
+
- 接入说明:`components/common/funhub-provider/README.md`
|
|
61
|
+
- 使用要求:必须传入 `intl` 配置(建议通过 `@funhub/platform/i18n` 的 `getMessages` 获取语言包)
|
|
62
|
+
|
|
58
63
|
## 业务组件 (Biz)
|
|
59
64
|
|
|
60
65
|
### Basics (基础业务组件)
|
package/dist/common.d.mts
CHANGED
|
@@ -8,6 +8,8 @@ import { DebugLocaleSwitcher } from "./components/common/debug-locale-switcher/i
|
|
|
8
8
|
import { DeleteConfirmDialog, DeleteConfirmDialogProps } from "./components/common/delete-confirm-dialog/delete-confirm-dialog.mjs";
|
|
9
9
|
import "./components/common/delete-confirm-dialog/index.mjs";
|
|
10
10
|
import { Empty } from "./components/common/empty/index.mjs";
|
|
11
|
+
import { IntlProvider, IntlProviderProps } from "./components/common/intl-provider/intl-provider.mjs";
|
|
12
|
+
import "./components/common/intl-provider/index.mjs";
|
|
11
13
|
import { FunhubProvider, FunhubProviderProps } from "./components/common/funhub-provider/funhub-provider.mjs";
|
|
12
14
|
import "./components/common/funhub-provider/index.mjs";
|
|
13
15
|
import { HeaderNav } from "./components/common/header-nav/client.mjs";
|
|
@@ -21,8 +23,6 @@ import { RightArrowIcon } from "./components/common/icons/right-arrow.mjs";
|
|
|
21
23
|
import { SettingIcon } from "./components/common/icons/setting.mjs";
|
|
22
24
|
import { ShareIcon } from "./components/common/icons/share.mjs";
|
|
23
25
|
import "./components/common/icons/index.mjs";
|
|
24
|
-
import { IntlProvider, IntlProviderProps } from "./components/common/intl-provider/intl-provider.mjs";
|
|
25
|
-
import "./components/common/intl-provider/index.mjs";
|
|
26
26
|
import { CollectionListItem, CollectionListItemProps, CollectionListMediaItem } from "./components/common/list/collection-list/collection-list-item.mjs";
|
|
27
27
|
import { CollectionList, CollectionListProps } from "./components/common/list/collection-list/collection-list.mjs";
|
|
28
28
|
import "./components/common/list/collection-list/index.mjs";
|
package/dist/common.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{DeleteConfirmDialog as e}from"./components/common/delete-confirm-dialog/delete-confirm-dialog.mjs";import{AppContext as t}from"./components/common/app-context/index.mjs";import{BlockedDialog as n}from"./components/common/blocked-dialog/blocked-dialog.mjs";import{MiniThreeCard as r}from"./components/common/cards/mini-three-card.mjs";import{DebugLocaleSwitcher as i}from"./components/common/debug-locale-switcher/index.mjs";import a from"./components/common/empty/index.mjs";import{
|
|
2
|
+
import{DeleteConfirmDialog as e}from"./components/common/delete-confirm-dialog/delete-confirm-dialog.mjs";import{AppContext as t}from"./components/common/app-context/index.mjs";import{BlockedDialog as n}from"./components/common/blocked-dialog/blocked-dialog.mjs";import{MiniThreeCard as r}from"./components/common/cards/mini-three-card.mjs";import{DebugLocaleSwitcher as i}from"./components/common/debug-locale-switcher/index.mjs";import a from"./components/common/empty/index.mjs";import{IntlProvider as o}from"./components/common/intl-provider/intl-provider.mjs";import{LoginDialog as s}from"./components/common/login-dialog/login-dialog.mjs";import{MediaPreview as c,useMediaPreview as l}from"./components/common/media-preview/index.mjs";import{FunhubProvider as u}from"./components/common/funhub-provider/funhub-provider.mjs";import{LeftArrowIcon as d}from"./components/common/icons/left-arrow.mjs";import{HeaderNav as f}from"./components/common/header-nav/client.mjs";import{AddIcon as p}from"./components/common/icons/add.mjs";import{CommentIcon as m}from"./components/common/icons/comment.mjs";import{DeleteIcon as h}from"./components/common/icons/delete.mjs";import{MoreIcon as g}from"./components/common/icons/more.mjs";import{RightArrowIcon as _}from"./components/common/icons/right-arrow.mjs";import{SettingIcon as v}from"./components/common/icons/setting.mjs";import{ShareIcon as y}from"./components/common/icons/share.mjs";import{CollectionListItem as b}from"./components/common/list/collection-list/collection-list-item.mjs";import{CollectionList as x}from"./components/common/list/collection-list/collection-list.mjs";import{PostListItem as S}from"./components/common/list/post-list/post-list-item.mjs";import{PostList as C}from"./components/common/list/post-list/post-list.mjs";import{UserActivityList as w}from"./components/common/list/user-activity-list/user-activity-list.mjs";import T from"./components/common/share-popup/share-content.mjs";import{ShareDrawer as E}from"./components/common/share-popup/share-drawer.mjs";import{SharePopupComponent as D,defaultActions as O,defaultPlatforms as k}from"./components/common/share-popup/share-popup.mjs";import{UserActivityListItem as A,UserActivityMediaGrid as j}from"./components/common/list/user-activity-list/user-activity-list-item.mjs";import{VideoListItem as M}from"./components/common/list/video-list/video-list-item.mjs";import{VideoList as N}from"./components/common/list/video-list/video-list.mjs";import{LocaleSync as P}from"./components/common/locale-sync/locale-sync.mjs";import{PageSkeleton as F}from"./components/common/page-skeleton/page-skeleton.mjs";import I from"./components/common/video-player/index.mjs";import L from"./components/common/photo-grid/index.mjs";import R from"./components/common/photo-grid/common-photo-grid.mjs";import{closePhotoPreview as z,photoPreview as B}from"./components/common/photo-preview/index.mjs";import{GenderPicker as V}from"./components/common/picker/gender-picker/gender-picker.mjs";import H from"./components/common/popup-video/index.mjs";import{SeriesEpisodes as U}from"./components/common/series-episodes/index.mjs";import{TabBar as W}from"./components/common/tab-bar/index.mjs";import{ThemeSync as G}from"./components/common/theme-sync/index.mjs";import{TopNavBarServer as K}from"./components/common/top-nav-bar/index.mjs";import{WaitLoading as q}from"./components/common/wait-loading.mjs";export{p as AddIcon,t as AppContext,n as BlockedDialog,x as CollectionList,b as CollectionListItem,m as CommentIcon,R as CommonPhotoGrid,I as CommonPlayer,i as DebugLocaleSwitcher,e as DeleteConfirmDialog,h as DeleteIcon,a as Empty,u as FunhubProvider,V as GenderPicker,f as HeaderNav,o as IntlProvider,d as LeftArrowIcon,P as LocaleSync,s as LoginDialog,c as MediaPreview,r as MiniThreeCard,g as MoreIcon,F as PageSkeleton,L as PhotoGrid,H as PopupVideo,C as PostList,S as PostListItem,_ as RightArrowIcon,U as SeriesEpisodes,v as SettingIcon,T as ShareContent,E as ShareDrawer,y as ShareIcon,D as SharePopupComponent,W as TabBar,G as ThemeSync,K as TopNavBarServer,w as UserActivityList,A as UserActivityListItem,j as UserActivityMediaGrid,c as UserActivityMediaPreview,N as VideoList,M as VideoListItem,q as WaitLoading,z as closePhotoPreview,O as defaultActions,k as defaultPlatforms,B as photoPreview,l as useMediaPreview};
|
|
@@ -42,8 +42,8 @@ declare const videoDetailMaterials: MaterialMap<readonly [DefineMaterialOption<t
|
|
|
42
42
|
}>>;
|
|
43
43
|
coverUrl: z.ZodOptional<z.ZodString>;
|
|
44
44
|
titleMode: z.ZodOptional<z.ZodEnum<{
|
|
45
|
-
custom: "custom";
|
|
46
45
|
content: "content";
|
|
46
|
+
custom: "custom";
|
|
47
47
|
}>>;
|
|
48
48
|
title: z.ZodOptional<z.ZodString>;
|
|
49
49
|
showPlayCount: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -25,8 +25,8 @@ declare const videoDetailRecommendMaterial: DefineMaterialOption<typeof VideoDet
|
|
|
25
25
|
}>>;
|
|
26
26
|
coverUrl: zod.ZodOptional<zod.ZodString>;
|
|
27
27
|
titleMode: zod.ZodOptional<zod.ZodEnum<{
|
|
28
|
-
custom: "custom";
|
|
29
28
|
content: "content";
|
|
29
|
+
custom: "custom";
|
|
30
30
|
}>>;
|
|
31
31
|
title: zod.ZodOptional<zod.ZodString>;
|
|
32
32
|
showPlayCount: zod.ZodOptional<zod.ZodBoolean>;
|
|
@@ -22,8 +22,8 @@ declare const videoDetailRecommendInspectorPropsSchema: z.ZodObject<{
|
|
|
22
22
|
}>>;
|
|
23
23
|
coverUrl: z.ZodOptional<z.ZodString>;
|
|
24
24
|
titleMode: z.ZodOptional<z.ZodEnum<{
|
|
25
|
-
custom: "custom";
|
|
26
25
|
content: "content";
|
|
26
|
+
custom: "custom";
|
|
27
27
|
}>>;
|
|
28
28
|
title: z.ZodOptional<z.ZodString>;
|
|
29
29
|
showPlayCount: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -14,7 +14,7 @@ declare const marqueeMaterial: DefineMaterialOption<typeof MarqueeServer, zod.Zo
|
|
|
14
14
|
contents: zod.ZodArray<zod.ZodObject<{
|
|
15
15
|
text: zod.ZodString & SchemaHasDefaultValue;
|
|
16
16
|
enableClick: zod.ZodBoolean & SchemaHasDefaultValue;
|
|
17
|
-
linkType: zod.ZodType<"
|
|
17
|
+
linkType: zod.ZodType<"content" | "url" | "content-list", unknown, zod_v4_core0.$ZodTypeInternals<"content" | "url" | "content-list", unknown>> & SchemaHasDefaultValue;
|
|
18
18
|
link: zod.ZodOptional<zod.ZodString> & SchemaHasDefaultValue;
|
|
19
19
|
}, zod_v4_core0.$strip>> & SchemaHasDefaultValue;
|
|
20
20
|
showClose: zod.ZodBoolean & SchemaHasDefaultValue;
|
|
@@ -11,7 +11,7 @@ declare const marqueeInspectorPropsSchema: z.ZodObject<{
|
|
|
11
11
|
contents: z.ZodArray<z.ZodObject<{
|
|
12
12
|
text: z.ZodString & SchemaHasDefaultValue;
|
|
13
13
|
enableClick: z.ZodBoolean & SchemaHasDefaultValue;
|
|
14
|
-
linkType: z.ZodType<"
|
|
14
|
+
linkType: z.ZodType<"content" | "url" | "content-list", unknown, z.core.$ZodTypeInternals<"content" | "url" | "content-list", unknown>> & SchemaHasDefaultValue;
|
|
15
15
|
link: z.ZodOptional<z.ZodString> & SchemaHasDefaultValue;
|
|
16
16
|
}, z.core.$strip>> & SchemaHasDefaultValue;
|
|
17
17
|
showClose: z.ZodBoolean & SchemaHasDefaultValue;
|
|
@@ -23,7 +23,7 @@ declare const marqueeInspectorDefaultProps: {
|
|
|
23
23
|
contents: {
|
|
24
24
|
text: string;
|
|
25
25
|
enableClick: boolean;
|
|
26
|
-
linkType: "
|
|
26
|
+
linkType: "content" | "url" | "content-list";
|
|
27
27
|
link?: string | undefined;
|
|
28
28
|
}[];
|
|
29
29
|
showClose: boolean;
|
|
@@ -9,7 +9,7 @@ import * as zod_v4_core0 from "zod/v4/core";
|
|
|
9
9
|
//#region components/biz/business/search-history/material.d.ts
|
|
10
10
|
declare const searchHistoryMaterial: DefineMaterialOption<typeof SearchHistory2Server, zod.ZodObject<{
|
|
11
11
|
title: zod.ZodString & SchemaHasDefaultValue;
|
|
12
|
-
rows: zod.ZodType<"
|
|
12
|
+
rows: zod.ZodType<"2" | "1" | "3", unknown, zod_v4_core0.$ZodTypeInternals<"2" | "1" | "3", unknown>> & SchemaHasDefaultValue;
|
|
13
13
|
}, zod_v4_core0.$strip>, "search-history">;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { searchHistoryMaterial };
|
|
@@ -9,11 +9,11 @@ import z from "zod";
|
|
|
9
9
|
*/
|
|
10
10
|
declare const searchHistoryInspectorPropsSchema: z.ZodObject<{
|
|
11
11
|
title: z.ZodString & SchemaHasDefaultValue;
|
|
12
|
-
rows: z.ZodType<"
|
|
12
|
+
rows: z.ZodType<"2" | "1" | "3", unknown, z.core.$ZodTypeInternals<"2" | "1" | "3", unknown>> & SchemaHasDefaultValue;
|
|
13
13
|
}, z.core.$strip>;
|
|
14
14
|
declare const searchHistoryInspectorDefaultProps: {
|
|
15
15
|
title: string;
|
|
16
|
-
rows: "
|
|
16
|
+
rows: "2" | "1" | "3";
|
|
17
17
|
};
|
|
18
18
|
type SearchHistory2InspectorProps = z.infer<typeof searchHistoryInspectorPropsSchema>;
|
|
19
19
|
type SearchHistory2Props = SearchHistory2InspectorProps & {
|
|
@@ -1,4 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
import { IntlProviderProps } from "../intl-provider/intl-provider.mjs";
|
|
3
|
+
import "../intl-provider/index.mjs";
|
|
2
4
|
import { PropsWithChildren } from "react";
|
|
3
5
|
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
4
6
|
import { QueryClient } from "@tanstack/react-query";
|
|
@@ -7,6 +9,8 @@ import { QueryClient } from "@tanstack/react-query";
|
|
|
7
9
|
interface FunhubProviderProps extends PropsWithChildren {
|
|
8
10
|
/** 外部传入的 QueryClient,未传时使用内部默认实例。 */
|
|
9
11
|
queryClient?: QueryClient;
|
|
12
|
+
/** 国际化配置(必填)。 */
|
|
13
|
+
intl: Omit<IntlProviderProps, 'children'>;
|
|
10
14
|
}
|
|
11
15
|
/**
|
|
12
16
|
* 应用入口 Provider,初始化全局状态。
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
"use client";import{useUserStore as e}from"../../../store/modules/user-store.mjs";import{gUserGetUserInfo as t}from"../../../service/generated/client.mjs";import{Toaster as n}from"../../ui/sonner.mjs";import{useRequest as r}from"../../../hooks/query/use-query.mjs";import{BlockedDialog as i}from"../blocked-dialog/blocked-dialog.mjs";import{CollectionPopupHost as a}from"../collection-popup/index.mjs";import{
|
|
2
|
+
"use client";import{useUserStore as e}from"../../../store/modules/user-store.mjs";import{gUserGetUserInfo as t}from"../../../service/generated/client.mjs";import{Toaster as n}from"../../ui/sonner.mjs";import{useRequest as r}from"../../../hooks/query/use-query.mjs";import{BlockedDialog as i}from"../blocked-dialog/blocked-dialog.mjs";import{CollectionPopupHost as a}from"../collection-popup/index.mjs";import{IntlProvider as o}from"../intl-provider/intl-provider.mjs";import{LoginDialog as s}from"../login-dialog/login-dialog.mjs";import{MediaPreview as c}from"../media-preview/index.mjs";import{useRouter as l}from"next/navigation";import{useEffect as u,useRef as d,useState as f}from"react";import{Fragment as p,jsx as m,jsxs as h}from"react/jsx-runtime";import{QueryClient as g,QueryClientProvider as _}from"@tanstack/react-query";import{NuqsAdapter as v}from"nuqs/adapters/next/app";function y(){let{userId:n,setUserInfo:i}=e(),a={code:0,message:``,data:{}},{data:o}=r([`user-init`,n],()=>n?t({user_id:n}):Promise.resolve(a),{enabled:!!n});return u(()=>{if(!n)return;let e=o?.data;e&&i(e)},[i,n,o]),null}function b(t){let{queryClient:r,intl:b,children:x}=t,[S]=f(()=>new g),C=r??S,w=l(),T=e(e=>e.isLogin&&!!e.token&&!!e.userId),E=d(T);u(()=>{E.current&&!T&&(C.clear(),w.refresh()),E.current=T},[T,C,w]);let D=h(p,{children:[m(y,{}),x,m(i,{}),m(s,{}),m(a,{}),m(n,{position:`top-center`}),m(c,{})]});return m(_,{client:C,children:m(v,{children:m(o,{...b,children:D})})})}export{b as FunhubProvider};
|
|
@@ -6,7 +6,7 @@ import * as class_variance_authority_types0 from "class-variance-authority/types
|
|
|
6
6
|
//#region components/ui/badge.d.ts
|
|
7
7
|
/** badgeVariants 工具定义。 */
|
|
8
8
|
declare const badgeVariants: (props?: ({
|
|
9
|
-
variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" |
|
|
9
|
+
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
10
10
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
11
11
|
/** Badge 组件。 */
|
|
12
12
|
declare function Badge({
|
|
@@ -7,8 +7,8 @@ import * as class_variance_authority_types0 from "class-variance-authority/types
|
|
|
7
7
|
//#region components/ui/button.d.ts
|
|
8
8
|
/** buttonVariants 工具定义。 */
|
|
9
9
|
declare const buttonVariants: (props?: ({
|
|
10
|
-
variant?: "default" | "destructive" | "secondary" | "outline" | "ghost" |
|
|
11
|
-
size?: "default" | "
|
|
10
|
+
variant?: "link" | "default" | "destructive" | "secondary" | "outline" | "ghost" | null | undefined;
|
|
11
|
+
size?: "default" | "icon" | "xs" | "sm" | "lg" | "icon-xs" | "icon-sm" | "icon-lg" | null | undefined;
|
|
12
12
|
} & class_variance_authority_types0.ClassProp) | undefined) => string;
|
|
13
13
|
/** Button 组件属性。 */
|
|
14
14
|
type ButtonProps = Button.Props & VariantProps<typeof buttonVariants> & {
|
package/dist/materials.d.mts
CHANGED
|
@@ -11,6 +11,12 @@ import { videoDetailActionsMaterial } from "./components/biz/business/detail/mat
|
|
|
11
11
|
import "./components/biz/business/detail/materials/video-detail-actions/index.mjs";
|
|
12
12
|
import { videoDetailRecommendMaterial } from "./components/biz/business/detail/materials/video-detail-recommend/material.mjs";
|
|
13
13
|
import "./components/biz/business/detail/materials/video-detail-recommend/index.mjs";
|
|
14
|
+
import { marqueeMaterial } from "./components/biz/business/marquee/material.mjs";
|
|
15
|
+
import { searchHistoryMaterial } from "./components/biz/business/search-history/material.mjs";
|
|
16
|
+
import { searchInputMaterial } from "./components/biz/business/search-input/material.mjs";
|
|
17
|
+
import { tabBarMaterial } from "./components/biz/business/tab-bar/material.mjs";
|
|
18
|
+
import { textRecommendMaterial } from "./components/biz/business/text-recommend/material.mjs";
|
|
19
|
+
import { videoHorizontalListMaterial } from "./components/biz/business/video-horizontal-list/material.mjs";
|
|
14
20
|
import { basicBannerMaterial } from "./components/biz/business/banner/variants/basic-banner/material.mjs";
|
|
15
21
|
import { homeRecommendGridMaterial } from "./components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs";
|
|
16
22
|
import { homeRecommendWaterfallMaterial } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs";
|
|
@@ -27,4 +33,4 @@ import { largeFeatureGridMaterial } from "./components/biz/business/large-featur
|
|
|
27
33
|
import { profileHeaderMaterial } from "./components/biz/business/profile/profile-header/material.mjs";
|
|
28
34
|
import { profileMainMaterial } from "./components/biz/business/profile/profile-main/material.mjs";
|
|
29
35
|
import { shortcutGridMaterial } from "./components/biz/business/shortcut-grid/material.mjs";
|
|
30
|
-
export { basicBannerMaterial, channelListMaterial, exampleButtonMaterial, floatingBallMaterial, headerAvatarIconMaterial, headerAvatarLogoSearchIconMaterial, headerAvatarLogoSearchMaterial, headerLogoSearchMaterial, headerSearchMaterial, homeRecommendGridMaterial, homeRecommendWaterfallMaterial, largeFeatureGridMaterial, profileHeaderMaterial, profileMainMaterial, shortcutGridMaterial, videoDetailActionsMaterial, videoDetailInfoMaterial, videoDetailInfoTitleMaterial, videoDetailInfoTitleTagsEpisodesMaterial, videoDetailPlayerMaterial, videoDetailRecommendMaterial };
|
|
36
|
+
export { basicBannerMaterial, channelListMaterial, exampleButtonMaterial, floatingBallMaterial, headerAvatarIconMaterial, headerAvatarLogoSearchIconMaterial, headerAvatarLogoSearchMaterial, headerLogoSearchMaterial, headerSearchMaterial, homeRecommendGridMaterial, homeRecommendWaterfallMaterial, largeFeatureGridMaterial, marqueeMaterial, profileHeaderMaterial, profileMainMaterial, searchHistoryMaterial, searchInputMaterial, shortcutGridMaterial, tabBarMaterial, textRecommendMaterial, videoDetailActionsMaterial, videoDetailInfoMaterial, videoDetailInfoTitleMaterial, videoDetailInfoTitleTagsEpisodesMaterial, videoDetailPlayerMaterial, videoDetailRecommendMaterial, videoHorizontalListMaterial };
|
package/dist/materials.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{__exportAll as e}from"./_virtual/_rolldown/runtime.mjs";import{
|
|
2
|
+
import{__exportAll as e}from"./_virtual/_rolldown/runtime.mjs";import{marqueeMaterial as t}from"./components/biz/business/marquee/material.mjs";import{searchHistoryMaterial as n}from"./components/biz/business/search-history/material.mjs";import{searchInputMaterial as r}from"./components/biz/business/search-input/material.mjs";import{tabBarMaterial as i}from"./components/biz/business/tab-bar/material.mjs";import{textRecommendMaterial as a}from"./components/biz/business/text-recommend/material.mjs";import{videoHorizontalListMaterial as o}from"./components/biz/business/video-horizontal-list/material.mjs";import{basicBannerMaterial as s}from"./components/biz/business/banner/variants/basic-banner/material.mjs";import{homeRecommendGridMaterial as c}from"./components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs";import{homeRecommendWaterfallMaterial as l}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs";import{exampleButtonMaterial as u}from"./components/biz/example/button/material.mjs";import{channelListMaterial as d}from"./components/biz/business/channel-list/material.mjs";import{videoDetailInfoMaterial as f}from"./components/biz/business/detail/materials/video-detail-info/material.mjs";import{videoDetailInfoTitleMaterial as p}from"./components/biz/business/detail/materials/video-detail-info-title/material.mjs";import{videoDetailInfoTitleTagsEpisodesMaterial as m}from"./components/biz/business/detail/materials/video-detail-info-title-tags-episodes/material.mjs";import{videoDetailPlayerMaterial as h}from"./components/biz/business/detail/materials/video-detail-player/material.mjs";import{videoDetailRecommendMaterial as g}from"./components/biz/business/detail/materials/video-detail-recommend/material.mjs";import{videoDetailActionsMaterial as _}from"./components/biz/business/detail/materials/video-detail-actions/material.mjs";import{floatingBallMaterial as v}from"./components/biz/business/floating-ball/material.mjs";import{headerAvatarIconMaterial as y}from"./components/biz/business/header-search/header-avatar-icon/material.mjs";import{headerAvatarLogoSearchMaterial as b}from"./components/biz/business/header-search/header-avatar-logo-search/material.mjs";import{headerAvatarLogoSearchIconMaterial as x}from"./components/biz/business/header-search/header-avatar-logo-search-icon/material.mjs";import{headerLogoSearchMaterial as S}from"./components/biz/business/header-search/header-logo-search/material.mjs";import{headerSearchMaterial as C}from"./components/biz/business/header-search/header-search/material.mjs";import{largeFeatureGridMaterial as w}from"./components/biz/business/large-feature-grid/material.mjs";import{profileHeaderMaterial as T}from"./components/biz/business/profile/profile-header/material.mjs";import{profileMainMaterial as E}from"./components/biz/business/profile/profile-main/material.mjs";import{shortcutGridMaterial as D}from"./components/biz/business/shortcut-grid/material.mjs";var O=e({basicBannerMaterial:()=>s,channelListMaterial:()=>d,exampleButtonMaterial:()=>u,floatingBallMaterial:()=>v,headerAvatarIconMaterial:()=>y,headerAvatarLogoSearchIconMaterial:()=>x,headerAvatarLogoSearchMaterial:()=>b,headerLogoSearchMaterial:()=>S,headerSearchMaterial:()=>C,homeRecommendGridMaterial:()=>c,homeRecommendWaterfallMaterial:()=>l,largeFeatureGridMaterial:()=>w,marqueeMaterial:()=>t,profileHeaderMaterial:()=>T,profileMainMaterial:()=>E,searchHistoryMaterial:()=>n,searchInputMaterial:()=>r,shortcutGridMaterial:()=>D,tabBarMaterial:()=>i,textRecommendMaterial:()=>a,videoDetailActionsMaterial:()=>_,videoDetailInfoMaterial:()=>f,videoDetailInfoTitleMaterial:()=>p,videoDetailInfoTitleTagsEpisodesMaterial:()=>m,videoDetailPlayerMaterial:()=>h,videoDetailRecommendMaterial:()=>g,videoHorizontalListMaterial:()=>o});export{s as basicBannerMaterial,d as channelListMaterial,u as exampleButtonMaterial,v as floatingBallMaterial,y as headerAvatarIconMaterial,x as headerAvatarLogoSearchIconMaterial,b as headerAvatarLogoSearchMaterial,S as headerLogoSearchMaterial,C as headerSearchMaterial,c as homeRecommendGridMaterial,l as homeRecommendWaterfallMaterial,w as largeFeatureGridMaterial,t as marqueeMaterial,O as materials_exports,T as profileHeaderMaterial,E as profileMainMaterial,n as searchHistoryMaterial,r as searchInputMaterial,D as shortcutGridMaterial,i as tabBarMaterial,a as textRecommendMaterial,_ as videoDetailActionsMaterial,f as videoDetailInfoMaterial,p as videoDetailInfoTitleMaterial,m as videoDetailInfoTitleTagsEpisodesMaterial,h as videoDetailPlayerMaterial,g as videoDetailRecommendMaterial,o as videoHorizontalListMaterial};
|