@steedos-widgets/amis-lib 3.6.0-beta.3 → 3.6.0-beta.5

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.
@@ -2,3 +2,8 @@ export function getSvgUrl(source: any, name: any): string;
2
2
  export function getImageFieldUrl(url: any): any;
3
3
  export function getContrastColor(bgColor: any): "#ffffff" | "#000000";
4
4
  export function getLookupListView(refObjectConfig: any): null;
5
+ /**
6
+ * 获取可比较的amis版本号
7
+ * @returns 只返回前两位版本,第三位忽略,比如3.6.3返回3.6
8
+ */
9
+ export function getComparableAmisVersion(): number;
@@ -644,7 +644,6 @@ export function getFlowFormSchema(instance: any, box: any): Promise<{
644
644
  requestAdaptor: string;
645
645
  adaptor: string;
646
646
  data: {
647
- context: string;
648
647
  judge: string;
649
648
  };
650
649
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "3.6.0-beta.3",
4
+ "version": "3.6.0-beta.5",
5
5
  "unpkg": "./dist/index.umd.js",
6
6
  "main": "./dist/index.cjs.js",
7
7
  "module": "./dist/index.esm.js",
@@ -61,5 +61,5 @@
61
61
  "lodash": "^4.17.21",
62
62
  "react-i18next": "12.3.1"
63
63
  },
64
- "gitHead": "4a2322fc78deefc582e65d5a4a81941d5023ca8f"
64
+ "gitHead": "7babba3c01fe0aa4410cdc834c862774d4c59824"
65
65
  }