@gem-sdk/core 2.0.0-dev.249 → 2.0.0-dev.251
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.
package/dist/types/index.d.ts
CHANGED
|
@@ -7985,6 +7985,8 @@ type Option$3<T> = {
|
|
|
7985
7985
|
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
7986
7986
|
label?: string | number;
|
|
7987
7987
|
title?: string;
|
|
7988
|
+
showValue?: boolean;
|
|
7989
|
+
displayValue?: string;
|
|
7988
7990
|
hideOnPage?: string[];
|
|
7989
7991
|
flowTag?: string[];
|
|
7990
7992
|
condition?: 'and' | 'or';
|