@steedos-widgets/amis-lib 1.1.12 → 1.1.13
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/tsconfig.tsbuildinfo +1 -1
- package/dist/index.cjs.js +4 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -3
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +4 -2
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/dist/index.umd.js
CHANGED
|
@@ -7340,7 +7340,7 @@ setTimeout(()=>{
|
|
|
7340
7340
|
* @Author: baozhoutao@steedos.com
|
|
7341
7341
|
* @Date: 2022-07-05 15:55:39
|
|
7342
7342
|
* @LastEditors: Please set LastEditors
|
|
7343
|
-
* @LastEditTime: 2023-04-
|
|
7343
|
+
* @LastEditTime: 2023-04-20 11:43:14
|
|
7344
7344
|
* @Description:
|
|
7345
7345
|
*/
|
|
7346
7346
|
|
|
@@ -7440,7 +7440,9 @@ setTimeout(()=>{
|
|
|
7440
7440
|
const details = _$1.union(mainObjectUiSchema.details,mainObjectUiSchema.lookup_details) || [];
|
|
7441
7441
|
for (const detail of details) {
|
|
7442
7442
|
const arr = detail.split(".");
|
|
7443
|
-
mainRelated
|
|
7443
|
+
if(!_$1.has(mainRelated,arr[0])){
|
|
7444
|
+
mainRelated[arr[0]] = arr[1];
|
|
7445
|
+
}
|
|
7444
7446
|
}
|
|
7445
7447
|
}
|
|
7446
7448
|
}
|