@placekit/autocomplete-js
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,2 +0,2 @@ | ||
/*! @placekit/autocomplete-js v1.2.1 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-js#readme */ | ||
/*! @placekit/autocomplete-js v1.2.2 | © placekit.io | MIT license | https://github.com/placekit/autocomplete-js#readme */ | ||
import type { PKOptions, PKResult } from '@placekit/client-js'; | ||
@@ -24,4 +24,6 @@ | ||
on(event: 'error', handler?: PKAHandlers['error']): PKAClient; | ||
on(event: 'dirty', handler?: PKAHandlers['dirty']): PKAClient; | ||
on(event: 'empty', handler?: PKAHandlers['empty']): PKAClient; | ||
on(event: 'freeForm', handler?: PKAHandlers['freeForm']): PKAClient; | ||
on(event: 'state', handler?: PKAHandlers['state']): PKAClient; | ||
on(event: 'geolocation', handler?: PKAHandlers['geolocation']): PKAClient; | ||
@@ -28,0 +30,0 @@ readonly handlers: Partial<PKAHandlers>; |
{ | ||
"name": "@placekit/autocomplete-js", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"author": "PlaceKit <support@placekit.io>", | ||
@@ -5,0 +5,0 @@ "description": "PlaceKit Autocomplete JavaScript library", |
@@ -49,4 +49,4 @@ <h1 align="center"> | ||
```html | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@1.2.0/dist/placekit-autocomplete.min.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@1.2.0"></script> | ||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@1.2.1/dist/placekit-autocomplete.min.css" /> | ||
<script src="https://cdn.jsdelivr.net/npm/@placekit/autocomplete-js@1.2.1"></script> | ||
``` | ||
@@ -53,0 +53,0 @@ |
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
270460
6714