@steedos-widgets/amis-lib 6.10.51 → 6.10.52-beta.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.
@@ -324,10 +324,10 @@ export function getRecordServiceSchema(objectName: any, appId: any, props: {}, b
324
324
  };
325
325
  };
326
326
  body: {
327
+ hiddenOn?: string;
327
328
  type: string;
328
329
  className: string;
329
330
  body: any;
330
- hiddenOn: string;
331
331
  };
332
332
  data: any;
333
333
  style: any;
@@ -1,2 +1,2 @@
1
1
  export { getFlowFormSchema } from './flow';
2
- export { getInstanceInfo, getApplicant, autoUpgradeInstance } from './instance';
2
+ export { getInstanceInfo, getApplicant, autoUpgradeInstance, fetchAutoNumber } from './instance';
@@ -1,3 +1,4 @@
1
+ export function fetchAutoNumber(instanceId: any): Promise<any>;
1
2
  export function autoUpgradeInstance(instanceId: any): Promise<any>;
2
3
  export function getInstanceInfo(props: any): Promise<{
3
4
  box: any;
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.51",
4
+ "version": "6.10.52-beta.1",
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": "a945cc8b4a4eb973e887509ee26a0e7d671b927b"
62
+ "gitHead": "8a2fa16f1c8dd4d4de41c4365d40c9c711da6ccb"
63
63
  }