@mapbox/search-js-web
Advanced tools
Comparing version 1.0.0-beta.14 to 1.0.0-beta.15
@@ -144,2 +144,35 @@ import { HTMLScopedElement } from './HTMLScopedElement'; | ||
/** | ||
* Custom adjust button text appearing on the map. | ||
* If not provided, the default text will be used. | ||
* | ||
* @name adjustBtnText | ||
* @instance | ||
* @memberof MapboxAddressMinimap | ||
* @type {string} | ||
*/ | ||
get adjustBtnText(): string; | ||
set adjustBtnText(val: string); | ||
/** | ||
* Custom save button text appearing on the map, when marker adjustment is enabled. | ||
* If not provided, the default text will be used. | ||
* | ||
* @name saveBtnText | ||
* @instance | ||
* @memberof MapboxAddressMinimap | ||
* @type {string} | ||
*/ | ||
get saveBtnText(): string; | ||
set saveBtnText(val: string); | ||
/** | ||
* Custom cancel button text appearing on the map, when marker adjustment is enabled. | ||
* If not provided, the default text will be used. | ||
* | ||
* @name cancelBtnText | ||
* @instance | ||
* @memberof MapboxAddressMinimap | ||
* @type {string} | ||
*/ | ||
get cancelBtnText(): string; | ||
set cancelBtnText(val: string); | ||
/** | ||
* The map style to use, either `'default'` or `'satellite'`. The default map | ||
@@ -146,0 +179,0 @@ * style is configurable with {@link MapboxAddressMinimap#defaultMapStyle}. |
@@ -16,2 +16,7 @@ import { AutofillSuggestion, GeocodeFeature, Suggestion as SearchSuggestion } from '@mapbox/search-js-core'; | ||
/** | ||
* Adds special parameters to form input to avoid password managers from trigger it's autocompletion on our field. | ||
* @param input | ||
*/ | ||
export declare const suppressExtensionsAutocomplete: (input: HTMLInputElement) => void; | ||
/** | ||
* Calculates the message for autofill component to be announced by VoiceOver utilities depending on its state. | ||
@@ -18,0 +23,0 @@ * @example |
{ | ||
"name": "@mapbox/search-js-web", | ||
"version": "1.0.0-beta.14", | ||
"version": "1.0.0-beta.15", | ||
"description": "Search web component with form autocomplete.", | ||
@@ -23,3 +23,3 @@ "main": "dist/index.js", | ||
"@floating-ui/dom": "^0.5.2", | ||
"@mapbox/search-js-core": "^1.0.0-beta.14", | ||
"@mapbox/search-js-core": "^1.0.0-beta.15", | ||
"@mapbox/sphericalmercator": "^1.2.0", | ||
@@ -26,0 +26,0 @@ "focus-trap": "^6.7.3", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3167464
73
13232