@vivliostyle/cli 9.0.0-next.3 → 9.0.0-next.5

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 (186) hide show
  1. package/dist/chunk-4ZNBH6IA.js +74 -0
  2. package/dist/{core/init.js → chunk-6ETFX7W2.js} +39 -27
  3. package/dist/chunk-BIEQXUOY.js +50 -0
  4. package/dist/chunk-BPSQMFSC.js +54 -0
  5. package/dist/chunk-BT47BDZK.js +85 -0
  6. package/dist/chunk-DMARNPN5.js +1073 -0
  7. package/dist/chunk-EX7EA34F.js +64 -0
  8. package/dist/chunk-SPYTZBBG.js +4988 -0
  9. package/dist/chunk-UQHNZL7X.js +590 -0
  10. package/dist/chunk-WX6JHPSL.js +16 -0
  11. package/dist/cli.d.ts +0 -2
  12. package/dist/cli.js +17 -18
  13. package/dist/commands/build.d.ts +2 -2
  14. package/dist/commands/build.js +165 -17
  15. package/dist/commands/init.d.ts +2 -2
  16. package/dist/commands/init.js +35 -12
  17. package/dist/commands/preview.d.ts +2 -2
  18. package/dist/commands/preview.js +98 -12
  19. package/dist/config/schema.d.ts +225 -218
  20. package/dist/config/schema.js +50 -588
  21. package/dist/index.d.ts +326 -8
  22. package/dist/index.js +47 -42
  23. package/dist/node-modules.d.ts +21 -0
  24. package/dist/node-modules.js +9 -0
  25. package/dist/vite-adapter.d.ts +8 -2
  26. package/dist/vite-adapter.js +11 -43
  27. package/package.json +32 -13
  28. package/dist/browser.d.ts +0 -19
  29. package/dist/browser.d.ts.map +0 -1
  30. package/dist/browser.js +0 -154
  31. package/dist/browser.js.map +0 -1
  32. package/dist/cli.d.ts.map +0 -1
  33. package/dist/cli.js.map +0 -1
  34. package/dist/commands/build.d.ts.map +0 -1
  35. package/dist/commands/build.js.map +0 -1
  36. package/dist/commands/build.parser.d.ts +0 -3
  37. package/dist/commands/build.parser.d.ts.map +0 -1
  38. package/dist/commands/build.parser.js +0 -104
  39. package/dist/commands/build.parser.js.map +0 -1
  40. package/dist/commands/cli-flags.d.ts +0 -42
  41. package/dist/commands/cli-flags.d.ts.map +0 -1
  42. package/dist/commands/cli-flags.js +0 -58
  43. package/dist/commands/cli-flags.js.map +0 -1
  44. package/dist/commands/init.d.ts.map +0 -1
  45. package/dist/commands/init.js.map +0 -1
  46. package/dist/commands/init.parser.d.ts +0 -3
  47. package/dist/commands/init.parser.d.ts.map +0 -1
  48. package/dist/commands/init.parser.js +0 -17
  49. package/dist/commands/init.parser.js.map +0 -1
  50. package/dist/commands/preview.d.ts.map +0 -1
  51. package/dist/commands/preview.js.map +0 -1
  52. package/dist/commands/preview.parser.d.ts +0 -3
  53. package/dist/commands/preview.parser.d.ts.map +0 -1
  54. package/dist/commands/preview.parser.js +0 -52
  55. package/dist/commands/preview.parser.js.map +0 -1
  56. package/dist/config/load.d.ts +0 -4
  57. package/dist/config/load.d.ts.map +0 -1
  58. package/dist/config/load.js +0 -75
  59. package/dist/config/load.js.map +0 -1
  60. package/dist/config/merge.d.ts +0 -4
  61. package/dist/config/merge.d.ts.map +0 -1
  62. package/dist/config/merge.js +0 -59
  63. package/dist/config/merge.js.map +0 -1
  64. package/dist/config/resolve.d.ts +0 -205
  65. package/dist/config/resolve.d.ts.map +0 -1
  66. package/dist/config/resolve.js +0 -770
  67. package/dist/config/resolve.js.map +0 -1
  68. package/dist/config/schema.d.ts.map +0 -1
  69. package/dist/config/schema.js.map +0 -1
  70. package/dist/config/vite.d.ts +0 -6
  71. package/dist/config/vite.d.ts.map +0 -1
  72. package/dist/config/vite.js +0 -49
  73. package/dist/config/vite.js.map +0 -1
  74. package/dist/const.d.ts +0 -20
  75. package/dist/const.d.ts.map +0 -1
  76. package/dist/const.js +0 -41
  77. package/dist/const.js.map +0 -1
  78. package/dist/container.d.ts +0 -21
  79. package/dist/container.d.ts.map +0 -1
  80. package/dist/container.js +0 -175
  81. package/dist/container.js.map +0 -1
  82. package/dist/core/build.d.ts +0 -3
  83. package/dist/core/build.d.ts.map +0 -1
  84. package/dist/core/build.js +0 -168
  85. package/dist/core/build.js.map +0 -1
  86. package/dist/core/init.d.ts +0 -3
  87. package/dist/core/init.d.ts.map +0 -1
  88. package/dist/core/init.js.map +0 -1
  89. package/dist/core/preview.d.ts +0 -4
  90. package/dist/core/preview.d.ts.map +0 -1
  91. package/dist/core/preview.js +0 -114
  92. package/dist/core/preview.js.map +0 -1
  93. package/dist/index.d.ts.map +0 -1
  94. package/dist/index.js.map +0 -1
  95. package/dist/logger.d.ts +0 -30
  96. package/dist/logger.d.ts.map +0 -1
  97. package/dist/logger.js +0 -172
  98. package/dist/logger.js.map +0 -1
  99. package/dist/output/epub.d.ts +0 -10
  100. package/dist/output/epub.d.ts.map +0 -1
  101. package/dist/output/epub.js +0 -505
  102. package/dist/output/epub.js.map +0 -1
  103. package/dist/output/pdf-postprocess.d.ts +0 -30
  104. package/dist/output/pdf-postprocess.d.ts.map +0 -1
  105. package/dist/output/pdf-postprocess.js +0 -270
  106. package/dist/output/pdf-postprocess.js.map +0 -1
  107. package/dist/output/pdf.d.ts +0 -6
  108. package/dist/output/pdf.d.ts.map +0 -1
  109. package/dist/output/pdf.js +0 -200
  110. package/dist/output/pdf.js.map +0 -1
  111. package/dist/output/webbook.d.ts +0 -45
  112. package/dist/output/webbook.d.ts.map +0 -1
  113. package/dist/output/webbook.js +0 -413
  114. package/dist/output/webbook.js.map +0 -1
  115. package/dist/processor/compile.d.ts +0 -30
  116. package/dist/processor/compile.d.ts.map +0 -1
  117. package/dist/processor/compile.js +0 -348
  118. package/dist/processor/compile.js.map +0 -1
  119. package/dist/processor/html.d.ts +0 -107
  120. package/dist/processor/html.d.ts.map +0 -1
  121. package/dist/processor/html.js +0 -494
  122. package/dist/processor/html.js.map +0 -1
  123. package/dist/processor/markdown.d.ts +0 -12
  124. package/dist/processor/markdown.d.ts.map +0 -1
  125. package/dist/processor/markdown.js +0 -23
  126. package/dist/processor/markdown.js.map +0 -1
  127. package/dist/processor/theme.d.ts +0 -4
  128. package/dist/processor/theme.d.ts.map +0 -1
  129. package/dist/processor/theme.js +0 -41
  130. package/dist/processor/theme.js.map +0 -1
  131. package/dist/schema/pub-manifest.d.ts +0 -4
  132. package/dist/schema/pub-manifest.d.ts.map +0 -1
  133. package/dist/schema/pub-manifest.js +0 -41
  134. package/dist/schema/pub-manifest.js.map +0 -1
  135. package/dist/schema/publication.schema.d.ts +0 -104
  136. package/dist/schema/publication.schema.d.ts.map +0 -1
  137. package/dist/schema/publication.schema.js +0 -8
  138. package/dist/schema/publication.schema.js.map +0 -1
  139. package/dist/server.d.ts +0 -20
  140. package/dist/server.d.ts.map +0 -1
  141. package/dist/server.js +0 -126
  142. package/dist/server.js.map +0 -1
  143. package/dist/util.d.ts +0 -55
  144. package/dist/util.d.ts.map +0 -1
  145. package/dist/util.js +0 -274
  146. package/dist/util.js.map +0 -1
  147. package/dist/vite/plugin-util.d.ts +0 -6
  148. package/dist/vite/plugin-util.d.ts.map +0 -1
  149. package/dist/vite/plugin-util.js +0 -18
  150. package/dist/vite/plugin-util.js.map +0 -1
  151. package/dist/vite/vite-plugin-browser.d.ts +0 -8
  152. package/dist/vite/vite-plugin-browser.d.ts.map +0 -1
  153. package/dist/vite/vite-plugin-browser.js +0 -54
  154. package/dist/vite/vite-plugin-browser.js.map +0 -1
  155. package/dist/vite/vite-plugin-dev-server.d.ts +0 -8
  156. package/dist/vite/vite-plugin-dev-server.d.ts.map +0 -1
  157. package/dist/vite/vite-plugin-dev-server.js +0 -270
  158. package/dist/vite/vite-plugin-dev-server.js.map +0 -1
  159. package/dist/vite/vite-plugin-static-serve.d.ts +0 -8
  160. package/dist/vite/vite-plugin-static-serve.d.ts.map +0 -1
  161. package/dist/vite/vite-plugin-static-serve.js +0 -31
  162. package/dist/vite/vite-plugin-static-serve.js.map +0 -1
  163. package/dist/vite/vite-plugin-viewer.d.ts +0 -8
  164. package/dist/vite/vite-plugin-viewer.d.ts.map +0 -1
  165. package/dist/vite/vite-plugin-viewer.js +0 -52
  166. package/dist/vite/vite-plugin-viewer.js.map +0 -1
  167. package/dist/vite-adapter.d.ts.map +0 -1
  168. package/dist/vite-adapter.js.map +0 -1
  169. package/schemas/pub-manifest/README.md +0 -5
  170. package/schemas/pub-manifest/module/ItemList.schema.json +0 -32
  171. package/schemas/pub-manifest/module/bcp.schema.json +0 -7
  172. package/schemas/pub-manifest/module/context.schema.json +0 -62
  173. package/schemas/pub-manifest/module/contributor-object.schema.json +0 -42
  174. package/schemas/pub-manifest/module/contributor.schema.json +0 -26
  175. package/schemas/pub-manifest/module/date.schema.json +0 -7
  176. package/schemas/pub-manifest/module/duration.schema.json +0 -7
  177. package/schemas/pub-manifest/module/item-lists.schema.json +0 -16
  178. package/schemas/pub-manifest/module/language.schema.json +0 -16
  179. package/schemas/pub-manifest/module/link.schema.json +0 -60
  180. package/schemas/pub-manifest/module/localizable-object.schema.json +0 -15
  181. package/schemas/pub-manifest/module/localizable.schema.json +0 -26
  182. package/schemas/pub-manifest/module/resource.categorization.schema.json +0 -31
  183. package/schemas/pub-manifest/module/strings.schema.json +0 -9
  184. package/schemas/pub-manifest/module/url.schema.json +0 -7
  185. package/schemas/pub-manifest/module/urls.schema.json +0 -18
  186. package/schemas/pub-manifest/publication.schema.json +0 -123
@@ -1,22 +1,29 @@
1
- import { Metadata, StringifyMarkdownOptions } from '@vivliostyle/vfm';
2
- import { type Processor } from 'unified';
1
+ import * as vite from 'vite';
2
+ import { StringifyMarkdownOptions, Metadata } from '@vivliostyle/vfm';
3
+ import { Processor } from 'unified';
3
4
  import * as v from 'valibot';
4
- import { LoggerInterface } from '../logger.js';
5
+
6
+ interface LoggerInterface {
7
+ info(message: string): void;
8
+ warn(message: string): void;
9
+ error(message: string): void;
10
+ }
11
+
5
12
  /**
6
13
  * @see https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/config.md
7
14
  */
8
- export type StructuredDocument = {
15
+ type StructuredDocument = {
9
16
  title: string;
10
17
  href: string;
11
18
  children: StructuredDocument[];
12
19
  sections?: StructuredDocumentSection[];
13
20
  };
14
21
  /** @hidden */
15
- export declare const StructuredDocument: v.GenericSchema<StructuredDocument>;
22
+ declare const StructuredDocument: v.GenericSchema<StructuredDocument>;
16
23
  /**
17
24
  * @see https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/config.md
18
25
  */
19
- export type StructuredDocumentSection = {
26
+ type StructuredDocumentSection = {
20
27
  headingHtml: string;
21
28
  headingText: string;
22
29
  level: number;
@@ -25,9 +32,9 @@ export type StructuredDocumentSection = {
25
32
  id?: string;
26
33
  };
27
34
  /** @hidden */
28
- export declare const StructuredDocumentSection: v.GenericSchema<StructuredDocumentSection>;
29
- export declare const ValidString: v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>;
30
- export declare const ThemeConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
35
+ declare const StructuredDocumentSection: v.GenericSchema<StructuredDocumentSection>;
36
+ declare const ValidString: v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>;
37
+ declare const ThemeConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
31
38
  readonly specifier: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
32
39
  }, undefined>, "entries" | "_types" | "_run"> & {
33
40
  readonly entries: {
@@ -68,8 +75,8 @@ export declare const ThemeConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Ob
68
75
  } & {
69
76
  import?: string[] | undefined;
70
77
  }, "ThemeConfig">]>;
71
- export type ThemeConfig = v.InferInput<typeof ThemeConfig>;
72
- export declare const ThemeSpecifier: v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
78
+ type ThemeConfig = v.InferInput<typeof ThemeConfig>;
79
+ declare const ThemeSpecifier: v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
73
80
  readonly specifier: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
74
81
  }, undefined>, "entries" | "_types" | "_run"> & {
75
82
  readonly entries: {
@@ -162,8 +169,8 @@ export declare const ThemeSpecifier: v.SchemaWithPipe<[v.UnionSchema<[v.ArraySch
162
169
  } & {
163
170
  import?: string[] | undefined;
164
171
  })[]>]>;
165
- export type ThemeSpecifier = v.InferInput<typeof ThemeSpecifier>;
166
- export declare const ArticleEntryConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
172
+ type ThemeSpecifier = v.InferInput<typeof ThemeSpecifier>;
173
+ declare const ArticleEntryConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
167
174
  readonly path: v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>;
168
175
  readonly output: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
169
176
  readonly title: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
@@ -418,8 +425,8 @@ export declare const ArticleEntryConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
418
425
  import?: string[] | undefined;
419
426
  })[] | undefined;
420
427
  }, "ArticleEntryConfig">]>;
421
- export type ArticleEntryConfig = v.InferInput<typeof ArticleEntryConfig>;
422
- export declare const ContentsEntryConfig: v.SchemaWithPipe<[v.ObjectSchema<{
428
+ type ArticleEntryConfig = v.InferInput<typeof ArticleEntryConfig>;
429
+ declare const ContentsEntryConfig: v.SchemaWithPipe<[v.ObjectSchema<{
423
430
  readonly rel: v.LiteralSchema<"contents", undefined>;
424
431
  readonly path: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
425
432
  readonly output: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
@@ -532,8 +539,8 @@ export declare const ContentsEntryConfig: v.SchemaWithPipe<[v.ObjectSchema<{
532
539
  pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined;
533
540
  pageCounterReset?: number | undefined;
534
541
  }, "ContentsEntryConfig">]>;
535
- export type ContentsEntryConfig = v.InferInput<typeof ContentsEntryConfig>;
536
- export declare const CoverEntryConfig: v.SchemaWithPipe<[v.ObjectSchema<{
542
+ type ContentsEntryConfig = v.InferInput<typeof ContentsEntryConfig>;
543
+ declare const CoverEntryConfig: v.SchemaWithPipe<[v.ObjectSchema<{
537
544
  readonly rel: v.LiteralSchema<"cover", undefined>;
538
545
  readonly path: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
539
546
  readonly output: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
@@ -648,8 +655,8 @@ export declare const CoverEntryConfig: v.SchemaWithPipe<[v.ObjectSchema<{
648
655
  imageSrc?: string | undefined;
649
656
  imageAlt?: string | undefined;
650
657
  }, "CoverEntryConfig">]>;
651
- export type CoverEntryConfig = v.InferInput<typeof CoverEntryConfig>;
652
- export declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<[v.ObjectSchema<{
658
+ type CoverEntryConfig = v.InferInput<typeof CoverEntryConfig>;
659
+ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<[v.ObjectSchema<{
653
660
  readonly rel: v.LiteralSchema<"contents", undefined>;
654
661
  readonly path: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
655
662
  readonly output: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
@@ -1130,12 +1137,12 @@ export declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<[v.ObjectSchem
1130
1137
  import?: string[] | undefined;
1131
1138
  })[] | undefined;
1132
1139
  }, "ArticleEntryConfig">]>], undefined>;
1133
- export type EntryConfig = v.InferInput<typeof EntryConfig>;
1134
- export declare const OutputFormat: v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>;
1135
- export type OutputFormat = v.InferInput<typeof OutputFormat>;
1136
- export declare const RenderMode: v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>;
1137
- export type RenderMode = v.InferInput<typeof RenderMode>;
1138
- export declare const OutputConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
1140
+ type EntryConfig = v.InferInput<typeof EntryConfig>;
1141
+ declare const OutputFormat: v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>;
1142
+ type OutputFormat = v.InferInput<typeof OutputFormat>;
1143
+ declare const RenderMode: v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>;
1144
+ type RenderMode = v.InferInput<typeof RenderMode>;
1145
+ declare const OutputConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
1139
1146
  readonly path: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
1140
1147
  }, undefined>, "entries" | "_types" | "_run"> & {
1141
1148
  readonly entries: {
@@ -1194,21 +1201,21 @@ export declare const OutputConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.O
1194
1201
  preflight?: "press-ready" | "press-ready-local" | undefined;
1195
1202
  preflightOption?: string[] | undefined;
1196
1203
  }, "OutputConfig">]>;
1197
- export type OutputConfig = v.InferInput<typeof OutputConfig>;
1198
- export declare const VfmReplaceRule: v.LooseObjectSchema<{
1204
+ type OutputConfig = v.InferInput<typeof OutputConfig>;
1205
+ declare const VfmReplaceRule: v.LooseObjectSchema<{
1199
1206
  readonly test: v.InstanceSchema<RegExpConstructor, undefined>;
1200
1207
  readonly match: v.SchemaWithPipe<[v.GenericSchema<(result: RegExpMatchArray, h: any) => Object | string, (result: RegExpMatchArray, h: any) => Object | string, v.BaseIssue<unknown>>, v.MetadataAction<(result: RegExpMatchArray, h: any) => Object | string, {
1201
1208
  readonly typeString: "(result: RegExpMatchArray, h: any) => Object | string";
1202
1209
  }>]>;
1203
1210
  }, undefined>;
1204
- export type VfmReplaceRule = v.InferInput<typeof VfmReplaceRule>;
1205
- export declare const BrowserType: v.UnionSchema<[v.LiteralSchema<"chromium", undefined>, v.LiteralSchema<"firefox", undefined>, v.LiteralSchema<"webkit", undefined>], undefined>;
1206
- export type BrowserType = v.InferInput<typeof BrowserType>;
1207
- export declare const ReadingProgression: v.UnionSchema<[v.LiteralSchema<"ltr", undefined>, v.LiteralSchema<"rtl", undefined>], undefined>;
1208
- export type ReadingProgression = v.InferInput<typeof ReadingProgression>;
1209
- export declare const LogLevel: v.UnionSchema<[v.LiteralSchema<"silent", undefined>, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>;
1210
- export type LogLevel = v.InferInput<typeof LogLevel>;
1211
- export declare const CopyAssetConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1211
+ type VfmReplaceRule = v.InferInput<typeof VfmReplaceRule>;
1212
+ declare const BrowserType: v.UnionSchema<[v.LiteralSchema<"chromium", undefined>, v.LiteralSchema<"firefox", undefined>, v.LiteralSchema<"webkit", undefined>], undefined>;
1213
+ type BrowserType = v.InferInput<typeof BrowserType>;
1214
+ declare const ReadingProgression: v.UnionSchema<[v.LiteralSchema<"ltr", undefined>, v.LiteralSchema<"rtl", undefined>], undefined>;
1215
+ type ReadingProgression = v.InferInput<typeof ReadingProgression>;
1216
+ declare const LogLevel: v.UnionSchema<[v.LiteralSchema<"silent", undefined>, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>;
1217
+ type LogLevel = v.InferInput<typeof LogLevel>;
1218
+ declare const CopyAssetConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1212
1219
  readonly includes: v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
1213
1220
  readonly excludes: v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
1214
1221
  readonly includeFileExtensions: v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
@@ -1247,8 +1254,8 @@ export declare const CopyAssetConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1247
1254
  includeFileExtensions?: string[] | undefined;
1248
1255
  excludeFileExtensions?: string[] | undefined;
1249
1256
  }, "CopyAssetConfig">]>;
1250
- export type CopyAssetConfig = v.InferInput<typeof CopyAssetConfig>;
1251
- export declare const TocConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1257
+ type CopyAssetConfig = v.InferInput<typeof CopyAssetConfig>;
1258
+ declare const TocConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1252
1259
  readonly title: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
1253
1260
  readonly htmlPath: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
1254
1261
  readonly sectionDepth: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.IntegerAction<number, undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 6, undefined>, v.DescriptionAction<number, string>]>;
@@ -1353,8 +1360,8 @@ export declare const TocConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1353
1360
  children: any;
1354
1361
  }[]) => any) | undefined;
1355
1362
  }, "TocConfig">]>;
1356
- export type TocConfig = v.InferInput<typeof TocConfig>;
1357
- export declare const CoverConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
1363
+ type TocConfig = v.InferInput<typeof TocConfig>;
1364
+ declare const CoverConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
1358
1365
  readonly src: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
1359
1366
  }, undefined>, "entries" | "_types" | "_run"> & {
1360
1367
  readonly entries: {
@@ -1401,7 +1408,7 @@ export declare const CoverConfig: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Ob
1401
1408
  name?: string | undefined;
1402
1409
  htmlPath?: string | boolean | undefined;
1403
1410
  }, "CoverConfig">]>;
1404
- export type CoverConfig = v.InferInput<typeof CoverConfig>;
1411
+ type CoverConfig = v.InferInput<typeof CoverConfig>;
1405
1412
  declare const VfmConfig: v.SchemaWithPipe<[Omit<v.LooseObjectSchema<{
1406
1413
  readonly style: v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>, v.DescriptionAction<string[], string>]>;
1407
1414
  readonly partial: v.SchemaWithPipe<[v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
@@ -1513,30 +1520,30 @@ declare const VfmConfig: v.SchemaWithPipe<[Omit<v.LooseObjectSchema<{
1513
1520
  } & {
1514
1521
  [key: string]: unknown;
1515
1522
  }, "VfmConfig">]>;
1516
- export type VfmConfig = v.InferInput<typeof VfmConfig>;
1517
- export declare const ServerConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1523
+ type VfmConfig = v.InferInput<typeof VfmConfig>;
1524
+ declare const ServerConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1518
1525
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
1519
1526
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
1520
- readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
1527
+ readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
1521
1528
  readonly typeString: "import(\"vite\").ProxyOptions";
1522
1529
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
1523
- [x: string]: string | import("vite").ProxyOptions;
1530
+ [x: string]: string | vite.ProxyOptions;
1524
1531
  }, string>]>;
1525
1532
  }, undefined>, "entries" | "_types" | "_run"> & {
1526
1533
  readonly entries: {
1527
1534
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
1528
1535
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
1529
- readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
1536
+ readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
1530
1537
  readonly typeString: "import(\"vite\").ProxyOptions";
1531
1538
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
1532
- [x: string]: string | import("vite").ProxyOptions;
1539
+ [x: string]: string | vite.ProxyOptions;
1533
1540
  }, string>]>, never>;
1534
1541
  };
1535
1542
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
1536
1543
  host?: string | boolean | undefined;
1537
1544
  port?: number | undefined;
1538
1545
  proxy?: {
1539
- [x: string]: string | import("vite").ProxyOptions;
1546
+ [x: string]: string | vite.ProxyOptions;
1540
1547
  } | undefined;
1541
1548
  }, v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
1542
1549
  readonly _types?: {
@@ -1544,14 +1551,14 @@ export declare const ServerConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1544
1551
  host?: string | boolean | undefined;
1545
1552
  port?: number | undefined;
1546
1553
  proxy?: {
1547
- [x: string]: string | import("vite").ProxyOptions;
1554
+ [x: string]: string | vite.ProxyOptions;
1548
1555
  } | undefined;
1549
1556
  };
1550
1557
  readonly output: {
1551
1558
  host?: string | boolean | undefined;
1552
1559
  port?: number | undefined;
1553
1560
  proxy?: {
1554
- [x: string]: string | import("vite").ProxyOptions;
1561
+ [x: string]: string | vite.ProxyOptions;
1555
1562
  } | undefined;
1556
1563
  };
1557
1564
  readonly issue: v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>;
@@ -1560,11 +1567,11 @@ export declare const ServerConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
1560
1567
  host?: string | boolean | undefined;
1561
1568
  port?: number | undefined;
1562
1569
  proxy?: {
1563
- [x: string]: string | import("vite").ProxyOptions;
1570
+ [x: string]: string | vite.ProxyOptions;
1564
1571
  } | undefined;
1565
1572
  }, "ServerConfig">]>;
1566
- export type ServerConfig = v.InferInput<typeof ServerConfig>;
1567
- export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
1573
+ type ServerConfig = v.InferInput<typeof ServerConfig>;
1574
+ declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
1568
1575
  readonly entry: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.ObjectSchema<{
1569
1576
  readonly rel: v.LiteralSchema<"contents", undefined>;
1570
1577
  readonly path: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
@@ -4286,26 +4293,26 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
4286
4293
  readonly server: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[Omit<v.ObjectSchema<{
4287
4294
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
4288
4295
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
4289
- readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
4296
+ readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
4290
4297
  readonly typeString: "import(\"vite\").ProxyOptions";
4291
4298
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
4292
- [x: string]: string | import("vite").ProxyOptions;
4299
+ [x: string]: string | vite.ProxyOptions;
4293
4300
  }, string>]>;
4294
4301
  }, undefined>, "entries" | "_types" | "_run"> & {
4295
4302
  readonly entries: {
4296
4303
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
4297
4304
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
4298
- readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
4305
+ readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
4299
4306
  readonly typeString: "import(\"vite\").ProxyOptions";
4300
4307
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
4301
- [x: string]: string | import("vite").ProxyOptions;
4308
+ [x: string]: string | vite.ProxyOptions;
4302
4309
  }, string>]>, never>;
4303
4310
  };
4304
4311
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
4305
4312
  host?: string | boolean | undefined;
4306
4313
  port?: number | undefined;
4307
4314
  proxy?: {
4308
- [x: string]: string | import("vite").ProxyOptions;
4315
+ [x: string]: string | vite.ProxyOptions;
4309
4316
  } | undefined;
4310
4317
  }, v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
4311
4318
  readonly _types?: {
@@ -4313,14 +4320,14 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
4313
4320
  host?: string | boolean | undefined;
4314
4321
  port?: number | undefined;
4315
4322
  proxy?: {
4316
- [x: string]: string | import("vite").ProxyOptions;
4323
+ [x: string]: string | vite.ProxyOptions;
4317
4324
  } | undefined;
4318
4325
  };
4319
4326
  readonly output: {
4320
4327
  host?: string | boolean | undefined;
4321
4328
  port?: number | undefined;
4322
4329
  proxy?: {
4323
- [x: string]: string | import("vite").ProxyOptions;
4330
+ [x: string]: string | vite.ProxyOptions;
4324
4331
  } | undefined;
4325
4332
  };
4326
4333
  readonly issue: v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>;
@@ -4329,13 +4336,13 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
4329
4336
  host?: string | boolean | undefined;
4330
4337
  port?: number | undefined;
4331
4338
  proxy?: {
4332
- [x: string]: string | import("vite").ProxyOptions;
4339
+ [x: string]: string | vite.ProxyOptions;
4333
4340
  } | undefined;
4334
4341
  }, "ServerConfig">]>], undefined>, v.DescriptionAction<{
4335
4342
  host?: string | boolean | undefined;
4336
4343
  port?: number | undefined;
4337
4344
  proxy?: {
4338
- [x: string]: string | import("vite").ProxyOptions;
4345
+ [x: string]: string | vite.ProxyOptions;
4339
4346
  } | undefined;
4340
4347
  }, string>]>;
4341
4348
  readonly static: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.RegexAction<string, "Base path must start with a slash">, v.TransformAction<string, string>]>, v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>, v.DescriptionAction<{
@@ -4346,9 +4353,9 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
4346
4353
  [x: string]: string[];
4347
4354
  }>]>;
4348
4355
  readonly temporaryFilePrefix: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
4349
- readonly vite: v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
4356
+ readonly vite: v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
4350
4357
  readonly typeString: "import(\"vite\").UserConfig";
4351
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>;
4358
+ }>, v.DescriptionAction<vite.UserConfig, string>]>;
4352
4359
  readonly viteConfigFile: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
4353
4360
  }, undefined>, "entries" | "_types" | "_run"> & {
4354
4361
  readonly entries: {
@@ -4995,26 +5002,26 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
4995
5002
  readonly server: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[Omit<v.ObjectSchema<{
4996
5003
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
4997
5004
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
4998
- readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
5005
+ readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
4999
5006
  readonly typeString: "import(\"vite\").ProxyOptions";
5000
5007
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
5001
- [x: string]: string | import("vite").ProxyOptions;
5008
+ [x: string]: string | vite.ProxyOptions;
5002
5009
  }, string>]>;
5003
5010
  }, undefined>, "entries" | "_types" | "_run"> & {
5004
5011
  readonly entries: {
5005
5012
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
5006
5013
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
5007
- readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
5014
+ readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
5008
5015
  readonly typeString: "import(\"vite\").ProxyOptions";
5009
5016
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
5010
- [x: string]: string | import("vite").ProxyOptions;
5017
+ [x: string]: string | vite.ProxyOptions;
5011
5018
  }, string>]>, never>;
5012
5019
  };
5013
5020
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
5014
5021
  host?: string | boolean | undefined;
5015
5022
  port?: number | undefined;
5016
5023
  proxy?: {
5017
- [x: string]: string | import("vite").ProxyOptions;
5024
+ [x: string]: string | vite.ProxyOptions;
5018
5025
  } | undefined;
5019
5026
  }, v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
5020
5027
  readonly _types?: {
@@ -5022,14 +5029,14 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
5022
5029
  host?: string | boolean | undefined;
5023
5030
  port?: number | undefined;
5024
5031
  proxy?: {
5025
- [x: string]: string | import("vite").ProxyOptions;
5032
+ [x: string]: string | vite.ProxyOptions;
5026
5033
  } | undefined;
5027
5034
  };
5028
5035
  readonly output: {
5029
5036
  host?: string | boolean | undefined;
5030
5037
  port?: number | undefined;
5031
5038
  proxy?: {
5032
- [x: string]: string | import("vite").ProxyOptions;
5039
+ [x: string]: string | vite.ProxyOptions;
5033
5040
  } | undefined;
5034
5041
  };
5035
5042
  readonly issue: v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>;
@@ -5038,13 +5045,13 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
5038
5045
  host?: string | boolean | undefined;
5039
5046
  port?: number | undefined;
5040
5047
  proxy?: {
5041
- [x: string]: string | import("vite").ProxyOptions;
5048
+ [x: string]: string | vite.ProxyOptions;
5042
5049
  } | undefined;
5043
5050
  }, "ServerConfig">]>], undefined>, v.DescriptionAction<{
5044
5051
  host?: string | boolean | undefined;
5045
5052
  port?: number | undefined;
5046
5053
  proxy?: {
5047
- [x: string]: string | import("vite").ProxyOptions;
5054
+ [x: string]: string | vite.ProxyOptions;
5048
5055
  } | undefined;
5049
5056
  }, string>]>, never>;
5050
5057
  readonly static: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.RegexAction<string, "Base path must start with a slash">, v.TransformAction<string, string>]>, v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>, v.DescriptionAction<{
@@ -5055,9 +5062,9 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
5055
5062
  [x: string]: string[];
5056
5063
  }>]>, never>;
5057
5064
  readonly temporaryFilePrefix: v.OptionalSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, never>;
5058
- readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
5065
+ readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
5059
5066
  readonly typeString: "import(\"vite\").UserConfig";
5060
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>, never>;
5067
+ }>, v.DescriptionAction<vite.UserConfig, string>]>, never>;
5061
5068
  readonly viteConfigFile: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
5062
5069
  };
5063
5070
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
@@ -5138,14 +5145,14 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
5138
5145
  host?: string | boolean | undefined;
5139
5146
  port?: number | undefined;
5140
5147
  proxy?: {
5141
- [x: string]: string | import("vite").ProxyOptions;
5148
+ [x: string]: string | vite.ProxyOptions;
5142
5149
  } | undefined;
5143
5150
  } | undefined;
5144
5151
  static?: {
5145
5152
  [x: string]: string[];
5146
5153
  } | undefined;
5147
5154
  temporaryFilePrefix?: string | undefined;
5148
- vite?: import("vite").UserConfig | undefined;
5155
+ vite?: vite.UserConfig | undefined;
5149
5156
  viteConfigFile?: string | boolean | undefined;
5150
5157
  }, v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>>> | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.InstanceIssue | v.CheckIssue<string[]> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.CheckIssue<string[]>> | v.UnionIssue<v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue>> | v.UnionIssue<v.BaseIssue<unknown> | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.InstanceIssue | v.BooleanIssue> | v.RegexIssue<string> | v.CheckIssue<string> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>>;
5151
5158
  readonly _types?: {
@@ -5236,14 +5243,14 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
5236
5243
  host?: string | boolean | undefined;
5237
5244
  port?: number | undefined;
5238
5245
  proxy?: {
5239
- [x: string]: string | import("vite").ProxyOptions;
5246
+ [x: string]: string | vite.ProxyOptions;
5240
5247
  } | undefined;
5241
5248
  } | undefined;
5242
5249
  static?: {
5243
5250
  [x: string]: string | string[];
5244
5251
  } | undefined;
5245
5252
  temporaryFilePrefix?: string | undefined;
5246
- vite?: import("vite").UserConfig | undefined;
5253
+ vite?: vite.UserConfig | undefined;
5247
5254
  viteConfigFile?: string | boolean | undefined;
5248
5255
  };
5249
5256
  readonly output: {
@@ -5324,14 +5331,14 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
5324
5331
  host?: string | boolean | undefined;
5325
5332
  port?: number | undefined;
5326
5333
  proxy?: {
5327
- [x: string]: string | import("vite").ProxyOptions;
5334
+ [x: string]: string | vite.ProxyOptions;
5328
5335
  } | undefined;
5329
5336
  } | undefined;
5330
5337
  static?: {
5331
5338
  [x: string]: string[];
5332
5339
  } | undefined;
5333
5340
  temporaryFilePrefix?: string | undefined;
5334
- vite?: import("vite").UserConfig | undefined;
5341
+ vite?: vite.UserConfig | undefined;
5335
5342
  viteConfigFile?: string | boolean | undefined;
5336
5343
  };
5337
5344
  readonly issue: v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>>> | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.InstanceIssue | v.CheckIssue<string[]> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.CheckIssue<string[]>> | v.UnionIssue<v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue>> | v.UnionIssue<v.BaseIssue<unknown> | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.InstanceIssue | v.BooleanIssue> | v.RegexIssue<string> | v.CheckIssue<string> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
@@ -5452,20 +5459,20 @@ export declare const BuildTask: v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.Obje
5452
5459
  host?: string | boolean | undefined;
5453
5460
  port?: number | undefined;
5454
5461
  proxy?: {
5455
- [x: string]: string | import("vite").ProxyOptions;
5462
+ [x: string]: string | vite.ProxyOptions;
5456
5463
  } | undefined;
5457
5464
  } | undefined;
5458
5465
  static?: {
5459
5466
  [x: string]: string[];
5460
5467
  } | undefined;
5461
5468
  temporaryFilePrefix?: string | undefined;
5462
- vite?: import("vite").UserConfig | undefined;
5469
+ vite?: vite.UserConfig | undefined;
5463
5470
  viteConfigFile?: string | boolean | undefined;
5464
5471
  }, "BuildTask">]>;
5465
- export type BuildTask = v.InferInput<typeof BuildTask>;
5466
- export type ParsedBuildTask = v.InferOutput<typeof BuildTask>;
5472
+ type BuildTask = v.InferInput<typeof BuildTask>;
5473
+ type ParsedBuildTask = v.InferOutput<typeof BuildTask>;
5467
5474
  /** @hidden */
5468
- export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
5475
+ declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.ArraySchema<v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
5469
5476
  readonly entry: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.ObjectSchema<{
5470
5477
  readonly rel: v.LiteralSchema<"contents", undefined>;
5471
5478
  readonly path: v.OptionalSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, never>;
@@ -8187,26 +8194,26 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8187
8194
  readonly server: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[Omit<v.ObjectSchema<{
8188
8195
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
8189
8196
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
8190
- readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
8197
+ readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
8191
8198
  readonly typeString: "import(\"vite\").ProxyOptions";
8192
8199
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
8193
- [x: string]: string | import("vite").ProxyOptions;
8200
+ [x: string]: string | vite.ProxyOptions;
8194
8201
  }, string>]>;
8195
8202
  }, undefined>, "entries" | "_types" | "_run"> & {
8196
8203
  readonly entries: {
8197
8204
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
8198
8205
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
8199
- readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
8206
+ readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
8200
8207
  readonly typeString: "import(\"vite\").ProxyOptions";
8201
8208
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
8202
- [x: string]: string | import("vite").ProxyOptions;
8209
+ [x: string]: string | vite.ProxyOptions;
8203
8210
  }, string>]>, never>;
8204
8211
  };
8205
8212
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
8206
8213
  host?: string | boolean | undefined;
8207
8214
  port?: number | undefined;
8208
8215
  proxy?: {
8209
- [x: string]: string | import("vite").ProxyOptions;
8216
+ [x: string]: string | vite.ProxyOptions;
8210
8217
  } | undefined;
8211
8218
  }, v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
8212
8219
  readonly _types?: {
@@ -8214,14 +8221,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8214
8221
  host?: string | boolean | undefined;
8215
8222
  port?: number | undefined;
8216
8223
  proxy?: {
8217
- [x: string]: string | import("vite").ProxyOptions;
8224
+ [x: string]: string | vite.ProxyOptions;
8218
8225
  } | undefined;
8219
8226
  };
8220
8227
  readonly output: {
8221
8228
  host?: string | boolean | undefined;
8222
8229
  port?: number | undefined;
8223
8230
  proxy?: {
8224
- [x: string]: string | import("vite").ProxyOptions;
8231
+ [x: string]: string | vite.ProxyOptions;
8225
8232
  } | undefined;
8226
8233
  };
8227
8234
  readonly issue: v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>;
@@ -8230,13 +8237,13 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8230
8237
  host?: string | boolean | undefined;
8231
8238
  port?: number | undefined;
8232
8239
  proxy?: {
8233
- [x: string]: string | import("vite").ProxyOptions;
8240
+ [x: string]: string | vite.ProxyOptions;
8234
8241
  } | undefined;
8235
8242
  }, "ServerConfig">]>], undefined>, v.DescriptionAction<{
8236
8243
  host?: string | boolean | undefined;
8237
8244
  port?: number | undefined;
8238
8245
  proxy?: {
8239
- [x: string]: string | import("vite").ProxyOptions;
8246
+ [x: string]: string | vite.ProxyOptions;
8240
8247
  } | undefined;
8241
8248
  }, string>]>;
8242
8249
  readonly static: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.RegexAction<string, "Base path must start with a slash">, v.TransformAction<string, string>]>, v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>, v.DescriptionAction<{
@@ -8247,9 +8254,9 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8247
8254
  [x: string]: string[];
8248
8255
  }>]>;
8249
8256
  readonly temporaryFilePrefix: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
8250
- readonly vite: v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
8257
+ readonly vite: v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
8251
8258
  readonly typeString: "import(\"vite\").UserConfig";
8252
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>;
8259
+ }>, v.DescriptionAction<vite.UserConfig, string>]>;
8253
8260
  readonly viteConfigFile: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
8254
8261
  }, undefined>, "entries" | "_types" | "_run"> & {
8255
8262
  readonly entries: {
@@ -8896,26 +8903,26 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8896
8903
  readonly server: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[Omit<v.ObjectSchema<{
8897
8904
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
8898
8905
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
8899
- readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
8906
+ readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
8900
8907
  readonly typeString: "import(\"vite\").ProxyOptions";
8901
8908
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
8902
- [x: string]: string | import("vite").ProxyOptions;
8909
+ [x: string]: string | vite.ProxyOptions;
8903
8910
  }, string>]>;
8904
8911
  }, undefined>, "entries" | "_types" | "_run"> & {
8905
8912
  readonly entries: {
8906
8913
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
8907
8914
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
8908
- readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
8915
+ readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
8909
8916
  readonly typeString: "import(\"vite\").ProxyOptions";
8910
8917
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
8911
- [x: string]: string | import("vite").ProxyOptions;
8918
+ [x: string]: string | vite.ProxyOptions;
8912
8919
  }, string>]>, never>;
8913
8920
  };
8914
8921
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
8915
8922
  host?: string | boolean | undefined;
8916
8923
  port?: number | undefined;
8917
8924
  proxy?: {
8918
- [x: string]: string | import("vite").ProxyOptions;
8925
+ [x: string]: string | vite.ProxyOptions;
8919
8926
  } | undefined;
8920
8927
  }, v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
8921
8928
  readonly _types?: {
@@ -8923,14 +8930,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8923
8930
  host?: string | boolean | undefined;
8924
8931
  port?: number | undefined;
8925
8932
  proxy?: {
8926
- [x: string]: string | import("vite").ProxyOptions;
8933
+ [x: string]: string | vite.ProxyOptions;
8927
8934
  } | undefined;
8928
8935
  };
8929
8936
  readonly output: {
8930
8937
  host?: string | boolean | undefined;
8931
8938
  port?: number | undefined;
8932
8939
  proxy?: {
8933
- [x: string]: string | import("vite").ProxyOptions;
8940
+ [x: string]: string | vite.ProxyOptions;
8934
8941
  } | undefined;
8935
8942
  };
8936
8943
  readonly issue: v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>;
@@ -8939,13 +8946,13 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8939
8946
  host?: string | boolean | undefined;
8940
8947
  port?: number | undefined;
8941
8948
  proxy?: {
8942
- [x: string]: string | import("vite").ProxyOptions;
8949
+ [x: string]: string | vite.ProxyOptions;
8943
8950
  } | undefined;
8944
8951
  }, "ServerConfig">]>], undefined>, v.DescriptionAction<{
8945
8952
  host?: string | boolean | undefined;
8946
8953
  port?: number | undefined;
8947
8954
  proxy?: {
8948
- [x: string]: string | import("vite").ProxyOptions;
8955
+ [x: string]: string | vite.ProxyOptions;
8949
8956
  } | undefined;
8950
8957
  }, string>]>, never>;
8951
8958
  readonly static: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.RegexAction<string, "Base path must start with a slash">, v.TransformAction<string, string>]>, v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>, v.DescriptionAction<{
@@ -8956,9 +8963,9 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
8956
8963
  [x: string]: string[];
8957
8964
  }>]>, never>;
8958
8965
  readonly temporaryFilePrefix: v.OptionalSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, never>;
8959
- readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
8966
+ readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
8960
8967
  readonly typeString: "import(\"vite\").UserConfig";
8961
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>, never>;
8968
+ }>, v.DescriptionAction<vite.UserConfig, string>]>, never>;
8962
8969
  readonly viteConfigFile: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
8963
8970
  };
8964
8971
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
@@ -9039,14 +9046,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
9039
9046
  host?: string | boolean | undefined;
9040
9047
  port?: number | undefined;
9041
9048
  proxy?: {
9042
- [x: string]: string | import("vite").ProxyOptions;
9049
+ [x: string]: string | vite.ProxyOptions;
9043
9050
  } | undefined;
9044
9051
  } | undefined;
9045
9052
  static?: {
9046
9053
  [x: string]: string[];
9047
9054
  } | undefined;
9048
9055
  temporaryFilePrefix?: string | undefined;
9049
- vite?: import("vite").UserConfig | undefined;
9056
+ vite?: vite.UserConfig | undefined;
9050
9057
  viteConfigFile?: string | boolean | undefined;
9051
9058
  }, v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>>> | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.InstanceIssue | v.CheckIssue<string[]> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.CheckIssue<string[]>> | v.UnionIssue<v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue>> | v.UnionIssue<v.BaseIssue<unknown> | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.InstanceIssue | v.BooleanIssue> | v.RegexIssue<string> | v.CheckIssue<string> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>>;
9052
9059
  readonly _types?: {
@@ -9137,14 +9144,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
9137
9144
  host?: string | boolean | undefined;
9138
9145
  port?: number | undefined;
9139
9146
  proxy?: {
9140
- [x: string]: string | import("vite").ProxyOptions;
9147
+ [x: string]: string | vite.ProxyOptions;
9141
9148
  } | undefined;
9142
9149
  } | undefined;
9143
9150
  static?: {
9144
9151
  [x: string]: string | string[];
9145
9152
  } | undefined;
9146
9153
  temporaryFilePrefix?: string | undefined;
9147
- vite?: import("vite").UserConfig | undefined;
9154
+ vite?: vite.UserConfig | undefined;
9148
9155
  viteConfigFile?: string | boolean | undefined;
9149
9156
  };
9150
9157
  readonly output: {
@@ -9225,14 +9232,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
9225
9232
  host?: string | boolean | undefined;
9226
9233
  port?: number | undefined;
9227
9234
  proxy?: {
9228
- [x: string]: string | import("vite").ProxyOptions;
9235
+ [x: string]: string | vite.ProxyOptions;
9229
9236
  } | undefined;
9230
9237
  } | undefined;
9231
9238
  static?: {
9232
9239
  [x: string]: string[];
9233
9240
  } | undefined;
9234
9241
  temporaryFilePrefix?: string | undefined;
9235
- vite?: import("vite").UserConfig | undefined;
9242
+ vite?: vite.UserConfig | undefined;
9236
9243
  viteConfigFile?: string | boolean | undefined;
9237
9244
  };
9238
9245
  readonly issue: v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>>> | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.InstanceIssue | v.CheckIssue<string[]> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.CheckIssue<string[]>> | v.UnionIssue<v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue>> | v.UnionIssue<v.BaseIssue<unknown> | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.InstanceIssue | v.BooleanIssue> | v.RegexIssue<string> | v.CheckIssue<string> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
@@ -9353,14 +9360,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
9353
9360
  host?: string | boolean | undefined;
9354
9361
  port?: number | undefined;
9355
9362
  proxy?: {
9356
- [x: string]: string | import("vite").ProxyOptions;
9363
+ [x: string]: string | vite.ProxyOptions;
9357
9364
  } | undefined;
9358
9365
  } | undefined;
9359
9366
  static?: {
9360
9367
  [x: string]: string[];
9361
9368
  } | undefined;
9362
9369
  temporaryFilePrefix?: string | undefined;
9363
- vite?: import("vite").UserConfig | undefined;
9370
+ vite?: vite.UserConfig | undefined;
9364
9371
  viteConfigFile?: string | boolean | undefined;
9365
9372
  }, "BuildTask">]>, undefined>, v.MinLengthAction<({
9366
9373
  entry: ({
@@ -9478,14 +9485,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
9478
9485
  host?: string | boolean | undefined;
9479
9486
  port?: number | undefined;
9480
9487
  proxy?: {
9481
- [x: string]: string | import("vite").ProxyOptions;
9488
+ [x: string]: string | vite.ProxyOptions;
9482
9489
  } | undefined;
9483
9490
  } | undefined;
9484
9491
  static?: {
9485
9492
  [x: string]: string[];
9486
9493
  } | undefined;
9487
9494
  temporaryFilePrefix?: string | undefined;
9488
- vite?: import("vite").UserConfig | undefined;
9495
+ vite?: vite.UserConfig | undefined;
9489
9496
  viteConfigFile?: string | boolean | undefined;
9490
9497
  })[], 1, "At least one config entry is required">]>, v.SchemaWithPipe<[v.IntersectSchema<[Omit<v.ObjectSchema<{
9491
9498
  readonly entry: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.ObjectSchema<{
@@ -12209,26 +12216,26 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12209
12216
  readonly server: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[Omit<v.ObjectSchema<{
12210
12217
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
12211
12218
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
12212
- readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
12219
+ readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
12213
12220
  readonly typeString: "import(\"vite\").ProxyOptions";
12214
12221
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
12215
- [x: string]: string | import("vite").ProxyOptions;
12222
+ [x: string]: string | vite.ProxyOptions;
12216
12223
  }, string>]>;
12217
12224
  }, undefined>, "entries" | "_types" | "_run"> & {
12218
12225
  readonly entries: {
12219
12226
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
12220
12227
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
12221
- readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
12228
+ readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
12222
12229
  readonly typeString: "import(\"vite\").ProxyOptions";
12223
12230
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
12224
- [x: string]: string | import("vite").ProxyOptions;
12231
+ [x: string]: string | vite.ProxyOptions;
12225
12232
  }, string>]>, never>;
12226
12233
  };
12227
12234
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
12228
12235
  host?: string | boolean | undefined;
12229
12236
  port?: number | undefined;
12230
12237
  proxy?: {
12231
- [x: string]: string | import("vite").ProxyOptions;
12238
+ [x: string]: string | vite.ProxyOptions;
12232
12239
  } | undefined;
12233
12240
  }, v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
12234
12241
  readonly _types?: {
@@ -12236,14 +12243,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12236
12243
  host?: string | boolean | undefined;
12237
12244
  port?: number | undefined;
12238
12245
  proxy?: {
12239
- [x: string]: string | import("vite").ProxyOptions;
12246
+ [x: string]: string | vite.ProxyOptions;
12240
12247
  } | undefined;
12241
12248
  };
12242
12249
  readonly output: {
12243
12250
  host?: string | boolean | undefined;
12244
12251
  port?: number | undefined;
12245
12252
  proxy?: {
12246
- [x: string]: string | import("vite").ProxyOptions;
12253
+ [x: string]: string | vite.ProxyOptions;
12247
12254
  } | undefined;
12248
12255
  };
12249
12256
  readonly issue: v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>;
@@ -12252,13 +12259,13 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12252
12259
  host?: string | boolean | undefined;
12253
12260
  port?: number | undefined;
12254
12261
  proxy?: {
12255
- [x: string]: string | import("vite").ProxyOptions;
12262
+ [x: string]: string | vite.ProxyOptions;
12256
12263
  } | undefined;
12257
12264
  }, "ServerConfig">]>], undefined>, v.DescriptionAction<{
12258
12265
  host?: string | boolean | undefined;
12259
12266
  port?: number | undefined;
12260
12267
  proxy?: {
12261
- [x: string]: string | import("vite").ProxyOptions;
12268
+ [x: string]: string | vite.ProxyOptions;
12262
12269
  } | undefined;
12263
12270
  }, string>]>;
12264
12271
  readonly static: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.RegexAction<string, "Base path must start with a slash">, v.TransformAction<string, string>]>, v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>, v.DescriptionAction<{
@@ -12269,9 +12276,9 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12269
12276
  [x: string]: string[];
12270
12277
  }>]>;
12271
12278
  readonly temporaryFilePrefix: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
12272
- readonly vite: v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
12279
+ readonly vite: v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
12273
12280
  readonly typeString: "import(\"vite\").UserConfig";
12274
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>;
12281
+ }>, v.DescriptionAction<vite.UserConfig, string>]>;
12275
12282
  readonly viteConfigFile: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
12276
12283
  }, undefined>, "entries" | "_types" | "_run"> & {
12277
12284
  readonly entries: {
@@ -12918,26 +12925,26 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12918
12925
  readonly server: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[Omit<v.ObjectSchema<{
12919
12926
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
12920
12927
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
12921
- readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
12928
+ readonly proxy: v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
12922
12929
  readonly typeString: "import(\"vite\").ProxyOptions";
12923
12930
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
12924
- [x: string]: string | import("vite").ProxyOptions;
12931
+ [x: string]: string | vite.ProxyOptions;
12925
12932
  }, string>]>;
12926
12933
  }, undefined>, "entries" | "_types" | "_run"> & {
12927
12934
  readonly entries: {
12928
12935
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
12929
12936
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
12930
- readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<import("vite").ProxyOptions, undefined>, v.MetadataAction<import("vite").ProxyOptions, {
12937
+ readonly proxy: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<[v.CustomSchema<vite.ProxyOptions, undefined>, v.MetadataAction<vite.ProxyOptions, {
12931
12938
  readonly typeString: "import(\"vite\").ProxyOptions";
12932
12939
  }>]>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.DescriptionAction<{
12933
- [x: string]: string | import("vite").ProxyOptions;
12940
+ [x: string]: string | vite.ProxyOptions;
12934
12941
  }, string>]>, never>;
12935
12942
  };
12936
12943
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
12937
12944
  host?: string | boolean | undefined;
12938
12945
  port?: number | undefined;
12939
12946
  proxy?: {
12940
- [x: string]: string | import("vite").ProxyOptions;
12947
+ [x: string]: string | vite.ProxyOptions;
12941
12948
  } | undefined;
12942
12949
  }, v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
12943
12950
  readonly _types?: {
@@ -12945,14 +12952,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12945
12952
  host?: string | boolean | undefined;
12946
12953
  port?: number | undefined;
12947
12954
  proxy?: {
12948
- [x: string]: string | import("vite").ProxyOptions;
12955
+ [x: string]: string | vite.ProxyOptions;
12949
12956
  } | undefined;
12950
12957
  };
12951
12958
  readonly output: {
12952
12959
  host?: string | boolean | undefined;
12953
12960
  port?: number | undefined;
12954
12961
  proxy?: {
12955
- [x: string]: string | import("vite").ProxyOptions;
12962
+ [x: string]: string | vite.ProxyOptions;
12956
12963
  } | undefined;
12957
12964
  };
12958
12965
  readonly issue: v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>;
@@ -12961,13 +12968,13 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12961
12968
  host?: string | boolean | undefined;
12962
12969
  port?: number | undefined;
12963
12970
  proxy?: {
12964
- [x: string]: string | import("vite").ProxyOptions;
12971
+ [x: string]: string | vite.ProxyOptions;
12965
12972
  } | undefined;
12966
12973
  }, "ServerConfig">]>], undefined>, v.DescriptionAction<{
12967
12974
  host?: string | boolean | undefined;
12968
12975
  port?: number | undefined;
12969
12976
  proxy?: {
12970
- [x: string]: string | import("vite").ProxyOptions;
12977
+ [x: string]: string | vite.ProxyOptions;
12971
12978
  } | undefined;
12972
12979
  }, string>]>, never>;
12973
12980
  readonly static: v.OptionalSchema<v.SchemaWithPipe<[v.RecordSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.RegexAction<string, "Base path must start with a slash">, v.TransformAction<string, string>]>, v.SchemaWithPipe<[v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>, v.DescriptionAction<{
@@ -12978,9 +12985,9 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
12978
12985
  [x: string]: string[];
12979
12986
  }>]>, never>;
12980
12987
  readonly temporaryFilePrefix: v.OptionalSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, never>;
12981
- readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
12988
+ readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
12982
12989
  readonly typeString: "import(\"vite\").UserConfig";
12983
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>, never>;
12990
+ }>, v.DescriptionAction<vite.UserConfig, string>]>, never>;
12984
12991
  readonly viteConfigFile: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
12985
12992
  };
12986
12993
  readonly _run: (dataset: v.Dataset<unknown, never>, config: v.Config<v.BaseIssue<unknown>>) => v.Dataset<{
@@ -13061,14 +13068,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
13061
13068
  host?: string | boolean | undefined;
13062
13069
  port?: number | undefined;
13063
13070
  proxy?: {
13064
- [x: string]: string | import("vite").ProxyOptions;
13071
+ [x: string]: string | vite.ProxyOptions;
13065
13072
  } | undefined;
13066
13073
  } | undefined;
13067
13074
  static?: {
13068
13075
  [x: string]: string[];
13069
13076
  } | undefined;
13070
13077
  temporaryFilePrefix?: string | undefined;
13071
- vite?: import("vite").UserConfig | undefined;
13078
+ vite?: vite.UserConfig | undefined;
13072
13079
  viteConfigFile?: string | boolean | undefined;
13073
13080
  }, v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>>> | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.InstanceIssue | v.CheckIssue<string[]> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.CheckIssue<string[]>> | v.UnionIssue<v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue>> | v.UnionIssue<v.BaseIssue<unknown> | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.InstanceIssue | v.BooleanIssue> | v.RegexIssue<string> | v.CheckIssue<string> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>>;
13074
13081
  readonly _types?: {
@@ -13159,14 +13166,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
13159
13166
  host?: string | boolean | undefined;
13160
13167
  port?: number | undefined;
13161
13168
  proxy?: {
13162
- [x: string]: string | import("vite").ProxyOptions;
13169
+ [x: string]: string | vite.ProxyOptions;
13163
13170
  } | undefined;
13164
13171
  } | undefined;
13165
13172
  static?: {
13166
13173
  [x: string]: string | string[];
13167
13174
  } | undefined;
13168
13175
  temporaryFilePrefix?: string | undefined;
13169
- vite?: import("vite").UserConfig | undefined;
13176
+ vite?: vite.UserConfig | undefined;
13170
13177
  viteConfigFile?: string | boolean | undefined;
13171
13178
  };
13172
13179
  readonly output: {
@@ -13247,14 +13254,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
13247
13254
  host?: string | boolean | undefined;
13248
13255
  port?: number | undefined;
13249
13256
  proxy?: {
13250
- [x: string]: string | import("vite").ProxyOptions;
13257
+ [x: string]: string | vite.ProxyOptions;
13251
13258
  } | undefined;
13252
13259
  } | undefined;
13253
13260
  static?: {
13254
13261
  [x: string]: string[];
13255
13262
  } | undefined;
13256
13263
  temporaryFilePrefix?: string | undefined;
13257
- vite?: import("vite").UserConfig | undefined;
13264
+ vite?: vite.UserConfig | undefined;
13258
13265
  viteConfigFile?: string | boolean | undefined;
13259
13266
  };
13260
13267
  readonly issue: v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>>>> | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.InstanceIssue | v.CheckIssue<string[]> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.LiteralIssue | v.UnionIssue<v.LiteralIssue>>> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.CheckIssue<string[]>> | v.UnionIssue<v.BaseIssue<unknown> | v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.IntegerIssue<number> | v.MinValueIssue<number, 0> | v.MaxValueIssue<number, 6> | v.BooleanIssue> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.MinLengthIssue<string, 1> | v.IntersectIssue | v.NonOptionalIssue | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue>> | v.UnionIssue<v.BaseIssue<unknown> | v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1> | v.LooseObjectIssue | v.UnionIssue<v.StringIssue | v.ArrayIssue | v.MinLengthIssue<string, 1>> | v.InstanceIssue | v.BooleanIssue> | v.RegexIssue<string> | v.CheckIssue<string> | v.UnionIssue<v.ObjectIssue | v.StringIssue | v.NumberIssue | v.MinLengthIssue<string, 1> | v.MinValueIssue<number, 0> | v.BooleanIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.BooleanIssue> | v.MaxValueIssue<number, 65535> | v.RecordIssue | v.CustomIssue | v.UnionIssue<v.StringIssue | v.MinLengthIssue<string, 1> | v.CustomIssue>>;
@@ -13375,14 +13382,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
13375
13382
  host?: string | boolean | undefined;
13376
13383
  port?: number | undefined;
13377
13384
  proxy?: {
13378
- [x: string]: string | import("vite").ProxyOptions;
13385
+ [x: string]: string | vite.ProxyOptions;
13379
13386
  } | undefined;
13380
13387
  } | undefined;
13381
13388
  static?: {
13382
13389
  [x: string]: string[];
13383
13390
  } | undefined;
13384
13391
  temporaryFilePrefix?: string | undefined;
13385
- vite?: import("vite").UserConfig | undefined;
13392
+ vite?: vite.UserConfig | undefined;
13386
13393
  viteConfigFile?: string | boolean | undefined;
13387
13394
  }, "BuildTask">]>], undefined>, v.TransformAction<({
13388
13395
  entry: ({
@@ -13500,14 +13507,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
13500
13507
  host?: string | boolean | undefined;
13501
13508
  port?: number | undefined;
13502
13509
  proxy?: {
13503
- [x: string]: string | import("vite").ProxyOptions;
13510
+ [x: string]: string | vite.ProxyOptions;
13504
13511
  } | undefined;
13505
13512
  } | undefined;
13506
13513
  static?: {
13507
13514
  [x: string]: string[];
13508
13515
  } | undefined;
13509
13516
  temporaryFilePrefix?: string | undefined;
13510
- vite?: import("vite").UserConfig | undefined;
13517
+ vite?: vite.UserConfig | undefined;
13511
13518
  viteConfigFile?: string | boolean | undefined;
13512
13519
  }) | ({
13513
13520
  entry: ({
@@ -13625,14 +13632,14 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
13625
13632
  host?: string | boolean | undefined;
13626
13633
  port?: number | undefined;
13627
13634
  proxy?: {
13628
- [x: string]: string | import("vite").ProxyOptions;
13635
+ [x: string]: string | vite.ProxyOptions;
13629
13636
  } | undefined;
13630
13637
  } | undefined;
13631
13638
  static?: {
13632
13639
  [x: string]: string[];
13633
13640
  } | undefined;
13634
13641
  temporaryFilePrefix?: string | undefined;
13635
- vite?: import("vite").UserConfig | undefined;
13642
+ vite?: vite.UserConfig | undefined;
13636
13643
  viteConfigFile?: string | boolean | undefined;
13637
13644
  })[], {
13638
13645
  tasks: ParsedBuildTask[];
@@ -13644,10 +13651,10 @@ export declare const VivliostyleConfigSchema: v.SchemaWithPipe<[v.UnionSchema<[v
13644
13651
  /**
13645
13652
  * @see https://github.com/vivliostyle/vivliostyle-cli/blob/main/docs/config.md
13646
13653
  */
13647
- export type VivliostyleConfigSchema = v.InferInput<typeof VivliostyleConfigSchema>;
13648
- export type ParsedVivliostyleConfigSchema = v.InferOutput<typeof VivliostyleConfigSchema>;
13649
- export type InputFormat = 'markdown' | 'webbook' | 'pub-manifest' | 'epub' | 'epub-opf';
13650
- export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
13654
+ type VivliostyleConfigSchema = v.InferInput<typeof VivliostyleConfigSchema>;
13655
+ type ParsedVivliostyleConfigSchema = v.InferOutput<typeof VivliostyleConfigSchema>;
13656
+ type InputFormat = 'markdown' | 'webbook' | 'pub-manifest' | 'epub' | 'epub-opf';
13657
+ declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSchema<{
13651
13658
  readonly cwd: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
13652
13659
  readonly config: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
13653
13660
  readonly configData: v.SchemaWithPipe<[v.CustomSchema<({
@@ -13802,14 +13809,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
13802
13809
  host?: string | boolean | undefined;
13803
13810
  port?: number | undefined;
13804
13811
  proxy?: {
13805
- [x: string]: string | import("vite").ProxyOptions;
13812
+ [x: string]: string | vite.ProxyOptions;
13806
13813
  } | undefined;
13807
13814
  } | undefined;
13808
13815
  static?: {
13809
13816
  [x: string]: string | string[];
13810
13817
  } | undefined;
13811
13818
  temporaryFilePrefix?: string | undefined;
13812
- vite?: import("vite").UserConfig | undefined;
13819
+ vite?: vite.UserConfig | undefined;
13813
13820
  viteConfigFile?: string | boolean | undefined;
13814
13821
  }) | ({
13815
13822
  entry: string | {
@@ -13963,14 +13970,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
13963
13970
  host?: string | boolean | undefined;
13964
13971
  port?: number | undefined;
13965
13972
  proxy?: {
13966
- [x: string]: string | import("vite").ProxyOptions;
13973
+ [x: string]: string | vite.ProxyOptions;
13967
13974
  } | undefined;
13968
13975
  } | undefined;
13969
13976
  static?: {
13970
13977
  [x: string]: string | string[];
13971
13978
  } | undefined;
13972
13979
  temporaryFilePrefix?: string | undefined;
13973
- vite?: import("vite").UserConfig | undefined;
13980
+ vite?: vite.UserConfig | undefined;
13974
13981
  viteConfigFile?: string | boolean | undefined;
13975
13982
  })[] | null | undefined, undefined>, v.MetadataAction<({
13976
13983
  entry: string | {
@@ -14124,14 +14131,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
14124
14131
  host?: string | boolean | undefined;
14125
14132
  port?: number | undefined;
14126
14133
  proxy?: {
14127
- [x: string]: string | import("vite").ProxyOptions;
14134
+ [x: string]: string | vite.ProxyOptions;
14128
14135
  } | undefined;
14129
14136
  } | undefined;
14130
14137
  static?: {
14131
14138
  [x: string]: string | string[];
14132
14139
  } | undefined;
14133
14140
  temporaryFilePrefix?: string | undefined;
14134
- vite?: import("vite").UserConfig | undefined;
14141
+ vite?: vite.UserConfig | undefined;
14135
14142
  viteConfigFile?: string | boolean | undefined;
14136
14143
  }) | ({
14137
14144
  entry: string | {
@@ -14285,14 +14292,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
14285
14292
  host?: string | boolean | undefined;
14286
14293
  port?: number | undefined;
14287
14294
  proxy?: {
14288
- [x: string]: string | import("vite").ProxyOptions;
14295
+ [x: string]: string | vite.ProxyOptions;
14289
14296
  } | undefined;
14290
14297
  } | undefined;
14291
14298
  static?: {
14292
14299
  [x: string]: string | string[];
14293
14300
  } | undefined;
14294
14301
  temporaryFilePrefix?: string | undefined;
14295
- vite?: import("vite").UserConfig | undefined;
14302
+ vite?: vite.UserConfig | undefined;
14296
14303
  viteConfigFile?: string | boolean | undefined;
14297
14304
  })[] | null | undefined, {
14298
14305
  readonly typeString: "VivliostyleConfigSchema";
@@ -14448,14 +14455,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
14448
14455
  host?: string | boolean | undefined;
14449
14456
  port?: number | undefined;
14450
14457
  proxy?: {
14451
- [x: string]: string | import("vite").ProxyOptions;
14458
+ [x: string]: string | vite.ProxyOptions;
14452
14459
  } | undefined;
14453
14460
  } | undefined;
14454
14461
  static?: {
14455
14462
  [x: string]: string | string[];
14456
14463
  } | undefined;
14457
14464
  temporaryFilePrefix?: string | undefined;
14458
- vite?: import("vite").UserConfig | undefined;
14465
+ vite?: vite.UserConfig | undefined;
14459
14466
  viteConfigFile?: string | boolean | undefined;
14460
14467
  }) | ({
14461
14468
  entry: string | {
@@ -14609,14 +14616,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
14609
14616
  host?: string | boolean | undefined;
14610
14617
  port?: number | undefined;
14611
14618
  proxy?: {
14612
- [x: string]: string | import("vite").ProxyOptions;
14619
+ [x: string]: string | vite.ProxyOptions;
14613
14620
  } | undefined;
14614
14621
  } | undefined;
14615
14622
  static?: {
14616
14623
  [x: string]: string | string[];
14617
14624
  } | undefined;
14618
14625
  temporaryFilePrefix?: string | undefined;
14619
- vite?: import("vite").UserConfig | undefined;
14626
+ vite?: vite.UserConfig | undefined;
14620
14627
  viteConfigFile?: string | boolean | undefined;
14621
14628
  })[] | null | undefined, string>]>;
14622
14629
  readonly input: v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.TransformAction<string, {
@@ -14905,9 +14912,9 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
14905
14912
  readonly openViewer: v.SchemaWithPipe<[v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
14906
14913
  readonly enableStaticServe: v.SchemaWithPipe<[v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
14907
14914
  readonly enableViewerStartPage: v.SchemaWithPipe<[v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
14908
- readonly vite: v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
14915
+ readonly vite: v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
14909
14916
  readonly typeString: "import(\"vite\").UserConfig";
14910
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>;
14917
+ }>, v.DescriptionAction<vite.UserConfig, string>]>;
14911
14918
  readonly viteConfigFile: v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
14912
14919
  readonly host: v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>;
14913
14920
  readonly port: v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>;
@@ -15070,14 +15077,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
15070
15077
  host?: string | boolean | undefined;
15071
15078
  port?: number | undefined;
15072
15079
  proxy?: {
15073
- [x: string]: string | import("vite").ProxyOptions;
15080
+ [x: string]: string | vite.ProxyOptions;
15074
15081
  } | undefined;
15075
15082
  } | undefined;
15076
15083
  static?: {
15077
15084
  [x: string]: string | string[];
15078
15085
  } | undefined;
15079
15086
  temporaryFilePrefix?: string | undefined;
15080
- vite?: import("vite").UserConfig | undefined;
15087
+ vite?: vite.UserConfig | undefined;
15081
15088
  viteConfigFile?: string | boolean | undefined;
15082
15089
  }) | ({
15083
15090
  entry: string | {
@@ -15231,14 +15238,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
15231
15238
  host?: string | boolean | undefined;
15232
15239
  port?: number | undefined;
15233
15240
  proxy?: {
15234
- [x: string]: string | import("vite").ProxyOptions;
15241
+ [x: string]: string | vite.ProxyOptions;
15235
15242
  } | undefined;
15236
15243
  } | undefined;
15237
15244
  static?: {
15238
15245
  [x: string]: string | string[];
15239
15246
  } | undefined;
15240
15247
  temporaryFilePrefix?: string | undefined;
15241
- vite?: import("vite").UserConfig | undefined;
15248
+ vite?: vite.UserConfig | undefined;
15242
15249
  viteConfigFile?: string | boolean | undefined;
15243
15250
  })[] | null | undefined, undefined>, v.MetadataAction<({
15244
15251
  entry: string | {
@@ -15392,14 +15399,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
15392
15399
  host?: string | boolean | undefined;
15393
15400
  port?: number | undefined;
15394
15401
  proxy?: {
15395
- [x: string]: string | import("vite").ProxyOptions;
15402
+ [x: string]: string | vite.ProxyOptions;
15396
15403
  } | undefined;
15397
15404
  } | undefined;
15398
15405
  static?: {
15399
15406
  [x: string]: string | string[];
15400
15407
  } | undefined;
15401
15408
  temporaryFilePrefix?: string | undefined;
15402
- vite?: import("vite").UserConfig | undefined;
15409
+ vite?: vite.UserConfig | undefined;
15403
15410
  viteConfigFile?: string | boolean | undefined;
15404
15411
  }) | ({
15405
15412
  entry: string | {
@@ -15553,14 +15560,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
15553
15560
  host?: string | boolean | undefined;
15554
15561
  port?: number | undefined;
15555
15562
  proxy?: {
15556
- [x: string]: string | import("vite").ProxyOptions;
15563
+ [x: string]: string | vite.ProxyOptions;
15557
15564
  } | undefined;
15558
15565
  } | undefined;
15559
15566
  static?: {
15560
15567
  [x: string]: string | string[];
15561
15568
  } | undefined;
15562
15569
  temporaryFilePrefix?: string | undefined;
15563
- vite?: import("vite").UserConfig | undefined;
15570
+ vite?: vite.UserConfig | undefined;
15564
15571
  viteConfigFile?: string | boolean | undefined;
15565
15572
  })[] | null | undefined, {
15566
15573
  readonly typeString: "VivliostyleConfigSchema";
@@ -15716,14 +15723,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
15716
15723
  host?: string | boolean | undefined;
15717
15724
  port?: number | undefined;
15718
15725
  proxy?: {
15719
- [x: string]: string | import("vite").ProxyOptions;
15726
+ [x: string]: string | vite.ProxyOptions;
15720
15727
  } | undefined;
15721
15728
  } | undefined;
15722
15729
  static?: {
15723
15730
  [x: string]: string | string[];
15724
15731
  } | undefined;
15725
15732
  temporaryFilePrefix?: string | undefined;
15726
- vite?: import("vite").UserConfig | undefined;
15733
+ vite?: vite.UserConfig | undefined;
15727
15734
  viteConfigFile?: string | boolean | undefined;
15728
15735
  }) | ({
15729
15736
  entry: string | {
@@ -15877,14 +15884,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
15877
15884
  host?: string | boolean | undefined;
15878
15885
  port?: number | undefined;
15879
15886
  proxy?: {
15880
- [x: string]: string | import("vite").ProxyOptions;
15887
+ [x: string]: string | vite.ProxyOptions;
15881
15888
  } | undefined;
15882
15889
  } | undefined;
15883
15890
  static?: {
15884
15891
  [x: string]: string | string[];
15885
15892
  } | undefined;
15886
15893
  temporaryFilePrefix?: string | undefined;
15887
- vite?: import("vite").UserConfig | undefined;
15894
+ vite?: vite.UserConfig | undefined;
15888
15895
  viteConfigFile?: string | boolean | undefined;
15889
15896
  })[] | null | undefined, string>]>, never>;
15890
15897
  readonly input: v.OptionalSchema<v.SchemaWithPipe<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.TransformAction<string, {
@@ -16173,9 +16180,9 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16173
16180
  readonly openViewer: v.OptionalSchema<v.SchemaWithPipe<[v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, never>;
16174
16181
  readonly enableStaticServe: v.OptionalSchema<v.SchemaWithPipe<[v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, never>;
16175
16182
  readonly enableViewerStartPage: v.OptionalSchema<v.SchemaWithPipe<[v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, never>;
16176
- readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<import("vite").UserConfig, undefined>, v.MetadataAction<import("vite").UserConfig, {
16183
+ readonly vite: v.OptionalSchema<v.SchemaWithPipe<[v.CustomSchema<vite.UserConfig, undefined>, v.MetadataAction<vite.UserConfig, {
16177
16184
  readonly typeString: "import(\"vite\").UserConfig";
16178
- }>, v.DescriptionAction<import("vite").UserConfig, string>]>, never>;
16185
+ }>, v.DescriptionAction<vite.UserConfig, string>]>, never>;
16179
16186
  readonly viteConfigFile: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
16180
16187
  readonly host: v.OptionalSchema<v.SchemaWithPipe<[v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<[v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, never>;
16181
16188
  readonly port: v.OptionalSchema<v.SchemaWithPipe<[v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, never>;
@@ -16220,7 +16227,7 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16220
16227
  viewer?: string | undefined;
16221
16228
  viewerParam?: string | undefined;
16222
16229
  browser?: "chromium" | "firefox" | "webkit" | undefined;
16223
- vite?: import("vite").UserConfig | undefined;
16230
+ vite?: vite.UserConfig | undefined;
16224
16231
  viteConfigFile?: string | boolean | undefined;
16225
16232
  cwd?: string | undefined;
16226
16233
  config?: string | undefined;
@@ -16376,14 +16383,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16376
16383
  host?: string | boolean | undefined;
16377
16384
  port?: number | undefined;
16378
16385
  proxy?: {
16379
- [x: string]: string | import("vite").ProxyOptions;
16386
+ [x: string]: string | vite.ProxyOptions;
16380
16387
  } | undefined;
16381
16388
  } | undefined;
16382
16389
  static?: {
16383
16390
  [x: string]: string | string[];
16384
16391
  } | undefined;
16385
16392
  temporaryFilePrefix?: string | undefined;
16386
- vite?: import("vite").UserConfig | undefined;
16393
+ vite?: vite.UserConfig | undefined;
16387
16394
  viteConfigFile?: string | boolean | undefined;
16388
16395
  }) | ({
16389
16396
  entry: string | {
@@ -16537,14 +16544,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16537
16544
  host?: string | boolean | undefined;
16538
16545
  port?: number | undefined;
16539
16546
  proxy?: {
16540
- [x: string]: string | import("vite").ProxyOptions;
16547
+ [x: string]: string | vite.ProxyOptions;
16541
16548
  } | undefined;
16542
16549
  } | undefined;
16543
16550
  static?: {
16544
16551
  [x: string]: string | string[];
16545
16552
  } | undefined;
16546
16553
  temporaryFilePrefix?: string | undefined;
16547
- vite?: import("vite").UserConfig | undefined;
16554
+ vite?: vite.UserConfig | undefined;
16548
16555
  viteConfigFile?: string | boolean | undefined;
16549
16556
  })[] | null | undefined;
16550
16557
  cropMarks?: boolean | undefined;
@@ -16611,7 +16618,7 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16611
16618
  viewer?: string | undefined;
16612
16619
  viewerParam?: string | undefined;
16613
16620
  browser?: "chromium" | "firefox" | "webkit" | undefined;
16614
- vite?: import("vite").UserConfig | undefined;
16621
+ vite?: vite.UserConfig | undefined;
16615
16622
  viteConfigFile?: string | boolean | undefined;
16616
16623
  cwd?: string | undefined;
16617
16624
  config?: string | undefined;
@@ -16767,14 +16774,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16767
16774
  host?: string | boolean | undefined;
16768
16775
  port?: number | undefined;
16769
16776
  proxy?: {
16770
- [x: string]: string | import("vite").ProxyOptions;
16777
+ [x: string]: string | vite.ProxyOptions;
16771
16778
  } | undefined;
16772
16779
  } | undefined;
16773
16780
  static?: {
16774
16781
  [x: string]: string | string[];
16775
16782
  } | undefined;
16776
16783
  temporaryFilePrefix?: string | undefined;
16777
- vite?: import("vite").UserConfig | undefined;
16784
+ vite?: vite.UserConfig | undefined;
16778
16785
  viteConfigFile?: string | boolean | undefined;
16779
16786
  }) | ({
16780
16787
  entry: string | {
@@ -16928,14 +16935,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16928
16935
  host?: string | boolean | undefined;
16929
16936
  port?: number | undefined;
16930
16937
  proxy?: {
16931
- [x: string]: string | import("vite").ProxyOptions;
16938
+ [x: string]: string | vite.ProxyOptions;
16932
16939
  } | undefined;
16933
16940
  } | undefined;
16934
16941
  static?: {
16935
16942
  [x: string]: string | string[];
16936
16943
  } | undefined;
16937
16944
  temporaryFilePrefix?: string | undefined;
16938
- vite?: import("vite").UserConfig | undefined;
16945
+ vite?: vite.UserConfig | undefined;
16939
16946
  viteConfigFile?: string | boolean | undefined;
16940
16947
  })[] | null | undefined;
16941
16948
  cropMarks?: boolean | undefined;
@@ -16995,7 +17002,7 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
16995
17002
  viewer?: string | undefined;
16996
17003
  viewerParam?: string | undefined;
16997
17004
  browser?: "chromium" | "firefox" | "webkit" | undefined;
16998
- vite?: import("vite").UserConfig | undefined;
17005
+ vite?: vite.UserConfig | undefined;
16999
17006
  viteConfigFile?: string | boolean | undefined;
17000
17007
  cwd?: string | undefined;
17001
17008
  config?: string | undefined;
@@ -17151,14 +17158,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
17151
17158
  host?: string | boolean | undefined;
17152
17159
  port?: number | undefined;
17153
17160
  proxy?: {
17154
- [x: string]: string | import("vite").ProxyOptions;
17161
+ [x: string]: string | vite.ProxyOptions;
17155
17162
  } | undefined;
17156
17163
  } | undefined;
17157
17164
  static?: {
17158
17165
  [x: string]: string | string[];
17159
17166
  } | undefined;
17160
17167
  temporaryFilePrefix?: string | undefined;
17161
- vite?: import("vite").UserConfig | undefined;
17168
+ vite?: vite.UserConfig | undefined;
17162
17169
  viteConfigFile?: string | boolean | undefined;
17163
17170
  }) | ({
17164
17171
  entry: string | {
@@ -17312,14 +17319,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
17312
17319
  host?: string | boolean | undefined;
17313
17320
  port?: number | undefined;
17314
17321
  proxy?: {
17315
- [x: string]: string | import("vite").ProxyOptions;
17322
+ [x: string]: string | vite.ProxyOptions;
17316
17323
  } | undefined;
17317
17324
  } | undefined;
17318
17325
  static?: {
17319
17326
  [x: string]: string | string[];
17320
17327
  } | undefined;
17321
17328
  temporaryFilePrefix?: string | undefined;
17322
- vite?: import("vite").UserConfig | undefined;
17329
+ vite?: vite.UserConfig | undefined;
17323
17330
  viteConfigFile?: string | boolean | undefined;
17324
17331
  })[] | null | undefined;
17325
17332
  cropMarks?: boolean | undefined;
@@ -17381,7 +17388,7 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
17381
17388
  viewer?: string | undefined;
17382
17389
  viewerParam?: string | undefined;
17383
17390
  browser?: "chromium" | "firefox" | "webkit" | undefined;
17384
- vite?: import("vite").UserConfig | undefined;
17391
+ vite?: vite.UserConfig | undefined;
17385
17392
  viteConfigFile?: string | boolean | undefined;
17386
17393
  cwd?: string | undefined;
17387
17394
  config?: string | undefined;
@@ -17537,14 +17544,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
17537
17544
  host?: string | boolean | undefined;
17538
17545
  port?: number | undefined;
17539
17546
  proxy?: {
17540
- [x: string]: string | import("vite").ProxyOptions;
17547
+ [x: string]: string | vite.ProxyOptions;
17541
17548
  } | undefined;
17542
17549
  } | undefined;
17543
17550
  static?: {
17544
17551
  [x: string]: string | string[];
17545
17552
  } | undefined;
17546
17553
  temporaryFilePrefix?: string | undefined;
17547
- vite?: import("vite").UserConfig | undefined;
17554
+ vite?: vite.UserConfig | undefined;
17548
17555
  viteConfigFile?: string | boolean | undefined;
17549
17556
  }) | ({
17550
17557
  entry: string | {
@@ -17698,14 +17705,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
17698
17705
  host?: string | boolean | undefined;
17699
17706
  port?: number | undefined;
17700
17707
  proxy?: {
17701
- [x: string]: string | import("vite").ProxyOptions;
17708
+ [x: string]: string | vite.ProxyOptions;
17702
17709
  } | undefined;
17703
17710
  } | undefined;
17704
17711
  static?: {
17705
17712
  [x: string]: string | string[];
17706
17713
  } | undefined;
17707
17714
  temporaryFilePrefix?: string | undefined;
17708
- vite?: import("vite").UserConfig | undefined;
17715
+ vite?: vite.UserConfig | undefined;
17709
17716
  viteConfigFile?: string | boolean | undefined;
17710
17717
  })[] | null | undefined;
17711
17718
  cropMarks?: boolean | undefined;
@@ -17764,7 +17771,7 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
17764
17771
  viewer?: string | undefined;
17765
17772
  viewerParam?: string | undefined;
17766
17773
  browser?: "chromium" | "firefox" | "webkit" | undefined;
17767
- vite?: import("vite").UserConfig | undefined;
17774
+ vite?: vite.UserConfig | undefined;
17768
17775
  viteConfigFile?: string | boolean | undefined;
17769
17776
  cwd?: string | undefined;
17770
17777
  config?: string | undefined;
@@ -17920,14 +17927,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
17920
17927
  host?: string | boolean | undefined;
17921
17928
  port?: number | undefined;
17922
17929
  proxy?: {
17923
- [x: string]: string | import("vite").ProxyOptions;
17930
+ [x: string]: string | vite.ProxyOptions;
17924
17931
  } | undefined;
17925
17932
  } | undefined;
17926
17933
  static?: {
17927
17934
  [x: string]: string | string[];
17928
17935
  } | undefined;
17929
17936
  temporaryFilePrefix?: string | undefined;
17930
- vite?: import("vite").UserConfig | undefined;
17937
+ vite?: vite.UserConfig | undefined;
17931
17938
  viteConfigFile?: string | boolean | undefined;
17932
17939
  }) | ({
17933
17940
  entry: string | {
@@ -18081,14 +18088,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
18081
18088
  host?: string | boolean | undefined;
18082
18089
  port?: number | undefined;
18083
18090
  proxy?: {
18084
- [x: string]: string | import("vite").ProxyOptions;
18091
+ [x: string]: string | vite.ProxyOptions;
18085
18092
  } | undefined;
18086
18093
  } | undefined;
18087
18094
  static?: {
18088
18095
  [x: string]: string | string[];
18089
18096
  } | undefined;
18090
18097
  temporaryFilePrefix?: string | undefined;
18091
- vite?: import("vite").UserConfig | undefined;
18098
+ vite?: vite.UserConfig | undefined;
18092
18099
  viteConfigFile?: string | boolean | undefined;
18093
18100
  })[] | null | undefined;
18094
18101
  cropMarks?: boolean | undefined;
@@ -18147,7 +18154,7 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
18147
18154
  viewer?: string | undefined;
18148
18155
  viewerParam?: string | undefined;
18149
18156
  browser?: "chromium" | "firefox" | "webkit" | undefined;
18150
- vite?: import("vite").UserConfig | undefined;
18157
+ vite?: vite.UserConfig | undefined;
18151
18158
  viteConfigFile?: string | boolean | undefined;
18152
18159
  cwd?: string | undefined;
18153
18160
  config?: string | undefined;
@@ -18303,14 +18310,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
18303
18310
  host?: string | boolean | undefined;
18304
18311
  port?: number | undefined;
18305
18312
  proxy?: {
18306
- [x: string]: string | import("vite").ProxyOptions;
18313
+ [x: string]: string | vite.ProxyOptions;
18307
18314
  } | undefined;
18308
18315
  } | undefined;
18309
18316
  static?: {
18310
18317
  [x: string]: string | string[];
18311
18318
  } | undefined;
18312
18319
  temporaryFilePrefix?: string | undefined;
18313
- vite?: import("vite").UserConfig | undefined;
18320
+ vite?: vite.UserConfig | undefined;
18314
18321
  viteConfigFile?: string | boolean | undefined;
18315
18322
  }) | ({
18316
18323
  entry: string | {
@@ -18464,14 +18471,14 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
18464
18471
  host?: string | boolean | undefined;
18465
18472
  port?: number | undefined;
18466
18473
  proxy?: {
18467
- [x: string]: string | import("vite").ProxyOptions;
18474
+ [x: string]: string | vite.ProxyOptions;
18468
18475
  } | undefined;
18469
18476
  } | undefined;
18470
18477
  static?: {
18471
18478
  [x: string]: string | string[];
18472
18479
  } | undefined;
18473
18480
  temporaryFilePrefix?: string | undefined;
18474
- vite?: import("vite").UserConfig | undefined;
18481
+ vite?: vite.UserConfig | undefined;
18475
18482
  viteConfigFile?: string | boolean | undefined;
18476
18483
  })[] | null | undefined;
18477
18484
  cropMarks?: boolean | undefined;
@@ -18494,8 +18501,8 @@ export declare const VivliostyleInlineConfig: v.SchemaWithPipe<[Omit<v.ObjectSch
18494
18501
  enableViewerStartPage?: boolean | undefined;
18495
18502
  logger?: LoggerInterface | undefined;
18496
18503
  }, "VivliostyleInlineConfig">]>;
18497
- export type VivliostyleInlineConfig = v.InferInput<typeof VivliostyleInlineConfig>;
18498
- export type ParsedVivliostyleInlineConfig = v.InferOutput<typeof VivliostyleInlineConfig>;
18499
- export type InlineOptions = Pick<ParsedVivliostyleInlineConfig, 'cwd' | 'config' | 'configData' | 'input' | 'cropMarks' | 'bleed' | 'cropOffset' | 'css' | 'style' | 'userStyle' | 'singleDoc' | 'quick' | 'sandbox' | 'executableBrowser' | 'proxyServer' | 'proxyBypass' | 'proxyUser' | 'proxyPass' | 'logLevel' | 'ignoreHttpsErrors' | 'openViewer' | 'enableStaticServe' | 'enableViewerStartPage' | 'logger'>;
18500
- export {};
18501
- //# sourceMappingURL=schema.d.ts.map
18504
+ type VivliostyleInlineConfig = v.InferInput<typeof VivliostyleInlineConfig>;
18505
+ type ParsedVivliostyleInlineConfig = v.InferOutput<typeof VivliostyleInlineConfig>;
18506
+ type InlineOptions = Pick<ParsedVivliostyleInlineConfig, 'cwd' | 'config' | 'configData' | 'input' | 'cropMarks' | 'bleed' | 'cropOffset' | 'css' | 'style' | 'userStyle' | 'singleDoc' | 'quick' | 'sandbox' | 'executableBrowser' | 'proxyServer' | 'proxyBypass' | 'proxyUser' | 'proxyPass' | 'logLevel' | 'ignoreHttpsErrors' | 'openViewer' | 'enableStaticServe' | 'enableViewerStartPage' | 'logger'>;
18507
+
18508
+ export { ArticleEntryConfig, BrowserType, BuildTask, ContentsEntryConfig, CopyAssetConfig, CoverConfig, CoverEntryConfig, EntryConfig, type InlineOptions, type InputFormat, LogLevel, OutputConfig, OutputFormat, type ParsedBuildTask, type ParsedVivliostyleConfigSchema, type ParsedVivliostyleInlineConfig, ReadingProgression, RenderMode, ServerConfig, StructuredDocument, StructuredDocumentSection, ThemeConfig, ThemeSpecifier, TocConfig, ValidString, VfmConfig, VfmReplaceRule, VivliostyleConfigSchema, VivliostyleInlineConfig };