@gem-sdk/core 2.0.0-dev.584 → 2.0.0-dev.595
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.
|
@@ -54,6 +54,7 @@ const Render = ({ uid, ...passProps })=>{
|
|
|
54
54
|
setting: item.settings,
|
|
55
55
|
...passProps,
|
|
56
56
|
children: item.childrens.map((id)=>/*#__PURE__*/ jsxRuntime.jsx(RenderMemo, {
|
|
57
|
+
parentStyle: passProps?.['parentStyle'],
|
|
57
58
|
uid: id
|
|
58
59
|
}, id))
|
|
59
60
|
}) : /*#__PURE__*/ jsxRuntime.jsx(Component, {
|
|
@@ -46,6 +46,7 @@ const RenderPreview = ({ uid, ...passProps })=>{
|
|
|
46
46
|
setting: item.settings,
|
|
47
47
|
...passProps,
|
|
48
48
|
children: item.childrens.map((id)=>/*#__PURE__*/ jsxRuntime.jsx(RenderPreviewMemo, {
|
|
49
|
+
parentStyle: passProps?.['parentStyle'],
|
|
49
50
|
"bundle-item": passProps?.['bundle-item'],
|
|
50
51
|
uid: id
|
|
51
52
|
}, id))
|
|
@@ -42,6 +42,7 @@ const RenderPreview = ({ uid, ...passProps })=>{
|
|
|
42
42
|
setting: item.settings,
|
|
43
43
|
...passProps,
|
|
44
44
|
children: item.childrens.map((id)=>/*#__PURE__*/ jsx(RenderPreviewMemo, {
|
|
45
|
+
parentStyle: passProps?.['parentStyle'],
|
|
45
46
|
"bundle-item": passProps?.['bundle-item'],
|
|
46
47
|
uid: id
|
|
47
48
|
}, id))
|
package/dist/types/index.d.ts
CHANGED
|
@@ -36128,6 +36128,7 @@ type Option$4<T> = {
|
|
|
36128
36128
|
note?: string;
|
|
36129
36129
|
maxOption?: number;
|
|
36130
36130
|
subTitle?: string;
|
|
36131
|
+
disableHoverIcon?: boolean;
|
|
36131
36132
|
};
|
|
36132
36133
|
type BaseSelect<K> = {
|
|
36133
36134
|
id: K;
|