@steedos-widgets/amis-lib 6.10.42-beta.2 → 6.10.42

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.
@@ -109,6 +109,7 @@ export function getListSchema(appName: any, objectName: any, listViewName: any,
109
109
  crud: any;
110
110
  crudDataFilter: any;
111
111
  onCrudDataFilter: any;
112
+ searchable_default: any;
112
113
  };
113
114
  isCustomAmisSchema?: undefined;
114
115
  isCalendar?: undefined;
@@ -423,6 +424,7 @@ export function getObjectRelated({ appName, masterObjectName, objectName, relate
423
424
  crud: any;
424
425
  crudDataFilter: any;
425
426
  onCrudDataFilter: any;
427
+ searchable_default: any;
426
428
  };
427
429
  isCustomAmisSchema?: undefined;
428
430
  isCalendar?: undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "6.10.42-beta.2",
4
+ "version": "6.10.42",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -59,5 +59,5 @@
59
59
  "i18next": "24.2.2",
60
60
  "lodash": "^4.17.21"
61
61
  },
62
- "gitHead": "f3c957ba695712074e1ed584ad87e38a59f01917"
62
+ "gitHead": "94d519109aa2ba68c3285b49af29bb0f5ebecb15"
63
63
  }