@steedos-widgets/amis-object 6.3.12-beta.15 → 6.3.12-beta.16
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/amis-object.cjs.js
CHANGED
|
@@ -4412,7 +4412,7 @@ async function getPage({type, pageId = '', appId, objectName = '', recordId = ''
|
|
|
4412
4412
|
* @Author: baozhoutao@steedos.com
|
|
4413
4413
|
* @Date: 2022-10-28 14:15:09
|
|
4414
4414
|
* @LastEditors: baozhoutao@steedos.com
|
|
4415
|
-
* @LastEditTime:
|
|
4415
|
+
* @LastEditTime: 2025-02-13 09:31:02
|
|
4416
4416
|
* @Description:
|
|
4417
4417
|
*/
|
|
4418
4418
|
|
|
@@ -4471,7 +4471,7 @@ async function getLookupLinkOnClick$1(field, options) {
|
|
|
4471
4471
|
"title": " ",
|
|
4472
4472
|
"headerClassName": "hidden",
|
|
4473
4473
|
"size": "lg",
|
|
4474
|
-
"width": "70%",
|
|
4474
|
+
"width": window.drawerWidth || "70%",
|
|
4475
4475
|
"bodyClassName": "p-0 m-0 bg-gray-100",
|
|
4476
4476
|
"closeOnEsc": true,
|
|
4477
4477
|
"closeOnOutside": true,
|
|
@@ -5563,7 +5563,7 @@ async function getColumnItemOnClick(field, options){
|
|
|
5563
5563
|
"title": " ",
|
|
5564
5564
|
"headerClassName": "hidden",
|
|
5565
5565
|
"size": "lg",
|
|
5566
|
-
"width": "70%",
|
|
5566
|
+
"width": window.drawerWidth || "70%",
|
|
5567
5567
|
"bodyClassName": "p-0 m-0 bg-gray-100",
|
|
5568
5568
|
"closeOnEsc": true,
|
|
5569
5569
|
"closeOnOutside": true,
|
|
@@ -27028,6 +27028,7 @@ function getLookupLinkOnClick(field, options) {
|
|
|
27028
27028
|
"recordLoaded": false, // 重置数据加载状态
|
|
27029
27029
|
}
|
|
27030
27030
|
};
|
|
27031
|
+
debugger;
|
|
27031
27032
|
return [2 /*return*/, {
|
|
27032
27033
|
"click": {
|
|
27033
27034
|
"actions": [
|
|
@@ -27038,7 +27039,7 @@ function getLookupLinkOnClick(field, options) {
|
|
|
27038
27039
|
"title": " ",
|
|
27039
27040
|
"headerClassName": "hidden",
|
|
27040
27041
|
"size": "lg",
|
|
27041
|
-
"width": "70%",
|
|
27042
|
+
"width": window.drawerWidth || "70%",
|
|
27042
27043
|
"bodyClassName": "p-0 m-0 bg-gray-100",
|
|
27043
27044
|
"closeOnEsc": true,
|
|
27044
27045
|
"closeOnOutside": true,
|