@symbo.ls/create 2.11.466 → 2.11.468
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/cjs/bundle/index.js +3 -1
- package/package.json +4 -4
package/dist/cjs/bundle/index.js
CHANGED
|
@@ -13848,13 +13848,15 @@ var init_Collection = __esm({
|
|
|
13848
13848
|
if (childrenAs)
|
|
13849
13849
|
param = param.map((v) => ({ extend: childExtends, [childrenAs]: v }));
|
|
13850
13850
|
} else if ((0, import_utils8.isObject)(childrenExec)) {
|
|
13851
|
-
param = (0, import_utils8.deepCloneWithExtend)(childrenExec);
|
|
13851
|
+
param = (0, import_utils8.deepCloneWithExtend)(childrenExec.$$typeof ? { key: childrenExec.key, props: childrenExec.props } : childrenExec);
|
|
13852
13852
|
param = Object.keys(param).map((v) => {
|
|
13853
13853
|
const val = param[v];
|
|
13854
13854
|
return (0, import_utils8.addAdditionalExtend)(v, val);
|
|
13855
13855
|
});
|
|
13856
13856
|
if (childrenAs)
|
|
13857
13857
|
param = param.map((v) => ({ extend: childExtends, [childrenAs]: v }));
|
|
13858
|
+
} else if (childrenExec) {
|
|
13859
|
+
param = [{ text: param }];
|
|
13858
13860
|
}
|
|
13859
13861
|
if (!param)
|
|
13860
13862
|
return;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@symbo.ls/create",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.468",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"gitHead": "
|
|
5
|
+
"gitHead": "93bddb8a979a3011306a7f7eec437d95b4455554",
|
|
6
6
|
"files": [
|
|
7
7
|
"src",
|
|
8
8
|
"dist"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"@symbo.ls/fetch": "^2.11.453",
|
|
38
38
|
"@symbo.ls/init": "^2.11.464",
|
|
39
39
|
"@symbo.ls/scratch": "^2.11.464",
|
|
40
|
-
"@symbo.ls/sync": "^2.11.
|
|
41
|
-
"@symbo.ls/uikit": "^2.11.
|
|
40
|
+
"@symbo.ls/sync": "^2.11.468",
|
|
41
|
+
"@symbo.ls/uikit": "^2.11.468",
|
|
42
42
|
"@symbo.ls/utils": "^2.11.453",
|
|
43
43
|
"domql": "^2.5.158"
|
|
44
44
|
},
|