@reekon-tools/boldr-utils 1.4.24 → 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,6 +264,7 @@ 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?: {
|
|
268
269
|
value: string;
|
|
269
270
|
bold: boolean;
|
|
@@ -279,7 +280,7 @@ export interface LabelCell {
|
|
|
279
280
|
};
|
|
280
281
|
qrOptions?: {
|
|
281
282
|
value: string;
|
|
282
|
-
qrType: 'external' | 'project' | 'job' | 'group' | 'measurement';
|
|
283
|
+
qrType: 'external' | 'project' | 'job' | 'group' | 'measurement' | 'file';
|
|
283
284
|
};
|
|
284
285
|
iconOptions?: {
|
|
285
286
|
fileId: string;
|