carconnect-gatherleads-ui-lib 3.5.0-GL-1521-Modulo-Rendimiento.1 → 3.5.0-GL-1521-Modulo-Rendimiento.2
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.
|
@@ -1027,6 +1027,8 @@ export declare interface GatherCatalogSelectorProps extends Omit<React_2.ButtonH
|
|
|
1027
1027
|
loadingText?: string;
|
|
1028
1028
|
/** Additional CSS classes for the root container */
|
|
1029
1029
|
className?: string;
|
|
1030
|
+
/** Whether group headers are selectable. Defaults to true. When false, only children can be selected. */
|
|
1031
|
+
groupSelectable?: boolean;
|
|
1030
1032
|
}
|
|
1031
1033
|
|
|
1032
1034
|
/**
|