@steedos-widgets/amis-lib 1.3.0 → 1.3.1
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 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/converter/amis/util.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -383,7 +383,7 @@ const Router = {
|
|
|
383
383
|
* @Author: baozhoutao@steedos.com
|
|
384
384
|
* @Date: 2022-07-20 16:29:22
|
|
385
385
|
* @LastEditors: 殷亮辉 yinlianghui@hotoa.com
|
|
386
|
-
* @LastEditTime: 2023-09-
|
|
386
|
+
* @LastEditTime: 2023-09-08 14:09:48
|
|
387
387
|
* @Description:
|
|
388
388
|
*/
|
|
389
389
|
|
|
@@ -397,6 +397,9 @@ function getContrastColor(bgColor) {
|
|
|
397
397
|
}
|
|
398
398
|
|
|
399
399
|
function getLookupListView(refObjectConfig) {
|
|
400
|
+
if(!refObjectConfig){
|
|
401
|
+
return null;
|
|
402
|
+
}
|
|
400
403
|
const listNameAll = "all";
|
|
401
404
|
const listNameLookup = "lookup";
|
|
402
405
|
let listViewAll, listViewLookup;
|