@steedos-widgets/amis-lib 6.10.51 → 6.10.52-beta.3
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/lib/objects.d.ts +1 -1
- package/dist/types/workflow/index.d.ts +1 -1
- package/dist/types/workflow/instance.d.ts +1 -0
- package/package.json +2 -2
|
@@ -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';
|
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.
|
|
4
|
+
"version": "6.10.52-beta.3",
|
|
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": "
|
|
62
|
+
"gitHead": "47fe298cc8f512c9181a93f94ecd8ca6ba41fd9f"
|
|
63
63
|
}
|