From 7286eb3f32aa27f9477fdf2d81e4f87598e80604 Mon Sep 17 00:00:00 2001 From: Jeff Date: Thu, 18 Jan 2018 13:29:41 -0800 Subject: [PATCH] Updates --- docs/Advanced/Ajax.html | 2 +- docs/Advanced/Templating.html | 2 +- docs/Advanced/Vuex.html | 2 +- docs/Api/Props.html | 2 +- docs/Basics/Localization.html | 14 +++- docs/Basics/Options.html | 2 +- docs/Basics/Values.html | 2 +- docs/Examples.html | 2 +- docs/Install.html | 2 +- docs/index.html | 2 +- docs/search_index.json | 2 +- index.html | 2 +- js/app.84dc3a2e62beb6fa1838.js | 102 ++++++++++++++++++++++++ js/app.84dc3a2e62beb6fa1838.js.map | 1 + js/manifest.a5937591c8e5d98b251d.js | 2 + js/manifest.a5937591c8e5d98b251d.js.map | 1 + js/vendor.d9a35b326867da548af2.js | 9 +++ js/vendor.d9a35b326867da548af2.js.map | 1 + 18 files changed, 140 insertions(+), 12 deletions(-) create mode 100644 js/app.84dc3a2e62beb6fa1838.js create mode 100644 js/app.84dc3a2e62beb6fa1838.js.map create mode 100644 js/manifest.a5937591c8e5d98b251d.js create mode 100644 js/manifest.a5937591c8e5d98b251d.js.map create mode 100644 js/vendor.d9a35b326867da548af2.js create mode 100644 js/vendor.d9a35b326867da548af2.js.map diff --git a/docs/Advanced/Ajax.html b/docs/Advanced/Ajax.html index c876b8a..414c699 100644 --- a/docs/Advanced/Ajax.html +++ b/docs/Advanced/Ajax.html @@ -465,7 +465,7 @@ or fetch() var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"AJAX","level":"1.10","depth":1,"next":{"title":"Examples","level":"1.11","depth":1,"path":"Examples.md","ref":"Examples.md","articles":[]},"previous":{"title":"Vuex","level":"1.9","depth":1,"path":"Advanced/Vuex.md","ref":"Advanced/Vuex.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","-fontsettings","codepen","include-csv"],"root":"./docs/gitbook","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-csv":{},"github":{"url":"https://github.com/sagalbot/vue-select/"},"search":{},"codepen":{"theme":32252},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-select","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":">3.0.0"},"file":{"path":"Advanced/Ajax.md","mtime":"2018-01-15T23:40:44.309Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-01-15T23:57:33.460Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"AJAX","level":"1.10","depth":1,"next":{"title":"Examples","level":"1.11","depth":1,"path":"Examples.md","ref":"Examples.md","articles":[]},"previous":{"title":"Vuex","level":"1.9","depth":1,"path":"Advanced/Vuex.md","ref":"Advanced/Vuex.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","-fontsettings","codepen","include-csv"],"root":"./docs/gitbook","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-csv":{},"github":{"url":"https://github.com/sagalbot/vue-select/"},"search":{},"codepen":{"theme":32252},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-select","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":">3.0.0"},"file":{"path":"Advanced/Ajax.md","mtime":"2018-01-16T03:59:19.522Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-01-18T21:29:37.826Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/Advanced/Templating.html b/docs/Advanced/Templating.html index f43e584..73a2089 100644 --- a/docs/Advanced/Templating.html +++ b/docs/Advanced/Templating.html @@ -427,7 +427,7 @@ provides the current option variable to the template.

diff --git a/docs/Advanced/Vuex.html b/docs/Advanced/Vuex.html index 1c948cd..1cb9f94 100644 --- a/docs/Advanced/Vuex.html +++ b/docs/Advanced/Vuex.html @@ -433,7 +433,7 @@ action, or trigger a mutation.

diff --git a/docs/Api/Props.html b/docs/Api/Props.html index 49b7301..4c2bddc 100644 --- a/docs/Api/Props.html +++ b/docs/Api/Props.html @@ -693,7 +693,7 @@ onSearch: { diff --git a/docs/Basics/Localization.html b/docs/Basics/Localization.html index 200c05b..1cc226a 100644 --- a/docs/Basics/Localization.html +++ b/docs/Basics/Localization.html @@ -384,13 +384,25 @@

Component Text

All of the text within the component has been wrapped within slots and can be replaced in your app.

Loading Spinner
+

Slot Definition:

<slot name="spinner">
     <div class="spinner" v-show="mutableLoading">Loading...</div>
 </slot>
 
+

Implementation:

+
<v-select>
+    <i slot="spinner" class="icon icon-spinner"></i>
+</v-select>
+
No Options Text
+

Slot Definition:

<slot name="no-options">Sorry, no matching options.</slot>
 
+

Implementation:

+
<v-select>
+    <span slot="no-options">No Options Here!</div>
+</v-select>
+

For a full list of component slots, view the slots API docs.

See the Pen by sagalbot (@sagalbot) on CodePen.

@@ -432,7 +444,7 @@ diff --git a/docs/Basics/Options.html b/docs/Basics/Options.html index ad6739f..fec6c31 100644 --- a/docs/Basics/Options.html +++ b/docs/Basics/Options.html @@ -442,7 +442,7 @@ diff --git a/docs/Basics/Values.html b/docs/Basics/Values.html index b1d5023..e52368c 100644 --- a/docs/Basics/Values.html +++ b/docs/Basics/Values.html @@ -441,7 +441,7 @@ If you want new tags to be pushed to the options list, set push-tags var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Selecting Values","level":"1.5","depth":1,"next":{"title":"Single","level":"1.5.1","depth":2,"anchor":"#single","path":"Basics/Values.md","ref":"Basics/Values.md#single","articles":[]},"previous":{"title":"Null Options","level":"1.4.2","depth":2,"anchor":"#null","path":"Basics/Options.md","ref":"Basics/Options.md#null","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","-fontsettings","codepen","include-csv"],"root":"./docs/gitbook","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-csv":{},"github":{"url":"https://github.com/sagalbot/vue-select/"},"search":{},"codepen":{"theme":32252},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-select","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":">3.0.0"},"file":{"path":"Basics/Values.md","mtime":"2018-01-15T23:40:44.314Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-01-15T23:57:33.460Z"},"basePath":"..","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Selecting Values","level":"1.5","depth":1,"next":{"title":"Single","level":"1.5.1","depth":2,"anchor":"#single","path":"Basics/Values.md","ref":"Basics/Values.md#single","articles":[]},"previous":{"title":"Null Options","level":"1.4.2","depth":2,"anchor":"#null","path":"Basics/Options.md","ref":"Basics/Options.md#null","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","-fontsettings","codepen","include-csv"],"root":"./docs/gitbook","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-csv":{},"github":{"url":"https://github.com/sagalbot/vue-select/"},"search":{},"codepen":{"theme":32252},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-select","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":">3.0.0"},"file":{"path":"Basics/Values.md","mtime":"2018-01-16T03:59:19.529Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-01-18T21:29:37.826Z"},"basePath":"..","book":{"language":""}}); }); diff --git a/docs/Examples.html b/docs/Examples.html index 8780c7e..28a37ac 100644 --- a/docs/Examples.html +++ b/docs/Examples.html @@ -418,7 +418,7 @@ from this documentation site on var gitbook = gitbook || []; gitbook.push(function() { - gitbook.page.hasChanged({"page":{"title":"Examples","level":"1.11","depth":1,"next":{"title":"API","level":"1.12","depth":1,"ref":"","articles":[]},"previous":{"title":"AJAX","level":"1.10","depth":1,"path":"Advanced/Ajax.md","ref":"Advanced/Ajax.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","-fontsettings","codepen","include-csv"],"root":"./docs/gitbook","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-csv":{},"github":{"url":"https://github.com/sagalbot/vue-select/"},"search":{},"codepen":{"theme":32252},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-select","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":">3.0.0"},"file":{"path":"Examples.md","mtime":"2018-01-15T23:40:44.314Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-01-15T23:57:33.460Z"},"basePath":".","book":{"language":""}}); + gitbook.page.hasChanged({"page":{"title":"Examples","level":"1.11","depth":1,"next":{"title":"API","level":"1.12","depth":1,"ref":"","articles":[]},"previous":{"title":"AJAX","level":"1.10","depth":1,"path":"Advanced/Ajax.md","ref":"Advanced/Ajax.md","articles":[]},"dir":"ltr"},"config":{"plugins":["edit-link","-fontsettings","codepen","include-csv"],"root":"./docs/gitbook","styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"pluginsConfig":{"include-csv":{},"github":{"url":"https://github.com/sagalbot/vue-select/"},"search":{},"codepen":{"theme":32252},"lunr":{"maxIndexSize":1000000,"ignoreSpecialCharacters":false},"highlight":{},"sharing":{"facebook":false,"twitter":false,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"edit-link":{"label":"Edit This Page","base":"https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook"},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"theme":"default","pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":62,"left":62,"top":56,"bottom":56}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"variables":{},"title":"vue-select","links":{"sharing":{"facebook":false,"twitter":false}},"gitbook":">3.0.0"},"file":{"path":"Examples.md","mtime":"2018-01-16T03:59:19.530Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2018-01-18T21:29:37.826Z"},"basePath":".","book":{"language":""}}); }); diff --git a/docs/Install.html b/docs/Install.html index 5af99c4..efb651d 100644 --- a/docs/Install.html +++ b/docs/Install.html @@ -446,7 +446,7 @@ Vue.component('v-select', vSelect) diff --git a/docs/index.html b/docs/index.html index fd370cd..e8063e5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -438,7 +438,7 @@ diff --git a/docs/search_index.json b/docs/search_index.json index 95f5f3a..589e511 100644 --- a/docs/search_index.json +++ b/docs/search_index.json @@ -1 +1 @@ -{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","+95%","3/4,","ajax","bootstrap","bulma,","codepen","compat","compon","coverag","css","demo","depend","doc","document","exampl","featur","filtering/search","foundat","function","instal","introduct","jquery.","jsbin","list","minifi","option","overhead","provid","roadmap","select","select2","similar","single/multipl","support","tag","templat","test","trello","us","vue","vue.j","vuex","without","zero","~1.0","~2.0","~33kb"],"Install.html":["&","'./components/select.vue'","'vue'","/","add","cdn","compat","compon","component:","import","includ","instal","javascript:","npm","npm:","or,","recommend","regist","select","select',","select.j","then,","unpkg.com.","us","vselect","vselect)","vue","vue.component('v","vueselect.vueselect);","yarn","yarn:","~1.0","~2.0"],"Basics/Options.html":["\"ca\",","\"canada\"","/","[].","accept","anyth","array","array.","attempt","canada","consid","contain","countrycod","countrycode:","countrynam","countryname:","data","default,","default.","develop","display","dropdown","dropdown,","empti","example,","key","key:","label","look","match","mode,","name","need","null","null/empti","object","object.","objects,","option","pass","prop.","prop:","properti","properties:","provid","requir","select","set","singl","sourc","string","text.","through","us","valu","value,","vue","want","warn","you'd","{","}"],"Basics/Values.html":["advantag","allow","case","chang","choos","chosen","common","component.","default,","directly:","don't","input","list,","manag","method","model","multipl","need","new","option","options,","parent","parent.","pass","pre","present","prop","prop:","push","requir","select","set","singl","single/multipl","state","support","sync","synced,","syntax","tag","taggabl","take","that'","tool,","true.","us","v","valu","value(s),","value.","values,","veri","vue","vuex.","want","within","without"],"Basics/Localization.html":["accept","api","app.","attribut","attribute.","auto.","compon","dir","docs.","full","html","list","load","loading...","local","match","option","options.","replac","rtl","rtl,ltr,","same","select","slot","slots,","sorry,","spec:","spinner","standard","support","text","us","valu","view","vue","within","wrap"],"Advanced/Templating.html":["creat","current","custom","dropdown","give","option","option.titl","order","provid","scope","scope=\"option\"","select","slot","templat","template.","templates.","us","variabl","vue","{{","}}"],"Advanced/Vuex.html":["action,","allow","changed.","dispatch","emit","event","input","intern","management,","model","mutation.","same","select","state","syntax.","time","trigger","us","v","valu","vue","vuex"],"Advanced/Ajax.html":["&","*","*/","/**","@param","@type","accept","agnost","ajax","allow","appear","applic","assign","asynchron","axio","boolean","boolean,","call","callback","changes.","class","client","completes,","compon","component.","conjunct","core","creat","current","default","default:","disabl","exist","fals","fetch()","filter","filterable:","filtering.","function","function,","http","implement","includ","intern","invok","it'","layer,","librari","library,","load","loading(false)","loading(true)","loading.","loading...","off.","onsearch","onsearch:","oper","option","options,","paramet","parameters,","parameters:","parent","part","present.","process","prop","properti","property.","recommend","remot","request","requests.","run","search","select","server","set","ship","side","simpl","slot","spinner","spinner.","string","taggable.","text","text.","toggl","true","true,","two","type:","up","updated.","us","via","vue","vue.j","{","{boolean}","{loading}","{search}","},"],"Examples.html":["codepen","codepen.","collect","document","exampl","examples,","i'v","includ","put","site","togeth"],"Api/Props.html":["\"option.${this.label}\"","${json.stringify(option)}.\\n`","&&","''","'').tolowercase().indexof(search.tolowercase())","'400px'","'auto'","'auto'.","'change'","'fade'","'foo'}]).","'http://sagalbot.github.io/vu","'label'","'loading'","'ltr',","'object')","'rtl',","'thi","(!option.hasownproperty(this.label))","(ex.","(label","(this.label","(typeof","(use","(val)",")","*","*/","+",".",".v","/**","1",":value.sync","=","===",">","@default","@deprec","@param","@return","@see","@type","[]","[{label:","`","`.dropdown","`[vue","``","``.","`label`","`multiple`","`option`","`placeholder`","`value`","accept","action,","ad","add","ajax","ajax.","array","array,","attribut","be","boolean","boolean,","call","callback","callback.","chang","change.","changes.","choices.","chosen.","class","clear","clearsearchonselect:","close","closeonselect:","combin","component.","conjunct","console.warn(","contain","control","creat","createoption:","css","current","custom","default()","default(newoption)","default(option)","default(option,","default.","default:","defin","dir:","disabl","disabled:","dropdown","each","element.","enable/dis","enables/dis","entir","entirely.","equival","event","example)","exist","fals","false,","field.","filter","filterable:","filterfunction:","foo',","function","function(bool)","function(search,","function,","gener","getoptionlabel:","height","https://developer.mozilla.org/en","id","includ","input","input.","inputid:","integr","keep","key","label","label,","label:","labels'","list.","listen","load","loading()","loading){}","loading:","look","main","max","maxheight:","menu`.","multi","multiple:","need","newli","newopt","newoption)","newoption}","nodrop:","not`","null","number,","object","object,","object.","objects,","onchange:","onsearch","onsearch:","open","option","option;","option[this.label]","option[this.label])","options.","options:","placeholder:","process","prop","prop.","properti","pushtags:","reset","resetonoptionschange:","result","retreiv","return","rtl","run","search","search)","searchable:","searchinput.","select","select,","select/#ex","selected.","set","similar","state","string","string,","string}","support.","tabindex","tabindex:","tag","taggable.","taggable:","tell","text","text.","this.$emit('input',","this.$emit('option:created',","this.mutableoptions[0]","through","time","toggl","transit","transition:","transitions,","trigger","true","true,","type:","ui","updat","us","us/docs/web/html/global_attributes/dir","user","v","val","val)","valu","value(s)","value,","value.","value:","veri","vue","vuex,","warn]:","wrapper.","you'll","yourself.","{","{[this.label]:","{array}","{boolean}","{function}","{loading}","{null}","{number}","{object","{object||string||null}","{option}","{search}","{string}","||","}","},"]},"length":10},"tokenStore":{"root":{"1":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"3":{"docs":{},"/":{"4":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}},"docs":{}}},"docs":{},"&":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"&":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"+":{"9":{"5":{"docs":{},"%":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}},"docs":{}},"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":10.023391812865498},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"d":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"d":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"n":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.049019607843137254},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"e":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}},"p":{"docs":{},"i":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.0425531914893617}}},"p":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.015804597701149427}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}},".":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.06382978723404255},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{},"(":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"j":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}},"e":{"docs":{},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549}},"e":{"docs":{},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.16666666666666666}}}}}}}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"d":{"docs":{},"n":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"s":{"docs":{},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"l":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}},"s":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"o":{"docs":{},"s":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"e":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.028735632183908046}}},"(":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}},"o":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}}}},"s":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0392156862745098}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"r":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.0425531914893617}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":5.009803921568627},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Examples.html":{"ref":"Examples.html","tf":10.083333333333334}},"e":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},"s":{"docs":{},",":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549}}}}},"i":{"docs":{},"t":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.13333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}},"s":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}}},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.023391812865497075},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}}},"(":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.011494252873563218}},"e":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":10.03448275862069}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"g":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.1},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"i":{"docs":{},"d":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"Install.html":{"ref":"Install.html","tf":0.05172413793103448}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}}},"t":{"docs":{},"'":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"'":{"docs":{},"v":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}},"d":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"j":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}},"s":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}},"e":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},"y":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.049019607843137254},"Api/Props.html":{"ref":"Api/Props.html","tf":0.008620689655172414}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"s":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"a":{"docs":{},"d":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.06432748538011696},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},".":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"(":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},")":{"docs":{},"{":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":10}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"x":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},"l":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"n":{"docs":{},"u":{"docs":{},"`":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"p":{"docs":{},"l":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025}},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Options.html":{"ref":"Basics/Options.html","tf":5.078431372549019},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.14285714285714285},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.01867816091954023}},"s":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}},";":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"]":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}}},"r":{"docs":{},",":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.029411764705882353},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"s":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"f":{"docs":{},"f":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.07142857142857142}}}}},"p":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":10}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"y":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}}},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"s":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.010057471264367816}}}}}}},"t":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.0425531914893617},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},",":{"docs":{},"l":{"docs":{},"t":{"docs":{},"r":{"docs":{},",":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}}}}}},"u":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"2":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}},"docs":{"./":{"ref":"./","tf":0.08196721311475409},"Install.html":{"ref":"Install.html","tf":0.06896551724137931},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.049019607843137254},"Basics/Values.html":{"ref":"Basics/Values.html","tf":5.073170731707317},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.014367816091954023}},"'":{"docs":{},",":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}}},".":{"docs":{},"j":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"/":{"docs":{},"#":{"docs":{},"e":{"docs":{},"x":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.010057471264367816}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.029239766081871343},"Api/Props.html":{"ref":"Api/Props.html","tf":0.008620689655172414}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"p":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}},"t":{"docs":{},"e":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}},"r":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}}},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.036585365853658534}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},".":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.0425531914893617},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.14285714285714285},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"s":{"docs":{},",":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},":":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806}},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.07142857142857142}},"=":{"docs":{},"\"":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.036585365853658534},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"e":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"k":{"docs":{},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":10}},"e":{"docs":{},".":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}},"s":{"docs":{},".":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.03278688524590164}}}},"x":{"docs":{},"t":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.06382978723404255},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}},"l":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"u":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025}}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},"i":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"s":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},",":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"w":{"docs":{},"o":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.034482758620689655}}}}}}},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Install.html":{"ref":"Install.html","tf":0.06896551724137931},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.058823529411764705},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.04878048780487805},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.0425531914893617},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.1},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.023391812865497075},"Api/Props.html":{"ref":"Api/Props.html","tf":0.014367816091954023}},"/":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"/":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"/":{"docs":{},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}},"p":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"v":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.09836065573770492},"Install.html":{"ref":"Install.html","tf":0.1724137931034483},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.058823529411764705},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.036585365853658534},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}}}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":10.066666666666666}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{},";":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}},")":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}},"a":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"u":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":5.048780487804878},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"(":{"docs":{},"s":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}},"s":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}}}},"a":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"i":{"docs":{},"n":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.0425531914893617}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"r":{"docs":{},"n":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}},"]":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.02127659574468085}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"~":{"1":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}},"docs":{}}},"2":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}},"docs":{}}},"3":{"3":{"docs":{},"k":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}},"docs":{}},"docs":{}},"'":{"4":{"0":{"0":{"docs":{},"p":{"docs":{},"x":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"docs":{}},"docs":{}},"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"o":{"docs":{},"f":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"b":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"/":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}},"*":{"docs":{},"*":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.035919540229885055}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"w":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"l":{"docs":{},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"/":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"o":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"y":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},"l":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"\"":{"docs":{},"c":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"\"":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"$":{"docs":{},"{":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"}":{"docs":{},"\"":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"e":{"docs":{},"p":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"{":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.04885057471264368}},"{":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.015804597701149427}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"}":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.01293103448275862}}}}}}}}},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"]":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"|":{"docs":{},"|":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"|":{"docs":{},"|":{"docs":{},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"}":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.01293103448275862}},"}":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.035919540229885055}}}},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.0425531914893617}}}},"t":{"docs":{},"p":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"a":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"g":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}},"*":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.06432748538011696},"Api/Props.html":{"ref":"Api/Props.html","tf":0.11925287356321838}},"/":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.035919540229885055}}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.010057471264367816}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.033045977011494254}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"$":{"docs":{},"{":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},"}":{"docs":{},".":{"docs":{},"\\":{"docs":{},"n":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"!":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"v":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},":":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}},"=":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"=":{"docs":{},"=":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},">":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"[":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"|":{"docs":{},"|":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}}}}},"length":656},"corpusTokens":["\"ca\",","\"canada\"","\"option.${this.label}\"","${json.stringify(option)}.\\n`","&","&&","''","'').tolowercase().indexof(search.tolowercase())","'./components/select.vue'","'400px'","'auto'","'auto'.","'change'","'fade'","'foo'}]).","'http://sagalbot.github.io/vu","'label'","'loading'","'ltr',","'object')","'rtl',","'thi","'vue'","(!option.hasownproperty(this.label))","(ex.","(label","(this.label","(typeof","(use","(val)",")","*","*/","+","+95%",".",".v","/","/**","1","3/4,",":value.sync","=","===",">","@default","@deprec","@param","@return","@see","@type","[]","[].","[{label:","`","`.dropdown","`[vue","``","``.","`label`","`multiple`","`option`","`placeholder`","`value`","accept","action,","ad","add","advantag","agnost","ajax","ajax.","allow","anyth","api","app.","appear","applic","array","array,","array.","assign","asynchron","attempt","attribut","attribute.","auto.","axio","be","boolean","boolean,","bootstrap","bulma,","call","callback","callback.","canada","case","cdn","chang","change.","changed.","changes.","choices.","choos","chosen","chosen.","class","clear","clearsearchonselect:","client","close","closeonselect:","codepen","codepen.","collect","combin","common","compat","completes,","compon","component.","component:","conjunct","consid","console.warn(","contain","control","core","countrycod","countrycode:","countrynam","countryname:","coverag","creat","createoption:","css","current","custom","data","default","default()","default(newoption)","default(option)","default(option,","default,","default.","default:","defin","demo","depend","develop","dir","dir:","directly:","disabl","disabled:","dispatch","display","doc","docs.","document","don't","dropdown","dropdown,","each","element.","emit","empti","enable/dis","enables/dis","entir","entirely.","equival","event","exampl","example)","example,","examples,","exist","fals","false,","featur","fetch()","field.","filter","filterable:","filterfunction:","filtering.","filtering/search","foo',","foundat","full","function","function(bool)","function(search,","function,","gener","getoptionlabel:","give","height","html","http","https://developer.mozilla.org/en","i'v","id","implement","import","includ","input","input.","inputid:","instal","integr","intern","introduct","invok","it'","javascript:","jquery.","jsbin","keep","key","key:","label","label,","label:","labels'","layer,","librari","library,","list","list,","list.","listen","load","loading()","loading(false)","loading(true)","loading){}","loading.","loading...","loading:","local","look","main","manag","management,","match","max","maxheight:","menu`.","method","minifi","mode,","model","multi","multipl","multiple:","mutation.","name","need","new","newli","newopt","newoption)","newoption}","nodrop:","not`","npm","npm:","null","null/empti","number,","object","object,","object.","objects,","off.","onchange:","onsearch","onsearch:","open","oper","option","option.titl","option;","option[this.label]","option[this.label])","options,","options.","options:","or,","order","overhead","paramet","parameters,","parameters:","parent","parent.","part","pass","placeholder:","pre","present","present.","process","prop","prop.","prop:","properti","properties:","property.","provid","push","pushtags:","put","recommend","regist","remot","replac","request","requests.","requir","reset","resetonoptionschange:","result","retreiv","return","roadmap","rtl","rtl,ltr,","run","same","scope","scope=\"option\"","search","search)","searchable:","searchinput.","select","select',","select,","select.j","select/#ex","select2","selected.","server","set","ship","side","similar","simpl","singl","single/multipl","site","slot","slots,","sorry,","sourc","spec:","spinner","spinner.","standard","state","string","string,","string}","support","support.","sync","synced,","syntax","syntax.","tabindex","tabindex:","tag","taggabl","taggable.","taggable:","take","tell","templat","template.","templates.","test","text","text.","that'","then,","this.$emit('input',","this.$emit('option:created',","this.mutableoptions[0]","through","time","togeth","toggl","tool,","transit","transition:","transitions,","trello","trigger","true","true,","true.","two","type:","ui","unpkg.com.","up","updat","updated.","us","us/docs/web/html/global_attributes/dir","user","v","val","val)","valu","value(s)","value(s),","value,","value.","value:","values,","variabl","veri","via","view","vselect","vselect)","vue","vue.component('v","vue.j","vueselect.vueselect);","vuex","vuex,","vuex.","want","warn","warn]:","within","without","wrap","wrapper.","yarn","yarn:","you'd","you'll","yourself.","zero","{","{[this.label]:","{array}","{boolean}","{function}","{loading}","{null}","{number}","{object","{object||string||null}","{option}","{search}","{string}","{{","||","}","},","}}","~1.0","~2.0","~33kb"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-select \n\nA Vue.js select component that provides similar functionality to Select2 without the overhead of jQuery.\n\nFeatures\n\nAJAX Support\nTagging\nList Filtering/Searching\nSupports Vuex\nSelect Single/Multiple Options\nTested with Bootstrap 3/4, Bulma, Foundation\n+95% Test Coverage\n~33kb minified with CSS\nZero dependencies\n\nDocumentation\n\nDemo & Docs\nExample on JSBin\nCodePen Template\nTrello Roadmap\n\nInstall\nVue Compatibility\n\nvue ~2.0 use vue-select ~2.0\nvue ~1.0 use vue-select ~1.0\n\n"},"Install.html":{"url":"Install.html","title":"Installation","keywords":"","body":"Vue Compatibility\n\nvue ~2.0 use vue-select ~2.0\nvue ~1.0 use vue-select ~1.0\n\nYarn / NPM\nInstall with yarn:\nyarn add vue-select\n\nor, using NPM:\nnpm install vue-select\nThen, import and register the component:\nimport Vue from 'vue'\nimport vSelect from './components/Select.vue'\n\nVue.component('v-select', vSelect)\n\nCDN\nInclude vue & vue-select.js - I recommend using unpkg.com.\n\n\n\n\n\n\n\n\nThen register the component in your javascript:\nVue.component('v-select', VueSelect.VueSelect);\n\n\n"},"Basics/Options.html":{"url":"Basics/Options.html","title":"Dropdown Options","keywords":"","body":"Dropdown Options \nvue-select accepts arrays of strings or objects to use as options through the options prop:\n\n\nWhen provided an array of objects, vue-select will display a single value of the object. By default, vue-select will look for a key named label on the object to use as display text.\n\n\nOption Labels \nWhen the options array contains objects, vue-select looks for the label key to display by default. You can set your own label to match your source data using the label prop.\nFor example, consider an object with countryCode and countryName properties:\n{\n countryCode: \"CA\",\n countryName: \"Canada\"\n}\n\nIf you wanted to display Canada in the dropdown, you'd use the countryName key:\n\n\n\nNull / Empty Options \nvue-select requires the option property to be an array. If you are using Vue in development mode, you will get warnings attempting to pass anything other than an array to the options prop. If you need a null/empty value, use an empty array [].\n"},"Basics/Values.html":{"url":"Basics/Values.html","title":"Selecting Values","keywords":"","body":"Selecting Values \nThe most common use case for vue-select is to have the chosen value synced with a parent component. vue-select takes advantage of the v-model syntax to sync values with a parent.\n\n\n\nIf you don't require the value to be synced, you can also pass the prop directly:\n\n\nThis method allows you to pre-select a value(s), without syncing any changes to the parent component. This is also very useful when using a state management tool, like Vuex.\nSingle/Multiple Selection \nBy default, vue-select supports choosing a single value. If you need multiple values, use the multiple prop:\n\n\n\nTagging \nTo allow input that's not present within the options, set the taggable prop to true.\nIf you want new tags to be pushed to the options list, set push-tags to true.\n\n\n\n"},"Basics/Localization.html":{"url":"Basics/Localization.html","title":"Localization","keywords":"","body":"RTL\nvue-select supports RTL using the standard HTML API using the dir attribute.\n\n\nThe dir attribute accepts the same values as the HTML spec: rtl,ltr, and auto.\nComponent Text\nAll of the text within the component has been wrapped within slots and can be replaced in your app.\nLoading Spinner\n\n Loading...\n\n\nNo Options Text\nSorry, no matching options.\n\nFor a full list of component slots, view the slots API docs.\n\n"},"Advanced/Templating.html":{"url":"Advanced/Templating.html","title":"Templating","keywords":"","body":"Scoped Slot option\nvue-select provides the scoped option slot in order to create custom dropdown templates.\n\n \n \n {{ option.title }}\n \n \n\nUsing the option slot with slot-scope=\"option\" gives the \nprovides the current option variable to the template.\n\n"},"Advanced/Vuex.html":{"url":"Advanced/Vuex.html","title":"Vuex","keywords":"","body":"Using the input Event with Vuex\nvue-select emits the input event any time the internal value is changed. \nThis is the same event that allow the for the v-model syntax. When using\nVuex for state management, you can use the input event to dispatch an\naction, or trigger a mutation.\n\n\n\n"},"Advanced/Ajax.html":{"url":"Advanced/Ajax.html","title":"AJAX","keywords":"","body":"AJAX Remote Option Loading\n\nThe onSearch prop allows you to load options via ajax in a parent component \nwhen the search text is updated. It is invoked with two parameters, search & loading.\n/**\n* Accepts a callback function that will be run\n* when the search text changes. The callback\n* will be invoked with these parameters:\n*\n* @param {search} String Current search text\n* @param {loading} Function Toggle loading class\n*/\nonSearch: {\n type: Function,\n default: false\n},\n\nThe loading function accepts a boolean parameter that will be assigned \nto the vue-select internal loading property. Call loading(true) to set the \nloading property to true - toggling the loading spinner. After your \nasynchronous operation completes, call loading(false) to toggle it off. \nDisabling Filtering\nWhen loading server side options, it can be useful to disable the \nclient side filtering. Use the filterable prop to disable filtering.\n/**\n * When true, existing options will be filtered\n * by the search text. Should not be used in\n * conjunction with taggable.\n * \n * @type {Boolean}\n */\nfilterable: {\n type: Boolean,\n default: true\n},\n\nLoading Spinner\nVue Select includes a default loading spinner that appears when the loading class is present. The spinner slot allows you to implement your own spinner.\nLoading...\n\nLibrary Agnostic\nSince Vue.js does not ship with ajax functionality as part of the core library, it's up to you to process the ajax requests in your parent component.\nI recommend using axios for creating your applications HTTP layer, \nor fetch() for simple requests.\n"},"Examples.html":{"url":"Examples.html","title":"Examples","keywords":"","body":"Codepen Collection\nI've put together a collection of examples, including all the examples \nfrom this documentation site on Codepen.\n"},"Api/Props.html":{"url":"Api/Props.html","title":"Props","keywords":"","body":"Select\n/**\n * Contains the currently selected value. Very similar to a\n * `value` attribute on an . You can listen for changes\n * using 'change' event using v-on\n * @type {Object||String||null}\n */\nvalue: {\n default: null\n},\n\n/**\n * An array of strings or objects to be used as dropdown choices.\n * If you are using an array of objects, vue-select will look for\n * a `label` key (ex. [{label: 'This is Foo', value: 'foo'}]). A\n * custom label key can be set with the `label` prop.\n * @type {Array}\n */\noptions: {\n type: Array,\n default() {\n return []\n },\n},\n\n/**\n * Disable the entire component.\n * @type {Boolean}\n */\ndisabled: {\n type: Boolean,\n default: false\n},\n\n/**\n * Sets the max-height property on the dropdown list.\n * @deprecated\n * @type {String}\n */\nmaxHeight: {\n type: String,\n default: '400px'\n},\n\n/**\n * Enable/disable filtering the options.\n * @type {Boolean}\n */\nsearchable: {\n type: Boolean,\n default: true\n},\n\n/**\n * Equivalent to the `multiple` attribute on a `` input.\n * @type {Boolean}\n */\nmultiple: {\n type: Boolean,\n default: false\n},\n\n/**\n * Equivalent to the `placeholder` attribute on an ``.\n * @type {String}\n */\nplaceholder: {\n type: String,\n default: ''\n},\n\n/**\n * Sets a Vue transition property on the `.dropdown-menu`. vue-select\n * does not include CSS for transitions, you'll need to add them yourself.\n * @type {String}\n */\ntransition: {\n type: String,\n default: 'fade'\n},\n\n/**\n * Enables/disables clearing the search text when an option is selected.\n * @type {Boolean}\n */\nclearSearchOnSelect: {\n type: Boolean,\n default: true\n},\n\n/**\n * Close a dropdown when an option is chosen. Set to false to keep the dropdown\n * open (useful when combined with multi-select, for example)\n * @type {Boolean}\n */\ncloseOnSelect: {\n type: Boolean,\n default: true\n},\n\n/**\n * Tells vue-select what key to use when generating option\n * labels when each `option` is an object.\n * @type {String}\n */\nlabel: {\n type: String,\n default: 'label'\n},\n\n/**\n * Callback to generate the label text. If {option}\n * is an object, returns option[this.label] by default.\n * @type {Function}\n * @param {Object || String} option\n * @return {String}\n */\ngetOptionLabel: {\n type: Function,\n default(option) {\n if (typeof option === 'object') {\n if (!option.hasOwnProperty(this.label)) {\n return console.warn(\n `[vue-select warn]: Label key \"option.${this.label}\" does not` +\n ` exist in options object ${JSON.stringify(option)}.\\n` +\n 'http://sagalbot.github.io/vue-select/#ex-labels'\n )\n }\n if (this.label && option[this.label]) {\n return option[this.label]\n }\n }\n return option;\n }\n},\n\n/**\n * Callback to filter the search result the label text.\n * @type {Function}\n * @param {Object || String} option\n * @param {String} label\n * @param {String} search\n * @return {Boolean}\n */\nfilterFunction: {\n type: Function,\n default(option, label, search) {\n return (label || '').toLowerCase().indexOf(search.toLowerCase()) > -1\n }\n},\n\n/**\n * An optional callback function that is called each time the selected\n * value(s) change. When integrating with Vuex, use this callback to trigger\n * an action, rather than using :value.sync to retreive the selected value.\n * @type {Function}\n * @param {Object || String} val\n */\nonChange: {\n type: Function,\n default: function (val) {\n this.$emit('input', val)\n }\n},\n\n/**\n * Enable/disable creating options from searchInput.\n * @type {Boolean}\n */\ntaggable: {\n type: Boolean,\n default: false\n},\n\n/**\n * Set the tabindex for the input field.\n * @type {Number}\n */\ntabindex: {\n type: Number,\n default: null\n},\n\n/**\n * When true, newly created tags will be added to\n * the options list.\n * @type {Boolean}\n */\npushTags: {\n type: Boolean,\n default: false\n},\n\n/**\n * When true, existing options will be filtered\n * by the search text. Should not be used in conjunction\n * with taggable.\n * @type {Boolean}\n */\nfilterable: {\n type: Boolean,\n default: true\n},\n\n/**\n * User defined function for adding Options\n * @type {Function}\n */\ncreateOption: {\n type: Function,\n default(newOption) {\n if (typeof this.mutableOptions[0] === 'object') {\n newOption = {[this.label]: newOption}\n }\n this.$emit('option:created', newOption)\n return newOption\n }\n},\n\n/**\n * When false, updating the options will not reset the select value\n * @type {Boolean}\n */\nresetOnOptionsChange: {\n type: Boolean,\n default: false\n},\n\n/**\n * Disable the dropdown entirely.\n * @type {Boolean}\n */\nnoDrop: {\n type: Boolean,\n default: false\n},\n\n/**\n * Sets the id of the input element.\n * @type {String}\n * @default {null}\n */\ninputId: {\n type: String\n},\n\n/**\n * Sets RTL support. Accepts 'ltr', 'rtl', 'auto'.\n * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir\n * @type {String}\n * @default 'auto'\n */\ndir: {\n type: String,\n default: 'auto'\n},\n\nAJAX\n/**\n * Toggles the adding of a 'loading' class to the main\n * .v-select wrapper. Useful to control UI state when\n * results are being processed through AJAX.\n */\nloading: {\n type: Boolean,\n default: false\n},\n\n/**\n * Accept a callback function that will be\n * run when the search text changes.\n *\n * loading() accepts a boolean value, and can\n * be used to toggle a loading class from\n * the onSearch callback.\n *\n * @param {search} String Current search text\n * @param {loading} Function(bool) Toggle loading class\n */\nonSearch: {\n type: Function,\n default: function(search, loading){}\n}\n\n"}}} \ No newline at end of file +{"index":{"version":"0.5.12","fields":[{"name":"title","boost":10},{"name":"keywords","boost":15},{"name":"body","boost":1}],"ref":"url","documentStore":{"store":{"./":["&","+95%","3/4,","ajax","bootstrap","bulma,","codepen","compat","compon","coverag","css","demo","depend","doc","document","exampl","featur","filtering/search","foundat","function","instal","introduct","jquery.","jsbin","list","minifi","option","overhead","provid","roadmap","select","select2","similar","single/multipl","support","tag","templat","test","trello","us","vue","vue.j","vuex","without","zero","~1.0","~2.0","~33kb"],"Install.html":["&","'./components/select.vue'","'vue'","/","add","cdn","compat","compon","component:","import","includ","instal","javascript:","npm","npm:","or,","recommend","regist","select","select',","select.j","then,","unpkg.com.","us","vselect","vselect)","vue","vue.component('v","vueselect.vueselect);","yarn","yarn:","~1.0","~2.0"],"Basics/Options.html":["\"ca\",","\"canada\"","/","[].","accept","anyth","array","array.","attempt","canada","consid","contain","countrycod","countrycode:","countrynam","countryname:","data","default,","default.","develop","display","dropdown","dropdown,","empti","example,","key","key:","label","look","match","mode,","name","need","null","null/empti","object","object.","objects,","option","pass","prop.","prop:","properti","properties:","provid","requir","select","set","singl","sourc","string","text.","through","us","valu","value,","vue","want","warn","you'd","{","}"],"Basics/Values.html":["advantag","allow","case","chang","choos","chosen","common","component.","default,","directly:","don't","input","list,","manag","method","model","multipl","need","new","option","options,","parent","parent.","pass","pre","present","prop","prop:","push","requir","select","set","singl","single/multipl","state","support","sync","synced,","syntax","tag","taggabl","take","that'","tool,","true.","us","v","valu","value(s),","value.","values,","veri","vue","vuex.","want","within","without"],"Basics/Localization.html":["accept","api","app.","attribut","attribute.","auto.","compon","definition:","dir","docs.","full","here!","html","implementation:","list","load","loading...","local","match","option","options.","replac","rtl","rtl,ltr,","same","select","slot","slots,","sorry,","spec:","spinner","standard","support","text","us","valu","view","vue","within","wrap"],"Advanced/Templating.html":["creat","current","custom","dropdown","give","option","option.titl","order","provid","scope","scope=\"option\"","select","slot","templat","template.","templates.","us","variabl","vue","{{","}}"],"Advanced/Vuex.html":["action,","allow","changed.","dispatch","emit","event","input","intern","management,","model","mutation.","same","select","state","syntax.","time","trigger","us","v","valu","vue","vuex"],"Advanced/Ajax.html":["&","*","*/","/**","@param","@type","accept","agnost","ajax","allow","appear","applic","assign","asynchron","axio","boolean","boolean,","call","callback","changes.","class","client","completes,","compon","component.","conjunct","core","creat","current","default","default:","disabl","exist","fals","fetch()","filter","filterable:","filtering.","function","function,","http","implement","includ","intern","invok","it'","layer,","librari","library,","load","loading(false)","loading(true)","loading.","loading...","off.","onsearch","onsearch:","oper","option","options,","paramet","parameters,","parameters:","parent","part","present.","process","prop","properti","property.","recommend","remot","request","requests.","run","search","select","server","set","ship","side","simpl","slot","spinner","spinner.","string","taggable.","text","text.","toggl","true","true,","two","type:","up","updated.","us","via","vue","vue.j","{","{boolean}","{loading}","{search}","},"],"Examples.html":["codepen","codepen.","collect","document","exampl","examples,","i'v","includ","put","site","togeth"],"Api/Props.html":["\"option.${this.label}\"","${json.stringify(option)}.\\n`","&&","''","'').tolowercase().indexof(search.tolowercase())","'400px'","'auto'","'auto'.","'change'","'fade'","'foo'}]).","'http://sagalbot.github.io/vu","'label'","'loading'","'ltr',","'object')","'rtl',","'thi","(!option.hasownproperty(this.label))","(ex.","(label","(this.label","(typeof","(use","(val)",")","*","*/","+",".",".v","/**","1",":value.sync","=","===",">","@default","@deprec","@param","@return","@see","@type","[]","[{label:","`","`.dropdown","`[vue","``","``.","`label`","`multiple`","`option`","`placeholder`","`value`","accept","action,","ad","add","ajax","ajax.","array","array,","attribut","be","boolean","boolean,","call","callback","callback.","chang","change.","changes.","choices.","chosen.","class","clear","clearsearchonselect:","close","closeonselect:","combin","component.","conjunct","console.warn(","contain","control","creat","createoption:","css","current","custom","default()","default(newoption)","default(option)","default(option,","default.","default:","defin","dir:","disabl","disabled:","dropdown","each","element.","enable/dis","enables/dis","entir","entirely.","equival","event","example)","exist","fals","false,","field.","filter","filterable:","filterfunction:","foo',","function","function(bool)","function(search,","function,","gener","getoptionlabel:","height","https://developer.mozilla.org/en","id","includ","input","input.","inputid:","integr","keep","key","label","label,","label:","labels'","list.","listen","load","loading()","loading){}","loading:","look","main","max","maxheight:","menu`.","multi","multiple:","need","newli","newopt","newoption)","newoption}","nodrop:","not`","null","number,","object","object,","object.","objects,","onchange:","onsearch","onsearch:","open","option","option;","option[this.label]","option[this.label])","options.","options:","placeholder:","process","prop","prop.","properti","pushtags:","reset","resetonoptionschange:","result","retreiv","return","rtl","run","search","search)","searchable:","searchinput.","select","select,","select/#ex","selected.","set","similar","state","string","string,","string}","support.","tabindex","tabindex:","tag","taggable.","taggable:","tell","text","text.","this.$emit('input',","this.$emit('option:created',","this.mutableoptions[0]","through","time","toggl","transit","transition:","transitions,","trigger","true","true,","type:","ui","updat","us","us/docs/web/html/global_attributes/dir","user","v","val","val)","valu","value(s)","value,","value.","value:","veri","vue","vuex,","warn]:","wrapper.","you'll","yourself.","{","{[this.label]:","{array}","{boolean}","{function}","{loading}","{null}","{number}","{object","{object||string||null}","{option}","{search}","{string}","||","}","},"]},"length":10},"tokenStore":{"root":{"1":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"3":{"docs":{},"/":{"4":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}},"docs":{}}},"docs":{},"&":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"&":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"+":{"9":{"5":{"docs":{},"%":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}},"docs":{}},"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}},"a":{"docs":{},"j":{"docs":{},"a":{"docs":{},"x":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":10.023391812865498},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"d":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"d":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"v":{"docs":{},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}}}}},"c":{"docs":{},"c":{"docs":{},"e":{"docs":{},"p":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}}},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},",":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"n":{"docs":{},"y":{"docs":{},"t":{"docs":{},"h":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.049019607843137254},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"t":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"e":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}},"p":{"docs":{},"i":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636}}},"p":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"l":{"docs":{},"i":{"docs":{},"c":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}}},"g":{"docs":{},"n":{"docs":{},"o":{"docs":{},"s":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"s":{"docs":{},"s":{"docs":{},"i":{"docs":{},"g":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{},"h":{"docs":{},"r":{"docs":{},"o":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}}},"x":{"docs":{},"i":{"docs":{},"o":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"t":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.015804597701149427}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"m":{"docs":{},"a":{"docs":{},",":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}},".":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}}}}},"m":{"docs":{},"p":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.05454545454545454},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"l":{"docs":{},"e":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"m":{"docs":{},"o":{"docs":{},"n":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},".":{"docs":{},"w":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{},"(":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"i":{"docs":{},"n":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"o":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"j":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"u":{"docs":{},"n":{"docs":{},"t":{"docs":{},"r":{"docs":{},"y":{"docs":{},"c":{"docs":{},"o":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}},"e":{"docs":{},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}},"n":{"docs":{},"a":{"docs":{},"m":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549}},"e":{"docs":{},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}}}}},"r":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"l":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.16666666666666666}}}}}}}},"s":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"d":{"docs":{},"n":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}},"a":{"docs":{},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"s":{"docs":{},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"l":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"b":{"docs":{},"a":{"docs":{},"c":{"docs":{},"k":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}},"s":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"o":{"docs":{},"s":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"i":{"docs":{},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"e":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"u":{"docs":{},"r":{"docs":{},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}},"s":{"docs":{},"t":{"docs":{},"o":{"docs":{},"m":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"l":{"docs":{},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}},"i":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"s":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{},"m":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}},"p":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.028735632183908046}}},"(":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"n":{"docs":{},"e":{"docs":{},"w":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"i":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636}}}}}}}}}}},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}},"o":{"docs":{},"c":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}},"u":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}}}},"s":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}},"n":{"docs":{},"'":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"a":{"docs":{},"t":{"docs":{},"a":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}},"i":{"docs":{},"s":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"y":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0392156862745098}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"e":{"docs":{},"d":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"r":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636}},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"l":{"docs":{},"y":{"docs":{},":":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":5.009803921568627},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},"a":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Examples.html":{"ref":"Examples.html","tf":10.083333333333334}},"e":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},"s":{"docs":{},",":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549}}}}},"i":{"docs":{},"t":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}},"v":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.13333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"a":{"docs":{},"c":{"docs":{},"h":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"n":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}},"s":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"s":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"t":{"docs":{},"i":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},"l":{"docs":{},"y":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}}},"f":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{},"(":{"docs":{},")":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}},"i":{"docs":{},"l":{"docs":{},"t":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}}},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}},"e":{"docs":{},"l":{"docs":{},"d":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"u":{"docs":{},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"o":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.023391812865497075},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}}},"(":{"docs":{},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}},"l":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.011494252873563218}},"e":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"i":{"docs":{},"n":{"docs":{},"s":{"docs":{},"t":{"docs":{},"a":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Install.html":{"ref":"Install.html","tf":10.03448275862069}}}}}},"t":{"docs":{},"r":{"docs":{},"o":{"docs":{},"d":{"docs":{},"u":{"docs":{},"c":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":10}}}}}}}},"e":{"docs":{},"r":{"docs":{},"n":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"g":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"c":{"docs":{},"l":{"docs":{},"u":{"docs":{},"d":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.1},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"i":{"docs":{},"d":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"v":{"docs":{},"o":{"docs":{},"k":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"Install.html":{"ref":"Install.html","tf":0.05172413793103448}}}}},"l":{"docs":{},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636}}}}}}}}}}}}}}}},"t":{"docs":{},"'":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"'":{"docs":{},"v":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}},"d":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"j":{"docs":{},"q":{"docs":{},"u":{"docs":{},"e":{"docs":{},"r":{"docs":{},"y":{"docs":{},".":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}},"s":{"docs":{},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"a":{"docs":{},"v":{"docs":{},"a":{"docs":{},"s":{"docs":{},"c":{"docs":{},"r":{"docs":{},"i":{"docs":{},"p":{"docs":{},"t":{"docs":{},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}}}},"l":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}},"e":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"b":{"docs":{},"r":{"docs":{},"a":{"docs":{},"r":{"docs":{},"i":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},"y":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.049019607843137254},"Api/Props.html":{"ref":"Api/Props.html","tf":0.008620689655172414}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"s":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"y":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"o":{"docs":{},"o":{"docs":{},"k":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"a":{"docs":{},"d":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.06432748538011696},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},".":{"docs":{},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"(":{"docs":{},"f":{"docs":{},"a":{"docs":{},"l":{"docs":{},"s":{"docs":{},"e":{"docs":{},")":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}},"t":{"docs":{},"r":{"docs":{},"u":{"docs":{},"e":{"docs":{},")":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},")":{"docs":{},"{":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"c":{"docs":{},"a":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":10}}}}}}},"m":{"docs":{},"i":{"docs":{},"n":{"docs":{},"i":{"docs":{},"f":{"docs":{},"i":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}},"a":{"docs":{},"t":{"docs":{},"c":{"docs":{},"h":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}},"n":{"docs":{},"a":{"docs":{},"g":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"e":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},",":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}}}}}},"i":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"x":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"h":{"docs":{},"e":{"docs":{},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"o":{"docs":{},"d":{"docs":{},"e":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},"l":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"d":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"n":{"docs":{},"u":{"docs":{},"`":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"p":{"docs":{},"l":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025}},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{},"a":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Options.html":{"ref":"Basics/Options.html","tf":5.078431372549019},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.14285714285714285},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.01867816091954023}},"s":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},".":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},".":{"docs":{},"t":{"docs":{},"i":{"docs":{},"t":{"docs":{},"l":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}},";":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"]":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{},"h":{"docs":{},"e":{"docs":{},"a":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}}},"r":{"docs":{},",":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.029411764705882353},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"s":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"f":{"docs":{},"f":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"n":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"v":{"docs":{},"i":{"docs":{},"d":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.07142857142857142}}}}},"p":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":10}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"i":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"e":{"docs":{},"s":{"docs":{},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}},"y":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}},"c":{"docs":{},"e":{"docs":{},"s":{"docs":{},"s":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"s":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"a":{"docs":{},"s":{"docs":{},"s":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"r":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"e":{"docs":{},"r":{"docs":{},"s":{"docs":{},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}}},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"u":{"docs":{},"s":{"docs":{},"h":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{},"s":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"r":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"m":{"docs":{},"a":{"docs":{},"p":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}}}},"e":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"m":{"docs":{},"e":{"docs":{},"n":{"docs":{},"d":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"s":{"docs":{},"t":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}}}}},"q":{"docs":{},"u":{"docs":{},"i":{"docs":{},"r":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"e":{"docs":{},"s":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"s":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}}},"m":{"docs":{},"o":{"docs":{},"t":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"s":{"docs":{},"e":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"o":{"docs":{},"n":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}},"t":{"docs":{},"r":{"docs":{},"e":{"docs":{},"i":{"docs":{},"v":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.010057471264367816}}}}}}},"t":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},",":{"docs":{},"l":{"docs":{},"t":{"docs":{},"r":{"docs":{},",":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}}}}}},"u":{"docs":{},"n":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"2":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}},"docs":{"./":{"ref":"./","tf":0.08196721311475409},"Install.html":{"ref":"Install.html","tf":0.06896551724137931},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.049019607843137254},"Basics/Values.html":{"ref":"Basics/Values.html","tf":5.073170731707317},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.014367816091954023}},"'":{"docs":{},",":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}}},".":{"docs":{},"j":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"/":{"docs":{},"#":{"docs":{},"e":{"docs":{},"x":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.010057471264367816}}},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.029239766081871343},"Api/Props.html":{"ref":"Api/Props.html","tf":0.008620689655172414}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}},"r":{"docs":{},"v":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}},"i":{"docs":{},"m":{"docs":{},"i":{"docs":{},"l":{"docs":{},"a":{"docs":{},"r":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"p":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"n":{"docs":{},"g":{"docs":{},"l":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"e":{"docs":{},"/":{"docs":{},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}}}}}}}}}},"d":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}},"t":{"docs":{},"e":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}},"u":{"docs":{},"p":{"docs":{},"p":{"docs":{},"o":{"docs":{},"r":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"o":{"docs":{},"u":{"docs":{},"r":{"docs":{},"c":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}},"r":{"docs":{},"r":{"docs":{},"y":{"docs":{},",":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.007183908045977011}}},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}}}},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"n":{"docs":{},"d":{"docs":{},"a":{"docs":{},"r":{"docs":{},"d":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}}}}}},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.036585365853658534}},"e":{"docs":{},"d":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},"t":{"docs":{},"a":{"docs":{},"x":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},".":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333}}}}},"l":{"docs":{},"o":{"docs":{},"t":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.07272727272727272},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.14285714285714285},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"s":{"docs":{},",":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}}}},"p":{"docs":{},"e":{"docs":{},"c":{"docs":{},":":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}},"i":{"docs":{},"n":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806}},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537}}}}}}}}},"c":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.07142857142857142}},"=":{"docs":{},"\"":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"\"":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}}}}}}}}}},"h":{"docs":{},"i":{"docs":{},"p":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}},"t":{"docs":{},"a":{"docs":{},"g":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.036585365853658534},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"g":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"e":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"k":{"docs":{},"e":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"b":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":10}},"e":{"docs":{},".":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}},"s":{"docs":{},".":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}}}}},"s":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.03278688524590164}}}},"x":{"docs":{},"t":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.05454545454545454},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}}},"l":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"e":{"docs":{},"l":{"docs":{},"l":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"u":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.024390243902439025}}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},"i":{"docs":{},"g":{"docs":{},"g":{"docs":{},"e":{"docs":{},"r":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"a":{"docs":{},"n":{"docs":{},"s":{"docs":{},"i":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"s":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}},"h":{"docs":{},"e":{"docs":{},"n":{"docs":{},",":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}},"r":{"docs":{},"o":{"docs":{},"u":{"docs":{},"g":{"docs":{},"h":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"a":{"docs":{},"t":{"docs":{},"'":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"$":{"docs":{},"e":{"docs":{},"m":{"docs":{},"i":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"i":{"docs":{},"n":{"docs":{},"p":{"docs":{},"u":{"docs":{},"t":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},":":{"docs":{},"c":{"docs":{},"r":{"docs":{},"e":{"docs":{},"a":{"docs":{},"t":{"docs":{},"e":{"docs":{},"d":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}},"m":{"docs":{},"u":{"docs":{},"t":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{},"e":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"s":{"docs":{},"[":{"0":{"docs":{},"]":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"docs":{}}}}}}}}}}}}}}}}}}}},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"g":{"docs":{},"g":{"docs":{},"l":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.017543859649122806},"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}}}},"e":{"docs":{},"t":{"docs":{},"h":{"docs":{"Examples.html":{"ref":"Examples.html","tf":0.08333333333333333}}}}}}},"i":{"docs":{},"m":{"docs":{},"e":{"docs":{"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"w":{"docs":{},"o":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},":":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.034482758620689655}}}}}}},"u":{"docs":{},"s":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Install.html":{"ref":"Install.html","tf":0.06896551724137931},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.058823529411764705},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.04878048780487805},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.1},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.023391812865497075},"Api/Props.html":{"ref":"Api/Props.html","tf":0.014367816091954023}},"/":{"docs":{},"d":{"docs":{},"o":{"docs":{},"c":{"docs":{},"s":{"docs":{},"/":{"docs":{},"w":{"docs":{},"e":{"docs":{},"b":{"docs":{},"/":{"docs":{},"h":{"docs":{},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{},"/":{"docs":{},"g":{"docs":{},"l":{"docs":{},"o":{"docs":{},"b":{"docs":{},"a":{"docs":{},"l":{"docs":{},"_":{"docs":{},"a":{"docs":{},"t":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"b":{"docs":{},"u":{"docs":{},"t":{"docs":{},"e":{"docs":{},"s":{"docs":{},"/":{"docs":{},"d":{"docs":{},"i":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"n":{"docs":{},"p":{"docs":{},"k":{"docs":{},"g":{"docs":{},".":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},".":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}},"p":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"d":{"docs":{},"a":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},"d":{"docs":{},".":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}}}}}},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"v":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"u":{"docs":{},"e":{"docs":{"./":{"ref":"./","tf":0.09836065573770492},"Install.html":{"ref":"Install.html","tf":0.1724137931034483},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.058823529411764705},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.036585365853658534},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},".":{"docs":{},"j":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"(":{"docs":{},"'":{"docs":{},"v":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}}}}}}}}}}}}}},"x":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":10.066666666666666}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},")":{"docs":{},";":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}}}}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}},")":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}},"a":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"u":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":5.048780487804878},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818},"Advanced/Vuex.html":{"ref":"Advanced/Vuex.html","tf":0.03333333333333333},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"e":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"(":{"docs":{},"s":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}}},".":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}},"s":{"docs":{},",":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"r":{"docs":{},"i":{"docs":{},"a":{"docs":{},"b":{"docs":{},"l":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}}}}},"e":{"docs":{},"r":{"docs":{},"i":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"i":{"docs":{},"e":{"docs":{},"w":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}},"a":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}}}}},"w":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"o":{"docs":{},"u":{"docs":{},"t":{"docs":{"./":{"ref":"./","tf":0.01639344262295082},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}}},"i":{"docs":{},"n":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636}}}}}}},"a":{"docs":{},"n":{"docs":{},"t":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}}}},"r":{"docs":{},"n":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}},"]":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"r":{"docs":{},"a":{"docs":{},"p":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"z":{"docs":{},"e":{"docs":{},"r":{"docs":{},"o":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}}},"~":{"1":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}},"docs":{}}},"2":{"docs":{},".":{"0":{"docs":{"./":{"ref":"./","tf":0.03278688524590164},"Install.html":{"ref":"Install.html","tf":0.034482758620689655}}},"docs":{}}},"3":{"3":{"docs":{},"k":{"docs":{},"b":{"docs":{"./":{"ref":"./","tf":0.01639344262295082}}}}},"docs":{}},"docs":{}},"'":{"4":{"0":{"0":{"docs":{},"p":{"docs":{},"x":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"docs":{}},"docs":{}},"docs":{},".":{"docs":{},"/":{"docs":{},"c":{"docs":{},"o":{"docs":{},"m":{"docs":{},"p":{"docs":{},"o":{"docs":{},"n":{"docs":{},"e":{"docs":{},"n":{"docs":{},"t":{"docs":{},"s":{"docs":{},"/":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},".":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}}}}}}}}}}}}}}}}}}}}}},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{},"'":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},")":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},".":{"docs":{},"i":{"docs":{},"n":{"docs":{},"d":{"docs":{},"e":{"docs":{},"x":{"docs":{},"o":{"docs":{},"f":{"docs":{},"(":{"docs":{},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},".":{"docs":{},"t":{"docs":{},"o":{"docs":{},"l":{"docs":{},"o":{"docs":{},"w":{"docs":{},"e":{"docs":{},"r":{"docs":{},"c":{"docs":{},"a":{"docs":{},"s":{"docs":{},"e":{"docs":{},"(":{"docs":{},")":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"a":{"docs":{},"u":{"docs":{},"t":{"docs":{},"o":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"c":{"docs":{},"h":{"docs":{},"a":{"docs":{},"n":{"docs":{},"g":{"docs":{},"e":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"f":{"docs":{},"a":{"docs":{},"d":{"docs":{},"e":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"o":{"docs":{},"o":{"docs":{},"'":{"docs":{},"}":{"docs":{},"]":{"docs":{},")":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"h":{"docs":{},"t":{"docs":{},"t":{"docs":{},"p":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"s":{"docs":{},"a":{"docs":{},"g":{"docs":{},"a":{"docs":{},"l":{"docs":{},"b":{"docs":{},"o":{"docs":{},"t":{"docs":{},".":{"docs":{},"g":{"docs":{},"i":{"docs":{},"t":{"docs":{},"h":{"docs":{},"u":{"docs":{},"b":{"docs":{},".":{"docs":{},"i":{"docs":{},"o":{"docs":{},"/":{"docs":{},"v":{"docs":{},"u":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"'":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"t":{"docs":{},"r":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{},"'":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}}}},"r":{"docs":{},"t":{"docs":{},"l":{"docs":{},"'":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"/":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827},"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}},"*":{"docs":{},"*":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.035919540229885055}}}}},"n":{"docs":{},"p":{"docs":{},"m":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}},"a":{"docs":{},"m":{"docs":{},"e":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}},"e":{"docs":{},"e":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"w":{"docs":{"Basics/Values.html":{"ref":"Basics/Values.html","tf":0.012195121951219513}},"l":{"docs":{},"i":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}},"/":{"docs":{},"e":{"docs":{},"m":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},",":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"o":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"y":{"docs":{},"a":{"docs":{},"r":{"docs":{},"n":{"docs":{"Install.html":{"ref":"Install.html","tf":0.034482758620689655}},":":{"docs":{"Install.html":{"ref":"Install.html","tf":0.017241379310344827}}}}}},"o":{"docs":{},"u":{"docs":{},"'":{"docs":{},"d":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}},"l":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"r":{"docs":{},"s":{"docs":{},"e":{"docs":{},"l":{"docs":{},"f":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"\"":{"docs":{},"c":{"docs":{},"a":{"docs":{},"\"":{"docs":{},",":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"n":{"docs":{},"a":{"docs":{},"d":{"docs":{},"a":{"docs":{},"\"":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"$":{"docs":{},"{":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"}":{"docs":{},"\"":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}},"[":{"docs":{},"]":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"{":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"k":{"docs":{},"e":{"docs":{},"y":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.0196078431372549},"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}},":":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745}}}},"e":{"docs":{},"p":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"{":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.04885057471264368}},"{":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}},"b":{"docs":{},"o":{"docs":{},"o":{"docs":{},"l":{"docs":{},"e":{"docs":{},"a":{"docs":{},"n":{"docs":{},"}":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.015804597701149427}}}}}}}}}},"l":{"docs":{},"o":{"docs":{},"a":{"docs":{},"d":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"s":{"docs":{},"e":{"docs":{},"a":{"docs":{},"r":{"docs":{},"c":{"docs":{},"h":{"docs":{},"}":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.01293103448275862}}}}}}}}},"[":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"]":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}},"a":{"docs":{},"r":{"docs":{},"r":{"docs":{},"a":{"docs":{},"y":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"f":{"docs":{},"u":{"docs":{},"n":{"docs":{},"c":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}}}}}}}}}}},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"m":{"docs":{},"b":{"docs":{},"e":{"docs":{},"r":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"o":{"docs":{},"b":{"docs":{},"j":{"docs":{},"e":{"docs":{},"c":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.004310344827586207}},"|":{"docs":{},"|":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"|":{"docs":{},"|":{"docs":{},"n":{"docs":{},"u":{"docs":{},"l":{"docs":{},"l":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"}":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}},"}":{"docs":{"Basics/Options.html":{"ref":"Basics/Options.html","tf":0.00980392156862745},"Api/Props.html":{"ref":"Api/Props.html","tf":0.01293103448275862}},"}":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}},",":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.035919540229885055}}}},"h":{"docs":{},"e":{"docs":{},"r":{"docs":{},"e":{"docs":{},"!":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.01818181818181818}}}}},"i":{"docs":{},"g":{"docs":{},"h":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"m":{"docs":{},"l":{"docs":{"Basics/Localization.html":{"ref":"Basics/Localization.html","tf":0.03636363636363636}}}},"t":{"docs":{},"p":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269}},"s":{"docs":{},":":{"docs":{},"/":{"docs":{},"/":{"docs":{},"d":{"docs":{},"e":{"docs":{},"v":{"docs":{},"e":{"docs":{},"l":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},".":{"docs":{},"m":{"docs":{},"o":{"docs":{},"z":{"docs":{},"i":{"docs":{},"l":{"docs":{},"l":{"docs":{},"a":{"docs":{},".":{"docs":{},"o":{"docs":{},"r":{"docs":{},"g":{"docs":{},"/":{"docs":{},"e":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"g":{"docs":{},"i":{"docs":{},"v":{"docs":{},"e":{"docs":{"Advanced/Templating.html":{"ref":"Advanced/Templating.html","tf":0.03571428571428571}}}}},"e":{"docs":{},"n":{"docs":{},"e":{"docs":{},"r":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},"t":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},":":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}},"*":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.06432748538011696},"Api/Props.html":{"ref":"Api/Props.html","tf":0.11925287356321838}},"/":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.035919540229885055}}}},"@":{"docs":{},"p":{"docs":{},"a":{"docs":{},"r":{"docs":{},"a":{"docs":{},"m":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.011695906432748537},"Api/Props.html":{"ref":"Api/Props.html","tf":0.010057471264367816}}}}}}},"t":{"docs":{},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{"Advanced/Ajax.html":{"ref":"Advanced/Ajax.html","tf":0.005847953216374269},"Api/Props.html":{"ref":"Api/Props.html","tf":0.033045977011494254}}}}}},"d":{"docs":{},"e":{"docs":{},"f":{"docs":{},"a":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}},"p":{"docs":{},"r":{"docs":{},"e":{"docs":{},"c":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}},"r":{"docs":{},"e":{"docs":{},"t":{"docs":{},"u":{"docs":{},"r":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}},"s":{"docs":{},"e":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"$":{"docs":{},"{":{"docs":{},"j":{"docs":{},"s":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"s":{"docs":{},"t":{"docs":{},"r":{"docs":{},"i":{"docs":{},"n":{"docs":{},"g":{"docs":{},"i":{"docs":{},"f":{"docs":{},"y":{"docs":{},"(":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},")":{"docs":{},"}":{"docs":{},".":{"docs":{},"\\":{"docs":{},"n":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"(":{"docs":{},"!":{"docs":{},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},".":{"docs":{},"h":{"docs":{},"a":{"docs":{},"s":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{},"p":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"e":{"docs":{},"r":{"docs":{},"t":{"docs":{},"y":{"docs":{},"(":{"docs":{},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},")":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}}},"e":{"docs":{},"x":{"docs":{},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},"t":{"docs":{},"h":{"docs":{},"i":{"docs":{},"s":{"docs":{},".":{"docs":{},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"y":{"docs":{},"p":{"docs":{},"e":{"docs":{},"o":{"docs":{},"f":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}},"u":{"docs":{},"s":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}},")":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"v":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},":":{"docs":{},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},".":{"docs":{},"s":{"docs":{},"y":{"docs":{},"n":{"docs":{},"c":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}},"=":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},"=":{"docs":{},"=":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}},">":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{},"d":{"docs":{},"r":{"docs":{},"o":{"docs":{},"p":{"docs":{},"d":{"docs":{},"o":{"docs":{},"w":{"docs":{},"n":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"[":{"docs":{},"v":{"docs":{},"u":{"docs":{},"e":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}},".":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}},"l":{"docs":{},"a":{"docs":{},"b":{"docs":{},"e":{"docs":{},"l":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0028735632183908046}}}}}}}},"m":{"docs":{},"u":{"docs":{},"l":{"docs":{},"t":{"docs":{},"i":{"docs":{},"p":{"docs":{},"l":{"docs":{},"e":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}},"o":{"docs":{},"p":{"docs":{},"t":{"docs":{},"i":{"docs":{},"o":{"docs":{},"n":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"p":{"docs":{},"l":{"docs":{},"a":{"docs":{},"c":{"docs":{},"e":{"docs":{},"h":{"docs":{},"o":{"docs":{},"l":{"docs":{},"d":{"docs":{},"e":{"docs":{},"r":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}}}}}}},"v":{"docs":{},"a":{"docs":{},"l":{"docs":{},"u":{"docs":{},"e":{"docs":{},"`":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.0014367816091954023}}}}}}}}},"|":{"docs":{},"|":{"docs":{"Api/Props.html":{"ref":"Api/Props.html","tf":0.005747126436781609}}}}},"length":659},"corpusTokens":["\"ca\",","\"canada\"","\"option.${this.label}\"","${json.stringify(option)}.\\n`","&","&&","''","'').tolowercase().indexof(search.tolowercase())","'./components/select.vue'","'400px'","'auto'","'auto'.","'change'","'fade'","'foo'}]).","'http://sagalbot.github.io/vu","'label'","'loading'","'ltr',","'object')","'rtl',","'thi","'vue'","(!option.hasownproperty(this.label))","(ex.","(label","(this.label","(typeof","(use","(val)",")","*","*/","+","+95%",".",".v","/","/**","1","3/4,",":value.sync","=","===",">","@default","@deprec","@param","@return","@see","@type","[]","[].","[{label:","`","`.dropdown","`[vue","``","``.","`label`","`multiple`","`option`","`placeholder`","`value`","accept","action,","ad","add","advantag","agnost","ajax","ajax.","allow","anyth","api","app.","appear","applic","array","array,","array.","assign","asynchron","attempt","attribut","attribute.","auto.","axio","be","boolean","boolean,","bootstrap","bulma,","call","callback","callback.","canada","case","cdn","chang","change.","changed.","changes.","choices.","choos","chosen","chosen.","class","clear","clearsearchonselect:","client","close","closeonselect:","codepen","codepen.","collect","combin","common","compat","completes,","compon","component.","component:","conjunct","consid","console.warn(","contain","control","core","countrycod","countrycode:","countrynam","countryname:","coverag","creat","createoption:","css","current","custom","data","default","default()","default(newoption)","default(option)","default(option,","default,","default.","default:","defin","definition:","demo","depend","develop","dir","dir:","directly:","disabl","disabled:","dispatch","display","doc","docs.","document","don't","dropdown","dropdown,","each","element.","emit","empti","enable/dis","enables/dis","entir","entirely.","equival","event","exampl","example)","example,","examples,","exist","fals","false,","featur","fetch()","field.","filter","filterable:","filterfunction:","filtering.","filtering/search","foo',","foundat","full","function","function(bool)","function(search,","function,","gener","getoptionlabel:","give","height","here!","html","http","https://developer.mozilla.org/en","i'v","id","implement","implementation:","import","includ","input","input.","inputid:","instal","integr","intern","introduct","invok","it'","javascript:","jquery.","jsbin","keep","key","key:","label","label,","label:","labels'","layer,","librari","library,","list","list,","list.","listen","load","loading()","loading(false)","loading(true)","loading){}","loading.","loading...","loading:","local","look","main","manag","management,","match","max","maxheight:","menu`.","method","minifi","mode,","model","multi","multipl","multiple:","mutation.","name","need","new","newli","newopt","newoption)","newoption}","nodrop:","not`","npm","npm:","null","null/empti","number,","object","object,","object.","objects,","off.","onchange:","onsearch","onsearch:","open","oper","option","option.titl","option;","option[this.label]","option[this.label])","options,","options.","options:","or,","order","overhead","paramet","parameters,","parameters:","parent","parent.","part","pass","placeholder:","pre","present","present.","process","prop","prop.","prop:","properti","properties:","property.","provid","push","pushtags:","put","recommend","regist","remot","replac","request","requests.","requir","reset","resetonoptionschange:","result","retreiv","return","roadmap","rtl","rtl,ltr,","run","same","scope","scope=\"option\"","search","search)","searchable:","searchinput.","select","select',","select,","select.j","select/#ex","select2","selected.","server","set","ship","side","similar","simpl","singl","single/multipl","site","slot","slots,","sorry,","sourc","spec:","spinner","spinner.","standard","state","string","string,","string}","support","support.","sync","synced,","syntax","syntax.","tabindex","tabindex:","tag","taggabl","taggable.","taggable:","take","tell","templat","template.","templates.","test","text","text.","that'","then,","this.$emit('input',","this.$emit('option:created',","this.mutableoptions[0]","through","time","togeth","toggl","tool,","transit","transition:","transitions,","trello","trigger","true","true,","true.","two","type:","ui","unpkg.com.","up","updat","updated.","us","us/docs/web/html/global_attributes/dir","user","v","val","val)","valu","value(s)","value(s),","value,","value.","value:","values,","variabl","veri","via","view","vselect","vselect)","vue","vue.component('v","vue.j","vueselect.vueselect);","vuex","vuex,","vuex.","want","warn","warn]:","within","without","wrap","wrapper.","yarn","yarn:","you'd","you'll","yourself.","zero","{","{[this.label]:","{array}","{boolean}","{function}","{loading}","{null}","{number}","{object","{object||string||null}","{option}","{search}","{string}","{{","||","}","},","}}","~1.0","~2.0","~33kb"],"pipeline":["stopWordFilter","stemmer"]},"store":{"./":{"url":"./","title":"Introduction","keywords":"","body":"vue-select \n\nA Vue.js select component that provides similar functionality to Select2 without the overhead of jQuery.\n\nFeatures\n\nAJAX Support\nTagging\nList Filtering/Searching\nSupports Vuex\nSelect Single/Multiple Options\nTested with Bootstrap 3/4, Bulma, Foundation\n+95% Test Coverage\n~33kb minified with CSS\nZero dependencies\n\nDocumentation\n\nDemo & Docs\nExample on JSBin\nCodePen Template\nTrello Roadmap\n\nInstall\nVue Compatibility\n\nvue ~2.0 use vue-select ~2.0\nvue ~1.0 use vue-select ~1.0\n\n"},"Install.html":{"url":"Install.html","title":"Installation","keywords":"","body":"Vue Compatibility\n\nvue ~2.0 use vue-select ~2.0\nvue ~1.0 use vue-select ~1.0\n\nYarn / NPM\nInstall with yarn:\nyarn add vue-select\n\nor, using NPM:\nnpm install vue-select\nThen, import and register the component:\nimport Vue from 'vue'\nimport vSelect from './components/Select.vue'\n\nVue.component('v-select', vSelect)\n\nCDN\nInclude vue & vue-select.js - I recommend using unpkg.com.\n\n\n\n\n\n\n\n\nThen register the component in your javascript:\nVue.component('v-select', VueSelect.VueSelect);\n\n\n"},"Basics/Options.html":{"url":"Basics/Options.html","title":"Dropdown Options","keywords":"","body":"Dropdown Options \nvue-select accepts arrays of strings or objects to use as options through the options prop:\n\n\nWhen provided an array of objects, vue-select will display a single value of the object. By default, vue-select will look for a key named label on the object to use as display text.\n\n\nOption Labels \nWhen the options array contains objects, vue-select looks for the label key to display by default. You can set your own label to match your source data using the label prop.\nFor example, consider an object with countryCode and countryName properties:\n{\n countryCode: \"CA\",\n countryName: \"Canada\"\n}\n\nIf you wanted to display Canada in the dropdown, you'd use the countryName key:\n\n\n\nNull / Empty Options \nvue-select requires the option property to be an array. If you are using Vue in development mode, you will get warnings attempting to pass anything other than an array to the options prop. If you need a null/empty value, use an empty array [].\n"},"Basics/Values.html":{"url":"Basics/Values.html","title":"Selecting Values","keywords":"","body":"Selecting Values \nThe most common use case for vue-select is to have the chosen value synced with a parent component. vue-select takes advantage of the v-model syntax to sync values with a parent.\n\n\n\nIf you don't require the value to be synced, you can also pass the prop directly:\n\n\nThis method allows you to pre-select a value(s), without syncing any changes to the parent component. This is also very useful when using a state management tool, like Vuex.\nSingle/Multiple Selection \nBy default, vue-select supports choosing a single value. If you need multiple values, use the multiple prop:\n\n\n\nTagging \nTo allow input that's not present within the options, set the taggable prop to true.\nIf you want new tags to be pushed to the options list, set push-tags to true.\n\n\n\n"},"Basics/Localization.html":{"url":"Basics/Localization.html","title":"Localization","keywords":"","body":"RTL\nvue-select supports RTL using the standard HTML API using the dir attribute.\n\n\nThe dir attribute accepts the same values as the HTML spec: rtl,ltr, and auto.\nComponent Text\nAll of the text within the component has been wrapped within slots and can be replaced in your app.\nLoading Spinner\nSlot Definition:\n\n Loading...\n\n\nImplementation:\n\n \n\n\nNo Options Text\nSlot Definition:\nSorry, no matching options.\n\nImplementation:\n\n No Options Here!\n\n\nFor a full list of component slots, view the slots API docs.\n\n"},"Advanced/Templating.html":{"url":"Advanced/Templating.html","title":"Templating","keywords":"","body":"Scoped Slot option\nvue-select provides the scoped option slot in order to create custom dropdown templates.\n\n \n \n {{ option.title }}\n \n \n\nUsing the option slot with slot-scope=\"option\" gives the \nprovides the current option variable to the template.\n\n"},"Advanced/Vuex.html":{"url":"Advanced/Vuex.html","title":"Vuex","keywords":"","body":"Using the input Event with Vuex\nvue-select emits the input event any time the internal value is changed. \nThis is the same event that allow the for the v-model syntax. When using\nVuex for state management, you can use the input event to dispatch an\naction, or trigger a mutation.\n\n\n\n"},"Advanced/Ajax.html":{"url":"Advanced/Ajax.html","title":"AJAX","keywords":"","body":"AJAX Remote Option Loading\n\nThe onSearch prop allows you to load options via ajax in a parent component \nwhen the search text is updated. It is invoked with two parameters, search & loading.\n/**\n* Accepts a callback function that will be run\n* when the search text changes. The callback\n* will be invoked with these parameters:\n*\n* @param {search} String Current search text\n* @param {loading} Function Toggle loading class\n*/\nonSearch: {\n type: Function,\n default: false\n},\n\nThe loading function accepts a boolean parameter that will be assigned \nto the vue-select internal loading property. Call loading(true) to set the \nloading property to true - toggling the loading spinner. After your \nasynchronous operation completes, call loading(false) to toggle it off. \nDisabling Filtering\nWhen loading server side options, it can be useful to disable the \nclient side filtering. Use the filterable prop to disable filtering.\n/**\n * When true, existing options will be filtered\n * by the search text. Should not be used in\n * conjunction with taggable.\n * \n * @type {Boolean}\n */\nfilterable: {\n type: Boolean,\n default: true\n},\n\nLoading Spinner\nVue Select includes a default loading spinner that appears when the loading class is present. The spinner slot allows you to implement your own spinner.\nLoading...\n\nLibrary Agnostic\nSince Vue.js does not ship with ajax functionality as part of the core library, it's up to you to process the ajax requests in your parent component.\nI recommend using axios for creating your applications HTTP layer, \nor fetch() for simple requests.\n"},"Examples.html":{"url":"Examples.html","title":"Examples","keywords":"","body":"Codepen Collection\nI've put together a collection of examples, including all the examples \nfrom this documentation site on Codepen.\n"},"Api/Props.html":{"url":"Api/Props.html","title":"Props","keywords":"","body":"Select\n/**\n * Contains the currently selected value. Very similar to a\n * `value` attribute on an . You can listen for changes\n * using 'change' event using v-on\n * @type {Object||String||null}\n */\nvalue: {\n default: null\n},\n\n/**\n * An array of strings or objects to be used as dropdown choices.\n * If you are using an array of objects, vue-select will look for\n * a `label` key (ex. [{label: 'This is Foo', value: 'foo'}]). A\n * custom label key can be set with the `label` prop.\n * @type {Array}\n */\noptions: {\n type: Array,\n default() {\n return []\n },\n},\n\n/**\n * Disable the entire component.\n * @type {Boolean}\n */\ndisabled: {\n type: Boolean,\n default: false\n},\n\n/**\n * Sets the max-height property on the dropdown list.\n * @deprecated\n * @type {String}\n */\nmaxHeight: {\n type: String,\n default: '400px'\n},\n\n/**\n * Enable/disable filtering the options.\n * @type {Boolean}\n */\nsearchable: {\n type: Boolean,\n default: true\n},\n\n/**\n * Equivalent to the `multiple` attribute on a `` input.\n * @type {Boolean}\n */\nmultiple: {\n type: Boolean,\n default: false\n},\n\n/**\n * Equivalent to the `placeholder` attribute on an ``.\n * @type {String}\n */\nplaceholder: {\n type: String,\n default: ''\n},\n\n/**\n * Sets a Vue transition property on the `.dropdown-menu`. vue-select\n * does not include CSS for transitions, you'll need to add them yourself.\n * @type {String}\n */\ntransition: {\n type: String,\n default: 'fade'\n},\n\n/**\n * Enables/disables clearing the search text when an option is selected.\n * @type {Boolean}\n */\nclearSearchOnSelect: {\n type: Boolean,\n default: true\n},\n\n/**\n * Close a dropdown when an option is chosen. Set to false to keep the dropdown\n * open (useful when combined with multi-select, for example)\n * @type {Boolean}\n */\ncloseOnSelect: {\n type: Boolean,\n default: true\n},\n\n/**\n * Tells vue-select what key to use when generating option\n * labels when each `option` is an object.\n * @type {String}\n */\nlabel: {\n type: String,\n default: 'label'\n},\n\n/**\n * Callback to generate the label text. If {option}\n * is an object, returns option[this.label] by default.\n * @type {Function}\n * @param {Object || String} option\n * @return {String}\n */\ngetOptionLabel: {\n type: Function,\n default(option) {\n if (typeof option === 'object') {\n if (!option.hasOwnProperty(this.label)) {\n return console.warn(\n `[vue-select warn]: Label key \"option.${this.label}\" does not` +\n ` exist in options object ${JSON.stringify(option)}.\\n` +\n 'http://sagalbot.github.io/vue-select/#ex-labels'\n )\n }\n if (this.label && option[this.label]) {\n return option[this.label]\n }\n }\n return option;\n }\n},\n\n/**\n * Callback to filter the search result the label text.\n * @type {Function}\n * @param {Object || String} option\n * @param {String} label\n * @param {String} search\n * @return {Boolean}\n */\nfilterFunction: {\n type: Function,\n default(option, label, search) {\n return (label || '').toLowerCase().indexOf(search.toLowerCase()) > -1\n }\n},\n\n/**\n * An optional callback function that is called each time the selected\n * value(s) change. When integrating with Vuex, use this callback to trigger\n * an action, rather than using :value.sync to retreive the selected value.\n * @type {Function}\n * @param {Object || String} val\n */\nonChange: {\n type: Function,\n default: function (val) {\n this.$emit('input', val)\n }\n},\n\n/**\n * Enable/disable creating options from searchInput.\n * @type {Boolean}\n */\ntaggable: {\n type: Boolean,\n default: false\n},\n\n/**\n * Set the tabindex for the input field.\n * @type {Number}\n */\ntabindex: {\n type: Number,\n default: null\n},\n\n/**\n * When true, newly created tags will be added to\n * the options list.\n * @type {Boolean}\n */\npushTags: {\n type: Boolean,\n default: false\n},\n\n/**\n * When true, existing options will be filtered\n * by the search text. Should not be used in conjunction\n * with taggable.\n * @type {Boolean}\n */\nfilterable: {\n type: Boolean,\n default: true\n},\n\n/**\n * User defined function for adding Options\n * @type {Function}\n */\ncreateOption: {\n type: Function,\n default(newOption) {\n if (typeof this.mutableOptions[0] === 'object') {\n newOption = {[this.label]: newOption}\n }\n this.$emit('option:created', newOption)\n return newOption\n }\n},\n\n/**\n * When false, updating the options will not reset the select value\n * @type {Boolean}\n */\nresetOnOptionsChange: {\n type: Boolean,\n default: false\n},\n\n/**\n * Disable the dropdown entirely.\n * @type {Boolean}\n */\nnoDrop: {\n type: Boolean,\n default: false\n},\n\n/**\n * Sets the id of the input element.\n * @type {String}\n * @default {null}\n */\ninputId: {\n type: String\n},\n\n/**\n * Sets RTL support. Accepts 'ltr', 'rtl', 'auto'.\n * @see https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/dir\n * @type {String}\n * @default 'auto'\n */\ndir: {\n type: String,\n default: 'auto'\n},\n\nAJAX\n/**\n * Toggles the adding of a 'loading' class to the main\n * .v-select wrapper. Useful to control UI state when\n * results are being processed through AJAX.\n */\nloading: {\n type: Boolean,\n default: false\n},\n\n/**\n * Accept a callback function that will be\n * run when the search text changes.\n *\n * loading() accepts a boolean value, and can\n * be used to toggle a loading class from\n * the onSearch callback.\n *\n * @param {search} String Current search text\n * @param {loading} Function(bool) Toggle loading class\n */\nonSearch: {\n type: Function,\n default: function(search, loading){}\n}\n\n"}}} \ No newline at end of file diff --git a/index.html b/index.html index 868268f..50f5d5e 100644 --- a/index.html +++ b/index.html @@ -11,4 +11,4 @@ })(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-12818324-8', 'auto'); - ga('send', 'pageview'); \ No newline at end of file + ga('send', 'pageview'); \ No newline at end of file diff --git a/js/app.84dc3a2e62beb6fa1838.js b/js/app.84dc3a2e62beb6fa1838.js new file mode 100644 index 0000000..5204c09 --- /dev/null +++ b/js/app.84dc3a2e62beb6fa1838.js @@ -0,0 +1,102 @@ +webpackJsonp([2,0],[ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var _vue = __webpack_require__(9); + + var _vue2 = _interopRequireDefault(_vue); + + var _Select = __webpack_require__(6); + + var _Select2 = _interopRequireDefault(_Select); + + __webpack_require__(1); + + function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; } + + _vue2.default.component('v-select', _Select2.default); + + new _vue2.default({ + el: '#app', + data: function data() { + return { + loading: false, + selected: null, + options: [{ + title: 'Read the Docs', + icon: 'octicon-book', + url: 'docs/' + }, { + title: 'View on GitHub', + icon: 'octicon-mark-github', + url: 'https://github.com/sagalbot/vue-select' + }, { + title: 'View on NPM', + icon: 'octicon-database', + url: 'https://www.npmjs.com/package/vue-select' + }, { + title: 'View Code Climate Analysis', + icon: 'octicon-graph', + url: 'https://codeclimate.com/github/sagalbot/vue-select' + }, { + title: 'View Codepen Examples', + icon: 'octicon-pencil', + url: 'https://codepen.io/collection/nrkgxV/' + }] + }; + } + }); + +/***/ }), +/* 1 */ +/***/ (function(module, exports) { + + // removed by extract-text-webpack-plugin + +/***/ }), +/* 2 */ +/***/ (function(module, exports) { + + // removed by extract-text-webpack-plugin + +/***/ }), +/* 3 */, +/* 4 */, +/* 5 */, +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + function injectStyle (ssrContext) { + __webpack_require__(2) + } + var normalizeComponent = __webpack_require__(7) + /* script */ + export * from "!!babel-loader!../../node_modules/vue-loader/lib/selector?type=script&index=0!./Select.vue" + import __vue_script__ from "!!babel-loader!../../node_modules/vue-loader/lib/selector?type=script&index=0!./Select.vue" + /* template */ + import __vue_template__ from "!!../../node_modules/vue-loader/lib/template-compiler/index?{\"id\":\"data-v-c7c5c990\",\"hasScoped\":false,\"buble\":{\"transforms\":{}}}!../../node_modules/vue-loader/lib/selector?type=template&index=0!./Select.vue" + /* template functional */ + var __vue_template_functional__ = false + /* styles */ + var __vue_styles__ = injectStyle + /* scopeId */ + var __vue_scopeId__ = null + /* moduleIdentifier (server only) */ + var __vue_module_identifier__ = null + var Component = normalizeComponent( + __vue_script__, + __vue_template__, + __vue_template_functional__, + __vue_styles__, + __vue_scopeId__, + __vue_module_identifier__ + ) + + export default Component.exports + + +/***/ }) +]); +//# sourceMappingURL=app.84dc3a2e62beb6fa1838.js.map \ No newline at end of file diff --git a/js/app.84dc3a2e62beb6fa1838.js.map b/js/app.84dc3a2e62beb6fa1838.js.map new file mode 100644 index 0000000..565c376 --- /dev/null +++ b/js/app.84dc3a2e62beb6fa1838.js.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///./docs/homepage/home.js","webpack:///./docs/homepage/assets/scss/home.scss","webpack:///./src/components/Select.vue?3d9e","webpack:///./src/components/Select.vue"],"names":["component","el","data","loading","selected","options","title","icon","url"],"mappings":";;;;;;AAAA;;;;AACA;;;;AAEA;;;;AAEA,eAAIA,SAAJ,CAAc,UAAd;;AAGA,mBAAQ;AACNC,OAAI,MADE;AAENC,OAFM,kBAEC;AACL,YAAO;AACLC,gBAAS,KADJ;AAELC,iBAAU,IAFL;AAGLC,gBAAS,CACP;AACEC,gBAAO,eADT;AAEEC,eAAM,cAFR;AAGEC,cAAK;AAHP,QADO,EAMP;AACEF,gBAAO,gBADT;AAEEC,eAAM,qBAFR;AAGEC,cAAK;AAHP,QANO,EAWP;AACEF,gBAAO,aADT;AAEEC,eAAM,kBAFR;AAGEC,cAAK;AAHP,QAXO,EAgBP;AACEF,gBAAO,4BADT;AAEEC,eAAM,eAFR;AAGEC,cAAK;AAHP,QAhBO,EAqBP;AACEF,gBAAO,uBADT;AAEEC,eAAM,gBAFR;AAGEC,cAAK;AAHP,QArBO;AAHJ,MAAP;AA+BD;AAlCK,EAAR,E;;;;;;ACRA,0C;;;;;;ACAA,0C;;;;;;;;;ACAA;AACA,wBAAqS;AACrS;AACA;AACA;AACA;AACA;AACA;AACA,4FAA2F,0DAA0D,mBAAmB;AACxK;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA","file":"js/app.84dc3a2e62beb6fa1838.js","sourcesContent":["import Vue from 'vue'\nimport vSelect from '../../src/components/Select'\n\nimport './assets/scss/home.scss'\n\nVue.component('v-select', vSelect);\n\n/* eslint-disable no-new */\nnew Vue({\n el: '#app',\n data() {\n return {\n loading: false,\n selected: null,\n options: [\n {\n title: 'Read the Docs',\n icon: 'octicon-book',\n url: 'docs/'\n },\n {\n title: 'View on GitHub',\n icon: 'octicon-mark-github',\n url: 'https://github.com/sagalbot/vue-select'\n },\n {\n title: 'View on NPM',\n icon: 'octicon-database',\n url: 'https://www.npmjs.com/package/vue-select'\n },\n {\n title: 'View Code Climate Analysis',\n icon: 'octicon-graph',\n url: 'https://codeclimate.com/github/sagalbot/vue-select'\n },\n {\n title: 'View Codepen Examples',\n icon: 'octicon-pencil',\n url: 'https://codepen.io/collection/nrkgxV/'\n },\n ]\n }\n }\n});\n\n\n\n// WEBPACK FOOTER //\n// ./docs/homepage/home.js","// removed by extract-text-webpack-plugin\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./docs/homepage/assets/scss/home.scss\n// module id = 1\n// module chunks = 2","// removed by extract-text-webpack-plugin\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/extract-text-webpack-plugin/loader.js?{\"omit\":1,\"extract\":true,\"remove\":true}!./~/vue-style-loader!./~/css-loader?sourceMap!./~/vue-loader/lib/style-compiler?{\"vue\":true,\"id\":\"data-v-c7c5c990\",\"scoped\":false,\"hasInlineConfig\":false}!./~/vue-loader/lib/selector.js?type=styles&index=0!./src/components/Select.vue\n// module id = 2\n// module chunks = 2","function injectStyle (ssrContext) {\n require(\"!!../../node_modules/extract-text-webpack-plugin/loader.js?{\\\"omit\\\":1,\\\"extract\\\":true,\\\"remove\\\":true}!vue-style-loader!css-loader?sourceMap!../../node_modules/vue-loader/lib/style-compiler/index?{\\\"vue\\\":true,\\\"id\\\":\\\"data-v-c7c5c990\\\",\\\"scoped\\\":false,\\\"hasInlineConfig\\\":false}!../../node_modules/vue-loader/lib/selector?type=styles&index=0!./Select.vue\")\n}\nvar normalizeComponent = require(\"!../../node_modules/vue-loader/lib/component-normalizer\")\n/* script */\nexport * from \"!!babel-loader!../../node_modules/vue-loader/lib/selector?type=script&index=0!./Select.vue\"\nimport __vue_script__ from \"!!babel-loader!../../node_modules/vue-loader/lib/selector?type=script&index=0!./Select.vue\"\n/* template */\nimport __vue_template__ from \"!!../../node_modules/vue-loader/lib/template-compiler/index?{\\\"id\\\":\\\"data-v-c7c5c990\\\",\\\"hasScoped\\\":false,\\\"buble\\\":{\\\"transforms\\\":{}}}!../../node_modules/vue-loader/lib/selector?type=template&index=0!./Select.vue\"\n/* template functional */\nvar __vue_template_functional__ = false\n/* styles */\nvar __vue_styles__ = injectStyle\n/* scopeId */\nvar __vue_scopeId__ = null\n/* moduleIdentifier (server only) */\nvar __vue_module_identifier__ = null\nvar Component = normalizeComponent(\n __vue_script__,\n __vue_template__,\n __vue_template_functional__,\n __vue_styles__,\n __vue_scopeId__,\n __vue_module_identifier__\n)\n\nexport default Component.exports\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./src/components/Select.vue\n// module id = 6\n// module chunks = 2"],"sourceRoot":""} \ No newline at end of file diff --git a/js/manifest.a5937591c8e5d98b251d.js b/js/manifest.a5937591c8e5d98b251d.js new file mode 100644 index 0000000..21876fe --- /dev/null +++ b/js/manifest.a5937591c8e5d98b251d.js @@ -0,0 +1,2 @@ +!function(e){function t(a){if(r[a])return r[a].exports;var n=r[a]={exports:{},id:a,loaded:!1};return e[a].call(n.exports,n,n.exports,t),n.loaded=!0,n.exports}var a=window.webpackJsonp;window.webpackJsonp=function(o,p){for(var c,l,s=0,i=[];s1)for(var n=1;n=0&&(e._idleTimeoutId=setTimeout(function(){e._onTimeout&&e._onTimeout()},t))},n(4),t.setImmediate=setImmediate,t.clearImmediate=clearImmediate},,function(e,t){e.exports=function(e,t,n,r,i,o){var a,s=e=e||{},c=typeof e.default;"object"!==c&&"function"!==c||(a=e,s=e.default);var u="function"==typeof s?s.options:s;t&&(u.render=t.render,u.staticRenderFns=t.staticRenderFns,u._compiled=!0),n&&(u.functional=!0),i&&(u._scopeId=i);var l;if(o?(l=function(e){e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext,e||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),r&&r.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(o)},u._ssrRegister=l):r&&(l=r),l){var f=u.functional,d=f?u.render:u.beforeCreate;f?(u._injectStyles=l,u.render=function(e,t){return l.call(t),d(e,t)}):u.beforeCreate=d?[].concat(d,l):[l]}return{esModule:a,exports:s,options:u}}},function(e,t){e.exports=function(e,t){for(var n=[],r={},i=0;i=0&&Math.floor(t)===t&&isFinite(e)}function d(e){return null==e?"":"object"==typeof e?JSON.stringify(e,null,2):String(e)}function p(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var n=Object.create(null),r=e.split(","),i=0;i-1)return e.splice(n,1)}}function m(e,t){return ho.call(e,t)}function g(e){var t=Object.create(null);return function(n){var r=t[n];return r||(t[n]=e(n))}}function y(e,t){function n(n){var r=arguments.length;return r?r>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n}function _(e,t){t=t||0;for(var n=e.length-t,r=new Array(n);n--;)r[n]=e[n+t];return r}function b(e,t){for(var n in t)e[n]=t[n];return e}function $(e){for(var t={},n=0;n0&&(a=ye(a,(t||"")+"_"+n),ge(a[0])&&ge(u)&&(l[c]=N(u.text+a[0].text),a.shift()),l.push.apply(l,a)):s(a)?ge(u)?l[c]=N(u.text+a):""!==a&&l.push(N(a)):ge(a)&&ge(u)?l[c]=N(u.text+a.text):(o(e._isVList)&&i(a.tag)&&r(a.key)&&i(t)&&(a.key="__vlist"+t+"_"+n+"__"),l.push(a)));return l}function _e(e,t){return(e.__esModule||Ko&&"Module"===e[Symbol.toStringTag])&&(e=e.default),c(e)?t.extend(e):e}function be(e,t,n,r,i){var o=Yo();return o.asyncFactory=e,o.asyncMeta={data:t,context:n,children:r,tag:i},o}function $e(e,t,n){if(o(e.error)&&i(e.errorComp))return e.errorComp;if(i(e.resolved))return e.resolved;if(o(e.loading)&&i(e.loadingComp))return e.loadingComp;if(!i(e.contexts)){var a=e.contexts=[n],s=!0,u=function(){for(var e=0,t=a.length;e1?_(n):n;for(var r=_(arguments,1),i=0,o=n.length;iCa&&ya[n].id>e.id;)n--;ya.splice(n+1,0,e)}else ya.push(e);$a||($a=!0,se(Ue))}}function Je(e,t,n){Aa.get=function(){return this[t][n]},Aa.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Aa)}function qe(e){e._watchers=[];var t=e.$options;t.props&&We(e,t.props),t.methods&&et(e,t.methods),t.data?Xe(e):F(e._data={},!0),t.computed&&Ze(e,t.computed),t.watch&&t.watch!==Fo&&tt(e,t.watch)}function We(e,t){var n=e.$options.propsData||{},r=e._props={},i=e.$options._propKeys=[],o=!e.$parent;na.shouldConvert=o;var a=function(o){i.push(o);var a=Y(o,t,n,e);R(r,o,a),o in e||Je(e,"_props",o)};for(var s in t)a(s);na.shouldConvert=!0}function Xe(e){var t=e.$options.data;t=e._data="function"==typeof t?Ge(t,e):t||{},u(t)||(t={});for(var n=Object.keys(t),r=e.$options.props,i=(e.$options.methods,n.length);i--;){var o=n[i];r&&m(r,o)||O(o)||Je(e,"_data",o)}F(t,!0)}function Ge(e,t){try{return e.call(t,t)}catch(e){return ne(e,t,"data()"),{}}}function Ze(e,t){var n=e._computedWatchers=Object.create(null),r=Vo();for(var i in t){var o=t[i],a="function"==typeof o?o:o.get;r||(n[i]=new ka(e,a||w,w,Oa)),i in e||Ye(e,i,o)}}function Ye(e,t,n){var r=!Vo();"function"==typeof n?(Aa.get=r?Qe(t):n,Aa.set=w):(Aa.get=n.get?r&&n.cache!==!1?Qe(t):n.get:w,Aa.set=n.set?n.set:w),Object.defineProperty(e,t,Aa)}function Qe(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),Wo.target&&t.depend(),t.value}}function et(e,t){e.$options.props;for(var n in t)e[n]=null==t[n]?w:y(t[n],e)}function tt(e,t){for(var n in t){var r=t[n];if(Array.isArray(r))for(var i=0;i=0||n.indexOf(e[i])<0)&&r.push(e[i]);return r}return e}function Pt(e){this._init(e)}function Dt(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=_(arguments,1);return n.unshift(this),"function"==typeof e.install?e.install.apply(e,n):"function"==typeof e&&e.apply(null,n),t.push(e),this}}function Ft(e){e.mixin=function(e){return this.options=G(this.options,e),this}}function Rt(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,r=n.cid,i=e._Ctor||(e._Ctor={});if(i[r])return i[r];var o=e.name||n.options.name,a=function(e){this._init(e)};return a.prototype=Object.create(n.prototype),a.prototype.constructor=a,a.cid=t++,a.options=G(n.options,e),a.super=n,a.options.props&&Ht(a),a.options.computed&&Ut(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,xo.forEach(function(e){a[e]=n[e]}),o&&(a.options.components[o]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=b({},a.options),i[r]=a,a}}function Ht(e){var t=e.options.props;for(var n in t)Je(e.prototype,"_props",n)}function Ut(e){var t=e.options.computed;for(var n in t)Ye(e.prototype,n,t[n])}function Bt(e){xo.forEach(function(t){e[t]=function(e,n){return n?("component"===t&&u(n)&&(n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&"function"==typeof n&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}})}function Vt(e){return e&&(e.Ctor.options.name||e.tag)}function zt(e,t){return Array.isArray(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!l(e)&&e.test(t)}function Kt(e,t){var n=e.cache,r=e.keys,i=e._vnode;for(var o in n){var a=n[o];if(a){var s=Vt(a.componentOptions);s&&!t(s)&&Jt(n,o,r,i)}}}function Jt(e,t,n,r){var i=e[t];!i||r&&i.tag===r.tag||i.componentInstance.$destroy(),e[t]=null,h(n,t)}function qt(e){var t={};t.get=function(){return Ao},Object.defineProperty(e,"config",t),e.util={warn:Jo,extend:b,mergeOptions:G,defineReactive:R},e.set=H,e.delete=U,e.nextTick=se,e.options=Object.create(null),xo.forEach(function(t){e.options[t+"s"]=Object.create(null)}),e.options._base=e,b(e.options.components,Ma),Dt(e),Ft(e),Rt(e),Bt(e)}function Wt(e){for(var t=e.data,n=e,r=e;i(r.componentInstance);)r=r.componentInstance._vnode,r&&r.data&&(t=Xt(r.data,t));for(;i(n=n.parent);)n&&n.data&&(t=Xt(t,n.data));return Gt(t.staticClass,t.class)}function Xt(e,t){return{staticClass:Zt(e.staticClass,t.staticClass),class:i(e.class)?[e.class,t.class]:t.class}}function Gt(e,t){return i(e)||i(t)?Zt(e,Yt(t)):""}function Zt(e,t){return e?t?e+" "+t:e:t||""}function Yt(e){return Array.isArray(e)?Qt(e):c(e)?en(e):"string"==typeof e?e:""}function Qt(e){for(var t,n="",r=0,o=e.length;r-1?os[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:os[e]=/HTMLUnknownElement/.test(t.toString())}function rn(e){if("string"==typeof e){var t=document.querySelector(e);return t?t:document.createElement("div")}return e}function on(e,t){var n=document.createElement(e);return"select"!==e?n:(t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n)}function an(e,t){return document.createElementNS(es[e],t)}function sn(e){return document.createTextNode(e)}function cn(e){return document.createComment(e)}function un(e,t,n){e.insertBefore(t,n)}function ln(e,t){e.removeChild(t)}function fn(e,t){e.appendChild(t)}function dn(e){return e.parentNode}function pn(e){return e.nextSibling}function vn(e){return e.tagName}function hn(e,t){e.textContent=t}function mn(e,t,n){e.setAttribute(t,n)}function gn(e,t){var n=e.data.ref;if(n){var r=e.context,i=e.componentInstance||e.elm,o=r.$refs;t?Array.isArray(o[n])?h(o[n],i):o[n]===i&&(o[n]=void 0):e.data.refInFor?Array.isArray(o[n])?o[n].indexOf(i)<0&&o[n].push(i):o[n]=[i]:o[n]=i}}function yn(e,t){return e.key===t.key&&(e.tag===t.tag&&e.isComment===t.isComment&&i(e.data)===i(t.data)&&_n(e,t)||o(e.isAsyncPlaceholder)&&e.asyncFactory===t.asyncFactory&&r(t.asyncFactory.error))}function _n(e,t){if("input"!==e.tag)return!0;var n,r=i(n=e.data)&&i(n=n.attrs)&&n.type,o=i(n=t.data)&&i(n=n.attrs)&&n.type;return r===o||as(r)&&as(o)}function bn(e,t,n){var r,o,a={};for(r=t;r<=n;++r)o=e[r].key,i(o)&&(a[o]=r);return a}function $n(e){function t(e){return new Go(I.tagName(e).toLowerCase(),{},[],void 0,e)}function n(e,t){function n(){0===--n.listeners&&a(e)}return n.listeners=t,n}function a(e){var t=I.parentNode(e);i(t)&&I.removeChild(t,e)}function c(e,t,n,r,a){if(e.isRootInsert=!a,!u(e,t,n,r)){var s=e.data,c=e.children,l=e.tag;i(l)?(e.elm=e.ns?I.createElementNS(e.ns,l):I.createElement(l,e),g(e),p(e,c,t),i(s)&&m(e,t),d(n,e.elm,r)):o(e.isComment)?(e.elm=I.createComment(e.text),d(n,e.elm,r)):(e.elm=I.createTextNode(e.text),d(n,e.elm,r))}}function u(e,t,n,r){var a=e.data;if(i(a)){var s=i(e.componentInstance)&&a.keepAlive;if(i(a=a.hook)&&i(a=a.init)&&a(e,!1,n,r),i(e.componentInstance))return l(e,t),o(s)&&f(e,t,n,r),!0}}function l(e,t){i(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,h(e)?(m(e,t),g(e)):(gn(e),t.push(e))}function f(e,t,n,r){for(var o,a=e;a.componentInstance;)if(a=a.componentInstance._vnode,i(o=a.data)&&i(o=o.transition)){for(o=0;ov?(f=r(n[g+1])?null:n[g+1].elm,y(e,f,n,p,g,o)):p>g&&b(e,t,d,v)}function C(e,t,n,r){for(var o=n;o=0&&(m=e.charAt(h)," "===m);h--);m&&ms.test(m)||(l=!0)}}else void 0===o?(v=i+1,o=e.slice(0,i).trim()):t();if(void 0===o?o=e.slice(0,i).trim():0!==v&&t(),a)for(i=0;i-1?{exp:e.slice(0,Ra),key:'"'+e.slice(Ra+1)+'"'}:{exp:e,key:null};for(Da=e,Ra=Ha=Ua=0;!Kn();)Fa=zn(),Jn(Fa)?Wn(Fa):91===Fa&&qn(Fa);return{exp:e.slice(0,Ha),key:e.slice(Ha+1,Ua)}}function zn(){return Da.charCodeAt(++Ra)}function Kn(){return Ra>=Pa}function Jn(e){return 34===e||39===e}function qn(e){var t=1;for(Ha=Ra;!Kn();)if(e=zn(),Jn(e))Wn(e);else if(91===e&&t++,93===e&&t--,0===t){Ua=Ra;break}}function Wn(e){for(var t=e;!Kn()&&(e=zn(),e!==t););}function Xn(e,t,n){Ba=n;var r=t.value,i=t.modifiers,o=e.tag,a=e.attrsMap.type;if(e.component)return Un(e,r,i),!1;if("select"===o)Yn(e,r,i);else if("input"===o&&"checkbox"===a)Gn(e,r,i);else if("input"===o&&"radio"===a)Zn(e,r,i);else if("input"===o||"textarea"===o)Qn(e,r,i);else if(!Ao.isReservedTag(o))return Un(e,r,i),!1;return!0}function Gn(e,t,n){var r=n&&n.number,i=Rn(e,"value")||"null",o=Rn(e,"true-value")||"true",a=Rn(e,"false-value")||"false";Ln(e,"checked","Array.isArray("+t+")?_i("+t+","+i+")>-1"+("true"===o?":("+t+")":":_q("+t+","+o+")")),Fn(e,"change","var $$a="+t+",$$el=$event.target,$$c=$$el.checked?("+o+"):("+a+");if(Array.isArray($$a)){var $$v="+(r?"_n("+i+")":i)+",$$i=_i($$a,$$v);if($$el.checked){$$i<0&&("+t+"=$$a.concat([$$v]))}else{$$i>-1&&("+t+"=$$a.slice(0,$$i).concat($$a.slice($$i+1)))}}else{"+Bn(t,"$$c")+"}",null,!0)}function Zn(e,t,n){var r=n&&n.number,i=Rn(e,"value")||"null";i=r?"_n("+i+")":i,Ln(e,"checked","_q("+t+","+i+")"),Fn(e,"change",Bn(t,i),null,!0)}function Yn(e,t,n){var r=n&&n.number,i='Array.prototype.filter.call($event.target.options,function(o){return o.selected}).map(function(o){var val = "_value" in o ? o._value : o.value;return '+(r?"_n(val)":"val")+"})",o="$event.target.multiple ? $$selectedVal : $$selectedVal[0]",a="var $$selectedVal = "+i+";";a=a+" "+Bn(t,o),Fn(e,"change",a,null,!0)}function Qn(e,t,n){var r=e.attrsMap.type,i=n||{},o=i.lazy,a=i.number,s=i.trim,c=!o&&"range"!==r,u=o?"change":"range"===r?gs:"input",l="$event.target.value";s&&(l="$event.target.value.trim()"),a&&(l="_n("+l+")");var f=Bn(t,l);c&&(f="if($event.target.composing)return;"+f),Ln(e,"value","("+t+")"),Fn(e,u,f,null,!0),(s||a)&&Fn(e,"blur","$forceUpdate()")}function er(e){if(i(e[gs])){var t=No?"change":"input";e[t]=[].concat(e[gs],e[t]||[]),delete e[gs]}i(e[ys])&&(e.change=[].concat(e[ys],e.change||[]),delete e[ys])}function tr(e,t,n){var r=Va;return function i(){var o=e.apply(null,arguments);null!==o&&rr(t,i,n,r)}}function nr(e,t,n,r,i){t=ae(t),n&&(t=tr(t,e,r)),Va.addEventListener(e,t,Ro?{capture:r,passive:i}:r)}function rr(e,t,n,r){(r||Va).removeEventListener(e,t._withTask||t,n)}function ir(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},i=e.data.on||{};Va=t.elm,er(n),fe(n,i,nr,rr,t.context),Va=void 0}}function or(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,o,a=t.elm,s=e.data.domProps||{},c=t.data.domProps||{};i(c.__ob__)&&(c=t.data.domProps=b({},c));for(n in s)r(c[n])&&(a[n]="");for(n in c){if(o=c[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),o===s[n])continue;1===a.childNodes.length&&a.removeChild(a.childNodes[0])}if("value"===n){a._value=o;var u=r(o)?"":String(o);ar(a,u)&&(a.value=u)}else a[n]=o}}}function ar(e,t){return!e.composing&&("OPTION"===e.tagName||sr(e,t)||cr(e,t))}function sr(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}function cr(e,t){var n=e.value,r=e._vModifiers;if(i(r)){if(r.lazy)return!1;if(r.number)return p(n)!==p(t);if(r.trim)return n.trim()!==t.trim()}return n!==t}function ur(e){var t=lr(e.style);return e.staticStyle?b(e.staticStyle,t):t}function lr(e){return Array.isArray(e)?$(e):"string"==typeof e?$s(e):e}function fr(e,t){var n,r={};if(t)for(var i=e;i.componentInstance;)i=i.componentInstance._vnode,i&&i.data&&(n=ur(i.data))&&b(r,n);(n=ur(e.data))&&b(r,n);for(var o=e;o=o.parent;)o.data&&(n=ur(o.data))&&b(r,n);return r}function dr(e,t){var n=t.data,o=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(o.staticStyle)&&r(o.style))){var a,s,c=t.elm,u=o.staticStyle,l=o.normalizedStyle||o.style||{},f=u||l,d=lr(t.data.style)||{};t.data.normalizedStyle=i(d.__ob__)?b({},d):d;var p=fr(t,!0);for(s in f)r(p[s])&&xs(c,s,"");for(s in p)a=p[s],a!==f[s]&&xs(c,s,null==a?"":a)}}function pr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.add(t)}):e.classList.add(t);else{var n=" "+(e.getAttribute("class")||"")+" ";n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function vr(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(/\s+/).forEach(function(t){return e.classList.remove(t)}):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" "+(e.getAttribute("class")||"")+" ",r=" "+t+" ";n.indexOf(r)>=0;)n=n.replace(r," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function hr(e){if(e){if("object"==typeof e){var t={};return e.css!==!1&&b(t,Ts(e.name||"v")),b(t,e),t}return"string"==typeof e?Ts(e):void 0}}function mr(e){Ps(function(){Ps(e)})}function gr(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),pr(e,t))}function yr(e,t){e._transitionClasses&&h(e._transitionClasses,t),vr(e,t)}function _r(e,t,n){var r=br(e,t),i=r.type,o=r.timeout,a=r.propCount;if(!i)return n();var s=i===Es?Ns:Ms,c=0,u=function(){e.removeEventListener(s,l),n()},l=function(t){t.target===e&&++c>=a&&u()};setTimeout(function(){c0&&(n=Es,l=a,f=o.length):t===Is?u>0&&(n=Is,l=u,f=c.length):(l=Math.max(a,u),n=l>0?a>u?Es:Is:null,f=n?n===Es?o.length:c.length:0);var d=n===Es&&Ds.test(r[js+"Property"]);return{type:n,timeout:l,propCount:f,hasTransform:d}}function $r(e,t){for(;e.length1}function Or(e,t){t.data.show!==!0&&Cr(t)}function Tr(e,t,n){Sr(e,t,n),(No||Mo)&&setTimeout(function(){Sr(e,t,n)},0)}function Sr(e,t,n){var r=t.value,i=e.multiple;if(!i||Array.isArray(r)){for(var o,a,s=0,c=e.options.length;s-1,a.selected!==o&&(a.selected=o);else if(x(Ir(a),r))return void(e.selectedIndex!==s&&(e.selectedIndex=s));i||(e.selectedIndex=-1)}}function Er(e,t){return t.every(function(t){return!x(t,e)})}function Ir(e){return"_value"in e?e._value:e.value}function jr(e){e.target.composing=!0}function Nr(e){e.target.composing&&(e.target.composing=!1,Lr(e.target,"input"))}function Lr(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Mr(e){return!e.componentInstance||e.data&&e.data.transition?e:Mr(e.componentInstance._vnode)}function Pr(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?Pr(Ce(t.children)):e}function Dr(e){var t={},n=e.$options;for(var r in n.propsData)t[r]=e[r];var i=n._parentListeners;for(var o in i)t[go(o)]=i[o];return t}function Fr(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}function Rr(e){for(;e=e.parent;)if(e.data.transition)return!0}function Hr(e,t){return t.key===e.key&&t.tag===e.tag}function Ur(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function Br(e){e.data.newPos=e.elm.getBoundingClientRect()}function Vr(e){var t=e.data.pos,n=e.data.newPos,r=t.left-n.left,i=t.top-n.top;if(r||i){e.data.moved=!0;var o=e.elm.style;o.transform=o.WebkitTransform="translate("+r+"px,"+i+"px)",o.transitionDuration="0s"}}function zr(e,t){var n=t?Qs(t):Zs;if(n.test(e)){for(var r,i,o,a=[],s=[],c=n.lastIndex=0;r=n.exec(e);){i=r.index,i>c&&(s.push(o=e.slice(c,i)),a.push(JSON.stringify(o)));var u=En(r[1].trim());a.push("_s("+u+")"),s.push({"@binding":u}),c=i+r[0].length}return c=0&&c[i].lowerCasedTag!==o;i--);else i=0;if(i>=0){for(var a=c.length-1;a>=i;a--)t.end&&t.end(c[a].tag,n,r);c.length=i,s=i&&c[i-1].tag}else"br"===o?t.start&&t.start(e,[],!0,n,r):"p"===o&&(t.start&&t.start(e,[],!1,n,r),t.end&&t.end(e,n,r))}for(var a,s,c=[],u=t.expectHTML,l=t.isUnaryTag||$o,f=t.canBeLeftOpenTag||$o,d=0;e;){if(a=e,s&&Oc(s)){var p=0,v=s.toLowerCase(),h=Tc[v]||(Tc[v]=new RegExp("([\\s\\S]*?)(]*>)","i")),m=e.replace(h,function(e,n,r){return p=r.length,Oc(v)||"noscript"===v||(n=n.replace(//g,"$1").replace(//g,"$1")),Nc(v,n)&&(n=n.slice(1)),t.chars&&t.chars(n),""});d+=e.length-m.length,e=m,o(v,d-p,d)}else{var g=e.indexOf("<");if(0===g){if(pc.test(e)){var y=e.indexOf("-->");if(y>=0){t.shouldKeepComment&&t.comment(e.substring(4,y)),n(y+3);continue}}if(vc.test(e)){var _=e.indexOf("]>");if(_>=0){n(_+2);continue}}var b=e.match(dc);if(b){n(b[0].length);continue}var $=e.match(fc);if($){var w=d;n($[0].length),o($[1],w,d);continue}var C=r();if(C){i(C),Nc(s,e)&&n(1);continue}}var x=void 0,k=void 0,A=void 0;if(g>=0){for(k=e.slice(g);!(fc.test(k)||uc.test(k)||pc.test(k)||vc.test(k)||(A=k.indexOf("<",1),A<0));)g+=A,k=e.slice(g);x=e.substring(0,g),n(g)}g<0&&(x=e,e=""),t.chars&&x&&t.chars(x)}if(e===a){t.chars&&t.chars(e);break}}o()}function Zr(e,t,n){return{type:1,tag:e,attrsList:t,attrsMap:mi(t),parent:n,children:[]}}function Yr(e,t){function n(e){e.pre&&(s=!1),$c(e.tag)&&(c=!1);for(var n=0;n':'
',Ac.innerHTML.indexOf(" ")>0}function uo(e){if(e.outerHTML)return e.outerHTML;var t=document.createElement("div");return t.appendChild(e.cloneNode(!0)),t.innerHTML}var lo=Object.freeze({}),fo=Object.prototype.toString,po=v("slot,component",!0),vo=v("key,ref,slot,slot-scope,is"),ho=Object.prototype.hasOwnProperty,mo=/-(\w)/g,go=g(function(e){return e.replace(mo,function(e,t){return t?t.toUpperCase():""})}),yo=g(function(e){return e.charAt(0).toUpperCase()+e.slice(1)}),_o=/\B([A-Z])/g,bo=g(function(e){return e.replace(_o,"-$1").toLowerCase()}),$o=function(e,t,n){return!1},wo=function(e){return e},Co="data-server-rendered",xo=["component","directive","filter"],ko=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured"],Ao={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:$o,isReservedAttr:$o,isUnknownElement:$o,getTagNamespace:w,parsePlatformTagName:wo,mustUseProp:$o,_lifecycleHooks:ko},Oo=/[^\w.$]/,To="__proto__"in{},So="undefined"!=typeof window,Eo="undefined"!=typeof WXEnvironment&&!!WXEnvironment.platform,Io=Eo&&WXEnvironment.platform.toLowerCase(),jo=So&&window.navigator.userAgent.toLowerCase(),No=jo&&/msie|trident/.test(jo),Lo=jo&&jo.indexOf("msie 9.0")>0,Mo=jo&&jo.indexOf("edge/")>0,Po=jo&&jo.indexOf("android")>0||"android"===Io,Do=jo&&/iphone|ipad|ipod|ios/.test(jo)||"ios"===Io,Fo=(jo&&/chrome\/\d+/.test(jo)&&!Mo,{}.watch),Ro=!1;if(So)try{var Ho={};Object.defineProperty(Ho,"passive",{get:function(){Ro=!0}}),window.addEventListener("test-passive",null,Ho)}catch(e){}var Uo,Bo,Vo=function(){return void 0===Uo&&(Uo=!So&&"undefined"!=typeof t&&"server"===t.process.env.VUE_ENV),Uo},zo=So&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,Ko="undefined"!=typeof Symbol&&E(Symbol)&&"undefined"!=typeof Reflect&&E(Reflect.ownKeys);Bo="undefined"!=typeof Set&&E(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return this.set[e]===!0},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var Jo=w,qo=0,Wo=function(){this.id=qo++,this.subs=[]};Wo.prototype.addSub=function(e){this.subs.push(e)},Wo.prototype.removeSub=function(e){h(this.subs,e)},Wo.prototype.depend=function(){Wo.target&&Wo.target.addDep(this)},Wo.prototype.notify=function(){for(var e=this.subs.slice(),t=0,n=e.length;tparseInt(this.max)&&Jt(c,u[0],u,this._vnode)),t.data.keepAlive=!0}return t||e&&e[0]}},Ma={KeepAlive:La};qt(Pt),Object.defineProperty(Pt.prototype,"$isServer",{get:Vo}),Object.defineProperty(Pt.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Pt.version="2.5.13";var Pa,Da,Fa,Ra,Ha,Ua,Ba,Va,za,Ka=v("style,class"),Ja=v("input,textarea,option,select,progress"),qa=function(e,t,n){return"value"===n&&Ja(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},Wa=v("contenteditable,draggable,spellcheck"),Xa=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,translate,truespeed,typemustmatch,visible"),Ga="http://www.w3.org/1999/xlink",Za=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},Ya=function(e){return Za(e)?e.slice(6,e.length):""},Qa=function(e){return null==e||e===!1},es={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},ts=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),ns=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignObject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),rs=function(e){return"pre"===e},is=function(e){return ts(e)||ns(e)},os=Object.create(null),as=v("text,number,password,search,email,tel,url"),ss=Object.freeze({createElement:on,createElementNS:an,createTextNode:sn,createComment:cn,insertBefore:un,removeChild:ln,appendChild:fn,parentNode:dn,nextSibling:pn,tagName:vn,setTextContent:hn,setAttribute:mn}),cs={create:function(e,t){gn(t)},update:function(e,t){e.data.ref!==t.data.ref&&(gn(e,!0),gn(t))},destroy:function(e){gn(e,!0)}},us=new Go("",{},[]),ls=["create","activate","update","remove","destroy"],fs={create:wn,update:wn,destroy:function(e){wn(e,us)}},ds=Object.create(null),ps=[cs,fs],vs={create:On,update:On},hs={create:Sn,update:Sn},ms=/[\w).+\-_$\]]/,gs="__r",ys="__c",_s={create:ir,update:ir},bs={create:or,update:or},$s=g(function(e){var t={},n=/;(?![^(]*\))/g,r=/:(.+)/;return e.split(n).forEach(function(e){if(e){var n=e.split(r);n.length>1&&(t[n[0].trim()]=n[1].trim())}}),t}),ws=/^--/,Cs=/\s*!important$/,xs=function(e,t,n){if(ws.test(t))e.style.setProperty(t,n);else if(Cs.test(n))e.style.setProperty(t,n.replace(Cs,""),"important");else{var r=As(t);if(Array.isArray(n))for(var i=0,o=n.length;i\/=]+)(?:\s*(=)\s*(?:"([^"]*)"+|'([^']*)'+|([^\s"'=<>`]+)))?/,sc="[a-zA-Z_][\\w\\-\\.]*",cc="((?:"+sc+"\\:)?"+sc+")",uc=new RegExp("^<"+cc),lc=/^\s*(\/?)>/,fc=new RegExp("^<\\/"+cc+"[^>]*>"),dc=/^]+>/i,pc=/^ ' : repeat(' ', 5 + i * 2)) + (Array.isArray(vm)\n\t ? ((formatComponentName(vm[0])) + \"... (\" + (vm[1]) + \" recursive calls)\")\n\t : formatComponentName(vm))); })\n\t .join('\\n')\n\t } else {\n\t return (\"\\n\\n(found in \" + (formatComponentName(vm)) + \")\")\n\t }\n\t };\n\t}\n\t\n\t/* */\n\t\n\t\n\tvar uid = 0;\n\t\n\t/**\n\t * A dep is an observable that can have multiple\n\t * directives subscribing to it.\n\t */\n\tvar Dep = function Dep () {\n\t this.id = uid++;\n\t this.subs = [];\n\t};\n\t\n\tDep.prototype.addSub = function addSub (sub) {\n\t this.subs.push(sub);\n\t};\n\t\n\tDep.prototype.removeSub = function removeSub (sub) {\n\t remove(this.subs, sub);\n\t};\n\t\n\tDep.prototype.depend = function depend () {\n\t if (Dep.target) {\n\t Dep.target.addDep(this);\n\t }\n\t};\n\t\n\tDep.prototype.notify = function notify () {\n\t // stabilize the subscriber list first\n\t var subs = this.subs.slice();\n\t for (var i = 0, l = subs.length; i < l; i++) {\n\t subs[i].update();\n\t }\n\t};\n\t\n\t// the current target watcher being evaluated.\n\t// this is globally unique because there could be only one\n\t// watcher being evaluated at any time.\n\tDep.target = null;\n\tvar targetStack = [];\n\t\n\tfunction pushTarget (_target) {\n\t if (Dep.target) { targetStack.push(Dep.target); }\n\t Dep.target = _target;\n\t}\n\t\n\tfunction popTarget () {\n\t Dep.target = targetStack.pop();\n\t}\n\t\n\t/* */\n\t\n\tvar VNode = function VNode (\n\t tag,\n\t data,\n\t children,\n\t text,\n\t elm,\n\t context,\n\t componentOptions,\n\t asyncFactory\n\t) {\n\t this.tag = tag;\n\t this.data = data;\n\t this.children = children;\n\t this.text = text;\n\t this.elm = elm;\n\t this.ns = undefined;\n\t this.context = context;\n\t this.fnContext = undefined;\n\t this.fnOptions = undefined;\n\t this.fnScopeId = undefined;\n\t this.key = data && data.key;\n\t this.componentOptions = componentOptions;\n\t this.componentInstance = undefined;\n\t this.parent = undefined;\n\t this.raw = false;\n\t this.isStatic = false;\n\t this.isRootInsert = true;\n\t this.isComment = false;\n\t this.isCloned = false;\n\t this.isOnce = false;\n\t this.asyncFactory = asyncFactory;\n\t this.asyncMeta = undefined;\n\t this.isAsyncPlaceholder = false;\n\t};\n\t\n\tvar prototypeAccessors = { child: { configurable: true } };\n\t\n\t// DEPRECATED: alias for componentInstance for backwards compat.\n\t/* istanbul ignore next */\n\tprototypeAccessors.child.get = function () {\n\t return this.componentInstance\n\t};\n\t\n\tObject.defineProperties( VNode.prototype, prototypeAccessors );\n\t\n\tvar createEmptyVNode = function (text) {\n\t if ( text === void 0 ) text = '';\n\t\n\t var node = new VNode();\n\t node.text = text;\n\t node.isComment = true;\n\t return node\n\t};\n\t\n\tfunction createTextVNode (val) {\n\t return new VNode(undefined, undefined, undefined, String(val))\n\t}\n\t\n\t// optimized shallow clone\n\t// used for static nodes and slot nodes because they may be reused across\n\t// multiple renders, cloning them avoids errors when DOM manipulations rely\n\t// on their elm reference.\n\tfunction cloneVNode (vnode, deep) {\n\t var componentOptions = vnode.componentOptions;\n\t var cloned = new VNode(\n\t vnode.tag,\n\t vnode.data,\n\t vnode.children,\n\t vnode.text,\n\t vnode.elm,\n\t vnode.context,\n\t componentOptions,\n\t vnode.asyncFactory\n\t );\n\t cloned.ns = vnode.ns;\n\t cloned.isStatic = vnode.isStatic;\n\t cloned.key = vnode.key;\n\t cloned.isComment = vnode.isComment;\n\t cloned.fnContext = vnode.fnContext;\n\t cloned.fnOptions = vnode.fnOptions;\n\t cloned.fnScopeId = vnode.fnScopeId;\n\t cloned.isCloned = true;\n\t if (deep) {\n\t if (vnode.children) {\n\t cloned.children = cloneVNodes(vnode.children, true);\n\t }\n\t if (componentOptions && componentOptions.children) {\n\t componentOptions.children = cloneVNodes(componentOptions.children, true);\n\t }\n\t }\n\t return cloned\n\t}\n\t\n\tfunction cloneVNodes (vnodes, deep) {\n\t var len = vnodes.length;\n\t var res = new Array(len);\n\t for (var i = 0; i < len; i++) {\n\t res[i] = cloneVNode(vnodes[i], deep);\n\t }\n\t return res\n\t}\n\t\n\t/*\n\t * not type checking this file because flow doesn't play well with\n\t * dynamically accessing methods on Array prototype\n\t */\n\t\n\tvar arrayProto = Array.prototype;\n\tvar arrayMethods = Object.create(arrayProto);[\n\t 'push',\n\t 'pop',\n\t 'shift',\n\t 'unshift',\n\t 'splice',\n\t 'sort',\n\t 'reverse'\n\t].forEach(function (method) {\n\t // cache original method\n\t var original = arrayProto[method];\n\t def(arrayMethods, method, function mutator () {\n\t var args = [], len = arguments.length;\n\t while ( len-- ) args[ len ] = arguments[ len ];\n\t\n\t var result = original.apply(this, args);\n\t var ob = this.__ob__;\n\t var inserted;\n\t switch (method) {\n\t case 'push':\n\t case 'unshift':\n\t inserted = args;\n\t break\n\t case 'splice':\n\t inserted = args.slice(2);\n\t break\n\t }\n\t if (inserted) { ob.observeArray(inserted); }\n\t // notify change\n\t ob.dep.notify();\n\t return result\n\t });\n\t});\n\t\n\t/* */\n\t\n\tvar arrayKeys = Object.getOwnPropertyNames(arrayMethods);\n\t\n\t/**\n\t * By default, when a reactive property is set, the new value is\n\t * also converted to become reactive. However when passing down props,\n\t * we don't want to force conversion because the value may be a nested value\n\t * under a frozen data structure. Converting it would defeat the optimization.\n\t */\n\tvar observerState = {\n\t shouldConvert: true\n\t};\n\t\n\t/**\n\t * Observer class that are attached to each observed\n\t * object. Once attached, the observer converts target\n\t * object's property keys into getter/setters that\n\t * collect dependencies and dispatches updates.\n\t */\n\tvar Observer = function Observer (value) {\n\t this.value = value;\n\t this.dep = new Dep();\n\t this.vmCount = 0;\n\t def(value, '__ob__', this);\n\t if (Array.isArray(value)) {\n\t var augment = hasProto\n\t ? protoAugment\n\t : copyAugment;\n\t augment(value, arrayMethods, arrayKeys);\n\t this.observeArray(value);\n\t } else {\n\t this.walk(value);\n\t }\n\t};\n\t\n\t/**\n\t * Walk through each property and convert them into\n\t * getter/setters. This method should only be called when\n\t * value type is Object.\n\t */\n\tObserver.prototype.walk = function walk (obj) {\n\t var keys = Object.keys(obj);\n\t for (var i = 0; i < keys.length; i++) {\n\t defineReactive(obj, keys[i], obj[keys[i]]);\n\t }\n\t};\n\t\n\t/**\n\t * Observe a list of Array items.\n\t */\n\tObserver.prototype.observeArray = function observeArray (items) {\n\t for (var i = 0, l = items.length; i < l; i++) {\n\t observe(items[i]);\n\t }\n\t};\n\t\n\t// helpers\n\t\n\t/**\n\t * Augment an target Object or Array by intercepting\n\t * the prototype chain using __proto__\n\t */\n\tfunction protoAugment (target, src, keys) {\n\t /* eslint-disable no-proto */\n\t target.__proto__ = src;\n\t /* eslint-enable no-proto */\n\t}\n\t\n\t/**\n\t * Augment an target Object or Array by defining\n\t * hidden properties.\n\t */\n\t/* istanbul ignore next */\n\tfunction copyAugment (target, src, keys) {\n\t for (var i = 0, l = keys.length; i < l; i++) {\n\t var key = keys[i];\n\t def(target, key, src[key]);\n\t }\n\t}\n\t\n\t/**\n\t * Attempt to create an observer instance for a value,\n\t * returns the new observer if successfully observed,\n\t * or the existing observer if the value already has one.\n\t */\n\tfunction observe (value, asRootData) {\n\t if (!isObject(value) || value instanceof VNode) {\n\t return\n\t }\n\t var ob;\n\t if (hasOwn(value, '__ob__') && value.__ob__ instanceof Observer) {\n\t ob = value.__ob__;\n\t } else if (\n\t observerState.shouldConvert &&\n\t !isServerRendering() &&\n\t (Array.isArray(value) || isPlainObject(value)) &&\n\t Object.isExtensible(value) &&\n\t !value._isVue\n\t ) {\n\t ob = new Observer(value);\n\t }\n\t if (asRootData && ob) {\n\t ob.vmCount++;\n\t }\n\t return ob\n\t}\n\t\n\t/**\n\t * Define a reactive property on an Object.\n\t */\n\tfunction defineReactive (\n\t obj,\n\t key,\n\t val,\n\t customSetter,\n\t shallow\n\t) {\n\t var dep = new Dep();\n\t\n\t var property = Object.getOwnPropertyDescriptor(obj, key);\n\t if (property && property.configurable === false) {\n\t return\n\t }\n\t\n\t // cater for pre-defined getter/setters\n\t var getter = property && property.get;\n\t var setter = property && property.set;\n\t\n\t var childOb = !shallow && observe(val);\n\t Object.defineProperty(obj, key, {\n\t enumerable: true,\n\t configurable: true,\n\t get: function reactiveGetter () {\n\t var value = getter ? getter.call(obj) : val;\n\t if (Dep.target) {\n\t dep.depend();\n\t if (childOb) {\n\t childOb.dep.depend();\n\t if (Array.isArray(value)) {\n\t dependArray(value);\n\t }\n\t }\n\t }\n\t return value\n\t },\n\t set: function reactiveSetter (newVal) {\n\t var value = getter ? getter.call(obj) : val;\n\t /* eslint-disable no-self-compare */\n\t if (newVal === value || (newVal !== newVal && value !== value)) {\n\t return\n\t }\n\t /* eslint-enable no-self-compare */\n\t if (false) {\n\t customSetter();\n\t }\n\t if (setter) {\n\t setter.call(obj, newVal);\n\t } else {\n\t val = newVal;\n\t }\n\t childOb = !shallow && observe(newVal);\n\t dep.notify();\n\t }\n\t });\n\t}\n\t\n\t/**\n\t * Set a property on an object. Adds the new property and\n\t * triggers change notification if the property doesn't\n\t * already exist.\n\t */\n\tfunction set (target, key, val) {\n\t if (Array.isArray(target) && isValidArrayIndex(key)) {\n\t target.length = Math.max(target.length, key);\n\t target.splice(key, 1, val);\n\t return val\n\t }\n\t if (key in target && !(key in Object.prototype)) {\n\t target[key] = val;\n\t return val\n\t }\n\t var ob = (target).__ob__;\n\t if (target._isVue || (ob && ob.vmCount)) {\n\t (\"production\") !== 'production' && warn(\n\t 'Avoid adding reactive properties to a Vue instance or its root $data ' +\n\t 'at runtime - declare it upfront in the data option.'\n\t );\n\t return val\n\t }\n\t if (!ob) {\n\t target[key] = val;\n\t return val\n\t }\n\t defineReactive(ob.value, key, val);\n\t ob.dep.notify();\n\t return val\n\t}\n\t\n\t/**\n\t * Delete a property and trigger change if necessary.\n\t */\n\tfunction del (target, key) {\n\t if (Array.isArray(target) && isValidArrayIndex(key)) {\n\t target.splice(key, 1);\n\t return\n\t }\n\t var ob = (target).__ob__;\n\t if (target._isVue || (ob && ob.vmCount)) {\n\t (\"production\") !== 'production' && warn(\n\t 'Avoid deleting properties on a Vue instance or its root $data ' +\n\t '- just set it to null.'\n\t );\n\t return\n\t }\n\t if (!hasOwn(target, key)) {\n\t return\n\t }\n\t delete target[key];\n\t if (!ob) {\n\t return\n\t }\n\t ob.dep.notify();\n\t}\n\t\n\t/**\n\t * Collect dependencies on array elements when the array is touched, since\n\t * we cannot intercept array element access like property getters.\n\t */\n\tfunction dependArray (value) {\n\t for (var e = (void 0), i = 0, l = value.length; i < l; i++) {\n\t e = value[i];\n\t e && e.__ob__ && e.__ob__.dep.depend();\n\t if (Array.isArray(e)) {\n\t dependArray(e);\n\t }\n\t }\n\t}\n\t\n\t/* */\n\t\n\t/**\n\t * Option overwriting strategies are functions that handle\n\t * how to merge a parent option value and a child option\n\t * value into the final value.\n\t */\n\tvar strats = config.optionMergeStrategies;\n\t\n\t/**\n\t * Options with restrictions\n\t */\n\tif (false) {\n\t strats.el = strats.propsData = function (parent, child, vm, key) {\n\t if (!vm) {\n\t warn(\n\t \"option \\\"\" + key + \"\\\" can only be used during instance \" +\n\t 'creation with the `new` keyword.'\n\t );\n\t }\n\t return defaultStrat(parent, child)\n\t };\n\t}\n\t\n\t/**\n\t * Helper that recursively merges two data objects together.\n\t */\n\tfunction mergeData (to, from) {\n\t if (!from) { return to }\n\t var key, toVal, fromVal;\n\t var keys = Object.keys(from);\n\t for (var i = 0; i < keys.length; i++) {\n\t key = keys[i];\n\t toVal = to[key];\n\t fromVal = from[key];\n\t if (!hasOwn(to, key)) {\n\t set(to, key, fromVal);\n\t } else if (isPlainObject(toVal) && isPlainObject(fromVal)) {\n\t mergeData(toVal, fromVal);\n\t }\n\t }\n\t return to\n\t}\n\t\n\t/**\n\t * Data\n\t */\n\tfunction mergeDataOrFn (\n\t parentVal,\n\t childVal,\n\t vm\n\t) {\n\t if (!vm) {\n\t // in a Vue.extend merge, both should be functions\n\t if (!childVal) {\n\t return parentVal\n\t }\n\t if (!parentVal) {\n\t return childVal\n\t }\n\t // when parentVal & childVal are both present,\n\t // we need to return a function that returns the\n\t // merged result of both functions... no need to\n\t // check if parentVal is a function here because\n\t // it has to be a function to pass previous merges.\n\t return function mergedDataFn () {\n\t return mergeData(\n\t typeof childVal === 'function' ? childVal.call(this, this) : childVal,\n\t typeof parentVal === 'function' ? parentVal.call(this, this) : parentVal\n\t )\n\t }\n\t } else {\n\t return function mergedInstanceDataFn () {\n\t // instance merge\n\t var instanceData = typeof childVal === 'function'\n\t ? childVal.call(vm, vm)\n\t : childVal;\n\t var defaultData = typeof parentVal === 'function'\n\t ? parentVal.call(vm, vm)\n\t : parentVal;\n\t if (instanceData) {\n\t return mergeData(instanceData, defaultData)\n\t } else {\n\t return defaultData\n\t }\n\t }\n\t }\n\t}\n\t\n\tstrats.data = function (\n\t parentVal,\n\t childVal,\n\t vm\n\t) {\n\t if (!vm) {\n\t if (childVal && typeof childVal !== 'function') {\n\t (\"production\") !== 'production' && warn(\n\t 'The \"data\" option should be a function ' +\n\t 'that returns a per-instance value in component ' +\n\t 'definitions.',\n\t vm\n\t );\n\t\n\t return parentVal\n\t }\n\t return mergeDataOrFn(parentVal, childVal)\n\t }\n\t\n\t return mergeDataOrFn(parentVal, childVal, vm)\n\t};\n\t\n\t/**\n\t * Hooks and props are merged as arrays.\n\t */\n\tfunction mergeHook (\n\t parentVal,\n\t childVal\n\t) {\n\t return childVal\n\t ? parentVal\n\t ? parentVal.concat(childVal)\n\t : Array.isArray(childVal)\n\t ? childVal\n\t : [childVal]\n\t : parentVal\n\t}\n\t\n\tLIFECYCLE_HOOKS.forEach(function (hook) {\n\t strats[hook] = mergeHook;\n\t});\n\t\n\t/**\n\t * Assets\n\t *\n\t * When a vm is present (instance creation), we need to do\n\t * a three-way merge between constructor options, instance\n\t * options and parent options.\n\t */\n\tfunction mergeAssets (\n\t parentVal,\n\t childVal,\n\t vm,\n\t key\n\t) {\n\t var res = Object.create(parentVal || null);\n\t if (childVal) {\n\t (\"production\") !== 'production' && assertObjectType(key, childVal, vm);\n\t return extend(res, childVal)\n\t } else {\n\t return res\n\t }\n\t}\n\t\n\tASSET_TYPES.forEach(function (type) {\n\t strats[type + 's'] = mergeAssets;\n\t});\n\t\n\t/**\n\t * Watchers.\n\t *\n\t * Watchers hashes should not overwrite one\n\t * another, so we merge them as arrays.\n\t */\n\tstrats.watch = function (\n\t parentVal,\n\t childVal,\n\t vm,\n\t key\n\t) {\n\t // work around Firefox's Object.prototype.watch...\n\t if (parentVal === nativeWatch) { parentVal = undefined; }\n\t if (childVal === nativeWatch) { childVal = undefined; }\n\t /* istanbul ignore if */\n\t if (!childVal) { return Object.create(parentVal || null) }\n\t if (false) {\n\t assertObjectType(key, childVal, vm);\n\t }\n\t if (!parentVal) { return childVal }\n\t var ret = {};\n\t extend(ret, parentVal);\n\t for (var key$1 in childVal) {\n\t var parent = ret[key$1];\n\t var child = childVal[key$1];\n\t if (parent && !Array.isArray(parent)) {\n\t parent = [parent];\n\t }\n\t ret[key$1] = parent\n\t ? parent.concat(child)\n\t : Array.isArray(child) ? child : [child];\n\t }\n\t return ret\n\t};\n\t\n\t/**\n\t * Other object hashes.\n\t */\n\tstrats.props =\n\tstrats.methods =\n\tstrats.inject =\n\tstrats.computed = function (\n\t parentVal,\n\t childVal,\n\t vm,\n\t key\n\t) {\n\t if (childVal && (\"production\") !== 'production') {\n\t assertObjectType(key, childVal, vm);\n\t }\n\t if (!parentVal) { return childVal }\n\t var ret = Object.create(null);\n\t extend(ret, parentVal);\n\t if (childVal) { extend(ret, childVal); }\n\t return ret\n\t};\n\tstrats.provide = mergeDataOrFn;\n\t\n\t/**\n\t * Default strategy.\n\t */\n\tvar defaultStrat = function (parentVal, childVal) {\n\t return childVal === undefined\n\t ? parentVal\n\t : childVal\n\t};\n\t\n\t/**\n\t * Validate component names\n\t */\n\tfunction checkComponents (options) {\n\t for (var key in options.components) {\n\t validateComponentName(key);\n\t }\n\t}\n\t\n\tfunction validateComponentName (name) {\n\t if (!/^[a-zA-Z][\\w-]*$/.test(name)) {\n\t warn(\n\t 'Invalid component name: \"' + name + '\". Component names ' +\n\t 'can only contain alphanumeric characters and the hyphen, ' +\n\t 'and must start with a letter.'\n\t );\n\t }\n\t if (isBuiltInTag(name) || config.isReservedTag(name)) {\n\t warn(\n\t 'Do not use built-in or reserved HTML elements as component ' +\n\t 'id: ' + name\n\t );\n\t }\n\t}\n\t\n\t/**\n\t * Ensure all props option syntax are normalized into the\n\t * Object-based format.\n\t */\n\tfunction normalizeProps (options, vm) {\n\t var props = options.props;\n\t if (!props) { return }\n\t var res = {};\n\t var i, val, name;\n\t if (Array.isArray(props)) {\n\t i = props.length;\n\t while (i--) {\n\t val = props[i];\n\t if (typeof val === 'string') {\n\t name = camelize(val);\n\t res[name] = { type: null };\n\t } else if (false) {\n\t warn('props must be strings when using array syntax.');\n\t }\n\t }\n\t } else if (isPlainObject(props)) {\n\t for (var key in props) {\n\t val = props[key];\n\t name = camelize(key);\n\t res[name] = isPlainObject(val)\n\t ? val\n\t : { type: val };\n\t }\n\t } else if (false) {\n\t warn(\n\t \"Invalid value for option \\\"props\\\": expected an Array or an Object, \" +\n\t \"but got \" + (toRawType(props)) + \".\",\n\t vm\n\t );\n\t }\n\t options.props = res;\n\t}\n\t\n\t/**\n\t * Normalize all injections into Object-based format\n\t */\n\tfunction normalizeInject (options, vm) {\n\t var inject = options.inject;\n\t if (!inject) { return }\n\t var normalized = options.inject = {};\n\t if (Array.isArray(inject)) {\n\t for (var i = 0; i < inject.length; i++) {\n\t normalized[inject[i]] = { from: inject[i] };\n\t }\n\t } else if (isPlainObject(inject)) {\n\t for (var key in inject) {\n\t var val = inject[key];\n\t normalized[key] = isPlainObject(val)\n\t ? extend({ from: key }, val)\n\t : { from: val };\n\t }\n\t } else if (false) {\n\t warn(\n\t \"Invalid value for option \\\"inject\\\": expected an Array or an Object, \" +\n\t \"but got \" + (toRawType(inject)) + \".\",\n\t vm\n\t );\n\t }\n\t}\n\t\n\t/**\n\t * Normalize raw function directives into object format.\n\t */\n\tfunction normalizeDirectives (options) {\n\t var dirs = options.directives;\n\t if (dirs) {\n\t for (var key in dirs) {\n\t var def = dirs[key];\n\t if (typeof def === 'function') {\n\t dirs[key] = { bind: def, update: def };\n\t }\n\t }\n\t }\n\t}\n\t\n\tfunction assertObjectType (name, value, vm) {\n\t if (!isPlainObject(value)) {\n\t warn(\n\t \"Invalid value for option \\\"\" + name + \"\\\": expected an Object, \" +\n\t \"but got \" + (toRawType(value)) + \".\",\n\t vm\n\t );\n\t }\n\t}\n\t\n\t/**\n\t * Merge two option objects into a new one.\n\t * Core utility used in both instantiation and inheritance.\n\t */\n\tfunction mergeOptions (\n\t parent,\n\t child,\n\t vm\n\t) {\n\t if (false) {\n\t checkComponents(child);\n\t }\n\t\n\t if (typeof child === 'function') {\n\t child = child.options;\n\t }\n\t\n\t normalizeProps(child, vm);\n\t normalizeInject(child, vm);\n\t normalizeDirectives(child);\n\t var extendsFrom = child.extends;\n\t if (extendsFrom) {\n\t parent = mergeOptions(parent, extendsFrom, vm);\n\t }\n\t if (child.mixins) {\n\t for (var i = 0, l = child.mixins.length; i < l; i++) {\n\t parent = mergeOptions(parent, child.mixins[i], vm);\n\t }\n\t }\n\t var options = {};\n\t var key;\n\t for (key in parent) {\n\t mergeField(key);\n\t }\n\t for (key in child) {\n\t if (!hasOwn(parent, key)) {\n\t mergeField(key);\n\t }\n\t }\n\t function mergeField (key) {\n\t var strat = strats[key] || defaultStrat;\n\t options[key] = strat(parent[key], child[key], vm, key);\n\t }\n\t return options\n\t}\n\t\n\t/**\n\t * Resolve an asset.\n\t * This function is used because child instances need access\n\t * to assets defined in its ancestor chain.\n\t */\n\tfunction resolveAsset (\n\t options,\n\t type,\n\t id,\n\t warnMissing\n\t) {\n\t /* istanbul ignore if */\n\t if (typeof id !== 'string') {\n\t return\n\t }\n\t var assets = options[type];\n\t // check local registration variations first\n\t if (hasOwn(assets, id)) { return assets[id] }\n\t var camelizedId = camelize(id);\n\t if (hasOwn(assets, camelizedId)) { return assets[camelizedId] }\n\t var PascalCaseId = capitalize(camelizedId);\n\t if (hasOwn(assets, PascalCaseId)) { return assets[PascalCaseId] }\n\t // fallback to prototype chain\n\t var res = assets[id] || assets[camelizedId] || assets[PascalCaseId];\n\t if (false) {\n\t warn(\n\t 'Failed to resolve ' + type.slice(0, -1) + ': ' + id,\n\t options\n\t );\n\t }\n\t return res\n\t}\n\t\n\t/* */\n\t\n\tfunction validateProp (\n\t key,\n\t propOptions,\n\t propsData,\n\t vm\n\t) {\n\t var prop = propOptions[key];\n\t var absent = !hasOwn(propsData, key);\n\t var value = propsData[key];\n\t // handle boolean props\n\t if (isType(Boolean, prop.type)) {\n\t if (absent && !hasOwn(prop, 'default')) {\n\t value = false;\n\t } else if (!isType(String, prop.type) && (value === '' || value === hyphenate(key))) {\n\t value = true;\n\t }\n\t }\n\t // check default value\n\t if (value === undefined) {\n\t value = getPropDefaultValue(vm, prop, key);\n\t // since the default value is a fresh copy,\n\t // make sure to observe it.\n\t var prevShouldConvert = observerState.shouldConvert;\n\t observerState.shouldConvert = true;\n\t observe(value);\n\t observerState.shouldConvert = prevShouldConvert;\n\t }\n\t if (\n\t false\n\t ) {\n\t assertProp(prop, key, value, vm, absent);\n\t }\n\t return value\n\t}\n\t\n\t/**\n\t * Get the default value of a prop.\n\t */\n\tfunction getPropDefaultValue (vm, prop, key) {\n\t // no default, return undefined\n\t if (!hasOwn(prop, 'default')) {\n\t return undefined\n\t }\n\t var def = prop.default;\n\t // warn against non-factory defaults for Object & Array\n\t if (false) {\n\t warn(\n\t 'Invalid default value for prop \"' + key + '\": ' +\n\t 'Props with type Object/Array must use a factory function ' +\n\t 'to return the default value.',\n\t vm\n\t );\n\t }\n\t // the raw prop value was also undefined from previous render,\n\t // return previous default value to avoid unnecessary watcher trigger\n\t if (vm && vm.$options.propsData &&\n\t vm.$options.propsData[key] === undefined &&\n\t vm._props[key] !== undefined\n\t ) {\n\t return vm._props[key]\n\t }\n\t // call factory function for non-Function types\n\t // a value is Function if its prototype is function even across different execution context\n\t return typeof def === 'function' && getType(prop.type) !== 'Function'\n\t ? def.call(vm)\n\t : def\n\t}\n\t\n\t/**\n\t * Assert whether a prop is valid.\n\t */\n\tfunction assertProp (\n\t prop,\n\t name,\n\t value,\n\t vm,\n\t absent\n\t) {\n\t if (prop.required && absent) {\n\t warn(\n\t 'Missing required prop: \"' + name + '\"',\n\t vm\n\t );\n\t return\n\t }\n\t if (value == null && !prop.required) {\n\t return\n\t }\n\t var type = prop.type;\n\t var valid = !type || type === true;\n\t var expectedTypes = [];\n\t if (type) {\n\t if (!Array.isArray(type)) {\n\t type = [type];\n\t }\n\t for (var i = 0; i < type.length && !valid; i++) {\n\t var assertedType = assertType(value, type[i]);\n\t expectedTypes.push(assertedType.expectedType || '');\n\t valid = assertedType.valid;\n\t }\n\t }\n\t if (!valid) {\n\t warn(\n\t \"Invalid prop: type check failed for prop \\\"\" + name + \"\\\".\" +\n\t \" Expected \" + (expectedTypes.map(capitalize).join(', ')) +\n\t \", got \" + (toRawType(value)) + \".\",\n\t vm\n\t );\n\t return\n\t }\n\t var validator = prop.validator;\n\t if (validator) {\n\t if (!validator(value)) {\n\t warn(\n\t 'Invalid prop: custom validator check failed for prop \"' + name + '\".',\n\t vm\n\t );\n\t }\n\t }\n\t}\n\t\n\tvar simpleCheckRE = /^(String|Number|Boolean|Function|Symbol)$/;\n\t\n\tfunction assertType (value, type) {\n\t var valid;\n\t var expectedType = getType(type);\n\t if (simpleCheckRE.test(expectedType)) {\n\t var t = typeof value;\n\t valid = t === expectedType.toLowerCase();\n\t // for primitive wrapper objects\n\t if (!valid && t === 'object') {\n\t valid = value instanceof type;\n\t }\n\t } else if (expectedType === 'Object') {\n\t valid = isPlainObject(value);\n\t } else if (expectedType === 'Array') {\n\t valid = Array.isArray(value);\n\t } else {\n\t valid = value instanceof type;\n\t }\n\t return {\n\t valid: valid,\n\t expectedType: expectedType\n\t }\n\t}\n\t\n\t/**\n\t * Use function string name to check built-in types,\n\t * because a simple equality check will fail when running\n\t * across different vms / iframes.\n\t */\n\tfunction getType (fn) {\n\t var match = fn && fn.toString().match(/^\\s*function (\\w+)/);\n\t return match ? match[1] : ''\n\t}\n\t\n\tfunction isType (type, fn) {\n\t if (!Array.isArray(fn)) {\n\t return getType(fn) === getType(type)\n\t }\n\t for (var i = 0, len = fn.length; i < len; i++) {\n\t if (getType(fn[i]) === getType(type)) {\n\t return true\n\t }\n\t }\n\t /* istanbul ignore next */\n\t return false\n\t}\n\t\n\t/* */\n\t\n\tfunction handleError (err, vm, info) {\n\t if (vm) {\n\t var cur = vm;\n\t while ((cur = cur.$parent)) {\n\t var hooks = cur.$options.errorCaptured;\n\t if (hooks) {\n\t for (var i = 0; i < hooks.length; i++) {\n\t try {\n\t var capture = hooks[i].call(cur, err, vm, info) === false;\n\t if (capture) { return }\n\t } catch (e) {\n\t globalHandleError(e, cur, 'errorCaptured hook');\n\t }\n\t }\n\t }\n\t }\n\t }\n\t globalHandleError(err, vm, info);\n\t}\n\t\n\tfunction globalHandleError (err, vm, info) {\n\t if (config.errorHandler) {\n\t try {\n\t return config.errorHandler.call(null, err, vm, info)\n\t } catch (e) {\n\t logError(e, null, 'config.errorHandler');\n\t }\n\t }\n\t logError(err, vm, info);\n\t}\n\t\n\tfunction logError (err, vm, info) {\n\t if (false) {\n\t warn((\"Error in \" + info + \": \\\"\" + (err.toString()) + \"\\\"\"), vm);\n\t }\n\t /* istanbul ignore else */\n\t if ((inBrowser || inWeex) && typeof console !== 'undefined') {\n\t console.error(err);\n\t } else {\n\t throw err\n\t }\n\t}\n\t\n\t/* */\n\t/* globals MessageChannel */\n\t\n\tvar callbacks = [];\n\tvar pending = false;\n\t\n\tfunction flushCallbacks () {\n\t pending = false;\n\t var copies = callbacks.slice(0);\n\t callbacks.length = 0;\n\t for (var i = 0; i < copies.length; i++) {\n\t copies[i]();\n\t }\n\t}\n\t\n\t// Here we have async deferring wrappers using both micro and macro tasks.\n\t// In < 2.4 we used micro tasks everywhere, but there are some scenarios where\n\t// micro tasks have too high a priority and fires in between supposedly\n\t// sequential events (e.g. #4521, #6690) or even between bubbling of the same\n\t// event (#6566). However, using macro tasks everywhere also has subtle problems\n\t// when state is changed right before repaint (e.g. #6813, out-in transitions).\n\t// Here we use micro task by default, but expose a way to force macro task when\n\t// needed (e.g. in event handlers attached by v-on).\n\tvar microTimerFunc;\n\tvar macroTimerFunc;\n\tvar useMacroTask = false;\n\t\n\t// Determine (macro) Task defer implementation.\n\t// Technically setImmediate should be the ideal choice, but it's only available\n\t// in IE. The only polyfill that consistently queues the callback after all DOM\n\t// events triggered in the same loop is by using MessageChannel.\n\t/* istanbul ignore if */\n\tif (typeof setImmediate !== 'undefined' && isNative(setImmediate)) {\n\t macroTimerFunc = function () {\n\t setImmediate(flushCallbacks);\n\t };\n\t} else if (typeof MessageChannel !== 'undefined' && (\n\t isNative(MessageChannel) ||\n\t // PhantomJS\n\t MessageChannel.toString() === '[object MessageChannelConstructor]'\n\t)) {\n\t var channel = new MessageChannel();\n\t var port = channel.port2;\n\t channel.port1.onmessage = flushCallbacks;\n\t macroTimerFunc = function () {\n\t port.postMessage(1);\n\t };\n\t} else {\n\t /* istanbul ignore next */\n\t macroTimerFunc = function () {\n\t setTimeout(flushCallbacks, 0);\n\t };\n\t}\n\t\n\t// Determine MicroTask defer implementation.\n\t/* istanbul ignore next, $flow-disable-line */\n\tif (typeof Promise !== 'undefined' && isNative(Promise)) {\n\t var p = Promise.resolve();\n\t microTimerFunc = function () {\n\t p.then(flushCallbacks);\n\t // in problematic UIWebViews, Promise.then doesn't completely break, but\n\t // it can get stuck in a weird state where callbacks are pushed into the\n\t // microtask queue but the queue isn't being flushed, until the browser\n\t // needs to do some other work, e.g. handle a timer. Therefore we can\n\t // \"force\" the microtask queue to be flushed by adding an empty timer.\n\t if (isIOS) { setTimeout(noop); }\n\t };\n\t} else {\n\t // fallback to macro\n\t microTimerFunc = macroTimerFunc;\n\t}\n\t\n\t/**\n\t * Wrap a function so that if any code inside triggers state change,\n\t * the changes are queued using a Task instead of a MicroTask.\n\t */\n\tfunction withMacroTask (fn) {\n\t return fn._withTask || (fn._withTask = function () {\n\t useMacroTask = true;\n\t var res = fn.apply(null, arguments);\n\t useMacroTask = false;\n\t return res\n\t })\n\t}\n\t\n\tfunction nextTick (cb, ctx) {\n\t var _resolve;\n\t callbacks.push(function () {\n\t if (cb) {\n\t try {\n\t cb.call(ctx);\n\t } catch (e) {\n\t handleError(e, ctx, 'nextTick');\n\t }\n\t } else if (_resolve) {\n\t _resolve(ctx);\n\t }\n\t });\n\t if (!pending) {\n\t pending = true;\n\t if (useMacroTask) {\n\t macroTimerFunc();\n\t } else {\n\t microTimerFunc();\n\t }\n\t }\n\t // $flow-disable-line\n\t if (!cb && typeof Promise !== 'undefined') {\n\t return new Promise(function (resolve) {\n\t _resolve = resolve;\n\t })\n\t }\n\t}\n\t\n\t/* */\n\t\n\tvar mark;\n\tvar measure;\n\t\n\tif (false) {\n\t var perf = inBrowser && window.performance;\n\t /* istanbul ignore if */\n\t if (\n\t perf &&\n\t perf.mark &&\n\t perf.measure &&\n\t perf.clearMarks &&\n\t perf.clearMeasures\n\t ) {\n\t mark = function (tag) { return perf.mark(tag); };\n\t measure = function (name, startTag, endTag) {\n\t perf.measure(name, startTag, endTag);\n\t perf.clearMarks(startTag);\n\t perf.clearMarks(endTag);\n\t perf.clearMeasures(name);\n\t };\n\t }\n\t}\n\t\n\t/* not type checking this file because flow doesn't play well with Proxy */\n\t\n\tvar initProxy;\n\t\n\tif (false) {\n\t var allowedGlobals = makeMap(\n\t 'Infinity,undefined,NaN,isFinite,isNaN,' +\n\t 'parseFloat,parseInt,decodeURI,decodeURIComponent,encodeURI,encodeURIComponent,' +\n\t 'Math,Number,Date,Array,Object,Boolean,String,RegExp,Map,Set,JSON,Intl,' +\n\t 'require' // for Webpack/Browserify\n\t );\n\t\n\t var warnNonPresent = function (target, key) {\n\t warn(\n\t \"Property or method \\\"\" + key + \"\\\" is not defined on the instance but \" +\n\t 'referenced during render. Make sure that this property is reactive, ' +\n\t 'either in the data option, or for class-based components, by ' +\n\t 'initializing the property. ' +\n\t 'See: https://vuejs.org/v2/guide/reactivity.html#Declaring-Reactive-Properties.',\n\t target\n\t );\n\t };\n\t\n\t var hasProxy =\n\t typeof Proxy !== 'undefined' &&\n\t Proxy.toString().match(/native code/);\n\t\n\t if (hasProxy) {\n\t var isBuiltInModifier = makeMap('stop,prevent,self,ctrl,shift,alt,meta,exact');\n\t config.keyCodes = new Proxy(config.keyCodes, {\n\t set: function set (target, key, value) {\n\t if (isBuiltInModifier(key)) {\n\t warn((\"Avoid overwriting built-in modifier in config.keyCodes: .\" + key));\n\t return false\n\t } else {\n\t target[key] = value;\n\t return true\n\t }\n\t }\n\t });\n\t }\n\t\n\t var hasHandler = {\n\t has: function has (target, key) {\n\t var has = key in target;\n\t var isAllowed = allowedGlobals(key) || key.charAt(0) === '_';\n\t if (!has && !isAllowed) {\n\t warnNonPresent(target, key);\n\t }\n\t return has || !isAllowed\n\t }\n\t };\n\t\n\t var getHandler = {\n\t get: function get (target, key) {\n\t if (typeof key === 'string' && !(key in target)) {\n\t warnNonPresent(target, key);\n\t }\n\t return target[key]\n\t }\n\t };\n\t\n\t initProxy = function initProxy (vm) {\n\t if (hasProxy) {\n\t // determine which proxy handler to use\n\t var options = vm.$options;\n\t var handlers = options.render && options.render._withStripped\n\t ? getHandler\n\t : hasHandler;\n\t vm._renderProxy = new Proxy(vm, handlers);\n\t } else {\n\t vm._renderProxy = vm;\n\t }\n\t };\n\t}\n\t\n\t/* */\n\t\n\tvar seenObjects = new _Set();\n\t\n\t/**\n\t * Recursively traverse an object to evoke all converted\n\t * getters, so that every nested property inside the object\n\t * is collected as a \"deep\" dependency.\n\t */\n\tfunction traverse (val) {\n\t _traverse(val, seenObjects);\n\t seenObjects.clear();\n\t}\n\t\n\tfunction _traverse (val, seen) {\n\t var i, keys;\n\t var isA = Array.isArray(val);\n\t if ((!isA && !isObject(val)) || Object.isFrozen(val)) {\n\t return\n\t }\n\t if (val.__ob__) {\n\t var depId = val.__ob__.dep.id;\n\t if (seen.has(depId)) {\n\t return\n\t }\n\t seen.add(depId);\n\t }\n\t if (isA) {\n\t i = val.length;\n\t while (i--) { _traverse(val[i], seen); }\n\t } else {\n\t keys = Object.keys(val);\n\t i = keys.length;\n\t while (i--) { _traverse(val[keys[i]], seen); }\n\t }\n\t}\n\t\n\t/* */\n\t\n\tvar normalizeEvent = cached(function (name) {\n\t var passive = name.charAt(0) === '&';\n\t name = passive ? name.slice(1) : name;\n\t var once$$1 = name.charAt(0) === '~'; // Prefixed last, checked first\n\t name = once$$1 ? name.slice(1) : name;\n\t var capture = name.charAt(0) === '!';\n\t name = capture ? name.slice(1) : name;\n\t return {\n\t name: name,\n\t once: once$$1,\n\t capture: capture,\n\t passive: passive\n\t }\n\t});\n\t\n\tfunction createFnInvoker (fns) {\n\t function invoker () {\n\t var arguments$1 = arguments;\n\t\n\t var fns = invoker.fns;\n\t if (Array.isArray(fns)) {\n\t var cloned = fns.slice();\n\t for (var i = 0; i < cloned.length; i++) {\n\t cloned[i].apply(null, arguments$1);\n\t }\n\t } else {\n\t // return handler return value for single handlers\n\t return fns.apply(null, arguments)\n\t }\n\t }\n\t invoker.fns = fns;\n\t return invoker\n\t}\n\t\n\tfunction updateListeners (\n\t on,\n\t oldOn,\n\t add,\n\t remove$$1,\n\t vm\n\t) {\n\t var name, def, cur, old, event;\n\t for (name in on) {\n\t def = cur = on[name];\n\t old = oldOn[name];\n\t event = normalizeEvent(name);\n\t /* istanbul ignore if */\n\t if (isUndef(cur)) {\n\t (\"production\") !== 'production' && warn(\n\t \"Invalid handler for event \\\"\" + (event.name) + \"\\\": got \" + String(cur),\n\t vm\n\t );\n\t } else if (isUndef(old)) {\n\t if (isUndef(cur.fns)) {\n\t cur = on[name] = createFnInvoker(cur);\n\t }\n\t add(event.name, cur, event.once, event.capture, event.passive, event.params);\n\t } else if (cur !== old) {\n\t old.fns = cur;\n\t on[name] = old;\n\t }\n\t }\n\t for (name in oldOn) {\n\t if (isUndef(on[name])) {\n\t event = normalizeEvent(name);\n\t remove$$1(event.name, oldOn[name], event.capture);\n\t }\n\t }\n\t}\n\t\n\t/* */\n\t\n\tfunction mergeVNodeHook (def, hookKey, hook) {\n\t if (def instanceof VNode) {\n\t def = def.data.hook || (def.data.hook = {});\n\t }\n\t var invoker;\n\t var oldHook = def[hookKey];\n\t\n\t function wrappedHook () {\n\t hook.apply(this, arguments);\n\t // important: remove merged hook to ensure it's called only once\n\t // and prevent memory leak\n\t remove(invoker.fns, wrappedHook);\n\t }\n\t\n\t if (isUndef(oldHook)) {\n\t // no existing hook\n\t invoker = createFnInvoker([wrappedHook]);\n\t } else {\n\t /* istanbul ignore if */\n\t if (isDef(oldHook.fns) && isTrue(oldHook.merged)) {\n\t // already a merged invoker\n\t invoker = oldHook;\n\t invoker.fns.push(wrappedHook);\n\t } else {\n\t // existing plain hook\n\t invoker = createFnInvoker([oldHook, wrappedHook]);\n\t }\n\t }\n\t\n\t invoker.merged = true;\n\t def[hookKey] = invoker;\n\t}\n\t\n\t/* */\n\t\n\tfunction extractPropsFromVNodeData (\n\t data,\n\t Ctor,\n\t tag\n\t) {\n\t // we are only extracting raw values here.\n\t // validation and default values are handled in the child\n\t // component itself.\n\t var propOptions = Ctor.options.props;\n\t if (isUndef(propOptions)) {\n\t return\n\t }\n\t var res = {};\n\t var attrs = data.attrs;\n\t var props = data.props;\n\t if (isDef(attrs) || isDef(props)) {\n\t for (var key in propOptions) {\n\t var altKey = hyphenate(key);\n\t if (false) {\n\t var keyInLowerCase = key.toLowerCase();\n\t if (\n\t key !== keyInLowerCase &&\n\t attrs && hasOwn(attrs, keyInLowerCase)\n\t ) {\n\t tip(\n\t \"Prop \\\"\" + keyInLowerCase + \"\\\" is passed to component \" +\n\t (formatComponentName(tag || Ctor)) + \", but the declared prop name is\" +\n\t \" \\\"\" + key + \"\\\". \" +\n\t \"Note that HTML attributes are case-insensitive and camelCased \" +\n\t \"props need to use their kebab-case equivalents when using in-DOM \" +\n\t \"templates. You should probably use \\\"\" + altKey + \"\\\" instead of \\\"\" + key + \"\\\".\"\n\t );\n\t }\n\t }\n\t checkProp(res, props, key, altKey, true) ||\n\t checkProp(res, attrs, key, altKey, false);\n\t }\n\t }\n\t return res\n\t}\n\t\n\tfunction checkProp (\n\t res,\n\t hash,\n\t key,\n\t altKey,\n\t preserve\n\t) {\n\t if (isDef(hash)) {\n\t if (hasOwn(hash, key)) {\n\t res[key] = hash[key];\n\t if (!preserve) {\n\t delete hash[key];\n\t }\n\t return true\n\t } else if (hasOwn(hash, altKey)) {\n\t res[key] = hash[altKey];\n\t if (!preserve) {\n\t delete hash[altKey];\n\t }\n\t return true\n\t }\n\t }\n\t return false\n\t}\n\t\n\t/* */\n\t\n\t// The template compiler attempts to minimize the need for normalization by\n\t// statically analyzing the template at compile time.\n\t//\n\t// For plain HTML markup, normalization can be completely skipped because the\n\t// generated render function is guaranteed to return Array. There are\n\t// two cases where extra normalization is needed:\n\t\n\t// 1. When the children contains components - because a functional component\n\t// may return an Array instead of a single root. In this case, just a simple\n\t// normalization is needed - if any child is an Array, we flatten the whole\n\t// thing with Array.prototype.concat. It is guaranteed to be only 1-level deep\n\t// because functional components already normalize their own children.\n\tfunction simpleNormalizeChildren (children) {\n\t for (var i = 0; i < children.length; i++) {\n\t if (Array.isArray(children[i])) {\n\t return Array.prototype.concat.apply([], children)\n\t }\n\t }\n\t return children\n\t}\n\t\n\t// 2. When the children contains constructs that always generated nested Arrays,\n\t// e.g.