planning
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s

This commit is contained in:
2024-10-14 09:15:30 +02:00
parent bcba00a730
commit 6e64e138e2
21059 changed files with 2317811 additions and 1 deletions

2
node_modules/slate/dist/utils/deep-equal.d.ts generated vendored Normal file
View File

@@ -0,0 +1,2 @@
export declare const isDeepEqual: (node: Record<string, any>, another: Record<string, any>) => boolean;
//# sourceMappingURL=deep-equal.d.ts.map

1
node_modules/slate/dist/utils/deep-equal.d.ts.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"deep-equal.d.ts","sourceRoot":"","sources":["../packages/slate/src/utils/deep-equal.ts"],"names":[],"mappings":"AAYA,eAAO,MAAM,WAAW,SAChB,OAAO,MAAM,EAAE,GAAG,CAAC,WAChB,OAAO,MAAM,EAAE,GAAG,CAAC,KAC3B,OA6BF,CAAA"}

18
node_modules/slate/dist/utils/string.d.ts generated vendored Normal file
View File

@@ -0,0 +1,18 @@
/**
* Get the distance to the end of the first character in a string of text.
*/
export declare const getCharacterDistance: (str: string, isRTL?: boolean) => number;
/**
* Get the distance to the end of the first word in a string of text.
*/
export declare const getWordDistance: (text: string, isRTL?: boolean) => number;
/**
* Split a string in two parts at a given distance starting from the end when
* `isRTL` is set to `true`.
*/
export declare const splitByCharacterDistance: (str: string, dist: number, isRTL?: boolean | undefined) => [string, string];
/**
* Iterate on codepoints from right to left.
*/
export declare const codepointsIteratorRTL: (str: string) => Generator<string, void, unknown>;
//# sourceMappingURL=string.d.ts.map

1
node_modules/slate/dist/utils/string.d.ts.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"string.d.ts","sourceRoot":"","sources":["../packages/slate/src/utils/string.ts"],"names":[],"mappings":"AAUA;;GAEG;AAEH,eAAO,MAAM,oBAAoB,QAAS,MAAM,sBAAkB,MA4DjE,CAAA;AAMD;;GAEG;AAEH,eAAO,MAAM,eAAe,SAAU,MAAM,sBAAkB,MAqB7D,CAAA;AAED;;;GAGG;AAEH,eAAO,MAAM,wBAAwB,QAC9B,MAAM,QACL,MAAM,kCAEX,CAAC,MAAM,EAAE,MAAM,CAOjB,CAAA;AAsCD;;GAEG;AAEH,eAAO,MAAM,qBAAqB,QAAkB,MAAM,qCAkBzD,CAAA"}

9
node_modules/slate/dist/utils/weak-maps.d.ts generated vendored Normal file
View File

@@ -0,0 +1,9 @@
import { Editor, Path, PathRef, PointRef, RangeRef } from '..';
export declare const DIRTY_PATHS: WeakMap<Editor, Path[]>;
export declare const DIRTY_PATH_KEYS: WeakMap<Editor, Set<string>>;
export declare const FLUSHING: WeakMap<Editor, boolean>;
export declare const NORMALIZING: WeakMap<Editor, boolean>;
export declare const PATH_REFS: WeakMap<Editor, Set<PathRef>>;
export declare const POINT_REFS: WeakMap<Editor, Set<PointRef>>;
export declare const RANGE_REFS: WeakMap<Editor, Set<RangeRef>>;
//# sourceMappingURL=weak-maps.d.ts.map

1
node_modules/slate/dist/utils/weak-maps.d.ts.map generated vendored Normal file
View File

@@ -0,0 +1 @@
{"version":3,"file":"weak-maps.d.ts","sourceRoot":"","sources":["../packages/slate/src/utils/weak-maps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,MAAM,IAAI,CAAA;AAE9D,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,MAAM,EAAE,IAAI,EAAE,CAAiB,CAAA;AACjE,eAAO,MAAM,eAAe,EAAE,OAAO,CAAC,MAAM,EAAE,GAAG,CAAC,MAAM,CAAC,CAAiB,CAAA;AAC1E,eAAO,MAAM,QAAQ,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAiB,CAAA;AAC/D,eAAO,MAAM,WAAW,EAAE,OAAO,CAAC,MAAM,EAAE,OAAO,CAAiB,CAAA;AAClE,eAAO,MAAM,SAAS,EAAE,OAAO,CAAC,MAAM,EAAE,GAAG,CAAC,OAAO,CAAC,CAAiB,CAAA;AACrE,eAAO,MAAM,UAAU,EAAE,OAAO,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAiB,CAAA;AACvE,eAAO,MAAM,UAAU,EAAE,OAAO,CAAC,MAAM,EAAE,GAAG,CAAC,QAAQ,CAAC,CAAiB,CAAA"}