@gem-sdk/core 2.0.0-dev.220 → 2.0.0-dev.223
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 +2 -1
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -7927,7 +7927,8 @@ type OpenLinkControlType<T> = SharedControlType<T> & {
|
|
|
7927
7927
|
|
|
7928
7928
|
type Option$4<T> = {
|
|
7929
7929
|
value: T extends ObjectDevices<infer U> ? U extends StateProp<infer A> ? A : U : T extends StateProp<infer B> ? B : T;
|
|
7930
|
-
label
|
|
7930
|
+
label?: string | number;
|
|
7931
|
+
title?: string;
|
|
7931
7932
|
hideOnPage?: string[];
|
|
7932
7933
|
flowTag?: string[];
|
|
7933
7934
|
condition?: 'and' | 'or';
|