@cloud-app-dev/vidc 3.2.13 → 3.2.15

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.
Files changed (162) hide show
  1. package/es/{List/DynamicGridList → DynamicGridList}/Demo.d.ts +0 -0
  2. package/es/{List/DynamicGridList → DynamicGridList}/Demo.js +7 -2
  3. package/es/{List/DynamicGridList → DynamicGridList}/index.d.ts +3 -3
  4. package/es/{List/DynamicGridList → DynamicGridList}/index.js +5 -5
  5. package/es/DynamicList/demo.d.ts +2 -0
  6. package/es/DynamicList/demo.js +60 -0
  7. package/es/{List/DynamicList → DynamicList}/index.d.ts +18 -1
  8. package/es/{List/DynamicList → DynamicList}/index.js +8 -7
  9. package/es/{List/DynamicList → DynamicList}/index.less +0 -0
  10. package/es/{List/DynamicList → DynamicList}/interface.d.ts +0 -0
  11. package/es/{List/DynamicList → DynamicList}/utils.d.ts +0 -0
  12. package/es/{List/DynamicList → DynamicList}/utils.js +0 -0
  13. package/es/{List/GridList → GridList}/Demo.d.ts +0 -0
  14. package/es/{List/GridList → GridList}/Demo.js +4 -3
  15. package/es/GridList/data.d.ts +16 -0
  16. package/es/GridList/data.js +609 -0
  17. package/es/{List/GridList → GridList}/hook.d.ts +0 -0
  18. package/es/{List/GridList → GridList}/hook.js +0 -0
  19. package/es/{List/GridList → GridList}/index.d.ts +0 -0
  20. package/es/{List/GridList → GridList}/index.js +0 -0
  21. package/es/{List/GridList → GridList}/index.less +0 -0
  22. package/es/{List/GridList → GridList}/interface.d.ts +0 -0
  23. package/es/{List/GridList → GridList}/utils.d.ts +0 -0
  24. package/es/{List/GridList → GridList}/utils.js +0 -0
  25. package/es/List/index.d.ts +28 -5
  26. package/es/List/index.js +6 -5
  27. package/es/ListWithSizeAnimate/demo.d.ts +2 -0
  28. package/es/ListWithSizeAnimate/demo.js +140 -0
  29. package/es/ListWithSizeAnimate/index.d.ts +14 -0
  30. package/es/ListWithSizeAnimate/index.js +112 -0
  31. package/es/ListWithSizeAnimate/index.less +14 -0
  32. package/es/Picture/interface.d.ts +0 -6
  33. package/es/Player/contraller_bar/volume.d.ts +1 -1
  34. package/es/PlayerExt/index.d.ts +1 -1
  35. package/es/PlayerExt/index.js +4 -5
  36. package/es/ScreenPlayer/Live.d.ts +1 -1
  37. package/es/ScreenPlayer/Live.js +24 -17
  38. package/es/ScreenPlayer/LiveTools.d.ts +2 -2
  39. package/es/ScreenPlayer/LiveTools.js +9 -6
  40. package/es/ScreenPlayer/PlayerWithExt.d.ts +2 -2
  41. package/es/ScreenPlayer/PlayerWithExt.js +7 -5
  42. package/es/ScreenPlayer/Record.d.ts +1 -1
  43. package/es/ScreenPlayer/Record.js +30 -21
  44. package/es/ScreenPlayer/RecordTools.d.ts +2 -2
  45. package/es/ScreenPlayer/RecordTools.js +20 -12
  46. package/es/ScreenPlayer/ScreenSelect.js +5 -3
  47. package/es/ScreenPlayer/SegmentTimeLine.d.ts +1 -1
  48. package/es/ScreenPlayer/SegmentTimeLine.js +1 -1
  49. package/es/ScreenPlayer/TimeSelect.js +2 -2
  50. package/es/ScreenPlayer/demo2.js +1 -1
  51. package/es/ScreenPlayer/interface.d.ts +2 -2
  52. package/es/ScreenPlayer/useTimeSlider.d.ts +8 -8
  53. package/es/ScreenPlayer/useTimeSlider.js +23 -15
  54. package/es/ScreenPlayer/useVideoFit.d.ts +1 -1
  55. package/es/ScreenPlayer/utils.d.ts +1 -1
  56. package/es/ScreenPlayer/utils.js +4 -1
  57. package/es/ThemeAntd/style/button.less +1 -1
  58. package/es/ThemeAntd/style/pagination.less +1 -1
  59. package/es/{List/VList → VList}/index.d.ts +0 -0
  60. package/es/{List/VList → VList}/index.js +5 -4
  61. package/es/{List/VList → VList}/index.less +0 -0
  62. package/es/{List/VList → VList}/utils.d.ts +0 -0
  63. package/es/{List/VList → VList}/utils.js +0 -0
  64. package/es/index.d.ts +5 -0
  65. package/es/index.js +5 -0
  66. package/package.json +2 -7
  67. package/.dumi/tmp/core/EmptyRoute.tsx +0 -9
  68. package/.dumi/tmp/core/defineApp.ts +0 -16
  69. package/.dumi/tmp/core/history.ts +0 -61
  70. package/.dumi/tmp/core/plugin.ts +0 -42
  71. package/.dumi/tmp/core/pluginConfig.d.ts +0 -276
  72. package/.dumi/tmp/core/polyfill.ts +0 -202
  73. package/.dumi/tmp/core/route.tsx +0 -38
  74. package/.dumi/tmp/core/terminal.ts +0 -38
  75. package/.dumi/tmp/dumi/exports.ts +0 -5
  76. package/.dumi/tmp/dumi/locales/config.ts +0 -56
  77. package/.dumi/tmp/dumi/locales/runtime.tsx +0 -38
  78. package/.dumi/tmp/dumi/meta/atoms.ts +0 -4
  79. package/.dumi/tmp/dumi/meta/index.ts +0 -186
  80. package/.dumi/tmp/dumi/meta/runtime.ts +0 -18
  81. package/.dumi/tmp/dumi/meta/tabs.ts +0 -8
  82. package/.dumi/tmp/dumi/theme/ContextWrapper.tsx +0 -41
  83. package/.dumi/tmp/dumi/theme/builtins/API.ts +0 -4
  84. package/.dumi/tmp/dumi/theme/builtins/Badge.ts +0 -4
  85. package/.dumi/tmp/dumi/theme/builtins/Container.ts +0 -4
  86. package/.dumi/tmp/dumi/theme/builtins/Previewer.ts +0 -4
  87. package/.dumi/tmp/dumi/theme/builtins/SourceCode.ts +0 -4
  88. package/.dumi/tmp/dumi/theme/builtins/Table.ts +0 -4
  89. package/.dumi/tmp/dumi/theme/layouts/DocLayout.ts +0 -4
  90. package/.dumi/tmp/dumi/theme/slots/Content.ts +0 -4
  91. package/.dumi/tmp/dumi/theme/slots/ContentTabs.ts +0 -4
  92. package/.dumi/tmp/dumi/theme/slots/Features.ts +0 -4
  93. package/.dumi/tmp/dumi/theme/slots/Footer.ts +0 -4
  94. package/.dumi/tmp/dumi/theme/slots/Header.ts +0 -4
  95. package/.dumi/tmp/dumi/theme/slots/Hero.ts +0 -4
  96. package/.dumi/tmp/dumi/theme/slots/HeroTitle.ts +0 -4
  97. package/.dumi/tmp/dumi/theme/slots/LangSwitch.ts +0 -4
  98. package/.dumi/tmp/dumi/theme/slots/Logo.ts +0 -4
  99. package/.dumi/tmp/dumi/theme/slots/Navbar.ts +0 -4
  100. package/.dumi/tmp/dumi/theme/slots/NotFound.ts +0 -4
  101. package/.dumi/tmp/dumi/theme/slots/PreviewerActions.ts +0 -4
  102. package/.dumi/tmp/dumi/theme/slots/PreviewerActionsExtra.ts +0 -4
  103. package/.dumi/tmp/dumi/theme/slots/RtlSwitch.ts +0 -4
  104. package/.dumi/tmp/dumi/theme/slots/SearchBar.ts +0 -4
  105. package/.dumi/tmp/dumi/theme/slots/SearchResult.ts +0 -4
  106. package/.dumi/tmp/dumi/theme/slots/Sidebar.ts +0 -4
  107. package/.dumi/tmp/dumi/theme/slots/Toc.ts +0 -4
  108. package/.dumi/tmp/exports.ts +0 -15
  109. package/.dumi/tmp/testBrowser.tsx +0 -82
  110. package/.dumi/tmp/tsconfig.json +0 -35
  111. package/.dumi/tmp/typings.d.ts +0 -136
  112. package/.dumi/tmp/umi.ts +0 -77
  113. package/.dumi/tmp-production/core/EmptyRoute.tsx +0 -9
  114. package/.dumi/tmp-production/core/defineApp.ts +0 -16
  115. package/.dumi/tmp-production/core/history.ts +0 -61
  116. package/.dumi/tmp-production/core/plugin.ts +0 -42
  117. package/.dumi/tmp-production/core/pluginConfig.d.ts +0 -276
  118. package/.dumi/tmp-production/core/polyfill.ts +0 -202
  119. package/.dumi/tmp-production/core/route.tsx +0 -38
  120. package/.dumi/tmp-production/core/terminal.ts +0 -38
  121. package/.dumi/tmp-production/dumi/exports.ts +0 -5
  122. package/.dumi/tmp-production/dumi/locales/config.ts +0 -56
  123. package/.dumi/tmp-production/dumi/locales/runtime.tsx +0 -38
  124. package/.dumi/tmp-production/dumi/meta/atoms.ts +0 -4
  125. package/.dumi/tmp-production/dumi/meta/index.ts +0 -178
  126. package/.dumi/tmp-production/dumi/meta/runtime.ts +0 -18
  127. package/.dumi/tmp-production/dumi/meta/tabs.ts +0 -5
  128. package/.dumi/tmp-production/dumi/theme/ContextWrapper.tsx +0 -41
  129. package/.dumi/tmp-production/dumi/theme/builtins/API.ts +0 -4
  130. package/.dumi/tmp-production/dumi/theme/builtins/Badge.ts +0 -4
  131. package/.dumi/tmp-production/dumi/theme/builtins/Container.ts +0 -4
  132. package/.dumi/tmp-production/dumi/theme/builtins/Previewer.ts +0 -4
  133. package/.dumi/tmp-production/dumi/theme/builtins/SourceCode.ts +0 -4
  134. package/.dumi/tmp-production/dumi/theme/builtins/Table.ts +0 -4
  135. package/.dumi/tmp-production/dumi/theme/layouts/DocLayout.ts +0 -4
  136. package/.dumi/tmp-production/dumi/theme/slots/Content.ts +0 -4
  137. package/.dumi/tmp-production/dumi/theme/slots/ContentTabs.ts +0 -4
  138. package/.dumi/tmp-production/dumi/theme/slots/Features.ts +0 -4
  139. package/.dumi/tmp-production/dumi/theme/slots/Footer.ts +0 -4
  140. package/.dumi/tmp-production/dumi/theme/slots/Header.ts +0 -4
  141. package/.dumi/tmp-production/dumi/theme/slots/Hero.ts +0 -4
  142. package/.dumi/tmp-production/dumi/theme/slots/HeroTitle.ts +0 -4
  143. package/.dumi/tmp-production/dumi/theme/slots/LangSwitch.ts +0 -4
  144. package/.dumi/tmp-production/dumi/theme/slots/Logo.ts +0 -4
  145. package/.dumi/tmp-production/dumi/theme/slots/Navbar.ts +0 -4
  146. package/.dumi/tmp-production/dumi/theme/slots/NotFound.ts +0 -4
  147. package/.dumi/tmp-production/dumi/theme/slots/PreviewerActions.ts +0 -4
  148. package/.dumi/tmp-production/dumi/theme/slots/PreviewerActionsExtra.ts +0 -4
  149. package/.dumi/tmp-production/dumi/theme/slots/RtlSwitch.ts +0 -4
  150. package/.dumi/tmp-production/dumi/theme/slots/SearchBar.ts +0 -4
  151. package/.dumi/tmp-production/dumi/theme/slots/SearchResult.ts +0 -4
  152. package/.dumi/tmp-production/dumi/theme/slots/Sidebar.ts +0 -4
  153. package/.dumi/tmp-production/dumi/theme/slots/Toc.ts +0 -4
  154. package/.dumi/tmp-production/exports.ts +0 -14
  155. package/.dumi/tmp-production/testBrowser.tsx +0 -82
  156. package/.dumi/tmp-production/tsconfig.json +0 -35
  157. package/.dumi/tmp-production/typings.d.ts +0 -136
  158. package/.dumi/tmp-production/umi.ts +0 -77
  159. package/.stylelintrc +0 -3
  160. package/clear-cache.sh +0 -4
  161. package/es/List/GridList/data.json +0 -710
  162. package/es/List/interface.d.ts +0 -29
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "private": false,
3
3
  "name": "@cloud-app-dev/vidc",
4
4
  "description": "Video Image Data Componennts",
5
- "version": "3.2.13",
5
+ "version": "3.2.15",
6
6
  "scripts": {
7
7
  "docs:deploy": "gh-pages -d docs-dist",
8
8
  "build": "npm run entry && father build",
@@ -14,8 +14,6 @@
14
14
  "docs:build": "dumi build",
15
15
  "prepare": "husky install && dumi setup",
16
16
  "doctor": "father doctor",
17
- "lint": "npm run lint:es && npm run lint:css",
18
- "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
19
17
  "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\""
20
18
  },
21
19
  "main": "es/index.js",
@@ -31,7 +29,6 @@
31
29
  "prettier --write --no-error-on-unmatched-pattern"
32
30
  ],
33
31
  "*.{css,less}": [
34
- "stylelint --fix",
35
32
  "prettier --write"
36
33
  ],
37
34
  "*.{js,jsx}": [
@@ -75,15 +72,13 @@
75
72
  "react-router-dom": "^6.3.0",
76
73
  "@commitlint/cli": "^17.1.2",
77
74
  "@commitlint/config-conventional": "^17.1.0",
78
- "@umijs/lint": "^4.0.32",
79
75
  "eslint": "^8.28.0",
80
76
  "father": "^4.1.0",
81
77
  "husky": "^8.0.1",
82
78
  "lint-staged": "^13.0.3",
83
79
  "prettier": "^2.7.1",
84
80
  "prettier-plugin-organize-imports": "^3.0.0",
85
- "prettier-plugin-packagejson": "^2.2.18",
86
- "stylelint": "^14.9.1"
81
+ "prettier-plugin-packagejson": "^2.2.18"
87
82
  }
88
83
 
89
84
  }
@@ -1,9 +0,0 @@
1
- // @ts-nocheck
2
- // This file is generated by Umi automatically
3
- // DO NOT CHANGE IT MANUALLY!
4
- import React from 'react';
5
- import { Outlet, useOutletContext } from 'umi';
6
- export default function EmptyRoute() {
7
- const context = useOutletContext();
8
- return <Outlet context={context} />;
9
- }
@@ -1,16 +0,0 @@
1
- // @ts-nocheck
2
- // This file is generated by Umi automatically
3
- // DO NOT CHANGE IT MANUALLY!
4
- interface IDefaultRuntimeConfig {
5
- onRouteChange?: (props: { routes: any, clientRoutes: any, location: any, action:any }) => void;
6
- patchRoutes?: (props: { routes: any }) => void;
7
- patchClientRoutes?: (props: { routes: any }) => void;
8
- render?: (oldRender: () => void) => void;
9
- rootContainer?: (lastRootContainer: JSX.Element, args?: any) => void;
10
- [key: string]: any;
11
- }
12
- export type RuntimeConfig = IDefaultRuntimeConfig
13
-
14
- export function defineApp(config: RuntimeConfig): RuntimeConfig {
15
- return config;
16
- }
@@ -1,61 +0,0 @@
1
- // @ts-nocheck
2
- // This file is generated by Umi automatically
3
- // DO NOT CHANGE IT MANUALLY!
4
- import { createHashHistory, createMemoryHistory, createBrowserHistory, History } from '/Users/huang/project/vidc/node_modules/.pnpm/@umijs+renderer-react@4.0.32_ef5jwxihqo6n7gxfmzogljlgcm/node_modules/@umijs/renderer-react';
5
-
6
- let history: History;
7
- let basename: string = '/';
8
- export function createHistory(opts: any) {
9
- let h;
10
- if (opts.type === 'hash') {
11
- h = createHashHistory();
12
- } else if (opts.type === 'memory') {
13
- h = createMemoryHistory(opts);
14
- } else {
15
- h = createBrowserHistory();
16
- }
17
- if (opts.basename) {
18
- basename = opts.basename;
19
- }
20
-
21
- history = {
22
- ...h,
23
- push(to, state) {
24
- h.push(patchTo(to), state);
25
- },
26
- replace(to, state) {
27
- h.replace(patchTo(to), state);
28
- },
29
- get location() {
30
- return h.location;
31
- },
32
- get action() {
33
- return h.action;
34
- }
35
- }
36
-
37
- return h;
38
- }
39
-
40
- // Patch `to` to support basename
41
- // Refs:
42
- // https://github.com/remix-run/history/blob/3e9dab4/packages/history/index.ts#L484
43
- // https://github.com/remix-run/history/blob/dev/docs/api-reference.md#to
44
- function patchTo(to: any) {
45
- if (typeof to === 'string') {
46
- return `${stripLastSlash(basename)}${to}`;
47
- } else if (typeof to === 'object' && to.pathname) {
48
- return {
49
- ...to,
50
- pathname: `${stripLastSlash(basename)}${to.pathname}`,
51
- };
52
- } else {
53
- throw new Error(`Unexpected to: ${to}`);
54
- }
55
- }
56
-
57
- function stripLastSlash(path) {
58
- return path.slice(-1) === '/' ? path.slice(0, -1) : path;
59
- }
60
-
61
- export { history };
@@ -1,42 +0,0 @@
1
- // @ts-nocheck
2
- // This file is generated by Umi automatically
3
- // DO NOT CHANGE IT MANUALLY!
4
- import * as Plugin_0 from '@@/dumi/meta/runtime.ts';
5
- import * as Plugin_1 from '@@/dumi/locales/runtime.tsx';
6
- import { PluginManager } from 'umi';
7
-
8
- function __defaultExport (obj) {
9
- if (obj.default) {
10
- return typeof obj.default === 'function' ? obj.default() : obj.default
11
- }
12
- return obj;
13
- }
14
- export function getPlugins() {
15
- return [
16
- {
17
- apply: Plugin_0,
18
- path: process.env.NODE_ENV === 'production' ? void 0 : '@@/dumi/meta/runtime.ts',
19
- },
20
- {
21
- apply: Plugin_1,
22
- path: process.env.NODE_ENV === 'production' ? void 0 : '@@/dumi/locales/runtime.tsx',
23
- },
24
- ];
25
- }
26
-
27
- export function getValidKeys() {
28
- return ['patchRoutes','patchClientRoutes','modifyContextOpts','rootContainer','innerProvider','i18nProvider','accessProvider','dataflowProvider','outerProvider','render','onRouteChange',];
29
- }
30
-
31
- let pluginManager = null;
32
- export function createPluginManager() {
33
- pluginManager = PluginManager.create({
34
- plugins: getPlugins(),
35
- validKeys: getValidKeys(),
36
- });
37
- return pluginManager;
38
- }
39
-
40
- export function getPluginManager() {
41
- return pluginManager;
42
- }
@@ -1,276 +0,0 @@
1
- // This file is generated by Umi automatically
2
- // DO NOT CHANGE IT MANUALLY!
3
- // Created by Umi Plugin
4
-
5
- export interface IConfigFromPlugins {
6
- clientLoader?: {
7
-
8
- }
9
- codeSplitting?: {
10
- jsStrategy?: ("bigVendors" | "depPerChunk" | "granularChunks")
11
- jsStrategyOptions?: {
12
-
13
- }
14
- cssStrategy?: "mergeAll"
15
- cssStrategyOptions?: {
16
-
17
- }
18
- }
19
- title?: string
20
- styles?: unknown[]
21
- scripts?: unknown[]
22
- routes?: {
23
-
24
- }[]
25
- reactRouter5Compat?: {
26
-
27
- }
28
- presets?: string[]
29
- plugins?: string[]
30
- npmClient?: ("pnpm" | "tnpm" | "cnpm" | "yarn" | "npm")
31
- mountElementId?: string
32
- metas?: unknown[]
33
- links?: unknown[]
34
- historyWithQuery?: {
35
-
36
- }
37
- history?: {
38
- type?: ("browser" | "hash" | "memory")
39
- }
40
- headScripts?: unknown[]
41
- conventionRoutes?: {
42
- base?: string
43
- exclude?: unknown[]
44
- }
45
- base?: string
46
- writeToDisk?: boolean
47
- theme?: {
48
-
49
- }
50
- targets?: {
51
-
52
- }
53
- svgr?: {
54
-
55
- }
56
- svgo?: ({
57
-
58
- } | boolean)
59
- styleLoader?: {
60
-
61
- }
62
- srcTranspiler?: ("babel" | "esbuild" | "swc" | "none")
63
- sassLoader?: {
64
-
65
- }
66
- runtimePublicPath?: {
67
-
68
- }
69
- purgeCSS?: {
70
-
71
- }
72
- publicPath?: string
73
- proxy?: ({
74
-
75
- } | unknown[])
76
- postcssLoader?: {
77
-
78
- }
79
- outputPath?: string
80
- mfsu?: ({
81
- cacheDirectory?: string
82
- chainWebpack?: (() => any)
83
- esbuild?: boolean
84
- exclude?: unknown[]
85
- include?: string[]
86
- mfName?: string
87
- remoteAliases?: string[]
88
- remoteName?: string
89
- runtimePublicPath?: boolean
90
- shared?: {
91
-
92
- }
93
- strategy?: ("eager" | "normal")
94
- } | boolean)
95
- mdx?: {
96
- loader?: string
97
- loaderOptions?: {
98
-
99
- }
100
- }
101
- manifest?: {
102
-
103
- }
104
- lessLoader?: {
105
-
106
- }
107
- jsMinifierOptions?: {
108
-
109
- }
110
- jsMinifier?: ("esbuild" | "swc" | "terser" | "uglifyJs" | "none")
111
- inlineLimit?: number
112
- ignoreMomentLocale?: boolean
113
- https?: {
114
-
115
- }
116
- hash?: boolean
117
- forkTSChecker?: {
118
-
119
- }
120
- fastRefresh?: boolean
121
- extraPostCSSPlugins?: unknown[]
122
- extraBabelPresets?: unknown[]
123
- extraBabelPlugins?: unknown[]
124
- extraBabelIncludes?: unknown[]
125
- externals?: ({
126
-
127
- } | string | (() => any))
128
- esm?: {
129
-
130
- }
131
- devtool?: (string | boolean)
132
- depTranspiler?: ("babel" | "esbuild" | "swc" | "none")
133
- define?: {
134
-
135
- }
136
- deadCode?: {
137
-
138
- }
139
- cssMinifierOptions?: {
140
-
141
- }
142
- cssMinifier?: ("cssnano" | "esbuild" | "parcelCSS" | "none")
143
- cssLoaderModules?: {
144
-
145
- }
146
- cssLoader?: {
147
-
148
- }
149
- copy?: unknown[]
150
- cacheDirectoryPath?: string
151
- babelLoaderCustomize?: string
152
- autoprefixer?: {
153
-
154
- }
155
- autoCSSModules?: boolean
156
- alias?: {
157
-
158
- }
159
- crossorigin?: (boolean | {
160
- includes?: {
161
-
162
- }[]
163
- })
164
- esmi?: {
165
- cdnOrigin?: string
166
- shimUrl?: string
167
- }
168
- exportStatic?: {
169
- extraRoutePaths?: ((() => any) | string[])
170
- }
171
- favicons?: string[]
172
- mock?: {
173
- exclude?: string[]
174
- include?: string[]
175
- }
176
- mpa?: {
177
- template?: string
178
- layout?: string
179
- getConfigFromEntryFile?: boolean
180
- entry?: {
181
-
182
- }
183
- }
184
- polyfill?: {
185
- imports?: string[]
186
- }
187
- routePrefetch?: {
188
-
189
- }
190
- ssr?: {
191
- serverBuildPath?: string
192
- platform?: string
193
- builder?: ("esbuild" | "webpack")
194
- }
195
- terminal?: {
196
-
197
- }
198
- tmpFiles?: boolean
199
- lowImport?: {
200
- libs?: unknown[]
201
- css?: string
202
- }
203
- vite?: {
204
-
205
- }
206
- apiRoute?: {
207
- platform?: string
208
- }
209
- monorepoRedirect?: (boolean | {
210
- srcDir?: string[]
211
- exclude?: {
212
-
213
- }[]
214
- })
215
- test?: {
216
-
217
- }
218
- clickToComponent?: {
219
- editor?: string
220
- }
221
- legacy?: {
222
- buildOnly?: boolean
223
- nodeModulesTransform?: boolean
224
- }
225
- classPropertiesLoose?: {
226
-
227
- }
228
- verifyCommit?: {
229
- scope?: string[]
230
- allowEmoji?: boolean
231
- }
232
- run?: {
233
- globals?: string[]
234
- }
235
- logo?: string
236
- themeConfig?: {
237
-
238
- }
239
- extraRehypePlugins?: unknown[]
240
- extraRemarkPlugins?: unknown[]
241
- resolve?: {
242
- docDirs?: unknown[]
243
- atomDirs?: {
244
- type?: string
245
- dir?: string
246
- }[]
247
- entityDirs?: unknown
248
- codeBlockMode?: ("active" | "passive")
249
- entryFile?: string
250
- }
251
- autoAlias?: boolean
252
- analytics?: ({
253
- baidu?: string
254
- ga?: string
255
- ga_v2?: string
256
- } | boolean)
257
- locales?: ({
258
- id?: string
259
- name?: string
260
- base?: string
261
- }[] | {
262
- id?: string
263
- name?: string
264
- suffix?: ""
265
- }[])
266
- apiParser?: {
267
-
268
- }
269
- assets?: {
270
-
271
- }
272
- sitemap?: {
273
- hostname?: string
274
- exclude?: string[]
275
- }
276
- }