@steedos-widgets/amis-lib 1.2.33 → 1.2.35-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.
@@ -15,4 +15,5 @@ export function getRelatedFieldTpl(field: any, ctx: any): string;
15
15
  export function getLookupTpl(field: any, ctx: any): Promise<string>;
16
16
  export function getSwitchTpl(field: any): string;
17
17
  export function getPasswordTpl(field: any): string;
18
+ export function getLocationTpl(field: any): string;
18
19
  export function getFieldTpl(field: any, options: any): Promise<string>;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@steedos-widgets/amis-lib",
3
3
  "private": false,
4
- "version": "1.2.33",
4
+ "version": "1.2.35-beta.1",
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": "1c72a383aa0ba2e0b2e1e025976227db17a23eb9"
64
+ "gitHead": "8f3d7b9212ada8b495ab48b9332a17f16c4b6203"
65
65
  }