@json-to-office/shared-docx 0.32.0 → 0.34.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-PVZMPANS.js → chunk-436TK3T4.js} +622 -452
- package/dist/chunk-436TK3T4.js.map +1 -0
- package/dist/{chunk-LQGORQQI.js → chunk-CQHH44HX.js} +29 -23
- package/dist/chunk-CQHH44HX.js.map +1 -0
- package/dist/{chunk-3L66ZGEV.js → chunk-FG6SI4JG.js} +14 -3
- package/dist/chunk-FG6SI4JG.js.map +1 -0
- package/dist/{chunk-UJ35RKLG.js → chunk-K7PV4XUA.js} +2 -2
- package/dist/chunk-K7PV4XUA.js.map +1 -0
- package/dist/{chunk-2LF3CBBU.js → chunk-NJN6UT3A.js} +56 -3
- package/dist/chunk-NJN6UT3A.js.map +1 -0
- package/dist/{chunk-TQYAIC66.js → chunk-PSVJL2G3.js} +2 -2
- package/dist/{chunk-TJFO2OVU.js → chunk-SZCMTHGI.js} +2 -2
- package/dist/{chunk-LRYBZQL2.js → chunk-VRGM2FUX.js} +6 -6
- package/dist/chunk-VRGM2FUX.js.map +1 -0
- package/dist/{chunk-AT7DFVN7.js → chunk-Y2ME2XH6.js} +4 -2
- package/dist/chunk-Y2ME2XH6.js.map +1 -0
- package/dist/{chunk-E4OJPWK4.js → chunk-Z5WQPM4B.js} +7 -4
- package/dist/chunk-Z5WQPM4B.js.map +1 -0
- package/dist/index.d.ts +173 -16
- package/dist/index.js +295 -16
- package/dist/index.js.map +1 -1
- package/dist/schemas/api.d.ts +6 -0
- package/dist/schemas/api.js +5 -5
- package/dist/schemas/component-defaults.d.ts +76 -29
- package/dist/schemas/component-defaults.js +3 -1
- package/dist/schemas/component-registry.js +3 -3
- package/dist/schemas/components.d.ts +354 -29
- package/dist/schemas/components.js +18 -4
- package/dist/schemas/document.js +6 -6
- package/dist/schemas/export.js +4 -4
- package/dist/schemas/generator.js +4 -4
- package/dist/schemas/theme.d.ts +298 -14
- package/dist/schemas/theme.js +2 -2
- package/dist/validation/unified/index.d.ts +192 -23
- package/dist/validation/unified/index.js +8 -6
- package/package.json +5 -4
- package/dist/chunk-2LF3CBBU.js.map +0 -1
- package/dist/chunk-3L66ZGEV.js.map +0 -1
- package/dist/chunk-AT7DFVN7.js.map +0 -1
- package/dist/chunk-E4OJPWK4.js.map +0 -1
- package/dist/chunk-LQGORQQI.js.map +0 -1
- package/dist/chunk-LRYBZQL2.js.map +0 -1
- package/dist/chunk-PVZMPANS.js.map +0 -1
- package/dist/chunk-UJ35RKLG.js.map +0 -1
- /package/dist/{chunk-TQYAIC66.js.map → chunk-PSVJL2G3.js.map} +0 -0
- /package/dist/{chunk-TJFO2OVU.js.map → chunk-SZCMTHGI.js.map} +0 -0
package/dist/schemas/theme.js
CHANGED
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
ThemeOverridesSchema,
|
|
11
11
|
createMinimalTheme,
|
|
12
12
|
isValidThemeConfig
|
|
13
|
-
} from "../chunk-
|
|
13
|
+
} from "../chunk-CQHH44HX.js";
|
|
14
14
|
import {
|
|
15
15
|
ColumnsComponentDefaultsSchema,
|
|
16
16
|
ComponentDefaultsSchema,
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
SectionComponentDefaultsSchema,
|
|
22
22
|
StatisticComponentDefaultsSchema,
|
|
23
23
|
TableComponentDefaultsSchema
|
|
24
|
-
} from "../chunk-
|
|
24
|
+
} from "../chunk-436TK3T4.js";
|
|
25
25
|
import "../chunk-7TTAAYQ5.js";
|
|
26
26
|
export {
|
|
27
27
|
ColumnsComponentDefaultsSchema,
|
|
@@ -256,6 +256,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
256
256
|
color: _sinclair_typebox.TString;
|
|
257
257
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
258
258
|
}>>;
|
|
259
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
260
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
261
|
+
size: _sinclair_typebox.TNumber;
|
|
262
|
+
color: _sinclair_typebox.TString;
|
|
263
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
264
|
+
}>>;
|
|
259
265
|
}>>;
|
|
260
266
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
261
267
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -316,6 +322,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
316
322
|
color: _sinclair_typebox.TString;
|
|
317
323
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
318
324
|
}>>;
|
|
325
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
326
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
327
|
+
size: _sinclair_typebox.TNumber;
|
|
328
|
+
color: _sinclair_typebox.TString;
|
|
329
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
330
|
+
}>>;
|
|
319
331
|
}>>;
|
|
320
332
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
321
333
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -376,6 +388,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
376
388
|
color: _sinclair_typebox.TString;
|
|
377
389
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
378
390
|
}>>;
|
|
391
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
392
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
393
|
+
size: _sinclair_typebox.TNumber;
|
|
394
|
+
color: _sinclair_typebox.TString;
|
|
395
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
396
|
+
}>>;
|
|
379
397
|
}>>;
|
|
380
398
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
381
399
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -436,6 +454,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
436
454
|
color: _sinclair_typebox.TString;
|
|
437
455
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
438
456
|
}>>;
|
|
457
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
458
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
459
|
+
size: _sinclair_typebox.TNumber;
|
|
460
|
+
color: _sinclair_typebox.TString;
|
|
461
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
462
|
+
}>>;
|
|
439
463
|
}>>;
|
|
440
464
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
441
465
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -496,6 +520,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
496
520
|
color: _sinclair_typebox.TString;
|
|
497
521
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
498
522
|
}>>;
|
|
523
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
524
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
525
|
+
size: _sinclair_typebox.TNumber;
|
|
526
|
+
color: _sinclair_typebox.TString;
|
|
527
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
528
|
+
}>>;
|
|
499
529
|
}>>;
|
|
500
530
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
501
531
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -556,6 +586,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
556
586
|
color: _sinclair_typebox.TString;
|
|
557
587
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
558
588
|
}>>;
|
|
589
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
590
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
591
|
+
size: _sinclair_typebox.TNumber;
|
|
592
|
+
color: _sinclair_typebox.TString;
|
|
593
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
594
|
+
}>>;
|
|
559
595
|
}>>;
|
|
560
596
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
561
597
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -616,6 +652,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
616
652
|
color: _sinclair_typebox.TString;
|
|
617
653
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
618
654
|
}>>;
|
|
655
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
656
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
657
|
+
size: _sinclair_typebox.TNumber;
|
|
658
|
+
color: _sinclair_typebox.TString;
|
|
659
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
660
|
+
}>>;
|
|
619
661
|
}>>;
|
|
620
662
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
621
663
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -676,6 +718,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
676
718
|
color: _sinclair_typebox.TString;
|
|
677
719
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
678
720
|
}>>;
|
|
721
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
722
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
723
|
+
size: _sinclair_typebox.TNumber;
|
|
724
|
+
color: _sinclair_typebox.TString;
|
|
725
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
726
|
+
}>>;
|
|
679
727
|
}>>;
|
|
680
728
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
681
729
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -736,6 +784,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
736
784
|
color: _sinclair_typebox.TString;
|
|
737
785
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
738
786
|
}>>;
|
|
787
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
788
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
789
|
+
size: _sinclair_typebox.TNumber;
|
|
790
|
+
color: _sinclair_typebox.TString;
|
|
791
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
792
|
+
}>>;
|
|
739
793
|
}>>;
|
|
740
794
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
741
795
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -800,6 +854,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
800
854
|
color: _sinclair_typebox.TString;
|
|
801
855
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
802
856
|
}>>;
|
|
857
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
858
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
859
|
+
size: _sinclair_typebox.TNumber;
|
|
860
|
+
color: _sinclair_typebox.TString;
|
|
861
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
862
|
+
}>>;
|
|
803
863
|
}>>;
|
|
804
864
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
805
865
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -864,6 +924,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
864
924
|
color: _sinclair_typebox.TString;
|
|
865
925
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
866
926
|
}>>;
|
|
927
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
928
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
929
|
+
size: _sinclair_typebox.TNumber;
|
|
930
|
+
color: _sinclair_typebox.TString;
|
|
931
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
932
|
+
}>>;
|
|
867
933
|
}>>;
|
|
868
934
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
869
935
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -928,6 +994,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
928
994
|
color: _sinclair_typebox.TString;
|
|
929
995
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
930
996
|
}>>;
|
|
997
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
998
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
999
|
+
size: _sinclair_typebox.TNumber;
|
|
1000
|
+
color: _sinclair_typebox.TString;
|
|
1001
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1002
|
+
}>>;
|
|
931
1003
|
}>>;
|
|
932
1004
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
933
1005
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -992,6 +1064,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
992
1064
|
color: _sinclair_typebox.TString;
|
|
993
1065
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
994
1066
|
}>>;
|
|
1067
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1068
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
1069
|
+
size: _sinclair_typebox.TNumber;
|
|
1070
|
+
color: _sinclair_typebox.TString;
|
|
1071
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1072
|
+
}>>;
|
|
995
1073
|
}>>;
|
|
996
1074
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
997
1075
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1056,6 +1134,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1056
1134
|
color: _sinclair_typebox.TString;
|
|
1057
1135
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1058
1136
|
}>>;
|
|
1137
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1138
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
1139
|
+
size: _sinclair_typebox.TNumber;
|
|
1140
|
+
color: _sinclair_typebox.TString;
|
|
1141
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1142
|
+
}>>;
|
|
1059
1143
|
}>>;
|
|
1060
1144
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1061
1145
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1120,6 +1204,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1120
1204
|
color: _sinclair_typebox.TString;
|
|
1121
1205
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1122
1206
|
}>>;
|
|
1207
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1208
|
+
style: _sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"single">, _sinclair_typebox.TLiteral<"dashDotStroked">, _sinclair_typebox.TLiteral<"dashed">, _sinclair_typebox.TLiteral<"dashSmallGap">, _sinclair_typebox.TLiteral<"dotDash">, _sinclair_typebox.TLiteral<"dotDotDash">, _sinclair_typebox.TLiteral<"dotted">, _sinclair_typebox.TLiteral<"double">, _sinclair_typebox.TLiteral<"doubleWave">, _sinclair_typebox.TLiteral<"inset">, _sinclair_typebox.TLiteral<"nil">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"outset">, _sinclair_typebox.TLiteral<"thick">, _sinclair_typebox.TLiteral<"thickThinLargeGap">, _sinclair_typebox.TLiteral<"thickThinMediumGap">, _sinclair_typebox.TLiteral<"thickThinSmallGap">, _sinclair_typebox.TLiteral<"thinThickLargeGap">, _sinclair_typebox.TLiteral<"thinThickMediumGap">, _sinclair_typebox.TLiteral<"thinThickSmallGap">, _sinclair_typebox.TLiteral<"thinThickThinLargeGap">, _sinclair_typebox.TLiteral<"thinThickThinMediumGap">, _sinclair_typebox.TLiteral<"thinThickThinSmallGap">, _sinclair_typebox.TLiteral<"threeDEmboss">, _sinclair_typebox.TLiteral<"threeDEngrave">, _sinclair_typebox.TLiteral<"triple">, _sinclair_typebox.TLiteral<"wave">]>;
|
|
1209
|
+
size: _sinclair_typebox.TNumber;
|
|
1210
|
+
color: _sinclair_typebox.TString;
|
|
1211
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1212
|
+
}>>;
|
|
1123
1213
|
}>>;
|
|
1124
1214
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1125
1215
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1240,6 +1330,7 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1240
1330
|
columnBreak: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1241
1331
|
keepNext: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1242
1332
|
keepLines: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1333
|
+
id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1243
1334
|
themeStyle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1244
1335
|
boldColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1245
1336
|
tabStops: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
@@ -1265,7 +1356,6 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1265
1356
|
width: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1266
1357
|
height: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1267
1358
|
}>>;
|
|
1268
|
-
id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1269
1359
|
}>>;
|
|
1270
1360
|
image: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1271
1361
|
path: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -1364,6 +1454,7 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1364
1454
|
gap: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString]>>;
|
|
1365
1455
|
}>>;
|
|
1366
1456
|
list: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1457
|
+
format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>, _sinclair_typebox.TLiteral<"numbered">, _sinclair_typebox.TLiteral<"none">]>>;
|
|
1367
1458
|
items: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TObject<{
|
|
1368
1459
|
text: _sinclair_typebox.TString;
|
|
1369
1460
|
level: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1376,13 +1467,21 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1376
1467
|
}>>;
|
|
1377
1468
|
}>>;
|
|
1378
1469
|
}>]>>>;
|
|
1470
|
+
spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1471
|
+
before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1472
|
+
after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1473
|
+
item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1474
|
+
}>>;
|
|
1475
|
+
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1476
|
+
alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
|
|
1477
|
+
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
|
|
1478
|
+
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1479
|
+
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1480
|
+
}>]>>;
|
|
1481
|
+
bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1379
1482
|
reference: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1380
1483
|
levels: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1381
1484
|
level: _sinclair_typebox.TNumber;
|
|
1382
|
-
/**
|
|
1383
|
-
* Validate a custom component configuration with a custom schema.
|
|
1384
|
-
* Delegates to @json-to-office/shared/plugin to avoid duplication.
|
|
1385
|
-
*/
|
|
1386
1485
|
format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>>;
|
|
1387
1486
|
text: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1388
1487
|
alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"start">, _sinclair_typebox.TLiteral<"end">, _sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"center">]>>;
|
|
@@ -1391,20 +1490,18 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1391
1490
|
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1392
1491
|
}>>;
|
|
1393
1492
|
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1493
|
+
font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1494
|
+
family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1495
|
+
size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1496
|
+
color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1497
|
+
bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1498
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1499
|
+
/**
|
|
1500
|
+
* Batch validate multiple components
|
|
1501
|
+
*/
|
|
1502
|
+
underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1503
|
+
}>>;
|
|
1394
1504
|
}>>>;
|
|
1395
|
-
format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>, _sinclair_typebox.TLiteral<"numbered">, _sinclair_typebox.TLiteral<"none">]>>;
|
|
1396
|
-
bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1397
|
-
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1398
|
-
spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1399
|
-
before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1400
|
-
after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1401
|
-
item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1402
|
-
}>>;
|
|
1403
|
-
alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
|
|
1404
|
-
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
|
|
1405
|
-
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1406
|
-
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1407
|
-
}>]>>;
|
|
1408
1505
|
}>>;
|
|
1409
1506
|
}>>;
|
|
1410
1507
|
language: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -1504,6 +1601,19 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1504
1601
|
text: _sinclair_typebox.TString;
|
|
1505
1602
|
}>>;
|
|
1506
1603
|
}>>;
|
|
1604
|
+
comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1605
|
+
replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1606
|
+
text: _sinclair_typebox.TString;
|
|
1607
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1608
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1609
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1610
|
+
}>>>;
|
|
1611
|
+
resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1612
|
+
text: _sinclair_typebox.TString;
|
|
1613
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1614
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1615
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1616
|
+
}>>;
|
|
1507
1617
|
}>;
|
|
1508
1618
|
readonly paragraph: _sinclair_typebox.TObject<{
|
|
1509
1619
|
text: _sinclair_typebox.TString;
|
|
@@ -1581,6 +1691,27 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1581
1691
|
text: _sinclair_typebox.TString;
|
|
1582
1692
|
}>>;
|
|
1583
1693
|
}>>;
|
|
1694
|
+
comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1695
|
+
replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1696
|
+
text: _sinclair_typebox.TString;
|
|
1697
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1698
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1699
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1700
|
+
}>>>;
|
|
1701
|
+
resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1702
|
+
text: _sinclair_typebox.TString;
|
|
1703
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1704
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1705
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1706
|
+
}>>;
|
|
1707
|
+
footnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1708
|
+
id: _sinclair_typebox.TString;
|
|
1709
|
+
text: _sinclair_typebox.TString;
|
|
1710
|
+
}>>>;
|
|
1711
|
+
endnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1712
|
+
id: _sinclair_typebox.TString;
|
|
1713
|
+
text: _sinclair_typebox.TString;
|
|
1714
|
+
}>>>;
|
|
1584
1715
|
}>;
|
|
1585
1716
|
readonly columns: _sinclair_typebox.TObject<{
|
|
1586
1717
|
columns: _sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
@@ -1667,10 +1798,6 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1667
1798
|
reference: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1668
1799
|
levels: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1669
1800
|
level: _sinclair_typebox.TNumber;
|
|
1670
|
-
/**
|
|
1671
|
-
* Validate a custom component configuration with a custom schema.
|
|
1672
|
-
* Delegates to @json-to-office/shared/plugin to avoid duplication.
|
|
1673
|
-
*/
|
|
1674
1801
|
format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>>;
|
|
1675
1802
|
text: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1676
1803
|
alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"start">, _sinclair_typebox.TLiteral<"end">, _sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"center">]>>;
|
|
@@ -1679,6 +1806,17 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1679
1806
|
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1680
1807
|
}>>;
|
|
1681
1808
|
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1809
|
+
font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1810
|
+
family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1811
|
+
size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1812
|
+
color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1813
|
+
bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1814
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1815
|
+
/**
|
|
1816
|
+
* Batch validate multiple components
|
|
1817
|
+
*/
|
|
1818
|
+
underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1819
|
+
}>>;
|
|
1682
1820
|
}>>>;
|
|
1683
1821
|
format: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"decimal">, _sinclair_typebox.TLiteral<"upperRoman">, _sinclair_typebox.TLiteral<"lowerRoman">, _sinclair_typebox.TLiteral<"upperLetter">, _sinclair_typebox.TLiteral<"lowerLetter">, _sinclair_typebox.TLiteral<"bullet">, _sinclair_typebox.TLiteral<"ordinal">, _sinclair_typebox.TLiteral<"cardinalText">, _sinclair_typebox.TLiteral<"ordinalText">, _sinclair_typebox.TLiteral<"hex">, _sinclair_typebox.TLiteral<"chicago">, _sinclair_typebox.TLiteral<"ideographDigital">, _sinclair_typebox.TLiteral<"japaneseCounting">, _sinclair_typebox.TLiteral<"aiueo">, _sinclair_typebox.TLiteral<"iroha">, _sinclair_typebox.TLiteral<"decimalFullWidth">, _sinclair_typebox.TLiteral<"decimalHalfWidth">, _sinclair_typebox.TLiteral<"japaneseLegal">, _sinclair_typebox.TLiteral<"japaneseDigitalTenThousand">, _sinclair_typebox.TLiteral<"decimalEnclosedCircle">, _sinclair_typebox.TLiteral<"decimalFullWidth2">, _sinclair_typebox.TLiteral<"aiueoFullWidth">, _sinclair_typebox.TLiteral<"irohaFullWidth">, _sinclair_typebox.TLiteral<"decimalZero">, _sinclair_typebox.TLiteral<"ganada">, _sinclair_typebox.TLiteral<"chosung">, _sinclair_typebox.TLiteral<"decimalEnclosedFullstop">, _sinclair_typebox.TLiteral<"decimalEnclosedParen">, _sinclair_typebox.TLiteral<"decimalEnclosedCircleChinese">, _sinclair_typebox.TLiteral<"ideographEnclosedCircle">, _sinclair_typebox.TLiteral<"ideographTraditional">, _sinclair_typebox.TLiteral<"ideographZodiac">, _sinclair_typebox.TLiteral<"ideographZodiacTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCounting">, _sinclair_typebox.TLiteral<"ideographLegalTraditional">, _sinclair_typebox.TLiteral<"taiwaneseCountingThousand">, _sinclair_typebox.TLiteral<"taiwaneseDigital">, _sinclair_typebox.TLiteral<"chineseCounting">, _sinclair_typebox.TLiteral<"chineseLegalSimplified">, _sinclair_typebox.TLiteral<"chineseCountingThousand">, _sinclair_typebox.TLiteral<"koreanDigital">, _sinclair_typebox.TLiteral<"koreanCounting">, _sinclair_typebox.TLiteral<"koreanLegal">, _sinclair_typebox.TLiteral<"koreanDigital2">, _sinclair_typebox.TLiteral<"vietnameseCounting">, _sinclair_typebox.TLiteral<"russianLower">, _sinclair_typebox.TLiteral<"russianUpper">, _sinclair_typebox.TLiteral<"none">, _sinclair_typebox.TLiteral<"numberInDash">, _sinclair_typebox.TLiteral<"hebrew1">, _sinclair_typebox.TLiteral<"hebrew2">, _sinclair_typebox.TLiteral<"arabicAlpha">, _sinclair_typebox.TLiteral<"arabicAbjad">, _sinclair_typebox.TLiteral<"hindiVowels">, _sinclair_typebox.TLiteral<"hindiConsonants">, _sinclair_typebox.TLiteral<"hindiNumbers">, _sinclair_typebox.TLiteral<"hindiCounting">, _sinclair_typebox.TLiteral<"thaiLetters">, _sinclair_typebox.TLiteral<"thaiNumbers">, _sinclair_typebox.TLiteral<"thaiCounting">]>, _sinclair_typebox.TLiteral<"numbered">, _sinclair_typebox.TLiteral<"none">]>>;
|
|
1684
1822
|
bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -1693,6 +1831,19 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1693
1831
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1694
1832
|
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1695
1833
|
}>]>>;
|
|
1834
|
+
comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1835
|
+
replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1836
|
+
text: _sinclair_typebox.TString;
|
|
1837
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1838
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1839
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1840
|
+
}>>>;
|
|
1841
|
+
resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1842
|
+
text: _sinclair_typebox.TString;
|
|
1843
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1844
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1845
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1846
|
+
}>>;
|
|
1696
1847
|
}>;
|
|
1697
1848
|
readonly custom: _sinclair_typebox.TObject<{
|
|
1698
1849
|
name: _sinclair_typebox.TLiteral<"text-space-after">;
|
|
@@ -1815,6 +1966,24 @@ interface DeepValidateOptions {
|
|
|
1815
1966
|
* text boxes, headers/footers, and sections are all covered.
|
|
1816
1967
|
*/
|
|
1817
1968
|
declare function collectIndentConflicts(data: unknown): ValidationError[];
|
|
1969
|
+
/**
|
|
1970
|
+
* Collect "notes declared on a revised paragraph" conflicts anywhere in a
|
|
1971
|
+
* document.
|
|
1972
|
+
*
|
|
1973
|
+
* `revision` renders a paragraph's text from its segments as literal runs, so a
|
|
1974
|
+
* `[^id]` marker inside them never resolves and the declared note body is never
|
|
1975
|
+
* written. The combination is not expressible either: `InsertedTextRun` and
|
|
1976
|
+
* `DeletedTextRun` wrap exactly one `TextRun` built from their own options, so
|
|
1977
|
+
* `docx` offers no way to put a footnote reference inside `w:ins` / `w:del`
|
|
1978
|
+
* without reaching past its public API.
|
|
1979
|
+
*
|
|
1980
|
+
* Each half is an independent optional field, so a payload carrying both passes
|
|
1981
|
+
* TypeBox's structural check. Like the image-source and indent walks above,
|
|
1982
|
+
* this runs unconditionally and traverses every nested value, so paragraphs
|
|
1983
|
+
* inside columns, table cells, text boxes, headers/footers and sections are all
|
|
1984
|
+
* covered.
|
|
1985
|
+
*/
|
|
1986
|
+
declare function collectNoteRevisionConflicts(data: unknown): ValidationError[];
|
|
1818
1987
|
/**
|
|
1819
1988
|
* Deep validate a document to collect ALL errors, not just union-level errors
|
|
1820
1989
|
*/
|
|
@@ -1875,4 +2044,4 @@ declare const validateStrict: {
|
|
|
1875
2044
|
componentDefinition: (component: unknown) => ComponentValidationResult<unknown>;
|
|
1876
2045
|
};
|
|
1877
2046
|
|
|
1878
|
-
export { ComponentValidationResult, DocumentValidationResult, ERROR_TEMPLATES, JsonValidationResult, type StandardComponentName, ThemeValidationResult, ValidationOptions, collectIndentConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformValueError as transformDocxValueError, transformValueErrors as transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent, validateComponentDefinition, validateComponents, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement };
|
|
2047
|
+
export { ComponentValidationResult, DocumentValidationResult, ERROR_TEMPLATES, JsonValidationResult, type StandardComponentName, ThemeValidationResult, ValidationOptions, collectIndentConflicts, collectNoteRevisionConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformValueError as transformDocxValueError, transformValueErrors as transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent, validateComponentDefinition, validateComponents, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement };
|
|
@@ -47,9 +47,10 @@ import {
|
|
|
47
47
|
validateTheme,
|
|
48
48
|
validateThemeJson,
|
|
49
49
|
validateThemeWithEnhancement
|
|
50
|
-
} from "../../chunk-
|
|
50
|
+
} from "../../chunk-VRGM2FUX.js";
|
|
51
51
|
import {
|
|
52
52
|
collectIndentConflicts,
|
|
53
|
+
collectNoteRevisionConflicts,
|
|
53
54
|
comprehensiveValidateDocument,
|
|
54
55
|
createDocumentValidator,
|
|
55
56
|
createJsonValidator,
|
|
@@ -70,12 +71,12 @@ import {
|
|
|
70
71
|
validateJsonComponent,
|
|
71
72
|
validateJsonDocument,
|
|
72
73
|
validateWithEnhancement
|
|
73
|
-
} from "../../chunk-
|
|
74
|
-
import "../../chunk-
|
|
74
|
+
} from "../../chunk-NJN6UT3A.js";
|
|
75
|
+
import "../../chunk-K7PV4XUA.js";
|
|
75
76
|
import "../../chunk-7GGTZ4TA.js";
|
|
76
|
-
import "../../chunk-
|
|
77
|
-
import "../../chunk-
|
|
78
|
-
import "../../chunk-
|
|
77
|
+
import "../../chunk-Z5WQPM4B.js";
|
|
78
|
+
import "../../chunk-CQHH44HX.js";
|
|
79
|
+
import "../../chunk-436TK3T4.js";
|
|
79
80
|
import "../../chunk-7TTAAYQ5.js";
|
|
80
81
|
export {
|
|
81
82
|
DEFAULT_ERROR_CONFIG,
|
|
@@ -84,6 +85,7 @@ export {
|
|
|
84
85
|
calculatePosition,
|
|
85
86
|
clearComponentNamesCache,
|
|
86
87
|
collectIndentConflicts,
|
|
88
|
+
collectNoteRevisionConflicts,
|
|
87
89
|
componentValidator,
|
|
88
90
|
comprehensiveValidateDocument,
|
|
89
91
|
createComponentValidator,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@json-to-office/shared-docx",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.34.0",
|
|
4
4
|
"description": "DOCX-specific schemas, component registry and validation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -29,13 +29,14 @@
|
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
31
|
"@sinclair/typebox": "0.34.38",
|
|
32
|
-
"docx": "9.
|
|
33
|
-
"@json-to-office/shared": "^0.
|
|
32
|
+
"docx": "9.7.1",
|
|
33
|
+
"@json-to-office/shared": "^0.33.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/node": "20.11.0",
|
|
37
37
|
"tsup": "8.5.0",
|
|
38
|
-
"typescript": "5.3.3"
|
|
38
|
+
"typescript": "5.3.3",
|
|
39
|
+
"vscode-json-languageservice": "5.4.0"
|
|
39
40
|
},
|
|
40
41
|
"license": "MIT",
|
|
41
42
|
"author": "Paolo Barbato",
|