@funhub/platform 0.1.52 → 0.1.53
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 +0 -13
- package/dist/biz.d.mts +8 -10
- package/dist/biz.mjs +1 -1
- package/dist/components/biz/business/banner/variants/basic-banner/material.d.mts +1 -1
- package/dist/components/biz/business/banner-carousel/material.d.mts +1 -1
- package/dist/components/biz/business/channel-list/material.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/registry.d.mts +7 -6
- package/dist/components/biz/business/detail/materials/runtime-context-provider.mjs +2 -0
- package/dist/components/biz/business/detail/materials/video-detail-actions/client.d.mts +0 -2
- package/dist/components/biz/business/detail/materials/video-detail-actions/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-actions/material.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-actions/schema.d.mts +1 -5
- package/dist/components/biz/business/detail/materials/video-detail-info/client.d.mts +0 -4
- package/dist/components/biz/business/detail/materials/video-detail-info/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info/material.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info/schema.d.mts +1 -7
- package/dist/components/biz/business/detail/materials/video-detail-info-title/client.d.mts +0 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title/material.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title/schema.d.mts +1 -4
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/client.d.mts +0 -3
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/material.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-info-title-tags-episodes/schema.d.mts +1 -6
- package/dist/components/biz/business/detail/materials/video-detail-player/client.d.mts +0 -3
- package/dist/components/biz/business/detail/materials/video-detail-player/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-player/material.d.mts +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-player/schema.d.mts +1 -6
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.d.mts +1 -2
- package/dist/components/biz/business/detail/materials/video-detail-recommend/client.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/material.d.mts +2 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.d.mts +2 -3
- package/dist/components/biz/business/detail/materials/video-detail-recommend/schema.mjs +1 -1
- package/dist/components/biz/business/detail/materials/video-detail-recommend/utils.mjs +1 -1
- package/dist/components/biz/business/floating-ball/material.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-avatar-icon/material.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search/material.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-avatar-logo-search-icon/material.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-logo-search/material.d.mts +1 -1
- package/dist/components/biz/business/header-search/header-search/material.d.mts +1 -1
- package/dist/components/biz/business/home-recommend/index.d.mts +4 -6
- package/dist/components/biz/business/home-recommend/shared/home-recommend-base.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-default-config.mjs +2 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-feed-mode.mjs +2 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-preview.mjs +1 -1
- package/dist/components/biz/business/home-recommend/shared/home-recommend-server-data.mjs +2 -0
- package/dist/components/biz/business/home-recommend/shared/home-recommend-video-detail.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.d.mts +2 -3
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.d.mts +35 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/material.d.mts +29 -3
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-client.d.mts +27 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/server.d.mts +3 -6
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/server.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.d.mts +2 -3
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.d.mts +30 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/material.d.mts +26 -4
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-client.d.mts +27 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-client.mjs +2 -0
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs +1 -1
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/server.d.mts +3 -6
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/server.mjs +1 -1
- package/dist/components/biz/business/index.d.mts +11 -13
- package/dist/components/biz/business/large-feature-grid/card-item.mjs +1 -1
- package/dist/components/biz/business/large-feature-grid/material.d.mts +2 -2
- package/dist/components/biz/business/marquee/material.d.mts +1 -1
- package/dist/components/biz/business/profile/profile-header/material.d.mts +2 -2
- package/dist/components/biz/business/profile/profile-header/user-profile-avatar.mjs +1 -1
- package/dist/components/biz/business/profile/profile-header/user-profile-cover-background.mjs +1 -1
- package/dist/components/biz/business/profile/profile-main/material.d.mts +1 -1
- package/dist/components/biz/business/search-history/material.d.mts +1 -1
- package/dist/components/biz/business/search-input/material.d.mts +1 -1
- package/dist/components/biz/business/shortcut-grid/material.d.mts +1 -1
- package/dist/components/biz/business/tab-bar/material.d.mts +2 -2
- package/dist/components/biz/business/tab-bar/schema.d.mts +1 -1
- package/dist/components/biz/business/text-recommend/material.d.mts +1 -1
- package/dist/components/biz/business/video-horizontal-list/material.d.mts +1 -1
- package/dist/components/biz/example/button/material.d.mts +1 -1
- package/dist/components/biz/example/button/material.mjs +1 -1
- package/dist/components/biz/utils/transformers/data.mjs +1 -1
- package/dist/components/common/cards/mini-three-card.mjs +1 -1
- package/dist/components/pages/(follow)/_components/follow-button/index.mjs +1 -1
- package/dist/components/pages/login/password.mjs +1 -1
- package/dist/components/pages/login/register.mjs +1 -1
- package/dist/components/pages/login/reset-password.mjs +1 -1
- package/dist/components/pages/login/verify.mjs +1 -1
- package/dist/components/pages/search-result/page-client.mjs +1 -1
- package/dist/components/pages/search-result/search-all.mjs +1 -1
- package/dist/components/pages/search-result/search-tab.mjs +1 -1
- package/dist/components/pages/search-result/search-user.mjs +1 -1
- package/dist/components/pages/search-result/search-video.mjs +1 -1
- package/dist/components/pages/settings/_components/reset-password-drawer.mjs +1 -1
- package/dist/components/pages/settings/_components/settings.mjs +1 -1
- package/dist/components/pages/video-detail/video-detail-client.mjs +1 -1
- package/dist/components/ui/badge.d.mts +1 -1
- package/dist/components/ui/button.d.mts +1 -1
- package/dist/components/ui/image.d.mts +4 -4
- package/dist/i18n/locales/en.mjs +1 -1
- package/dist/i18n/locales/zh-CN.mjs +1 -1
- package/dist/service/content-batch-get-video-detail.d.mts +21 -0
- package/dist/service/content-batch-get-video-detail.mjs +2 -0
- package/dist/service.d.mts +2 -1
- package/dist/service.mjs +1 -1
- package/dist/utils/schema/index.d.mts +1 -1
- package/dist/utils/schema/material.d.mts +9 -7
- package/dist/utils/schema/utils.d.mts +3 -13
- package/dist/utils/schema/utils.mjs +1 -1
- package/dist/utils.d.mts +2 -3
- package/dist/utils.mjs +1 -1
- package/package.json +2 -7
- package/bin/index.mjs +0 -323
- package/dist/assets/images/user/default_avatar.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.d.mts +0 -10
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.d.mts +0 -20
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-grid/schema/props.schema.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.d.mts +0 -8
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.d.mts +0 -20
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.mjs +0 -2
- package/dist/components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/props.schema.mjs +0 -2
- package/dist/utils/password-validator.d.mts +0 -28
- package/dist/utils/password-validator.mjs +0 -2
- package/templates/base/_meta.json +0 -4
- package/templates/base/template/README.md.template +0 -32
- package/templates/base/template/__dot__gitignore +0 -6
- package/templates/base/template/app/[locale]/layout.tsx.template +0 -36
- package/templates/base/template/app/[locale]/page.tsx.template +0 -24
- package/templates/base/template/app/globals.css +0 -26
- package/templates/base/template/app/layout.tsx.template +0 -38
- package/templates/base/template/eslint.config.mjs.template +0 -68
- package/templates/base/template/i18n/request.ts.template +0 -3
- package/templates/base/template/next-env.d.ts.template +0 -4
- package/templates/base/template/next.config.ts.template +0 -21
- package/templates/base/template/package.json.template +0 -37
- package/templates/base/template/postcss.config.js.template +0 -18
- package/templates/base/template/proxy.ts.template +0 -18
- package/templates/base/template/tailwind.config.cjs.template +0 -13
- package/templates/base/template/tsconfig.json.template +0 -43
package/README.md
CHANGED
|
@@ -16,19 +16,6 @@
|
|
|
16
16
|
pnpm add @funhub/platform
|
|
17
17
|
```
|
|
18
18
|
|
|
19
|
-
## 初始化应用
|
|
20
|
-
|
|
21
|
-
```bash
|
|
22
|
-
npx @funhub/platform init my-funhub-app
|
|
23
|
-
```
|
|
24
|
-
|
|
25
|
-
可选参数:
|
|
26
|
-
|
|
27
|
-
- `--template base`:使用内置最小 starter 模板
|
|
28
|
-
- `--pm pnpm`:指定包管理器
|
|
29
|
-
- `--no-install`:只生成文件,不安装依赖
|
|
30
|
-
- `--no-git`:跳过 Git 仓库初始化
|
|
31
|
-
|
|
32
19
|
## 导出模块
|
|
33
20
|
|
|
34
21
|
| 模块 | 路径 | 说明 |
|
package/dist/biz.d.mts
CHANGED
|
@@ -32,10 +32,10 @@ import { schema as schema$8 } from "./components/biz/basics/search/variants/basi
|
|
|
32
32
|
import { defaultProps as defaultProps$18 } from "./components/biz/basics/search/variants/filter-search/defaults/default-props.mjs";
|
|
33
33
|
import { FilterSearchClient } from "./components/biz/basics/search/variants/filter-search/runtime/client.mjs";
|
|
34
34
|
import { schema as schema$18 } from "./components/biz/basics/search/variants/filter-search/schema/index.mjs";
|
|
35
|
-
import { defaultProps as defaultProps$
|
|
35
|
+
import { defaultProps as defaultProps$21 } from "./components/biz/basics/search/variants/simple-search/defaults/default-props.mjs";
|
|
36
36
|
import { SimpleSearchClient } from "./components/biz/basics/search/variants/simple-search/runtime/client.mjs";
|
|
37
37
|
import { schema as schema$23 } from "./components/biz/basics/search/variants/simple-search/schema/index.mjs";
|
|
38
|
-
import { defaultProps as defaultProps$
|
|
38
|
+
import { defaultProps as defaultProps$23 } from "./components/biz/basics/search/variants/tag-search/defaults/default-props.mjs";
|
|
39
39
|
import { TagSearchClient } from "./components/biz/basics/search/variants/tag-search/runtime/client.mjs";
|
|
40
40
|
import { schema as schema$25 } from "./components/biz/basics/search/variants/tag-search/schema/index.mjs";
|
|
41
41
|
import "./components/biz/basics/index.mjs";
|
|
@@ -73,16 +73,14 @@ import { schema as schema$19 } from "./components/biz/business/fullscreen-feed/v
|
|
|
73
73
|
import { defaultProps as defaultProps$20 } from "./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/defaults/default-props.mjs";
|
|
74
74
|
import { FullscreenVideoFeedClient } from "./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/runtime/client.mjs";
|
|
75
75
|
import { schema as schema$20 } from "./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/index.mjs";
|
|
76
|
-
import { defaultProps as defaultProps$21 } from "./components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.mjs";
|
|
77
|
-
import { HomeRecommendGridClient } from "./components/biz/business/home-recommend/variants/home-recommend-grid/runtime/client.mjs";
|
|
78
|
-
import { schema as schema$21 } from "./components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs";
|
|
79
76
|
import { homeRecommendGridInspectorDefaultProps, homeRecommendGridInspectorPropsSchema } from "./components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.mjs";
|
|
77
|
+
import { HomeRecommendGridPrefetchClient } from "./components/biz/business/home-recommend/variants/home-recommend-grid/runtime/prefetch-client.mjs";
|
|
78
|
+
import { schema as schema$21 } from "./components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs";
|
|
80
79
|
import { HomeRecommendGrid } from "./components/biz/business/home-recommend/variants/home-recommend-grid/server.mjs";
|
|
81
80
|
import { homeRecommendGridMaterial } from "./components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs";
|
|
82
|
-
import { defaultProps as defaultProps$22 } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.mjs";
|
|
83
|
-
import { HomeRecommendWaterfallClient } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/client.mjs";
|
|
84
|
-
import { schema as schema$22 } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs";
|
|
85
81
|
import { homeRecommendWaterfallInspectorDefaultProps, homeRecommendWaterfallInspectorPropsSchema } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.mjs";
|
|
82
|
+
import { HomeRecommendWaterfallPrefetchClient } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/runtime/prefetch-client.mjs";
|
|
83
|
+
import { schema as schema$22 } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs";
|
|
86
84
|
import { HomeRecommendWaterfall } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/server.mjs";
|
|
87
85
|
import { homeRecommendWaterfallMaterial } from "./components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs";
|
|
88
86
|
import { marqueeInspectorPropsSchema } from "./components/biz/business/marquee/schema.mjs";
|
|
@@ -125,7 +123,7 @@ import { schema as schema$16 } from "./components/biz/business/search-bar/varian
|
|
|
125
123
|
import { defaultProps as defaultProps$17 } from "./components/biz/business/search-bar/variants/filter-search-bar/defaults/default-props.mjs";
|
|
126
124
|
import { FilterSearchBarClient } from "./components/biz/business/search-bar/variants/filter-search-bar/runtime/client.mjs";
|
|
127
125
|
import { schema as schema$17 } from "./components/biz/business/search-bar/variants/filter-search-bar/schema/index.mjs";
|
|
128
|
-
import { defaultProps as defaultProps$
|
|
126
|
+
import { defaultProps as defaultProps$22 } from "./components/biz/business/search-bar/variants/tag-search-bar/defaults/default-props.mjs";
|
|
129
127
|
import { TagSearchBarClient } from "./components/biz/business/search-bar/variants/tag-search-bar/runtime/client.mjs";
|
|
130
128
|
import { schema as schema$24 } from "./components/biz/business/search-bar/variants/tag-search-bar/schema/index.mjs";
|
|
131
129
|
import { searchHistoryInspectorPropsSchema } from "./components/biz/business/search-history/schema.mjs";
|
|
@@ -156,4 +154,4 @@ import { exampleButtonMaterial } from "./components/biz/example/button/material.
|
|
|
156
154
|
import "./components/biz/example/button/index.mjs";
|
|
157
155
|
import { NodeDocument, PageDocument, PageMeta, Renderer, RendererDocument, RendererMaterial, RendererMode, RendererProps } from "./components/biz/renderer/renderer.mjs";
|
|
158
156
|
import "./components/biz/renderer/index.mjs";
|
|
159
|
-
export { BaseComponentProps, BasicBannerClient as BasicBanner, defaultProps as BasicBannerDefaultData, BasicBanner as BasicBannerMaterialComponent, schema as BasicBannerSchema, BasicFeatureGridClient as BasicFeatureGrid, defaultProps$1 as BasicFeatureGridDefaultData, schema$1 as BasicFeatureGridSchema, BasicFullscreen, FullscreenFeedClient as BasicFullscreenFeed, defaultProps$2 as BasicFullscreenFeedDefaultData, schema$2 as BasicFullscreenFeedSchema, BasicLogoClient as BasicLogo, defaultProps$3 as BasicLogoDefaultData, schema$3 as BasicLogoSchema, BasicNavBarClient as BasicNavBar, defaultProps$4 as BasicNavBarDefaultData, schema$4 as BasicNavBarSchema, BasicPostCardClient as BasicPostCard, defaultProps$5 as BasicPostCardDefaultData, schema$5 as BasicPostCardSchema, BasicRecommendedUsersClient as BasicRecommendedUsers, defaultProps$6 as BasicRecommendedUsersDefaultData, schema$6 as BasicRecommendedUsersSchema, BasicSearchClient as BasicSearch, BasicSearchBarClient as BasicSearchBar, defaultProps$7 as BasicSearchBarDefaultData, schema$7 as BasicSearchBarSchema, defaultProps$8 as BasicSearchDefaultData, schema$8 as BasicSearchSchema, BuildCollectTabPrefetchParams, BuildHistoryTabPrefetchParams, BuildLikeTabPrefetchParams, BuildPublishTabPrefetchParams, BuildUserProfileHeaderPrefetchParams, Button, ButtonClient, ButtonInspectorProps, ButtonProps, CARD_SPEC_MAP, CardCornerMode, CardGrid2x3Client as CardGrid2x3, defaultProps$9 as CardGrid2x3DefaultData, CardGrid2x3InfiniteClient as CardGrid2x3Infinite, defaultProps$10 as CardGrid2x3InfiniteDefaultData, schema$9 as CardGrid2x3InfiniteSchema, schema$10 as CardGrid2x3Schema, CardGrid2x4Client as CardGrid2x4, defaultProps$11 as CardGrid2x4DefaultData, schema$11 as CardGrid2x4Schema, CardGrid3x3Client as CardGrid3x3, defaultProps$12 as CardGrid3x3DefaultData, CardGrid3x3InfiniteClient as CardGrid3x3Infinite, defaultProps$13 as CardGrid3x3InfiniteDefaultData, schema$12 as CardGrid3x3InfiniteSchema, schema$13 as CardGrid3x3Schema, defaultProps$14 as CardItemDefaultData, schema$14 as CardItemSchema, defaultProps$15 as CardLayoutDefaultData, schema$15 as CardLayoutSchema, CardSpec, ChannelDataItem, CollectTab, CollectTabAuthConfig, CollectTabProps, CollectTabServer, CommonStyleSchema, ComponentMaterial, ComponentSchema, ComponentType, ContentBlockItem, DataBinding, DataBindingField, DataBindingSourceType, DataBindingUIMode, DataSchema, DataSlot, DataSourceType, DetailSearchBarClient as DetailSearchBar, defaultProps$16 as DetailSearchBarDefaultData, schema$16 as DetailSearchBarSchema, EventDefinition, EventSchema, ExtractedDataItem, FieldSchema, FieldType, FilterSearchClient as FilterSearch, FilterSearchBarClient as FilterSearchBar, defaultProps$17 as FilterSearchBarDefaultData, schema$17 as FilterSearchBarSchema, defaultProps$18 as FilterSearchDefaultData, schema$18 as FilterSearchSchema, FloatingBall, FloatingBallClient, FloatingBallClientProps, FloatingBallInspectorProps, FullscreenPostFeedClient as FullscreenFeedClient, defaultProps$19 as FullscreenPostFeedDefaultData, schema$19 as FullscreenPostFeedSchema, FullscreenVideoFeedClient as FullscreenVideoClient, defaultProps$20 as FullscreenVideoFeedDefaultData, schema$20 as FullscreenVideoFeedSchema, HistoryTab, HistoryTabAuthConfig, HistoryTabProps, HistoryTabServer,
|
|
157
|
+
export { BaseComponentProps, BasicBannerClient as BasicBanner, defaultProps as BasicBannerDefaultData, BasicBanner as BasicBannerMaterialComponent, schema as BasicBannerSchema, BasicFeatureGridClient as BasicFeatureGrid, defaultProps$1 as BasicFeatureGridDefaultData, schema$1 as BasicFeatureGridSchema, BasicFullscreen, FullscreenFeedClient as BasicFullscreenFeed, defaultProps$2 as BasicFullscreenFeedDefaultData, schema$2 as BasicFullscreenFeedSchema, BasicLogoClient as BasicLogo, defaultProps$3 as BasicLogoDefaultData, schema$3 as BasicLogoSchema, BasicNavBarClient as BasicNavBar, defaultProps$4 as BasicNavBarDefaultData, schema$4 as BasicNavBarSchema, BasicPostCardClient as BasicPostCard, defaultProps$5 as BasicPostCardDefaultData, schema$5 as BasicPostCardSchema, BasicRecommendedUsersClient as BasicRecommendedUsers, defaultProps$6 as BasicRecommendedUsersDefaultData, schema$6 as BasicRecommendedUsersSchema, BasicSearchClient as BasicSearch, BasicSearchBarClient as BasicSearchBar, defaultProps$7 as BasicSearchBarDefaultData, schema$7 as BasicSearchBarSchema, defaultProps$8 as BasicSearchDefaultData, schema$8 as BasicSearchSchema, BuildCollectTabPrefetchParams, BuildHistoryTabPrefetchParams, BuildLikeTabPrefetchParams, BuildPublishTabPrefetchParams, BuildUserProfileHeaderPrefetchParams, Button, ButtonClient, ButtonInspectorProps, ButtonProps, CARD_SPEC_MAP, CardCornerMode, CardGrid2x3Client as CardGrid2x3, defaultProps$9 as CardGrid2x3DefaultData, CardGrid2x3InfiniteClient as CardGrid2x3Infinite, defaultProps$10 as CardGrid2x3InfiniteDefaultData, schema$9 as CardGrid2x3InfiniteSchema, schema$10 as CardGrid2x3Schema, CardGrid2x4Client as CardGrid2x4, defaultProps$11 as CardGrid2x4DefaultData, schema$11 as CardGrid2x4Schema, CardGrid3x3Client as CardGrid3x3, defaultProps$12 as CardGrid3x3DefaultData, CardGrid3x3InfiniteClient as CardGrid3x3Infinite, defaultProps$13 as CardGrid3x3InfiniteDefaultData, schema$12 as CardGrid3x3InfiniteSchema, schema$13 as CardGrid3x3Schema, defaultProps$14 as CardItemDefaultData, schema$14 as CardItemSchema, defaultProps$15 as CardLayoutDefaultData, schema$15 as CardLayoutSchema, CardSpec, ChannelDataItem, CollectTab, CollectTabAuthConfig, CollectTabProps, CollectTabServer, CommonStyleSchema, ComponentMaterial, ComponentSchema, ComponentType, ContentBlockItem, DataBinding, DataBindingField, DataBindingSourceType, DataBindingUIMode, DataSchema, DataSlot, DataSourceType, DetailSearchBarClient as DetailSearchBar, defaultProps$16 as DetailSearchBarDefaultData, schema$16 as DetailSearchBarSchema, EventDefinition, EventSchema, ExtractedDataItem, FieldSchema, FieldType, FilterSearchClient as FilterSearch, FilterSearchBarClient as FilterSearchBar, defaultProps$17 as FilterSearchBarDefaultData, schema$17 as FilterSearchBarSchema, defaultProps$18 as FilterSearchDefaultData, schema$18 as FilterSearchSchema, FloatingBall, FloatingBallClient, FloatingBallClientProps, FloatingBallInspectorProps, FullscreenPostFeedClient as FullscreenFeedClient, defaultProps$19 as FullscreenPostFeedDefaultData, schema$19 as FullscreenPostFeedSchema, FullscreenVideoFeedClient as FullscreenVideoClient, defaultProps$20 as FullscreenVideoFeedDefaultData, schema$20 as FullscreenVideoFeedSchema, HistoryTab, HistoryTabAuthConfig, HistoryTabProps, HistoryTabServer, HomeRecommendGridPrefetchClient as HomeRecommendGrid, homeRecommendGridInspectorDefaultProps as HomeRecommendGridDefaultData, HomeRecommendGrid as HomeRecommendGridMaterialComponent, schema$21 as HomeRecommendGridSchema, HomeRecommendWaterfallPrefetchClient as HomeRecommendWaterfall, homeRecommendWaterfallInspectorDefaultProps as HomeRecommendWaterfallDefaultData, HomeRecommendWaterfall as HomeRecommendWaterfallMaterialComponent, schema$22 as HomeRecommendWaterfallSchema, LikeDetailItem, LikeTab, LikeTabProps, LikeTabServer, MarqueeClient, MarqueeProps, MarqueeServer, MaterialRegistry, NodeDocument, PageDocument, PageMeta, ProfileHeaderInspectorProps, ProfileMainAuthConfig, ProfileMainInspectorProps, PropDefinition, PropSchema, PublishTab, PublishTabProps, PublishTabServer, PublishTabUserInfo, RawContentData, Renderer, RendererDocument, RendererMaterial, RendererMode, RendererProps, SearchHistoryClient, SearchHistoryProps, SearchHistoryServer, SearchInputClient, SearchInputProps, SearchInputServer, SimpleSearchClient as SimpleSearch, defaultProps$21 as SimpleSearchDefaultData, schema$23 as SimpleSearchSchema, StylePropDefinition, StyleSchema, TabBarClient, TabBarProps, TabBarServer, TagSearchClient as TagSearch, TagSearchBarClient as TagSearchBar, defaultProps$22 as TagSearchBarDefaultData, schema$24 as TagSearchBarSchema, defaultProps$23 as TagSearchDefaultData, schema$25 as TagSearchSchema, TextRecommendClient, TextRecommendProps, TextRecommendServer, UserProfileHeader, UserProfileHeaderAuthConfig, UserProfileHeaderClient, UserProfileHeaderClientProps, UserProfileHeaderProps, UserProfileMain, UserProfileMainClient, UserProfileMainProps, UserProfileMainRenderMode, UserProfileMainShell, UserProfileMainShellProps, VideoHorizontalListClient, VideoHorizontalListProps, VideoHorizontalListServer, basicBannerInspectorDefaultProps, basicBannerInspectorPropsSchema, basicBannerMaterial, buildCollectTabPrefetch, buildContentUrl, buildHistoryTabPrefetch, buildLikeTabPrefetch, buildPublishTabPrefetch, buildUserProfileHeaderPrefetch, buttonInspectorDefaultProps, buttonInspectorPropsSchema, commonStyleSchema, commonStylesToInline, customStylesToInline, exampleButtonMaterial, extractDataByComponentType, floatingBallInspectorDefaultProps, floatingBallInspectorPropsSchema, floatingBallMaterial, getCardSpecConfig, getChannelList, homeRecommendGridInspectorDefaultProps, homeRecommendGridInspectorPropsSchema, homeRecommendGridMaterial, homeRecommendWaterfallInspectorDefaultProps, homeRecommendWaterfallInspectorPropsSchema, homeRecommendWaterfallMaterial, marqueeInspectorPropsSchema, marqueeMaterial, mergeStyles, profileHeaderInspectorDefaultProps, profileHeaderInspectorPropsSchema, profileHeaderMaterial, profileHeaderMaterialWithDisabledBackground, profileMainCollectCollectionTabOptions, profileMainCollectTabOptions, profileMainHistoryTabOptions, profileMainInspectorDefaultProps, profileMainInspectorPropsSchema, profileMainLikeTabOptions, profileMainMaterial, profileMainMineTabOptions, profileMainProfileTabOptions, profileMainTabOptions, searchHistoryInspectorPropsSchema, searchHistoryMaterial, searchInputInspectorPropsSchema, searchInputMaterial, tabBarInspectorPropsSchema, tabBarMaterial, textRecommendInspectorPropsSchema, textRecommendMaterial, transformContentListToCardItems, transformContentToCardItem, videoHorizontalListInspectorPropsSchema, videoHorizontalListMaterial };
|
package/dist/biz.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
import{CARD_SPEC_MAP as e,CardSpec as t,getCardSpecConfig as n}from"./components/biz/utils/constants/card-spec.mjs";import{getChannelList as r}from"./components/biz/utils/helpers/get-channel-list.mjs";import{buildContentUrl as i}from"./components/biz/utils/helpers/url.mjs";import{DataBindingUIMode as a,DataSourceType as o}from"./components/biz/utils/schema/data.mjs";import{commonStylesToInline as s,customStylesToInline as c,mergeStyles as l}from"./components/biz/utils/styles/helpers.mjs";import{commonStyleSchema as u}from"./components/biz/utils/styles/schema.mjs";import{transformContentListToCardItems as d,transformContentToCardItem as f}from"./components/biz/utils/transformers/card-grid.mjs";import{defaultProps as p}from"./components/biz/business/banner/variants/basic-banner/defaults/default-props.mjs";import{schema as m}from"./components/biz/business/banner/variants/basic-banner/schema/index.mjs";import{defaultProps as h}from"./components/biz/business/feature-grid/variants/basic-feature-grid/defaults/default-props.mjs";import{schema as g}from"./components/biz/business/feature-grid/variants/basic-feature-grid/schema/index.mjs";import{BasicFullscreen as _}from"./components/biz/basics/fullscreen-feed/basic-fullscreen.mjs";import{defaultProps as v}from"./components/biz/basics/fullscreen-feed/defaults/default-props.mjs";import{schema as y}from"./components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/index.mjs";import{schema as b}from"./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/index.mjs";import{defaultProps as x}from"./components/biz/basics/logo/variants/basic-logo/defaults/default-props.mjs";import{defaultProps as S}from"./components/biz/basics/search/variants/basic-search/defaults/default-props.mjs";import{defaultProps as C}from"./components/biz/business/search-bar/variants/detail-search-bar/defaults/default-props.mjs";import{schema as w}from"./components/biz/basics/logo/variants/basic-logo/schema/index.mjs";import T from"./components/biz/basics/logo/variants/basic-logo/index.mjs";import{defaultProps as E}from"./components/biz/basics/search/variants/simple-search/defaults/default-props.mjs";import{schema as D}from"./components/biz/basics/search/variants/simple-search/schema/index.mjs";import O from"./components/biz/basics/search/variants/simple-search/index.mjs";import{schema as k}from"./components/biz/business/search-bar/variants/detail-search-bar/schema/index.mjs";import A from"./components/biz/business/search-bar/variants/detail-search-bar/index.mjs";import{schema as j}from"./components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs";import{schema as M}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs";import{schema as N}from"./components/biz/business/post-card/variants/basic-post-card/schema/index.mjs";import{defaultProps as P}from"./components/biz/business/recommended-users/variants/basic-recommended-users/defaults/default-props.mjs";import{schema as F}from"./components/biz/business/recommended-users/variants/basic-recommended-users/schema/index.mjs";import{ComponentType as I,extractDataByComponentType as L}from"./components/biz/utils/transformers/data.mjs";import{defaultProps as R}from"./components/biz/basics/card-item/defaults/default-props.mjs";import{schema as z}from"./components/biz/basics/card-item/schema/index.mjs";import{defaultProps as B}from"./components/biz/basics/card-layout/defaults/default-props.mjs";import{schema as V}from"./components/biz/basics/card-layout/schema/index.mjs";import{schema as H}from"./components/biz/basics/fullscreen-feed/schema/index.mjs";import U from"./components/biz/basics/fullscreen-feed/index.mjs";import{schema as W}from"./components/biz/basics/search/variants/basic-search/schema/index.mjs";import G from"./components/biz/basics/search/variants/basic-search/index.mjs";import{defaultProps as K}from"./components/biz/basics/search/variants/filter-search/defaults/default-props.mjs";import{schema as q}from"./components/biz/basics/search/variants/filter-search/schema/index.mjs";import J from"./components/biz/basics/search/variants/filter-search/index.mjs";import{defaultProps as Y}from"./components/biz/basics/search/variants/tag-search/defaults/default-props.mjs";import{schema as X}from"./components/biz/basics/search/variants/tag-search/schema/index.mjs";import Z from"./components/biz/basics/search/variants/tag-search/index.mjs";import{basicBannerInspectorDefaultProps as Q,basicBannerInspectorPropsSchema as $}from"./components/biz/business/banner/variants/basic-banner/inspector-schema.mjs";import{BasicBanner as ee}from"./components/biz/business/banner/variants/basic-banner/server.mjs";import{basicBannerMaterial as te}from"./components/biz/business/banner/variants/basic-banner/material.mjs";import ne from"./components/biz/business/banner/variants/basic-banner/index.mjs";import{defaultProps as re}from"./components/biz/business/card-grid/variants/card-grid-2x3/defaults/default-props.mjs";import{schema as ie}from"./components/biz/business/card-grid/variants/card-grid-2x3/schema/index.mjs";import ae from"./components/biz/business/card-grid/variants/card-grid-2x3/index.mjs";import{defaultProps as oe}from"./components/biz/business/card-grid/variants/card-grid-2x3-infinite/defaults/default-props.mjs";import{schema as se}from"./components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/index.mjs";import ce from"./components/biz/business/card-grid/variants/card-grid-2x3-infinite/index.mjs";import{defaultProps as le}from"./components/biz/business/card-grid/variants/card-grid-2x4/defaults/default-props.mjs";import{schema as ue}from"./components/biz/business/card-grid/variants/card-grid-2x4/schema/index.mjs";import de from"./components/biz/business/card-grid/variants/card-grid-2x4/index.mjs";import{defaultProps as fe}from"./components/biz/business/card-grid/variants/card-grid-3x3/defaults/default-props.mjs";import{schema as pe}from"./components/biz/business/card-grid/variants/card-grid-3x3/schema/index.mjs";import me from"./components/biz/business/card-grid/variants/card-grid-3x3/index.mjs";import{defaultProps as he}from"./components/biz/business/card-grid/variants/card-grid-3x3-infinite/defaults/default-props.mjs";import{schema as ge}from"./components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/index.mjs";import _e from"./components/biz/business/card-grid/variants/card-grid-3x3-infinite/index.mjs";import ve from"./components/biz/business/feature-grid/variants/basic-feature-grid/index.mjs";import{FloatingBallClient as ye}from"./components/biz/business/floating-ball/client.mjs";import{floatingBallInspectorDefaultProps as be,floatingBallInspectorPropsSchema as xe}from"./components/biz/business/floating-ball/schema.mjs";import{FloatingBall as Se}from"./components/biz/business/floating-ball/server.mjs";import{floatingBallMaterial as Ce}from"./components/biz/business/floating-ball/material.mjs";import{defaultProps as we}from"./components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/defaults/default-props.mjs";import Te from"./components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/index.mjs";import{defaultProps as Ee}from"./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/defaults/default-props.mjs";import De from"./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/index.mjs";import{defaultProps as Oe}from"./components/biz/business/home-recommend/variants/home-recommend-grid/defaults/default-props.mjs";import{homeRecommendGridInspectorDefaultProps as ke,homeRecommendGridInspectorPropsSchema as Ae}from"./components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.mjs";import{HomeRecommendGrid as je}from"./components/biz/business/home-recommend/variants/home-recommend-grid/server.mjs";import{homeRecommendGridMaterial as Me}from"./components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs";import Ne from"./components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs";import{defaultProps as Pe}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/defaults/default-props.mjs";import{homeRecommendWaterfallInspectorDefaultProps as Fe,homeRecommendWaterfallInspectorPropsSchema as Ie}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.mjs";import{HomeRecommendWaterfall as Le}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/server.mjs";import{homeRecommendWaterfallMaterial as Re}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs";import ze from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs";import{MarqueeClient as Be}from"./components/biz/business/marquee/client.mjs";import{marqueeInspectorPropsSchema as Ve}from"./components/biz/business/marquee/schema.mjs";import{MarqueeServer as He}from"./components/biz/business/marquee/server.mjs";import{marqueeMaterial as Ue}from"./components/biz/business/marquee/material.mjs";import{defaultProps as We}from"./components/biz/business/nav-bar/variants/basic-nav-bar/defaults/default-props.mjs";import{schema as Ge}from"./components/biz/business/nav-bar/variants/basic-nav-bar/schema/index.mjs";import Ke from"./components/biz/business/nav-bar/variants/basic-nav-bar/index.mjs";import{defaultProps as qe}from"./components/biz/business/post-card/variants/basic-post-card/defaults/default-props.mjs";import Je from"./components/biz/business/post-card/variants/basic-post-card/index.mjs";import{UserProfileHeaderClient as Ye}from"./components/biz/business/profile/profile-header/client.mjs";import{profileHeaderInspectorDefaultProps as Xe,profileHeaderInspectorPropsSchema as Ze}from"./components/biz/business/profile/profile-header/schema.mjs";import{UserProfileHeader as Qe,buildUserProfileHeaderPrefetch as $e}from"./components/biz/business/profile/profile-header/server.mjs";import{profileHeaderMaterial as et,profileHeaderMaterialWithDisabledBackground as tt}from"./components/biz/business/profile/profile-header/material.mjs";import{profileMainCollectCollectionTabOptions as nt,profileMainCollectTabOptions as rt,profileMainHistoryTabOptions as it,profileMainLikeTabOptions as at,profileMainMineTabOptions as ot,profileMainProfileTabOptions as st,profileMainTabOptions as ct}from"./components/biz/business/profile/profile-main/variants.mjs";import{UserProfileMainShell as lt}from"./components/biz/business/profile/profile-main/shell.mjs";import{UserProfileMainClient as ut}from"./components/biz/business/profile/profile-main/client.mjs";import{profileMainInspectorDefaultProps as dt,profileMainInspectorPropsSchema as ft}from"./components/biz/business/profile/profile-main/schema.mjs";import{CollectTab as pt}from"./components/biz/business/profile/profile-main/tabs/collect-tab/client.mjs";import{CollectTabServer as mt,buildCollectTabPrefetch as ht}from"./components/biz/business/profile/profile-main/tabs/collect-tab/server.mjs";import{HistoryTab as gt}from"./components/biz/business/profile/profile-main/tabs/history-tab/client.mjs";import{HistoryTabServer as _t,buildHistoryTabPrefetch as vt}from"./components/biz/business/profile/profile-main/tabs/history-tab/server.mjs";import{LikeTab as yt}from"./components/biz/business/profile/profile-main/tabs/like-tab/client.mjs";import{LikeTabServer as bt,buildLikeTabPrefetch as xt}from"./components/biz/business/profile/profile-main/tabs/like-tab/server.mjs";import{UserProfileMain as St}from"./components/biz/business/profile/profile-main/server.mjs";import{profileMainMaterial as Ct}from"./components/biz/business/profile/profile-main/material.mjs";import{PublishTab as wt}from"./components/biz/business/profile/profile-main/tabs/publish-tab/client.mjs";import{PublishTabServer as Tt,buildPublishTabPrefetch as Et}from"./components/biz/business/profile/profile-main/tabs/publish-tab/server.mjs";import Dt from"./components/biz/business/recommended-users/variants/basic-recommended-users/index.mjs";import{defaultProps as Ot}from"./components/biz/business/search-bar/variants/basic-search-bar/defaults/default-props.mjs";import{schema as kt}from"./components/biz/business/search-bar/variants/basic-search-bar/schema/index.mjs";import At from"./components/biz/business/search-bar/variants/basic-search-bar/index.mjs";import{defaultProps as jt}from"./components/biz/business/search-bar/variants/filter-search-bar/defaults/default-props.mjs";import{schema as Mt}from"./components/biz/business/search-bar/variants/filter-search-bar/schema/index.mjs";import Nt from"./components/biz/business/search-bar/variants/filter-search-bar/index.mjs";import{defaultProps as Pt}from"./components/biz/business/search-bar/variants/tag-search-bar/defaults/default-props.mjs";import{schema as Ft}from"./components/biz/business/search-bar/variants/tag-search-bar/schema/index.mjs";import It from"./components/biz/business/search-bar/variants/tag-search-bar/index.mjs";import{SearchHistoryClient as Lt}from"./components/biz/business/search-history/client.mjs";import{searchHistoryInspectorPropsSchema as Rt}from"./components/biz/business/search-history/schema.mjs";import{SearchHistoryServer as zt}from"./components/biz/business/search-history/server.mjs";import{searchHistoryMaterial as Bt}from"./components/biz/business/search-history/material.mjs";import{SearchInputClient as Vt}from"./components/biz/business/search-input/client.mjs";import{searchInputInspectorPropsSchema as Ht}from"./components/biz/business/search-input/schema.mjs";import{SearchInputServer as Ut}from"./components/biz/business/search-input/server.mjs";import{searchInputMaterial as Wt}from"./components/biz/business/search-input/material.mjs";import{TabBarClient as Gt}from"./components/biz/business/tab-bar/client.mjs";import{tabBarInspectorPropsSchema as Kt}from"./components/biz/business/tab-bar/schema.mjs";import{TabBarServer as qt}from"./components/biz/business/tab-bar/server.mjs";import{tabBarMaterial as Jt}from"./components/biz/business/tab-bar/material.mjs";import{TextRecommendClient as Yt}from"./components/biz/business/text-recommend/client.mjs";import{textRecommendInspectorPropsSchema as Xt}from"./components/biz/business/text-recommend/schema.mjs";import{TextRecommendServer as Zt}from"./components/biz/business/text-recommend/server.mjs";import{textRecommendMaterial as Qt}from"./components/biz/business/text-recommend/material.mjs";import{VideoHorizontalListClient as $t}from"./components/biz/business/video-horizontal-list/client.mjs";import{videoHorizontalListInspectorPropsSchema as en}from"./components/biz/business/video-horizontal-list/schema.mjs";import{VideoHorizontalListServer as tn}from"./components/biz/business/video-horizontal-list/server.mjs";import{videoHorizontalListMaterial as nn}from"./components/biz/business/video-horizontal-list/material.mjs";import{ButtonClient as rn}from"./components/biz/example/button/client.mjs";import{buttonInspectorDefaultProps as an,buttonInspectorPropsSchema as on}from"./components/biz/example/button/schema.mjs";import{Button as sn}from"./components/biz/example/button/server.mjs";import{exampleButtonMaterial as cn}from"./components/biz/example/button/material.mjs";import{Renderer as ln}from"./components/biz/renderer/renderer.mjs";export{ne as BasicBanner,p as BasicBannerDefaultData,ee as BasicBannerMaterialComponent,m as BasicBannerSchema,ve as BasicFeatureGrid,h as BasicFeatureGridDefaultData,g as BasicFeatureGridSchema,_ as BasicFullscreen,U as BasicFullscreenFeed,v as BasicFullscreenFeedDefaultData,H as BasicFullscreenFeedSchema,T as BasicLogo,x as BasicLogoDefaultData,w as BasicLogoSchema,Ke as BasicNavBar,We as BasicNavBarDefaultData,Ge as BasicNavBarSchema,Je as BasicPostCard,qe as BasicPostCardDefaultData,N as BasicPostCardSchema,Dt as BasicRecommendedUsers,P as BasicRecommendedUsersDefaultData,F as BasicRecommendedUsersSchema,G as BasicSearch,At as BasicSearchBar,Ot as BasicSearchBarDefaultData,kt as BasicSearchBarSchema,S as BasicSearchDefaultData,W as BasicSearchSchema,sn as Button,rn as ButtonClient,e as CARD_SPEC_MAP,ae as CardGrid2x3,re as CardGrid2x3DefaultData,ce as CardGrid2x3Infinite,oe as CardGrid2x3InfiniteDefaultData,se as CardGrid2x3InfiniteSchema,ie as CardGrid2x3Schema,de as CardGrid2x4,le as CardGrid2x4DefaultData,ue as CardGrid2x4Schema,me as CardGrid3x3,fe as CardGrid3x3DefaultData,_e as CardGrid3x3Infinite,he as CardGrid3x3InfiniteDefaultData,ge as CardGrid3x3InfiniteSchema,pe as CardGrid3x3Schema,R as CardItemDefaultData,z as CardItemSchema,B as CardLayoutDefaultData,V as CardLayoutSchema,t as CardSpec,pt as CollectTab,mt as CollectTabServer,I as ComponentType,a as DataBindingUIMode,o as DataSourceType,A as DetailSearchBar,C as DetailSearchBarDefaultData,k as DetailSearchBarSchema,J as FilterSearch,Nt as FilterSearchBar,jt as FilterSearchBarDefaultData,Mt as FilterSearchBarSchema,K as FilterSearchDefaultData,q as FilterSearchSchema,Se as FloatingBall,ye as FloatingBallClient,Te as FullscreenFeedClient,we as FullscreenPostFeedDefaultData,y as FullscreenPostFeedSchema,De as FullscreenVideoClient,Ee as FullscreenVideoFeedDefaultData,b as FullscreenVideoFeedSchema,gt as HistoryTab,_t as HistoryTabServer,Ne as HomeRecommendGrid,Oe as HomeRecommendGridDefaultData,je as HomeRecommendGridMaterialComponent,j as HomeRecommendGridSchema,ze as HomeRecommendWaterfall,Pe as HomeRecommendWaterfallDefaultData,Le as HomeRecommendWaterfallMaterialComponent,M as HomeRecommendWaterfallSchema,yt as LikeTab,bt as LikeTabServer,Be as MarqueeClient,He as MarqueeServer,wt as PublishTab,Tt as PublishTabServer,ln as Renderer,Lt as SearchHistoryClient,zt as SearchHistoryServer,Vt as SearchInputClient,Ut as SearchInputServer,O as SimpleSearch,E as SimpleSearchDefaultData,D as SimpleSearchSchema,Gt as TabBarClient,qt as TabBarServer,Z as TagSearch,It as TagSearchBar,Pt as TagSearchBarDefaultData,Ft as TagSearchBarSchema,Y as TagSearchDefaultData,X as TagSearchSchema,Yt as TextRecommendClient,Zt as TextRecommendServer,Qe as UserProfileHeader,Ye as UserProfileHeaderClient,St as UserProfileMain,ut as UserProfileMainClient,lt as UserProfileMainShell,$t as VideoHorizontalListClient,tn as VideoHorizontalListServer,Q as basicBannerInspectorDefaultProps,$ as basicBannerInspectorPropsSchema,te as basicBannerMaterial,ht as buildCollectTabPrefetch,i as buildContentUrl,vt as buildHistoryTabPrefetch,xt as buildLikeTabPrefetch,Et as buildPublishTabPrefetch,$e as buildUserProfileHeaderPrefetch,an as buttonInspectorDefaultProps,on as buttonInspectorPropsSchema,u as commonStyleSchema,s as commonStylesToInline,c as customStylesToInline,cn as exampleButtonMaterial,L as extractDataByComponentType,be as floatingBallInspectorDefaultProps,xe as floatingBallInspectorPropsSchema,Ce as floatingBallMaterial,n as getCardSpecConfig,r as getChannelList,ke as homeRecommendGridInspectorDefaultProps,Ae as homeRecommendGridInspectorPropsSchema,Me as homeRecommendGridMaterial,Fe as homeRecommendWaterfallInspectorDefaultProps,Ie as homeRecommendWaterfallInspectorPropsSchema,Re as homeRecommendWaterfallMaterial,Ve as marqueeInspectorPropsSchema,Ue as marqueeMaterial,l as mergeStyles,Xe as profileHeaderInspectorDefaultProps,Ze as profileHeaderInspectorPropsSchema,et as profileHeaderMaterial,tt as profileHeaderMaterialWithDisabledBackground,nt as profileMainCollectCollectionTabOptions,rt as profileMainCollectTabOptions,it as profileMainHistoryTabOptions,dt as profileMainInspectorDefaultProps,ft as profileMainInspectorPropsSchema,at as profileMainLikeTabOptions,Ct as profileMainMaterial,ot as profileMainMineTabOptions,st as profileMainProfileTabOptions,ct as profileMainTabOptions,Rt as searchHistoryInspectorPropsSchema,Bt as searchHistoryMaterial,Ht as searchInputInspectorPropsSchema,Wt as searchInputMaterial,Kt as tabBarInspectorPropsSchema,Jt as tabBarMaterial,Xt as textRecommendInspectorPropsSchema,Qt as textRecommendMaterial,d as transformContentListToCardItems,f as transformContentToCardItem,en as videoHorizontalListInspectorPropsSchema,nn as videoHorizontalListMaterial};
|
|
2
|
+
import{CARD_SPEC_MAP as ee,CardSpec as te,getCardSpecConfig as e}from"./components/biz/utils/constants/card-spec.mjs";import{getChannelList as t}from"./components/biz/utils/helpers/get-channel-list.mjs";import{buildContentUrl as n}from"./components/biz/utils/helpers/url.mjs";import{DataBindingUIMode as r,DataSourceType as i}from"./components/biz/utils/schema/data.mjs";import{commonStylesToInline as a,customStylesToInline as o,mergeStyles as s}from"./components/biz/utils/styles/helpers.mjs";import{commonStyleSchema as c}from"./components/biz/utils/styles/schema.mjs";import{transformContentListToCardItems as l,transformContentToCardItem as u}from"./components/biz/utils/transformers/card-grid.mjs";import{defaultProps as d}from"./components/biz/business/banner/variants/basic-banner/defaults/default-props.mjs";import{schema as f}from"./components/biz/business/banner/variants/basic-banner/schema/index.mjs";import{defaultProps as p}from"./components/biz/business/feature-grid/variants/basic-feature-grid/defaults/default-props.mjs";import{schema as m}from"./components/biz/business/feature-grid/variants/basic-feature-grid/schema/index.mjs";import{BasicFullscreen as h}from"./components/biz/basics/fullscreen-feed/basic-fullscreen.mjs";import{defaultProps as g}from"./components/biz/basics/fullscreen-feed/defaults/default-props.mjs";import{schema as _}from"./components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/schema/index.mjs";import{schema as v}from"./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/schema/index.mjs";import{defaultProps as y}from"./components/biz/basics/logo/variants/basic-logo/defaults/default-props.mjs";import{defaultProps as b}from"./components/biz/basics/search/variants/basic-search/defaults/default-props.mjs";import{defaultProps as x}from"./components/biz/business/search-bar/variants/detail-search-bar/defaults/default-props.mjs";import{schema as S}from"./components/biz/basics/logo/variants/basic-logo/schema/index.mjs";import C from"./components/biz/basics/logo/variants/basic-logo/index.mjs";import{defaultProps as w}from"./components/biz/basics/search/variants/simple-search/defaults/default-props.mjs";import{schema as T}from"./components/biz/basics/search/variants/simple-search/schema/index.mjs";import E from"./components/biz/basics/search/variants/simple-search/index.mjs";import{schema as D}from"./components/biz/business/search-bar/variants/detail-search-bar/schema/index.mjs";import O from"./components/biz/business/search-bar/variants/detail-search-bar/index.mjs";import{homeRecommendGridInspectorDefaultProps as k,homeRecommendGridInspectorPropsSchema as A}from"./components/biz/business/home-recommend/variants/home-recommend-grid/inspector-schema.mjs";import{schema as j}from"./components/biz/business/home-recommend/variants/home-recommend-grid/schema/index.mjs";import{homeRecommendWaterfallInspectorDefaultProps as M,homeRecommendWaterfallInspectorPropsSchema as N}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/inspector-schema.mjs";import{schema as P}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/schema/index.mjs";import{schema as F}from"./components/biz/business/post-card/variants/basic-post-card/schema/index.mjs";import{defaultProps as I}from"./components/biz/business/recommended-users/variants/basic-recommended-users/defaults/default-props.mjs";import{schema as L}from"./components/biz/business/recommended-users/variants/basic-recommended-users/schema/index.mjs";import{ComponentType as R,extractDataByComponentType as z}from"./components/biz/utils/transformers/data.mjs";import{defaultProps as B}from"./components/biz/basics/card-item/defaults/default-props.mjs";import{schema as V}from"./components/biz/basics/card-item/schema/index.mjs";import{defaultProps as H}from"./components/biz/basics/card-layout/defaults/default-props.mjs";import{schema as U}from"./components/biz/basics/card-layout/schema/index.mjs";import{schema as W}from"./components/biz/basics/fullscreen-feed/schema/index.mjs";import G from"./components/biz/basics/fullscreen-feed/index.mjs";import{schema as K}from"./components/biz/basics/search/variants/basic-search/schema/index.mjs";import q from"./components/biz/basics/search/variants/basic-search/index.mjs";import{defaultProps as J}from"./components/biz/basics/search/variants/filter-search/defaults/default-props.mjs";import{schema as Y}from"./components/biz/basics/search/variants/filter-search/schema/index.mjs";import X from"./components/biz/basics/search/variants/filter-search/index.mjs";import{defaultProps as Z}from"./components/biz/basics/search/variants/tag-search/defaults/default-props.mjs";import{schema as Q}from"./components/biz/basics/search/variants/tag-search/schema/index.mjs";import ne from"./components/biz/basics/search/variants/tag-search/index.mjs";import{basicBannerInspectorDefaultProps as re,basicBannerInspectorPropsSchema as ie}from"./components/biz/business/banner/variants/basic-banner/inspector-schema.mjs";import{BasicBanner as ae}from"./components/biz/business/banner/variants/basic-banner/server.mjs";import{basicBannerMaterial as oe}from"./components/biz/business/banner/variants/basic-banner/material.mjs";import se from"./components/biz/business/banner/variants/basic-banner/index.mjs";import{defaultProps as ce}from"./components/biz/business/card-grid/variants/card-grid-2x3/defaults/default-props.mjs";import{schema as le}from"./components/biz/business/card-grid/variants/card-grid-2x3/schema/index.mjs";import ue from"./components/biz/business/card-grid/variants/card-grid-2x3/index.mjs";import{defaultProps as de}from"./components/biz/business/card-grid/variants/card-grid-2x3-infinite/defaults/default-props.mjs";import{schema as fe}from"./components/biz/business/card-grid/variants/card-grid-2x3-infinite/schema/index.mjs";import pe from"./components/biz/business/card-grid/variants/card-grid-2x3-infinite/index.mjs";import{defaultProps as me}from"./components/biz/business/card-grid/variants/card-grid-2x4/defaults/default-props.mjs";import{schema as he}from"./components/biz/business/card-grid/variants/card-grid-2x4/schema/index.mjs";import ge from"./components/biz/business/card-grid/variants/card-grid-2x4/index.mjs";import{defaultProps as _e}from"./components/biz/business/card-grid/variants/card-grid-3x3/defaults/default-props.mjs";import{schema as ve}from"./components/biz/business/card-grid/variants/card-grid-3x3/schema/index.mjs";import ye from"./components/biz/business/card-grid/variants/card-grid-3x3/index.mjs";import{defaultProps as be}from"./components/biz/business/card-grid/variants/card-grid-3x3-infinite/defaults/default-props.mjs";import{schema as xe}from"./components/biz/business/card-grid/variants/card-grid-3x3-infinite/schema/index.mjs";import Se from"./components/biz/business/card-grid/variants/card-grid-3x3-infinite/index.mjs";import Ce from"./components/biz/business/feature-grid/variants/basic-feature-grid/index.mjs";import{FloatingBallClient as we}from"./components/biz/business/floating-ball/client.mjs";import{floatingBallInspectorDefaultProps as Te,floatingBallInspectorPropsSchema as Ee}from"./components/biz/business/floating-ball/schema.mjs";import{FloatingBall as De}from"./components/biz/business/floating-ball/server.mjs";import{floatingBallMaterial as Oe}from"./components/biz/business/floating-ball/material.mjs";import{defaultProps as ke}from"./components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/defaults/default-props.mjs";import Ae from"./components/biz/business/fullscreen-feed/variants/fullscreen-post-feed/index.mjs";import{defaultProps as je}from"./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/defaults/default-props.mjs";import Me from"./components/biz/business/fullscreen-feed/variants/fullscreen-video-feed/index.mjs";import{HomeRecommendGrid as Ne}from"./components/biz/business/home-recommend/variants/home-recommend-grid/server.mjs";import{homeRecommendGridMaterial as Pe}from"./components/biz/business/home-recommend/variants/home-recommend-grid/material.mjs";import Fe from"./components/biz/business/home-recommend/variants/home-recommend-grid/index.mjs";import{HomeRecommendWaterfall as Ie}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/server.mjs";import{homeRecommendWaterfallMaterial as Le}from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/material.mjs";import Re from"./components/biz/business/home-recommend/variants/home-recommend-waterfall/index.mjs";import{MarqueeClient as $}from"./components/biz/business/marquee/client.mjs";import{marqueeInspectorPropsSchema as ze}from"./components/biz/business/marquee/schema.mjs";import{MarqueeServer as Be}from"./components/biz/business/marquee/server.mjs";import{marqueeMaterial as Ve}from"./components/biz/business/marquee/material.mjs";import{defaultProps as He}from"./components/biz/business/nav-bar/variants/basic-nav-bar/defaults/default-props.mjs";import{schema as Ue}from"./components/biz/business/nav-bar/variants/basic-nav-bar/schema/index.mjs";import We from"./components/biz/business/nav-bar/variants/basic-nav-bar/index.mjs";import{defaultProps as Ge}from"./components/biz/business/post-card/variants/basic-post-card/defaults/default-props.mjs";import Ke from"./components/biz/business/post-card/variants/basic-post-card/index.mjs";import{UserProfileHeaderClient as qe}from"./components/biz/business/profile/profile-header/client.mjs";import{profileHeaderInspectorDefaultProps as Je,profileHeaderInspectorPropsSchema as Ye}from"./components/biz/business/profile/profile-header/schema.mjs";import{UserProfileHeader as Xe,buildUserProfileHeaderPrefetch as Ze}from"./components/biz/business/profile/profile-header/server.mjs";import{profileHeaderMaterial as Qe,profileHeaderMaterialWithDisabledBackground as $e}from"./components/biz/business/profile/profile-header/material.mjs";import{profileMainCollectCollectionTabOptions as et,profileMainCollectTabOptions as tt,profileMainHistoryTabOptions as nt,profileMainLikeTabOptions as rt,profileMainMineTabOptions as it,profileMainProfileTabOptions as at,profileMainTabOptions as ot}from"./components/biz/business/profile/profile-main/variants.mjs";import{UserProfileMainShell as st}from"./components/biz/business/profile/profile-main/shell.mjs";import{UserProfileMainClient as ct}from"./components/biz/business/profile/profile-main/client.mjs";import{profileMainInspectorDefaultProps as lt,profileMainInspectorPropsSchema as ut}from"./components/biz/business/profile/profile-main/schema.mjs";import{CollectTab as dt}from"./components/biz/business/profile/profile-main/tabs/collect-tab/client.mjs";import{CollectTabServer as ft,buildCollectTabPrefetch as pt}from"./components/biz/business/profile/profile-main/tabs/collect-tab/server.mjs";import{HistoryTab as mt}from"./components/biz/business/profile/profile-main/tabs/history-tab/client.mjs";import{HistoryTabServer as ht,buildHistoryTabPrefetch as gt}from"./components/biz/business/profile/profile-main/tabs/history-tab/server.mjs";import{LikeTab as _t}from"./components/biz/business/profile/profile-main/tabs/like-tab/client.mjs";import{LikeTabServer as vt,buildLikeTabPrefetch as yt}from"./components/biz/business/profile/profile-main/tabs/like-tab/server.mjs";import{UserProfileMain as bt}from"./components/biz/business/profile/profile-main/server.mjs";import{profileMainMaterial as xt}from"./components/biz/business/profile/profile-main/material.mjs";import{PublishTab as St}from"./components/biz/business/profile/profile-main/tabs/publish-tab/client.mjs";import{PublishTabServer as Ct,buildPublishTabPrefetch as wt}from"./components/biz/business/profile/profile-main/tabs/publish-tab/server.mjs";import Tt from"./components/biz/business/recommended-users/variants/basic-recommended-users/index.mjs";import{defaultProps as Et}from"./components/biz/business/search-bar/variants/basic-search-bar/defaults/default-props.mjs";import{schema as Dt}from"./components/biz/business/search-bar/variants/basic-search-bar/schema/index.mjs";import Ot from"./components/biz/business/search-bar/variants/basic-search-bar/index.mjs";import{defaultProps as kt}from"./components/biz/business/search-bar/variants/filter-search-bar/defaults/default-props.mjs";import{schema as At}from"./components/biz/business/search-bar/variants/filter-search-bar/schema/index.mjs";import jt from"./components/biz/business/search-bar/variants/filter-search-bar/index.mjs";import{defaultProps as Mt}from"./components/biz/business/search-bar/variants/tag-search-bar/defaults/default-props.mjs";import{schema as Nt}from"./components/biz/business/search-bar/variants/tag-search-bar/schema/index.mjs";import Pt from"./components/biz/business/search-bar/variants/tag-search-bar/index.mjs";import{SearchHistoryClient as Ft}from"./components/biz/business/search-history/client.mjs";import{searchHistoryInspectorPropsSchema as It}from"./components/biz/business/search-history/schema.mjs";import{SearchHistoryServer as Lt}from"./components/biz/business/search-history/server.mjs";import{searchHistoryMaterial as Rt}from"./components/biz/business/search-history/material.mjs";import{SearchInputClient as zt}from"./components/biz/business/search-input/client.mjs";import{searchInputInspectorPropsSchema as Bt}from"./components/biz/business/search-input/schema.mjs";import{SearchInputServer as Vt}from"./components/biz/business/search-input/server.mjs";import{searchInputMaterial as Ht}from"./components/biz/business/search-input/material.mjs";import{TabBarClient as Ut}from"./components/biz/business/tab-bar/client.mjs";import{tabBarInspectorPropsSchema as Wt}from"./components/biz/business/tab-bar/schema.mjs";import{TabBarServer as Gt}from"./components/biz/business/tab-bar/server.mjs";import{tabBarMaterial as Kt}from"./components/biz/business/tab-bar/material.mjs";import{TextRecommendClient as qt}from"./components/biz/business/text-recommend/client.mjs";import{textRecommendInspectorPropsSchema as Jt}from"./components/biz/business/text-recommend/schema.mjs";import{TextRecommendServer as Yt}from"./components/biz/business/text-recommend/server.mjs";import{textRecommendMaterial as Xt}from"./components/biz/business/text-recommend/material.mjs";import{VideoHorizontalListClient as Zt}from"./components/biz/business/video-horizontal-list/client.mjs";import{videoHorizontalListInspectorPropsSchema as Qt}from"./components/biz/business/video-horizontal-list/schema.mjs";import{VideoHorizontalListServer as $t}from"./components/biz/business/video-horizontal-list/server.mjs";import{videoHorizontalListMaterial as en}from"./components/biz/business/video-horizontal-list/material.mjs";import{ButtonClient as tn}from"./components/biz/example/button/client.mjs";import{buttonInspectorDefaultProps as nn,buttonInspectorPropsSchema as rn}from"./components/biz/example/button/schema.mjs";import{Button as an}from"./components/biz/example/button/server.mjs";import{exampleButtonMaterial as on}from"./components/biz/example/button/material.mjs";import{Renderer as sn}from"./components/biz/renderer/renderer.mjs";export{se as BasicBanner,d as BasicBannerDefaultData,ae as BasicBannerMaterialComponent,f as BasicBannerSchema,Ce as BasicFeatureGrid,p as BasicFeatureGridDefaultData,m as BasicFeatureGridSchema,h as BasicFullscreen,G as BasicFullscreenFeed,g as BasicFullscreenFeedDefaultData,W as BasicFullscreenFeedSchema,C as BasicLogo,y as BasicLogoDefaultData,S as BasicLogoSchema,We as BasicNavBar,He as BasicNavBarDefaultData,Ue as BasicNavBarSchema,Ke as BasicPostCard,Ge as BasicPostCardDefaultData,F as BasicPostCardSchema,Tt as BasicRecommendedUsers,I as BasicRecommendedUsersDefaultData,L as BasicRecommendedUsersSchema,q as BasicSearch,Ot as BasicSearchBar,Et as BasicSearchBarDefaultData,Dt as BasicSearchBarSchema,b as BasicSearchDefaultData,K as BasicSearchSchema,an as Button,tn as ButtonClient,ee as CARD_SPEC_MAP,ue as CardGrid2x3,ce as CardGrid2x3DefaultData,pe as CardGrid2x3Infinite,de as CardGrid2x3InfiniteDefaultData,fe as CardGrid2x3InfiniteSchema,le as CardGrid2x3Schema,ge as CardGrid2x4,me as CardGrid2x4DefaultData,he as CardGrid2x4Schema,ye as CardGrid3x3,_e as CardGrid3x3DefaultData,Se as CardGrid3x3Infinite,be as CardGrid3x3InfiniteDefaultData,xe as CardGrid3x3InfiniteSchema,ve as CardGrid3x3Schema,B as CardItemDefaultData,V as CardItemSchema,H as CardLayoutDefaultData,U as CardLayoutSchema,te as CardSpec,dt as CollectTab,ft as CollectTabServer,R as ComponentType,r as DataBindingUIMode,i as DataSourceType,O as DetailSearchBar,x as DetailSearchBarDefaultData,D as DetailSearchBarSchema,X as FilterSearch,jt as FilterSearchBar,kt as FilterSearchBarDefaultData,At as FilterSearchBarSchema,J as FilterSearchDefaultData,Y as FilterSearchSchema,De as FloatingBall,we as FloatingBallClient,Ae as FullscreenFeedClient,ke as FullscreenPostFeedDefaultData,_ as FullscreenPostFeedSchema,Me as FullscreenVideoClient,je as FullscreenVideoFeedDefaultData,v as FullscreenVideoFeedSchema,mt as HistoryTab,ht as HistoryTabServer,Fe as HomeRecommendGrid,k as HomeRecommendGridDefaultData,Ne as HomeRecommendGridMaterialComponent,j as HomeRecommendGridSchema,Re as HomeRecommendWaterfall,M as HomeRecommendWaterfallDefaultData,Ie as HomeRecommendWaterfallMaterialComponent,P as HomeRecommendWaterfallSchema,_t as LikeTab,vt as LikeTabServer,$ as MarqueeClient,Be as MarqueeServer,St as PublishTab,Ct as PublishTabServer,sn as Renderer,Ft as SearchHistoryClient,Lt as SearchHistoryServer,zt as SearchInputClient,Vt as SearchInputServer,E as SimpleSearch,w as SimpleSearchDefaultData,T as SimpleSearchSchema,Ut as TabBarClient,Gt as TabBarServer,ne as TagSearch,Pt as TagSearchBar,Mt as TagSearchBarDefaultData,Nt as TagSearchBarSchema,Z as TagSearchDefaultData,Q as TagSearchSchema,qt as TextRecommendClient,Yt as TextRecommendServer,Xe as UserProfileHeader,qe as UserProfileHeaderClient,bt as UserProfileMain,ct as UserProfileMainClient,st as UserProfileMainShell,Zt as VideoHorizontalListClient,$t as VideoHorizontalListServer,re as basicBannerInspectorDefaultProps,ie as basicBannerInspectorPropsSchema,oe as basicBannerMaterial,pt as buildCollectTabPrefetch,n as buildContentUrl,gt as buildHistoryTabPrefetch,yt as buildLikeTabPrefetch,wt as buildPublishTabPrefetch,Ze as buildUserProfileHeaderPrefetch,nn as buttonInspectorDefaultProps,rn as buttonInspectorPropsSchema,c as commonStyleSchema,a as commonStylesToInline,o as customStylesToInline,on as exampleButtonMaterial,z as extractDataByComponentType,Te as floatingBallInspectorDefaultProps,Ee as floatingBallInspectorPropsSchema,Oe as floatingBallMaterial,e as getCardSpecConfig,t as getChannelList,k as homeRecommendGridInspectorDefaultProps,A as homeRecommendGridInspectorPropsSchema,Pe as homeRecommendGridMaterial,M as homeRecommendWaterfallInspectorDefaultProps,N as homeRecommendWaterfallInspectorPropsSchema,Le as homeRecommendWaterfallMaterial,ze as marqueeInspectorPropsSchema,Ve as marqueeMaterial,s as mergeStyles,Je as profileHeaderInspectorDefaultProps,Ye as profileHeaderInspectorPropsSchema,Qe as profileHeaderMaterial,$e as profileHeaderMaterialWithDisabledBackground,et as profileMainCollectCollectionTabOptions,tt as profileMainCollectTabOptions,nt as profileMainHistoryTabOptions,lt as profileMainInspectorDefaultProps,ut as profileMainInspectorPropsSchema,rt as profileMainLikeTabOptions,xt as profileMainMaterial,it as profileMainMineTabOptions,at as profileMainProfileTabOptions,ot as profileMainTabOptions,It as searchHistoryInspectorPropsSchema,Rt as searchHistoryMaterial,Bt as searchInputInspectorPropsSchema,Ht as searchInputMaterial,Wt as tabBarInspectorPropsSchema,Kt as tabBarMaterial,Jt as textRecommendInspectorPropsSchema,Xt as textRecommendMaterial,l as transformContentListToCardItems,u as transformContentToCardItem,Qt as videoHorizontalListInspectorPropsSchema,en as videoHorizontalListMaterial};
|
|
@@ -19,6 +19,6 @@ declare const basicBannerMaterial: DefineMaterialOption<typeof BasicBanner, type
|
|
|
19
19
|
renderer: "renderer";
|
|
20
20
|
editor: "editor";
|
|
21
21
|
}>>;
|
|
22
|
-
}, zod_v4_core0.$strip>, "basic-banner"
|
|
22
|
+
}, zod_v4_core0.$strip>, "basic-banner">;
|
|
23
23
|
//#endregion
|
|
24
24
|
export { basicBannerMaterial };
|
|
@@ -22,6 +22,6 @@ declare const BannerCarouselMaterial: DefineMaterialOption<typeof BannerCarousel
|
|
|
22
22
|
renderer: "renderer";
|
|
23
23
|
editor: "editor";
|
|
24
24
|
}>>;
|
|
25
|
-
}, zod_v4_core0.$strip>, "banner-carousel"
|
|
25
|
+
}, zod_v4_core0.$strip>, "banner-carousel">;
|
|
26
26
|
//#endregion
|
|
27
27
|
export { BannerCarouselMaterial };
|
|
@@ -18,6 +18,6 @@ declare const channelListMaterial: DefineMaterialOption<typeof BasicChannelListC
|
|
|
18
18
|
renderer: "renderer";
|
|
19
19
|
editor: "editor";
|
|
20
20
|
}>>;
|
|
21
|
-
}, zod_v4_core0.$strip>, "channel-list"
|
|
21
|
+
}, zod_v4_core0.$strip>, "channel-list">;
|
|
22
22
|
//#endregion
|
|
23
23
|
export { channelListMaterial };
|
|
@@ -29,31 +29,31 @@ declare const videoDetailMaterials: MaterialMap<readonly [DefineMaterialOption<t
|
|
|
29
29
|
renderer: "renderer";
|
|
30
30
|
editor: "editor";
|
|
31
31
|
}>>;
|
|
32
|
-
}, z$1.core.$strip>, "video-detail-player"
|
|
32
|
+
}, z$1.core.$strip>, "video-detail-player">, DefineMaterialOption<typeof VideoDetailInfo, typeof VideoDetailInfoClient, z$1.ZodObject<{
|
|
33
33
|
showTags: z$1.ZodBoolean & SchemaHasDefaultValue;
|
|
34
34
|
showEpisodes: z$1.ZodBoolean & SchemaHasDefaultValue;
|
|
35
35
|
mode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
36
36
|
renderer: "renderer";
|
|
37
37
|
editor: "editor";
|
|
38
38
|
}>>;
|
|
39
|
-
}, z$1.core.$strip>, "video-detail-info"
|
|
39
|
+
}, z$1.core.$strip>, "video-detail-info">, DefineMaterialOption<typeof VideoDetailInfoTitle, typeof VideoDetailInfoTitleClient, z$1.ZodObject<{
|
|
40
40
|
mode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
41
41
|
renderer: "renderer";
|
|
42
42
|
editor: "editor";
|
|
43
43
|
}>>;
|
|
44
|
-
}, z$1.core.$strip>, "video-detail-info-title"
|
|
44
|
+
}, z$1.core.$strip>, "video-detail-info-title">, DefineMaterialOption<typeof VideoDetailInfoTitleTagsEpisodes, typeof VideoDetailInfoTitleTagsEpisodesClient, z$1.ZodObject<{
|
|
45
45
|
showTags: z$1.ZodBoolean & SchemaHasDefaultValue;
|
|
46
46
|
showEpisodes: z$1.ZodBoolean & SchemaHasDefaultValue;
|
|
47
47
|
mode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
48
48
|
renderer: "renderer";
|
|
49
49
|
editor: "editor";
|
|
50
50
|
}>>;
|
|
51
|
-
}, z$1.core.$strip>, "video-detail-info-title-tags-episodes"
|
|
51
|
+
}, z$1.core.$strip>, "video-detail-info-title-tags-episodes">, DefineMaterialOption<typeof VideoDetailActions, typeof VideoDetailActionsClient, z$1.ZodObject<{
|
|
52
52
|
mode: z$1.ZodOptional<z$1.ZodEnum<{
|
|
53
53
|
renderer: "renderer";
|
|
54
54
|
editor: "editor";
|
|
55
55
|
}>>;
|
|
56
|
-
}, z$1.core.$strip>, "video-detail-actions"
|
|
56
|
+
}, z$1.core.$strip>, "video-detail-actions">, DefineMaterialOption<typeof VideoDetailRecommend, typeof VideoDetailRecommendClient, z$1.ZodObject<{
|
|
57
57
|
rows: z$1.ZodNumber & SchemaHasDefaultValue;
|
|
58
58
|
columns: z$1.ZodNumber & SchemaHasDefaultValue;
|
|
59
59
|
smartTagEnabled: z$1.ZodBoolean & SchemaHasDefaultValue;
|
|
@@ -75,6 +75,7 @@ declare const videoDetailMaterials: MaterialMap<readonly [DefineMaterialOption<t
|
|
|
75
75
|
custom: "custom";
|
|
76
76
|
}>>;
|
|
77
77
|
title: z$1.ZodOptional<z$1.ZodString>;
|
|
78
|
+
description: z$1.ZodOptional<z$1.ZodString>;
|
|
78
79
|
showPlayCount: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
79
80
|
playCountDelta: z$1.ZodOptional<z$1.ZodNumber>;
|
|
80
81
|
showEpisode: z$1.ZodOptional<z$1.ZodBoolean>;
|
|
@@ -83,6 +84,6 @@ declare const videoDetailMaterials: MaterialMap<readonly [DefineMaterialOption<t
|
|
|
83
84
|
renderer: "renderer";
|
|
84
85
|
editor: "editor";
|
|
85
86
|
}>>;
|
|
86
|
-
}, z$1.core.$strip>, "video-detail-recommend"
|
|
87
|
+
}, z$1.core.$strip>, "video-detail-recommend">]>;
|
|
87
88
|
//#endregion
|
|
88
89
|
export { videoDetailMaterials };
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
|
|
2
|
+
"use client";import{createContext as e,use as t}from"react";import{jsx as n}from"react/jsx-runtime";const r=e(void 0);function i({value:e,children:t}){return n(r.Provider,{value:e,children:t})}function a(){return t(r)}export{i as VideoDetailMaterialRuntimeProvider,a as useVideoDetailMaterialRuntimeContext};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
"use client";import{DetailOperate as e}from"../../detail-operate.mjs";import{editorPreviewInformation as t}from"../editor-preview.mjs";import{
|
|
2
|
+
"use client";import{DetailOperate as e}from"../../detail-operate.mjs";import{editorPreviewInformation as t}from"../editor-preview.mjs";import{useVideoDetailMaterialRuntimeContext as n}from"../runtime-context-provider.mjs";import{jsx as r}from"react/jsx-runtime";function i({mode:i=`renderer`}){let a=n(),o=a?.information,s=a?.onUpdateInformation,c=i===`editor`||!o;return r(`div`,{className:c?`pointer-events-none`:void 0,children:r(e,{mode:i,information:c?t:o,onUpdate:c?e=>{}:s??(()=>{})})})}export{i as VideoDetailActionsClient};
|
|
@@ -11,6 +11,6 @@ declare const videoDetailActionsMaterial: DefineMaterialOption<typeof VideoDetai
|
|
|
11
11
|
renderer: "renderer";
|
|
12
12
|
editor: "editor";
|
|
13
13
|
}>>;
|
|
14
|
-
}, zod_v4_core0.$strip>, "video-detail-actions"
|
|
14
|
+
}, zod_v4_core0.$strip>, "video-detail-actions">;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { videoDetailActionsMaterial };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { InferSchemaProps } from "../../../../../../utils/schema/schema.mjs";
|
|
3
3
|
import "../../../../../../utils/schema/index.mjs";
|
|
4
|
-
import { SafeInformationType } from "../../../../../../types/safe-information.mjs";
|
|
5
4
|
import * as zod from "zod";
|
|
6
5
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
7
6
|
|
|
@@ -17,9 +16,6 @@ declare const videoDetailActionsInspectorPropsSchema: zod.ZodObject<{
|
|
|
17
16
|
}, zod_v4_core0.$strip>;
|
|
18
17
|
type VideoDetailActionsInspectorProps = InferSchemaProps<typeof videoDetailActionsInspectorPropsSchema>;
|
|
19
18
|
/** 视频详情行为模块物料 props。 */
|
|
20
|
-
type VideoDetailActionsProps = VideoDetailActionsInspectorProps
|
|
21
|
-
/** 视频详情信息。 */information: SafeInformationType; /** 操作回写。 */
|
|
22
|
-
onUpdate: (data: Partial<SafeInformationType>) => void;
|
|
23
|
-
};
|
|
19
|
+
type VideoDetailActionsProps = VideoDetailActionsInspectorProps;
|
|
24
20
|
//#endregion
|
|
25
21
|
export { VideoDetailActionsInspectorProps, VideoDetailActionsProps, videoDetailActionsInspectorPropsSchema };
|
|
@@ -7,12 +7,8 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
|
7
7
|
* 媒体信息-简介&选集物料客户端组件。
|
|
8
8
|
*/
|
|
9
9
|
declare function VideoDetailInfoClient({
|
|
10
|
-
information,
|
|
11
|
-
currentSeriesNum,
|
|
12
|
-
onEpisodeChange,
|
|
13
10
|
showTags,
|
|
14
11
|
showEpisodes,
|
|
15
|
-
isShow,
|
|
16
12
|
mode
|
|
17
13
|
}: VideoDetailInfoProps): react_jsx_runtime0.JSX.Element;
|
|
18
14
|
//#endregion
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
"use client";import{SeriesEpisodes as e}from"../../../../../common/series-episodes/index.mjs";import{DetailIntroduction as t}from"../../detail-introduction.mjs";import{editorPreviewInformation as n}from"../editor-preview.mjs";import{jsx as
|
|
2
|
+
"use client";import{SeriesEpisodes as e}from"../../../../../common/series-episodes/index.mjs";import{DetailIntroduction as t}from"../../detail-introduction.mjs";import{editorPreviewInformation as n}from"../editor-preview.mjs";import{useVideoDetailMaterialRuntimeContext as r}from"../runtime-context-provider.mjs";import{jsx as i,jsxs as a}from"react/jsx-runtime";function o({showTags:o=!1,showEpisodes:s=!1,mode:c=`renderer`}){let l=r(),u=l?.information,d=l?.currentSeriesNum??1,f=l?.onEpisodeChange,p=l?.isShow??!0,m=c===`editor`||!u,h=m?n:u,g=Math.max(1,Number(d||1)),_=m?e=>{}:f??(()=>{}),v=h?.is_more_link===`y`&&(h?.links?.length??0)>0;return a(`div`,{className:m?`pointer-events-none`:void 0,children:[i(t,{information:h,isShow:p,showTags:o}),s&&v&&i(e,{mode:`detail`,series_num:g,information:h,onEpisodeChange:_})]})}export{o as VideoDetailInfoClient};
|
|
@@ -15,6 +15,6 @@ declare const videoDetailInfoMaterial: DefineMaterialOption<typeof VideoDetailIn
|
|
|
15
15
|
renderer: "renderer";
|
|
16
16
|
editor: "editor";
|
|
17
17
|
}>>;
|
|
18
|
-
}, zod_v4_core0.$strip>, "video-detail-info"
|
|
18
|
+
}, zod_v4_core0.$strip>, "video-detail-info">;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { videoDetailInfoMaterial };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { InferSchemaProps, SchemaHasDefaultValue } from "../../../../../../utils/schema/schema.mjs";
|
|
3
3
|
import "../../../../../../utils/schema/index.mjs";
|
|
4
|
-
import { SafeInformationType } from "../../../../../../types/safe-information.mjs";
|
|
5
4
|
import * as zod from "zod";
|
|
6
5
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
7
6
|
|
|
@@ -19,11 +18,6 @@ declare const videoDetailInfoInspectorPropsSchema: zod.ZodObject<{
|
|
|
19
18
|
}, zod_v4_core0.$strip>;
|
|
20
19
|
type VideoDetailInfoInspectorProps = InferSchemaProps<typeof videoDetailInfoInspectorPropsSchema>;
|
|
21
20
|
/** 媒体信息-简介&选集物料 props。 */
|
|
22
|
-
type VideoDetailInfoProps = VideoDetailInfoInspectorProps
|
|
23
|
-
/** 视频详情信息。 */information: SafeInformationType; /** 当前选集数。 */
|
|
24
|
-
currentSeriesNum: number; /** 选集变更回调。 */
|
|
25
|
-
onEpisodeChange: (nextSeriesNum: number) => void; /** 是否展示。 */
|
|
26
|
-
isShow?: boolean;
|
|
27
|
-
};
|
|
21
|
+
type VideoDetailInfoProps = VideoDetailInfoInspectorProps;
|
|
28
22
|
//#endregion
|
|
29
23
|
export { VideoDetailInfoInspectorProps, VideoDetailInfoProps, videoDetailInfoInspectorPropsSchema };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
"use client";import{Box as e}from"../../../../../ui/box.mjs";import{useCardDecoration as t}from"../../../../../../hooks/use-card-decoration.mjs";import{DetailInfoTitle as n}from"../../detail-info-title.mjs";import{editorPreviewInformation as r}from"../editor-preview.mjs";import{
|
|
2
|
+
"use client";import{Box as e}from"../../../../../ui/box.mjs";import{useCardDecoration as t}from"../../../../../../hooks/use-card-decoration.mjs";import{DetailInfoTitle as n}from"../../detail-info-title.mjs";import{editorPreviewInformation as r}from"../editor-preview.mjs";import{useVideoDetailMaterialRuntimeContext as i}from"../runtime-context-provider.mjs";import{jsx as a}from"react/jsx-runtime";function o({mode:o=`renderer`}){let s=i()?.information,c=o===`editor`||!s?r:s,{getTitleText:l}=t(),u=l(c);return u?a(e,{className:`w-full mt-[16px] px-[12px]`,children:a(n,{title:u})}):null}export{o as VideoDetailInfoTitleClient};
|
package/dist/components/biz/business/detail/materials/video-detail-info-title/material.d.mts
CHANGED
|
@@ -11,6 +11,6 @@ declare const videoDetailInfoTitleMaterial: DefineMaterialOption<typeof VideoDet
|
|
|
11
11
|
renderer: "renderer";
|
|
12
12
|
editor: "editor";
|
|
13
13
|
}>>;
|
|
14
|
-
}, zod_v4_core0.$strip>, "video-detail-info-title"
|
|
14
|
+
}, zod_v4_core0.$strip>, "video-detail-info-title">;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { videoDetailInfoTitleMaterial };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { InferSchemaProps } from "../../../../../../utils/schema/schema.mjs";
|
|
3
3
|
import "../../../../../../utils/schema/index.mjs";
|
|
4
|
-
import { SafeInformationType } from "../../../../../../types/safe-information.mjs";
|
|
5
4
|
import * as zod from "zod";
|
|
6
5
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
7
6
|
|
|
@@ -17,8 +16,6 @@ declare const videoDetailInfoTitleInspectorPropsSchema: zod.ZodObject<{
|
|
|
17
16
|
}, zod_v4_core0.$strip>;
|
|
18
17
|
type VideoDetailInfoTitleInspectorProps = InferSchemaProps<typeof videoDetailInfoTitleInspectorPropsSchema>;
|
|
19
18
|
/** 媒体信息物料 props。 */
|
|
20
|
-
type VideoDetailInfoTitleProps = VideoDetailInfoTitleInspectorProps
|
|
21
|
-
/** 视频详情信息。 */information: SafeInformationType;
|
|
22
|
-
};
|
|
19
|
+
type VideoDetailInfoTitleProps = VideoDetailInfoTitleInspectorProps;
|
|
23
20
|
//#endregion
|
|
24
21
|
export { VideoDetailInfoTitleInspectorProps, VideoDetailInfoTitleProps, videoDetailInfoTitleInspectorPropsSchema };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
"use client";import{Box as e}from"../../../../../ui/box.mjs";import{useCardDecoration as t}from"../../../../../../hooks/use-card-decoration.mjs";import{SeriesEpisodes as n}from"../../../../../common/series-episodes/index.mjs";import{DetailInfoTags as r}from"../../detail-info-tags.mjs";import{DetailInfoTitle as i}from"../../detail-info-title.mjs";import{editorPreviewInformation as a}from"../editor-preview.mjs";import{jsx as
|
|
2
|
+
"use client";import{Box as e}from"../../../../../ui/box.mjs";import{useCardDecoration as t}from"../../../../../../hooks/use-card-decoration.mjs";import{SeriesEpisodes as n}from"../../../../../common/series-episodes/index.mjs";import{DetailInfoTags as r}from"../../detail-info-tags.mjs";import{DetailInfoTitle as i}from"../../detail-info-title.mjs";import{editorPreviewInformation as a}from"../editor-preview.mjs";import{useVideoDetailMaterialRuntimeContext as o}from"../runtime-context-provider.mjs";import{jsx as s,jsxs as c}from"react/jsx-runtime";function l({showTags:l=!0,showEpisodes:u=!0,mode:d=`renderer`}){let f=o(),p=f?.information,m=f?.currentSeriesNum??1,h=f?.onEpisodeChange,g=d===`editor`||!p,_=g?a:p,v=Math.max(1,Number(m||1)),y=g?e=>{}:h??(()=>{}),{getTitleText:b}=t(),x=b(_),S=_?.is_more_link===`y`&&(_?.links?.length??0)>0,C=l&&(_.tags?.length??0)>0,w=u&&S;return!x&&!C&&!w?null:c(e,{className:`w-full mt-[16px] ${g?`pointer-events-none`:``}`,children:[c(e,{className:`px-[12px]`,children:[x&&s(i,{title:x}),C&&s(r,{tags:_.tags||[],className:`mt-[12px]`})]}),w&&s(n,{mode:`detail`,series_num:v,information:_,onEpisodeChange:y})]})}export{l as VideoDetailInfoTitleTagsEpisodesClient};
|
|
@@ -15,6 +15,6 @@ declare const videoDetailInfoTitleTagsEpisodesMaterial: DefineMaterialOption<typ
|
|
|
15
15
|
renderer: "renderer";
|
|
16
16
|
editor: "editor";
|
|
17
17
|
}>>;
|
|
18
|
-
}, zod_v4_core0.$strip>, "video-detail-info-title-tags-episodes"
|
|
18
|
+
}, zod_v4_core0.$strip>, "video-detail-info-title-tags-episodes">;
|
|
19
19
|
//#endregion
|
|
20
20
|
export { videoDetailInfoTitleTagsEpisodesMaterial };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { InferSchemaProps, SchemaHasDefaultValue } from "../../../../../../utils/schema/schema.mjs";
|
|
3
3
|
import "../../../../../../utils/schema/index.mjs";
|
|
4
|
-
import { SafeInformationType } from "../../../../../../types/safe-information.mjs";
|
|
5
4
|
import * as zod from "zod";
|
|
6
5
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
7
6
|
|
|
@@ -19,10 +18,6 @@ declare const videoDetailInfoTitleTagsEpisodesInspectorPropsSchema: zod.ZodObjec
|
|
|
19
18
|
}, zod_v4_core0.$strip>;
|
|
20
19
|
type VideoDetailInfoTitleTagsEpisodesInspectorProps = InferSchemaProps<typeof videoDetailInfoTitleTagsEpisodesInspectorPropsSchema>;
|
|
21
20
|
/** 媒体信息-选集物料 props。 */
|
|
22
|
-
type VideoDetailInfoTitleTagsEpisodesProps = VideoDetailInfoTitleTagsEpisodesInspectorProps
|
|
23
|
-
/** 视频详情信息。 */information: SafeInformationType; /** 当前选集数。 */
|
|
24
|
-
currentSeriesNum: number; /** 选集变更回调。 */
|
|
25
|
-
onEpisodeChange: (nextSeriesNum: number) => void;
|
|
26
|
-
};
|
|
21
|
+
type VideoDetailInfoTitleTagsEpisodesProps = VideoDetailInfoTitleTagsEpisodesInspectorProps;
|
|
27
22
|
//#endregion
|
|
28
23
|
export { VideoDetailInfoTitleTagsEpisodesInspectorProps, VideoDetailInfoTitleTagsEpisodesProps, videoDetailInfoTitleTagsEpisodesInspectorPropsSchema };
|
|
@@ -7,9 +7,6 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
|
7
7
|
* 视频播放器物料客户端组件。
|
|
8
8
|
*/
|
|
9
9
|
declare function VideoDetailPlayerClient({
|
|
10
|
-
information,
|
|
11
|
-
episodeIndex,
|
|
12
|
-
resumeProgressSeconds,
|
|
13
10
|
mode
|
|
14
11
|
}: VideoDetailPlayerProps): react_jsx_runtime0.JSX.Element;
|
|
15
12
|
//#endregion
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
"use client";import{editorPreviewInformation as e}from"../editor-preview.mjs";import{
|
|
2
|
+
"use client";import{editorPreviewInformation as e}from"../editor-preview.mjs";import{useVideoDetailMaterialRuntimeContext as t}from"../runtime-context-provider.mjs";import{DetailHero as n}from"../../video-hero.mjs";import{jsx as r}from"react/jsx-runtime";function i({mode:i=`renderer`}){let a=t(),o=a?.information,s=a?.episodeIndex??0,c=a?.resumeProgressSeconds??0,l=i===`editor`||!o,u=l?{...e,id:``,mid:``}:o;return r(`div`,{className:l?`pointer-events-none`:void 0,children:r(n,{mode:i,isVideo:!0,information:u,episodeIndex:l?0:s,resumeProgressSeconds:l?0:c})})}export{i as VideoDetailPlayerClient};
|
|
@@ -11,6 +11,6 @@ declare const videoDetailPlayerMaterial: DefineMaterialOption<typeof VideoDetail
|
|
|
11
11
|
renderer: "renderer";
|
|
12
12
|
editor: "editor";
|
|
13
13
|
}>>;
|
|
14
|
-
}, zod_v4_core0.$strip>, "video-detail-player"
|
|
14
|
+
}, zod_v4_core0.$strip>, "video-detail-player">;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { videoDetailPlayerMaterial };
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
import { InferSchemaProps } from "../../../../../../utils/schema/schema.mjs";
|
|
3
3
|
import "../../../../../../utils/schema/index.mjs";
|
|
4
|
-
import { SafeInformationType } from "../../../../../../types/safe-information.mjs";
|
|
5
4
|
import * as zod from "zod";
|
|
6
5
|
import * as zod_v4_core0 from "zod/v4/core";
|
|
7
6
|
|
|
@@ -17,10 +16,6 @@ declare const videoDetailPlayerInspectorPropsSchema: zod.ZodObject<{
|
|
|
17
16
|
}, zod_v4_core0.$strip>;
|
|
18
17
|
type VideoDetailPlayerInspectorProps = InferSchemaProps<typeof videoDetailPlayerInspectorPropsSchema>;
|
|
19
18
|
/** 播放器物料 props。 */
|
|
20
|
-
type VideoDetailPlayerProps = VideoDetailPlayerInspectorProps
|
|
21
|
-
/** 视频详情信息。 */information: SafeInformationType; /** 分集下标。 */
|
|
22
|
-
episodeIndex: number; /** 续播秒数。 */
|
|
23
|
-
resumeProgressSeconds: number;
|
|
24
|
-
};
|
|
19
|
+
type VideoDetailPlayerProps = VideoDetailPlayerInspectorProps;
|
|
25
20
|
//#endregion
|
|
26
21
|
export { VideoDetailPlayerInspectorProps, VideoDetailPlayerProps, videoDetailPlayerInspectorPropsSchema };
|
|
@@ -7,14 +7,13 @@ import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
|
7
7
|
* 推荐模块客户端组件。
|
|
8
8
|
*/
|
|
9
9
|
declare function VideoDetailRecommendClient({
|
|
10
|
-
detailId,
|
|
11
10
|
rows,
|
|
12
11
|
columns,
|
|
13
12
|
smartTagEnabled,
|
|
14
13
|
smartTagIds,
|
|
15
14
|
title,
|
|
16
15
|
showPlayCount,
|
|
17
|
-
playCountDelta,
|
|
16
|
+
playCountDelta: _playCountDelta,
|
|
18
17
|
showEpisode,
|
|
19
18
|
enableInfinite,
|
|
20
19
|
items,
|