diff --git a/docs/index.html b/docs/index.html index 5f9a0e2..f69e5ca 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1 +1 @@ -vue-bootstrap-typeahead - A simple typeahead using Vue and Bootstrap 4
\ No newline at end of file +vue-bootstrap-typeahead - A simple typeahead using Vue and Bootstrap 4
\ No newline at end of file diff --git a/docs/js/app.6781ce40.js b/docs/js/app.1719bb6d.js similarity index 99% rename from docs/js/app.6781ce40.js rename to docs/js/app.1719bb6d.js index 8af45ec..2a43eea 100644 --- a/docs/js/app.6781ce40.js +++ b/docs/js/app.1719bb6d.js @@ -1,2 +1,2 @@ (function(t){function e(e){for(var a,s,o=e[0],u=e[1],c=e[2],l=0,d=[];l\n\n\n\n","import mod from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=456fa2bc&\"\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"App.vue\"\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"container\"},[_vm._m(0),_c('div',{staticClass:\"row\"},[_vm._m(1),_c('div',{staticClass:\"col-md-6\"},[_c('country-search')],1)]),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col-md-6 mt-4 mb-4\"},[_c('b-btn',{staticClass:\"shadow\",attrs:{\"to\":\"reference\",\"size\":\"lg\",\"variant\":\"primary\",\"block\":\"\"}},[_vm._v(\"\\n Read the Docs\\n \")])],1),_c('div',{staticClass:\"col-md-6 mt-4 mb-4\"},[_c('b-btn',{staticClass:\"shadow\",attrs:{\"to\":\"examples\",\"size\":\"lg\",\"variant\":\"secondary\",\"block\":\"\"}},[_vm._v(\"\\n View The Example Gallery\\n \")])],1)]),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('h2',[_vm._v(\"Getting Started\")]),_c('p',{staticClass:\"lead\"},[_vm._v(\"Installation\")]),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"bash\"},[_vm._v(\"$ npm install vue-bootstrap-typeahead --save\")])]),_vm._m(2),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"html\"},[_vm._v(\"\\n\\n\")])]),_c('p',{staticClass:\"lead\"},[_vm._v(\"Registration\")]),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"javascript\"},[_vm._v(\"import VueBootstrapTypeahead from 'vue-bootstrap-typeahead'\\n\\n// Don't forget to include the Bootstrap CSS/SCSS files!\\nimport 'bootstrap/scss/bootstrap.scss'\\n\\n// Global registration\\nVue.component('vue-bootstrap-typeahead', VueBootstrapTypeahead)\\n\\n// OR\\n\\n// Local registration\\nexport default {\\n components: {\\n VueBootstrapTypeahead\\n }\\n}\")])]),_c('p',{staticClass:\"lead\"},[_vm._v(\"Basic Usage\")]),_vm._m(3),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"html\"},[_vm._v(\"\")])])])])])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('h1',[_vm._v(\"A simple typeahead for Vue 2 using Bootstrap 4\")])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"col-md-6\"},[_c('ul',[_c('li',[_c('code',[_vm._v(\"bootstrap-vue\")]),_vm._v(\" compatible\")]),_c('li',[_vm._v(\"Append and prepend icons and buttons\")]),_c('li',[_vm._v(\"Works well with API JSON responses\")])]),_c('div',{staticClass:\"d-flex justify-content-center\"},[_c('a',{attrs:{\"href\":\"https://www.npmjs.com/package/vue-bootstrap-typeahead\",\"target\":\"_blank\"}},[_c('img',{staticClass:\"mb-3 img-fluid\",attrs:{\"src\":\"https://nodei.co/npm/vue-bootstrap-typeahead.png\"}})])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',{staticClass:\"lead\"},[_vm._v(\"Minified UMD and CommonJS builds are available in the \"),_c('code',[_vm._v(\"dist\")]),_vm._v(\" folder. The component is also available on unpkg.\")])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',[_vm._v(\"The only required \"),_c('code',[_vm._v(\"props\")]),_vm._v(\" are a \"),_c('code',[_vm._v(\"v-model\")]),_vm._v(\" and a \"),_c('code',[_vm._v(\"data\")]),_vm._v(\" array.\")])}]\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-card',{staticClass:\"shadow-sm\",attrs:{\"title\":\"Demo Country Search\"}},[_c('p',{staticClass:\"card-text\"},[_vm._v(\"\\n Type a country:\\n \")]),_c('vue-bootstrap-typeahead',{attrs:{\"data\":_vm.countries,\"serializer\":function (s) { return s.name; },\"placeholder\":\"Canada, United States, etc...\",\"query-transformer\":_vm.queryTransformer},on:{\"hit\":_vm.handleHit},scopedSlots:_vm._u([{key:\"suggestion\",fn:function(ref){\nvar data = ref.data;\nvar htmlText = ref.htmlText;\nreturn [_c('span',{domProps:{\"innerHTML\":_vm._s(htmlText)}}),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(data.code))])]}}]),model:{value:(_vm.cntrySearch),callback:function ($$v) {_vm.cntrySearch=$$v},expression:\"cntrySearch\"}},[_c('template',{slot:\"append\"},[_c('b-btn',{attrs:{\"variant\":\"success\"},on:{\"click\":_vm.search}},[_vm._v(\"\\n Go\\n \")])],1)],2)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{class:_vm.sizeClasses},[(_vm.$slots.prepend || _vm.prepend)?_c('div',{ref:\"prependDiv\",staticClass:\"input-group-prepend\"},[_vm._t(\"prepend\",[_c('span',{staticClass:\"input-group-text\"},[_vm._v(_vm._s(_vm.prepend))])])],2):_vm._e(),_c('input',{ref:\"input\",class:(\"form-control \" + _vm.inputClass),attrs:{\"type\":\"search\",\"placeholder\":_vm.placeholder,\"aria-label\":_vm.placeholder,\"autocomplete\":\"off\"},domProps:{\"value\":_vm.inputValue},on:{\"focus\":function($event){_vm.isFocused = true},\"blur\":_vm.handleBlur,\"input\":function($event){_vm.handleInput($event.target.value)}}}),(_vm.$slots.append || _vm.append)?_c('div',{staticClass:\"input-group-append\"},[_vm._t(\"append\",[_c('span',{staticClass:\"input-group-text\"},[_vm._v(_vm._s(_vm.append))])])],2):_vm._e()]),_c('vue-bootstrap-typeahead-list',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.isFocused && _vm.data.length > 0),expression:\"isFocused && data.length > 0\"}],ref:\"list\",staticClass:\"vbt-autcomplete-list\",attrs:{\"query\":_vm.inputValue,\"data\":_vm.formattedData,\"background-variant\":_vm.backgroundVariant,\"text-variant\":_vm.textVariant,\"maxMatches\":_vm.maxMatches,\"minMatchingChars\":_vm.minMatchingChars,\"query-transformer\":_vm.queryTransformer},on:{\"hit\":_vm.handleHit},scopedSlots:_vm._u([_vm._l((_vm.$scopedSlots),function(slot,slotName){return {key:slotName,fn:function(ref){\nvar data = ref.data;\nvar htmlText = ref.htmlText;\nreturn [_vm._t(slotName,null,null,{ data: data, htmlText: htmlText })]}}})])})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"list-group shadow\"},_vm._l((_vm.matchedItems),function(item,id){return _c('vue-bootstrap-typeahead-list-item',{key:id,attrs:{\"data\":item.data,\"html-text\":_vm.highlight(item.text),\"background-variant\":_vm.backgroundVariant,\"text-variant\":_vm.textVariant},nativeOn:{\"click\":function($event){_vm.handleHit(item, $event)}},scopedSlots:_vm._u([{key:\"suggestion\",fn:function(ref){\nvar data = ref.data;\nvar htmlText = ref.htmlText;\nreturn _vm.$scopedSlots.suggestion?[_vm._t(\"suggestion\",null,null,{ data: data, htmlText: htmlText })]:undefined}}])})}))}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{class:_vm.textClasses,attrs:{\"tabindex\":\"0\",\"href\":\"#\"},on:{\"mouseover\":function($event){_vm.active = true},\"mouseout\":function($event){_vm.active = false}}},[_vm._t(\"suggestion\",[_c('span',{domProps:{\"innerHTML\":_vm._s(_vm.htmlText)}})],null,{ data: _vm.data, htmlText: _vm.htmlText })],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./VueBootstrapTypeaheadListItem.vue?vue&type=template&id=367d6487&\"\nimport script from \"./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"\nexport * from \"./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"VueBootstrapTypeaheadListItem.vue\"\nexport default component.exports","\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./VueBootstrapTypeaheadList.vue?vue&type=template&id=89eb170e&\"\nimport script from \"./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"\nexport * from \"./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"VueBootstrapTypeaheadList.vue\"\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./VueBootstrapTypeahead.vue?vue&type=template&id=829834f8&scoped=true&\"\nimport script from \"./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"\nexport * from \"./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"\nimport style0 from \"./VueBootstrapTypeahead.vue?vue&type=style&index=0&id=829834f8&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"829834f8\",\n null\n \n)\n\ncomponent.options.__file = \"VueBootstrapTypeahead.vue\"\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CountrySearch.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CountrySearch.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./CountrySearch.vue?vue&type=template&id=525daae4&\"\nimport script from \"./CountrySearch.vue?vue&type=script&lang=js&\"\nexport * from \"./CountrySearch.vue?vue&type=script&lang=js&\"\nimport style0 from \"./CountrySearch.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"CountrySearch.vue\"\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Home.vue?vue&type=template&id=5f59e8be&scoped=true&\"\nimport script from \"./Home.vue?vue&type=script&lang=js&\"\nexport * from \"./Home.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Home.vue?vue&type=style&index=0&id=5f59e8be&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"5f59e8be\",\n null\n \n)\n\ncomponent.options.__file = \"Home.vue\"\nexport default component.exports","import Vue from 'vue'\nimport Router from 'vue-router'\nimport Home from './views/Home'\n\nVue.use(Router)\n\nexport default new Router({\n routes: [\n {\n path: '/',\n name: 'home',\n component: Home\n },\n {\n path: '/reference',\n name: 'reference',\n component: () => import(/* webpackChunkName: \"reference\" */ './views/Reference.vue')\n },\n {\n path: '/examples',\n component: () => import(/* webpackChunkName: \"examples\" */ './views/Examples.vue'),\n children: [\n {\n name: 'examples',\n path: '',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/BasicExample.vue')\n },\n {\n path: 'basic-example',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/BasicExample.vue')\n },\n {\n path: 'working-with-apis',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/WorkingWithAPIs.vue')\n },\n {\n path: 'prepending-and-appending',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/PrependAppend.vue')\n },\n {\n name: 'custom-suggestion-slot',\n path: 'custom-suggestion-slot',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/CustomSuggestion.vue')\n }\n ]\n }\n ]\n})\n","import Vue from 'vue'\nimport App from './App.vue'\nimport router from './router'\nimport BootstrapVue from 'bootstrap-vue'\nimport vueHljs from 'vue-hljs'\nimport VueGtm from 'vue-gtm'\nimport 'highlight.js/styles/color-brewer.css'\nimport 'whatwg-fetch'\n\nVue.use(vueHljs)\n\nVue.config.productionTip = false\n\nVue.use(BootstrapVue)\n\nVue.use(VueGtm, {\n id: 'UA-29172866-5',\n enabled: process.env.NODE_ENV === 'production',\n vueRouter: router\n})\n\nnew Vue({\n router,\n render: h => h(App)\n}).$mount('#app')\n","import mod from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\""],"sourceRoot":""} \ No newline at end of file diff --git a/docs/js/app.6781ce40.js.map b/docs/js/app.6781ce40.js.map deleted file mode 100644 index 22b83ed..0000000 --- a/docs/js/app.6781ce40.js.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./src/views/Home.vue?1f9a","webpack:///./src/components/VueBootstrapTypeahead.vue?4ad4","webpack:///./src/examples/CountrySearch.vue?7fd0","webpack:///./src/App.vue?0386","webpack:///src/App.vue","webpack:///./src/App.vue?1160","webpack:///./src/App.vue?bff9","webpack:///./src/views/Home.vue?55bb","webpack:///./src/examples/CountrySearch.vue?c951","webpack:///./src/components/VueBootstrapTypeahead.vue?a7d0","webpack:///./src/components/VueBootstrapTypeaheadList.vue?abcf","webpack:///./src/components/VueBootstrapTypeaheadListItem.vue?ef5b","webpack:///src/components/VueBootstrapTypeaheadListItem.vue","webpack:///./src/components/VueBootstrapTypeaheadListItem.vue?c9a3","webpack:///./src/components/VueBootstrapTypeaheadListItem.vue","webpack:///src/components/VueBootstrapTypeaheadList.vue","webpack:///./src/components/VueBootstrapTypeaheadList.vue?7167","webpack:///./src/components/VueBootstrapTypeaheadList.vue","webpack:///src/components/VueBootstrapTypeahead.vue","webpack:///./src/components/VueBootstrapTypeahead.vue?2cc3","webpack:///./src/components/VueBootstrapTypeahead.vue?38af","webpack:///src/examples/CountrySearch.vue","webpack:///./src/examples/CountrySearch.vue?751a","webpack:///./src/examples/CountrySearch.vue","webpack:///src/views/Home.vue","webpack:///./src/views/Home.vue?493c","webpack:///./src/views/Home.vue?c853","webpack:///./src/router.js","webpack:///./src/main.js","webpack:///./src/App.vue?f81e"],"names":["webpackJsonpCallback","data","moduleId","chunkId","chunkIds","moreModules","executeModules","i","resolves","length","installedChunks","push","Object","prototype","hasOwnProperty","call","modules","parentJsonpFunction","shift","deferredModules","apply","checkDeferredModules","result","deferredModule","fulfilled","j","depId","splice","__webpack_require__","s","installedModules","app","jsonpScriptSrc","p","examples","reference","exports","module","l","e","promises","installedChunkData","promise","Promise","resolve","reject","onScriptComplete","head","document","getElementsByTagName","script","createElement","charset","timeout","nc","setAttribute","src","event","onerror","onload","clearTimeout","chunk","errorType","type","realSrc","target","error","Error","request","undefined","setTimeout","appendChild","all","m","c","d","name","getter","o","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","oe","err","console","jsonpArray","window","oldJsonpFunction","slice","_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_Home_vue_vue_type_style_index_0_id_5f59e8be_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_VueBootstrapTypeahead_vue_vue_type_style_index_0_id_829834f8_scoped_true_lang_css___WEBPACK_IMPORTED_MODULE_0___default","_node_modules_mini_css_extract_plugin_dist_loader_js_ref_6_oneOf_1_0_node_modules_css_loader_index_js_ref_6_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_6_oneOf_1_2_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_CountrySearch_vue_vue_type_style_index_0_lang_css___WEBPACK_IMPORTED_MODULE_0___default","Appvue_type_template_id_456fa2bc_render","_vm","this","_h","$createElement","_c","_self","attrs","id","variant","toggleable","to","_v","is-nav","href","staticClass","data-size","data-show-count","aria-label","_m","staticRenderFns","Appvue_type_script_lang_js_","src_Appvue_type_script_lang_js_","component","componentNormalizer","options","__file","App","Homevue_type_template_id_5f59e8be_scoped_true_render","size","block","directives","rawName","Homevue_type_template_id_5f59e8be_scoped_true_staticRenderFns","CountrySearchvue_type_template_id_3b955d6a_render","title","countries","serializer","placeholder","query-transformer","queryTransformer","on","hit","handleHit","scopedSlots","_u","fn","ref","htmlText","domProps","innerHTML","_s","code","model","callback","$$v","cntrySearch","expression","slot","click","search","CountrySearchvue_type_template_id_3b955d6a_staticRenderFns","VueBootstrapTypeaheadvue_type_template_id_829834f8_scoped_true_render","class","sizeClasses","$slots","prepend","_t","_e","inputClass","autocomplete","inputValue","focus","$event","isFocused","blur","handleBlur","input","handleInput","append","query","formattedData","background-variant","backgroundVariant","text-variant","textVariant","maxMatches","minMatchingChars","_l","slotName","VueBootstrapTypeaheadvue_type_template_id_829834f8_scoped_true_staticRenderFns","VueBootstrapTypeaheadListvue_type_template_id_89eb170e_render","item","html-text","highlight","text","nativeOn","$scopedSlots","suggestion","VueBootstrapTypeaheadListvue_type_template_id_89eb170e_staticRenderFns","VueBootstrapTypeaheadListItemvue_type_template_id_367d6487_render","textClasses","tabindex","mouseover","active","mouseout","VueBootstrapTypeaheadListItemvue_type_template_id_367d6487_staticRenderFns","VueBootstrapTypeaheadListItemvue_type_script_lang_js_","props","String","computed","classes","concat","components_VueBootstrapTypeaheadListItemvue_type_script_lang_js_","VueBootstrapTypeaheadListItem_component","VueBootstrapTypeaheadListItem","sanitize","replace","escapeRegExp","str","VueBootstrapTypeaheadListvue_type_script_lang_js_","components","Array","required","validator","default","Number","Function","_this","re","RegExp","escapedQuery","matchedItems","filter","match","sort","a","b","aIndex","indexOf","bIndex","methods","evt","$emit","preventDefault","components_VueBootstrapTypeaheadListvue_type_script_lang_js_","VueBootstrapTypeaheadList_component","VueBootstrapTypeaheadList","VueBootstrapTypeaheadvue_type_script_lang_js_","map","resizeList","el","rect","getBoundingClientRect","listStyle","$refs","list","$el","style","width","prependDiv","prependRect","marginLeft","tgt","relatedTarget","classList","contains","newValue","mounted","_this2","$_ro","ResizeObserver_es","observe","beforeDestroy","disconnect","components_VueBootstrapTypeaheadvue_type_script_lang_js_","VueBootstrapTypeahead_component","VueBootstrapTypeahead","CountrySearchvue_type_script_lang_js_","selectedCountry","regex","body","_mounted","asyncToGenerator","regeneratorRuntime","mark","_callee","res","wrap","_context","prev","next","fetch","sent","json","stop","arguments","examples_CountrySearchvue_type_script_lang_js_","CountrySearch_component","CountrySearch","Homevue_type_script_lang_js_","views_Homevue_type_script_lang_js_","Home_component","Home","vue_runtime_esm","use","vue_router_esm","router","routes","path","then","children","vue_hljs_default","config","productionTip","es","vue_gtm_min_default","enabled","vueRouter","render","h","$mount","_node_modules_mini_css_extract_plugin_dist_loader_js_ref_8_oneOf_1_0_node_modules_css_loader_index_js_ref_8_oneOf_1_1_node_modules_vue_loader_lib_loaders_stylePostLoader_js_node_modules_postcss_loader_lib_index_js_ref_8_oneOf_1_2_node_modules_sass_loader_lib_loader_js_ref_8_oneOf_1_3_node_modules_cache_loader_dist_cjs_js_ref_0_0_node_modules_vue_loader_lib_index_js_vue_loader_options_App_vue_vue_type_style_index_0_lang_scss___WEBPACK_IMPORTED_MODULE_0___default"],"mappings":"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","file":"js/app.6781ce40.js","sourcesContent":[" \t// install a JSONP callback for chunk loading\n \tfunction webpackJsonpCallback(data) {\n \t\tvar chunkIds = data[0];\n \t\tvar moreModules = data[1];\n \t\tvar executeModules = data[2];\n\n \t\t// add \"moreModules\" to the modules object,\n \t\t// then flag all \"chunkIds\" as loaded and fire callback\n \t\tvar moduleId, chunkId, i = 0, resolves = [];\n \t\tfor(;i < chunkIds.length; i++) {\n \t\t\tchunkId = chunkIds[i];\n \t\t\tif(installedChunks[chunkId]) {\n \t\t\t\tresolves.push(installedChunks[chunkId][0]);\n \t\t\t}\n \t\t\tinstalledChunks[chunkId] = 0;\n \t\t}\n \t\tfor(moduleId in moreModules) {\n \t\t\tif(Object.prototype.hasOwnProperty.call(moreModules, moduleId)) {\n \t\t\t\tmodules[moduleId] = moreModules[moduleId];\n \t\t\t}\n \t\t}\n \t\tif(parentJsonpFunction) parentJsonpFunction(data);\n\n \t\twhile(resolves.length) {\n \t\t\tresolves.shift()();\n \t\t}\n\n \t\t// add entry modules from loaded chunk to deferred list\n \t\tdeferredModules.push.apply(deferredModules, executeModules || []);\n\n \t\t// run deferred modules when all chunks ready\n \t\treturn checkDeferredModules();\n \t};\n \tfunction checkDeferredModules() {\n \t\tvar result;\n \t\tfor(var i = 0; i < deferredModules.length; i++) {\n \t\t\tvar deferredModule = deferredModules[i];\n \t\t\tvar fulfilled = true;\n \t\t\tfor(var j = 1; j < deferredModule.length; j++) {\n \t\t\t\tvar depId = deferredModule[j];\n \t\t\t\tif(installedChunks[depId] !== 0) fulfilled = false;\n \t\t\t}\n \t\t\tif(fulfilled) {\n \t\t\t\tdeferredModules.splice(i--, 1);\n \t\t\t\tresult = __webpack_require__(__webpack_require__.s = deferredModule[0]);\n \t\t\t}\n \t\t}\n \t\treturn result;\n \t}\n\n \t// The module cache\n \tvar installedModules = {};\n\n \t// object to store loaded and loading chunks\n \t// undefined = chunk not loaded, null = chunk preloaded/prefetched\n \t// Promise = chunk loading, 0 = chunk loaded\n \tvar installedChunks = {\n \t\t\"app\": 0\n \t};\n\n \tvar deferredModules = [];\n\n \t// script path function\n \tfunction jsonpScriptSrc(chunkId) {\n \t\treturn __webpack_require__.p + \"js/\" + ({\"examples\":\"examples\",\"reference\":\"reference\"}[chunkId]||chunkId) + \".\" + {\"examples\":\"8843bdf9\",\"reference\":\"195ab206\"}[chunkId] + \".js\"\n \t}\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n \t// This file contains only the entry chunk.\n \t// The chunk loading function for additional chunks\n \t__webpack_require__.e = function requireEnsure(chunkId) {\n \t\tvar promises = [];\n\n\n \t\t// JSONP chunk loading for javascript\n\n \t\tvar installedChunkData = installedChunks[chunkId];\n \t\tif(installedChunkData !== 0) { // 0 means \"already installed\".\n\n \t\t\t// a Promise means \"currently loading\".\n \t\t\tif(installedChunkData) {\n \t\t\t\tpromises.push(installedChunkData[2]);\n \t\t\t} else {\n \t\t\t\t// setup Promise in chunk cache\n \t\t\t\tvar promise = new Promise(function(resolve, reject) {\n \t\t\t\t\tinstalledChunkData = installedChunks[chunkId] = [resolve, reject];\n \t\t\t\t});\n \t\t\t\tpromises.push(installedChunkData[2] = promise);\n\n \t\t\t\t// start chunk loading\n \t\t\t\tvar head = document.getElementsByTagName('head')[0];\n \t\t\t\tvar script = document.createElement('script');\n \t\t\t\tvar onScriptComplete;\n\n \t\t\t\tscript.charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\t\t\tscript.setAttribute(\"nonce\", __webpack_require__.nc);\n \t\t\t\t}\n \t\t\t\tscript.src = jsonpScriptSrc(chunkId);\n\n \t\t\t\tonScriptComplete = function (event) {\n \t\t\t\t\t// avoid mem leaks in IE.\n \t\t\t\t\tscript.onerror = script.onload = null;\n \t\t\t\t\tclearTimeout(timeout);\n \t\t\t\t\tvar chunk = installedChunks[chunkId];\n \t\t\t\t\tif(chunk !== 0) {\n \t\t\t\t\t\tif(chunk) {\n \t\t\t\t\t\t\tvar errorType = event && (event.type === 'load' ? 'missing' : event.type);\n \t\t\t\t\t\t\tvar realSrc = event && event.target && event.target.src;\n \t\t\t\t\t\t\tvar error = new Error('Loading chunk ' + chunkId + ' failed.\\n(' + errorType + ': ' + realSrc + ')');\n \t\t\t\t\t\t\terror.type = errorType;\n \t\t\t\t\t\t\terror.request = realSrc;\n \t\t\t\t\t\t\tchunk[1](error);\n \t\t\t\t\t\t}\n \t\t\t\t\t\tinstalledChunks[chunkId] = undefined;\n \t\t\t\t\t}\n \t\t\t\t};\n \t\t\t\tvar timeout = setTimeout(function(){\n \t\t\t\t\tonScriptComplete({ type: 'timeout', target: script });\n \t\t\t\t}, 120000);\n \t\t\t\tscript.onerror = script.onload = onScriptComplete;\n \t\t\t\thead.appendChild(script);\n \t\t\t}\n \t\t}\n \t\treturn Promise.all(promises);\n \t};\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"/vue-bootstrap-typeahead/\";\n\n \t// on error function for async loading\n \t__webpack_require__.oe = function(err) { console.error(err); throw err; };\n\n \tvar jsonpArray = window[\"webpackJsonp\"] = window[\"webpackJsonp\"] || [];\n \tvar oldJsonpFunction = jsonpArray.push.bind(jsonpArray);\n \tjsonpArray.push = webpackJsonpCallback;\n \tjsonpArray = jsonpArray.slice();\n \tfor(var i = 0; i < jsonpArray.length; i++) webpackJsonpCallback(jsonpArray[i]);\n \tvar parentJsonpFunction = oldJsonpFunction;\n\n\n \t// add entry module to deferred list\n \tdeferredModules.push([0,\"chunk-vendors\"]);\n \t// run deferred modules when ready\n \treturn checkDeferredModules();\n","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=style&index=0&id=5f59e8be&scoped=true&lang=css&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=style&index=0&id=5f59e8be&scoped=true&lang=css&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeahead.vue?vue&type=style&index=0&id=829834f8&scoped=true&lang=css&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeahead.vue?vue&type=style&index=0&id=829834f8&scoped=true&lang=css&\"","import mod from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CountrySearch.vue?vue&type=style&index=0&lang=css&\"; export default mod; export * from \"-!../../node_modules/mini-css-extract-plugin/dist/loader.js??ref--6-oneOf-1-0!../../node_modules/css-loader/index.js??ref--6-oneOf-1-1!../../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../../node_modules/postcss-loader/lib/index.js??ref--6-oneOf-1-2!../../node_modules/cache-loader/dist/cjs.js??ref--0-0!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CountrySearch.vue?vue&type=style&index=0&lang=css&\"","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{attrs:{\"id\":\"app\"}},[_c('b-navbar',{attrs:{\"type\":\"dark\",\"variant\":\"gradient-primary\",\"toggleable\":\"\"}},[_c('b-navbar-brand',{attrs:{\"to\":\"/\"}},[_vm._v(\"vue-bootstrap-typeahead\")]),_c('b-navbar-toggle',{attrs:{\"target\":\"nav_dropdown_collapse\"}}),_c('b-collapse',{attrs:{\"is-nav\":\"\",\"id\":\"nav_dropdown_collapse\"}},[_c('b-navbar-nav',[_c('b-nav-item',{attrs:{\"to\":\"/\"}},[_vm._v(\"Home\")]),_c('b-nav-item',{attrs:{\"to\":\"/reference\"}},[_vm._v(\"Reference\")]),_c('b-nav-item',{attrs:{\"to\":\"/examples\"}},[_vm._v(\"Examples\")]),_c('b-nav-item',{attrs:{\"href\":\"https://github.com/alexurquhart/vue-bootstrap-typeahead\",\"target\":\"_blank\"}},[_vm._v(\"GitHub\")])],1),_c('b-navbar-nav',{staticClass:\"ml-auto\"},[_c('b-nav-text',[_c('a',{staticClass:\"github-button\",attrs:{\"href\":\"https://github.com/alexurquhart/vue-bootstrap-typeahead\",\"data-size\":\"large\",\"data-show-count\":\"true\",\"aria-label\":\"Star alexurquhart/vue-bootstrap-typeahead on GitHub\"}},[_vm._v(\"Star\")])])],1)],1)],1),_c('router-view'),_vm._m(0)],1)}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"container\"},[_c('div',{staticClass:\"row mt-4 border-top justify-content-center\"},[_c('div',{staticClass:\"col pt-4 pb-4\"},[_c('p',{staticClass:\"small text-muted text-center\"},[_vm._v(\"\\n Made by \"),_c('a',{attrs:{\"href\":\"https://alexurquhart.com\",\"target\":\"_blank\"}},[_vm._v(\"Alex Urquhart\")])])])])])}]\n\nexport { render, staticRenderFns }","\n\n\n\n\n","import mod from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../node_modules/cache-loader/dist/cjs.js??ref--12-0!../node_modules/thread-loader/dist/cjs.js!../node_modules/babel-loader/lib/index.js!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./App.vue?vue&type=template&id=456fa2bc&\"\nimport script from \"./App.vue?vue&type=script&lang=js&\"\nexport * from \"./App.vue?vue&type=script&lang=js&\"\nimport style0 from \"./App.vue?vue&type=style&index=0&lang=scss&\"\n\n\n/* normalize component */\nimport normalizer from \"!../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"App.vue\"\nexport default component.exports","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"container\"},[_vm._m(0),_c('div',{staticClass:\"row\"},[_vm._m(1),_c('div',{staticClass:\"col-md-6\"},[_c('country-search')],1)]),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col-md-6 mt-4 mb-4\"},[_c('b-btn',{staticClass:\"shadow\",attrs:{\"to\":\"reference\",\"size\":\"lg\",\"variant\":\"primary\",\"block\":\"\"}},[_vm._v(\"\\n Read the Docs\\n \")])],1),_c('div',{staticClass:\"col-md-6 mt-4 mb-4\"},[_c('b-btn',{staticClass:\"shadow\",attrs:{\"to\":\"examples\",\"size\":\"lg\",\"variant\":\"secondary\",\"block\":\"\"}},[_vm._v(\"\\n View The Example Gallery\\n \")])],1)]),_c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('h2',[_vm._v(\"Getting Started\")]),_c('p',{staticClass:\"lead\"},[_vm._v(\"Installation\")]),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"bash\"},[_vm._v(\"$ npm install vue-bootstrap-typeahead --save\")])]),_vm._m(2),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"html\"},[_vm._v(\"\\n\\n\")])]),_c('p',{staticClass:\"lead\"},[_vm._v(\"Registration\")]),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"javascript\"},[_vm._v(\"import VueBootstrapTypeahead from 'vue-bootstrap-typeahead'\\n\\n// Don't forget to include the Bootstrap CSS/SCSS files!\\nimport 'bootstrap/scss/bootstrap.scss'\\n\\n// Global registration\\nVue.component('vue-bootstrap-typeahead', VueBootstrapTypeahead)\\n\\n// OR\\n\\n// Local registration\\nexport default {\\n components: {\\n VueBootstrapTypeahead\\n }\\n}\")])]),_c('p',{staticClass:\"lead\"},[_vm._v(\"Basic Usage\")]),_vm._m(3),_c('pre',{directives:[{name:\"highlight\",rawName:\"v-highlight\"}]},[_c('code',{staticClass:\"html\"},[_vm._v(\"\")])])])])])}\nvar staticRenderFns = [function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"row\"},[_c('div',{staticClass:\"col\"},[_c('h1',[_vm._v(\"A simple typeahead for Vue 2 using Bootstrap 4\")])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"col-md-6\"},[_c('ul',[_c('li',[_c('code',[_vm._v(\"bootstrap-vue\")]),_vm._v(\" compatible\")]),_c('li',[_vm._v(\"Append and prepend icons and buttons\")]),_c('li',[_vm._v(\"Works well with API JSON responses\")])]),_c('div',{staticClass:\"d-flex justify-content-center\"},[_c('a',{attrs:{\"href\":\"https://www.npmjs.com/package/vue-bootstrap-typeahead\",\"target\":\"_blank\"}},[_c('img',{staticClass:\"mb-3 img-fluid\",attrs:{\"src\":\"https://nodei.co/npm/vue-bootstrap-typeahead.png\"}})])])])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',{staticClass:\"lead\"},[_vm._v(\"Minified UMD and CommonJS builds are available in the \"),_c('code',[_vm._v(\"dist\")]),_vm._v(\" folder. The component is also available on unpkg.\")])},function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('p',[_vm._v(\"The only required \"),_c('code',[_vm._v(\"props\")]),_vm._v(\" are a \"),_c('code',[_vm._v(\"v-model\")]),_vm._v(\" and a \"),_c('code',[_vm._v(\"data\")]),_vm._v(\" array.\")])}]\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('b-card',{staticClass:\"shadow-sm\",attrs:{\"title\":\"Demo Country Search\"}},[_c('p',{staticClass:\"card-text\"},[_vm._v(\"\\n Type a country:\\n \")]),_c('vue-bootstrap-typeahead',{attrs:{\"data\":_vm.countries,\"serializer\":function (s) { return s.name; },\"placeholder\":\"Canada, United States, etc...\",\"query-transformer\":_vm.queryTransformer},on:{\"hit\":_vm.handleHit},scopedSlots:_vm._u([{key:\"suggestion\",fn:function(ref){\nvar data = ref.data;\nvar htmlText = ref.htmlText;\nreturn [_c('span',{domProps:{\"innerHTML\":_vm._s(htmlText)}}),_vm._v(\" \"),_c('small',[_vm._v(_vm._s(data.code))])]}}]),model:{value:(_vm.cntrySearch),callback:function ($$v) {_vm.cntrySearch=$$v},expression:\"cntrySearch\"}},[_c('template',{slot:\"append\"},[_c('b-btn',{attrs:{\"variant\":\"success\"},on:{\"click\":_vm.search}},[_vm._v(\"\\n Go\\n \")])],1)],2)],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',[_c('div',{class:_vm.sizeClasses},[(_vm.$slots.prepend || _vm.prepend)?_c('div',{ref:\"prependDiv\",staticClass:\"input-group-prepend\"},[_vm._t(\"prepend\",[_c('span',{staticClass:\"input-group-text\"},[_vm._v(_vm._s(_vm.prepend))])])],2):_vm._e(),_c('input',{ref:\"input\",class:(\"form-control \" + _vm.inputClass),attrs:{\"type\":\"search\",\"placeholder\":_vm.placeholder,\"aria-label\":_vm.placeholder,\"autocomplete\":\"off\"},domProps:{\"value\":_vm.inputValue},on:{\"focus\":function($event){_vm.isFocused = true},\"blur\":_vm.handleBlur,\"input\":function($event){_vm.handleInput($event.target.value)}}}),(_vm.$slots.append || _vm.append)?_c('div',{staticClass:\"input-group-append\"},[_vm._t(\"append\",[_c('span',{staticClass:\"input-group-text\"},[_vm._v(_vm._s(_vm.append))])])],2):_vm._e()]),_c('vue-bootstrap-typeahead-list',{directives:[{name:\"show\",rawName:\"v-show\",value:(_vm.isFocused && _vm.data.length > 0),expression:\"isFocused && data.length > 0\"}],ref:\"list\",staticClass:\"vbt-autcomplete-list\",attrs:{\"query\":_vm.inputValue,\"data\":_vm.formattedData,\"background-variant\":_vm.backgroundVariant,\"text-variant\":_vm.textVariant,\"maxMatches\":_vm.maxMatches,\"minMatchingChars\":_vm.minMatchingChars,\"query-transformer\":_vm.queryTransformer},on:{\"hit\":_vm.handleHit},scopedSlots:_vm._u([_vm._l((_vm.$scopedSlots),function(slot,slotName){return {key:slotName,fn:function(ref){\nvar data = ref.data;\nvar htmlText = ref.htmlText;\nreturn [_vm._t(slotName,null,null,{ data: data, htmlText: htmlText })]}}})])})],1)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('div',{staticClass:\"list-group shadow\"},_vm._l((_vm.matchedItems),function(item,id){return _c('vue-bootstrap-typeahead-list-item',{key:id,attrs:{\"data\":item.data,\"html-text\":_vm.highlight(item.text),\"background-variant\":_vm.backgroundVariant,\"text-variant\":_vm.textVariant},nativeOn:{\"click\":function($event){_vm.handleHit(item, $event)}},scopedSlots:_vm._u([{key:\"suggestion\",fn:function(ref){\nvar data = ref.data;\nvar htmlText = ref.htmlText;\nreturn _vm.$scopedSlots.suggestion?[_vm._t(\"suggestion\",null,null,{ data: data, htmlText: htmlText })]:undefined}}])})}))}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('a',{class:_vm.textClasses,attrs:{\"tabindex\":\"0\",\"href\":\"#\"},on:{\"mouseover\":function($event){_vm.active = true},\"mouseout\":function($event){_vm.active = false}}},[_vm._t(\"suggestion\",[_c('span',{domProps:{\"innerHTML\":_vm._s(_vm.htmlText)}})],null,{ data: _vm.data, htmlText: _vm.htmlText })],2)}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./VueBootstrapTypeaheadListItem.vue?vue&type=template&id=367d6487&\"\nimport script from \"./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"\nexport * from \"./VueBootstrapTypeaheadListItem.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"VueBootstrapTypeaheadListItem.vue\"\nexport default component.exports","\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./VueBootstrapTypeaheadList.vue?vue&type=template&id=89eb170e&\"\nimport script from \"./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"\nexport * from \"./VueBootstrapTypeaheadList.vue?vue&type=script&lang=js&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"VueBootstrapTypeaheadList.vue\"\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./VueBootstrapTypeahead.vue?vue&type=template&id=829834f8&scoped=true&\"\nimport script from \"./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"\nexport * from \"./VueBootstrapTypeahead.vue?vue&type=script&lang=js&\"\nimport style0 from \"./VueBootstrapTypeahead.vue?vue&type=style&index=0&id=829834f8&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"829834f8\",\n null\n \n)\n\ncomponent.options.__file = \"VueBootstrapTypeahead.vue\"\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CountrySearch.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./CountrySearch.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./CountrySearch.vue?vue&type=template&id=3b955d6a&\"\nimport script from \"./CountrySearch.vue?vue&type=script&lang=js&\"\nexport * from \"./CountrySearch.vue?vue&type=script&lang=js&\"\nimport style0 from \"./CountrySearch.vue?vue&type=style&index=0&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n null,\n null\n \n)\n\ncomponent.options.__file = \"CountrySearch.vue\"\nexport default component.exports","\n\n\n\n\n","import mod from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js&\"; export default mod; export * from \"-!../../node_modules/cache-loader/dist/cjs.js??ref--12-0!../../node_modules/thread-loader/dist/cjs.js!../../node_modules/babel-loader/lib/index.js!../../node_modules/vue-loader/lib/index.js??vue-loader-options!./Home.vue?vue&type=script&lang=js&\"","import { render, staticRenderFns } from \"./Home.vue?vue&type=template&id=5f59e8be&scoped=true&\"\nimport script from \"./Home.vue?vue&type=script&lang=js&\"\nexport * from \"./Home.vue?vue&type=script&lang=js&\"\nimport style0 from \"./Home.vue?vue&type=style&index=0&id=5f59e8be&scoped=true&lang=css&\"\n\n\n/* normalize component */\nimport normalizer from \"!../../node_modules/vue-loader/lib/runtime/componentNormalizer.js\"\nvar component = normalizer(\n script,\n render,\n staticRenderFns,\n false,\n null,\n \"5f59e8be\",\n null\n \n)\n\ncomponent.options.__file = \"Home.vue\"\nexport default component.exports","import Vue from 'vue'\nimport Router from 'vue-router'\nimport Home from './views/Home'\n\nVue.use(Router)\n\nexport default new Router({\n routes: [\n {\n path: '/',\n name: 'home',\n component: Home\n },\n {\n path: '/reference',\n name: 'reference',\n component: () => import(/* webpackChunkName: \"reference\" */ './views/Reference.vue')\n },\n {\n path: '/examples',\n component: () => import(/* webpackChunkName: \"examples\" */ './views/Examples.vue'),\n children: [\n {\n name: 'examples',\n path: '',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/BasicExample.vue')\n },\n {\n path: 'basic-example',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/BasicExample.vue')\n },\n {\n path: 'working-with-apis',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/WorkingWithAPIs.vue')\n },\n {\n path: 'prepending-and-appending',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/PrependAppend.vue')\n },\n {\n name: 'custom-suggestion-slot',\n path: 'custom-suggestion-slot',\n component: () => import(/* webpackChunkName: \"examples\" */ './examples/CustomSuggestion.vue')\n }\n ]\n }\n ]\n})\n","import Vue from 'vue'\nimport App from './App.vue'\nimport router from './router'\nimport BootstrapVue from 'bootstrap-vue'\nimport vueHljs from 'vue-hljs'\nimport VueGtm from 'vue-gtm'\nimport 'highlight.js/styles/color-brewer.css'\nimport 'whatwg-fetch'\n\nVue.use(vueHljs)\n\nVue.config.productionTip = false\n\nVue.use(BootstrapVue)\n\nVue.use(VueGtm, {\n id: 'UA-29172866-5',\n enabled: process.env.NODE_ENV === 'production',\n vueRouter: router\n})\n\nnew Vue({\n router,\n render: h => h(App)\n}).$mount('#app')\n","import mod from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\"; export default mod; export * from \"-!../node_modules/mini-css-extract-plugin/dist/loader.js??ref--8-oneOf-1-0!../node_modules/css-loader/index.js??ref--8-oneOf-1-1!../node_modules/vue-loader/lib/loaders/stylePostLoader.js!../node_modules/postcss-loader/lib/index.js??ref--8-oneOf-1-2!../node_modules/sass-loader/lib/loader.js??ref--8-oneOf-1-3!../node_modules/cache-loader/dist/cjs.js??ref--0-0!../node_modules/vue-loader/lib/index.js??vue-loader-options!./App.vue?vue&type=style&index=0&lang=scss&\""],"sourceRoot":""} \ No newline at end of file diff --git a/src/examples/CountrySearch.vue b/src/examples/CountrySearch.vue index b00e5ba..d74f54d 100644 --- a/src/examples/CountrySearch.vue +++ b/src/examples/CountrySearch.vue @@ -39,8 +39,8 @@ export default { } }, methods: { - queryTransformer: function(regex) { - return regex.replace(/[ -]/g, '[ -]') + queryTransformer: function(queryString) { + return queryString.replace(/[ -]/g, '[ -]') }, handleHit(evt) { this.selectedCountry = evt