@reekon-tools/boldr-utils 1.4.23 → 1.4.25
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.
|
@@ -264,7 +264,9 @@ export interface LabelRow {
|
|
|
264
264
|
export interface LabelCell {
|
|
265
265
|
id: string;
|
|
266
266
|
type: 'none' | 'image' | 'text' | 'qr' | 'company' | 'icon' | 'measurement';
|
|
267
|
+
rotation: number;
|
|
267
268
|
textOptions?: {
|
|
269
|
+
value: string;
|
|
268
270
|
bold: boolean;
|
|
269
271
|
italic: boolean;
|
|
270
272
|
underline: boolean;
|
|
@@ -278,7 +280,7 @@ export interface LabelCell {
|
|
|
278
280
|
};
|
|
279
281
|
qrOptions?: {
|
|
280
282
|
value: string;
|
|
281
|
-
qrType: 'external' | 'project' | 'job' | 'group' | 'measurement';
|
|
283
|
+
qrType: 'external' | 'project' | 'job' | 'group' | 'measurement' | 'file';
|
|
282
284
|
};
|
|
283
285
|
iconOptions?: {
|
|
284
286
|
fileId: string;
|