@what3words/vue-components
Advanced tools
Comparing version 4.5.0 to 4.6.0
@@ -5,2 +5,3 @@ import type { JSX } from '@what3words/javascript-components'; | ||
export declare const What3wordsMap: import("vue").DefineComponent<JSX.What3wordsMap & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.What3wordsMap & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>; | ||
export declare const What3wordsNotes: import("vue").DefineComponent<JSX.What3wordsNotes & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.What3wordsNotes & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>; | ||
export declare const What3wordsSymbol: import("vue").DefineComponent<JSX.What3wordsSymbol & import("./vue-component-lib/utils").InputProps<string | number | boolean>, object, {}, import("vue").ComputedOptions, import("vue").MethodOptions, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<JSX.What3wordsSymbol & import("./vue-component-lib/utils").InputProps<string | number | boolean>>, {}>; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.What3wordsSymbol = exports.What3wordsMap = exports.What3wordsAutosuggest = exports.What3wordsAddress = void 0; | ||
exports.What3wordsSymbol = exports.What3wordsNotes = exports.What3wordsMap = exports.What3wordsAutosuggest = exports.What3wordsAddress = void 0; | ||
/* eslint-disable */ | ||
@@ -95,2 +95,27 @@ /* tslint:disable */ | ||
]); | ||
exports.What3wordsNotes = (0, utils_1.defineContainer)('what3words-notes', undefined, [ | ||
'addressFormat', | ||
'showHintsTooltip', | ||
'callback', | ||
'apiKey', | ||
'headers', | ||
'baseUrl', | ||
'apiVersion', | ||
'typeaheadDelay', | ||
'language', | ||
'searchFocus', | ||
'nFocusResults', | ||
'clipToCountry', | ||
'clipToBoundingBox', | ||
'clipToCircle', | ||
'clipToPolygon', | ||
'valueChanged', | ||
'valueValid', | ||
'valueInvalid', | ||
'suggestionSelected', | ||
'suggestionsChanged', | ||
'suggestionDeselected', | ||
'suggestionHover', | ||
'apiError' | ||
]); | ||
exports.What3wordsSymbol = (0, utils_1.defineContainer)('what3words-symbol', undefined, [ | ||
@@ -97,0 +122,0 @@ 'color', |
{ | ||
"name": "@what3words/vue-components", | ||
"version": "4.5.0", | ||
"version": "4.6.0", | ||
"sideEffects": false, | ||
@@ -19,3 +19,3 @@ "description": "The what3words javascript sdk and web components for vue", | ||
"dependencies": { | ||
"@what3words/javascript-components": "^4.5.0" | ||
"@what3words/javascript-components": "^4.6.0" | ||
}, | ||
@@ -22,0 +22,0 @@ "devDependencies": { |
@@ -104,2 +104,29 @@ /* eslint-disable */ | ||
export const What3wordsNotes = /*@__PURE__*/ defineContainer<JSX.What3wordsNotes>('what3words-notes', undefined, [ | ||
'addressFormat', | ||
'showHintsTooltip', | ||
'callback', | ||
'apiKey', | ||
'headers', | ||
'baseUrl', | ||
'apiVersion', | ||
'typeaheadDelay', | ||
'language', | ||
'searchFocus', | ||
'nFocusResults', | ||
'clipToCountry', | ||
'clipToBoundingBox', | ||
'clipToCircle', | ||
'clipToPolygon', | ||
'valueChanged', | ||
'valueValid', | ||
'valueInvalid', | ||
'suggestionSelected', | ||
'suggestionsChanged', | ||
'suggestionDeselected', | ||
'suggestionHover', | ||
'apiError' | ||
]); | ||
export const What3wordsSymbol = /*@__PURE__*/ defineContainer<JSX.What3wordsSymbol>('what3words-symbol', undefined, [ | ||
@@ -106,0 +133,0 @@ 'color', |
27651
672