Socket
Socket
Sign inDemoInstall

@types/amap-js-api-autocomplete

Package Overview
Dependencies
1
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

18

amap-js-api-autocomplete/index.d.ts

@@ -22,31 +22,31 @@ // Type definitions for non-npm package amap-js-api-autocomplete 1.4

*/
type?: string;
type?: string | undefined;
/**
* 输入提示时限定城市
*/
city?: string;
city?: string | undefined;
/**
* 返回的数据类型
*/
datatype?: DataType;
datatype?: DataType | undefined;
/**
* 是否强制限制在设置的城市内搜索
*/
citylimit?: boolean;
citylimit?: boolean | undefined;
/**
* 指定输入框
*/
input?: string | HTMLInputElement;
input?: string | HTMLInputElement | undefined;
/**
* 指定输出面板
*/
output?: string | HTMLDivElement;
output?: string | HTMLDivElement | undefined;
/**
* 是否在input位于页面较下方的时候自动将输入面板显示在input上方以避免被遮挡
*/
outPutDirAuto?: boolean;
outPutDirAuto?: boolean | undefined;
// internal
closeResultOnScroll?: boolean;
lang?: Lang;
closeResultOnScroll?: boolean | undefined;
lang?: Lang | undefined;
}

@@ -53,0 +53,0 @@ interface Tip {

{
"name": "@types/amap-js-api-autocomplete",
"version": "1.4.0",
"version": "1.4.1",
"description": "TypeScript definitions for amap-js-api-autocomplete",
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amap-js-api-autocomplete",
"license": "MIT",

@@ -14,3 +15,3 @@ "contributors": [

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -25,4 +26,4 @@ "type": "git",

},
"typesPublisherContentHash": "40b720549207edabef06ea47e628376dc568804c28b0447e6b5d34e56ca8a4d1",
"typeScriptVersion": "2.8"
"typesPublisherContentHash": "c8e56fd4325d0cd807e6ca7baf4e189f30a21c5d85ce169890f9fa78364e7edb",
"typeScriptVersion": "3.6"
}

@@ -5,13 +5,13 @@ # Installation

# Summary
This package contains type definitions for amap-js-api-autocomplete ( https://lbs.amap.com/api/javascript-api/reference/search#m_AMap.Autocomplete ).
This package contains type definitions for amap-js-api-autocomplete (https://lbs.amap.com/api/javascript-api/reference/search#m_AMap.Autocomplete).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amap-js-api-autocomplete
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/amap-js-api-autocomplete.
Additional Details
* Last updated: Thu, 04 Apr 2019 20:40:03 GMT
* Dependencies: @types/amap-js-api
* Global values: AMap
### Additional Details
* Last updated: Wed, 07 Jul 2021 21:44:07 GMT
* Dependencies: [@types/amap-js-api](https://npmjs.com/package/@types/amap-js-api)
* Global values: `AMap`
# Credits
These definitions were written by breeze9527 <https://github.com/breeze9527>.
These definitions were written by [breeze9527](https://github.com/breeze9527).

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc