document-schema 7.6.0 → 7.6.1
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/README.md +1 -1
- package/dist/codec.d.cts +1 -1
- package/dist/codec.d.ts +1 -1
- package/dist/{content-JIKLIrji.d.cts → content-CIIFuBbn.d.cts} +23 -23
- package/dist/{content-PPcQWl8e.d.ts → content-wL5-wetq.d.ts} +23 -23
- package/dist/content.d.cts +1 -1
- package/dist/content.d.ts +1 -1
- package/dist/decompose.d.cts +2 -2
- package/dist/decompose.d.ts +2 -2
- package/dist/definitions.d.cts +4 -4
- package/dist/definitions.d.ts +4 -4
- package/dist/factor-styles.d.cts +1 -1
- package/dist/factor-styles.d.ts +1 -1
- package/dist/flatten.d.cts +1 -1
- package/dist/flatten.d.ts +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/{package-node-duDMdOvH.d.cts → package-node-C9iYNIXi.d.cts} +4 -4
- package/dist/{package-node-B4CHgiVQ.d.ts → package-node-C_rpWAh2.d.ts} +4 -4
- package/dist/package-node.d.cts +1 -1
- package/dist/package-node.d.ts +1 -1
- package/dist/package.d.cts +6 -6
- package/dist/package.d.ts +6 -6
- package/dist/schema-io.cjs +2 -2
- package/dist/schema-io.d.cts +1 -1
- package/dist/schema-io.d.ts +1 -1
- package/dist/schema-io.js +2 -2
- package/dist/{style-BGMcYrD2.d.cts → style-D06NwxAJ.d.cts} +1 -1
- package/dist/{style-BGMcYrD2.d.ts → style-D06NwxAJ.d.ts} +1 -1
- package/dist/style.d.cts +1 -1
- package/dist/style.d.ts +1 -1
- package/dist/text-layout.d.cts +1 -1
- package/dist/text-layout.d.ts +1 -1
- package/package.json +1 -1
- package/schemas/content-document.schema.json +13 -13
- package/schemas/document-tree.schema.json +3 -3
package/README.md
CHANGED
|
@@ -547,7 +547,7 @@ This package also published under the following alternate npm names from the pre
|
|
|
547
547
|
- [document-schema](https://www.npmjs.com/package/document-schema)
|
|
548
548
|
- [document-model.js](https://www.npmjs.com/package/document-model.js)
|
|
549
549
|
|
|
550
|
-
**
|
|
550
|
+
**Republished automatically** — the alias's trusted publisher is registered against this repository and workflow (2026-09-10), so every release from the [backfill run](https://github.com/ExaDev/documents.js/actions/runs/34449796133) onward publishes under this name too; the registration evidence is on [ExaDev/documents.js#730](https://github.com/ExaDev/documents.js/issues/730).
|
|
551
551
|
|
|
552
552
|
## License
|
|
553
553
|
|
package/dist/codec.d.cts
CHANGED
package/dist/codec.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ import { p as MathExpression } from "./math-BScHxedi.cjs";
|
|
|
3
3
|
import { n as Color } from "./color-AELCDH_b.cjs";
|
|
4
4
|
import { r as LayoutFrame, t as Box } from "./geometry-CvcjSwnA.cjs";
|
|
5
5
|
import { r as SourceResidue } from "./source-Bas5ol6f.cjs";
|
|
6
|
-
import { o as TextDirection } from "./style-
|
|
6
|
+
import { o as TextDirection } from "./style-D06NwxAJ.cjs";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
//#region src/content.d.ts
|
|
9
9
|
type FusedNode<T> = T & {
|
|
@@ -605,8 +605,8 @@ declare const ContentParagraphSchema: z.ZodObject<{
|
|
|
605
605
|
headingLevel: z.ZodOptional<z.ZodNumber>;
|
|
606
606
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
607
607
|
left: "left";
|
|
608
|
-
right: "right";
|
|
609
608
|
center: "center";
|
|
609
|
+
right: "right";
|
|
610
610
|
justify: "justify";
|
|
611
611
|
}>>;
|
|
612
612
|
list: z.ZodOptional<z.ZodObject<{
|
|
@@ -742,10 +742,10 @@ declare const ContentFloatOriginSchema: z.ZodEnum<{
|
|
|
742
742
|
type ContentFloatOrigin = z.infer<typeof ContentFloatOriginSchema>;
|
|
743
743
|
declare const ContentFloatAlignSchema: z.ZodEnum<{
|
|
744
744
|
left: "left";
|
|
745
|
+
center: "center";
|
|
745
746
|
right: "right";
|
|
746
747
|
top: "top";
|
|
747
748
|
bottom: "bottom";
|
|
748
|
-
center: "center";
|
|
749
749
|
inside: "inside";
|
|
750
750
|
outside: "outside";
|
|
751
751
|
}>;
|
|
@@ -785,10 +785,10 @@ declare const ContentFloatAxisSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
785
785
|
}>;
|
|
786
786
|
align: z.ZodEnum<{
|
|
787
787
|
left: "left";
|
|
788
|
+
center: "center";
|
|
788
789
|
right: "right";
|
|
789
790
|
top: "top";
|
|
790
791
|
bottom: "bottom";
|
|
791
|
-
center: "center";
|
|
792
792
|
inside: "inside";
|
|
793
793
|
outside: "outside";
|
|
794
794
|
}>;
|
|
@@ -830,10 +830,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
|
|
|
830
830
|
}>;
|
|
831
831
|
align: z.ZodEnum<{
|
|
832
832
|
left: "left";
|
|
833
|
+
center: "center";
|
|
833
834
|
right: "right";
|
|
834
835
|
top: "top";
|
|
835
836
|
bottom: "bottom";
|
|
836
|
-
center: "center";
|
|
837
837
|
inside: "inside";
|
|
838
838
|
outside: "outside";
|
|
839
839
|
}>;
|
|
@@ -873,10 +873,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
|
|
|
873
873
|
}>;
|
|
874
874
|
align: z.ZodEnum<{
|
|
875
875
|
left: "left";
|
|
876
|
+
center: "center";
|
|
876
877
|
right: "right";
|
|
877
878
|
top: "top";
|
|
878
879
|
bottom: "bottom";
|
|
879
|
-
center: "center";
|
|
880
880
|
inside: "inside";
|
|
881
881
|
outside: "outside";
|
|
882
882
|
}>;
|
|
@@ -931,10 +931,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
|
|
|
931
931
|
}>;
|
|
932
932
|
align: z.ZodEnum<{
|
|
933
933
|
left: "left";
|
|
934
|
+
center: "center";
|
|
934
935
|
right: "right";
|
|
935
936
|
top: "top";
|
|
936
937
|
bottom: "bottom";
|
|
937
|
-
center: "center";
|
|
938
938
|
inside: "inside";
|
|
939
939
|
outside: "outside";
|
|
940
940
|
}>;
|
|
@@ -974,10 +974,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
|
|
|
974
974
|
}>;
|
|
975
975
|
align: z.ZodEnum<{
|
|
976
976
|
left: "left";
|
|
977
|
+
center: "center";
|
|
977
978
|
right: "right";
|
|
978
979
|
top: "top";
|
|
979
980
|
bottom: "bottom";
|
|
980
|
-
center: "center";
|
|
981
981
|
inside: "inside";
|
|
982
982
|
outside: "outside";
|
|
983
983
|
}>;
|
|
@@ -1823,8 +1823,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1823
1823
|
}, z.core.$strip>>;
|
|
1824
1824
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
1825
1825
|
left: "left";
|
|
1826
|
-
right: "right";
|
|
1827
1826
|
center: "center";
|
|
1827
|
+
right: "right";
|
|
1828
1828
|
justify: "justify";
|
|
1829
1829
|
}>>;
|
|
1830
1830
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1928,10 +1928,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1928
1928
|
}>;
|
|
1929
1929
|
align: z.ZodEnum<{
|
|
1930
1930
|
left: "left";
|
|
1931
|
+
center: "center";
|
|
1931
1932
|
right: "right";
|
|
1932
1933
|
top: "top";
|
|
1933
1934
|
bottom: "bottom";
|
|
1934
|
-
center: "center";
|
|
1935
1935
|
inside: "inside";
|
|
1936
1936
|
outside: "outside";
|
|
1937
1937
|
}>;
|
|
@@ -1971,10 +1971,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1971
1971
|
}>;
|
|
1972
1972
|
align: z.ZodEnum<{
|
|
1973
1973
|
left: "left";
|
|
1974
|
+
center: "center";
|
|
1974
1975
|
right: "right";
|
|
1975
1976
|
top: "top";
|
|
1976
1977
|
bottom: "bottom";
|
|
1977
|
-
center: "center";
|
|
1978
1978
|
inside: "inside";
|
|
1979
1979
|
outside: "outside";
|
|
1980
1980
|
}>;
|
|
@@ -3876,9 +3876,9 @@ declare const ContentTableCellSchema: z.ZodObject<{
|
|
|
3876
3876
|
}, z.core.$strip>>;
|
|
3877
3877
|
}, z.core.$strip>>;
|
|
3878
3878
|
verticalAlign: z.ZodOptional<z.ZodEnum<{
|
|
3879
|
+
center: "center";
|
|
3879
3880
|
top: "top";
|
|
3880
3881
|
bottom: "bottom";
|
|
3881
|
-
center: "center";
|
|
3882
3882
|
}>>;
|
|
3883
3883
|
formula: z.ZodOptional<z.ZodString>;
|
|
3884
3884
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
@@ -4076,9 +4076,9 @@ declare const ContentTableRowSchema: z.ZodObject<{
|
|
|
4076
4076
|
}, z.core.$strip>>;
|
|
4077
4077
|
}, z.core.$strip>>;
|
|
4078
4078
|
verticalAlign: z.ZodOptional<z.ZodEnum<{
|
|
4079
|
+
center: "center";
|
|
4079
4080
|
top: "top";
|
|
4080
4081
|
bottom: "bottom";
|
|
4081
|
-
center: "center";
|
|
4082
4082
|
}>>;
|
|
4083
4083
|
formula: z.ZodOptional<z.ZodString>;
|
|
4084
4084
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
@@ -4284,9 +4284,9 @@ declare const ContentTableSchema: z.ZodObject<{
|
|
|
4284
4284
|
}, z.core.$strip>>;
|
|
4285
4285
|
}, z.core.$strip>>;
|
|
4286
4286
|
verticalAlign: z.ZodOptional<z.ZodEnum<{
|
|
4287
|
+
center: "center";
|
|
4287
4288
|
top: "top";
|
|
4288
4289
|
bottom: "bottom";
|
|
4289
|
-
center: "center";
|
|
4290
4290
|
}>>;
|
|
4291
4291
|
formula: z.ZodOptional<z.ZodString>;
|
|
4292
4292
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
@@ -4834,8 +4834,8 @@ declare const ContentSheetCellSchema: z.ZodObject<{
|
|
|
4834
4834
|
}, z.core.$strip>>;
|
|
4835
4835
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
4836
4836
|
left: "left";
|
|
4837
|
-
right: "right";
|
|
4838
4837
|
center: "center";
|
|
4838
|
+
right: "right";
|
|
4839
4839
|
justify: "justify";
|
|
4840
4840
|
}>>;
|
|
4841
4841
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -5701,10 +5701,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
|
|
|
5701
5701
|
}>;
|
|
5702
5702
|
align: z.ZodEnum<{
|
|
5703
5703
|
left: "left";
|
|
5704
|
+
center: "center";
|
|
5704
5705
|
right: "right";
|
|
5705
5706
|
top: "top";
|
|
5706
5707
|
bottom: "bottom";
|
|
5707
|
-
center: "center";
|
|
5708
5708
|
inside: "inside";
|
|
5709
5709
|
outside: "outside";
|
|
5710
5710
|
}>;
|
|
@@ -5744,10 +5744,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
|
|
|
5744
5744
|
}>;
|
|
5745
5745
|
align: z.ZodEnum<{
|
|
5746
5746
|
left: "left";
|
|
5747
|
+
center: "center";
|
|
5747
5748
|
right: "right";
|
|
5748
5749
|
top: "top";
|
|
5749
5750
|
bottom: "bottom";
|
|
5750
|
-
center: "center";
|
|
5751
5751
|
inside: "inside";
|
|
5752
5752
|
outside: "outside";
|
|
5753
5753
|
}>;
|
|
@@ -6044,8 +6044,8 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6044
6044
|
}, z.core.$strip>>;
|
|
6045
6045
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
6046
6046
|
left: "left";
|
|
6047
|
-
right: "right";
|
|
6048
6047
|
center: "center";
|
|
6048
|
+
right: "right";
|
|
6049
6049
|
justify: "justify";
|
|
6050
6050
|
}>>;
|
|
6051
6051
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6149,10 +6149,10 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6149
6149
|
}>;
|
|
6150
6150
|
align: z.ZodEnum<{
|
|
6151
6151
|
left: "left";
|
|
6152
|
+
center: "center";
|
|
6152
6153
|
right: "right";
|
|
6153
6154
|
top: "top";
|
|
6154
6155
|
bottom: "bottom";
|
|
6155
|
-
center: "center";
|
|
6156
6156
|
inside: "inside";
|
|
6157
6157
|
outside: "outside";
|
|
6158
6158
|
}>;
|
|
@@ -6192,10 +6192,10 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6192
6192
|
}>;
|
|
6193
6193
|
align: z.ZodEnum<{
|
|
6194
6194
|
left: "left";
|
|
6195
|
+
center: "center";
|
|
6195
6196
|
right: "right";
|
|
6196
6197
|
top: "top";
|
|
6197
6198
|
bottom: "bottom";
|
|
6198
|
-
center: "center";
|
|
6199
6199
|
inside: "inside";
|
|
6200
6200
|
outside: "outside";
|
|
6201
6201
|
}>;
|
|
@@ -8649,8 +8649,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8649
8649
|
}, z.core.$strip>>;
|
|
8650
8650
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
8651
8651
|
left: "left";
|
|
8652
|
-
right: "right";
|
|
8653
8652
|
center: "center";
|
|
8653
|
+
right: "right";
|
|
8654
8654
|
justify: "justify";
|
|
8655
8655
|
}>>;
|
|
8656
8656
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8754,10 +8754,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8754
8754
|
}>;
|
|
8755
8755
|
align: z.ZodEnum<{
|
|
8756
8756
|
left: "left";
|
|
8757
|
+
center: "center";
|
|
8757
8758
|
right: "right";
|
|
8758
8759
|
top: "top";
|
|
8759
8760
|
bottom: "bottom";
|
|
8760
|
-
center: "center";
|
|
8761
8761
|
inside: "inside";
|
|
8762
8762
|
outside: "outside";
|
|
8763
8763
|
}>;
|
|
@@ -8797,10 +8797,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8797
8797
|
}>;
|
|
8798
8798
|
align: z.ZodEnum<{
|
|
8799
8799
|
left: "left";
|
|
8800
|
+
center: "center";
|
|
8800
8801
|
right: "right";
|
|
8801
8802
|
top: "top";
|
|
8802
8803
|
bottom: "bottom";
|
|
8803
|
-
center: "center";
|
|
8804
8804
|
inside: "inside";
|
|
8805
8805
|
outside: "outside";
|
|
8806
8806
|
}>;
|
|
@@ -3,7 +3,7 @@ import { p as MathExpression } from "./math-BScHxedi.js";
|
|
|
3
3
|
import { n as Color } from "./color-AELCDH_b.js";
|
|
4
4
|
import { r as LayoutFrame, t as Box } from "./geometry-CvcjSwnA.js";
|
|
5
5
|
import { r as SourceResidue } from "./source-Bas5ol6f.js";
|
|
6
|
-
import { o as TextDirection } from "./style-
|
|
6
|
+
import { o as TextDirection } from "./style-D06NwxAJ.js";
|
|
7
7
|
import { z } from "zod";
|
|
8
8
|
//#region src/content.d.ts
|
|
9
9
|
type FusedNode<T> = T & {
|
|
@@ -605,8 +605,8 @@ declare const ContentParagraphSchema: z.ZodObject<{
|
|
|
605
605
|
headingLevel: z.ZodOptional<z.ZodNumber>;
|
|
606
606
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
607
607
|
left: "left";
|
|
608
|
-
right: "right";
|
|
609
608
|
center: "center";
|
|
609
|
+
right: "right";
|
|
610
610
|
justify: "justify";
|
|
611
611
|
}>>;
|
|
612
612
|
list: z.ZodOptional<z.ZodObject<{
|
|
@@ -742,10 +742,10 @@ declare const ContentFloatOriginSchema: z.ZodEnum<{
|
|
|
742
742
|
type ContentFloatOrigin = z.infer<typeof ContentFloatOriginSchema>;
|
|
743
743
|
declare const ContentFloatAlignSchema: z.ZodEnum<{
|
|
744
744
|
left: "left";
|
|
745
|
+
center: "center";
|
|
745
746
|
right: "right";
|
|
746
747
|
top: "top";
|
|
747
748
|
bottom: "bottom";
|
|
748
|
-
center: "center";
|
|
749
749
|
inside: "inside";
|
|
750
750
|
outside: "outside";
|
|
751
751
|
}>;
|
|
@@ -785,10 +785,10 @@ declare const ContentFloatAxisSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
|
785
785
|
}>;
|
|
786
786
|
align: z.ZodEnum<{
|
|
787
787
|
left: "left";
|
|
788
|
+
center: "center";
|
|
788
789
|
right: "right";
|
|
789
790
|
top: "top";
|
|
790
791
|
bottom: "bottom";
|
|
791
|
-
center: "center";
|
|
792
792
|
inside: "inside";
|
|
793
793
|
outside: "outside";
|
|
794
794
|
}>;
|
|
@@ -830,10 +830,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
|
|
|
830
830
|
}>;
|
|
831
831
|
align: z.ZodEnum<{
|
|
832
832
|
left: "left";
|
|
833
|
+
center: "center";
|
|
833
834
|
right: "right";
|
|
834
835
|
top: "top";
|
|
835
836
|
bottom: "bottom";
|
|
836
|
-
center: "center";
|
|
837
837
|
inside: "inside";
|
|
838
838
|
outside: "outside";
|
|
839
839
|
}>;
|
|
@@ -873,10 +873,10 @@ declare const ContentFloatPositionSchema: z.ZodObject<{
|
|
|
873
873
|
}>;
|
|
874
874
|
align: z.ZodEnum<{
|
|
875
875
|
left: "left";
|
|
876
|
+
center: "center";
|
|
876
877
|
right: "right";
|
|
877
878
|
top: "top";
|
|
878
879
|
bottom: "bottom";
|
|
879
|
-
center: "center";
|
|
880
880
|
inside: "inside";
|
|
881
881
|
outside: "outside";
|
|
882
882
|
}>;
|
|
@@ -931,10 +931,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
|
|
|
931
931
|
}>;
|
|
932
932
|
align: z.ZodEnum<{
|
|
933
933
|
left: "left";
|
|
934
|
+
center: "center";
|
|
934
935
|
right: "right";
|
|
935
936
|
top: "top";
|
|
936
937
|
bottom: "bottom";
|
|
937
|
-
center: "center";
|
|
938
938
|
inside: "inside";
|
|
939
939
|
outside: "outside";
|
|
940
940
|
}>;
|
|
@@ -974,10 +974,10 @@ declare const ContentImageBlockSchema: z.ZodObject<{
|
|
|
974
974
|
}>;
|
|
975
975
|
align: z.ZodEnum<{
|
|
976
976
|
left: "left";
|
|
977
|
+
center: "center";
|
|
977
978
|
right: "right";
|
|
978
979
|
top: "top";
|
|
979
980
|
bottom: "bottom";
|
|
980
|
-
center: "center";
|
|
981
981
|
inside: "inside";
|
|
982
982
|
outside: "outside";
|
|
983
983
|
}>;
|
|
@@ -1823,8 +1823,8 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1823
1823
|
}, z.core.$strip>>;
|
|
1824
1824
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
1825
1825
|
left: "left";
|
|
1826
|
-
right: "right";
|
|
1827
1826
|
center: "center";
|
|
1827
|
+
right: "right";
|
|
1828
1828
|
justify: "justify";
|
|
1829
1829
|
}>>;
|
|
1830
1830
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -1928,10 +1928,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1928
1928
|
}>;
|
|
1929
1929
|
align: z.ZodEnum<{
|
|
1930
1930
|
left: "left";
|
|
1931
|
+
center: "center";
|
|
1931
1932
|
right: "right";
|
|
1932
1933
|
top: "top";
|
|
1933
1934
|
bottom: "bottom";
|
|
1934
|
-
center: "center";
|
|
1935
1935
|
inside: "inside";
|
|
1936
1936
|
outside: "outside";
|
|
1937
1937
|
}>;
|
|
@@ -1971,10 +1971,10 @@ declare const ContentEmbeddedObjectBlockSchema: z.ZodObject<{
|
|
|
1971
1971
|
}>;
|
|
1972
1972
|
align: z.ZodEnum<{
|
|
1973
1973
|
left: "left";
|
|
1974
|
+
center: "center";
|
|
1974
1975
|
right: "right";
|
|
1975
1976
|
top: "top";
|
|
1976
1977
|
bottom: "bottom";
|
|
1977
|
-
center: "center";
|
|
1978
1978
|
inside: "inside";
|
|
1979
1979
|
outside: "outside";
|
|
1980
1980
|
}>;
|
|
@@ -3876,9 +3876,9 @@ declare const ContentTableCellSchema: z.ZodObject<{
|
|
|
3876
3876
|
}, z.core.$strip>>;
|
|
3877
3877
|
}, z.core.$strip>>;
|
|
3878
3878
|
verticalAlign: z.ZodOptional<z.ZodEnum<{
|
|
3879
|
+
center: "center";
|
|
3879
3880
|
top: "top";
|
|
3880
3881
|
bottom: "bottom";
|
|
3881
|
-
center: "center";
|
|
3882
3882
|
}>>;
|
|
3883
3883
|
formula: z.ZodOptional<z.ZodString>;
|
|
3884
3884
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
@@ -4076,9 +4076,9 @@ declare const ContentTableRowSchema: z.ZodObject<{
|
|
|
4076
4076
|
}, z.core.$strip>>;
|
|
4077
4077
|
}, z.core.$strip>>;
|
|
4078
4078
|
verticalAlign: z.ZodOptional<z.ZodEnum<{
|
|
4079
|
+
center: "center";
|
|
4079
4080
|
top: "top";
|
|
4080
4081
|
bottom: "bottom";
|
|
4081
|
-
center: "center";
|
|
4082
4082
|
}>>;
|
|
4083
4083
|
formula: z.ZodOptional<z.ZodString>;
|
|
4084
4084
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
@@ -4284,9 +4284,9 @@ declare const ContentTableSchema: z.ZodObject<{
|
|
|
4284
4284
|
}, z.core.$strip>>;
|
|
4285
4285
|
}, z.core.$strip>>;
|
|
4286
4286
|
verticalAlign: z.ZodOptional<z.ZodEnum<{
|
|
4287
|
+
center: "center";
|
|
4287
4288
|
top: "top";
|
|
4288
4289
|
bottom: "bottom";
|
|
4289
|
-
center: "center";
|
|
4290
4290
|
}>>;
|
|
4291
4291
|
formula: z.ZodOptional<z.ZodString>;
|
|
4292
4292
|
sourcePath: z.ZodOptional<z.ZodString>;
|
|
@@ -4834,8 +4834,8 @@ declare const ContentSheetCellSchema: z.ZodObject<{
|
|
|
4834
4834
|
}, z.core.$strip>>;
|
|
4835
4835
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
4836
4836
|
left: "left";
|
|
4837
|
-
right: "right";
|
|
4838
4837
|
center: "center";
|
|
4838
|
+
right: "right";
|
|
4839
4839
|
justify: "justify";
|
|
4840
4840
|
}>>;
|
|
4841
4841
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -5701,10 +5701,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
|
|
|
5701
5701
|
}>;
|
|
5702
5702
|
align: z.ZodEnum<{
|
|
5703
5703
|
left: "left";
|
|
5704
|
+
center: "center";
|
|
5704
5705
|
right: "right";
|
|
5705
5706
|
top: "top";
|
|
5706
5707
|
bottom: "bottom";
|
|
5707
|
-
center: "center";
|
|
5708
5708
|
inside: "inside";
|
|
5709
5709
|
outside: "outside";
|
|
5710
5710
|
}>;
|
|
@@ -5744,10 +5744,10 @@ declare const ContentSheetImageSchema: z.ZodObject<{
|
|
|
5744
5744
|
}>;
|
|
5745
5745
|
align: z.ZodEnum<{
|
|
5746
5746
|
left: "left";
|
|
5747
|
+
center: "center";
|
|
5747
5748
|
right: "right";
|
|
5748
5749
|
top: "top";
|
|
5749
5750
|
bottom: "bottom";
|
|
5750
|
-
center: "center";
|
|
5751
5751
|
inside: "inside";
|
|
5752
5752
|
outside: "outside";
|
|
5753
5753
|
}>;
|
|
@@ -6044,8 +6044,8 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6044
6044
|
}, z.core.$strip>>;
|
|
6045
6045
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
6046
6046
|
left: "left";
|
|
6047
|
-
right: "right";
|
|
6048
6047
|
center: "center";
|
|
6048
|
+
right: "right";
|
|
6049
6049
|
justify: "justify";
|
|
6050
6050
|
}>>;
|
|
6051
6051
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -6149,10 +6149,10 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6149
6149
|
}>;
|
|
6150
6150
|
align: z.ZodEnum<{
|
|
6151
6151
|
left: "left";
|
|
6152
|
+
center: "center";
|
|
6152
6153
|
right: "right";
|
|
6153
6154
|
top: "top";
|
|
6154
6155
|
bottom: "bottom";
|
|
6155
|
-
center: "center";
|
|
6156
6156
|
inside: "inside";
|
|
6157
6157
|
outside: "outside";
|
|
6158
6158
|
}>;
|
|
@@ -6192,10 +6192,10 @@ declare const ContentSheetSchema: z.ZodObject<{
|
|
|
6192
6192
|
}>;
|
|
6193
6193
|
align: z.ZodEnum<{
|
|
6194
6194
|
left: "left";
|
|
6195
|
+
center: "center";
|
|
6195
6196
|
right: "right";
|
|
6196
6197
|
top: "top";
|
|
6197
6198
|
bottom: "bottom";
|
|
6198
|
-
center: "center";
|
|
6199
6199
|
inside: "inside";
|
|
6200
6200
|
outside: "outside";
|
|
6201
6201
|
}>;
|
|
@@ -8649,8 +8649,8 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8649
8649
|
}, z.core.$strip>>;
|
|
8650
8650
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
8651
8651
|
left: "left";
|
|
8652
|
-
right: "right";
|
|
8653
8652
|
center: "center";
|
|
8653
|
+
right: "right";
|
|
8654
8654
|
justify: "justify";
|
|
8655
8655
|
}>>;
|
|
8656
8656
|
verticalAlignment: z.ZodOptional<z.ZodEnum<{
|
|
@@ -8754,10 +8754,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8754
8754
|
}>;
|
|
8755
8755
|
align: z.ZodEnum<{
|
|
8756
8756
|
left: "left";
|
|
8757
|
+
center: "center";
|
|
8757
8758
|
right: "right";
|
|
8758
8759
|
top: "top";
|
|
8759
8760
|
bottom: "bottom";
|
|
8760
|
-
center: "center";
|
|
8761
8761
|
inside: "inside";
|
|
8762
8762
|
outside: "outside";
|
|
8763
8763
|
}>;
|
|
@@ -8797,10 +8797,10 @@ declare const ContentDocumentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
|
8797
8797
|
}>;
|
|
8798
8798
|
align: z.ZodEnum<{
|
|
8799
8799
|
left: "left";
|
|
8800
|
+
center: "center";
|
|
8800
8801
|
right: "right";
|
|
8801
8802
|
top: "top";
|
|
8802
8803
|
bottom: "bottom";
|
|
8803
|
-
center: "center";
|
|
8804
8804
|
inside: "inside";
|
|
8805
8805
|
outside: "outside";
|
|
8806
8806
|
}>;
|
package/dist/content.d.cts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as ContentPageBreak, $t as ContentStrokeStyle, A as ContentFillPatternSchema, At as ContentSheetDataValidation, B as ContentFormulaSchema, Bt as ContentSheetRange, C as ContentDrawPageSchema, Cn as isContentBlock, Ct as ContentSheetColumnSchema, D as ContentEmbeddedObjectKind, Dn as resolveCellFillColor, Dt as ContentSheetConditionalFormatStyleSchema, E as ContentEmbeddedObjectBlockSchema, En as isRunConstructExtent, Et as ContentSheetConditionalFormatStyle, F as ContentFloatOrigin, Ft as ContentSheetImageSchema, G as ContentHatchFill, Gt as ContentSheetRowSchema, H as ContentGradientFillSchema, Ht as ContentSheetRepeatRange, I as ContentFloatOriginSchema, It as ContentSheetPrintRange, J as ContentHatchStyleSchema, Jt as ContentSlideSchema, K as ContentHatchFillSchema, Kt as ContentSheetSchema, L as ContentFloatPosition, Lt as ContentSheetPrintRangeSchema, M as ContentFloatAlignSchema, Mt as ContentSheetDataValidationType, N as ContentFloatAxis, Nt as ContentSheetDataValidationTypeSchema, O as ContentEmbeddedObjectSchema, On as unrecognizedFillKind, Ot as ContentSheetConditionalFormatValue, P as ContentFloatAxisSchema, Pt as ContentSheetImage, Q as ContentListMembershipSchema, Qt as ContentStrokeSchema, R as ContentFloatPositionSchema, Rt as ContentSheetPrintSettings, S as ContentDrawPage, Sn as findRunConstructFault, St as ContentSheetColumn, T as ContentEmbeddedObjectBlock, Tn as isContentConstructStart, Tt as ContentSheetConditionalFormatSchema, U as ContentGradientStyle, Ut as ContentSheetRepeatRangeSchema, V as ContentGradientFill, Vt as ContentSheetRangeSchema, W as ContentGradientStyleSchema, Wt as ContentSheetRow, X as ContentImageBlockSchema, Xt as ContentStrokeDash, Y as ContentImageBlock, Yt as ContentStroke, Z as ContentListMembership, Zt as ContentStrokeDashSchema, _ as ContentConstructEndSchema, _n as SheetRuleOperator, _t as ContentSheet, a as ContentBlockSchema, an as ContentTableCellSchema, at as ContentParagraphBordersSchema, b as ContentDocument, bn as contentDocumentSharedFields, bt as ContentSheetCellCommentSchema, c as ContentCellBorders, cn as ContentTableSchema, ct as ContentPathPointSchema, d as ContentCellFillSchema, dn as DecimalString, dt as ContentRun, en as ContentStrokeStyleSchema, et as ContentPageBreakSchema, f as ContentCellPatternType, fn as DecimalStringSchema, ft as ContentRunSchema, g as ContentConstructEnd, gn as RunConstructFault, gt as ContentShapeSchema, h as ContentCellValueSchema, hn as RunConstructExtentSchema, ht as ContentShape, i as ContentBlock, in as ContentTableCell, it as ContentParagraphBorders, j as ContentFloatAlign, jt as ContentSheetDataValidationSchema, k as ContentFillPattern, kt as ContentSheetConditionalFormatValueSchema, l as ContentCellBordersSchema, ln as ContentVector, lt as ContentPathSegment, m as ContentCellValue, mn as RunConstructExtent, mt as ContentSectionSchema, n as ContentBitmapFill, nn as ContentSubpathSchema, nt as ContentPageFurnitureSchema, o as ContentBorder, on as ContentTableRow, ot as ContentParagraphSchema, p as ContentCellPatternTypeSchema, pn as FusedNode, pt as ContentSection, q as ContentHatchStyle, qt as ContentSlide, r as ContentBitmapFillSchema, rn as ContentTable, rt as ContentParagraph, s as ContentBorderSchema, sn as ContentTableRowSchema, st as ContentPathPoint, t as ConstructMarkerImbalance, tn as ContentSubpath, tt as ContentPageFurniture, u as ContentCellFill, un as ContentVectorSchema, ut as ContentPathSegmentSchema, v as ContentConstructStart, vn as SheetRuleOperatorSchema, vt as ContentSheetCell, w as ContentEmbeddedObject, wn as isContentConstructEnd, wt as ContentSheetConditionalFormat, x as ContentDocumentSchema, xn as findConstructMarkerImbalance, xt as ContentSheetCellSchema, y as ContentConstructStartSchema, yn as clampHeadingLevel, yt as ContentSheetCellComment, z as ContentFormula, zt as ContentSheetPrintSettingsSchema } from "./content-
|
|
1
|
+
import { $ as ContentPageBreak, $t as ContentStrokeStyle, A as ContentFillPatternSchema, At as ContentSheetDataValidation, B as ContentFormulaSchema, Bt as ContentSheetRange, C as ContentDrawPageSchema, Cn as isContentBlock, Ct as ContentSheetColumnSchema, D as ContentEmbeddedObjectKind, Dn as resolveCellFillColor, Dt as ContentSheetConditionalFormatStyleSchema, E as ContentEmbeddedObjectBlockSchema, En as isRunConstructExtent, Et as ContentSheetConditionalFormatStyle, F as ContentFloatOrigin, Ft as ContentSheetImageSchema, G as ContentHatchFill, Gt as ContentSheetRowSchema, H as ContentGradientFillSchema, Ht as ContentSheetRepeatRange, I as ContentFloatOriginSchema, It as ContentSheetPrintRange, J as ContentHatchStyleSchema, Jt as ContentSlideSchema, K as ContentHatchFillSchema, Kt as ContentSheetSchema, L as ContentFloatPosition, Lt as ContentSheetPrintRangeSchema, M as ContentFloatAlignSchema, Mt as ContentSheetDataValidationType, N as ContentFloatAxis, Nt as ContentSheetDataValidationTypeSchema, O as ContentEmbeddedObjectSchema, On as unrecognizedFillKind, Ot as ContentSheetConditionalFormatValue, P as ContentFloatAxisSchema, Pt as ContentSheetImage, Q as ContentListMembershipSchema, Qt as ContentStrokeSchema, R as ContentFloatPositionSchema, Rt as ContentSheetPrintSettings, S as ContentDrawPage, Sn as findRunConstructFault, St as ContentSheetColumn, T as ContentEmbeddedObjectBlock, Tn as isContentConstructStart, Tt as ContentSheetConditionalFormatSchema, U as ContentGradientStyle, Ut as ContentSheetRepeatRangeSchema, V as ContentGradientFill, Vt as ContentSheetRangeSchema, W as ContentGradientStyleSchema, Wt as ContentSheetRow, X as ContentImageBlockSchema, Xt as ContentStrokeDash, Y as ContentImageBlock, Yt as ContentStroke, Z as ContentListMembership, Zt as ContentStrokeDashSchema, _ as ContentConstructEndSchema, _n as SheetRuleOperator, _t as ContentSheet, a as ContentBlockSchema, an as ContentTableCellSchema, at as ContentParagraphBordersSchema, b as ContentDocument, bn as contentDocumentSharedFields, bt as ContentSheetCellCommentSchema, c as ContentCellBorders, cn as ContentTableSchema, ct as ContentPathPointSchema, d as ContentCellFillSchema, dn as DecimalString, dt as ContentRun, en as ContentStrokeStyleSchema, et as ContentPageBreakSchema, f as ContentCellPatternType, fn as DecimalStringSchema, ft as ContentRunSchema, g as ContentConstructEnd, gn as RunConstructFault, gt as ContentShapeSchema, h as ContentCellValueSchema, hn as RunConstructExtentSchema, ht as ContentShape, i as ContentBlock, in as ContentTableCell, it as ContentParagraphBorders, j as ContentFloatAlign, jt as ContentSheetDataValidationSchema, k as ContentFillPattern, kt as ContentSheetConditionalFormatValueSchema, l as ContentCellBordersSchema, ln as ContentVector, lt as ContentPathSegment, m as ContentCellValue, mn as RunConstructExtent, mt as ContentSectionSchema, n as ContentBitmapFill, nn as ContentSubpathSchema, nt as ContentPageFurnitureSchema, o as ContentBorder, on as ContentTableRow, ot as ContentParagraphSchema, p as ContentCellPatternTypeSchema, pn as FusedNode, pt as ContentSection, q as ContentHatchStyle, qt as ContentSlide, r as ContentBitmapFillSchema, rn as ContentTable, rt as ContentParagraph, s as ContentBorderSchema, sn as ContentTableRowSchema, st as ContentPathPoint, t as ConstructMarkerImbalance, tn as ContentSubpath, tt as ContentPageFurniture, u as ContentCellFill, un as ContentVectorSchema, ut as ContentPathSegmentSchema, v as ContentConstructStart, vn as SheetRuleOperatorSchema, vt as ContentSheetCell, w as ContentEmbeddedObject, wn as isContentConstructEnd, wt as ContentSheetConditionalFormat, x as ContentDocumentSchema, xn as findConstructMarkerImbalance, xt as ContentSheetCellSchema, y as ContentConstructStartSchema, yn as clampHeadingLevel, yt as ContentSheetCellComment, z as ContentFormula, zt as ContentSheetPrintSettingsSchema } from "./content-CIIFuBbn.cjs";
|
|
2
2
|
export { ConstructMarkerImbalance, ContentBitmapFill, ContentBitmapFillSchema, ContentBlock, ContentBlockSchema, ContentBorder, ContentBorderSchema, ContentCellBorders, ContentCellBordersSchema, ContentCellFill, ContentCellFillSchema, ContentCellPatternType, ContentCellPatternTypeSchema, ContentCellValue, ContentCellValueSchema, ContentConstructEnd, ContentConstructEndSchema, ContentConstructStart, ContentConstructStartSchema, ContentDocument, ContentDocumentSchema, ContentDrawPage, ContentDrawPageSchema, ContentEmbeddedObject, ContentEmbeddedObjectBlock, ContentEmbeddedObjectBlockSchema, ContentEmbeddedObjectKind, ContentEmbeddedObjectSchema, ContentFillPattern, ContentFillPatternSchema, ContentFloatAlign, ContentFloatAlignSchema, ContentFloatAxis, ContentFloatAxisSchema, ContentFloatOrigin, ContentFloatOriginSchema, ContentFloatPosition, ContentFloatPositionSchema, ContentFormula, ContentFormulaSchema, ContentGradientFill, ContentGradientFillSchema, ContentGradientStyle, ContentGradientStyleSchema, ContentHatchFill, ContentHatchFillSchema, ContentHatchStyle, ContentHatchStyleSchema, ContentImageBlock, ContentImageBlockSchema, ContentListMembership, ContentListMembershipSchema, ContentPageBreak, ContentPageBreakSchema, ContentPageFurniture, ContentPageFurnitureSchema, ContentParagraph, ContentParagraphBorders, ContentParagraphBordersSchema, ContentParagraphSchema, ContentPathPoint, ContentPathPointSchema, ContentPathSegment, ContentPathSegmentSchema, ContentRun, ContentRunSchema, ContentSection, ContentSectionSchema, ContentShape, ContentShapeSchema, ContentSheet, ContentSheetCell, ContentSheetCellComment, ContentSheetCellCommentSchema, ContentSheetCellSchema, ContentSheetColumn, ContentSheetColumnSchema, ContentSheetConditionalFormat, ContentSheetConditionalFormatSchema, ContentSheetConditionalFormatStyle, ContentSheetConditionalFormatStyleSchema, ContentSheetConditionalFormatValue, ContentSheetConditionalFormatValueSchema, ContentSheetDataValidation, ContentSheetDataValidationSchema, ContentSheetDataValidationType, ContentSheetDataValidationTypeSchema, ContentSheetImage, ContentSheetImageSchema, ContentSheetPrintRange, ContentSheetPrintRangeSchema, ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, ContentSheetRange, ContentSheetRangeSchema, ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, ContentSlide, ContentSlideSchema, ContentStroke, ContentStrokeDash, ContentStrokeDashSchema, ContentStrokeSchema, ContentStrokeStyle, ContentStrokeStyleSchema, ContentSubpath, ContentSubpathSchema, ContentTable, ContentTableCell, ContentTableCellSchema, ContentTableRow, ContentTableRowSchema, ContentTableSchema, ContentVector, ContentVectorSchema, DecimalString, DecimalStringSchema, FusedNode, RunConstructExtent, RunConstructExtentSchema, RunConstructFault, SheetRuleOperator, SheetRuleOperatorSchema, clampHeadingLevel, contentDocumentSharedFields, findConstructMarkerImbalance, findRunConstructFault, isContentBlock, isContentConstructEnd, isContentConstructStart, isRunConstructExtent, resolveCellFillColor, unrecognizedFillKind };
|
package/dist/content.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { $ as ContentPageBreak, $t as ContentStrokeStyle, A as ContentFillPatternSchema, At as ContentSheetDataValidation, B as ContentFormulaSchema, Bt as ContentSheetRange, C as ContentDrawPageSchema, Cn as isContentBlock, Ct as ContentSheetColumnSchema, D as ContentEmbeddedObjectKind, Dn as resolveCellFillColor, Dt as ContentSheetConditionalFormatStyleSchema, E as ContentEmbeddedObjectBlockSchema, En as isRunConstructExtent, Et as ContentSheetConditionalFormatStyle, F as ContentFloatOrigin, Ft as ContentSheetImageSchema, G as ContentHatchFill, Gt as ContentSheetRowSchema, H as ContentGradientFillSchema, Ht as ContentSheetRepeatRange, I as ContentFloatOriginSchema, It as ContentSheetPrintRange, J as ContentHatchStyleSchema, Jt as ContentSlideSchema, K as ContentHatchFillSchema, Kt as ContentSheetSchema, L as ContentFloatPosition, Lt as ContentSheetPrintRangeSchema, M as ContentFloatAlignSchema, Mt as ContentSheetDataValidationType, N as ContentFloatAxis, Nt as ContentSheetDataValidationTypeSchema, O as ContentEmbeddedObjectSchema, On as unrecognizedFillKind, Ot as ContentSheetConditionalFormatValue, P as ContentFloatAxisSchema, Pt as ContentSheetImage, Q as ContentListMembershipSchema, Qt as ContentStrokeSchema, R as ContentFloatPositionSchema, Rt as ContentSheetPrintSettings, S as ContentDrawPage, Sn as findRunConstructFault, St as ContentSheetColumn, T as ContentEmbeddedObjectBlock, Tn as isContentConstructStart, Tt as ContentSheetConditionalFormatSchema, U as ContentGradientStyle, Ut as ContentSheetRepeatRangeSchema, V as ContentGradientFill, Vt as ContentSheetRangeSchema, W as ContentGradientStyleSchema, Wt as ContentSheetRow, X as ContentImageBlockSchema, Xt as ContentStrokeDash, Y as ContentImageBlock, Yt as ContentStroke, Z as ContentListMembership, Zt as ContentStrokeDashSchema, _ as ContentConstructEndSchema, _n as SheetRuleOperator, _t as ContentSheet, a as ContentBlockSchema, an as ContentTableCellSchema, at as ContentParagraphBordersSchema, b as ContentDocument, bn as contentDocumentSharedFields, bt as ContentSheetCellCommentSchema, c as ContentCellBorders, cn as ContentTableSchema, ct as ContentPathPointSchema, d as ContentCellFillSchema, dn as DecimalString, dt as ContentRun, en as ContentStrokeStyleSchema, et as ContentPageBreakSchema, f as ContentCellPatternType, fn as DecimalStringSchema, ft as ContentRunSchema, g as ContentConstructEnd, gn as RunConstructFault, gt as ContentShapeSchema, h as ContentCellValueSchema, hn as RunConstructExtentSchema, ht as ContentShape, i as ContentBlock, in as ContentTableCell, it as ContentParagraphBorders, j as ContentFloatAlign, jt as ContentSheetDataValidationSchema, k as ContentFillPattern, kt as ContentSheetConditionalFormatValueSchema, l as ContentCellBordersSchema, ln as ContentVector, lt as ContentPathSegment, m as ContentCellValue, mn as RunConstructExtent, mt as ContentSectionSchema, n as ContentBitmapFill, nn as ContentSubpathSchema, nt as ContentPageFurnitureSchema, o as ContentBorder, on as ContentTableRow, ot as ContentParagraphSchema, p as ContentCellPatternTypeSchema, pn as FusedNode, pt as ContentSection, q as ContentHatchStyle, qt as ContentSlide, r as ContentBitmapFillSchema, rn as ContentTable, rt as ContentParagraph, s as ContentBorderSchema, sn as ContentTableRowSchema, st as ContentPathPoint, t as ConstructMarkerImbalance, tn as ContentSubpath, tt as ContentPageFurniture, u as ContentCellFill, un as ContentVectorSchema, ut as ContentPathSegmentSchema, v as ContentConstructStart, vn as SheetRuleOperatorSchema, vt as ContentSheetCell, w as ContentEmbeddedObject, wn as isContentConstructEnd, wt as ContentSheetConditionalFormat, x as ContentDocumentSchema, xn as findConstructMarkerImbalance, xt as ContentSheetCellSchema, y as ContentConstructStartSchema, yn as clampHeadingLevel, yt as ContentSheetCellComment, z as ContentFormula, zt as ContentSheetPrintSettingsSchema } from "./content-
|
|
1
|
+
import { $ as ContentPageBreak, $t as ContentStrokeStyle, A as ContentFillPatternSchema, At as ContentSheetDataValidation, B as ContentFormulaSchema, Bt as ContentSheetRange, C as ContentDrawPageSchema, Cn as isContentBlock, Ct as ContentSheetColumnSchema, D as ContentEmbeddedObjectKind, Dn as resolveCellFillColor, Dt as ContentSheetConditionalFormatStyleSchema, E as ContentEmbeddedObjectBlockSchema, En as isRunConstructExtent, Et as ContentSheetConditionalFormatStyle, F as ContentFloatOrigin, Ft as ContentSheetImageSchema, G as ContentHatchFill, Gt as ContentSheetRowSchema, H as ContentGradientFillSchema, Ht as ContentSheetRepeatRange, I as ContentFloatOriginSchema, It as ContentSheetPrintRange, J as ContentHatchStyleSchema, Jt as ContentSlideSchema, K as ContentHatchFillSchema, Kt as ContentSheetSchema, L as ContentFloatPosition, Lt as ContentSheetPrintRangeSchema, M as ContentFloatAlignSchema, Mt as ContentSheetDataValidationType, N as ContentFloatAxis, Nt as ContentSheetDataValidationTypeSchema, O as ContentEmbeddedObjectSchema, On as unrecognizedFillKind, Ot as ContentSheetConditionalFormatValue, P as ContentFloatAxisSchema, Pt as ContentSheetImage, Q as ContentListMembershipSchema, Qt as ContentStrokeSchema, R as ContentFloatPositionSchema, Rt as ContentSheetPrintSettings, S as ContentDrawPage, Sn as findRunConstructFault, St as ContentSheetColumn, T as ContentEmbeddedObjectBlock, Tn as isContentConstructStart, Tt as ContentSheetConditionalFormatSchema, U as ContentGradientStyle, Ut as ContentSheetRepeatRangeSchema, V as ContentGradientFill, Vt as ContentSheetRangeSchema, W as ContentGradientStyleSchema, Wt as ContentSheetRow, X as ContentImageBlockSchema, Xt as ContentStrokeDash, Y as ContentImageBlock, Yt as ContentStroke, Z as ContentListMembership, Zt as ContentStrokeDashSchema, _ as ContentConstructEndSchema, _n as SheetRuleOperator, _t as ContentSheet, a as ContentBlockSchema, an as ContentTableCellSchema, at as ContentParagraphBordersSchema, b as ContentDocument, bn as contentDocumentSharedFields, bt as ContentSheetCellCommentSchema, c as ContentCellBorders, cn as ContentTableSchema, ct as ContentPathPointSchema, d as ContentCellFillSchema, dn as DecimalString, dt as ContentRun, en as ContentStrokeStyleSchema, et as ContentPageBreakSchema, f as ContentCellPatternType, fn as DecimalStringSchema, ft as ContentRunSchema, g as ContentConstructEnd, gn as RunConstructFault, gt as ContentShapeSchema, h as ContentCellValueSchema, hn as RunConstructExtentSchema, ht as ContentShape, i as ContentBlock, in as ContentTableCell, it as ContentParagraphBorders, j as ContentFloatAlign, jt as ContentSheetDataValidationSchema, k as ContentFillPattern, kt as ContentSheetConditionalFormatValueSchema, l as ContentCellBordersSchema, ln as ContentVector, lt as ContentPathSegment, m as ContentCellValue, mn as RunConstructExtent, mt as ContentSectionSchema, n as ContentBitmapFill, nn as ContentSubpathSchema, nt as ContentPageFurnitureSchema, o as ContentBorder, on as ContentTableRow, ot as ContentParagraphSchema, p as ContentCellPatternTypeSchema, pn as FusedNode, pt as ContentSection, q as ContentHatchStyle, qt as ContentSlide, r as ContentBitmapFillSchema, rn as ContentTable, rt as ContentParagraph, s as ContentBorderSchema, sn as ContentTableRowSchema, st as ContentPathPoint, t as ConstructMarkerImbalance, tn as ContentSubpath, tt as ContentPageFurniture, u as ContentCellFill, un as ContentVectorSchema, ut as ContentPathSegmentSchema, v as ContentConstructStart, vn as SheetRuleOperatorSchema, vt as ContentSheetCell, w as ContentEmbeddedObject, wn as isContentConstructEnd, wt as ContentSheetConditionalFormat, x as ContentDocumentSchema, xn as findConstructMarkerImbalance, xt as ContentSheetCellSchema, y as ContentConstructStartSchema, yn as clampHeadingLevel, yt as ContentSheetCellComment, z as ContentFormula, zt as ContentSheetPrintSettingsSchema } from "./content-wL5-wetq.js";
|
|
2
2
|
export { ConstructMarkerImbalance, ContentBitmapFill, ContentBitmapFillSchema, ContentBlock, ContentBlockSchema, ContentBorder, ContentBorderSchema, ContentCellBorders, ContentCellBordersSchema, ContentCellFill, ContentCellFillSchema, ContentCellPatternType, ContentCellPatternTypeSchema, ContentCellValue, ContentCellValueSchema, ContentConstructEnd, ContentConstructEndSchema, ContentConstructStart, ContentConstructStartSchema, ContentDocument, ContentDocumentSchema, ContentDrawPage, ContentDrawPageSchema, ContentEmbeddedObject, ContentEmbeddedObjectBlock, ContentEmbeddedObjectBlockSchema, ContentEmbeddedObjectKind, ContentEmbeddedObjectSchema, ContentFillPattern, ContentFillPatternSchema, ContentFloatAlign, ContentFloatAlignSchema, ContentFloatAxis, ContentFloatAxisSchema, ContentFloatOrigin, ContentFloatOriginSchema, ContentFloatPosition, ContentFloatPositionSchema, ContentFormula, ContentFormulaSchema, ContentGradientFill, ContentGradientFillSchema, ContentGradientStyle, ContentGradientStyleSchema, ContentHatchFill, ContentHatchFillSchema, ContentHatchStyle, ContentHatchStyleSchema, ContentImageBlock, ContentImageBlockSchema, ContentListMembership, ContentListMembershipSchema, ContentPageBreak, ContentPageBreakSchema, ContentPageFurniture, ContentPageFurnitureSchema, ContentParagraph, ContentParagraphBorders, ContentParagraphBordersSchema, ContentParagraphSchema, ContentPathPoint, ContentPathPointSchema, ContentPathSegment, ContentPathSegmentSchema, ContentRun, ContentRunSchema, ContentSection, ContentSectionSchema, ContentShape, ContentShapeSchema, ContentSheet, ContentSheetCell, ContentSheetCellComment, ContentSheetCellCommentSchema, ContentSheetCellSchema, ContentSheetColumn, ContentSheetColumnSchema, ContentSheetConditionalFormat, ContentSheetConditionalFormatSchema, ContentSheetConditionalFormatStyle, ContentSheetConditionalFormatStyleSchema, ContentSheetConditionalFormatValue, ContentSheetConditionalFormatValueSchema, ContentSheetDataValidation, ContentSheetDataValidationSchema, ContentSheetDataValidationType, ContentSheetDataValidationTypeSchema, ContentSheetImage, ContentSheetImageSchema, ContentSheetPrintRange, ContentSheetPrintRangeSchema, ContentSheetPrintSettings, ContentSheetPrintSettingsSchema, ContentSheetRange, ContentSheetRangeSchema, ContentSheetRepeatRange, ContentSheetRepeatRangeSchema, ContentSheetRow, ContentSheetRowSchema, ContentSheetSchema, ContentSlide, ContentSlideSchema, ContentStroke, ContentStrokeDash, ContentStrokeDashSchema, ContentStrokeSchema, ContentStrokeStyle, ContentStrokeStyleSchema, ContentSubpath, ContentSubpathSchema, ContentTable, ContentTableCell, ContentTableCellSchema, ContentTableRow, ContentTableRowSchema, ContentTableSchema, ContentVector, ContentVectorSchema, DecimalString, DecimalStringSchema, FusedNode, RunConstructExtent, RunConstructExtentSchema, RunConstructFault, SheetRuleOperator, SheetRuleOperatorSchema, clampHeadingLevel, contentDocumentSharedFields, findConstructMarkerImbalance, findRunConstructFault, isContentBlock, isContentConstructEnd, isContentConstructStart, isRunConstructExtent, resolveCellFillColor, unrecognizedFillKind };
|
package/dist/decompose.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as ContentDrawPage, _t as ContentSheet, b as ContentDocument, ht as ContentShape, pt as ContentSection, qt as ContentSlide, rt as ContentParagraph, t as ConstructMarkerImbalance, z as ContentFormula } from "./content-
|
|
2
|
-
import { D as ShapeGroupNode, I as SlideGroupNode, M as SheetGroupNode, b as SectionGroupNode, c as HeadingParagraph, i as DrawPageGroupNode, p as ListParagraph } from "./package-node-
|
|
1
|
+
import { S as ContentDrawPage, _t as ContentSheet, b as ContentDocument, ht as ContentShape, pt as ContentSection, qt as ContentSlide, rt as ContentParagraph, t as ConstructMarkerImbalance, z as ContentFormula } from "./content-CIIFuBbn.cjs";
|
|
2
|
+
import { D as ShapeGroupNode, I as SlideGroupNode, M as SheetGroupNode, b as SectionGroupNode, c as HeadingParagraph, i as DrawPageGroupNode, p as ListParagraph } from "./package-node-C9iYNIXi.cjs";
|
|
3
3
|
//#region src/decompose.d.ts
|
|
4
4
|
declare function isHeadingParagraph(paragraph: ContentParagraph): paragraph is HeadingParagraph;
|
|
5
5
|
declare function isListParagraph(paragraph: ContentParagraph): paragraph is ListParagraph;
|
package/dist/decompose.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as ContentDrawPage, _t as ContentSheet, b as ContentDocument, ht as ContentShape, pt as ContentSection, qt as ContentSlide, rt as ContentParagraph, t as ConstructMarkerImbalance, z as ContentFormula } from "./content-
|
|
2
|
-
import { D as ShapeGroupNode, I as SlideGroupNode, M as SheetGroupNode, b as SectionGroupNode, c as HeadingParagraph, i as DrawPageGroupNode, p as ListParagraph } from "./package-node-
|
|
1
|
+
import { S as ContentDrawPage, _t as ContentSheet, b as ContentDocument, ht as ContentShape, pt as ContentSection, qt as ContentSlide, rt as ContentParagraph, t as ConstructMarkerImbalance, z as ContentFormula } from "./content-wL5-wetq.js";
|
|
2
|
+
import { D as ShapeGroupNode, I as SlideGroupNode, M as SheetGroupNode, b as SectionGroupNode, c as HeadingParagraph, i as DrawPageGroupNode, p as ListParagraph } from "./package-node-C_rpWAh2.js";
|
|
3
3
|
//#region src/decompose.d.ts
|
|
4
4
|
declare function isHeadingParagraph(paragraph: ContentParagraph): paragraph is HeadingParagraph;
|
|
5
5
|
declare function isListParagraph(paragraph: ContentParagraph): paragraph is ListParagraph;
|
package/dist/definitions.d.cts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { dt as ContentRun, rt as ContentParagraph } from "./content-
|
|
1
|
+
import { dt as ContentRun, rt as ContentParagraph } from "./content-CIIFuBbn.cjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
//#region src/definitions.d.ts
|
|
4
4
|
declare const StyleParagraphPropertiesSchema: z.ZodObject<{
|
|
5
5
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
6
6
|
left: "left";
|
|
7
|
-
right: "right";
|
|
8
7
|
center: "center";
|
|
8
|
+
right: "right";
|
|
9
9
|
justify: "justify";
|
|
10
10
|
}>>;
|
|
11
11
|
list: z.ZodOptional<z.ZodObject<{
|
|
@@ -49,8 +49,8 @@ declare const StyleEntrySchema: z.ZodObject<{
|
|
|
49
49
|
paragraph: z.ZodOptional<z.ZodObject<{
|
|
50
50
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
51
51
|
left: "left";
|
|
52
|
-
right: "right";
|
|
53
52
|
center: "center";
|
|
53
|
+
right: "right";
|
|
54
54
|
justify: "justify";
|
|
55
55
|
}>>;
|
|
56
56
|
list: z.ZodOptional<z.ZodObject<{
|
|
@@ -94,8 +94,8 @@ declare const StylesTableSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
|
94
94
|
paragraph: z.ZodOptional<z.ZodObject<{
|
|
95
95
|
alignment: z.ZodOptional<z.ZodEnum<{
|
|
96
96
|
left: "left";
|
|
97
|
-
right: "right";
|
|
98
97
|
center: "center";
|
|
98
|
+
right: "right";
|
|
99
99
|
justify: "justify";
|
|
100
100
|
}>>;
|
|
101
101
|
list: z.ZodOptional<z.ZodObject<{
|