@json-to-office/shared-docx 0.33.0 → 0.35.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-QDBFYGOR.js → chunk-4FOTCEYP.js} +14 -3
- package/dist/chunk-4FOTCEYP.js.map +1 -0
- package/dist/{chunk-WAKSQXQA.js → chunk-4ORMKPLQ.js} +2 -2
- package/dist/{chunk-BDVZALLE.js → chunk-7FNE5T7M.js} +56 -3
- package/dist/chunk-7FNE5T7M.js.map +1 -0
- package/dist/{chunk-R5UGQRFE.js → chunk-EKBKTVLD.js} +2 -2
- package/dist/{chunk-5QOQVYBJ.js → chunk-G5GIBBUX.js} +5 -3
- package/dist/chunk-G5GIBBUX.js.map +1 -0
- package/dist/{chunk-UNNSBEER.js → chunk-HHF5AQ7X.js} +2 -2
- package/dist/chunk-HHF5AQ7X.js.map +1 -0
- package/dist/{chunk-XDMC32YP.js → chunk-KKFRVDJH.js} +6 -6
- package/dist/chunk-KKFRVDJH.js.map +1 -0
- package/dist/{chunk-LQGORQQI.js → chunk-PQITDZWT.js} +31 -23
- package/dist/chunk-PQITDZWT.js.map +1 -0
- package/dist/{chunk-I7HBLM3U.js → chunk-UKOAOVPP.js} +2 -2
- package/dist/index.d.ts +218 -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 +430 -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 +336 -14
- package/dist/schemas/theme.js +2 -2
- package/dist/validation/unified/index.d.ts +231 -23
- package/dist/validation/unified/index.js +8 -6
- package/package.json +3 -3
- package/dist/chunk-5QOQVYBJ.js.map +0 -1
- package/dist/chunk-BDVZALLE.js.map +0 -1
- package/dist/chunk-LQGORQQI.js.map +0 -1
- package/dist/chunk-PVZMPANS.js.map +0 -1
- package/dist/chunk-QDBFYGOR.js.map +0 -1
- package/dist/chunk-UNNSBEER.js.map +0 -1
- package/dist/chunk-XDMC32YP.js.map +0 -1
- /package/dist/{chunk-WAKSQXQA.js.map → chunk-4ORMKPLQ.js.map} +0 -0
- /package/dist/{chunk-R5UGQRFE.js.map → chunk-EKBKTVLD.js.map} +0 -0
- /package/dist/{chunk-I7HBLM3U.js.map → chunk-UKOAOVPP.js.map} +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { RevisionSegment, ComponentDefinition as ComponentDefinition$1, ComponentDefinitionSchema, ColumnsPropsSchema, ReportPropsSchema, SectionPropsSchema, HeadingPropsSchema, ParagraphPropsSchema, TextBoxPropsSchema, ImagePropsSchema, HighchartsPropsSchema, VisualPropsSchema, StatisticPropsSchema, TablePropsSchema, ListPropsSchema, TocPropsSchema } from './schemas/components.js';
|
|
2
|
-
export { Alignment, AlignmentSchema, BaseComponentProps, BaseComponentPropsSchema, BorderSchema, ColumnsProps, HeadingLevel, HeadingLevelSchema, HeadingProps, HighchartsProps, ImageProps, Indent, IndentSchema, JustifiedAlignment, JustifiedAlignmentSchema, LineSpacing, LineSpacingSchema, ListProps, MarginsSchema, Numbering, NumberingSchema, ParagraphIndent, ParagraphIndentSchema, ParagraphProps, ReportProps, Revision, RevisionSchema, RevisionSegmentSchema, SectionProps, Spacing, SpacingSchema, StandardComponentDefinitionSchema, StatisticProps, TabStop, TabStopLeader, TabStopLeaderSchema, TabStopSchema, TabStopType, TabStopTypeSchema, TabStops, TabStopsSchema, TableProps, TextBoxProps, TocProps, VisualCanvas, VisualCanvasBackgroundSchema, VisualCanvasSchema, VisualProps } from './schemas/components.js';
|
|
2
|
+
export { Alignment, AlignmentSchema, BaseComponentProps, BaseComponentPropsSchema, BorderSchema, ColumnsProps, Comment, CommentReply, CommentReplySchema, CommentSchema, EndnotesSchema, FootnotesSchema, HeadingLevel, HeadingLevelSchema, HeadingProps, HighchartsProps, ImageProps, Indent, IndentSchema, JustifiedAlignment, JustifiedAlignmentSchema, LineSpacing, LineSpacingSchema, ListMarkerFont, ListMarkerFontSchema, ListProps, MarginsSchema, Note, NoteSchema, Numbering, NumberingSchema, ParagraphIndent, ParagraphIndentSchema, ParagraphProps, ReportProps, Revision, RevisionMark, RevisionMarkSchema, RevisionSchema, RevisionSegmentSchema, SectionProps, Spacing, SpacingSchema, StandardComponentDefinitionSchema, StatisticProps, TabStop, TabStopLeader, TabStopLeaderSchema, TabStopSchema, TabStopType, TabStopTypeSchema, TabStops, TabStopsSchema, TableProps, TextBoxProps, TocProps, VisualCanvas, VisualCanvasBackgroundSchema, VisualCanvasSchema, VisualProps } from './schemas/components.js';
|
|
3
3
|
export { AddWarningFunction, ComponentSchemaConfig, DEFAULT_ERROR_CONFIG, ERROR_EMOJIS, ErrorFormatterConfig, GenerationWarning, ParsedSemver, ComponentDefinition as SharedComponentDefinition, ValidationError, ValidationResult, calculatePosition, clearComponentNamesCache, compareSemver, convertToJsonSchema, createComponentSchema, createErrorConfig, createJsonParseError, exportSchemaToFile, extractStandardComponentNames, fixSchemaReferences, formatErrorMessage, formatErrorSummary, getLiteralValue, getObjectSchemaPropertyNames, getSchemaMetadata, groupErrorsByPath, isLiteralSchema, isObjectSchema, isUnionSchema, isValidSemver, latestVersion, parseSemver, createComponentSchemaObject as sharedCreateComponentSchemaObject, transformValueError, transformValueErrors } from '@json-to-office/shared';
|
|
4
4
|
import { DocumentValidationResult, ValidationError } from './schemas/document.js';
|
|
5
5
|
export { JSON_SCHEMA_URLS, JsonComponentDefinitionSchema } from './schemas/document.js';
|
|
@@ -8,9 +8,10 @@ export { GenerateDocumentRequest, GenerateDocumentRequestSchema, GenerateDocumen
|
|
|
8
8
|
import * as _sinclair_typebox from '@sinclair/typebox';
|
|
9
9
|
import { Static } from '@sinclair/typebox';
|
|
10
10
|
import { ValueError } from '@sinclair/typebox/value';
|
|
11
|
-
export { ERROR_TEMPLATES, collectIndentConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidTheme as isValidThemeJson, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformDocxValueError, transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent as validateComponentProps, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement } from './validation/unified/index.js';
|
|
11
|
+
export { ERROR_TEMPLATES, collectIndentConflicts, collectNoteRevisionConflicts, componentValidator, comprehensiveValidateDocument, createComponentValidator, createJsonValidator, createThemeValidator, createValidator, deepValidateDocument, getThemeName, getValidationSummary, isColumnsProps, isCustomComponentProps, isHeadingProps, isImageProps, isListProps, isParagraphProps, isReportProps, isSectionProps, isStandardComponentName, isStatisticProps, isTableProps, isThemeConfig, isValidTheme, isValidTheme as isValidThemeJson, isValidationSuccess, strictComponentValidator, strictThemeValidator, themeValidator, transformDocxValueError, transformDocxValueErrors, validate, validateAgainstSchema, validateBatch, validateComponent as validateComponentProps, validateCustomComponentProps, validateJson, validateStrict, validateTheme, validateThemeJson, validateThemeWithEnhancement, validateWithEnhancement } from './validation/unified/index.js';
|
|
12
12
|
import { TextSpaceAfterPropsSchema } from './schemas/custom-components.js';
|
|
13
13
|
export { CustomComponentDefinitionSchema, TextSpaceAfterComponentSchema, TextSpaceAfterProps } from './schemas/custom-components.js';
|
|
14
|
+
export { STANDARD_COMPONENTS_REGISTRY, getAllStandardComponentNames, getStandardComponent } from './schemas/component-registry.js';
|
|
14
15
|
export { BASE_SCHEMA_METADATA, COMPONENT_METADATA, ComponentSchemaConfig as DocxComponentSchemaConfig, THEME_SCHEMA_METADATA, convertToJsonSchema as convertDocxToJsonSchema, createComponentSchema as createDocxComponentSchema, exportSchemaToFile as exportDocxSchemaToFile, fixSchemaReferences as fixDocxSchemaReferences } from './schemas/export.js';
|
|
15
16
|
export { CustomComponentInfo, GenerateDocumentSchemaOptions, generateUnifiedDocumentSchema } from './schemas/generator.js';
|
|
16
17
|
export { ColumnsComponentDefaults, ComponentDefaults, HeadingComponentDefaults, ImageComponentDefaults, ListComponentDefaults, ParagraphComponentDefaults, SectionComponentDefaults, StatisticComponentDefaults, TableComponentDefaults } from './schemas/component-defaults.js';
|
|
@@ -297,6 +298,16 @@ type DataTransformer<T = any> = (data: any) => T;
|
|
|
297
298
|
declare const COMPONENT_SCHEMA_MAP: {
|
|
298
299
|
readonly report: _sinclair_typebox.TObject<{
|
|
299
300
|
theme: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
301
|
+
/**
|
|
302
|
+
* Core validation engine
|
|
303
|
+
* @module validation/core/validator
|
|
304
|
+
* @description
|
|
305
|
+
* Main validation utilities using TypeBox for runtime validation.
|
|
306
|
+
* Provides comprehensive validation with error handling and data transformation.
|
|
307
|
+
*/
|
|
308
|
+
/**
|
|
309
|
+
* Component name to schema mapping
|
|
310
|
+
*/
|
|
300
311
|
themeOverrides: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
301
312
|
colors: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
302
313
|
primary: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -441,6 +452,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
441
452
|
color: _sinclair_typebox.TString;
|
|
442
453
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
443
454
|
}>>;
|
|
455
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
456
|
+
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">]>;
|
|
457
|
+
size: _sinclair_typebox.TNumber;
|
|
458
|
+
color: _sinclair_typebox.TString;
|
|
459
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
460
|
+
}>>;
|
|
444
461
|
}>>;
|
|
445
462
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
446
463
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -501,6 +518,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
501
518
|
color: _sinclair_typebox.TString;
|
|
502
519
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
503
520
|
}>>;
|
|
521
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
522
|
+
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">]>;
|
|
523
|
+
size: _sinclair_typebox.TNumber;
|
|
524
|
+
color: _sinclair_typebox.TString;
|
|
525
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
526
|
+
}>>;
|
|
504
527
|
}>>;
|
|
505
528
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
506
529
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -561,6 +584,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
561
584
|
color: _sinclair_typebox.TString;
|
|
562
585
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
563
586
|
}>>;
|
|
587
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
588
|
+
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">]>;
|
|
589
|
+
size: _sinclair_typebox.TNumber;
|
|
590
|
+
color: _sinclair_typebox.TString;
|
|
591
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
592
|
+
}>>;
|
|
564
593
|
}>>;
|
|
565
594
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
566
595
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -621,6 +650,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
621
650
|
color: _sinclair_typebox.TString;
|
|
622
651
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
623
652
|
}>>;
|
|
653
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
654
|
+
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">]>;
|
|
655
|
+
size: _sinclair_typebox.TNumber;
|
|
656
|
+
color: _sinclair_typebox.TString;
|
|
657
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
658
|
+
}>>;
|
|
624
659
|
}>>;
|
|
625
660
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
626
661
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -681,6 +716,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
681
716
|
color: _sinclair_typebox.TString;
|
|
682
717
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
683
718
|
}>>;
|
|
719
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
720
|
+
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">]>;
|
|
721
|
+
size: _sinclair_typebox.TNumber;
|
|
722
|
+
color: _sinclair_typebox.TString;
|
|
723
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
724
|
+
}>>;
|
|
684
725
|
}>>;
|
|
685
726
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
686
727
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -741,6 +782,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
741
782
|
color: _sinclair_typebox.TString;
|
|
742
783
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
743
784
|
}>>;
|
|
785
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
786
|
+
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">]>;
|
|
787
|
+
size: _sinclair_typebox.TNumber;
|
|
788
|
+
color: _sinclair_typebox.TString;
|
|
789
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
790
|
+
}>>;
|
|
744
791
|
}>>;
|
|
745
792
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
746
793
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -801,6 +848,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
801
848
|
color: _sinclair_typebox.TString;
|
|
802
849
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
803
850
|
}>>;
|
|
851
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
852
|
+
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">]>;
|
|
853
|
+
size: _sinclair_typebox.TNumber;
|
|
854
|
+
color: _sinclair_typebox.TString;
|
|
855
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
856
|
+
}>>;
|
|
804
857
|
}>>;
|
|
805
858
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
806
859
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -861,6 +914,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
861
914
|
color: _sinclair_typebox.TString;
|
|
862
915
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
863
916
|
}>>;
|
|
917
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
918
|
+
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">]>;
|
|
919
|
+
size: _sinclair_typebox.TNumber;
|
|
920
|
+
color: _sinclair_typebox.TString;
|
|
921
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
922
|
+
}>>;
|
|
864
923
|
}>>;
|
|
865
924
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
866
925
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -921,6 +980,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
921
980
|
color: _sinclair_typebox.TString;
|
|
922
981
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
923
982
|
}>>;
|
|
983
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
984
|
+
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">]>;
|
|
985
|
+
size: _sinclair_typebox.TNumber;
|
|
986
|
+
color: _sinclair_typebox.TString;
|
|
987
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
988
|
+
}>>;
|
|
924
989
|
}>>;
|
|
925
990
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
926
991
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -985,6 +1050,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
985
1050
|
color: _sinclair_typebox.TString;
|
|
986
1051
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
987
1052
|
}>>;
|
|
1053
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1054
|
+
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">]>;
|
|
1055
|
+
size: _sinclair_typebox.TNumber;
|
|
1056
|
+
color: _sinclair_typebox.TString;
|
|
1057
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1058
|
+
}>>;
|
|
988
1059
|
}>>;
|
|
989
1060
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
990
1061
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1049,6 +1120,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1049
1120
|
color: _sinclair_typebox.TString;
|
|
1050
1121
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1051
1122
|
}>>;
|
|
1123
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1124
|
+
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">]>;
|
|
1125
|
+
size: _sinclair_typebox.TNumber;
|
|
1126
|
+
color: _sinclair_typebox.TString;
|
|
1127
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1128
|
+
}>>;
|
|
1052
1129
|
}>>;
|
|
1053
1130
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1054
1131
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1113,6 +1190,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1113
1190
|
color: _sinclair_typebox.TString;
|
|
1114
1191
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1115
1192
|
}>>;
|
|
1193
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1194
|
+
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">]>;
|
|
1195
|
+
size: _sinclair_typebox.TNumber;
|
|
1196
|
+
color: _sinclair_typebox.TString;
|
|
1197
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1198
|
+
}>>;
|
|
1116
1199
|
}>>;
|
|
1117
1200
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1118
1201
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1177,6 +1260,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1177
1260
|
color: _sinclair_typebox.TString;
|
|
1178
1261
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1179
1262
|
}>>;
|
|
1263
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1264
|
+
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">]>;
|
|
1265
|
+
size: _sinclair_typebox.TNumber;
|
|
1266
|
+
color: _sinclair_typebox.TString;
|
|
1267
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1268
|
+
}>>;
|
|
1180
1269
|
}>>;
|
|
1181
1270
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1182
1271
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1241,6 +1330,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1241
1330
|
color: _sinclair_typebox.TString;
|
|
1242
1331
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1243
1332
|
}>>;
|
|
1333
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1334
|
+
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">]>;
|
|
1335
|
+
size: _sinclair_typebox.TNumber;
|
|
1336
|
+
color: _sinclair_typebox.TString;
|
|
1337
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1338
|
+
}>>;
|
|
1244
1339
|
}>>;
|
|
1245
1340
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1246
1341
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1305,6 +1400,12 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1305
1400
|
color: _sinclair_typebox.TString;
|
|
1306
1401
|
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1307
1402
|
}>>;
|
|
1403
|
+
between: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1404
|
+
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">]>;
|
|
1405
|
+
size: _sinclair_typebox.TNumber;
|
|
1406
|
+
color: _sinclair_typebox.TString;
|
|
1407
|
+
space: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1408
|
+
}>>;
|
|
1308
1409
|
}>>;
|
|
1309
1410
|
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1310
1411
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1333,6 +1434,41 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1333
1434
|
}>>;
|
|
1334
1435
|
}>>;
|
|
1335
1436
|
}>>;
|
|
1437
|
+
fontRegistry: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1438
|
+
id: _sinclair_typebox.TString;
|
|
1439
|
+
family: _sinclair_typebox.TString;
|
|
1440
|
+
category: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"sans">, _sinclair_typebox.TLiteral<"serif">, _sinclair_typebox.TLiteral<"mono">, _sinclair_typebox.TLiteral<"display">, _sinclair_typebox.TLiteral<"handwriting">]>>;
|
|
1441
|
+
sources: _sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TObject<{
|
|
1442
|
+
kind: _sinclair_typebox.TLiteral<"safe">;
|
|
1443
|
+
family: _sinclair_typebox.TString;
|
|
1444
|
+
}>, _sinclair_typebox.TObject<{
|
|
1445
|
+
kind: _sinclair_typebox.TLiteral<"google">;
|
|
1446
|
+
family: _sinclair_typebox.TString;
|
|
1447
|
+
weights: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TNumber>>;
|
|
1448
|
+
italics: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1449
|
+
}>, _sinclair_typebox.TObject<{
|
|
1450
|
+
kind: _sinclair_typebox.TLiteral<"file">;
|
|
1451
|
+
path: _sinclair_typebox.TString;
|
|
1452
|
+
weight: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1453
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1454
|
+
}>, _sinclair_typebox.TObject<{
|
|
1455
|
+
kind: _sinclair_typebox.TLiteral<"data">;
|
|
1456
|
+
data: _sinclair_typebox.TString;
|
|
1457
|
+
weight: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1458
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1459
|
+
}>, _sinclair_typebox.TObject<{
|
|
1460
|
+
kind: _sinclair_typebox.TLiteral<"url">;
|
|
1461
|
+
url: _sinclair_typebox.TString;
|
|
1462
|
+
weight: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1463
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1464
|
+
}>, _sinclair_typebox.TObject<{
|
|
1465
|
+
kind: _sinclair_typebox.TLiteral<"variable">;
|
|
1466
|
+
url: _sinclair_typebox.TString;
|
|
1467
|
+
weight: _sinclair_typebox.TNumber;
|
|
1468
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1469
|
+
axes: _sinclair_typebox.TOptional<_sinclair_typebox.TRecord<_sinclair_typebox.TString, _sinclair_typebox.TNumber>>;
|
|
1470
|
+
}>]>>;
|
|
1471
|
+
}>>>;
|
|
1336
1472
|
componentDefaults: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1337
1473
|
heading: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1338
1474
|
text: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -1425,6 +1561,7 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1425
1561
|
columnBreak: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1426
1562
|
keepNext: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1427
1563
|
keepLines: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1564
|
+
id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1428
1565
|
themeStyle: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1429
1566
|
boldColor: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1430
1567
|
tabStops: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
@@ -1450,7 +1587,6 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1450
1587
|
width: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1451
1588
|
height: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1452
1589
|
}>>;
|
|
1453
|
-
id: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1454
1590
|
}>>;
|
|
1455
1591
|
image: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1456
1592
|
path: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -1549,6 +1685,7 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1549
1685
|
gap: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TString]>>;
|
|
1550
1686
|
}>>;
|
|
1551
1687
|
list: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1688
|
+
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">]>>;
|
|
1552
1689
|
items: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TUnion<[_sinclair_typebox.TString, _sinclair_typebox.TObject<{
|
|
1553
1690
|
text: _sinclair_typebox.TString;
|
|
1554
1691
|
level: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
@@ -1561,6 +1698,18 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1561
1698
|
}>>;
|
|
1562
1699
|
}>>;
|
|
1563
1700
|
}>]>>>;
|
|
1701
|
+
spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1702
|
+
before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1703
|
+
after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1704
|
+
item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1705
|
+
}>>;
|
|
1706
|
+
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1707
|
+
alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
|
|
1708
|
+
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
|
|
1709
|
+
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1710
|
+
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1711
|
+
}>]>>;
|
|
1712
|
+
bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1564
1713
|
reference: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1565
1714
|
levels: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1566
1715
|
level: _sinclair_typebox.TNumber;
|
|
@@ -1572,20 +1721,15 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1572
1721
|
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1573
1722
|
}>>;
|
|
1574
1723
|
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1724
|
+
font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1725
|
+
family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1726
|
+
size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1727
|
+
color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1728
|
+
bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1729
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1730
|
+
underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1731
|
+
}>>;
|
|
1575
1732
|
}>>>;
|
|
1576
|
-
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">]>>;
|
|
1577
|
-
bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1578
|
-
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1579
|
-
spacing: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1580
|
-
before: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1581
|
-
after: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1582
|
-
item: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1583
|
-
}>>;
|
|
1584
|
-
alignment: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TLiteral<"left">, _sinclair_typebox.TLiteral<"center">, _sinclair_typebox.TLiteral<"right">, _sinclair_typebox.TLiteral<"justify">]>>;
|
|
1585
|
-
indent: _sinclair_typebox.TOptional<_sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TObject<{
|
|
1586
|
-
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1587
|
-
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1588
|
-
}>]>>;
|
|
1589
1733
|
}>>;
|
|
1590
1734
|
}>>;
|
|
1591
1735
|
language: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -1685,6 +1829,19 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1685
1829
|
text: _sinclair_typebox.TString;
|
|
1686
1830
|
}>>;
|
|
1687
1831
|
}>>;
|
|
1832
|
+
comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1833
|
+
replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1834
|
+
text: _sinclair_typebox.TString;
|
|
1835
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1836
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1837
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1838
|
+
}>>>;
|
|
1839
|
+
resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1840
|
+
text: _sinclair_typebox.TString;
|
|
1841
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1842
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1843
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1844
|
+
}>>;
|
|
1688
1845
|
}>;
|
|
1689
1846
|
readonly paragraph: _sinclair_typebox.TObject<{
|
|
1690
1847
|
text: _sinclair_typebox.TString;
|
|
@@ -1762,6 +1919,30 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1762
1919
|
text: _sinclair_typebox.TString;
|
|
1763
1920
|
}>>;
|
|
1764
1921
|
}>>;
|
|
1922
|
+
comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
1923
|
+
replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1924
|
+
text: _sinclair_typebox.TString;
|
|
1925
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1926
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1927
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1928
|
+
}>>>;
|
|
1929
|
+
resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
1930
|
+
text: _sinclair_typebox.TString;
|
|
1931
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1932
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1933
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
1934
|
+
}>>;
|
|
1935
|
+
footnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1936
|
+
id: _sinclair_typebox.TString;
|
|
1937
|
+
text: _sinclair_typebox.TString;
|
|
1938
|
+
}>>>;
|
|
1939
|
+
/**
|
|
1940
|
+
* Transform and validate data (for migration scenarios)
|
|
1941
|
+
*/
|
|
1942
|
+
endnotes: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
1943
|
+
id: _sinclair_typebox.TString;
|
|
1944
|
+
text: _sinclair_typebox.TString;
|
|
1945
|
+
}>>>;
|
|
1765
1946
|
}>;
|
|
1766
1947
|
readonly columns: _sinclair_typebox.TObject<{
|
|
1767
1948
|
columns: _sinclair_typebox.TUnion<[_sinclair_typebox.TNumber, _sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
@@ -1856,6 +2037,14 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1856
2037
|
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1857
2038
|
}>>;
|
|
1858
2039
|
start: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
2040
|
+
font: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
2041
|
+
family: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2042
|
+
size: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
2043
|
+
color: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2044
|
+
bold: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
2045
|
+
italic: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
2046
|
+
underline: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
2047
|
+
}>>;
|
|
1859
2048
|
}>>>;
|
|
1860
2049
|
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">]>>;
|
|
1861
2050
|
bullet: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
@@ -1870,6 +2059,19 @@ declare const COMPONENT_SCHEMA_MAP: {
|
|
|
1870
2059
|
left: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1871
2060
|
hanging: _sinclair_typebox.TOptional<_sinclair_typebox.TNumber>;
|
|
1872
2061
|
}>]>>;
|
|
2062
|
+
comment: _sinclair_typebox.TOptional<_sinclair_typebox.TObject<{
|
|
2063
|
+
replies: _sinclair_typebox.TOptional<_sinclair_typebox.TArray<_sinclair_typebox.TObject<{
|
|
2064
|
+
text: _sinclair_typebox.TString;
|
|
2065
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2066
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2067
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2068
|
+
}>>>;
|
|
2069
|
+
resolved: _sinclair_typebox.TOptional<_sinclair_typebox.TBoolean>;
|
|
2070
|
+
text: _sinclair_typebox.TString;
|
|
2071
|
+
author: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2072
|
+
initials: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2073
|
+
date: _sinclair_typebox.TOptional<_sinclair_typebox.TString>;
|
|
2074
|
+
}>>;
|
|
1873
2075
|
}>;
|
|
1874
2076
|
};
|
|
1875
2077
|
type StandardComponentName = keyof typeof COMPONENT_SCHEMA_MAP;
|