tsv2-library 1.0.30 → 1.0.31
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.
|
@@ -78,6 +78,11 @@ export interface InputBadgeProps {
|
|
|
78
78
|
* Set the position of field info tooltip.
|
|
79
79
|
*/
|
|
80
80
|
fieldTooltipPos?: 'top' | 'right' | 'bottom' | 'left';
|
|
81
|
+
/**
|
|
82
|
+
* If true, deleted badges will be replaced with `null` to preserve their index position.
|
|
83
|
+
* Otherwise, the badge will be fully removed, shifting subsequent items.
|
|
84
|
+
*/
|
|
85
|
+
preserveDeletedIndex?: boolean;
|
|
81
86
|
}
|
|
82
87
|
|
|
83
88
|
/**
|