mirror of
https://github.com/duhanbalci/dreport.git
synced 2026-07-01 18:39:16 +00:00
repofactor
This commit is contained in:
@@ -116,10 +116,19 @@ export interface BarcodeStyle {
|
||||
includeText?: boolean // barkod altına değer yazılsın mı (QR hariç)
|
||||
}
|
||||
|
||||
// --- Condition (koşullu gösterim) ---
|
||||
|
||||
export interface Condition {
|
||||
path: string
|
||||
operator: string
|
||||
value?: unknown
|
||||
}
|
||||
|
||||
// --- Element tipleri ---
|
||||
|
||||
interface BaseElement {
|
||||
id: string
|
||||
condition?: Condition
|
||||
position: PositionMode
|
||||
size: SizeConstraint
|
||||
}
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 121 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 126 KiB After Width: | Height: | Size: 166 KiB |
Reference in New Issue
Block a user