react-native-ariel 0.1.0-dev.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/Ariel.podspec +44 -0
- package/LICENSE +20 -0
- package/README.md +349 -0
- package/android/CMakeLists.txt +79 -0
- package/android/build.gradle +144 -0
- package/android/cpp-adapter.cpp +43 -0
- package/android/generated/android/app/build/generated/source/codegen/java/com/facebook/fbreact/specs/NativeArielSpec.java +41 -0
- package/android/generated/android/app/build/generated/source/codegen/jni/ArielSpec-generated.cpp +38 -0
- package/android/generated/android/app/build/generated/source/codegen/jni/ArielSpec.h +31 -0
- package/android/generated/android/app/build/generated/source/codegen/jni/CMakeLists.txt +28 -0
- package/android/generated/android/app/build/generated/source/codegen/jni/react/renderer/components/ArielSpec/ArielSpecJSI.h +45 -0
- package/android/src/main/AndroidManifest.xml +5 -0
- package/android/src/main/java/com/ariel/ArielModule.kt +43 -0
- package/android/src/main/java/com/ariel/ArielPackage.kt +34 -0
- package/android/src/main/jniLibs/arm64-v8a/libmermaid_wrapper.a +0 -0
- package/android/src/main/jniLibs/armeabi-v7a/libmermaid_wrapper.a +0 -0
- package/android/src/main/jniLibs/x86/libmermaid_wrapper.a +0 -0
- package/android/src/main/jniLibs/x86_64/libmermaid_wrapper.a +0 -0
- package/cpp/mermaid_wrapper.cpp +2368 -0
- package/cpp/mermaid_wrapper.hpp +77 -0
- package/cpp/react-native-ariel.cpp +16 -0
- package/cpp/react-native-ariel.h +15 -0
- package/ios/Ariel.h +16 -0
- package/ios/Ariel.mm +66 -0
- package/ios/generated/build/generated/ios/ReactCodegen/ArielSpec/ArielSpec-generated.mm +46 -0
- package/ios/generated/build/generated/ios/ReactCodegen/ArielSpec/ArielSpec.h +63 -0
- package/ios/generated/build/generated/ios/ReactCodegen/ArielSpecJSI.h +45 -0
- package/lib/module/NativeAriel.js +7 -0
- package/lib/module/NativeAriel.js.map +1 -0
- package/lib/module/generated/rn/mermaid_wrapper-ffi.js +47 -0
- package/lib/module/generated/rn/mermaid_wrapper-ffi.js.map +1 -0
- package/lib/module/generated/rn/mermaid_wrapper.js +487 -0
- package/lib/module/generated/rn/mermaid_wrapper.js.map +1 -0
- package/lib/module/generated/web/mermaid_wrapper.js +532 -0
- package/lib/module/generated/web/mermaid_wrapper.js.map +1 -0
- package/lib/module/index.js +43 -0
- package/lib/module/index.js.map +1 -0
- package/lib/module/index.web.js +28 -0
- package/lib/module/index.web.js.map +2 -0
- package/lib/module/package.json +1 -0
- package/lib/typescript/package.json +1 -0
- package/lib/typescript/src/NativeAriel.d.ts +8 -0
- package/lib/typescript/src/NativeAriel.d.ts.map +1 -0
- package/lib/typescript/src/generated/rn/mermaid_wrapper-ffi.d.ts +102 -0
- package/lib/typescript/src/generated/rn/mermaid_wrapper-ffi.d.ts.map +1 -0
- package/lib/typescript/src/generated/rn/mermaid_wrapper.d.ts +291 -0
- package/lib/typescript/src/generated/rn/mermaid_wrapper.d.ts.map +1 -0
- package/lib/typescript/src/generated/web/mermaid_wrapper.d.ts +291 -0
- package/lib/typescript/src/generated/web/mermaid_wrapper.d.ts.map +1 -0
- package/lib/typescript/src/index.d.ts +8 -0
- package/lib/typescript/src/index.d.ts.map +1 -0
- package/lib/typescript/src/index.web.d.ts +8 -0
- package/lib/typescript/src/index.web.d.ts.map +1 -0
- package/package.json +146 -0
- package/react-native.config.js +15 -0
- package/src/NativeAriel.ts +10 -0
- package/src/generated/rn/mermaid_wrapper-ffi.ts +161 -0
- package/src/generated/rn/mermaid_wrapper.ts +765 -0
- package/src/generated/web/mermaid_wrapper.ts +771 -0
- package/src/index.tsx +41 -0
- package/src/index.web.ts +26 -0
- package/src/index.web.tsx +17 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NativeAriel.d.ts","sourceRoot":"","sources":["../../../src/NativeAriel.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,cAAc,CAAC;AAGhD,MAAM,WAAW,IAAK,SAAQ,WAAW;IACvC,gBAAgB,IAAI,OAAO,CAAC;IAC5B,gBAAgB,IAAI,OAAO,CAAC;CAC7B;;AAED,wBAA+D"}
|
|
@@ -0,0 +1,102 @@
|
|
|
1
|
+
import { type UniffiRustCallStatus, type UniffiGcObject } from 'uniffi-bindgen-react-native';
|
|
2
|
+
interface NativeModuleInterface {
|
|
3
|
+
ubrn_uniffi_internal_fn_func_ffi__string_to_byte_length(string: string, uniffi_out_err: UniffiRustCallStatus): number;
|
|
4
|
+
ubrn_uniffi_internal_fn_func_ffi__string_to_arraybuffer(string: string, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
5
|
+
ubrn_uniffi_internal_fn_func_ffi__arraybuffer_to_string(buffer: Uint8Array, uniffi_out_err: UniffiRustCallStatus): string;
|
|
6
|
+
ubrn_uniffi_mermaid_wrapper_fn_clone_ariellayout(handle: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
7
|
+
ubrn_uniffi_mermaid_wrapper_fn_free_ariellayout(handle: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
8
|
+
ubrn_uniffi_mermaid_wrapper_fn_clone_arielparseddiagram(handle: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
9
|
+
ubrn_uniffi_mermaid_wrapper_fn_free_arielparseddiagram(handle: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
10
|
+
ubrn_uniffi_mermaid_wrapper_fn_clone_arieltheme(handle: bigint, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
11
|
+
ubrn_uniffi_mermaid_wrapper_fn_free_arieltheme(handle: bigint, uniffi_out_err: UniffiRustCallStatus): void;
|
|
12
|
+
ubrn_uniffi_mermaid_wrapper_fn_constructor_arieltheme_mermaid_default(uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
13
|
+
ubrn_uniffi_mermaid_wrapper_fn_constructor_arieltheme_modern(uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
14
|
+
ubrn_uniffi_mermaid_wrapper_fn_func_compute_diagram_layout(parsed: bigint, theme: bigint, config: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
15
|
+
ubrn_uniffi_mermaid_wrapper_fn_func_parse_diagram(input: Uint8Array, uniffi_out_err: UniffiRustCallStatus): bigint;
|
|
16
|
+
ubrn_uniffi_mermaid_wrapper_fn_func_render_mermaid(input: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
17
|
+
ubrn_uniffi_mermaid_wrapper_fn_func_render_mermaid_with_options(input: Uint8Array, theme: bigint, config: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
18
|
+
ubrn_uniffi_mermaid_wrapper_fn_func_render_mermaid_with_timing(input: Uint8Array, theme: bigint, config: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
19
|
+
ubrn_uniffi_mermaid_wrapper_fn_func_render_svg_from_layout(layout: bigint, theme: bigint, config: Uint8Array, uniffi_out_err: UniffiRustCallStatus): Uint8Array;
|
|
20
|
+
ubrn_uniffi_mermaid_wrapper_fn_func_set_timing_logs(enabled: number, uniffi_out_err: UniffiRustCallStatus): void;
|
|
21
|
+
ubrn_uniffi_mermaid_wrapper_checksum_func_compute_diagram_layout(): number;
|
|
22
|
+
ubrn_uniffi_mermaid_wrapper_checksum_func_parse_diagram(): number;
|
|
23
|
+
ubrn_uniffi_mermaid_wrapper_checksum_func_render_mermaid(): number;
|
|
24
|
+
ubrn_uniffi_mermaid_wrapper_checksum_func_render_mermaid_with_options(): number;
|
|
25
|
+
ubrn_uniffi_mermaid_wrapper_checksum_func_render_mermaid_with_timing(): number;
|
|
26
|
+
ubrn_uniffi_mermaid_wrapper_checksum_func_render_svg_from_layout(): number;
|
|
27
|
+
ubrn_uniffi_mermaid_wrapper_checksum_func_set_timing_logs(): number;
|
|
28
|
+
ubrn_uniffi_mermaid_wrapper_checksum_constructor_arieltheme_mermaid_default(): number;
|
|
29
|
+
ubrn_uniffi_mermaid_wrapper_checksum_constructor_arieltheme_modern(): number;
|
|
30
|
+
ubrn_ffi_mermaid_wrapper_uniffi_contract_version(): number;
|
|
31
|
+
ubrn_uniffi_internal_fn_method_ariellayout_ffi__bless_pointer(pointer: bigint, uniffi_out_err: UniffiRustCallStatus): UniffiGcObject;
|
|
32
|
+
ubrn_uniffi_internal_fn_method_arielparseddiagram_ffi__bless_pointer(pointer: bigint, uniffi_out_err: UniffiRustCallStatus): UniffiGcObject;
|
|
33
|
+
ubrn_uniffi_internal_fn_method_arieltheme_ffi__bless_pointer(pointer: bigint, uniffi_out_err: UniffiRustCallStatus): UniffiGcObject;
|
|
34
|
+
}
|
|
35
|
+
declare const getter: () => NativeModuleInterface;
|
|
36
|
+
export default getter;
|
|
37
|
+
export type UniffiRustFutureContinuationCallback = (data: bigint, pollResult: number) => void;
|
|
38
|
+
export type UniffiForeignFutureDroppedCallback = (handle: bigint) => void;
|
|
39
|
+
export type UniffiForeignFutureDroppedCallbackStruct = {
|
|
40
|
+
handle: bigint;
|
|
41
|
+
free: UniffiForeignFutureDroppedCallback;
|
|
42
|
+
};
|
|
43
|
+
export type UniffiForeignFutureResultU8 = {
|
|
44
|
+
returnValue: number;
|
|
45
|
+
callStatus: UniffiRustCallStatus;
|
|
46
|
+
};
|
|
47
|
+
export type UniffiForeignFutureCompleteU8 = (callbackData: bigint, result: UniffiForeignFutureResultU8) => void;
|
|
48
|
+
export type UniffiForeignFutureResultI8 = {
|
|
49
|
+
returnValue: number;
|
|
50
|
+
callStatus: UniffiRustCallStatus;
|
|
51
|
+
};
|
|
52
|
+
export type UniffiForeignFutureCompleteI8 = (callbackData: bigint, result: UniffiForeignFutureResultI8) => void;
|
|
53
|
+
export type UniffiForeignFutureResultU16 = {
|
|
54
|
+
returnValue: number;
|
|
55
|
+
callStatus: UniffiRustCallStatus;
|
|
56
|
+
};
|
|
57
|
+
export type UniffiForeignFutureCompleteU16 = (callbackData: bigint, result: UniffiForeignFutureResultU16) => void;
|
|
58
|
+
export type UniffiForeignFutureResultI16 = {
|
|
59
|
+
returnValue: number;
|
|
60
|
+
callStatus: UniffiRustCallStatus;
|
|
61
|
+
};
|
|
62
|
+
export type UniffiForeignFutureCompleteI16 = (callbackData: bigint, result: UniffiForeignFutureResultI16) => void;
|
|
63
|
+
export type UniffiForeignFutureResultU32 = {
|
|
64
|
+
returnValue: number;
|
|
65
|
+
callStatus: UniffiRustCallStatus;
|
|
66
|
+
};
|
|
67
|
+
export type UniffiForeignFutureCompleteU32 = (callbackData: bigint, result: UniffiForeignFutureResultU32) => void;
|
|
68
|
+
export type UniffiForeignFutureResultI32 = {
|
|
69
|
+
returnValue: number;
|
|
70
|
+
callStatus: UniffiRustCallStatus;
|
|
71
|
+
};
|
|
72
|
+
export type UniffiForeignFutureCompleteI32 = (callbackData: bigint, result: UniffiForeignFutureResultI32) => void;
|
|
73
|
+
export type UniffiForeignFutureResultU64 = {
|
|
74
|
+
returnValue: bigint;
|
|
75
|
+
callStatus: UniffiRustCallStatus;
|
|
76
|
+
};
|
|
77
|
+
export type UniffiForeignFutureCompleteU64 = (callbackData: bigint, result: UniffiForeignFutureResultU64) => void;
|
|
78
|
+
export type UniffiForeignFutureResultI64 = {
|
|
79
|
+
returnValue: bigint;
|
|
80
|
+
callStatus: UniffiRustCallStatus;
|
|
81
|
+
};
|
|
82
|
+
export type UniffiForeignFutureCompleteI64 = (callbackData: bigint, result: UniffiForeignFutureResultI64) => void;
|
|
83
|
+
export type UniffiForeignFutureResultF32 = {
|
|
84
|
+
returnValue: number;
|
|
85
|
+
callStatus: UniffiRustCallStatus;
|
|
86
|
+
};
|
|
87
|
+
export type UniffiForeignFutureCompleteF32 = (callbackData: bigint, result: UniffiForeignFutureResultF32) => void;
|
|
88
|
+
export type UniffiForeignFutureResultF64 = {
|
|
89
|
+
returnValue: number;
|
|
90
|
+
callStatus: UniffiRustCallStatus;
|
|
91
|
+
};
|
|
92
|
+
export type UniffiForeignFutureCompleteF64 = (callbackData: bigint, result: UniffiForeignFutureResultF64) => void;
|
|
93
|
+
export type UniffiForeignFutureResultRustBuffer = {
|
|
94
|
+
returnValue: Uint8Array;
|
|
95
|
+
callStatus: UniffiRustCallStatus;
|
|
96
|
+
};
|
|
97
|
+
export type UniffiForeignFutureCompleteRustBuffer = (callbackData: bigint, result: UniffiForeignFutureResultRustBuffer) => void;
|
|
98
|
+
export type UniffiForeignFutureResultVoid = {
|
|
99
|
+
callStatus: UniffiRustCallStatus;
|
|
100
|
+
};
|
|
101
|
+
export type UniffiForeignFutureCompleteVoid = (callbackData: bigint, result: UniffiForeignFutureResultVoid) => void;
|
|
102
|
+
//# sourceMappingURL=mermaid_wrapper-ffi.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mermaid_wrapper-ffi.d.ts","sourceRoot":"","sources":["../../../../../src/generated/rn/mermaid_wrapper-ffi.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
import { type UniffiByteArray, type UniffiGcObject, type UniffiHandle, FfiConverterObject, RustBuffer, UniffiAbstractObject, destructorGuardSymbol, pointerLiteralSymbol, uniffiTypeNameSymbol } from "uniffi-bindgen-react-native";
|
|
2
|
+
export declare function computeDiagramLayout(parsed: ArielParsedDiagramLike, theme: ArielThemeLike, config: ArielLayoutConfig): ArielLayoutLike;
|
|
3
|
+
export declare function parseDiagram(input: string): ArielParsedDiagramLike;
|
|
4
|
+
export declare function renderMermaid(input: string): string;
|
|
5
|
+
export declare function renderMermaidWithOptions(input: string, theme: ArielThemeLike, config: ArielLayoutConfig): string;
|
|
6
|
+
export declare function renderMermaidWithTiming(input: string, theme: ArielThemeLike, config: ArielLayoutConfig): ArielRenderResult;
|
|
7
|
+
export declare function renderSvgFromLayout(layout: ArielLayoutLike, theme: ArielThemeLike, config: ArielLayoutConfig): string;
|
|
8
|
+
export declare function setTimingLogs(enabled: boolean): void;
|
|
9
|
+
export type ArielLayoutConfig = {
|
|
10
|
+
nodeSpacing?: number;
|
|
11
|
+
rankSpacing?: number;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Generated factory for {@link ArielLayoutConfig} record objects.
|
|
15
|
+
*/
|
|
16
|
+
export declare const ArielLayoutConfig: Readonly<{
|
|
17
|
+
create: (partial: Partial<ArielLayoutConfig> & Required<Omit<ArielLayoutConfig, "nodeSpacing" | "rankSpacing">>) => ArielLayoutConfig;
|
|
18
|
+
new: (partial: Partial<ArielLayoutConfig> & Required<Omit<ArielLayoutConfig, "nodeSpacing" | "rankSpacing">>) => ArielLayoutConfig;
|
|
19
|
+
defaults: () => Partial<ArielLayoutConfig>;
|
|
20
|
+
}>;
|
|
21
|
+
export type ArielRenderResult = {
|
|
22
|
+
svg: string;
|
|
23
|
+
parseUs: bigint;
|
|
24
|
+
layoutUs: bigint;
|
|
25
|
+
renderUs: bigint;
|
|
26
|
+
totalMs: number;
|
|
27
|
+
};
|
|
28
|
+
/**
|
|
29
|
+
* Generated factory for {@link ArielRenderResult} record objects.
|
|
30
|
+
*/
|
|
31
|
+
export declare const ArielRenderResult: Readonly<{
|
|
32
|
+
create: (partial: Partial<ArielRenderResult> & Required<Omit<ArielRenderResult, never>>) => ArielRenderResult;
|
|
33
|
+
new: (partial: Partial<ArielRenderResult> & Required<Omit<ArielRenderResult, never>>) => ArielRenderResult;
|
|
34
|
+
defaults: () => Partial<ArielRenderResult>;
|
|
35
|
+
}>;
|
|
36
|
+
export declare enum MermaidError_Tags {
|
|
37
|
+
RenderError = "RenderError"
|
|
38
|
+
}
|
|
39
|
+
export declare const MermaidError: Readonly<{
|
|
40
|
+
instanceOf: (obj: any) => obj is MermaidError;
|
|
41
|
+
RenderError: {
|
|
42
|
+
new (inner: {
|
|
43
|
+
message: string;
|
|
44
|
+
}): {
|
|
45
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
46
|
+
readonly inner: Readonly<{
|
|
47
|
+
message: string;
|
|
48
|
+
}>;
|
|
49
|
+
/**
|
|
50
|
+
* @private
|
|
51
|
+
* This field is private and should not be used, use `tag` instead.
|
|
52
|
+
*/
|
|
53
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
54
|
+
name: string;
|
|
55
|
+
message: string;
|
|
56
|
+
stack?: string;
|
|
57
|
+
cause?: unknown;
|
|
58
|
+
};
|
|
59
|
+
"new"(inner: {
|
|
60
|
+
message: string;
|
|
61
|
+
}): {
|
|
62
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
63
|
+
readonly inner: Readonly<{
|
|
64
|
+
message: string;
|
|
65
|
+
}>;
|
|
66
|
+
/**
|
|
67
|
+
* @private
|
|
68
|
+
* This field is private and should not be used, use `tag` instead.
|
|
69
|
+
*/
|
|
70
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
71
|
+
name: string;
|
|
72
|
+
message: string;
|
|
73
|
+
stack?: string;
|
|
74
|
+
cause?: unknown;
|
|
75
|
+
};
|
|
76
|
+
instanceOf(obj: any): obj is {
|
|
77
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
78
|
+
readonly inner: Readonly<{
|
|
79
|
+
message: string;
|
|
80
|
+
}>;
|
|
81
|
+
/**
|
|
82
|
+
* @private
|
|
83
|
+
* This field is private and should not be used, use `tag` instead.
|
|
84
|
+
*/
|
|
85
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
86
|
+
name: string;
|
|
87
|
+
message: string;
|
|
88
|
+
stack?: string;
|
|
89
|
+
cause?: unknown;
|
|
90
|
+
};
|
|
91
|
+
hasInner(obj: any): obj is {
|
|
92
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
93
|
+
readonly inner: Readonly<{
|
|
94
|
+
message: string;
|
|
95
|
+
}>;
|
|
96
|
+
/**
|
|
97
|
+
* @private
|
|
98
|
+
* This field is private and should not be used, use `tag` instead.
|
|
99
|
+
*/
|
|
100
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
101
|
+
name: string;
|
|
102
|
+
message: string;
|
|
103
|
+
stack?: string;
|
|
104
|
+
cause?: unknown;
|
|
105
|
+
};
|
|
106
|
+
getInner(obj: {
|
|
107
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
108
|
+
readonly inner: Readonly<{
|
|
109
|
+
message: string;
|
|
110
|
+
}>;
|
|
111
|
+
/**
|
|
112
|
+
* @private
|
|
113
|
+
* This field is private and should not be used, use `tag` instead.
|
|
114
|
+
*/
|
|
115
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
116
|
+
name: string;
|
|
117
|
+
message: string;
|
|
118
|
+
stack?: string;
|
|
119
|
+
cause?: unknown;
|
|
120
|
+
}): Readonly<{
|
|
121
|
+
message: string;
|
|
122
|
+
}>;
|
|
123
|
+
isError(error: unknown): error is Error;
|
|
124
|
+
};
|
|
125
|
+
}>;
|
|
126
|
+
export type MermaidError = InstanceType<typeof MermaidError[keyof Omit<typeof MermaidError, 'instanceOf'>]>;
|
|
127
|
+
export interface ArielLayoutLike {
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* @deprecated Use `ArielLayoutLike` instead.
|
|
131
|
+
*/
|
|
132
|
+
export type ArielLayoutInterface = ArielLayoutLike;
|
|
133
|
+
export declare class ArielLayout extends UniffiAbstractObject implements ArielLayoutLike {
|
|
134
|
+
readonly [uniffiTypeNameSymbol] = "ArielLayout";
|
|
135
|
+
readonly [destructorGuardSymbol]: UniffiGcObject;
|
|
136
|
+
readonly [pointerLiteralSymbol]: UniffiHandle;
|
|
137
|
+
private constructor();
|
|
138
|
+
/**
|
|
139
|
+
* {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}
|
|
140
|
+
*/
|
|
141
|
+
uniffiDestroy(): void;
|
|
142
|
+
static instanceOf(obj: any): obj is ArielLayout;
|
|
143
|
+
}
|
|
144
|
+
export interface ArielParsedDiagramLike {
|
|
145
|
+
}
|
|
146
|
+
/**
|
|
147
|
+
* @deprecated Use `ArielParsedDiagramLike` instead.
|
|
148
|
+
*/
|
|
149
|
+
export type ArielParsedDiagramInterface = ArielParsedDiagramLike;
|
|
150
|
+
export declare class ArielParsedDiagram extends UniffiAbstractObject implements ArielParsedDiagramLike {
|
|
151
|
+
readonly [uniffiTypeNameSymbol] = "ArielParsedDiagram";
|
|
152
|
+
readonly [destructorGuardSymbol]: UniffiGcObject;
|
|
153
|
+
readonly [pointerLiteralSymbol]: UniffiHandle;
|
|
154
|
+
private constructor();
|
|
155
|
+
/**
|
|
156
|
+
* {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}
|
|
157
|
+
*/
|
|
158
|
+
uniffiDestroy(): void;
|
|
159
|
+
static instanceOf(obj: any): obj is ArielParsedDiagram;
|
|
160
|
+
}
|
|
161
|
+
export interface ArielThemeLike {
|
|
162
|
+
}
|
|
163
|
+
/**
|
|
164
|
+
* @deprecated Use `ArielThemeLike` instead.
|
|
165
|
+
*/
|
|
166
|
+
export type ArielThemeInterface = ArielThemeLike;
|
|
167
|
+
export declare class ArielTheme extends UniffiAbstractObject implements ArielThemeLike {
|
|
168
|
+
readonly [uniffiTypeNameSymbol] = "ArielTheme";
|
|
169
|
+
readonly [destructorGuardSymbol]: UniffiGcObject;
|
|
170
|
+
readonly [pointerLiteralSymbol]: UniffiHandle;
|
|
171
|
+
private constructor();
|
|
172
|
+
static mermaidDefault(): ArielThemeLike;
|
|
173
|
+
static modern(): ArielThemeLike;
|
|
174
|
+
/**
|
|
175
|
+
* {@inheritDoc uniffi-bindgen-react-native#UniffiAbstractObject.uniffiDestroy}
|
|
176
|
+
*/
|
|
177
|
+
uniffiDestroy(): void;
|
|
178
|
+
static instanceOf(obj: any): obj is ArielTheme;
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* This should be called before anything else.
|
|
182
|
+
*
|
|
183
|
+
* It is likely that this is being done for you by the library's `index.ts`.
|
|
184
|
+
*
|
|
185
|
+
* It checks versions of uniffi between when the Rust scaffolding was generated
|
|
186
|
+
* and when the bindings were generated.
|
|
187
|
+
*
|
|
188
|
+
* It also initializes the machinery to enable Rust to talk back to Javascript.
|
|
189
|
+
*/
|
|
190
|
+
declare function uniffiEnsureInitialized(): void;
|
|
191
|
+
declare const _default: Readonly<{
|
|
192
|
+
initialize: typeof uniffiEnsureInitialized;
|
|
193
|
+
converters: {
|
|
194
|
+
FfiConverterTypeArielLayout: FfiConverterObject<ArielLayoutLike>;
|
|
195
|
+
FfiConverterTypeArielLayoutConfig: {
|
|
196
|
+
read(from: RustBuffer): ArielLayoutConfig;
|
|
197
|
+
write(value: ArielLayoutConfig, into: RustBuffer): void;
|
|
198
|
+
allocationSize(value: ArielLayoutConfig): number;
|
|
199
|
+
lift(value: UniffiByteArray): ArielLayoutConfig;
|
|
200
|
+
lower(value: ArielLayoutConfig): UniffiByteArray;
|
|
201
|
+
};
|
|
202
|
+
FfiConverterTypeArielParsedDiagram: FfiConverterObject<ArielParsedDiagramLike>;
|
|
203
|
+
FfiConverterTypeArielRenderResult: {
|
|
204
|
+
read(from: RustBuffer): ArielRenderResult;
|
|
205
|
+
write(value: ArielRenderResult, into: RustBuffer): void;
|
|
206
|
+
allocationSize(value: ArielRenderResult): number;
|
|
207
|
+
lift(value: UniffiByteArray): ArielRenderResult;
|
|
208
|
+
lower(value: ArielRenderResult): UniffiByteArray;
|
|
209
|
+
};
|
|
210
|
+
FfiConverterTypeArielTheme: FfiConverterObject<ArielThemeLike>;
|
|
211
|
+
FfiConverterTypeMermaidError: {
|
|
212
|
+
read(from: RustBuffer): {
|
|
213
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
214
|
+
readonly inner: Readonly<{
|
|
215
|
+
message: string;
|
|
216
|
+
}>;
|
|
217
|
+
/**
|
|
218
|
+
* @private
|
|
219
|
+
* This field is private and should not be used, use `tag` instead.
|
|
220
|
+
*/
|
|
221
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
222
|
+
name: string;
|
|
223
|
+
message: string;
|
|
224
|
+
stack?: string;
|
|
225
|
+
cause?: unknown;
|
|
226
|
+
};
|
|
227
|
+
write(value: {
|
|
228
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
229
|
+
readonly inner: Readonly<{
|
|
230
|
+
message: string;
|
|
231
|
+
}>;
|
|
232
|
+
/**
|
|
233
|
+
* @private
|
|
234
|
+
* This field is private and should not be used, use `tag` instead.
|
|
235
|
+
*/
|
|
236
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
237
|
+
name: string;
|
|
238
|
+
message: string;
|
|
239
|
+
stack?: string;
|
|
240
|
+
cause?: unknown;
|
|
241
|
+
}, into: RustBuffer): void;
|
|
242
|
+
allocationSize(value: {
|
|
243
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
244
|
+
readonly inner: Readonly<{
|
|
245
|
+
message: string;
|
|
246
|
+
}>;
|
|
247
|
+
/**
|
|
248
|
+
* @private
|
|
249
|
+
* This field is private and should not be used, use `tag` instead.
|
|
250
|
+
*/
|
|
251
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
252
|
+
name: string;
|
|
253
|
+
message: string;
|
|
254
|
+
stack?: string;
|
|
255
|
+
cause?: unknown;
|
|
256
|
+
}): number;
|
|
257
|
+
lift(value: UniffiByteArray): {
|
|
258
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
259
|
+
readonly inner: Readonly<{
|
|
260
|
+
message: string;
|
|
261
|
+
}>;
|
|
262
|
+
/**
|
|
263
|
+
* @private
|
|
264
|
+
* This field is private and should not be used, use `tag` instead.
|
|
265
|
+
*/
|
|
266
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
267
|
+
name: string;
|
|
268
|
+
message: string;
|
|
269
|
+
stack?: string;
|
|
270
|
+
cause?: unknown;
|
|
271
|
+
};
|
|
272
|
+
lower(value: {
|
|
273
|
+
readonly tag: MermaidError_Tags.RenderError;
|
|
274
|
+
readonly inner: Readonly<{
|
|
275
|
+
message: string;
|
|
276
|
+
}>;
|
|
277
|
+
/**
|
|
278
|
+
* @private
|
|
279
|
+
* This field is private and should not be used, use `tag` instead.
|
|
280
|
+
*/
|
|
281
|
+
readonly [uniffiTypeNameSymbol]: "MermaidError";
|
|
282
|
+
name: string;
|
|
283
|
+
message: string;
|
|
284
|
+
stack?: string;
|
|
285
|
+
cause?: unknown;
|
|
286
|
+
}): UniffiByteArray;
|
|
287
|
+
};
|
|
288
|
+
};
|
|
289
|
+
}>;
|
|
290
|
+
export default _default;
|
|
291
|
+
//# sourceMappingURL=mermaid_wrapper.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mermaid_wrapper.d.ts","sourceRoot":"","sources":["../../../../../src/generated/rn/mermaid_wrapper.ts"],"names":[],"mappings":"AAmCA,OAAO,EAEL,KAAK,eAAe,EACpB,KAAK,cAAc,EACnB,KAAK,YAAY,EAOjB,kBAAkB,EAGlB,UAAU,EACV,oBAAoB,EAIpB,qBAAqB,EACrB,oBAAoB,EAGpB,oBAAoB,EACE,MAAM,6BAA6B,CAAC;AAa5D,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,sBAAsB,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,iBAAiB,GAAG,eAAe,CAWlI;AACL,wBAAgB,YAAY,CAAC,KAAK,EAAE,MAAM,GAAG,sBAAsB,CAW9D;AACL,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM,CAW/C;AACL,wBAAgB,wBAAwB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,iBAAiB,GAAG,MAAM,CAa5G;AACL,wBAAgB,uBAAuB,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,iBAAiB,GAAG,iBAAiB,CAatH;AACL,wBAAgB,mBAAmB,CAAC,MAAM,EAAE,eAAe,EAAE,KAAK,EAAE,cAAc,EAAE,MAAM,EAAE,iBAAiB,GAAG,MAAM,CAWjH;AACL,wBAAgB,aAAa,CAAC,OAAO,EAAE,OAAO,GAAG,IAAI,CAOhD;AAWL,MAAM,MAAM,iBAAiB,GAAG;IAC5B,WAAW,CAAC,EAAS,MAAM,CAAC;IAC5B,WAAW,CAAC,EAAS,MAAM,CAAA;CAC9B,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;oBASuB,OAAO,CAAC,iBAAiB,CAAC;EAG3E,CAAC;AAyBL,MAAM,MAAM,iBAAiB,GAAG;IAC5B,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAS,MAAM,CAAC;IACvB,QAAQ,EAAS,MAAM,CAAC;IACxB,QAAQ,EAAS,MAAM,CAAC;IACxB,OAAO,EAAS,MAAM,CAAA;CACzB,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB;;;oBASuB,OAAO,CAAC,iBAAiB,CAAC;EAG3E,CAAC;AAkDL,oBAAY,iBAAiB;IACzB,WAAW,gBAAgB;CAC9B;AACD,eAAO,MAAM,YAAY;sBA0CI,GAAG,KAAG,GAAG,IAAI,YAAY;;oBAzB3B;YAAE,OAAO,EAAE,MAAM,CAAA;SAAE;;4BADtB,QAAQ,CAAC;gBAAC,OAAO,EAAE,MAAM,CAAA;aAAC,CAAC;YAN3C;;;eAGG;;;;;;;qBASe;YAAE,OAAO,EAAE,MAAM,CAAA;SAAE;;4BANrB,QAAQ,CAAC;gBAAC,OAAO,EAAE,MAAM,CAAA;aAAC,CAAC;YAN3C;;;eAGG;;;;;;;wBAaoB,GAAG,GAAG,GAAG;;4BAVhB,QAAQ,CAAC;gBAAC,OAAO,EAAE,MAAM,CAAA;aAAC,CAAC;YAN3C;;;eAGG;;;;;;SAa6C;sBAM3B,GAAG,GAAG,GAAG;;4BAhBd,QAAQ,CAAC;gBAAC,OAAO,EAAE,MAAM,CAAA;aAAC,CAAC;YAN3C;;;eAGG;;;;;;SAmB2C;;;4BAhB9B,QAAQ,CAAC;gBAAC,OAAO,EAAE,MAAM,CAAA;aAAC,CAAC;YAN3C;;;eAGG;;;;;;YAuBiC,QAAQ,CAAC;YAAC,OAAO,EAAE,MAAM,CAAA;SAAC,CAAC;;;EAenE,CAAC;AAIL,MAAM,MAAM,YAAY,GAAG,YAAY,CACnC,OAAO,YAAY,CAAC,MAAM,IAAI,CAAC,OAAO,YAAY,EAAE,YAAY,CAAC,CAAC,CACrE,CAAC;AA0CF,MAAM,WAAW,eAAe;CAE/B;AACD;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,eAAe,CAAC;AAGnD,qBAAa,WAAY,SAAQ,oBAAqB,YAAW,eAAe;IAE5E,QAAQ,CAAC,CAAC,oBAAoB,CAAC,iBAAiB;IAChD,QAAQ,CAAC,CAAC,qBAAqB,CAAC,EAAE,cAAc,CAAC;IACjD,QAAQ,CAAC,CAAC,oBAAoB,CAAC,EAAE,YAAY,CAAC;IAElD,OAAO;IAUH;;OAEG;IACH,aAAa,IAAI,IAAI;IAUrB,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,WAAW;CAKlD;AAwDD,MAAM,WAAW,sBAAsB;CAEtC;AACD;;GAEG;AACH,MAAM,MAAM,2BAA2B,GAAG,sBAAsB,CAAC;AAGjE,qBAAa,kBAAmB,SAAQ,oBAAqB,YAAW,sBAAsB;IAE1F,QAAQ,CAAC,CAAC,oBAAoB,CAAC,wBAAwB;IACvD,QAAQ,CAAC,CAAC,qBAAqB,CAAC,EAAE,cAAc,CAAC;IACjD,QAAQ,CAAC,CAAC,oBAAoB,CAAC,EAAE,YAAY,CAAC;IAElD,OAAO;IAUH;;OAEG;IACH,aAAa,IAAI,IAAI;IAUrB,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,kBAAkB;CAKzD;AAwDD,MAAM,WAAW,cAAc;CAE9B;AACD;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,cAAc,CAAC;AAGjD,qBAAa,UAAW,SAAQ,oBAAqB,YAAW,cAAc;IAE1E,QAAQ,CAAC,CAAC,oBAAoB,CAAC,gBAAgB;IAC/C,QAAQ,CAAC,CAAC,qBAAqB,CAAC,EAAE,cAAc,CAAC;IACjD,QAAQ,CAAC,CAAC,oBAAoB,CAAC,EAAE,YAAY,CAAC;IAElD,OAAO;IAOP,MAAM,CAAC,cAAc,IAAI,cAAc;IAUvC,MAAM,CAAC,MAAM,IAAI,cAAc;IAa3B;;OAEG;IACH,aAAa,IAAI,IAAI;IAUrB,MAAM,CAAC,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,UAAU;CAKjD;AA2DD;;;;;;;;;GASG;AACH,iBAAS,uBAAuB,SAoC3B;;;;;;uBAjjBc,UAAU;kDAMQ,UAAU,GAAG,IAAI;sDAIb,MAAM;;;;;;uBAsC5B,UAAU;kDASQ,UAAU,GAAG,IAAI;sDAOb,MAAM;;;;;;uBAgG5B,UAAU;;gCAhDL,QAAQ,CAAC;oBAAC,OAAO,EAAE,MAAM,CAAA;iBAAC,CAAC;gBAN3C;;;mBAGG;;;;;;;;;gCAGa,QAAQ,CAAC;oBAAC,OAAO,EAAE,MAAM,CAAA;iBAAC,CAAC;gBAN3C;;;mBAGG;;;;;;qBAyD0B,UAAU,GAAG,IAAI;;;gCAtD9B,QAAQ,CAAC;oBAAC,OAAO,EAAE,MAAM,CAAA;iBAAC,CAAC;gBAN3C;;;mBAGG;;;;;;gBAsE8B,MAAM;;;gCAnEvB,QAAQ,CAAC;oBAAC,OAAO,EAAE,MAAM,CAAA;iBAAC,CAAC;gBAN3C;;;mBAGG;;;;;;;;;gCAGa,QAAQ,CAAC;oBAAC,OAAO,EAAE,MAAM,CAAA;iBAAC,CAAC;gBAN3C;;;mBAGG;;;;;;;;;;AAscX,wBAUG"}
|