document-schema 7.12.0 → 7.14.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/README.md +6 -0
- package/dist/codec.d.cts +1 -1
- package/dist/codec.d.ts +1 -1
- package/dist/{construct-C4XiF8OW.d.cts → construct-C9cYkjnd.d.cts} +6 -6
- package/dist/{construct-C4XiF8OW.d.ts → construct-C9cYkjnd.d.ts} +6 -6
- package/dist/construct.d.cts +1 -1
- package/dist/construct.d.ts +1 -1
- package/dist/{content-DnNAXdH_.d.cts → content-BNUhgRbB.d.cts} +129 -126
- package/dist/{content-vx3Mbnjy.d.ts → content-CYPkduUB.d.ts} +129 -126
- package/dist/content-json-schema-defs.cjs +2 -1
- package/dist/content-json-schema-defs.js +2 -1
- package/dist/content.cjs +3 -2
- package/dist/content.d.cts +1 -1
- package/dist/content.d.ts +1 -1
- package/dist/content.js +3 -2
- package/dist/decompose.d.cts +2 -2
- package/dist/decompose.d.ts +2 -2
- package/dist/definitions.d.cts +1 -1
- package/dist/definitions.d.ts +1 -1
- 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.cjs +2 -0
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +2 -2
- package/dist/{package-node-DMS4Zrfi.d.cts → package-node-C1HxQdNK.d.cts} +47 -47
- package/dist/{package-node-CjEahULr.d.ts → package-node-DdotoNEU.d.ts} +47 -47
- package/dist/package-node.d.cts +1 -1
- package/dist/package-node.d.ts +1 -1
- package/dist/package.d.cts +2 -2
- package/dist/package.d.ts +2 -2
- 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/table-grid.cjs +85 -0
- package/dist/table-grid.d.cts +50 -2
- package/dist/table-grid.d.ts +50 -2
- package/dist/table-grid.js +84 -1
- package/package.json +1 -1
- package/schemas/content-document.schema.json +19 -16
- package/schemas/document-tree.schema.json +6 -3
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
|
3
|
-
"$id": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
3
|
+
"$id": "https://cdn.jsdelivr.net/npm/document-schema.js@7.14.0/schemas/document-tree.schema.json",
|
|
4
4
|
"oneOf": [
|
|
5
5
|
{
|
|
6
6
|
"type": "object",
|
|
@@ -1921,6 +1921,9 @@
|
|
|
1921
1921
|
"ltr",
|
|
1922
1922
|
"rtl"
|
|
1923
1923
|
]
|
|
1924
|
+
},
|
|
1925
|
+
"isHeader": {
|
|
1926
|
+
"type": "boolean"
|
|
1924
1927
|
}
|
|
1925
1928
|
},
|
|
1926
1929
|
"required": [
|
|
@@ -1993,7 +1996,7 @@
|
|
|
1993
1996
|
]
|
|
1994
1997
|
},
|
|
1995
1998
|
"document": {
|
|
1996
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
1999
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.14.0/schemas/content-document.schema.json"
|
|
1997
2000
|
},
|
|
1998
2001
|
"frame": {
|
|
1999
2002
|
"$ref": "#/$defs/Box"
|
|
@@ -4319,7 +4322,7 @@
|
|
|
4319
4322
|
]
|
|
4320
4323
|
},
|
|
4321
4324
|
"document": {
|
|
4322
|
-
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.
|
|
4325
|
+
"$ref": "https://cdn.jsdelivr.net/npm/document-schema.js@7.14.0/schemas/content-document.schema.json"
|
|
4323
4326
|
},
|
|
4324
4327
|
"frame": {
|
|
4325
4328
|
"$ref": "#/$defs/Box"
|