@beyondwork/docx-react-component 1.0.127 → 1.0.129
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/api/public-types.cjs +215 -61
- package/dist/api/public-types.d.cts +2 -2
- package/dist/api/public-types.d.ts +2 -2
- package/dist/api/public-types.js +2 -2
- package/dist/api/v3.cjs +1324 -71
- package/dist/api/v3.d.cts +3 -3
- package/dist/api/v3.d.ts +3 -3
- package/dist/api/v3.js +8 -8
- package/dist/{canonical-document-CXCFCbAz.d.cts → canonical-document-BMtONpgf.d.cts} +6 -0
- package/dist/{canonical-document-CXCFCbAz.d.ts → canonical-document-BMtONpgf.d.ts} +6 -0
- package/dist/{chunk-KV435YXO.js → chunk-5DSHUYSY.js} +1 -1
- package/dist/{chunk-TQDQU2E3.js → chunk-63FYIGCT.js} +2 -2
- package/dist/{chunk-ZDOAUP3V.js → chunk-DDN2AIGE.js} +1 -1
- package/dist/{chunk-6F5QW44A.js → chunk-DJU2W4E4.js} +2 -2
- package/dist/{chunk-4EENH4FG.js → chunk-EZKJXIPH.js} +1 -1
- package/dist/{chunk-CXSYRB37.js → chunk-HUIHBBAQ.js} +166 -49
- package/dist/{chunk-ESJ2MES5.js → chunk-JJGVE5J7.js} +1 -1
- package/dist/{chunk-LZVBNDGU.js → chunk-LJH64PV3.js} +3 -3
- package/dist/{chunk-MWSBGJQO.js → chunk-OTQIW2TC.js} +2 -2
- package/dist/{chunk-2QL5DAKF.js → chunk-PGKUJZXV.js} +3 -3
- package/dist/{chunk-PUMZWE2D.js → chunk-PRAZBHNF.js} +460 -136
- package/dist/{chunk-4YJVRIUB.js → chunk-Q3QYGKFE.js} +51 -8
- package/dist/{chunk-YHZHPXDB.js → chunk-RMRTQGW3.js} +50 -13
- package/dist/{chunk-XRACP43Q.js → chunk-SKPTKQHF.js} +351 -13
- package/dist/{chunk-D5HYZQTG.js → chunk-VNLDQJ47.js} +1 -1
- package/dist/{chunk-BYSRJ4FE.js → chunk-W34X3KBR.js} +1 -1
- package/dist/{chunk-V6XVZFFH.js → chunk-XMHSGPLN.js} +2 -2
- package/dist/{chunk-46KNRA4C.js → chunk-XQCAMKIQ.js} +849 -6
- package/dist/{chunk-YD2JE54B.js → chunk-YZDZ4FGR.js} +1 -1
- package/dist/compare.d.cts +1 -1
- package/dist/compare.d.ts +1 -1
- package/dist/core/commands/formatting-commands.d.cts +2 -2
- package/dist/core/commands/formatting-commands.d.ts +2 -2
- package/dist/core/commands/image-commands.cjs +166 -49
- package/dist/core/commands/image-commands.d.cts +2 -2
- package/dist/core/commands/image-commands.d.ts +2 -2
- package/dist/core/commands/image-commands.js +4 -4
- package/dist/core/commands/section-layout-commands.d.cts +2 -2
- package/dist/core/commands/section-layout-commands.d.ts +2 -2
- package/dist/core/commands/style-commands.d.cts +2 -2
- package/dist/core/commands/style-commands.d.ts +2 -2
- package/dist/core/commands/table-structure-commands.cjs +166 -49
- package/dist/core/commands/table-structure-commands.d.cts +2 -2
- package/dist/core/commands/table-structure-commands.d.ts +2 -2
- package/dist/core/commands/table-structure-commands.js +3 -3
- package/dist/core/commands/text-commands.cjs +166 -49
- package/dist/core/commands/text-commands.d.cts +2 -2
- package/dist/core/commands/text-commands.d.ts +2 -2
- package/dist/core/commands/text-commands.js +4 -4
- package/dist/core/selection/mapping.d.cts +2 -2
- package/dist/core/selection/mapping.d.ts +2 -2
- package/dist/core/state/editor-state.d.cts +2 -2
- package/dist/core/state/editor-state.d.ts +2 -2
- package/dist/index.cjs +1943 -219
- package/dist/index.d.cts +5 -5
- package/dist/index.d.ts +5 -5
- package/dist/index.js +56 -22
- package/dist/io/docx-session.cjs +51 -8
- package/dist/io/docx-session.d.cts +4 -4
- package/dist/io/docx-session.d.ts +4 -4
- package/dist/io/docx-session.js +3 -3
- package/dist/legal.d.cts +1 -1
- package/dist/legal.d.ts +1 -1
- package/dist/legal.js +2 -2
- package/dist/{loader-CFICtb9m.d.ts → loader-4qsw4eIU.d.ts} +3 -3
- package/dist/{loader-DveZOVuC.d.cts → loader-B8TKhmQi.d.cts} +3 -3
- package/dist/{public-types-beSYFJRR.d.cts → public-types-B5CRoR6f.d.cts} +220 -1
- package/dist/{public-types-Cgl3efbO.d.ts → public-types-p9b8rfy8.d.ts} +220 -1
- package/dist/public-types.cjs +215 -61
- package/dist/public-types.d.cts +2 -2
- package/dist/public-types.d.ts +2 -2
- package/dist/public-types.js +2 -2
- package/dist/runtime/collab.d.cts +3 -3
- package/dist/runtime/collab.d.ts +3 -3
- package/dist/runtime/document-runtime.cjs +999 -193
- package/dist/runtime/document-runtime.d.cts +2 -2
- package/dist/runtime/document-runtime.d.ts +2 -2
- package/dist/runtime/document-runtime.js +13 -13
- package/dist/{session-B7u82EJF.d.cts → session-BnGIjaex.d.cts} +3 -3
- package/dist/{session-BWMJ9jm4.d.ts → session-vEYKf-w3.d.ts} +3 -3
- package/dist/session.cjs +51 -8
- package/dist/session.d.cts +5 -5
- package/dist/session.d.ts +5 -5
- package/dist/session.js +4 -4
- package/dist/tailwind.cjs +215 -61
- package/dist/tailwind.d.cts +2 -2
- package/dist/tailwind.d.ts +2 -2
- package/dist/tailwind.js +5 -5
- package/dist/{types-BQjdVZsh.d.cts → types-BLuvZ6cQ.d.cts} +2 -2
- package/dist/{types-DvvmS5A7.d.ts → types-Dutlyj0T.d.ts} +2 -2
- package/dist/ui-tailwind/editor-surface/search-plugin.d.cts +3 -3
- package/dist/ui-tailwind/editor-surface/search-plugin.d.ts +3 -3
- package/dist/ui-tailwind/editor-surface/search-plugin.js +3 -3
- package/dist/ui-tailwind.cjs +215 -61
- package/dist/ui-tailwind.d.cts +3 -3
- package/dist/ui-tailwind.d.ts +3 -3
- package/dist/ui-tailwind.js +5 -5
- package/package.json +1 -1
|
@@ -5,9 +5,9 @@ import {
|
|
|
5
5
|
removeCellFromRow,
|
|
6
6
|
removeTableRowPure,
|
|
7
7
|
tableStructureActionHandleForTarget
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-DDN2AIGE.js";
|
|
9
|
+
import "../../chunk-W34X3KBR.js";
|
|
10
|
+
import "../../chunk-HUIHBBAQ.js";
|
|
11
11
|
import "../../chunk-OYGMRRR7.js";
|
|
12
12
|
import "../../chunk-5DGKFNQT.js";
|
|
13
13
|
import "../../chunk-UFVDIR2C.js";
|
|
@@ -3940,12 +3940,13 @@ function getLevelStartAt(level, levelDefinitions) {
|
|
|
3940
3940
|
return levelDefinitions.get(level)?.startAt ?? DEFAULT_NUMBERING_START_AT;
|
|
3941
3941
|
}
|
|
3942
3942
|
function getNumberingFormatPosture(format, value) {
|
|
3943
|
-
|
|
3943
|
+
const registryEntry = getNumberingFormatRegistryEntry(format);
|
|
3944
|
+
if (!registryEntry || registryEntry.renderSupport === "approximated") {
|
|
3944
3945
|
return {
|
|
3945
3946
|
status: "approximated",
|
|
3946
3947
|
requestedFormat: format,
|
|
3947
3948
|
renderedFormat: "decimal",
|
|
3948
|
-
reason: "unsupported-numbering-format-decimal-fallback"
|
|
3949
|
+
reason: registryEntry?.fallbackReason ?? "unsupported-numbering-format-decimal-fallback"
|
|
3949
3950
|
};
|
|
3950
3951
|
}
|
|
3951
3952
|
if (value !== void 0 && ((format === "upperRoman" || format === "lowerRoman") && (value <= 0 || value >= 4e3) || (format === "cardinalText" || format === "ordinalText") && (!Number.isInteger(value) || value < 1 || value > 999) || (format === "upperLetter" || format === "lowerLetter" || format === "chicago") && value < 1)) {
|
|
@@ -3976,56 +3977,148 @@ function renderLevelText(text, counters, levelDefinitions) {
|
|
|
3976
3977
|
});
|
|
3977
3978
|
return rendered.trim().length > 0 ? rendered : null;
|
|
3978
3979
|
}
|
|
3979
|
-
var SUPPORTED_NUMBERING_FORMATS = /* @__PURE__ */ new Set([
|
|
3980
|
-
"decimal",
|
|
3981
|
-
"decimalZero",
|
|
3982
|
-
"upperLetter",
|
|
3983
|
-
"lowerLetter",
|
|
3984
|
-
"upperRoman",
|
|
3985
|
-
"lowerRoman",
|
|
3986
|
-
"hex",
|
|
3987
|
-
"ordinal",
|
|
3988
|
-
"cardinalText",
|
|
3989
|
-
"ordinalText",
|
|
3990
|
-
"chicago",
|
|
3991
|
-
"bullet",
|
|
3992
|
-
"none"
|
|
3993
|
-
]);
|
|
3994
3980
|
function isSupportedNumberingFormat(format) {
|
|
3995
|
-
return
|
|
3981
|
+
return getNumberingFormatRegistryEntry(format)?.renderSupport === "supported";
|
|
3982
|
+
}
|
|
3983
|
+
function getNumberingFormatRegistryEntry(format) {
|
|
3984
|
+
return NUMBERING_FORMAT_REGISTRY.get(format);
|
|
3996
3985
|
}
|
|
3997
3986
|
function formatCounter(value, format) {
|
|
3998
|
-
|
|
3999
|
-
|
|
4000
|
-
|
|
4001
|
-
|
|
4002
|
-
|
|
4003
|
-
|
|
4004
|
-
|
|
4005
|
-
|
|
4006
|
-
|
|
4007
|
-
|
|
4008
|
-
|
|
4009
|
-
|
|
4010
|
-
|
|
4011
|
-
|
|
4012
|
-
|
|
4013
|
-
|
|
4014
|
-
|
|
4015
|
-
|
|
4016
|
-
|
|
4017
|
-
|
|
4018
|
-
|
|
4019
|
-
|
|
4020
|
-
|
|
4021
|
-
|
|
4022
|
-
|
|
4023
|
-
|
|
4024
|
-
|
|
4025
|
-
|
|
4026
|
-
|
|
3987
|
+
return getNumberingFormatRegistryEntry(format)?.render(value) ?? String(value);
|
|
3988
|
+
}
|
|
3989
|
+
var exactNumberingFormatEntries = [
|
|
3990
|
+
{
|
|
3991
|
+
format: "decimal",
|
|
3992
|
+
renderSupport: "supported",
|
|
3993
|
+
renderedFormat: "decimal",
|
|
3994
|
+
supportsMutation: true,
|
|
3995
|
+
render: (value) => String(value)
|
|
3996
|
+
},
|
|
3997
|
+
{
|
|
3998
|
+
format: "decimalZero",
|
|
3999
|
+
renderSupport: "supported",
|
|
4000
|
+
renderedFormat: "decimalZero",
|
|
4001
|
+
supportsMutation: true,
|
|
4002
|
+
render: (value) => String(value).padStart(2, "0")
|
|
4003
|
+
},
|
|
4004
|
+
{
|
|
4005
|
+
format: "upperLetter",
|
|
4006
|
+
renderSupport: "supported",
|
|
4007
|
+
renderedFormat: "upperLetter",
|
|
4008
|
+
supportsMutation: true,
|
|
4009
|
+
render: (value) => toAlphabetic2(value).toUpperCase()
|
|
4010
|
+
},
|
|
4011
|
+
{
|
|
4012
|
+
format: "lowerLetter",
|
|
4013
|
+
renderSupport: "supported",
|
|
4014
|
+
renderedFormat: "lowerLetter",
|
|
4015
|
+
supportsMutation: true,
|
|
4016
|
+
render: (value) => toAlphabetic2(value).toLowerCase()
|
|
4017
|
+
},
|
|
4018
|
+
{
|
|
4019
|
+
format: "upperRoman",
|
|
4020
|
+
renderSupport: "supported",
|
|
4021
|
+
renderedFormat: "upperRoman",
|
|
4022
|
+
supportsMutation: true,
|
|
4023
|
+
render: (value) => toRoman2(value).toUpperCase()
|
|
4024
|
+
},
|
|
4025
|
+
{
|
|
4026
|
+
format: "lowerRoman",
|
|
4027
|
+
renderSupport: "supported",
|
|
4028
|
+
renderedFormat: "lowerRoman",
|
|
4029
|
+
supportsMutation: true,
|
|
4030
|
+
render: (value) => toRoman2(value).toLowerCase()
|
|
4031
|
+
},
|
|
4032
|
+
{
|
|
4033
|
+
format: "hex",
|
|
4034
|
+
renderSupport: "supported",
|
|
4035
|
+
renderedFormat: "hex",
|
|
4036
|
+
supportsMutation: true,
|
|
4037
|
+
render: (value) => value >= 0 ? value.toString(16).toUpperCase() : String(value)
|
|
4038
|
+
},
|
|
4039
|
+
{
|
|
4040
|
+
format: "ordinal",
|
|
4041
|
+
renderSupport: "supported",
|
|
4042
|
+
renderedFormat: "ordinal",
|
|
4043
|
+
supportsMutation: true,
|
|
4044
|
+
render: toOrdinal2
|
|
4045
|
+
},
|
|
4046
|
+
{
|
|
4047
|
+
format: "cardinalText",
|
|
4048
|
+
renderSupport: "supported",
|
|
4049
|
+
renderedFormat: "cardinalText",
|
|
4050
|
+
supportsMutation: true,
|
|
4051
|
+
render: toCardinalText2
|
|
4052
|
+
},
|
|
4053
|
+
{
|
|
4054
|
+
format: "ordinalText",
|
|
4055
|
+
renderSupport: "supported",
|
|
4056
|
+
renderedFormat: "ordinalText",
|
|
4057
|
+
supportsMutation: true,
|
|
4058
|
+
render: toOrdinalText2
|
|
4059
|
+
},
|
|
4060
|
+
{
|
|
4061
|
+
format: "chicago",
|
|
4062
|
+
renderSupport: "supported",
|
|
4063
|
+
renderedFormat: "chicago",
|
|
4064
|
+
supportsMutation: true,
|
|
4065
|
+
render: toChicago2
|
|
4066
|
+
},
|
|
4067
|
+
{
|
|
4068
|
+
format: "bullet",
|
|
4069
|
+
renderSupport: "supported",
|
|
4070
|
+
renderedFormat: "bullet",
|
|
4071
|
+
supportsMutation: true,
|
|
4072
|
+
render: () => ""
|
|
4073
|
+
},
|
|
4074
|
+
{
|
|
4075
|
+
format: "none",
|
|
4076
|
+
renderSupport: "supported",
|
|
4077
|
+
renderedFormat: "none",
|
|
4078
|
+
supportsMutation: true,
|
|
4079
|
+
render: () => ""
|
|
4027
4080
|
}
|
|
4028
|
-
|
|
4081
|
+
];
|
|
4082
|
+
var approximatedDecimalFormats = [
|
|
4083
|
+
"decimalEnclosedCircle",
|
|
4084
|
+
"decimalEnclosedFullstop",
|
|
4085
|
+
"decimalEnclosedParen",
|
|
4086
|
+
"decimalFullWidth",
|
|
4087
|
+
"decimalHalfWidth",
|
|
4088
|
+
"aiueo",
|
|
4089
|
+
"iroha",
|
|
4090
|
+
"ganada",
|
|
4091
|
+
"chosung",
|
|
4092
|
+
"russianLower",
|
|
4093
|
+
"russianUpper",
|
|
4094
|
+
"hebrew1",
|
|
4095
|
+
"hebrew2",
|
|
4096
|
+
"arabicAlpha",
|
|
4097
|
+
"arabicAbjad",
|
|
4098
|
+
"thaiLetters",
|
|
4099
|
+
"thaiNumbers",
|
|
4100
|
+
"hindiLetters",
|
|
4101
|
+
"hindiNumbers",
|
|
4102
|
+
"ideographDigital",
|
|
4103
|
+
"ideographTraditional",
|
|
4104
|
+
"chineseCounting",
|
|
4105
|
+
"japaneseCounting",
|
|
4106
|
+
"japaneseLegal"
|
|
4107
|
+
];
|
|
4108
|
+
var approximatedNumberingFormatEntries = approximatedDecimalFormats.map((format) => ({
|
|
4109
|
+
format,
|
|
4110
|
+
renderSupport: "approximated",
|
|
4111
|
+
renderedFormat: "decimal",
|
|
4112
|
+
supportsMutation: false,
|
|
4113
|
+
fallbackReason: "unsupported-numbering-format-decimal-fallback",
|
|
4114
|
+
render: (value) => String(value)
|
|
4115
|
+
}));
|
|
4116
|
+
var NUMBERING_FORMAT_REGISTRY = new Map(
|
|
4117
|
+
[...exactNumberingFormatEntries, ...approximatedNumberingFormatEntries].map((entry) => [
|
|
4118
|
+
entry.format,
|
|
4119
|
+
entry
|
|
4120
|
+
])
|
|
4121
|
+
);
|
|
4029
4122
|
function toOrdinal2(value) {
|
|
4030
4123
|
if (value <= 0) return String(value);
|
|
4031
4124
|
const lastTwo = value % 100;
|
|
@@ -4679,12 +4772,36 @@ var DEFAULT_HYPERLINK_COLOR_HEX = "0563C1";
|
|
|
4679
4772
|
function resolveHyperlinkRunFormatting(input, catalog, resolver) {
|
|
4680
4773
|
const augmentedInput = input.characterStyleId === void 0 ? { ...input, characterStyleId: HYPERLINK_CHARACTER_STYLE_ID } : input;
|
|
4681
4774
|
const cascade = resolveEffectiveRunFormatting(augmentedInput, catalog);
|
|
4682
|
-
const resolvedColor = resolveHyperlinkColorHex(
|
|
4775
|
+
const resolvedColor = resolveHyperlinkColorHex(
|
|
4776
|
+
stripInheritedColorHexForImplicitHyperlink(input, catalog, cascade),
|
|
4777
|
+
resolver
|
|
4778
|
+
);
|
|
4683
4779
|
if (resolvedColor && resolvedColor !== cascade.colorHex) {
|
|
4684
4780
|
return { ...cascade, colorHex: resolvedColor };
|
|
4685
4781
|
}
|
|
4686
4782
|
return cascade;
|
|
4687
4783
|
}
|
|
4784
|
+
function hasDirectNonAutoColor(input) {
|
|
4785
|
+
return Boolean(input.direct?.colorHex && input.direct.colorHex !== "auto");
|
|
4786
|
+
}
|
|
4787
|
+
function characterStyleDeclaresColorHex(styleId, catalog) {
|
|
4788
|
+
if (!catalog) return false;
|
|
4789
|
+
const chain = resolveCharacterStyleChain(styleId, catalog);
|
|
4790
|
+
return chain.some((chainStyleId) => {
|
|
4791
|
+
const colorHex = catalog.characters[chainStyleId]?.runProperties?.colorHex;
|
|
4792
|
+
return Boolean(colorHex && colorHex !== "auto");
|
|
4793
|
+
});
|
|
4794
|
+
}
|
|
4795
|
+
function stripInheritedColorHexForImplicitHyperlink(originalInput, catalog, cascade) {
|
|
4796
|
+
if (originalInput.characterStyleId !== void 0 || hasDirectNonAutoColor(originalInput) || !cascade.colorHex || cascade.colorHex === "auto" || characterStyleDeclaresColorHex(HYPERLINK_CHARACTER_STYLE_ID, catalog)) {
|
|
4797
|
+
return cascade;
|
|
4798
|
+
}
|
|
4799
|
+
const inheritedCascade = resolveEffectiveRunFormatting(originalInput, catalog);
|
|
4800
|
+
if (inheritedCascade.colorHex !== cascade.colorHex) {
|
|
4801
|
+
return cascade;
|
|
4802
|
+
}
|
|
4803
|
+
return { ...cascade, colorHex: void 0 };
|
|
4804
|
+
}
|
|
4688
4805
|
function resolveHyperlinkColorHex(cascade, resolver) {
|
|
4689
4806
|
if (cascade.colorHex && cascade.colorHex !== "auto") {
|
|
4690
4807
|
return cascade.colorHex;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { T as TextTransactionTextTarget, C as CanonicalDocumentEnvelope, S as SelectionSnapshot, d as TextTransactionResult, e as StructuralMutationResult, I as InsertTableOptions, f as TextFormattingDirective, g as TransactionMapping } from '../../public-types-
|
|
1
|
+
import { T as TextTransactionTextTarget, C as CanonicalDocumentEnvelope, S as SelectionSnapshot, d as TextTransactionResult, e as StructuralMutationResult, I as InsertTableOptions, f as TextFormattingDirective, g as TransactionMapping } from '../../public-types-B5CRoR6f.cjs';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'yjs';
|
|
4
4
|
import 'y-protocols/awareness';
|
|
5
|
-
import '../../canonical-document-
|
|
5
|
+
import '../../canonical-document-BMtONpgf.cjs';
|
|
6
6
|
import 'prosemirror-state';
|
|
7
7
|
import 'prosemirror-model';
|
|
8
8
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { T as TextTransactionTextTarget, C as CanonicalDocumentEnvelope, S as SelectionSnapshot, d as TextTransactionResult, e as StructuralMutationResult, I as InsertTableOptions, f as TextFormattingDirective, g as TransactionMapping } from '../../public-types-
|
|
1
|
+
import { T as TextTransactionTextTarget, C as CanonicalDocumentEnvelope, S as SelectionSnapshot, d as TextTransactionResult, e as StructuralMutationResult, I as InsertTableOptions, f as TextFormattingDirective, g as TransactionMapping } from '../../public-types-p9b8rfy8.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'yjs';
|
|
4
4
|
import 'y-protocols/awareness';
|
|
5
|
-
import '../../canonical-document-
|
|
5
|
+
import '../../canonical-document-BMtONpgf.js';
|
|
6
6
|
import 'prosemirror-state';
|
|
7
7
|
import 'prosemirror-model';
|
|
8
8
|
|
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
insertText,
|
|
9
9
|
outdentParagraphAtSelection,
|
|
10
10
|
splitParagraph
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-LJH64PV3.js";
|
|
12
12
|
import "../../chunk-Y4XZCMCS.js";
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-5DSHUYSY.js";
|
|
14
|
+
import "../../chunk-W34X3KBR.js";
|
|
15
15
|
import "../../chunk-QIO6V46H.js";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-HUIHBBAQ.js";
|
|
17
17
|
import "../../chunk-OYGMRRR7.js";
|
|
18
18
|
import "../../chunk-5DGKFNQT.js";
|
|
19
19
|
import "../../chunk-UFVDIR2C.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { fi as Assoc, fj as BoundaryAssoc, fk as DEFAULT_BOUNDARY_ASSOC, fl as DetachedAnchor, fm as DocRange, a$ as EditorAnchorProjection, fn as InternalEditorAnchorProjection, fo as MAIN_STORY_TARGET, fp as MappingResult, fq as MappingStep, fr as NodeAnchor, fs as Position, ft as RangeAnchor, g as TransactionMapping, fu as anchorUnaffectedByMapping, fv as areAnchorsEqual, fw as createDetachedAnchor, fx as createEmptyMapping, fy as createNodeAnchor, fz as createRangeAnchor, fA as getEffectiveRange, fB as mapAnchor, fC as mapPosition, fD as mapRange, fE as normalizeRange, fF as storyTargetsEqual } from '../../public-types-
|
|
1
|
+
export { fi as Assoc, fj as BoundaryAssoc, fk as DEFAULT_BOUNDARY_ASSOC, fl as DetachedAnchor, fm as DocRange, a$ as EditorAnchorProjection, fn as InternalEditorAnchorProjection, fo as MAIN_STORY_TARGET, fp as MappingResult, fq as MappingStep, fr as NodeAnchor, fs as Position, ft as RangeAnchor, g as TransactionMapping, fu as anchorUnaffectedByMapping, fv as areAnchorsEqual, fw as createDetachedAnchor, fx as createEmptyMapping, fy as createNodeAnchor, fz as createRangeAnchor, fA as getEffectiveRange, fB as mapAnchor, fC as mapPosition, fD as mapRange, fE as normalizeRange, fF as storyTargetsEqual } from '../../public-types-B5CRoR6f.cjs';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'yjs';
|
|
4
4
|
import 'y-protocols/awareness';
|
|
5
|
-
import '../../canonical-document-
|
|
5
|
+
import '../../canonical-document-BMtONpgf.cjs';
|
|
6
6
|
import 'prosemirror-state';
|
|
7
7
|
import 'prosemirror-model';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { fi as Assoc, fj as BoundaryAssoc, fk as DEFAULT_BOUNDARY_ASSOC, fl as DetachedAnchor, fm as DocRange, a$ as EditorAnchorProjection, fn as InternalEditorAnchorProjection, fo as MAIN_STORY_TARGET, fp as MappingResult, fq as MappingStep, fr as NodeAnchor, fs as Position, ft as RangeAnchor, g as TransactionMapping, fu as anchorUnaffectedByMapping, fv as areAnchorsEqual, fw as createDetachedAnchor, fx as createEmptyMapping, fy as createNodeAnchor, fz as createRangeAnchor, fA as getEffectiveRange, fB as mapAnchor, fC as mapPosition, fD as mapRange, fE as normalizeRange, fF as storyTargetsEqual } from '../../public-types-
|
|
1
|
+
export { fi as Assoc, fj as BoundaryAssoc, fk as DEFAULT_BOUNDARY_ASSOC, fl as DetachedAnchor, fm as DocRange, a$ as EditorAnchorProjection, fn as InternalEditorAnchorProjection, fo as MAIN_STORY_TARGET, fp as MappingResult, fq as MappingStep, fr as NodeAnchor, fs as Position, ft as RangeAnchor, g as TransactionMapping, fu as anchorUnaffectedByMapping, fv as areAnchorsEqual, fw as createDetachedAnchor, fx as createEmptyMapping, fy as createNodeAnchor, fz as createRangeAnchor, fA as getEffectiveRange, fB as mapAnchor, fC as mapPosition, fD as mapRange, fE as normalizeRange, fF as storyTargetsEqual } from '../../public-types-p9b8rfy8.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import 'yjs';
|
|
4
4
|
import 'y-protocols/awareness';
|
|
5
|
-
import '../../canonical-document-
|
|
5
|
+
import '../../canonical-document-BMtONpgf.js';
|
|
6
6
|
import 'prosemirror-state';
|
|
7
7
|
import 'prosemirror-model';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { C as CanonicalDocumentEnvelope, fG as CommandStateSnapshot, fH as CommentEntryRecord, fI as CommentResolutionRecord, fJ as CommentSidebarSnapshot, fK as CommentThreadRecord, c2 as CompatibilityFeatureClass, c3 as CompatibilityFeatureEntry, fL as CompatibilityPanelSnapshot, q as CompatibilityReport, fM as CreateEditorStateOptions, fN as DocumentStats, r as EditorError, cm as EditorErrorCode, fO as EditorRuntimeState, fP as EditorState, cB as EditorWarning, cC as EditorWarningCode, fQ as PersistedEditorSnapshot, fR as ReviewStore, fS as RevisionMetadataRecord, fT as RevisionRecord, fU as RuntimePhase, fV as RuntimeRenderSnapshot, S as SelectionSnapshot, fW as TrackedChangesSnapshot, fX as createDefaultCanonicalDocument, fY as createEditorState, fZ as createEmptyCompatibilityReport, f_ as createEmptyReviewStore, f$ as createPersistedEditorSnapshot, g0 as createSelectionSnapshot, g1 as deriveDocumentStats, g2 as deriveRenderSnapshot, g3 as normalizeCommentThreadRecord } from '../../public-types-
|
|
2
|
-
export { o as createCanonicalDocumentId } from '../../canonical-document-
|
|
1
|
+
export { C as CanonicalDocumentEnvelope, fG as CommandStateSnapshot, fH as CommentEntryRecord, fI as CommentResolutionRecord, fJ as CommentSidebarSnapshot, fK as CommentThreadRecord, c2 as CompatibilityFeatureClass, c3 as CompatibilityFeatureEntry, fL as CompatibilityPanelSnapshot, q as CompatibilityReport, fM as CreateEditorStateOptions, fN as DocumentStats, r as EditorError, cm as EditorErrorCode, fO as EditorRuntimeState, fP as EditorState, cB as EditorWarning, cC as EditorWarningCode, fQ as PersistedEditorSnapshot, fR as ReviewStore, fS as RevisionMetadataRecord, fT as RevisionRecord, fU as RuntimePhase, fV as RuntimeRenderSnapshot, S as SelectionSnapshot, fW as TrackedChangesSnapshot, fX as createDefaultCanonicalDocument, fY as createEditorState, fZ as createEmptyCompatibilityReport, f_ as createEmptyReviewStore, f$ as createPersistedEditorSnapshot, g0 as createSelectionSnapshot, g1 as deriveDocumentStats, g2 as deriveRenderSnapshot, g3 as normalizeCommentThreadRecord } from '../../public-types-B5CRoR6f.cjs';
|
|
2
|
+
export { o as createCanonicalDocumentId } from '../../canonical-document-BMtONpgf.cjs';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'yjs';
|
|
5
5
|
import 'y-protocols/awareness';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { C as CanonicalDocumentEnvelope, fG as CommandStateSnapshot, fH as CommentEntryRecord, fI as CommentResolutionRecord, fJ as CommentSidebarSnapshot, fK as CommentThreadRecord, c2 as CompatibilityFeatureClass, c3 as CompatibilityFeatureEntry, fL as CompatibilityPanelSnapshot, q as CompatibilityReport, fM as CreateEditorStateOptions, fN as DocumentStats, r as EditorError, cm as EditorErrorCode, fO as EditorRuntimeState, fP as EditorState, cB as EditorWarning, cC as EditorWarningCode, fQ as PersistedEditorSnapshot, fR as ReviewStore, fS as RevisionMetadataRecord, fT as RevisionRecord, fU as RuntimePhase, fV as RuntimeRenderSnapshot, S as SelectionSnapshot, fW as TrackedChangesSnapshot, fX as createDefaultCanonicalDocument, fY as createEditorState, fZ as createEmptyCompatibilityReport, f_ as createEmptyReviewStore, f$ as createPersistedEditorSnapshot, g0 as createSelectionSnapshot, g1 as deriveDocumentStats, g2 as deriveRenderSnapshot, g3 as normalizeCommentThreadRecord } from '../../public-types-
|
|
2
|
-
export { o as createCanonicalDocumentId } from '../../canonical-document-
|
|
1
|
+
export { C as CanonicalDocumentEnvelope, fG as CommandStateSnapshot, fH as CommentEntryRecord, fI as CommentResolutionRecord, fJ as CommentSidebarSnapshot, fK as CommentThreadRecord, c2 as CompatibilityFeatureClass, c3 as CompatibilityFeatureEntry, fL as CompatibilityPanelSnapshot, q as CompatibilityReport, fM as CreateEditorStateOptions, fN as DocumentStats, r as EditorError, cm as EditorErrorCode, fO as EditorRuntimeState, fP as EditorState, cB as EditorWarning, cC as EditorWarningCode, fQ as PersistedEditorSnapshot, fR as ReviewStore, fS as RevisionMetadataRecord, fT as RevisionRecord, fU as RuntimePhase, fV as RuntimeRenderSnapshot, S as SelectionSnapshot, fW as TrackedChangesSnapshot, fX as createDefaultCanonicalDocument, fY as createEditorState, fZ as createEmptyCompatibilityReport, f_ as createEmptyReviewStore, f$ as createPersistedEditorSnapshot, g0 as createSelectionSnapshot, g1 as deriveDocumentStats, g2 as deriveRenderSnapshot, g3 as normalizeCommentThreadRecord } from '../../public-types-p9b8rfy8.js';
|
|
2
|
+
export { o as createCanonicalDocumentId } from '../../canonical-document-BMtONpgf.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'yjs';
|
|
5
5
|
import 'y-protocols/awareness';
|