@gem-sdk/core 1.50.0-staging.28 → 1.50.0-staging.34
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 +3 -0
- package/package.json +1 -1
package/dist/types/index.d.ts
CHANGED
|
@@ -7389,6 +7389,7 @@ type TextareaControlType<T> = SharedControlType<T> & {
|
|
|
7389
7389
|
placeholder?: string;
|
|
7390
7390
|
readonly?: boolean;
|
|
7391
7391
|
minHeight?: number;
|
|
7392
|
+
maxHeight?: number;
|
|
7392
7393
|
maxWidth?: number;
|
|
7393
7394
|
inputClass?: string;
|
|
7394
7395
|
autoHeight?: boolean;
|
|
@@ -7399,6 +7400,7 @@ type TextareaControlType<T> = SharedControlType<T> & {
|
|
|
7399
7400
|
eg?: string;
|
|
7400
7401
|
isStrike?: boolean;
|
|
7401
7402
|
hiddenOn?: 'singleProduct' | 'multiProduct';
|
|
7403
|
+
tooltip?: string;
|
|
7402
7404
|
}[];
|
|
7403
7405
|
};
|
|
7404
7406
|
|
|
@@ -8185,6 +8187,7 @@ type ComponentSetting<P extends BaseProps> = {
|
|
|
8185
8187
|
placeholder?: {
|
|
8186
8188
|
notAppendBeforeAfter?: boolean;
|
|
8187
8189
|
flowTag?: string[];
|
|
8190
|
+
flowTagMessage?: string[];
|
|
8188
8191
|
flowPage?: string;
|
|
8189
8192
|
notAppendTags?: string[];
|
|
8190
8193
|
notAppendLeftRight?: boolean;
|