@pdfme/schemas 5.4.6-dev.25 → 5.4.6-dev.29
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.
|
@@ -46,6 +46,7 @@ export declare const rectangle: {
|
|
|
46
46
|
};
|
|
47
47
|
icon: string;
|
|
48
48
|
pdf: (arg: import("@pdfme/common").PDFRenderProps<ShapeSchema & {
|
|
49
|
+
[x: string]: unknown;
|
|
49
50
|
name: string;
|
|
50
51
|
type: string;
|
|
51
52
|
position: {
|
|
@@ -64,10 +65,9 @@ export declare const rectangle: {
|
|
|
64
65
|
end?: number | undefined;
|
|
65
66
|
} | undefined;
|
|
66
67
|
__isSplit?: boolean | undefined;
|
|
67
|
-
} & {
|
|
68
|
-
[k: string]: unknown;
|
|
69
68
|
}>) => Promise<void> | void;
|
|
70
69
|
ui: (arg: import("@pdfme/common").UIRenderProps<ShapeSchema & {
|
|
70
|
+
[x: string]: unknown;
|
|
71
71
|
name: string;
|
|
72
72
|
type: string;
|
|
73
73
|
position: {
|
|
@@ -86,8 +86,6 @@ export declare const rectangle: {
|
|
|
86
86
|
end?: number | undefined;
|
|
87
87
|
} | undefined;
|
|
88
88
|
__isSplit?: boolean | undefined;
|
|
89
|
-
} & {
|
|
90
|
-
[k: string]: unknown;
|
|
91
89
|
}>) => Promise<void> | void;
|
|
92
90
|
uninterruptedEditMode?: boolean;
|
|
93
91
|
};
|
|
@@ -131,6 +129,7 @@ export declare const ellipse: {
|
|
|
131
129
|
};
|
|
132
130
|
icon: string;
|
|
133
131
|
pdf: (arg: import("@pdfme/common").PDFRenderProps<ShapeSchema & {
|
|
132
|
+
[x: string]: unknown;
|
|
134
133
|
name: string;
|
|
135
134
|
type: string;
|
|
136
135
|
position: {
|
|
@@ -149,10 +148,9 @@ export declare const ellipse: {
|
|
|
149
148
|
end?: number | undefined;
|
|
150
149
|
} | undefined;
|
|
151
150
|
__isSplit?: boolean | undefined;
|
|
152
|
-
} & {
|
|
153
|
-
[k: string]: unknown;
|
|
154
151
|
}>) => Promise<void> | void;
|
|
155
152
|
ui: (arg: import("@pdfme/common").UIRenderProps<ShapeSchema & {
|
|
153
|
+
[x: string]: unknown;
|
|
156
154
|
name: string;
|
|
157
155
|
type: string;
|
|
158
156
|
position: {
|
|
@@ -171,8 +169,6 @@ export declare const ellipse: {
|
|
|
171
169
|
end?: number | undefined;
|
|
172
170
|
} | undefined;
|
|
173
171
|
__isSplit?: boolean | undefined;
|
|
174
|
-
} & {
|
|
175
|
-
[k: string]: unknown;
|
|
176
172
|
}>) => Promise<void> | void;
|
|
177
173
|
uninterruptedEditMode?: boolean;
|
|
178
174
|
};
|