@vivliostyle/cli 9.1.1 → 9.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{chunk-BHM4LPO5.js → chunk-5WSXXCJP.js} +2 -2
- package/dist/{chunk-QPBFK57G.js → chunk-IBR32DAW.js} +2 -2
- package/dist/{chunk-MMDG5WCG.js → chunk-SZ6PUNZP.js} +2 -2
- package/dist/{chunk-23EG3WEZ.js → chunk-XYOW6HSN.js} +89 -27
- package/dist/chunk-XYOW6HSN.js.map +1 -0
- package/dist/commands/build.js +2 -2
- package/dist/commands/preview.js +2 -2
- package/dist/config/schema.d.ts +321 -321
- package/dist/index.js +4 -4
- package/dist/vite-adapter.js +2 -2
- package/package.json +5 -4
- package/dist/chunk-23EG3WEZ.js.map +0 -1
- /package/dist/{chunk-BHM4LPO5.js.map → chunk-5WSXXCJP.js.map} +0 -0
- /package/dist/{chunk-QPBFK57G.js.map → chunk-IBR32DAW.js.map} +0 -0
- /package/dist/{chunk-MMDG5WCG.js.map → chunk-SZ6PUNZP.js.map} +0 -0
package/dist/config/schema.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ declare const StructuredDocumentSection: v.GenericSchema<StructuredDocumentSecti
|
|
|
36
36
|
declare const ValidString: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>;
|
|
37
37
|
declare const ThemeConfig: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
38
38
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
39
|
-
}, undefined>, "
|
|
39
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
40
40
|
readonly entries: {
|
|
41
41
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
42
42
|
};
|
|
@@ -59,7 +59,7 @@ declare const ThemeConfig: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.
|
|
|
59
59
|
} | undefined;
|
|
60
60
|
}, Omit<v.ObjectSchema<{
|
|
61
61
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
62
|
-
}, undefined>, "
|
|
62
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
63
63
|
readonly entries: {
|
|
64
64
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
65
65
|
};
|
|
@@ -88,7 +88,7 @@ declare const ThemeConfig: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.
|
|
|
88
88
|
type ThemeConfig = v.InferInput<typeof ThemeConfig>;
|
|
89
89
|
declare const ThemeSpecifier: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
90
90
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
91
|
-
}, undefined>, "
|
|
91
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
92
92
|
readonly entries: {
|
|
93
93
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
94
94
|
};
|
|
@@ -111,7 +111,7 @@ declare const ThemeSpecifier: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArrayS
|
|
|
111
111
|
} | undefined;
|
|
112
112
|
}, Omit<v.ObjectSchema<{
|
|
113
113
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
114
|
-
}, undefined>, "
|
|
114
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
115
115
|
readonly entries: {
|
|
116
116
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
117
117
|
};
|
|
@@ -138,7 +138,7 @@ declare const ThemeSpecifier: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArrayS
|
|
|
138
138
|
import?: string[] | undefined;
|
|
139
139
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
140
140
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
141
|
-
}, undefined>, "
|
|
141
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
142
142
|
readonly entries: {
|
|
143
143
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
144
144
|
};
|
|
@@ -161,7 +161,7 @@ declare const ThemeSpecifier: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArrayS
|
|
|
161
161
|
} | undefined;
|
|
162
162
|
}, Omit<v.ObjectSchema<{
|
|
163
163
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
164
|
-
}, undefined>, "
|
|
164
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
165
165
|
readonly entries: {
|
|
166
166
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
167
167
|
};
|
|
@@ -206,7 +206,7 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
206
206
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
207
207
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
208
208
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
209
|
-
}, undefined>, "
|
|
209
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
210
210
|
readonly entries: {
|
|
211
211
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
212
212
|
};
|
|
@@ -229,7 +229,7 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
229
229
|
} | undefined;
|
|
230
230
|
}, Omit<v.ObjectSchema<{
|
|
231
231
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
232
|
-
}, undefined>, "
|
|
232
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
233
233
|
readonly entries: {
|
|
234
234
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
235
235
|
};
|
|
@@ -256,7 +256,7 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
256
256
|
import?: string[] | undefined;
|
|
257
257
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
258
258
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
259
|
-
}, undefined>, "
|
|
259
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
260
260
|
readonly entries: {
|
|
261
261
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
262
262
|
};
|
|
@@ -279,7 +279,7 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
279
279
|
} | undefined;
|
|
280
280
|
}, Omit<v.ObjectSchema<{
|
|
281
281
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
282
|
-
}, undefined>, "
|
|
282
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
283
283
|
readonly entries: {
|
|
284
284
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
285
285
|
};
|
|
@@ -319,14 +319,14 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
319
319
|
})[]>]>, undefined>;
|
|
320
320
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
321
321
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
322
|
-
}, undefined>, "
|
|
322
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
323
323
|
readonly entries: {
|
|
324
324
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
325
325
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
326
326
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
327
327
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
328
328
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
329
|
-
}, undefined>, "
|
|
329
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
330
330
|
readonly entries: {
|
|
331
331
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
332
332
|
};
|
|
@@ -349,7 +349,7 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
349
349
|
} | undefined;
|
|
350
350
|
}, Omit<v.ObjectSchema<{
|
|
351
351
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
352
|
-
}, undefined>, "
|
|
352
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
353
353
|
readonly entries: {
|
|
354
354
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
355
355
|
};
|
|
@@ -376,7 +376,7 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
376
376
|
import?: string[] | undefined;
|
|
377
377
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
378
378
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
379
|
-
}, undefined>, "
|
|
379
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
380
380
|
readonly entries: {
|
|
381
381
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
382
382
|
};
|
|
@@ -399,7 +399,7 @@ declare const ArticleEntryConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema
|
|
|
399
399
|
} | undefined;
|
|
400
400
|
}, Omit<v.ObjectSchema<{
|
|
401
401
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
402
|
-
}, undefined>, "
|
|
402
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
403
403
|
readonly entries: {
|
|
404
404
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
405
405
|
};
|
|
@@ -530,7 +530,7 @@ declare const ContentsEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
530
530
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
531
531
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
532
532
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
533
|
-
}, undefined>, "
|
|
533
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
534
534
|
readonly entries: {
|
|
535
535
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
536
536
|
};
|
|
@@ -553,7 +553,7 @@ declare const ContentsEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
553
553
|
} | undefined;
|
|
554
554
|
}, Omit<v.ObjectSchema<{
|
|
555
555
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
556
|
-
}, undefined>, "
|
|
556
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
557
557
|
readonly entries: {
|
|
558
558
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
559
559
|
};
|
|
@@ -580,7 +580,7 @@ declare const ContentsEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
580
580
|
import?: string[] | undefined;
|
|
581
581
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
582
582
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
583
|
-
}, undefined>, "
|
|
583
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
584
584
|
readonly entries: {
|
|
585
585
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
586
586
|
};
|
|
@@ -603,7 +603,7 @@ declare const ContentsEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
603
603
|
} | undefined;
|
|
604
604
|
}, Omit<v.ObjectSchema<{
|
|
605
605
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
606
|
-
}, undefined>, "
|
|
606
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
607
607
|
readonly entries: {
|
|
608
608
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
609
609
|
};
|
|
@@ -664,7 +664,7 @@ declare const CoverEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
664
664
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
665
665
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
666
666
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
667
|
-
}, undefined>, "
|
|
667
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
668
668
|
readonly entries: {
|
|
669
669
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
670
670
|
};
|
|
@@ -687,7 +687,7 @@ declare const CoverEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
687
687
|
} | undefined;
|
|
688
688
|
}, Omit<v.ObjectSchema<{
|
|
689
689
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
690
|
-
}, undefined>, "
|
|
690
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
691
691
|
readonly entries: {
|
|
692
692
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
693
693
|
};
|
|
@@ -714,7 +714,7 @@ declare const CoverEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
714
714
|
import?: string[] | undefined;
|
|
715
715
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
716
716
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
717
|
-
}, undefined>, "
|
|
717
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
718
718
|
readonly entries: {
|
|
719
719
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
720
720
|
};
|
|
@@ -737,7 +737,7 @@ declare const CoverEntryConfig: v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
|
737
737
|
} | undefined;
|
|
738
738
|
}, Omit<v.ObjectSchema<{
|
|
739
739
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
740
|
-
}, undefined>, "
|
|
740
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
741
741
|
readonly entries: {
|
|
742
742
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
743
743
|
};
|
|
@@ -800,7 +800,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
800
800
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
801
801
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
802
802
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
803
|
-
}, undefined>, "
|
|
803
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
804
804
|
readonly entries: {
|
|
805
805
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
806
806
|
};
|
|
@@ -823,7 +823,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
823
823
|
} | undefined;
|
|
824
824
|
}, Omit<v.ObjectSchema<{
|
|
825
825
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
826
|
-
}, undefined>, "
|
|
826
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
827
827
|
readonly entries: {
|
|
828
828
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
829
829
|
};
|
|
@@ -850,7 +850,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
850
850
|
import?: string[] | undefined;
|
|
851
851
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
852
852
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
853
|
-
}, undefined>, "
|
|
853
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
854
854
|
readonly entries: {
|
|
855
855
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
856
856
|
};
|
|
@@ -873,7 +873,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
873
873
|
} | undefined;
|
|
874
874
|
}, Omit<v.ObjectSchema<{
|
|
875
875
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
876
|
-
}, undefined>, "
|
|
876
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
877
877
|
readonly entries: {
|
|
878
878
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
879
879
|
};
|
|
@@ -932,7 +932,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
932
932
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
933
933
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
934
934
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
935
|
-
}, undefined>, "
|
|
935
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
936
936
|
readonly entries: {
|
|
937
937
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
938
938
|
};
|
|
@@ -955,7 +955,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
955
955
|
} | undefined;
|
|
956
956
|
}, Omit<v.ObjectSchema<{
|
|
957
957
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
958
|
-
}, undefined>, "
|
|
958
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
959
959
|
readonly entries: {
|
|
960
960
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
961
961
|
};
|
|
@@ -982,7 +982,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
982
982
|
import?: string[] | undefined;
|
|
983
983
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
984
984
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
985
|
-
}, undefined>, "
|
|
985
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
986
986
|
readonly entries: {
|
|
987
987
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
988
988
|
};
|
|
@@ -1005,7 +1005,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1005
1005
|
} | undefined;
|
|
1006
1006
|
}, Omit<v.ObjectSchema<{
|
|
1007
1007
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
1008
|
-
}, undefined>, "
|
|
1008
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1009
1009
|
readonly entries: {
|
|
1010
1010
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
1011
1011
|
};
|
|
@@ -1065,7 +1065,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1065
1065
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
1066
1066
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1067
1067
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1068
|
-
}, undefined>, "
|
|
1068
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1069
1069
|
readonly entries: {
|
|
1070
1070
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
1071
1071
|
};
|
|
@@ -1088,7 +1088,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1088
1088
|
} | undefined;
|
|
1089
1089
|
}, Omit<v.ObjectSchema<{
|
|
1090
1090
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
1091
|
-
}, undefined>, "
|
|
1091
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1092
1092
|
readonly entries: {
|
|
1093
1093
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
1094
1094
|
};
|
|
@@ -1115,7 +1115,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1115
1115
|
import?: string[] | undefined;
|
|
1116
1116
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1117
1117
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1118
|
-
}, undefined>, "
|
|
1118
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1119
1119
|
readonly entries: {
|
|
1120
1120
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
1121
1121
|
};
|
|
@@ -1138,7 +1138,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1138
1138
|
} | undefined;
|
|
1139
1139
|
}, Omit<v.ObjectSchema<{
|
|
1140
1140
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
1141
|
-
}, undefined>, "
|
|
1141
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1142
1142
|
readonly entries: {
|
|
1143
1143
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
1144
1144
|
};
|
|
@@ -1178,14 +1178,14 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1178
1178
|
})[]>]>, undefined>;
|
|
1179
1179
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
1180
1180
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
1181
|
-
}, undefined>, "
|
|
1181
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1182
1182
|
readonly entries: {
|
|
1183
1183
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
1184
1184
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
1185
1185
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
1186
1186
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1187
1187
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1188
|
-
}, undefined>, "
|
|
1188
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1189
1189
|
readonly entries: {
|
|
1190
1190
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
1191
1191
|
};
|
|
@@ -1208,7 +1208,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1208
1208
|
} | undefined;
|
|
1209
1209
|
}, Omit<v.ObjectSchema<{
|
|
1210
1210
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
1211
|
-
}, undefined>, "
|
|
1211
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1212
1212
|
readonly entries: {
|
|
1213
1213
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
1214
1214
|
};
|
|
@@ -1235,7 +1235,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1235
1235
|
import?: string[] | undefined;
|
|
1236
1236
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1237
1237
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1238
|
-
}, undefined>, "
|
|
1238
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1239
1239
|
readonly entries: {
|
|
1240
1240
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
1241
1241
|
};
|
|
@@ -1258,7 +1258,7 @@ declare const EntryConfig: v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSch
|
|
|
1258
1258
|
} | undefined;
|
|
1259
1259
|
}, Omit<v.ObjectSchema<{
|
|
1260
1260
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
1261
|
-
}, undefined>, "
|
|
1261
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1262
1262
|
readonly entries: {
|
|
1263
1263
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
1264
1264
|
};
|
|
@@ -1388,7 +1388,7 @@ declare const RenderMode: v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.
|
|
|
1388
1388
|
type RenderMode = v.InferInput<typeof RenderMode>;
|
|
1389
1389
|
declare const OutputConfig: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1390
1390
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1391
|
-
}, undefined>, "
|
|
1391
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1392
1392
|
readonly entries: {
|
|
1393
1393
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
1394
1394
|
};
|
|
@@ -1414,7 +1414,7 @@ declare const OutputConfig: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v
|
|
|
1414
1414
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
1415
1415
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
1416
1416
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
1417
|
-
}, undefined>, "
|
|
1417
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1418
1418
|
readonly entries: {
|
|
1419
1419
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
1420
1420
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -1480,7 +1480,7 @@ declare const CopyAssetConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema<{
|
|
|
1480
1480
|
readonly excludes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
1481
1481
|
readonly includeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
1482
1482
|
readonly excludeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
1483
|
-
}, undefined>, "
|
|
1483
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1484
1484
|
readonly entries: {
|
|
1485
1485
|
readonly includes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
1486
1486
|
readonly excludes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
@@ -1550,7 +1550,7 @@ declare const TocConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema<{
|
|
|
1550
1550
|
}>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: {
|
|
1551
1551
|
children: any;
|
|
1552
1552
|
}[]) => any, string>]>;
|
|
1553
|
-
}, undefined>, "
|
|
1553
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1554
1554
|
readonly entries: {
|
|
1555
1555
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
1556
1556
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -1647,7 +1647,7 @@ declare const TocConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema<{
|
|
|
1647
1647
|
type TocConfig = v.InferInput<typeof TocConfig>;
|
|
1648
1648
|
declare const CoverConfig: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1649
1649
|
readonly src: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1650
|
-
}, undefined>, "
|
|
1650
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1651
1651
|
readonly entries: {
|
|
1652
1652
|
readonly src: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: src">;
|
|
1653
1653
|
};
|
|
@@ -1671,7 +1671,7 @@ declare const CoverConfig: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.
|
|
|
1671
1671
|
}, Omit<v.ObjectSchema<{
|
|
1672
1672
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>;
|
|
1673
1673
|
readonly htmlPath: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
1674
|
-
}, undefined>, "
|
|
1674
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1675
1675
|
readonly entries: {
|
|
1676
1676
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>, undefined>;
|
|
1677
1677
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
@@ -1724,7 +1724,7 @@ declare const VfmConfig: v.SchemaWithPipe<readonly [Omit<v.LooseObjectSchema<{
|
|
|
1724
1724
|
readonly hardLineBreaks: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
1725
1725
|
readonly disableFormatHtml: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
1726
1726
|
readonly math: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
1727
|
-
}, undefined>, "
|
|
1727
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1728
1728
|
readonly entries: {
|
|
1729
1729
|
readonly style: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
1730
1730
|
readonly partial: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -1859,7 +1859,7 @@ declare const ServerConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectSchema<{
|
|
|
1859
1859
|
[x: string]: (string | vite.ProxyOptions | undefined) & (string | vite.ProxyOptions);
|
|
1860
1860
|
}, string>]>;
|
|
1861
1861
|
readonly allowedHosts: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<boolean | string[], string>]>;
|
|
1862
|
-
}, undefined>, "
|
|
1862
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1863
1863
|
readonly entries: {
|
|
1864
1864
|
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
1865
1865
|
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, undefined>;
|
|
@@ -1929,7 +1929,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
1929
1929
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
1930
1930
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1931
1931
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1932
|
-
}, undefined>, "
|
|
1932
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1933
1933
|
readonly entries: {
|
|
1934
1934
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
1935
1935
|
};
|
|
@@ -1952,7 +1952,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
1952
1952
|
} | undefined;
|
|
1953
1953
|
}, Omit<v.ObjectSchema<{
|
|
1954
1954
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
1955
|
-
}, undefined>, "
|
|
1955
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1956
1956
|
readonly entries: {
|
|
1957
1957
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
1958
1958
|
};
|
|
@@ -1979,7 +1979,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
1979
1979
|
import?: string[] | undefined;
|
|
1980
1980
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
1981
1981
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
1982
|
-
}, undefined>, "
|
|
1982
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
1983
1983
|
readonly entries: {
|
|
1984
1984
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
1985
1985
|
};
|
|
@@ -2002,7 +2002,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2002
2002
|
} | undefined;
|
|
2003
2003
|
}, Omit<v.ObjectSchema<{
|
|
2004
2004
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2005
|
-
}, undefined>, "
|
|
2005
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2006
2006
|
readonly entries: {
|
|
2007
2007
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2008
2008
|
};
|
|
@@ -2061,7 +2061,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2061
2061
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2062
2062
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2063
2063
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2064
|
-
}, undefined>, "
|
|
2064
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2065
2065
|
readonly entries: {
|
|
2066
2066
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2067
2067
|
};
|
|
@@ -2084,7 +2084,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2084
2084
|
} | undefined;
|
|
2085
2085
|
}, Omit<v.ObjectSchema<{
|
|
2086
2086
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2087
|
-
}, undefined>, "
|
|
2087
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2088
2088
|
readonly entries: {
|
|
2089
2089
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2090
2090
|
};
|
|
@@ -2111,7 +2111,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2111
2111
|
import?: string[] | undefined;
|
|
2112
2112
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2113
2113
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2114
|
-
}, undefined>, "
|
|
2114
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2115
2115
|
readonly entries: {
|
|
2116
2116
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2117
2117
|
};
|
|
@@ -2134,7 +2134,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2134
2134
|
} | undefined;
|
|
2135
2135
|
}, Omit<v.ObjectSchema<{
|
|
2136
2136
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2137
|
-
}, undefined>, "
|
|
2137
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2138
2138
|
readonly entries: {
|
|
2139
2139
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2140
2140
|
};
|
|
@@ -2194,7 +2194,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2194
2194
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2195
2195
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2196
2196
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2197
|
-
}, undefined>, "
|
|
2197
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2198
2198
|
readonly entries: {
|
|
2199
2199
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2200
2200
|
};
|
|
@@ -2217,7 +2217,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2217
2217
|
} | undefined;
|
|
2218
2218
|
}, Omit<v.ObjectSchema<{
|
|
2219
2219
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2220
|
-
}, undefined>, "
|
|
2220
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2221
2221
|
readonly entries: {
|
|
2222
2222
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2223
2223
|
};
|
|
@@ -2244,7 +2244,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2244
2244
|
import?: string[] | undefined;
|
|
2245
2245
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2246
2246
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2247
|
-
}, undefined>, "
|
|
2247
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2248
2248
|
readonly entries: {
|
|
2249
2249
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2250
2250
|
};
|
|
@@ -2267,7 +2267,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2267
2267
|
} | undefined;
|
|
2268
2268
|
}, Omit<v.ObjectSchema<{
|
|
2269
2269
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2270
|
-
}, undefined>, "
|
|
2270
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2271
2271
|
readonly entries: {
|
|
2272
2272
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2273
2273
|
};
|
|
@@ -2307,14 +2307,14 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2307
2307
|
})[]>]>, undefined>;
|
|
2308
2308
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2309
2309
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
2310
|
-
}, undefined>, "
|
|
2310
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2311
2311
|
readonly entries: {
|
|
2312
2312
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
2313
2313
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2314
2314
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2315
2315
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2316
2316
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2317
|
-
}, undefined>, "
|
|
2317
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2318
2318
|
readonly entries: {
|
|
2319
2319
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2320
2320
|
};
|
|
@@ -2337,7 +2337,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2337
2337
|
} | undefined;
|
|
2338
2338
|
}, Omit<v.ObjectSchema<{
|
|
2339
2339
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2340
|
-
}, undefined>, "
|
|
2340
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2341
2341
|
readonly entries: {
|
|
2342
2342
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2343
2343
|
};
|
|
@@ -2364,7 +2364,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2364
2364
|
import?: string[] | undefined;
|
|
2365
2365
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2366
2366
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2367
|
-
}, undefined>, "
|
|
2367
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2368
2368
|
readonly entries: {
|
|
2369
2369
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2370
2370
|
};
|
|
@@ -2387,7 +2387,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2387
2387
|
} | undefined;
|
|
2388
2388
|
}, Omit<v.ObjectSchema<{
|
|
2389
2389
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2390
|
-
}, undefined>, "
|
|
2390
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2391
2391
|
readonly entries: {
|
|
2392
2392
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2393
2393
|
};
|
|
@@ -2551,7 +2551,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2551
2551
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2552
2552
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2553
2553
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2554
|
-
}, undefined>, "
|
|
2554
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2555
2555
|
readonly entries: {
|
|
2556
2556
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2557
2557
|
};
|
|
@@ -2574,7 +2574,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2574
2574
|
} | undefined;
|
|
2575
2575
|
}, Omit<v.ObjectSchema<{
|
|
2576
2576
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2577
|
-
}, undefined>, "
|
|
2577
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2578
2578
|
readonly entries: {
|
|
2579
2579
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2580
2580
|
};
|
|
@@ -2601,7 +2601,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2601
2601
|
import?: string[] | undefined;
|
|
2602
2602
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2603
2603
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2604
|
-
}, undefined>, "
|
|
2604
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2605
2605
|
readonly entries: {
|
|
2606
2606
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2607
2607
|
};
|
|
@@ -2624,7 +2624,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2624
2624
|
} | undefined;
|
|
2625
2625
|
}, Omit<v.ObjectSchema<{
|
|
2626
2626
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2627
|
-
}, undefined>, "
|
|
2627
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2628
2628
|
readonly entries: {
|
|
2629
2629
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2630
2630
|
};
|
|
@@ -2664,14 +2664,14 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2664
2664
|
})[]>]>, undefined>;
|
|
2665
2665
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2666
2666
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
2667
|
-
}, undefined>, "
|
|
2667
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2668
2668
|
readonly entries: {
|
|
2669
2669
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
2670
2670
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2671
2671
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2672
2672
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2673
2673
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2674
|
-
}, undefined>, "
|
|
2674
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2675
2675
|
readonly entries: {
|
|
2676
2676
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2677
2677
|
};
|
|
@@ -2694,7 +2694,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2694
2694
|
} | undefined;
|
|
2695
2695
|
}, Omit<v.ObjectSchema<{
|
|
2696
2696
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2697
|
-
}, undefined>, "
|
|
2697
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2698
2698
|
readonly entries: {
|
|
2699
2699
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2700
2700
|
};
|
|
@@ -2721,7 +2721,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2721
2721
|
import?: string[] | undefined;
|
|
2722
2722
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2723
2723
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2724
|
-
}, undefined>, "
|
|
2724
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2725
2725
|
readonly entries: {
|
|
2726
2726
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
2727
2727
|
};
|
|
@@ -2744,7 +2744,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2744
2744
|
} | undefined;
|
|
2745
2745
|
}, Omit<v.ObjectSchema<{
|
|
2746
2746
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
2747
|
-
}, undefined>, "
|
|
2747
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2748
2748
|
readonly entries: {
|
|
2749
2749
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
2750
2750
|
};
|
|
@@ -2986,7 +2986,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2986
2986
|
imageAlt?: string | undefined;
|
|
2987
2987
|
pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined;
|
|
2988
2988
|
})[], string>]>;
|
|
2989
|
-
}, undefined>, "
|
|
2989
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2990
2990
|
readonly entries: {
|
|
2991
2991
|
readonly entry: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
2992
2992
|
readonly rel: v.LiteralSchema<"contents", undefined>;
|
|
@@ -2995,7 +2995,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
2995
2995
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
2996
2996
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
2997
2997
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
2998
|
-
}, undefined>, "
|
|
2998
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
2999
2999
|
readonly entries: {
|
|
3000
3000
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3001
3001
|
};
|
|
@@ -3018,7 +3018,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3018
3018
|
} | undefined;
|
|
3019
3019
|
}, Omit<v.ObjectSchema<{
|
|
3020
3020
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3021
|
-
}, undefined>, "
|
|
3021
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3022
3022
|
readonly entries: {
|
|
3023
3023
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3024
3024
|
};
|
|
@@ -3045,7 +3045,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3045
3045
|
import?: string[] | undefined;
|
|
3046
3046
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3047
3047
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3048
|
-
}, undefined>, "
|
|
3048
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3049
3049
|
readonly entries: {
|
|
3050
3050
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3051
3051
|
};
|
|
@@ -3068,7 +3068,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3068
3068
|
} | undefined;
|
|
3069
3069
|
}, Omit<v.ObjectSchema<{
|
|
3070
3070
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3071
|
-
}, undefined>, "
|
|
3071
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3072
3072
|
readonly entries: {
|
|
3073
3073
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3074
3074
|
};
|
|
@@ -3127,7 +3127,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3127
3127
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3128
3128
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3129
3129
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3130
|
-
}, undefined>, "
|
|
3130
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3131
3131
|
readonly entries: {
|
|
3132
3132
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3133
3133
|
};
|
|
@@ -3150,7 +3150,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3150
3150
|
} | undefined;
|
|
3151
3151
|
}, Omit<v.ObjectSchema<{
|
|
3152
3152
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3153
|
-
}, undefined>, "
|
|
3153
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3154
3154
|
readonly entries: {
|
|
3155
3155
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3156
3156
|
};
|
|
@@ -3177,7 +3177,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3177
3177
|
import?: string[] | undefined;
|
|
3178
3178
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3179
3179
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3180
|
-
}, undefined>, "
|
|
3180
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3181
3181
|
readonly entries: {
|
|
3182
3182
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3183
3183
|
};
|
|
@@ -3200,7 +3200,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3200
3200
|
} | undefined;
|
|
3201
3201
|
}, Omit<v.ObjectSchema<{
|
|
3202
3202
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3203
|
-
}, undefined>, "
|
|
3203
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3204
3204
|
readonly entries: {
|
|
3205
3205
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3206
3206
|
};
|
|
@@ -3260,7 +3260,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3260
3260
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3261
3261
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3262
3262
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3263
|
-
}, undefined>, "
|
|
3263
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3264
3264
|
readonly entries: {
|
|
3265
3265
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3266
3266
|
};
|
|
@@ -3283,7 +3283,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3283
3283
|
} | undefined;
|
|
3284
3284
|
}, Omit<v.ObjectSchema<{
|
|
3285
3285
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3286
|
-
}, undefined>, "
|
|
3286
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3287
3287
|
readonly entries: {
|
|
3288
3288
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3289
3289
|
};
|
|
@@ -3310,7 +3310,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3310
3310
|
import?: string[] | undefined;
|
|
3311
3311
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3312
3312
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3313
|
-
}, undefined>, "
|
|
3313
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3314
3314
|
readonly entries: {
|
|
3315
3315
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3316
3316
|
};
|
|
@@ -3333,7 +3333,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3333
3333
|
} | undefined;
|
|
3334
3334
|
}, Omit<v.ObjectSchema<{
|
|
3335
3335
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3336
|
-
}, undefined>, "
|
|
3336
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3337
3337
|
readonly entries: {
|
|
3338
3338
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3339
3339
|
};
|
|
@@ -3373,14 +3373,14 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3373
3373
|
})[]>]>, undefined>;
|
|
3374
3374
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3375
3375
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
3376
|
-
}, undefined>, "
|
|
3376
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3377
3377
|
readonly entries: {
|
|
3378
3378
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
3379
3379
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3380
3380
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3381
3381
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3382
3382
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3383
|
-
}, undefined>, "
|
|
3383
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3384
3384
|
readonly entries: {
|
|
3385
3385
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3386
3386
|
};
|
|
@@ -3403,7 +3403,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3403
3403
|
} | undefined;
|
|
3404
3404
|
}, Omit<v.ObjectSchema<{
|
|
3405
3405
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3406
|
-
}, undefined>, "
|
|
3406
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3407
3407
|
readonly entries: {
|
|
3408
3408
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3409
3409
|
};
|
|
@@ -3430,7 +3430,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3430
3430
|
import?: string[] | undefined;
|
|
3431
3431
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3432
3432
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3433
|
-
}, undefined>, "
|
|
3433
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3434
3434
|
readonly entries: {
|
|
3435
3435
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3436
3436
|
};
|
|
@@ -3453,7 +3453,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3453
3453
|
} | undefined;
|
|
3454
3454
|
}, Omit<v.ObjectSchema<{
|
|
3455
3455
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3456
|
-
}, undefined>, "
|
|
3456
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3457
3457
|
readonly entries: {
|
|
3458
3458
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3459
3459
|
};
|
|
@@ -3617,7 +3617,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3617
3617
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3618
3618
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3619
3619
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3620
|
-
}, undefined>, "
|
|
3620
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3621
3621
|
readonly entries: {
|
|
3622
3622
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3623
3623
|
};
|
|
@@ -3640,7 +3640,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3640
3640
|
} | undefined;
|
|
3641
3641
|
}, Omit<v.ObjectSchema<{
|
|
3642
3642
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3643
|
-
}, undefined>, "
|
|
3643
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3644
3644
|
readonly entries: {
|
|
3645
3645
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3646
3646
|
};
|
|
@@ -3667,7 +3667,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3667
3667
|
import?: string[] | undefined;
|
|
3668
3668
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3669
3669
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3670
|
-
}, undefined>, "
|
|
3670
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3671
3671
|
readonly entries: {
|
|
3672
3672
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3673
3673
|
};
|
|
@@ -3690,7 +3690,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3690
3690
|
} | undefined;
|
|
3691
3691
|
}, Omit<v.ObjectSchema<{
|
|
3692
3692
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3693
|
-
}, undefined>, "
|
|
3693
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3694
3694
|
readonly entries: {
|
|
3695
3695
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3696
3696
|
};
|
|
@@ -3730,14 +3730,14 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3730
3730
|
})[]>]>, undefined>;
|
|
3731
3731
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3732
3732
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
3733
|
-
}, undefined>, "
|
|
3733
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3734
3734
|
readonly entries: {
|
|
3735
3735
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
3736
3736
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3737
3737
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
3738
3738
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3739
3739
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3740
|
-
}, undefined>, "
|
|
3740
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3741
3741
|
readonly entries: {
|
|
3742
3742
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3743
3743
|
};
|
|
@@ -3760,7 +3760,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3760
3760
|
} | undefined;
|
|
3761
3761
|
}, Omit<v.ObjectSchema<{
|
|
3762
3762
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3763
|
-
}, undefined>, "
|
|
3763
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3764
3764
|
readonly entries: {
|
|
3765
3765
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3766
3766
|
};
|
|
@@ -3787,7 +3787,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3787
3787
|
import?: string[] | undefined;
|
|
3788
3788
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
3789
3789
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
3790
|
-
}, undefined>, "
|
|
3790
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3791
3791
|
readonly entries: {
|
|
3792
3792
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
3793
3793
|
};
|
|
@@ -3810,7 +3810,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
3810
3810
|
} | undefined;
|
|
3811
3811
|
}, Omit<v.ObjectSchema<{
|
|
3812
3812
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
3813
|
-
}, undefined>, "
|
|
3813
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
3814
3814
|
readonly entries: {
|
|
3815
3815
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
3816
3816
|
};
|
|
@@ -4579,7 +4579,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4579
4579
|
readonly author: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
4580
4580
|
readonly theme: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
4581
4581
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
4582
|
-
}, undefined>, "
|
|
4582
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4583
4583
|
readonly entries: {
|
|
4584
4584
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
4585
4585
|
};
|
|
@@ -4602,7 +4602,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4602
4602
|
} | undefined;
|
|
4603
4603
|
}, Omit<v.ObjectSchema<{
|
|
4604
4604
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
4605
|
-
}, undefined>, "
|
|
4605
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4606
4606
|
readonly entries: {
|
|
4607
4607
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
4608
4608
|
};
|
|
@@ -4629,7 +4629,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4629
4629
|
import?: string[] | undefined;
|
|
4630
4630
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
4631
4631
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
4632
|
-
}, undefined>, "
|
|
4632
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4633
4633
|
readonly entries: {
|
|
4634
4634
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
4635
4635
|
};
|
|
@@ -4652,7 +4652,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4652
4652
|
} | undefined;
|
|
4653
4653
|
}, Omit<v.ObjectSchema<{
|
|
4654
4654
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
4655
|
-
}, undefined>, "
|
|
4655
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4656
4656
|
readonly entries: {
|
|
4657
4657
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
4658
4658
|
};
|
|
@@ -4697,7 +4697,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4697
4697
|
readonly entryContext: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
4698
4698
|
readonly output: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
4699
4699
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
4700
|
-
}, undefined>, "
|
|
4700
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4701
4701
|
readonly entries: {
|
|
4702
4702
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
4703
4703
|
};
|
|
@@ -4723,7 +4723,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4723
4723
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
4724
4724
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
4725
4725
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
4726
|
-
}, undefined>, "
|
|
4726
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4727
4727
|
readonly entries: {
|
|
4728
4728
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
4729
4729
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -4771,7 +4771,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4771
4771
|
preflightOption?: string[] | undefined;
|
|
4772
4772
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
4773
4773
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
4774
|
-
}, undefined>, "
|
|
4774
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4775
4775
|
readonly entries: {
|
|
4776
4776
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
4777
4777
|
};
|
|
@@ -4797,7 +4797,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4797
4797
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
4798
4798
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
4799
4799
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
4800
|
-
}, undefined>, "
|
|
4800
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4801
4801
|
readonly entries: {
|
|
4802
4802
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
4803
4803
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -4886,7 +4886,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4886
4886
|
readonly excludes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
4887
4887
|
readonly includeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
4888
4888
|
readonly excludeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
4889
|
-
}, undefined>, "
|
|
4889
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4890
4890
|
readonly entries: {
|
|
4891
4891
|
readonly includes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
4892
4892
|
readonly excludes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
@@ -4964,7 +4964,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
4964
4964
|
}>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: {
|
|
4965
4965
|
children: any;
|
|
4966
4966
|
}[]) => any, string>]>;
|
|
4967
|
-
}, undefined>, "
|
|
4967
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
4968
4968
|
readonly entries: {
|
|
4969
4969
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
4970
4970
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -5094,7 +5094,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5094
5094
|
}>, v.DescriptionAction<string, string>]>;
|
|
5095
5095
|
readonly cover: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
5096
5096
|
readonly src: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
5097
|
-
}, undefined>, "
|
|
5097
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5098
5098
|
readonly entries: {
|
|
5099
5099
|
readonly src: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: src">;
|
|
5100
5100
|
};
|
|
@@ -5118,7 +5118,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5118
5118
|
}, Omit<v.ObjectSchema<{
|
|
5119
5119
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>;
|
|
5120
5120
|
readonly htmlPath: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
5121
|
-
}, undefined>, "
|
|
5121
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5122
5122
|
readonly entries: {
|
|
5123
5123
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>, undefined>;
|
|
5124
5124
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
@@ -5189,7 +5189,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5189
5189
|
readonly hardLineBreaks: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
5190
5190
|
readonly disableFormatHtml: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
5191
5191
|
readonly math: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
5192
|
-
}, undefined>, "
|
|
5192
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5193
5193
|
readonly entries: {
|
|
5194
5194
|
readonly style: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
5195
5195
|
readonly partial: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -5348,7 +5348,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5348
5348
|
[x: string]: (string | vite.ProxyOptions | undefined) & (string | vite.ProxyOptions);
|
|
5349
5349
|
}, string>]>;
|
|
5350
5350
|
readonly allowedHosts: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<boolean | string[], string>]>;
|
|
5351
|
-
}, undefined>, "
|
|
5351
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5352
5352
|
readonly entries: {
|
|
5353
5353
|
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
5354
5354
|
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, undefined>;
|
|
@@ -5428,13 +5428,13 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5428
5428
|
readonly typeString: "import(\"vite\").UserConfig";
|
|
5429
5429
|
}>, v.DescriptionAction<vite.UserConfig, string>]>;
|
|
5430
5430
|
readonly viteConfigFile: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
5431
|
-
}, undefined>, "
|
|
5431
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5432
5432
|
readonly entries: {
|
|
5433
5433
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
5434
5434
|
readonly author: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
5435
5435
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
5436
5436
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
5437
|
-
}, undefined>, "
|
|
5437
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5438
5438
|
readonly entries: {
|
|
5439
5439
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
5440
5440
|
};
|
|
@@ -5457,7 +5457,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5457
5457
|
} | undefined;
|
|
5458
5458
|
}, Omit<v.ObjectSchema<{
|
|
5459
5459
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
5460
|
-
}, undefined>, "
|
|
5460
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5461
5461
|
readonly entries: {
|
|
5462
5462
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
5463
5463
|
};
|
|
@@ -5484,7 +5484,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5484
5484
|
import?: string[] | undefined;
|
|
5485
5485
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
5486
5486
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
5487
|
-
}, undefined>, "
|
|
5487
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5488
5488
|
readonly entries: {
|
|
5489
5489
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
5490
5490
|
};
|
|
@@ -5507,7 +5507,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5507
5507
|
} | undefined;
|
|
5508
5508
|
}, Omit<v.ObjectSchema<{
|
|
5509
5509
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
5510
|
-
}, undefined>, "
|
|
5510
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5511
5511
|
readonly entries: {
|
|
5512
5512
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
5513
5513
|
};
|
|
@@ -5552,7 +5552,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5552
5552
|
readonly entryContext: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
5553
5553
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
5554
5554
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
5555
|
-
}, undefined>, "
|
|
5555
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5556
5556
|
readonly entries: {
|
|
5557
5557
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
5558
5558
|
};
|
|
@@ -5578,7 +5578,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5578
5578
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
5579
5579
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
5580
5580
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
5581
|
-
}, undefined>, "
|
|
5581
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5582
5582
|
readonly entries: {
|
|
5583
5583
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
5584
5584
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -5626,7 +5626,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5626
5626
|
preflightOption?: string[] | undefined;
|
|
5627
5627
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
5628
5628
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
5629
|
-
}, undefined>, "
|
|
5629
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5630
5630
|
readonly entries: {
|
|
5631
5631
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
5632
5632
|
};
|
|
@@ -5652,7 +5652,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5652
5652
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
5653
5653
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
5654
5654
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
5655
|
-
}, undefined>, "
|
|
5655
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5656
5656
|
readonly entries: {
|
|
5657
5657
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
5658
5658
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -5740,7 +5740,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5740
5740
|
readonly excludes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
5741
5741
|
readonly includeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
5742
5742
|
readonly excludeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
5743
|
-
}, undefined>, "
|
|
5743
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5744
5744
|
readonly entries: {
|
|
5745
5745
|
readonly includes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
5746
5746
|
readonly excludes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
@@ -5818,7 +5818,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5818
5818
|
}>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: {
|
|
5819
5819
|
children: any;
|
|
5820
5820
|
}[]) => any, string>]>;
|
|
5821
|
-
}, undefined>, "
|
|
5821
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5822
5822
|
readonly entries: {
|
|
5823
5823
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
5824
5824
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -5947,7 +5947,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5947
5947
|
}>, v.DescriptionAction<string, string>]>, undefined>;
|
|
5948
5948
|
readonly cover: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
5949
5949
|
readonly src: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
5950
|
-
}, undefined>, "
|
|
5950
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5951
5951
|
readonly entries: {
|
|
5952
5952
|
readonly src: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: src">;
|
|
5953
5953
|
};
|
|
@@ -5971,7 +5971,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
5971
5971
|
}, Omit<v.ObjectSchema<{
|
|
5972
5972
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>;
|
|
5973
5973
|
readonly htmlPath: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
5974
|
-
}, undefined>, "
|
|
5974
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
5975
5975
|
readonly entries: {
|
|
5976
5976
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>, undefined>;
|
|
5977
5977
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
@@ -6042,7 +6042,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
6042
6042
|
readonly hardLineBreaks: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
6043
6043
|
readonly disableFormatHtml: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
6044
6044
|
readonly math: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
6045
|
-
}, undefined>, "
|
|
6045
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
6046
6046
|
readonly entries: {
|
|
6047
6047
|
readonly style: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
6048
6048
|
readonly partial: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -6200,7 +6200,7 @@ declare const BuildTask: v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.Ob
|
|
|
6200
6200
|
[x: string]: (string | vite.ProxyOptions | undefined) & (string | vite.ProxyOptions);
|
|
6201
6201
|
}, string>]>;
|
|
6202
6202
|
readonly allowedHosts: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<boolean | string[], string>]>;
|
|
6203
|
-
}, undefined>, "
|
|
6203
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
6204
6204
|
readonly entries: {
|
|
6205
6205
|
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
6206
6206
|
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, undefined>;
|
|
@@ -6884,7 +6884,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
6884
6884
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
6885
6885
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
6886
6886
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
6887
|
-
}, undefined>, "
|
|
6887
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
6888
6888
|
readonly entries: {
|
|
6889
6889
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
6890
6890
|
};
|
|
@@ -6907,7 +6907,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
6907
6907
|
} | undefined;
|
|
6908
6908
|
}, Omit<v.ObjectSchema<{
|
|
6909
6909
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
6910
|
-
}, undefined>, "
|
|
6910
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
6911
6911
|
readonly entries: {
|
|
6912
6912
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
6913
6913
|
};
|
|
@@ -6934,7 +6934,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
6934
6934
|
import?: string[] | undefined;
|
|
6935
6935
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
6936
6936
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
6937
|
-
}, undefined>, "
|
|
6937
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
6938
6938
|
readonly entries: {
|
|
6939
6939
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
6940
6940
|
};
|
|
@@ -6957,7 +6957,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
6957
6957
|
} | undefined;
|
|
6958
6958
|
}, Omit<v.ObjectSchema<{
|
|
6959
6959
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
6960
|
-
}, undefined>, "
|
|
6960
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
6961
6961
|
readonly entries: {
|
|
6962
6962
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
6963
6963
|
};
|
|
@@ -7016,7 +7016,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7016
7016
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7017
7017
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7018
7018
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7019
|
-
}, undefined>, "
|
|
7019
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7020
7020
|
readonly entries: {
|
|
7021
7021
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7022
7022
|
};
|
|
@@ -7039,7 +7039,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7039
7039
|
} | undefined;
|
|
7040
7040
|
}, Omit<v.ObjectSchema<{
|
|
7041
7041
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7042
|
-
}, undefined>, "
|
|
7042
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7043
7043
|
readonly entries: {
|
|
7044
7044
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7045
7045
|
};
|
|
@@ -7066,7 +7066,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7066
7066
|
import?: string[] | undefined;
|
|
7067
7067
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7068
7068
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7069
|
-
}, undefined>, "
|
|
7069
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7070
7070
|
readonly entries: {
|
|
7071
7071
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7072
7072
|
};
|
|
@@ -7089,7 +7089,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7089
7089
|
} | undefined;
|
|
7090
7090
|
}, Omit<v.ObjectSchema<{
|
|
7091
7091
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7092
|
-
}, undefined>, "
|
|
7092
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7093
7093
|
readonly entries: {
|
|
7094
7094
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7095
7095
|
};
|
|
@@ -7149,7 +7149,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7149
7149
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7150
7150
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7151
7151
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7152
|
-
}, undefined>, "
|
|
7152
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7153
7153
|
readonly entries: {
|
|
7154
7154
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7155
7155
|
};
|
|
@@ -7172,7 +7172,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7172
7172
|
} | undefined;
|
|
7173
7173
|
}, Omit<v.ObjectSchema<{
|
|
7174
7174
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7175
|
-
}, undefined>, "
|
|
7175
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7176
7176
|
readonly entries: {
|
|
7177
7177
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7178
7178
|
};
|
|
@@ -7199,7 +7199,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7199
7199
|
import?: string[] | undefined;
|
|
7200
7200
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7201
7201
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7202
|
-
}, undefined>, "
|
|
7202
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7203
7203
|
readonly entries: {
|
|
7204
7204
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7205
7205
|
};
|
|
@@ -7222,7 +7222,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7222
7222
|
} | undefined;
|
|
7223
7223
|
}, Omit<v.ObjectSchema<{
|
|
7224
7224
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7225
|
-
}, undefined>, "
|
|
7225
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7226
7226
|
readonly entries: {
|
|
7227
7227
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7228
7228
|
};
|
|
@@ -7262,14 +7262,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7262
7262
|
})[]>]>, undefined>;
|
|
7263
7263
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7264
7264
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
7265
|
-
}, undefined>, "
|
|
7265
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7266
7266
|
readonly entries: {
|
|
7267
7267
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
7268
7268
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7269
7269
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7270
7270
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7271
7271
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7272
|
-
}, undefined>, "
|
|
7272
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7273
7273
|
readonly entries: {
|
|
7274
7274
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7275
7275
|
};
|
|
@@ -7292,7 +7292,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7292
7292
|
} | undefined;
|
|
7293
7293
|
}, Omit<v.ObjectSchema<{
|
|
7294
7294
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7295
|
-
}, undefined>, "
|
|
7295
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7296
7296
|
readonly entries: {
|
|
7297
7297
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7298
7298
|
};
|
|
@@ -7319,7 +7319,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7319
7319
|
import?: string[] | undefined;
|
|
7320
7320
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7321
7321
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7322
|
-
}, undefined>, "
|
|
7322
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7323
7323
|
readonly entries: {
|
|
7324
7324
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7325
7325
|
};
|
|
@@ -7342,7 +7342,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7342
7342
|
} | undefined;
|
|
7343
7343
|
}, Omit<v.ObjectSchema<{
|
|
7344
7344
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7345
|
-
}, undefined>, "
|
|
7345
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7346
7346
|
readonly entries: {
|
|
7347
7347
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7348
7348
|
};
|
|
@@ -7506,7 +7506,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7506
7506
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7507
7507
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7508
7508
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7509
|
-
}, undefined>, "
|
|
7509
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7510
7510
|
readonly entries: {
|
|
7511
7511
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7512
7512
|
};
|
|
@@ -7529,7 +7529,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7529
7529
|
} | undefined;
|
|
7530
7530
|
}, Omit<v.ObjectSchema<{
|
|
7531
7531
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7532
|
-
}, undefined>, "
|
|
7532
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7533
7533
|
readonly entries: {
|
|
7534
7534
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7535
7535
|
};
|
|
@@ -7556,7 +7556,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7556
7556
|
import?: string[] | undefined;
|
|
7557
7557
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7558
7558
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7559
|
-
}, undefined>, "
|
|
7559
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7560
7560
|
readonly entries: {
|
|
7561
7561
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7562
7562
|
};
|
|
@@ -7579,7 +7579,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7579
7579
|
} | undefined;
|
|
7580
7580
|
}, Omit<v.ObjectSchema<{
|
|
7581
7581
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7582
|
-
}, undefined>, "
|
|
7582
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7583
7583
|
readonly entries: {
|
|
7584
7584
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7585
7585
|
};
|
|
@@ -7619,14 +7619,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7619
7619
|
})[]>]>, undefined>;
|
|
7620
7620
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7621
7621
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
7622
|
-
}, undefined>, "
|
|
7622
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7623
7623
|
readonly entries: {
|
|
7624
7624
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
7625
7625
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7626
7626
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7627
7627
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7628
7628
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7629
|
-
}, undefined>, "
|
|
7629
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7630
7630
|
readonly entries: {
|
|
7631
7631
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7632
7632
|
};
|
|
@@ -7649,7 +7649,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7649
7649
|
} | undefined;
|
|
7650
7650
|
}, Omit<v.ObjectSchema<{
|
|
7651
7651
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7652
|
-
}, undefined>, "
|
|
7652
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7653
7653
|
readonly entries: {
|
|
7654
7654
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7655
7655
|
};
|
|
@@ -7676,7 +7676,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7676
7676
|
import?: string[] | undefined;
|
|
7677
7677
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7678
7678
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7679
|
-
}, undefined>, "
|
|
7679
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7680
7680
|
readonly entries: {
|
|
7681
7681
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7682
7682
|
};
|
|
@@ -7699,7 +7699,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7699
7699
|
} | undefined;
|
|
7700
7700
|
}, Omit<v.ObjectSchema<{
|
|
7701
7701
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7702
|
-
}, undefined>, "
|
|
7702
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7703
7703
|
readonly entries: {
|
|
7704
7704
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7705
7705
|
};
|
|
@@ -7941,7 +7941,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7941
7941
|
imageAlt?: string | undefined;
|
|
7942
7942
|
pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined;
|
|
7943
7943
|
})[], string>]>;
|
|
7944
|
-
}, undefined>, "
|
|
7944
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7945
7945
|
readonly entries: {
|
|
7946
7946
|
readonly entry: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
7947
7947
|
readonly rel: v.LiteralSchema<"contents", undefined>;
|
|
@@ -7950,7 +7950,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7950
7950
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
7951
7951
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
7952
7952
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
7953
|
-
}, undefined>, "
|
|
7953
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7954
7954
|
readonly entries: {
|
|
7955
7955
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
7956
7956
|
};
|
|
@@ -7973,7 +7973,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
7973
7973
|
} | undefined;
|
|
7974
7974
|
}, Omit<v.ObjectSchema<{
|
|
7975
7975
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
7976
|
-
}, undefined>, "
|
|
7976
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
7977
7977
|
readonly entries: {
|
|
7978
7978
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
7979
7979
|
};
|
|
@@ -8000,7 +8000,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8000
8000
|
import?: string[] | undefined;
|
|
8001
8001
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8002
8002
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8003
|
-
}, undefined>, "
|
|
8003
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8004
8004
|
readonly entries: {
|
|
8005
8005
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8006
8006
|
};
|
|
@@ -8023,7 +8023,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8023
8023
|
} | undefined;
|
|
8024
8024
|
}, Omit<v.ObjectSchema<{
|
|
8025
8025
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8026
|
-
}, undefined>, "
|
|
8026
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8027
8027
|
readonly entries: {
|
|
8028
8028
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8029
8029
|
};
|
|
@@ -8082,7 +8082,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8082
8082
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8083
8083
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8084
8084
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8085
|
-
}, undefined>, "
|
|
8085
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8086
8086
|
readonly entries: {
|
|
8087
8087
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8088
8088
|
};
|
|
@@ -8105,7 +8105,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8105
8105
|
} | undefined;
|
|
8106
8106
|
}, Omit<v.ObjectSchema<{
|
|
8107
8107
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8108
|
-
}, undefined>, "
|
|
8108
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8109
8109
|
readonly entries: {
|
|
8110
8110
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8111
8111
|
};
|
|
@@ -8132,7 +8132,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8132
8132
|
import?: string[] | undefined;
|
|
8133
8133
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8134
8134
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8135
|
-
}, undefined>, "
|
|
8135
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8136
8136
|
readonly entries: {
|
|
8137
8137
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8138
8138
|
};
|
|
@@ -8155,7 +8155,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8155
8155
|
} | undefined;
|
|
8156
8156
|
}, Omit<v.ObjectSchema<{
|
|
8157
8157
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8158
|
-
}, undefined>, "
|
|
8158
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8159
8159
|
readonly entries: {
|
|
8160
8160
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8161
8161
|
};
|
|
@@ -8215,7 +8215,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8215
8215
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8216
8216
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8217
8217
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8218
|
-
}, undefined>, "
|
|
8218
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8219
8219
|
readonly entries: {
|
|
8220
8220
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8221
8221
|
};
|
|
@@ -8238,7 +8238,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8238
8238
|
} | undefined;
|
|
8239
8239
|
}, Omit<v.ObjectSchema<{
|
|
8240
8240
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8241
|
-
}, undefined>, "
|
|
8241
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8242
8242
|
readonly entries: {
|
|
8243
8243
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8244
8244
|
};
|
|
@@ -8265,7 +8265,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8265
8265
|
import?: string[] | undefined;
|
|
8266
8266
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8267
8267
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8268
|
-
}, undefined>, "
|
|
8268
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8269
8269
|
readonly entries: {
|
|
8270
8270
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8271
8271
|
};
|
|
@@ -8288,7 +8288,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8288
8288
|
} | undefined;
|
|
8289
8289
|
}, Omit<v.ObjectSchema<{
|
|
8290
8290
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8291
|
-
}, undefined>, "
|
|
8291
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8292
8292
|
readonly entries: {
|
|
8293
8293
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8294
8294
|
};
|
|
@@ -8328,14 +8328,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8328
8328
|
})[]>]>, undefined>;
|
|
8329
8329
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8330
8330
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
8331
|
-
}, undefined>, "
|
|
8331
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8332
8332
|
readonly entries: {
|
|
8333
8333
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
8334
8334
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8335
8335
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8336
8336
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8337
8337
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8338
|
-
}, undefined>, "
|
|
8338
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8339
8339
|
readonly entries: {
|
|
8340
8340
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8341
8341
|
};
|
|
@@ -8358,7 +8358,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8358
8358
|
} | undefined;
|
|
8359
8359
|
}, Omit<v.ObjectSchema<{
|
|
8360
8360
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8361
|
-
}, undefined>, "
|
|
8361
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8362
8362
|
readonly entries: {
|
|
8363
8363
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8364
8364
|
};
|
|
@@ -8385,7 +8385,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8385
8385
|
import?: string[] | undefined;
|
|
8386
8386
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8387
8387
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8388
|
-
}, undefined>, "
|
|
8388
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8389
8389
|
readonly entries: {
|
|
8390
8390
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8391
8391
|
};
|
|
@@ -8408,7 +8408,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8408
8408
|
} | undefined;
|
|
8409
8409
|
}, Omit<v.ObjectSchema<{
|
|
8410
8410
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8411
|
-
}, undefined>, "
|
|
8411
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8412
8412
|
readonly entries: {
|
|
8413
8413
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8414
8414
|
};
|
|
@@ -8572,7 +8572,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8572
8572
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8573
8573
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8574
8574
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8575
|
-
}, undefined>, "
|
|
8575
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8576
8576
|
readonly entries: {
|
|
8577
8577
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8578
8578
|
};
|
|
@@ -8595,7 +8595,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8595
8595
|
} | undefined;
|
|
8596
8596
|
}, Omit<v.ObjectSchema<{
|
|
8597
8597
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8598
|
-
}, undefined>, "
|
|
8598
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8599
8599
|
readonly entries: {
|
|
8600
8600
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8601
8601
|
};
|
|
@@ -8622,7 +8622,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8622
8622
|
import?: string[] | undefined;
|
|
8623
8623
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8624
8624
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8625
|
-
}, undefined>, "
|
|
8625
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8626
8626
|
readonly entries: {
|
|
8627
8627
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8628
8628
|
};
|
|
@@ -8645,7 +8645,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8645
8645
|
} | undefined;
|
|
8646
8646
|
}, Omit<v.ObjectSchema<{
|
|
8647
8647
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8648
|
-
}, undefined>, "
|
|
8648
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8649
8649
|
readonly entries: {
|
|
8650
8650
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8651
8651
|
};
|
|
@@ -8685,14 +8685,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8685
8685
|
})[]>]>, undefined>;
|
|
8686
8686
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8687
8687
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
8688
|
-
}, undefined>, "
|
|
8688
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8689
8689
|
readonly entries: {
|
|
8690
8690
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
8691
8691
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8692
8692
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
8693
8693
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8694
8694
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8695
|
-
}, undefined>, "
|
|
8695
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8696
8696
|
readonly entries: {
|
|
8697
8697
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8698
8698
|
};
|
|
@@ -8715,7 +8715,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8715
8715
|
} | undefined;
|
|
8716
8716
|
}, Omit<v.ObjectSchema<{
|
|
8717
8717
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8718
|
-
}, undefined>, "
|
|
8718
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8719
8719
|
readonly entries: {
|
|
8720
8720
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8721
8721
|
};
|
|
@@ -8742,7 +8742,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8742
8742
|
import?: string[] | undefined;
|
|
8743
8743
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
8744
8744
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
8745
|
-
}, undefined>, "
|
|
8745
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8746
8746
|
readonly entries: {
|
|
8747
8747
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
8748
8748
|
};
|
|
@@ -8765,7 +8765,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
8765
8765
|
} | undefined;
|
|
8766
8766
|
}, Omit<v.ObjectSchema<{
|
|
8767
8767
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
8768
|
-
}, undefined>, "
|
|
8768
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
8769
8769
|
readonly entries: {
|
|
8770
8770
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
8771
8771
|
};
|
|
@@ -9534,7 +9534,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9534
9534
|
readonly author: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
9535
9535
|
readonly theme: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
9536
9536
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
9537
|
-
}, undefined>, "
|
|
9537
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9538
9538
|
readonly entries: {
|
|
9539
9539
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
9540
9540
|
};
|
|
@@ -9557,7 +9557,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9557
9557
|
} | undefined;
|
|
9558
9558
|
}, Omit<v.ObjectSchema<{
|
|
9559
9559
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
9560
|
-
}, undefined>, "
|
|
9560
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9561
9561
|
readonly entries: {
|
|
9562
9562
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
9563
9563
|
};
|
|
@@ -9584,7 +9584,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9584
9584
|
import?: string[] | undefined;
|
|
9585
9585
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
9586
9586
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
9587
|
-
}, undefined>, "
|
|
9587
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9588
9588
|
readonly entries: {
|
|
9589
9589
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
9590
9590
|
};
|
|
@@ -9607,7 +9607,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9607
9607
|
} | undefined;
|
|
9608
9608
|
}, Omit<v.ObjectSchema<{
|
|
9609
9609
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
9610
|
-
}, undefined>, "
|
|
9610
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9611
9611
|
readonly entries: {
|
|
9612
9612
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
9613
9613
|
};
|
|
@@ -9652,7 +9652,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9652
9652
|
readonly entryContext: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
9653
9653
|
readonly output: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
9654
9654
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
9655
|
-
}, undefined>, "
|
|
9655
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9656
9656
|
readonly entries: {
|
|
9657
9657
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
9658
9658
|
};
|
|
@@ -9678,7 +9678,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9678
9678
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
9679
9679
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
9680
9680
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
9681
|
-
}, undefined>, "
|
|
9681
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9682
9682
|
readonly entries: {
|
|
9683
9683
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
9684
9684
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -9726,7 +9726,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9726
9726
|
preflightOption?: string[] | undefined;
|
|
9727
9727
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
9728
9728
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
9729
|
-
}, undefined>, "
|
|
9729
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9730
9730
|
readonly entries: {
|
|
9731
9731
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
9732
9732
|
};
|
|
@@ -9752,7 +9752,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9752
9752
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
9753
9753
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
9754
9754
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
9755
|
-
}, undefined>, "
|
|
9755
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9756
9756
|
readonly entries: {
|
|
9757
9757
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
9758
9758
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -9841,7 +9841,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9841
9841
|
readonly excludes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
9842
9842
|
readonly includeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
9843
9843
|
readonly excludeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
9844
|
-
}, undefined>, "
|
|
9844
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9845
9845
|
readonly entries: {
|
|
9846
9846
|
readonly includes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
9847
9847
|
readonly excludes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
@@ -9919,7 +9919,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
9919
9919
|
}>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: {
|
|
9920
9920
|
children: any;
|
|
9921
9921
|
}[]) => any, string>]>;
|
|
9922
|
-
}, undefined>, "
|
|
9922
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
9923
9923
|
readonly entries: {
|
|
9924
9924
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
9925
9925
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -10049,7 +10049,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10049
10049
|
}>, v.DescriptionAction<string, string>]>;
|
|
10050
10050
|
readonly cover: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
10051
10051
|
readonly src: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
10052
|
-
}, undefined>, "
|
|
10052
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10053
10053
|
readonly entries: {
|
|
10054
10054
|
readonly src: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: src">;
|
|
10055
10055
|
};
|
|
@@ -10073,7 +10073,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10073
10073
|
}, Omit<v.ObjectSchema<{
|
|
10074
10074
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>;
|
|
10075
10075
|
readonly htmlPath: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
10076
|
-
}, undefined>, "
|
|
10076
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10077
10077
|
readonly entries: {
|
|
10078
10078
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>, undefined>;
|
|
10079
10079
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
@@ -10144,7 +10144,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10144
10144
|
readonly hardLineBreaks: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
10145
10145
|
readonly disableFormatHtml: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
10146
10146
|
readonly math: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
10147
|
-
}, undefined>, "
|
|
10147
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10148
10148
|
readonly entries: {
|
|
10149
10149
|
readonly style: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
10150
10150
|
readonly partial: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -10303,7 +10303,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10303
10303
|
[x: string]: (string | vite.ProxyOptions | undefined) & (string | vite.ProxyOptions);
|
|
10304
10304
|
}, string>]>;
|
|
10305
10305
|
readonly allowedHosts: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<boolean | string[], string>]>;
|
|
10306
|
-
}, undefined>, "
|
|
10306
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10307
10307
|
readonly entries: {
|
|
10308
10308
|
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
10309
10309
|
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, undefined>;
|
|
@@ -10383,13 +10383,13 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10383
10383
|
readonly typeString: "import(\"vite\").UserConfig";
|
|
10384
10384
|
}>, v.DescriptionAction<vite.UserConfig, string>]>;
|
|
10385
10385
|
readonly viteConfigFile: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
10386
|
-
}, undefined>, "
|
|
10386
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10387
10387
|
readonly entries: {
|
|
10388
10388
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
10389
10389
|
readonly author: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
10390
10390
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
10391
10391
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
10392
|
-
}, undefined>, "
|
|
10392
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10393
10393
|
readonly entries: {
|
|
10394
10394
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
10395
10395
|
};
|
|
@@ -10412,7 +10412,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10412
10412
|
} | undefined;
|
|
10413
10413
|
}, Omit<v.ObjectSchema<{
|
|
10414
10414
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
10415
|
-
}, undefined>, "
|
|
10415
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10416
10416
|
readonly entries: {
|
|
10417
10417
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
10418
10418
|
};
|
|
@@ -10439,7 +10439,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10439
10439
|
import?: string[] | undefined;
|
|
10440
10440
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
10441
10441
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
10442
|
-
}, undefined>, "
|
|
10442
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10443
10443
|
readonly entries: {
|
|
10444
10444
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
10445
10445
|
};
|
|
@@ -10462,7 +10462,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10462
10462
|
} | undefined;
|
|
10463
10463
|
}, Omit<v.ObjectSchema<{
|
|
10464
10464
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
10465
|
-
}, undefined>, "
|
|
10465
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10466
10466
|
readonly entries: {
|
|
10467
10467
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
10468
10468
|
};
|
|
@@ -10507,7 +10507,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10507
10507
|
readonly entryContext: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
10508
10508
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
10509
10509
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
10510
|
-
}, undefined>, "
|
|
10510
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10511
10511
|
readonly entries: {
|
|
10512
10512
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
10513
10513
|
};
|
|
@@ -10533,7 +10533,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10533
10533
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
10534
10534
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
10535
10535
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
10536
|
-
}, undefined>, "
|
|
10536
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10537
10537
|
readonly entries: {
|
|
10538
10538
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
10539
10539
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -10581,7 +10581,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10581
10581
|
preflightOption?: string[] | undefined;
|
|
10582
10582
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
10583
10583
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
10584
|
-
}, undefined>, "
|
|
10584
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10585
10585
|
readonly entries: {
|
|
10586
10586
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
10587
10587
|
};
|
|
@@ -10607,7 +10607,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10607
10607
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
10608
10608
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
10609
10609
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
10610
|
-
}, undefined>, "
|
|
10610
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10611
10611
|
readonly entries: {
|
|
10612
10612
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
10613
10613
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -10695,7 +10695,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10695
10695
|
readonly excludes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
10696
10696
|
readonly includeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
10697
10697
|
readonly excludeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
10698
|
-
}, undefined>, "
|
|
10698
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10699
10699
|
readonly entries: {
|
|
10700
10700
|
readonly includes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
10701
10701
|
readonly excludes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
@@ -10773,7 +10773,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10773
10773
|
}>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: {
|
|
10774
10774
|
children: any;
|
|
10775
10775
|
}[]) => any, string>]>;
|
|
10776
|
-
}, undefined>, "
|
|
10776
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10777
10777
|
readonly entries: {
|
|
10778
10778
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
10779
10779
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -10902,7 +10902,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10902
10902
|
}>, v.DescriptionAction<string, string>]>, undefined>;
|
|
10903
10903
|
readonly cover: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
10904
10904
|
readonly src: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
10905
|
-
}, undefined>, "
|
|
10905
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10906
10906
|
readonly entries: {
|
|
10907
10907
|
readonly src: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: src">;
|
|
10908
10908
|
};
|
|
@@ -10926,7 +10926,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10926
10926
|
}, Omit<v.ObjectSchema<{
|
|
10927
10927
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>;
|
|
10928
10928
|
readonly htmlPath: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
10929
|
-
}, undefined>, "
|
|
10929
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
10930
10930
|
readonly entries: {
|
|
10931
10931
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>, undefined>;
|
|
10932
10932
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
@@ -10997,7 +10997,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
10997
10997
|
readonly hardLineBreaks: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
10998
10998
|
readonly disableFormatHtml: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
10999
10999
|
readonly math: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
11000
|
-
}, undefined>, "
|
|
11000
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
11001
11001
|
readonly entries: {
|
|
11002
11002
|
readonly style: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
11003
11003
|
readonly partial: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -11155,7 +11155,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
11155
11155
|
[x: string]: (string | vite.ProxyOptions | undefined) & (string | vite.ProxyOptions);
|
|
11156
11156
|
}, string>]>;
|
|
11157
11157
|
readonly allowedHosts: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<boolean | string[], string>]>;
|
|
11158
|
-
}, undefined>, "
|
|
11158
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
11159
11159
|
readonly entries: {
|
|
11160
11160
|
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
11161
11161
|
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, undefined>;
|
|
@@ -11961,7 +11961,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
11961
11961
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
11962
11962
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
11963
11963
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
11964
|
-
}, undefined>, "
|
|
11964
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
11965
11965
|
readonly entries: {
|
|
11966
11966
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
11967
11967
|
};
|
|
@@ -11984,7 +11984,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
11984
11984
|
} | undefined;
|
|
11985
11985
|
}, Omit<v.ObjectSchema<{
|
|
11986
11986
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
11987
|
-
}, undefined>, "
|
|
11987
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
11988
11988
|
readonly entries: {
|
|
11989
11989
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
11990
11990
|
};
|
|
@@ -12011,7 +12011,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12011
12011
|
import?: string[] | undefined;
|
|
12012
12012
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12013
12013
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12014
|
-
}, undefined>, "
|
|
12014
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12015
12015
|
readonly entries: {
|
|
12016
12016
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12017
12017
|
};
|
|
@@ -12034,7 +12034,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12034
12034
|
} | undefined;
|
|
12035
12035
|
}, Omit<v.ObjectSchema<{
|
|
12036
12036
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12037
|
-
}, undefined>, "
|
|
12037
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12038
12038
|
readonly entries: {
|
|
12039
12039
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12040
12040
|
};
|
|
@@ -12093,7 +12093,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12093
12093
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12094
12094
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12095
12095
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12096
|
-
}, undefined>, "
|
|
12096
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12097
12097
|
readonly entries: {
|
|
12098
12098
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12099
12099
|
};
|
|
@@ -12116,7 +12116,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12116
12116
|
} | undefined;
|
|
12117
12117
|
}, Omit<v.ObjectSchema<{
|
|
12118
12118
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12119
|
-
}, undefined>, "
|
|
12119
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12120
12120
|
readonly entries: {
|
|
12121
12121
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12122
12122
|
};
|
|
@@ -12143,7 +12143,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12143
12143
|
import?: string[] | undefined;
|
|
12144
12144
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12145
12145
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12146
|
-
}, undefined>, "
|
|
12146
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12147
12147
|
readonly entries: {
|
|
12148
12148
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12149
12149
|
};
|
|
@@ -12166,7 +12166,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12166
12166
|
} | undefined;
|
|
12167
12167
|
}, Omit<v.ObjectSchema<{
|
|
12168
12168
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12169
|
-
}, undefined>, "
|
|
12169
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12170
12170
|
readonly entries: {
|
|
12171
12171
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12172
12172
|
};
|
|
@@ -12226,7 +12226,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12226
12226
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12227
12227
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12228
12228
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12229
|
-
}, undefined>, "
|
|
12229
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12230
12230
|
readonly entries: {
|
|
12231
12231
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12232
12232
|
};
|
|
@@ -12249,7 +12249,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12249
12249
|
} | undefined;
|
|
12250
12250
|
}, Omit<v.ObjectSchema<{
|
|
12251
12251
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12252
|
-
}, undefined>, "
|
|
12252
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12253
12253
|
readonly entries: {
|
|
12254
12254
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12255
12255
|
};
|
|
@@ -12276,7 +12276,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12276
12276
|
import?: string[] | undefined;
|
|
12277
12277
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12278
12278
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12279
|
-
}, undefined>, "
|
|
12279
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12280
12280
|
readonly entries: {
|
|
12281
12281
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12282
12282
|
};
|
|
@@ -12299,7 +12299,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12299
12299
|
} | undefined;
|
|
12300
12300
|
}, Omit<v.ObjectSchema<{
|
|
12301
12301
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12302
|
-
}, undefined>, "
|
|
12302
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12303
12303
|
readonly entries: {
|
|
12304
12304
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12305
12305
|
};
|
|
@@ -12339,14 +12339,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12339
12339
|
})[]>]>, undefined>;
|
|
12340
12340
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12341
12341
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
12342
|
-
}, undefined>, "
|
|
12342
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12343
12343
|
readonly entries: {
|
|
12344
12344
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
12345
12345
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12346
12346
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12347
12347
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12348
12348
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12349
|
-
}, undefined>, "
|
|
12349
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12350
12350
|
readonly entries: {
|
|
12351
12351
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12352
12352
|
};
|
|
@@ -12369,7 +12369,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12369
12369
|
} | undefined;
|
|
12370
12370
|
}, Omit<v.ObjectSchema<{
|
|
12371
12371
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12372
|
-
}, undefined>, "
|
|
12372
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12373
12373
|
readonly entries: {
|
|
12374
12374
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12375
12375
|
};
|
|
@@ -12396,7 +12396,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12396
12396
|
import?: string[] | undefined;
|
|
12397
12397
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12398
12398
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12399
|
-
}, undefined>, "
|
|
12399
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12400
12400
|
readonly entries: {
|
|
12401
12401
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12402
12402
|
};
|
|
@@ -12419,7 +12419,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12419
12419
|
} | undefined;
|
|
12420
12420
|
}, Omit<v.ObjectSchema<{
|
|
12421
12421
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12422
|
-
}, undefined>, "
|
|
12422
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12423
12423
|
readonly entries: {
|
|
12424
12424
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12425
12425
|
};
|
|
@@ -12583,7 +12583,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12583
12583
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12584
12584
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12585
12585
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12586
|
-
}, undefined>, "
|
|
12586
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12587
12587
|
readonly entries: {
|
|
12588
12588
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12589
12589
|
};
|
|
@@ -12606,7 +12606,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12606
12606
|
} | undefined;
|
|
12607
12607
|
}, Omit<v.ObjectSchema<{
|
|
12608
12608
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12609
|
-
}, undefined>, "
|
|
12609
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12610
12610
|
readonly entries: {
|
|
12611
12611
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12612
12612
|
};
|
|
@@ -12633,7 +12633,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12633
12633
|
import?: string[] | undefined;
|
|
12634
12634
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12635
12635
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12636
|
-
}, undefined>, "
|
|
12636
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12637
12637
|
readonly entries: {
|
|
12638
12638
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12639
12639
|
};
|
|
@@ -12656,7 +12656,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12656
12656
|
} | undefined;
|
|
12657
12657
|
}, Omit<v.ObjectSchema<{
|
|
12658
12658
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12659
|
-
}, undefined>, "
|
|
12659
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12660
12660
|
readonly entries: {
|
|
12661
12661
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12662
12662
|
};
|
|
@@ -12696,14 +12696,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12696
12696
|
})[]>]>, undefined>;
|
|
12697
12697
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12698
12698
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
12699
|
-
}, undefined>, "
|
|
12699
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12700
12700
|
readonly entries: {
|
|
12701
12701
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
12702
12702
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12703
12703
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
12704
12704
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12705
12705
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12706
|
-
}, undefined>, "
|
|
12706
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12707
12707
|
readonly entries: {
|
|
12708
12708
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12709
12709
|
};
|
|
@@ -12726,7 +12726,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12726
12726
|
} | undefined;
|
|
12727
12727
|
}, Omit<v.ObjectSchema<{
|
|
12728
12728
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12729
|
-
}, undefined>, "
|
|
12729
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12730
12730
|
readonly entries: {
|
|
12731
12731
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12732
12732
|
};
|
|
@@ -12753,7 +12753,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12753
12753
|
import?: string[] | undefined;
|
|
12754
12754
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
12755
12755
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
12756
|
-
}, undefined>, "
|
|
12756
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12757
12757
|
readonly entries: {
|
|
12758
12758
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
12759
12759
|
};
|
|
@@ -12776,7 +12776,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
12776
12776
|
} | undefined;
|
|
12777
12777
|
}, Omit<v.ObjectSchema<{
|
|
12778
12778
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
12779
|
-
}, undefined>, "
|
|
12779
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
12780
12780
|
readonly entries: {
|
|
12781
12781
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
12782
12782
|
};
|
|
@@ -13018,7 +13018,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13018
13018
|
imageAlt?: string | undefined;
|
|
13019
13019
|
pageBreakBefore?: "left" | "right" | "recto" | "verso" | undefined;
|
|
13020
13020
|
})[], string>]>;
|
|
13021
|
-
}, undefined>, "
|
|
13021
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13022
13022
|
readonly entries: {
|
|
13023
13023
|
readonly entry: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.UnionSchema<[v.SchemaWithPipe<readonly [v.ObjectSchema<{
|
|
13024
13024
|
readonly rel: v.LiteralSchema<"contents", undefined>;
|
|
@@ -13027,7 +13027,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13027
13027
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13028
13028
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13029
13029
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13030
|
-
}, undefined>, "
|
|
13030
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13031
13031
|
readonly entries: {
|
|
13032
13032
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13033
13033
|
};
|
|
@@ -13050,7 +13050,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13050
13050
|
} | undefined;
|
|
13051
13051
|
}, Omit<v.ObjectSchema<{
|
|
13052
13052
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13053
|
-
}, undefined>, "
|
|
13053
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13054
13054
|
readonly entries: {
|
|
13055
13055
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13056
13056
|
};
|
|
@@ -13077,7 +13077,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13077
13077
|
import?: string[] | undefined;
|
|
13078
13078
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13079
13079
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13080
|
-
}, undefined>, "
|
|
13080
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13081
13081
|
readonly entries: {
|
|
13082
13082
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13083
13083
|
};
|
|
@@ -13100,7 +13100,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13100
13100
|
} | undefined;
|
|
13101
13101
|
}, Omit<v.ObjectSchema<{
|
|
13102
13102
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13103
|
-
}, undefined>, "
|
|
13103
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13104
13104
|
readonly entries: {
|
|
13105
13105
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13106
13106
|
};
|
|
@@ -13159,7 +13159,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13159
13159
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13160
13160
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13161
13161
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13162
|
-
}, undefined>, "
|
|
13162
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13163
13163
|
readonly entries: {
|
|
13164
13164
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13165
13165
|
};
|
|
@@ -13182,7 +13182,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13182
13182
|
} | undefined;
|
|
13183
13183
|
}, Omit<v.ObjectSchema<{
|
|
13184
13184
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13185
|
-
}, undefined>, "
|
|
13185
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13186
13186
|
readonly entries: {
|
|
13187
13187
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13188
13188
|
};
|
|
@@ -13209,7 +13209,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13209
13209
|
import?: string[] | undefined;
|
|
13210
13210
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13211
13211
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13212
|
-
}, undefined>, "
|
|
13212
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13213
13213
|
readonly entries: {
|
|
13214
13214
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13215
13215
|
};
|
|
@@ -13232,7 +13232,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13232
13232
|
} | undefined;
|
|
13233
13233
|
}, Omit<v.ObjectSchema<{
|
|
13234
13234
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13235
|
-
}, undefined>, "
|
|
13235
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13236
13236
|
readonly entries: {
|
|
13237
13237
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13238
13238
|
};
|
|
@@ -13292,7 +13292,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13292
13292
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13293
13293
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13294
13294
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13295
|
-
}, undefined>, "
|
|
13295
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13296
13296
|
readonly entries: {
|
|
13297
13297
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13298
13298
|
};
|
|
@@ -13315,7 +13315,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13315
13315
|
} | undefined;
|
|
13316
13316
|
}, Omit<v.ObjectSchema<{
|
|
13317
13317
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13318
|
-
}, undefined>, "
|
|
13318
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13319
13319
|
readonly entries: {
|
|
13320
13320
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13321
13321
|
};
|
|
@@ -13342,7 +13342,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13342
13342
|
import?: string[] | undefined;
|
|
13343
13343
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13344
13344
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13345
|
-
}, undefined>, "
|
|
13345
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13346
13346
|
readonly entries: {
|
|
13347
13347
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13348
13348
|
};
|
|
@@ -13365,7 +13365,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13365
13365
|
} | undefined;
|
|
13366
13366
|
}, Omit<v.ObjectSchema<{
|
|
13367
13367
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13368
|
-
}, undefined>, "
|
|
13368
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13369
13369
|
readonly entries: {
|
|
13370
13370
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13371
13371
|
};
|
|
@@ -13405,14 +13405,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13405
13405
|
})[]>]>, undefined>;
|
|
13406
13406
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13407
13407
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
13408
|
-
}, undefined>, "
|
|
13408
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13409
13409
|
readonly entries: {
|
|
13410
13410
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
13411
13411
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13412
13412
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13413
13413
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13414
13414
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13415
|
-
}, undefined>, "
|
|
13415
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13416
13416
|
readonly entries: {
|
|
13417
13417
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13418
13418
|
};
|
|
@@ -13435,7 +13435,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13435
13435
|
} | undefined;
|
|
13436
13436
|
}, Omit<v.ObjectSchema<{
|
|
13437
13437
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13438
|
-
}, undefined>, "
|
|
13438
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13439
13439
|
readonly entries: {
|
|
13440
13440
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13441
13441
|
};
|
|
@@ -13462,7 +13462,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13462
13462
|
import?: string[] | undefined;
|
|
13463
13463
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13464
13464
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13465
|
-
}, undefined>, "
|
|
13465
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13466
13466
|
readonly entries: {
|
|
13467
13467
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13468
13468
|
};
|
|
@@ -13485,7 +13485,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13485
13485
|
} | undefined;
|
|
13486
13486
|
}, Omit<v.ObjectSchema<{
|
|
13487
13487
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13488
|
-
}, undefined>, "
|
|
13488
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13489
13489
|
readonly entries: {
|
|
13490
13490
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13491
13491
|
};
|
|
@@ -13649,7 +13649,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13649
13649
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13650
13650
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13651
13651
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13652
|
-
}, undefined>, "
|
|
13652
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13653
13653
|
readonly entries: {
|
|
13654
13654
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13655
13655
|
};
|
|
@@ -13672,7 +13672,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13672
13672
|
} | undefined;
|
|
13673
13673
|
}, Omit<v.ObjectSchema<{
|
|
13674
13674
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13675
|
-
}, undefined>, "
|
|
13675
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13676
13676
|
readonly entries: {
|
|
13677
13677
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13678
13678
|
};
|
|
@@ -13699,7 +13699,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13699
13699
|
import?: string[] | undefined;
|
|
13700
13700
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13701
13701
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13702
|
-
}, undefined>, "
|
|
13702
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13703
13703
|
readonly entries: {
|
|
13704
13704
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13705
13705
|
};
|
|
@@ -13722,7 +13722,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13722
13722
|
} | undefined;
|
|
13723
13723
|
}, Omit<v.ObjectSchema<{
|
|
13724
13724
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13725
|
-
}, undefined>, "
|
|
13725
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13726
13726
|
readonly entries: {
|
|
13727
13727
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13728
13728
|
};
|
|
@@ -13762,14 +13762,14 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13762
13762
|
})[]>]>, undefined>;
|
|
13763
13763
|
readonly encodingFormat: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13764
13764
|
readonly rel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.TransformAction<string | string[], string[]>]>, undefined>;
|
|
13765
|
-
}, undefined>, "
|
|
13765
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13766
13766
|
readonly entries: {
|
|
13767
13767
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, "Missing required field: path">;
|
|
13768
13768
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13769
13769
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>;
|
|
13770
13770
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13771
13771
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13772
|
-
}, undefined>, "
|
|
13772
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13773
13773
|
readonly entries: {
|
|
13774
13774
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13775
13775
|
};
|
|
@@ -13792,7 +13792,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13792
13792
|
} | undefined;
|
|
13793
13793
|
}, Omit<v.ObjectSchema<{
|
|
13794
13794
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13795
|
-
}, undefined>, "
|
|
13795
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13796
13796
|
readonly entries: {
|
|
13797
13797
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13798
13798
|
};
|
|
@@ -13819,7 +13819,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13819
13819
|
import?: string[] | undefined;
|
|
13820
13820
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
13821
13821
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
13822
|
-
}, undefined>, "
|
|
13822
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13823
13823
|
readonly entries: {
|
|
13824
13824
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
13825
13825
|
};
|
|
@@ -13842,7 +13842,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
13842
13842
|
} | undefined;
|
|
13843
13843
|
}, Omit<v.ObjectSchema<{
|
|
13844
13844
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
13845
|
-
}, undefined>, "
|
|
13845
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
13846
13846
|
readonly entries: {
|
|
13847
13847
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
13848
13848
|
};
|
|
@@ -14611,7 +14611,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14611
14611
|
readonly author: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
14612
14612
|
readonly theme: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
14613
14613
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
14614
|
-
}, undefined>, "
|
|
14614
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14615
14615
|
readonly entries: {
|
|
14616
14616
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
14617
14617
|
};
|
|
@@ -14634,7 +14634,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14634
14634
|
} | undefined;
|
|
14635
14635
|
}, Omit<v.ObjectSchema<{
|
|
14636
14636
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
14637
|
-
}, undefined>, "
|
|
14637
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14638
14638
|
readonly entries: {
|
|
14639
14639
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
14640
14640
|
};
|
|
@@ -14661,7 +14661,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14661
14661
|
import?: string[] | undefined;
|
|
14662
14662
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
14663
14663
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
14664
|
-
}, undefined>, "
|
|
14664
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14665
14665
|
readonly entries: {
|
|
14666
14666
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
14667
14667
|
};
|
|
@@ -14684,7 +14684,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14684
14684
|
} | undefined;
|
|
14685
14685
|
}, Omit<v.ObjectSchema<{
|
|
14686
14686
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
14687
|
-
}, undefined>, "
|
|
14687
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14688
14688
|
readonly entries: {
|
|
14689
14689
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
14690
14690
|
};
|
|
@@ -14729,7 +14729,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14729
14729
|
readonly entryContext: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
14730
14730
|
readonly output: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
14731
14731
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
14732
|
-
}, undefined>, "
|
|
14732
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14733
14733
|
readonly entries: {
|
|
14734
14734
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
14735
14735
|
};
|
|
@@ -14755,7 +14755,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14755
14755
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
14756
14756
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
14757
14757
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
14758
|
-
}, undefined>, "
|
|
14758
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14759
14759
|
readonly entries: {
|
|
14760
14760
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
14761
14761
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -14803,7 +14803,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14803
14803
|
preflightOption?: string[] | undefined;
|
|
14804
14804
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
14805
14805
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
14806
|
-
}, undefined>, "
|
|
14806
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14807
14807
|
readonly entries: {
|
|
14808
14808
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
14809
14809
|
};
|
|
@@ -14829,7 +14829,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14829
14829
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
14830
14830
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
14831
14831
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
14832
|
-
}, undefined>, "
|
|
14832
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14833
14833
|
readonly entries: {
|
|
14834
14834
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
14835
14835
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -14918,7 +14918,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14918
14918
|
readonly excludes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
14919
14919
|
readonly includeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
14920
14920
|
readonly excludeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
14921
|
-
}, undefined>, "
|
|
14921
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
14922
14922
|
readonly entries: {
|
|
14923
14923
|
readonly includes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
14924
14924
|
readonly excludes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
@@ -14996,7 +14996,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
14996
14996
|
}>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: {
|
|
14997
14997
|
children: any;
|
|
14998
14998
|
}[]) => any, string>]>;
|
|
14999
|
-
}, undefined>, "
|
|
14999
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15000
15000
|
readonly entries: {
|
|
15001
15001
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
15002
15002
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -15126,7 +15126,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15126
15126
|
}>, v.DescriptionAction<string, string>]>;
|
|
15127
15127
|
readonly cover: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
15128
15128
|
readonly src: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
15129
|
-
}, undefined>, "
|
|
15129
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15130
15130
|
readonly entries: {
|
|
15131
15131
|
readonly src: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: src">;
|
|
15132
15132
|
};
|
|
@@ -15150,7 +15150,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15150
15150
|
}, Omit<v.ObjectSchema<{
|
|
15151
15151
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>;
|
|
15152
15152
|
readonly htmlPath: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
15153
|
-
}, undefined>, "
|
|
15153
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15154
15154
|
readonly entries: {
|
|
15155
15155
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>, undefined>;
|
|
15156
15156
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
@@ -15221,7 +15221,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15221
15221
|
readonly hardLineBreaks: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
15222
15222
|
readonly disableFormatHtml: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
15223
15223
|
readonly math: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
15224
|
-
}, undefined>, "
|
|
15224
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15225
15225
|
readonly entries: {
|
|
15226
15226
|
readonly style: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
15227
15227
|
readonly partial: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -15380,7 +15380,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15380
15380
|
[x: string]: (string | vite.ProxyOptions | undefined) & (string | vite.ProxyOptions);
|
|
15381
15381
|
}, string>]>;
|
|
15382
15382
|
readonly allowedHosts: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<boolean | string[], string>]>;
|
|
15383
|
-
}, undefined>, "
|
|
15383
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15384
15384
|
readonly entries: {
|
|
15385
15385
|
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
15386
15386
|
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, undefined>;
|
|
@@ -15460,13 +15460,13 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15460
15460
|
readonly typeString: "import(\"vite\").UserConfig";
|
|
15461
15461
|
}>, v.DescriptionAction<vite.UserConfig, string>]>;
|
|
15462
15462
|
readonly viteConfigFile: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
15463
|
-
}, undefined>, "
|
|
15463
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15464
15464
|
readonly entries: {
|
|
15465
15465
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
15466
15466
|
readonly author: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
15467
15467
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
15468
15468
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
15469
|
-
}, undefined>, "
|
|
15469
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15470
15470
|
readonly entries: {
|
|
15471
15471
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
15472
15472
|
};
|
|
@@ -15489,7 +15489,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15489
15489
|
} | undefined;
|
|
15490
15490
|
}, Omit<v.ObjectSchema<{
|
|
15491
15491
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
15492
|
-
}, undefined>, "
|
|
15492
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15493
15493
|
readonly entries: {
|
|
15494
15494
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
15495
15495
|
};
|
|
@@ -15516,7 +15516,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15516
15516
|
import?: string[] | undefined;
|
|
15517
15517
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
15518
15518
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
15519
|
-
}, undefined>, "
|
|
15519
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15520
15520
|
readonly entries: {
|
|
15521
15521
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
15522
15522
|
};
|
|
@@ -15539,7 +15539,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15539
15539
|
} | undefined;
|
|
15540
15540
|
}, Omit<v.ObjectSchema<{
|
|
15541
15541
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
15542
|
-
}, undefined>, "
|
|
15542
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15543
15543
|
readonly entries: {
|
|
15544
15544
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
15545
15545
|
};
|
|
@@ -15584,7 +15584,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15584
15584
|
readonly entryContext: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
15585
15585
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
15586
15586
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
15587
|
-
}, undefined>, "
|
|
15587
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15588
15588
|
readonly entries: {
|
|
15589
15589
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
15590
15590
|
};
|
|
@@ -15610,7 +15610,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15610
15610
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
15611
15611
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
15612
15612
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
15613
|
-
}, undefined>, "
|
|
15613
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15614
15614
|
readonly entries: {
|
|
15615
15615
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
15616
15616
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -15658,7 +15658,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15658
15658
|
preflightOption?: string[] | undefined;
|
|
15659
15659
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
15660
15660
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
15661
|
-
}, undefined>, "
|
|
15661
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15662
15662
|
readonly entries: {
|
|
15663
15663
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
15664
15664
|
};
|
|
@@ -15684,7 +15684,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15684
15684
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
15685
15685
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
15686
15686
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
15687
|
-
}, undefined>, "
|
|
15687
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15688
15688
|
readonly entries: {
|
|
15689
15689
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
15690
15690
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -15772,7 +15772,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15772
15772
|
readonly excludes: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
15773
15773
|
readonly includeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
15774
15774
|
readonly excludeFileExtensions: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>;
|
|
15775
|
-
}, undefined>, "
|
|
15775
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15776
15776
|
readonly entries: {
|
|
15777
15777
|
readonly includes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
15778
15778
|
readonly excludes: v.OptionalSchema<v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.CheckAction<string[], string>, v.DescriptionAction<string[], string>]>, undefined>;
|
|
@@ -15850,7 +15850,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15850
15850
|
}>, v.DescriptionAction<(nodeList: StructuredDocumentSection[]) => (propsList: {
|
|
15851
15851
|
children: any;
|
|
15852
15852
|
}[]) => any, string>]>;
|
|
15853
|
-
}, undefined>, "
|
|
15853
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15854
15854
|
readonly entries: {
|
|
15855
15855
|
readonly title: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
15856
15856
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -15979,7 +15979,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
15979
15979
|
}>, v.DescriptionAction<string, string>]>, undefined>;
|
|
15980
15980
|
readonly cover: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
15981
15981
|
readonly src: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
15982
|
-
}, undefined>, "
|
|
15982
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
15983
15983
|
readonly entries: {
|
|
15984
15984
|
readonly src: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: src">;
|
|
15985
15985
|
};
|
|
@@ -16003,7 +16003,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
16003
16003
|
}, Omit<v.ObjectSchema<{
|
|
16004
16004
|
readonly name: v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>;
|
|
16005
16005
|
readonly htmlPath: v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>;
|
|
16006
|
-
}, undefined>, "
|
|
16006
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
16007
16007
|
readonly entries: {
|
|
16008
16008
|
readonly name: v.OptionalSchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.DescriptionAction<string, string>]>, undefined>;
|
|
16009
16009
|
readonly htmlPath: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
@@ -16074,7 +16074,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
16074
16074
|
readonly hardLineBreaks: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
16075
16075
|
readonly disableFormatHtml: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
16076
16076
|
readonly math: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
16077
|
-
}, undefined>, "
|
|
16077
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
16078
16078
|
readonly entries: {
|
|
16079
16079
|
readonly style: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
16080
16080
|
readonly partial: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -16232,7 +16232,7 @@ declare const VivliostyleConfigSchema: v.SchemaWithPipe<readonly [v.UnionSchema<
|
|
|
16232
16232
|
[x: string]: (string | vite.ProxyOptions | undefined) & (string | vite.ProxyOptions);
|
|
16233
16233
|
}, string>]>;
|
|
16234
16234
|
readonly allowedHosts: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.BooleanSchema<undefined>], undefined>, v.DescriptionAction<boolean | string[], string>]>;
|
|
16235
|
-
}, undefined>, "
|
|
16235
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
16236
16236
|
readonly entries: {
|
|
16237
16237
|
readonly host: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.BooleanSchema<undefined>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, v.DescriptionAction<string | boolean, string>]>, undefined>;
|
|
16238
16238
|
readonly port: v.OptionalSchema<v.SchemaWithPipe<readonly [v.NumberSchema<undefined>, v.MinValueAction<number, 0, undefined>, v.MaxValueAction<number, 65535, undefined>, v.DescriptionAction<number, string>]>, undefined>;
|
|
@@ -18534,7 +18534,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18534
18534
|
}, string>]>;
|
|
18535
18535
|
readonly output: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
18536
18536
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
18537
|
-
}, undefined>, "
|
|
18537
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18538
18538
|
readonly entries: {
|
|
18539
18539
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
18540
18540
|
};
|
|
@@ -18560,7 +18560,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18560
18560
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
18561
18561
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
18562
18562
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
18563
|
-
}, undefined>, "
|
|
18563
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18564
18564
|
readonly entries: {
|
|
18565
18565
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
18566
18566
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -18608,7 +18608,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18608
18608
|
preflightOption?: string[] | undefined;
|
|
18609
18609
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
18610
18610
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
18611
|
-
}, undefined>, "
|
|
18611
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18612
18612
|
readonly entries: {
|
|
18613
18613
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
18614
18614
|
};
|
|
@@ -18634,7 +18634,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18634
18634
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
18635
18635
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
18636
18636
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
18637
|
-
}, undefined>, "
|
|
18637
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18638
18638
|
readonly entries: {
|
|
18639
18639
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
18640
18640
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -18715,7 +18715,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18715
18715
|
})[], string>]>;
|
|
18716
18716
|
readonly theme: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
18717
18717
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
18718
|
-
}, undefined>, "
|
|
18718
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18719
18719
|
readonly entries: {
|
|
18720
18720
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
18721
18721
|
};
|
|
@@ -18738,7 +18738,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18738
18738
|
} | undefined;
|
|
18739
18739
|
}, Omit<v.ObjectSchema<{
|
|
18740
18740
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
18741
|
-
}, undefined>, "
|
|
18741
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18742
18742
|
readonly entries: {
|
|
18743
18743
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
18744
18744
|
};
|
|
@@ -18765,7 +18765,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18765
18765
|
import?: string[] | undefined;
|
|
18766
18766
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
18767
18767
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
18768
|
-
}, undefined>, "
|
|
18768
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18769
18769
|
readonly entries: {
|
|
18770
18770
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
18771
18771
|
};
|
|
@@ -18788,7 +18788,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18788
18788
|
} | undefined;
|
|
18789
18789
|
}, Omit<v.ObjectSchema<{
|
|
18790
18790
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
18791
|
-
}, undefined>, "
|
|
18791
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18792
18792
|
readonly entries: {
|
|
18793
18793
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
18794
18794
|
};
|
|
@@ -18858,7 +18858,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18858
18858
|
readonly proxyBypass: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
18859
18859
|
readonly proxyUser: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
18860
18860
|
readonly proxyPass: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
18861
|
-
readonly logLevel: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"silent", undefined>, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"
|
|
18861
|
+
readonly logLevel: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"silent", undefined>, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"silent" | "info" | "verbose" | "debug", string>]>;
|
|
18862
18862
|
readonly ignoreHttpsErrors: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
18863
18863
|
readonly openViewer: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
18864
18864
|
readonly enableStaticServe: v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>;
|
|
@@ -18872,7 +18872,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
18872
18872
|
readonly logger: v.SchemaWithPipe<readonly [v.CustomSchema<LoggerInterface, undefined>, v.MetadataAction<LoggerInterface, {
|
|
18873
18873
|
readonly typeString: "LoggerInterface";
|
|
18874
18874
|
}>, v.DescriptionAction<LoggerInterface, string>]>;
|
|
18875
|
-
}, undefined>, "
|
|
18875
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
18876
18876
|
readonly entries: {
|
|
18877
18877
|
readonly cwd: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
18878
18878
|
readonly config: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
@@ -20238,7 +20238,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20238
20238
|
}, string>]>, undefined>;
|
|
20239
20239
|
readonly output: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
20240
20240
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
20241
|
-
}, undefined>, "
|
|
20241
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20242
20242
|
readonly entries: {
|
|
20243
20243
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
20244
20244
|
};
|
|
@@ -20264,7 +20264,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20264
20264
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
20265
20265
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
20266
20266
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
20267
|
-
}, undefined>, "
|
|
20267
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20268
20268
|
readonly entries: {
|
|
20269
20269
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
20270
20270
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -20312,7 +20312,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20312
20312
|
preflightOption?: string[] | undefined;
|
|
20313
20313
|
}, "OutputConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
20314
20314
|
readonly path: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
20315
|
-
}, undefined>, "
|
|
20315
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20316
20316
|
readonly entries: {
|
|
20317
20317
|
readonly path: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: path">;
|
|
20318
20318
|
};
|
|
@@ -20338,7 +20338,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20338
20338
|
readonly renderMode: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>;
|
|
20339
20339
|
readonly preflight: v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"press-ready", undefined>, v.LiteralSchema<"press-ready-local", undefined>], undefined>, v.DescriptionAction<"press-ready" | "press-ready-local", string>]>;
|
|
20340
20340
|
readonly preflightOption: v.SchemaWithPipe<readonly [v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.DescriptionAction<string[], string>]>;
|
|
20341
|
-
}, undefined>, "
|
|
20341
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20342
20342
|
readonly entries: {
|
|
20343
20343
|
readonly format: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"pdf", undefined>, v.LiteralSchema<"epub", undefined>, v.LiteralSchema<"webpub", undefined>], undefined>, v.DescriptionAction<"pdf" | "epub" | "webpub", string>]>, undefined>;
|
|
20344
20344
|
readonly renderMode: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"local", undefined>, v.LiteralSchema<"docker", undefined>], undefined>, v.DescriptionAction<"local" | "docker", string>]>, undefined>;
|
|
@@ -20419,7 +20419,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20419
20419
|
})[], string>]>, undefined>;
|
|
20420
20420
|
readonly theme: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.UnionSchema<[v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
20421
20421
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
20422
|
-
}, undefined>, "
|
|
20422
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20423
20423
|
readonly entries: {
|
|
20424
20424
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
20425
20425
|
};
|
|
@@ -20442,7 +20442,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20442
20442
|
} | undefined;
|
|
20443
20443
|
}, Omit<v.ObjectSchema<{
|
|
20444
20444
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
20445
|
-
}, undefined>, "
|
|
20445
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20446
20446
|
readonly entries: {
|
|
20447
20447
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
20448
20448
|
};
|
|
@@ -20469,7 +20469,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20469
20469
|
import?: string[] | undefined;
|
|
20470
20470
|
}, "ThemeConfig">]>, v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>], undefined>, undefined>, v.SchemaWithPipe<readonly [v.IntersectSchema<[Omit<v.ObjectSchema<{
|
|
20471
20471
|
readonly specifier: v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>;
|
|
20472
|
-
}, undefined>, "
|
|
20472
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20473
20473
|
readonly entries: {
|
|
20474
20474
|
readonly specifier: v.NonOptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, "Missing required field: specifier">;
|
|
20475
20475
|
};
|
|
@@ -20492,7 +20492,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20492
20492
|
} | undefined;
|
|
20493
20493
|
}, Omit<v.ObjectSchema<{
|
|
20494
20494
|
readonly import: v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>;
|
|
20495
|
-
}, undefined>, "
|
|
20495
|
+
}, undefined>, "~types" | "~run" | "~standard" | "entries"> & {
|
|
20496
20496
|
readonly entries: {
|
|
20497
20497
|
readonly import: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.ArraySchema<v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, undefined>, v.SchemaWithPipe<readonly [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>]>, undefined>;
|
|
20498
20498
|
};
|
|
@@ -20562,7 +20562,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
20562
20562
|
readonly proxyBypass: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
20563
20563
|
readonly proxyUser: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
20564
20564
|
readonly proxyPass: v.OptionalSchema<v.SchemaWithPipe<readonly [v.SchemaWithPipe<readonly [v.StringSchema<undefined>, v.TrimAction, v.MinLengthAction<string, 1, "At least one character is required">]>, v.DescriptionAction<string, string>]>, undefined>;
|
|
20565
|
-
readonly logLevel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"silent", undefined>, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"
|
|
20565
|
+
readonly logLevel: v.OptionalSchema<v.SchemaWithPipe<readonly [v.UnionSchema<[v.LiteralSchema<"silent", undefined>, v.LiteralSchema<"info", undefined>, v.LiteralSchema<"verbose", undefined>, v.LiteralSchema<"debug", undefined>], undefined>, v.DescriptionAction<"silent" | "info" | "verbose" | "debug", string>]>, undefined>;
|
|
20566
20566
|
readonly ignoreHttpsErrors: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
20567
20567
|
readonly openViewer: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
20568
20568
|
readonly enableStaticServe: v.OptionalSchema<v.SchemaWithPipe<readonly [v.BooleanSchema<undefined>, v.DescriptionAction<boolean, string>]>, undefined>;
|
|
@@ -21084,7 +21084,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
21084
21084
|
proxyBypass?: string | undefined;
|
|
21085
21085
|
proxyUser?: string | undefined;
|
|
21086
21086
|
proxyPass?: string | undefined;
|
|
21087
|
-
logLevel?: "
|
|
21087
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
21088
21088
|
ignoreHttpsErrors?: boolean | undefined;
|
|
21089
21089
|
openViewer?: boolean | undefined;
|
|
21090
21090
|
enableStaticServe?: boolean | undefined;
|
|
@@ -21595,7 +21595,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
21595
21595
|
proxyBypass?: string | undefined;
|
|
21596
21596
|
proxyUser?: string | undefined;
|
|
21597
21597
|
proxyPass?: string | undefined;
|
|
21598
|
-
logLevel?: "
|
|
21598
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
21599
21599
|
ignoreHttpsErrors?: boolean | undefined;
|
|
21600
21600
|
openViewer?: boolean | undefined;
|
|
21601
21601
|
enableStaticServe?: boolean | undefined;
|
|
@@ -22107,7 +22107,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
22107
22107
|
proxyBypass?: string | undefined;
|
|
22108
22108
|
proxyUser?: string | undefined;
|
|
22109
22109
|
proxyPass?: string | undefined;
|
|
22110
|
-
logLevel?: "
|
|
22110
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
22111
22111
|
ignoreHttpsErrors?: boolean | undefined;
|
|
22112
22112
|
openViewer?: boolean | undefined;
|
|
22113
22113
|
enableStaticServe?: boolean | undefined;
|
|
@@ -22626,7 +22626,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
22626
22626
|
proxyBypass?: string | undefined;
|
|
22627
22627
|
proxyUser?: string | undefined;
|
|
22628
22628
|
proxyPass?: string | undefined;
|
|
22629
|
-
logLevel?: "
|
|
22629
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
22630
22630
|
ignoreHttpsErrors?: boolean | undefined;
|
|
22631
22631
|
openViewer?: boolean | undefined;
|
|
22632
22632
|
enableStaticServe?: boolean | undefined;
|
|
@@ -23138,7 +23138,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
23138
23138
|
proxyBypass?: string | undefined;
|
|
23139
23139
|
proxyUser?: string | undefined;
|
|
23140
23140
|
proxyPass?: string | undefined;
|
|
23141
|
-
logLevel?: "
|
|
23141
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
23142
23142
|
ignoreHttpsErrors?: boolean | undefined;
|
|
23143
23143
|
openViewer?: boolean | undefined;
|
|
23144
23144
|
enableStaticServe?: boolean | undefined;
|
|
@@ -23652,7 +23652,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
23652
23652
|
proxyBypass?: string | undefined;
|
|
23653
23653
|
proxyUser?: string | undefined;
|
|
23654
23654
|
proxyPass?: string | undefined;
|
|
23655
|
-
logLevel?: "
|
|
23655
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
23656
23656
|
ignoreHttpsErrors?: boolean | undefined;
|
|
23657
23657
|
openViewer?: boolean | undefined;
|
|
23658
23658
|
enableStaticServe?: boolean | undefined;
|
|
@@ -24163,7 +24163,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
24163
24163
|
proxyBypass?: string | undefined;
|
|
24164
24164
|
proxyUser?: string | undefined;
|
|
24165
24165
|
proxyPass?: string | undefined;
|
|
24166
|
-
logLevel?: "
|
|
24166
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
24167
24167
|
ignoreHttpsErrors?: boolean | undefined;
|
|
24168
24168
|
openViewer?: boolean | undefined;
|
|
24169
24169
|
enableStaticServe?: boolean | undefined;
|
|
@@ -24674,7 +24674,7 @@ declare const VivliostyleInlineConfig: v.SchemaWithPipe<readonly [Omit<v.ObjectS
|
|
|
24674
24674
|
proxyBypass?: string | undefined;
|
|
24675
24675
|
proxyUser?: string | undefined;
|
|
24676
24676
|
proxyPass?: string | undefined;
|
|
24677
|
-
logLevel?: "
|
|
24677
|
+
logLevel?: "silent" | "info" | "verbose" | "debug" | undefined;
|
|
24678
24678
|
ignoreHttpsErrors?: boolean | undefined;
|
|
24679
24679
|
openViewer?: boolean | undefined;
|
|
24680
24680
|
enableStaticServe?: boolean | undefined;
|