vue-instantsearch 4.3.3 → 4.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +17 -0
- package/package.json +5 -5
- package/src/__tests__/index.js +133 -26
- package/src/components/Autocomplete.vue +8 -1
- package/src/components/Breadcrumb.vue +8 -1
- package/src/components/ClearRefinements.vue +8 -1
- package/src/components/Configure.js +8 -1
- package/src/components/ConfigureRelatedItems.js +8 -1
- package/src/components/CurrentRefinements.vue +8 -1
- package/src/components/DynamicWidgets.js +8 -1
- package/src/components/HierarchicalMenu.vue +8 -1
- package/src/components/Hits.vue +8 -1
- package/src/components/HitsPerPage.vue +8 -1
- package/src/components/Index.js +6 -1
- package/src/components/InfiniteHits.vue +8 -1
- package/src/components/Menu.vue +6 -1
- package/src/components/MenuSelect.vue +6 -1
- package/src/components/NumericMenu.vue +8 -1
- package/src/components/Pagination.vue +9 -1
- package/src/components/QueryRuleContext.js +8 -3
- package/src/components/QueryRuleCustomData.vue +8 -3
- package/src/components/RangeInput.vue +8 -1
- package/src/components/RatingMenu.vue +8 -1
- package/src/components/RefinementList.vue +8 -1
- package/src/components/RelevantSort.vue +8 -1
- package/src/components/SearchBox.vue +8 -1
- package/src/components/SortBy.vue +6 -1
- package/src/components/StateResults.vue +8 -1
- package/src/components/Stats.vue +6 -1
- package/src/components/ToggleRefinement.vue +8 -1
- package/src/components/VoiceSearch.vue +8 -1
- package/src/components/__tests__/__snapshots__/Pagination.js.snap +21 -21
- package/src/mixins/__tests__/widget.test.js +102 -0
- package/src/mixins/widget.js +13 -3
- package/src/util/__tests__/createServerRootMixin.test.js +3 -2
- package/src/util/createServerRootMixin.js +1 -1
- package/vue2/cjs/index.js +1 -1
- package/vue2/cjs/index.js.map +1 -1
- package/vue2/es/package.json.js +1 -1
- package/vue2/es/src/components/Autocomplete.vue.js +1 -1
- package/vue2/es/src/components/Autocomplete.vue.js.map +1 -1
- package/vue2/es/src/components/Breadcrumb.vue.js +1 -1
- package/vue2/es/src/components/Breadcrumb.vue.js.map +1 -1
- package/vue2/es/src/components/ClearRefinements.vue.js +1 -1
- package/vue2/es/src/components/ClearRefinements.vue.js.map +1 -1
- package/vue2/es/src/components/Configure.js +1 -1
- package/vue2/es/src/components/Configure.js.map +1 -1
- package/vue2/es/src/components/ConfigureRelatedItems.js +1 -1
- package/vue2/es/src/components/ConfigureRelatedItems.js.map +1 -1
- package/vue2/es/src/components/CurrentRefinements.vue.js +1 -1
- package/vue2/es/src/components/CurrentRefinements.vue.js.map +1 -1
- package/vue2/es/src/components/DynamicWidgets.js +1 -1
- package/vue2/es/src/components/DynamicWidgets.js.map +1 -1
- package/vue2/es/src/components/HierarchicalMenu.vue.js +1 -1
- package/vue2/es/src/components/HierarchicalMenu.vue.js.map +1 -1
- package/vue2/es/src/components/Hits.vue.js +1 -1
- package/vue2/es/src/components/Hits.vue.js.map +1 -1
- package/vue2/es/src/components/HitsPerPage.vue.js +1 -1
- package/vue2/es/src/components/HitsPerPage.vue.js.map +1 -1
- package/vue2/es/src/components/Index.js +1 -1
- package/vue2/es/src/components/Index.js.map +1 -1
- package/vue2/es/src/components/InfiniteHits.vue.js +1 -1
- package/vue2/es/src/components/InfiniteHits.vue.js.map +1 -1
- package/vue2/es/src/components/Menu.vue.js +1 -1
- package/vue2/es/src/components/Menu.vue.js.map +1 -1
- package/vue2/es/src/components/MenuSelect.vue.js +1 -1
- package/vue2/es/src/components/MenuSelect.vue.js.map +1 -1
- package/vue2/es/src/components/NumericMenu.vue.js +1 -1
- package/vue2/es/src/components/NumericMenu.vue.js.map +1 -1
- package/vue2/es/src/components/Pagination.vue.js +1 -1
- package/vue2/es/src/components/Pagination.vue.js.map +1 -1
- package/vue2/es/src/components/QueryRuleContext.js +1 -1
- package/vue2/es/src/components/QueryRuleContext.js.map +1 -1
- package/vue2/es/src/components/QueryRuleCustomData.vue.js +1 -1
- package/vue2/es/src/components/QueryRuleCustomData.vue.js.map +1 -1
- package/vue2/es/src/components/RangeInput.vue.js +1 -1
- package/vue2/es/src/components/RangeInput.vue.js.map +1 -1
- package/vue2/es/src/components/RatingMenu.vue.js +1 -1
- package/vue2/es/src/components/RatingMenu.vue.js.map +1 -1
- package/vue2/es/src/components/RefinementList.vue.js +1 -1
- package/vue2/es/src/components/RefinementList.vue.js.map +1 -1
- package/vue2/es/src/components/RelevantSort.vue.js +1 -1
- package/vue2/es/src/components/RelevantSort.vue.js.map +1 -1
- package/vue2/es/src/components/SearchBox.vue.js +1 -1
- package/vue2/es/src/components/SearchBox.vue.js.map +1 -1
- package/vue2/es/src/components/SortBy.vue.js +1 -1
- package/vue2/es/src/components/SortBy.vue.js.map +1 -1
- package/vue2/es/src/components/StateResults.vue.js +1 -1
- package/vue2/es/src/components/StateResults.vue.js.map +1 -1
- package/vue2/es/src/components/Stats.vue.js +1 -1
- package/vue2/es/src/components/Stats.vue.js.map +1 -1
- package/vue2/es/src/components/ToggleRefinement.vue.js +1 -1
- package/vue2/es/src/components/ToggleRefinement.vue.js.map +1 -1
- package/vue2/es/src/components/VoiceSearch.vue.js +1 -1
- package/vue2/es/src/components/VoiceSearch.vue.js.map +1 -1
- package/vue2/es/src/mixins/widget.js +1 -1
- package/vue2/es/src/mixins/widget.js.map +1 -1
- package/vue2/es/src/util/createInstantSearchComponent.js +1 -1
- package/vue2/es/src/util/createServerRootMixin.js.map +1 -1
- package/vue2/umd/index.js +1 -1
- package/vue2/umd/index.js.map +1 -1
- package/vue3/cjs/index.js +1 -1
- package/vue3/cjs/index.js.map +1 -1
- package/vue3/es/package.json.js +1 -1
- package/vue3/es/src/components/Autocomplete.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/Autocomplete.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/Autocomplete.vue_vue&type=template&id=e7c95fd0&lang.js.map +1 -1
- package/vue3/es/src/components/Breadcrumb.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/Breadcrumb.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/Breadcrumb.vue_vue&type=template&id=6f46de9a&lang.js.map +1 -1
- package/vue3/es/src/components/ClearRefinements.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/ClearRefinements.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/ClearRefinements.vue_vue&type=template&id=410a3aaa&lang.js.map +1 -1
- package/vue3/es/src/components/Configure.js +1 -1
- package/vue3/es/src/components/Configure.js.map +1 -1
- package/vue3/es/src/components/ConfigureRelatedItems.js +1 -1
- package/vue3/es/src/components/ConfigureRelatedItems.js.map +1 -1
- package/vue3/es/src/components/CurrentRefinements.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/CurrentRefinements.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/CurrentRefinements.vue_vue&type=template&id=4f1917ff&lang.js.map +1 -1
- package/vue3/es/src/components/DynamicWidgets.js +1 -1
- package/vue3/es/src/components/DynamicWidgets.js.map +1 -1
- package/vue3/es/src/components/HierarchicalMenu.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/HierarchicalMenu.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/HierarchicalMenu.vue_vue&type=template&id=4361a0b8&lang.js.map +1 -1
- package/vue3/es/src/components/Hits.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/Hits.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/Hits.vue_vue&type=template&id=ef242920&lang.js.map +1 -1
- package/vue3/es/src/components/HitsPerPage.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/HitsPerPage.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/HitsPerPage.vue_vue&type=template&id=74f3ac28&lang.js.map +1 -1
- package/vue3/es/src/components/Index.js +1 -1
- package/vue3/es/src/components/Index.js.map +1 -1
- package/vue3/es/src/components/InfiniteHits.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/InfiniteHits.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/InfiniteHits.vue_vue&type=template&id=dcfb64b8&lang.js.map +1 -1
- package/vue3/es/src/components/Menu.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/Menu.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/Menu.vue_vue&type=template&id=9bcc0be2&lang.js.map +1 -1
- package/vue3/es/src/components/MenuSelect.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/MenuSelect.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/MenuSelect.vue_vue&type=template&id=694477eb&lang.js.map +1 -1
- package/vue3/es/src/components/NumericMenu.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/NumericMenu.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/NumericMenu.vue_vue&type=template&id=160fae0c&lang.js.map +1 -1
- package/vue3/es/src/components/Pagination.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/Pagination.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/Pagination.vue_vue&type=template&id=849a166c&lang.js +1 -1
- package/vue3/es/src/components/Pagination.vue_vue&type=template&id=849a166c&lang.js.map +1 -1
- package/vue3/es/src/components/QueryRuleContext.js +1 -1
- package/vue3/es/src/components/QueryRuleContext.js.map +1 -1
- package/vue3/es/src/components/QueryRuleCustomData.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/QueryRuleCustomData.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/QueryRuleCustomData.vue_vue&type=template&id=e4da0782&lang.js.map +1 -1
- package/vue3/es/src/components/RangeInput.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/RangeInput.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/RangeInput.vue_vue&type=template&id=1e17783d&lang.js.map +1 -1
- package/vue3/es/src/components/RatingMenu.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/RatingMenu.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/RatingMenu.vue_vue&type=template&id=9254de68&lang.js.map +1 -1
- package/vue3/es/src/components/RefinementList.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/RefinementList.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/RefinementList.vue_vue&type=template&id=28927239&lang.js.map +1 -1
- package/vue3/es/src/components/RelevantSort.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/RelevantSort.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/RelevantSort.vue_vue&type=template&id=257b248b&lang.js.map +1 -1
- package/vue3/es/src/components/SearchBox.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/SearchBox.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/SearchBox.vue_vue&type=template&id=27029d83&lang.js.map +1 -1
- package/vue3/es/src/components/SortBy.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/SortBy.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/SortBy.vue_vue&type=template&id=b69b3b76&lang.js.map +1 -1
- package/vue3/es/src/components/StateResults.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/StateResults.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/StateResults.vue_vue&type=template&id=5992f3d5&lang.js.map +1 -1
- package/vue3/es/src/components/Stats.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/Stats.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/Stats.vue_vue&type=template&id=7337491f&lang.js.map +1 -1
- package/vue3/es/src/components/ToggleRefinement.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/ToggleRefinement.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/ToggleRefinement.vue_vue&type=template&id=14e4586f&lang.js.map +1 -1
- package/vue3/es/src/components/VoiceSearch.vue_vue&type=script&lang.js +1 -1
- package/vue3/es/src/components/VoiceSearch.vue_vue&type=script&lang.js.map +1 -1
- package/vue3/es/src/components/VoiceSearch.vue_vue&type=template&id=24b0f67a&lang.js.map +1 -1
- package/vue3/es/src/mixins/widget.js +1 -1
- package/vue3/es/src/mixins/widget.js.map +1 -1
- package/vue3/es/src/util/createInstantSearchComponent.js +1 -1
- package/vue3/es/src/util/createServerRootMixin.js +1 -1
- package/vue3/es/src/util/createServerRootMixin.js.map +1 -1
- package/vue3/umd/index.js +1 -1
- package/vue3/umd/index.js.map +1 -1
package/vue3/cjs/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";function _interopDefault(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var Vue=require("vue"),connectors=require("instantsearch.js/cjs/connectors"),mitt=_interopDefault(require("mitt")),utils=require("instantsearch.js/cjs/lib/utils"),indexWidget=_interopDefault(require("instantsearch.js/cjs/widgets/index/index")),instantsearch=_interopDefault(require("instantsearch.js/cjs"));function suit(e,t,n){if(!e)throw new Error("You need to provide `widgetName` in your data");var i=["ais-"+e];return t&&i.push("-"+t),n&&i.push("--"+n),i.join("")}var createSuitMixin=function(e){var t=e.name;return{props:{classNames:{type:Object,default:void 0}},methods:{suit:function(e,n){var i=suit(t,e,n),r=this.classNames&&this.classNames[i];return r?[i,r].join(" "):i}}}},isVue2=!1,isVue3=!0;function renderCompat(e){function t(e,t,n){if("object"==typeof t&&(t.attrs||t.props)){var i=Object.assign({},t,t.attrs,t.props);return delete i.attrs,delete i.props,Vue.h(e,i,n)}return Vue.h(e,t,n)}return function(){return e.call(this,t)}}function getDefaultSlot(e){return e.$slots.default&&e.$slots.default()}var cache=new Set;function warn(e){cache.has(e)||(cache.add(e),console.warn(e))}var createWidgetMixin=function(e){var t;void 0===e&&(e={});var n=e.connector;return(t={inject:{instantSearchInstance:{from:"$_ais_instantSearchInstance",default:function(){var e=this.$options._componentTag;throw new TypeError('It looks like you forgot to wrap your Algolia search component "<'+e+'>" inside of an "<ais-instant-search>" component.')}},getParentIndex:{from:"$_ais_getParentIndex",default:function(){var e=this;return function(){return e.instantSearchInstance.mainIndex}}}},data:function(){return{state:null}},created:function(){if("function"==typeof n){if(this.factory=n(this.updateState,function(){}),this.widget=this.factory(this.widgetParams),this.getParentIndex().addWidgets([this.widget]),this.instantSearchInstance._initialResults&&!this.instantSearchInstance.started){if("function"!=typeof this.instantSearchInstance.__forceRender)throw new Error("You are using server side rendering with <ais-instant-search> instead of <ais-instant-search-ssr>.");this.instantSearchInstance.__forceRender(this.widget,this.getParentIndex())}}else!0!==n&&warn("You are using the InstantSearch widget mixin, but didn't provide a connector.\nWhile this is technically possible, and will give you access to the Helper,\nit's not the recommended way of making custom components.\n\nIf you want to disable this message, pass { connector: true } to the mixin.\n\nRead more on using connectors: https://alg.li/vue-custom")}}).beforeUnmount=function(){this.widget&&this.getParentIndex().removeWidgets([this.widget])},t.watch={widgetParams:{handler:function(e){this.state=null,this.getParentIndex().removeWidgets([this.widget]),this.widget=this.factory(e),this.getParentIndex().addWidgets([this.widget])},deep:!0}},t.methods={updateState:function(e,t){void 0===e&&(e={}),t||(this.state=e)}},t},script={name:"AisAutocomplete",mixins:[createWidgetMixin({connector:connectors.connectAutocomplete}),createSuitMixin({name:"Autocomplete"})],props:{escapeHTML:{type:Boolean,required:!1,default:!0}},computed:{widgetParams:function(){return{escapeHTML:this.escapeHTML}}}},_hoisted_1=Vue.createVNode("p",null,"This widget doesn't render anything without a filled in default slot.",-1),_hoisted_2=Vue.createVNode("p",null,"query, function to refine and results are provided.",-1),_hoisted_3=Vue.createVNode("pre",null,"refine: Function",-1),_hoisted_4=Vue.createVNode("summary",null,[Vue.createVNode("code",null,"indices"),Vue.createTextVNode(":")],-1);function render(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{refine:e.state.refine,currentRefinement:e.state.currentRefinement,indices:e.state.indices},function(){return[_hoisted_1,_hoisted_2,_hoisted_3,Vue.createVNode("pre",null,'currentRefinement: "'+Vue.toDisplayString(e.state.currentRefinement)+'"',1),Vue.createVNode("details",null,[_hoisted_4,Vue.createVNode("pre",null,Vue.toDisplayString(e.state.indices),1)])]})],2)):Vue.createCommentVNode("v-if",!0)}script.render=render,script.__file="src/components/Autocomplete.vue";var PANEL_EMITTER_NAMESPACE="instantSearchPanelEmitter",PANEL_CHANGE_EVENT="PANEL_CHANGE_EVENT",createPanelProviderMixin=function(){var e;return(e={props:{emitter:{type:Object,required:!1,default:function(){return mitt()}}},provide:function(){var e;return(e={})[PANEL_EMITTER_NAMESPACE]=this.emitter,e},data:function(){return{canRefine:!0}},created:function(){var e=this;this.emitter.on(PANEL_CHANGE_EVENT,function(t){e.updateCanRefine(t)})}}).beforeUnmount=function(){this.emitter.all.clear()},e.methods={updateCanRefine:function(e){this.canRefine=e}},e},createPanelConsumerMixin=function(e){var t=e.mapStateToCanRefine;return{inject:{emitter:{from:PANEL_EMITTER_NAMESPACE,default:function(){return{emit:function(){}}}}},data:function(){return{state:null,hasAlreadyEmitted:!1}},watch:{state:{immediate:!0,handler:function(e,n){if(e){var i=t(n||{}),r=t(e);this.hasAlreadyEmitted&&i===r||(this.emitter.emit(PANEL_CHANGE_EVENT,r),this.hasAlreadyEmitted=!0)}}}}}},script$1={name:"AisBreadcrumb",mixins:[createWidgetMixin({connector:connectors.connectBreadcrumb}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}}),createSuitMixin({name:"Breadcrumb"})],props:{attributes:{type:Array,required:!0},separator:{type:String,default:void 0},rootPath:{type:String,default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attributes:this.attributes,separator:this.separator,rootPath:this.rootPath,transformItems:this.transformItems}}},methods:{isLastItem:function(e){return this.state.items.length-1===e}}},_hoisted_1$1=Vue.createTextVNode("Home"),_hoisted_2$1={key:1},_hoisted_3$1=Vue.createTextVNode("Home"),_hoisted_4$1=Vue.createTextVNode(">"),_hoisted_5={key:1};function render$1(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:e.state.canRefine,refine:e.state.refine,createURL:e.state.createURL},function(){return[Vue.createVNode("ul",{class:e.suit("list")},[Vue.createVNode("li",{class:[e.suit("item"),!e.state.items.length&&e.suit("item","selected")]},[Boolean(e.state.items.length)?(Vue.openBlock(),Vue.createBlock("a",{key:0,href:e.state.createURL(),class:e.suit("link"),onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return e.state.refine()},["prevent"]))},[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[_hoisted_1$1]})],10,["href"])):(Vue.openBlock(),Vue.createBlock("span",_hoisted_2$1,[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[_hoisted_3$1]})]))],2),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{key:t.label,class:[e.suit("item"),s.isLastItem(n)&&e.suit("item","selected")]},[Vue.createVNode("span",{class:e.suit("separator"),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"separator",{},function(){return[_hoisted_4$1]})],2),s.isLastItem(n)?(Vue.openBlock(),Vue.createBlock("span",_hoisted_5,Vue.toDisplayString(t.label),1)):(Vue.openBlock(),Vue.createBlock("a",{key:0,href:e.state.createURL(t.value),class:e.suit("link"),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["prevent"])},Vue.toDisplayString(t.label),11,["href","onClick"]))],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$1.render=render$1,script$1.__file="src/components/Breadcrumb.vue";var script$2={name:"AisClearRefinements",mixins:[createWidgetMixin({connector:connectors.connectClearRefinements}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.hasRefinements)}}),createSuitMixin({name:"ClearRefinements"})],props:{excludedAttributes:{type:Array,default:void 0},includedAttributes:{type:Array,default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{includedAttributes:this.includedAttributes,excludedAttributes:this.excludedAttributes,transformItems:this.transformItems}},canRefine:function(){return this.state.hasRefinements}}},_hoisted_1$2=Vue.createTextVNode("Clear refinements");function render$2(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL},function(){return[Vue.createVNode("button",{type:"reset",class:[e.suit("button"),!s.canRefine&&e.suit("button","disabled")],disabled:!s.canRefine,onClick:t[1]||(t[1]=Vue.withModifiers(function(){for(var t,n=[],i=arguments.length;i--;)n[i]=arguments[i];return e.state.refine&&(t=e.state).refine.apply(t,n)},["prevent"]))},[Vue.renderSlot(e.$slots,"resetLabel",{},function(){return[_hoisted_1$2]})],10,["disabled"])]})],2)):Vue.createCommentVNode("v-if",!0)}script$2.render=render$2,script$2.__file="src/components/ClearRefinements.vue";var Configure={inheritAttrs:!1,name:"AisConfigure",mixins:[createSuitMixin({name:"Configure"}),createWidgetMixin({connector:connectors.connectConfigure})],computed:{widgetParams:function(){return{searchParameters:this.$attrs}}},render:renderCompat(function(e){var t=this.$slots.default;return this.state&&t?e("div",{class:this.suit()},[t({refine:this.state.refine,searchParameters:this.state.widgetParams.searchParameters})]):null})},ConfigureRelatedItems={inheritAttrs:!1,name:"AisExperimentalConfigureRelatedItems",mixins:[createWidgetMixin({connector:connectors.EXPERIMENTAL_connectConfigureRelatedItems})],props:{hit:{type:Object,required:!0},matchingPatterns:{type:Object,required:!0},transformSearchParameters:{type:Function,required:!1}},computed:{widgetParams:function(){return{hit:this.hit,matchingPatterns:this.matchingPatterns,transformSearchParameters:this.transformSearchParameters}}},render:function(){return null}},script$3={name:"AisCurrentRefinements",mixins:[createSuitMixin({name:"CurrentRefinements"}),createWidgetMixin({connector:connectors.connectCurrentRefinements}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.items)&&e.items.length>0}})],props:{includedAttributes:{type:Array,default:void 0},excludedAttributes:{type:Array,default:void 0},transformItems:{type:Function,default:void 0}},computed:{noRefinement:function(){return this.state&&0===this.state.items.length},widgetParams:function(){return{includedAttributes:this.includedAttributes,excludedAttributes:this.excludedAttributes,transformItems:this.transformItems}}},methods:{createItemKey:function(e){var t=e.attribute,n=e.value;return[t,e.type,n,e.operator].join(":")},capitalize:function(e){return e?e.toString().charAt(0).toLocaleUpperCase()+e.toString().slice(1):""}}},_hoisted_1$3={key:0};function render$3(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),s.noRefinement&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{refine:e.state.refine,items:e.state.items,createURL:e.state.createURL},function(){return[Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("li",{key:t.attribute,class:e.suit("item")},[Vue.renderSlot(e.$slots,"item",{refine:t.refine,item:t,createURL:e.state.createURL},function(){return[Vue.createVNode("span",{class:e.suit("label")},Vue.toDisplayString(s.capitalize(t.label))+": ",3),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(t.refinements,function(n){return Vue.openBlock(),Vue.createBlock("span",{key:s.createItemKey(n),class:e.suit("category")},[Vue.renderSlot(e.$slots,"refinement",{refine:t.refine,refinement:n,createURL:e.state.createURL},function(){return[Vue.createVNode("span",{class:e.suit("categoryLabel")},["query"===n.attribute?(Vue.openBlock(),Vue.createBlock("q",_hoisted_1$3,Vue.toDisplayString(n.label),1)):(Vue.openBlock(),Vue.createBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(n.label),1)],2112))],2),Vue.createVNode("button",{class:e.suit("delete"),onClick:function(e){return t.refine(n)}}," ✕ ",10,["onClick"])]})],2)}),128))]})],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$3.render=render$3,script$3.__file="src/components/CurrentRefinements.vue";var script$4={name:"HierarchicalMenuList",props:{items:{type:Array,required:!0},level:{type:Number,required:!0},refine:{type:Function,required:!0},createURL:{type:Function,required:!0},suit:{type:Function,required:!0}}};function render$4(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list",!0);return Vue.openBlock(),Vue.createBlock("ul",{class:[n.suit("list"),n.level>0&&n.suit("list","child"),n.suit("list","lvl"+n.level)]},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(n.items,function(e){return Vue.openBlock(),Vue.createBlock("li",{key:e.value,class:[n.suit("item"),e.data&&n.suit("item","parent"),e.isRefined&&n.suit("item","selected")]},[Vue.createVNode("a",{href:n.createURL(e.value),class:n.suit("link"),onClick:Vue.withModifiers(function(t){return n.refine(e.value)},["prevent"])},[Vue.createVNode("span",{class:n.suit("label")},Vue.toDisplayString(e.label),3),Vue.createVNode("span",{class:n.suit("count")},Vue.toDisplayString(e.count),3)],10,["href","onClick"]),e.data?(Vue.openBlock(),Vue.createBlock(a,{key:0,items:e.data,level:n.level+1,refine:n.refine,createURL:n.createURL,suit:n.suit},null,8,["items","level","refine","createURL","suit"])):Vue.createCommentVNode("v-if",!0)],2)}),128))],2)}script$4.render=render$4,script$4.__file="src/components/HierarchicalMenuList.vue";var mapStateToCanRefine=function(e){return Boolean(e.items)&&e.items.length>0},script$5={name:"AisHierarchicalMenu",mixins:[createSuitMixin({name:"HierarchicalMenu"}),createWidgetMixin({connector:connectors.connectHierarchicalMenu}),createPanelConsumerMixin({mapStateToCanRefine:mapStateToCanRefine})],components:{HierarchicalMenuList:script$4},props:{attributes:{type:Array,required:!0},limit:{type:Number,default:void 0},showMoreLimit:{type:Number,default:void 0},showMore:{type:Boolean,default:!1},sortBy:{type:[Array,Function],default:void 0},separator:{type:String,default:void 0},rootPath:{type:String,default:void 0},showParentLevel:{type:Boolean,default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attributes:this.attributes,limit:this.limit,showMore:this.showMore,showMoreLimit:this.showMoreLimit,separator:this.separator,rootPath:this.rootPath,showParentLevel:this.showParentLevel,sortBy:this.sortBy,transformItems:this.transformItems}},canRefine:function(){return mapStateToCanRefine(this.state)}}};function render$5(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list");return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:s.canRefine,canToggleShowMore:e.state.canToggleShowMore,isShowingMore:e.state.isShowingMore,refine:e.state.refine,createURL:e.state.createURL,toggleShowMore:e.state.toggleShowMore,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode(a,{items:e.state.items,level:0,refine:e.state.refine,createURL:e.state.createURL,suit:e.suit},null,8,["items","refine","createURL","suit"]),n.showMore?(Vue.openBlock(),Vue.createBlock("button",{key:0,class:[e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")],disabled:!e.state.canToggleShowMore,onClick:t[1]||(t[1]=Vue.withModifiers(function(){for(var t,n=[],i=arguments.length;i--;)n[i]=arguments[i];return e.state.toggleShowMore&&(t=e.state).toggleShowMore.apply(t,n)},["prevent"]))},[Vue.renderSlot(e.$slots,"showMoreLabel",{isShowingMore:e.state.isShowingMore},function(){return[Vue.createTextVNode(Vue.toDisplayString(e.state.isShowingMore?"Show less":"Show more"),1)]})],10,["disabled"])):Vue.createCommentVNode("v-if",!0)]})],2)):Vue.createCommentVNode("v-if",!0)}script$5.render=render$5,script$5.__file="src/components/HierarchicalMenu.vue";var htmlUnescapes={"&":"&","<":"<",">":">",""":'"',"'":"'"},reEscapedHtml=/&(?:amp|lt|gt|quot|#39);/g,reHasEscapedHtml=RegExp(reEscapedHtml.source);function unescape(e){return e&&reHasEscapedHtml.test(e)?e.replace(reEscapedHtml,function(e){return htmlUnescapes[e]}):e}var TAG_PLACEHOLDER={highlightPreTag:"__ais-highlight__",highlightPostTag:"__/ais-highlight__"};function parseHighlightedAttribute(e){var t=e.preTag,n=e.postTag,i=e.highlightedValue;void 0===i&&(i="");var r=i.split(t),s=r.shift(),a=""===s?[]:[{value:s,isHighlighted:!1}];if(n===t){var o=!0;r.forEach(function(e){a.push({value:e,isHighlighted:o}),o=!o})}else r.forEach(function(e){var t=e.split(n);a.push({value:t[0],isHighlighted:!0}),""!==t[1]&&a.push({value:" "===t[1]?" ":t[1],isHighlighted:!1})});return a}function parseAlgoliaHit(e){var t=e.preTag;void 0===t&&(t=TAG_PLACEHOLDER.highlightPreTag);var n=e.postTag;void 0===n&&(n=TAG_PLACEHOLDER.highlightPostTag);var i=e.highlightProperty,r=e.attribute,s=e.hit;if(!s)throw new Error("`hit`, the matching record, must be provided");var a=utils.getPropertyByPath(s[i],r)||{};return Array.isArray(a)?a.map(function(e){return parseHighlightedAttribute({preTag:t,postTag:n,highlightedValue:unescape(e.value)})}):parseHighlightedAttribute({preTag:t,postTag:n,highlightedValue:unescape(a.value)})}var TextNode=function(e,t){return t.slots.default()},script$6={name:"AisHighlighter",props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"},suit:{type:Function,required:!0},highlightProperty:{type:String,required:!0},preTag:{type:String,required:!0},postTag:{type:String,required:!0}},data:function(){return{TextNode:TextNode}},computed:{parsedHighlights:function(){return parseAlgoliaHit({attribute:this.attribute,hit:this.hit,highlightProperty:this.highlightProperty,preTag:this.preTag,postTag:this.postTag})}}};function render$6(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("span",{class:n.suit()},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.parsedHighlights,function(e,t){var i=e.value,s=e.isHighlighted;return Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(s?n.highlightedTagName:r.TextNode),{class:[s&&n.suit("highlighted")],key:t},{default:Vue.withCtx(function(){return[Vue.createTextVNode(Vue.toDisplayString(i),1)]}),_:2},1032,["class"])}),128))],2)}script$6.render=render$6,script$6.__file="src/components/Highlighter.vue";var script$7={name:"AisHighlight",mixins:[createSuitMixin({name:"Highlight"})],components:{AisHighlighter:script$6},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$7(e,t,n,i,r,s){var a=Vue.resolveComponent("ais-highlighter");return Vue.openBlock(),Vue.createBlock(a,{hit:n.hit,attribute:n.attribute,"highlighted-tag-name":n.highlightedTagName,suit:e.suit,"highlight-property":"_highlightResult","pre-tag":"<mark>","post-tag":"</mark>"},null,8,["hit","attribute","highlighted-tag-name","suit"])}script$7.render=render$7,script$7.__file="src/components/Highlight.vue";var script$8={name:"AisHits",mixins:[createWidgetMixin({connector:connectors.connectHitsWithInsights}),createSuitMixin({name:"Hits"})],props:{escapeHTML:{type:Boolean,default:!0},transformItems:{type:Function,default:void 0}},computed:{items:function(){return this.state.hits},widgetParams:function(){return{escapeHTML:this.escapeHTML,transformItems:this.transformItems}}}};function render$8(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:s.items,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ol",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{key:t.objectID,class:e.suit("item")},[Vue.renderSlot(e.$slots,"item",{item:t,index:n,insights:e.state.insights},function(){return[Vue.createTextVNode("objectID: "+Vue.toDisplayString(t.objectID)+", index: "+Vue.toDisplayString(n),1)]})],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$8.render=render$8,script$8.__file="src/components/Hits.vue";var script$9={name:"AisHitsPerPage",mixins:[createSuitMixin({name:"HitsPerPage"}),createWidgetMixin({connector:connectors.connectHitsPerPage}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},data:function(){return{selected:this.items.find(function(e){return!0===e.default}).value}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}},methods:{handleChange:function(){this.state.refine(this.selected)}}};function render$9(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,hasNoResults:e.state.hasNoResults},function(){return[Vue.withDirectives(Vue.createVNode("select",{class:e.suit("select"),"onUpdate:modelValue":t[1]||(t[1]=function(e){return r.selected=e}),onChange:t[2]||(t[2]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.handleChange&&s.handleChange.apply(s,e)})},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("option",{key:t.value,class:e.suit("option"),value:t.value},Vue.toDisplayString(t.label),11,["value"])}),128))],34),[[Vue.vModelSelect,r.selected]])]})],2)):Vue.createCommentVNode("v-if",!0)}script$9.render=render$9,script$9.__file="src/components/HitsPerPage.vue";var connectIndex=function(){return indexWidget},Index={name:"AisIndex",mixins:[createSuitMixin({name:"Index"}),createWidgetMixin({connector:connectIndex})],provide:function(){var e=this;return{$_ais_getParentIndex:function(){return e.widget}}},props:{indexName:{type:String,required:!0},indexId:{type:String,required:!1}},render:renderCompat(function(e){return e("div",{},getDefaultSlot(this))}),computed:{widgetParams:function(){return{indexName:this.indexName,indexId:this.indexId}}}},version="4.3.3";function _objectSpread(e){for(var t=arguments,n=1;n<arguments.length;n++){var i=null!=t[n]?t[n]:{},r=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(i).filter(function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable}))),r.forEach(function(t){_defineProperty(e,t,i[t])})}return e}function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var createInstantSearchComponent=function(e){var t;return _objectSpread(((t={mixins:[createSuitMixin({name:"InstantSearch"})],provide:function(){return{$_ais_instantSearchInstance:this.instantSearchInstance}},watch:{searchClient:function(e){this.instantSearchInstance.helper.setClient(e).search()},indexName:function(e){this.instantSearchInstance.helper.setIndex(e).search()},stalledSearchDelay:function(e){this.instantSearchInstance._stalledSearchDelay=e},routing:function(){throw new Error("routing configuration can not be changed dynamically at this point.\n\nPlease open a new issue: https://github.com/algolia/vue-instantsearch/issues/new?template=feature.md")},searchFunction:function(e){this.instantSearchInstance._searchFunction=e},middlewares:{immediate:!0,handler:function(e,t){var n=this;(t||[]).filter(function(t){return-1===(e||[]).indexOf(t)}).forEach(function(e){n.instantSearchInstance.unuse(e)}),(e||[]).filter(function(e){return-1===(t||[]).indexOf(e)}).forEach(function(e){n.instantSearchInstance.use(e)})}}},created:function(){var e=this.instantSearchInstance.client;"function"==typeof e.addAlgoliaAgent&&(e.addAlgoliaAgent("Vue ("+Vue.version+")"),e.addAlgoliaAgent("Vue InstantSearch ("+version+")"))},mounted:function(){var e=this;this.$nextTick(function(){e.instantSearchInstance.started||e.instantSearchInstance.start()})}}).beforeUnmount=function(){this.instantSearchInstance.started&&this.instantSearchInstance.dispose(),this.instantSearchInstance.__initialSearchResults=void 0},t),e)},oldApiWarning="Vue InstantSearch: You used the prop api-key or app-id.\nThese have been replaced by search-client.\n\nSee more info here: https://www.algolia.com/doc/api-reference/widgets/instantsearch/vue/#widget-param-search-client",InstantSearch=createInstantSearchComponent({name:"AisInstantSearch",props:{searchClient:{type:Object,required:!0},insightsClient:{type:Function,default:void 0},indexName:{type:String,required:!0},routing:{default:void 0,validator:function(e){return!("boolean"==typeof e||!e.router&&!e.stateMapping)||(warn("The `routing` option expects an object with `router` and/or `stateMapping`.\n\nSee https://www.algolia.com/doc/api-reference/widgets/instantsearch/vue/#widget-param-routing"),!1)}},stalledSearchDelay:{type:Number,default:void 0},searchFunction:{type:Function,default:void 0},initialUiState:{type:Object,default:void 0},apiKey:{type:String,default:void 0,validator:function(e){return e&&warn(oldApiWarning),!1}},appId:{type:String,default:void 0,validator:function(e){return e&&warn(oldApiWarning),!1}},middlewares:{type:Array,default:null}},data:function(){return{instantSearchInstance:instantsearch({searchClient:this.searchClient,insightsClient:this.insightsClient,indexName:this.indexName,routing:this.routing,stalledSearchDelay:this.stalledSearchDelay,searchFunction:this.searchFunction,initialUiState:this.initialUiState})}},render:renderCompat(function(e){var t;return e("div",{class:(t={},t[this.suit()]=!0,t[this.suit("","ssr")]=!1,t)},getDefaultSlot(this))})}),InstantSearchSsr=createInstantSearchComponent({name:"AisInstantSearchSsr",inject:{$_ais_ssrInstantSearchInstance:{default:function(){throw new Error("`createServerRootMixin` is required when using SSR.")}}},data:function(){return{instantSearchInstance:this.$_ais_ssrInstantSearchInstance}},render:renderCompat(function(e){var t;return e("div",{class:(t={},t[this.suit()]=!0,t[this.suit("","ssr")]=!0,t)},getDefaultSlot(this))})}),script$a={name:"AisInfiniteHits",mixins:[createWidgetMixin({connector:connectors.connectInfiniteHitsWithInsights}),createSuitMixin({name:"InfiniteHits"})],props:{showPrevious:{type:Boolean,default:!1},escapeHTML:{type:Boolean,default:!0},transformItems:{type:Function,default:void 0},cache:{type:Object,default:void 0}},computed:{widgetParams:function(){return{showPrevious:this.showPrevious,escapeHTML:this.escapeHTML,transformItems:this.transformItems,cache:this.cache}},items:function(){return this.state.hits}},methods:{refinePrevious:function(){this.state.showPrevious()},refineNext:function(){this.state.showMore()}}};function render$a(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[n.showPrevious?Vue.renderSlot(e.$slots,"loadPrevious",{key:0,refinePrevious:s.refinePrevious,page:e.state.results.page,isFirstPage:e.state.isFirstPage},function(){return[Vue.createVNode("button",{class:[e.suit("loadPrevious"),e.state.isFirstPage&&e.suit("loadPrevious","disabled")],disabled:e.state.isFirstPage,onClick:t[1]||(t[1]=function(e){return s.refinePrevious()})},"Show previous results",10,["disabled"])]}):Vue.createCommentVNode("v-if",!0),Vue.renderSlot(e.$slots,"default",{items:s.items,results:e.state.results,isLastPage:e.state.isLastPage,refinePrevious:s.refinePrevious,refineNext:s.refineNext,refine:s.refineNext,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ol",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{class:e.suit("item"),key:t.objectID},[Vue.renderSlot(e.$slots,"item",{item:t,index:n,insights:e.state.insights},function(){return[Vue.createTextVNode("objectID: "+Vue.toDisplayString(t.objectID)+", index: "+Vue.toDisplayString(n),1)]})],2)}),128))],2),Vue.renderSlot(e.$slots,"loadMore",{refineNext:s.refineNext,refine:s.refineNext,page:e.state.results.page,isLastPage:e.state.isLastPage},function(){return[Vue.createVNode("button",{class:[e.suit("loadMore"),e.state.isLastPage&&e.suit("loadMore","disabled")],disabled:e.state.isLastPage,onClick:t[2]||(t[2]=function(e){return s.refineNext()})},"Show more results",10,["disabled"])]})]})],2)):Vue.createCommentVNode("v-if",!0)}script$a.render=render$a,script$a.__file="src/components/InfiniteHits.vue";var script$b={name:"AisMenu",mixins:[createSuitMixin({name:"Menu"}),createWidgetMixin({connector:connectors.connectMenu}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}})],props:{attribute:{type:String,required:!0},limit:{type:Number,default:void 0},showMoreLimit:{type:Number,default:void 0},showMore:{type:Boolean,default:!1},sortBy:{type:[Array,Function],default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,limit:this.limit,showMore:this.showMore,showMoreLimit:this.showMoreLimit,sortBy:this.sortBy,transformItems:this.transformItems}},showShowMoreButton:function(){return this.state.canRefine&&this.showMore}}};function render$b(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:e.state.canRefine,canToggleShowMore:e.state.canToggleShowMore,isShowingMore:e.state.isShowingMore,refine:e.state.refine,createURL:e.state.createURL,toggleShowMore:e.state.toggleShowMore,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("li",{key:t.value,class:[e.suit("item"),t.isRefined&&e.suit("item","selected")]},[Vue.createVNode("a",{href:e.state.createURL(t.value),class:e.suit("link"),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["prevent"])},[Vue.createVNode("span",{class:e.suit("label")},Vue.toDisplayString(t.label),3),Vue.createVNode("span",{class:e.suit("count")},Vue.toDisplayString(t.count),3)],10,["href","onClick"])],2)}),128))],2),s.showShowMoreButton?(Vue.openBlock(),Vue.createBlock("button",{key:0,class:[e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")],disabled:!e.state.canToggleShowMore,onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return e.state.toggleShowMore()},["prevent"]))},[Vue.renderSlot(e.$slots,"showMoreLabel",{isShowingMore:e.state.isShowingMore},function(){return[Vue.createTextVNode(Vue.toDisplayString(e.state.isShowingMore?"Show less":"Show more"),1)]})],10,["disabled"])):Vue.createCommentVNode("v-if",!0)]})],2)):Vue.createCommentVNode("v-if",!0)}script$b.render=render$b,script$b.__file="src/components/Menu.vue";var script$c={name:"AisMenuSelect",mixins:[createSuitMixin({name:"MenuSelect"}),createWidgetMixin({connector:connectors.connectMenu}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}})],props:{attribute:{type:String,required:!0},limit:{type:Number,default:10},sortBy:{type:[Array,Function],default:void 0},transformItems:{type:Function,default:function(e){return e}}},computed:{widgetParams:function(){return{attribute:this.attribute,limit:this.limit,sortBy:this.sortBy,transformItems:this.transformItems}}},methods:{refine:function(e){this.state.refine(e)}}},_hoisted_1$4=Vue.createTextVNode("See all");function render$c(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:e.state.canRefine,refine:s.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("select",{class:e.suit("select"),onChange:t[1]||(t[1]=function(e){return s.refine(e.currentTarget.value)})},[Vue.createVNode("option",{class:e.suit("option"),value:""},[Vue.renderSlot(e.$slots,"defaultOption",{},function(){return[_hoisted_1$4]})],2),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("option",{key:t.value,class:e.suit("option"),value:t.value,selected:t.isRefined},[Vue.renderSlot(e.$slots,"item",{item:t},function(){return[Vue.createTextVNode(Vue.toDisplayString(t.label)+" ("+Vue.toDisplayString(t.count)+")",1)]})],10,["value","selected"])}),128))],34)]})],2)):Vue.createCommentVNode("v-if",!0)}script$c.render=render$c,script$c.__file="src/components/MenuSelect.vue";var script$d={name:"AisNumericMenu",mixins:[createWidgetMixin({connector:connectors.connectNumericMenu}),createSuitMixin({name:"NumericMenu"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{attribute:{type:String,required:!0},items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,transformItems:this.transformItems,items:this.items}},canRefine:function(){return!this.state.hasNoResults}}};function render$d(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ul",{class:[e.suit("list")]},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(i){return Vue.openBlock(),Vue.createBlock("li",{key:i.label,class:[e.suit("item"),i.isRefined&&e.suit("item","selected")]},[Vue.createVNode("label",{class:e.suit("label")},[Vue.createVNode("input",{type:"radio",class:e.suit("radio"),name:n.attribute,value:i.value,checked:i.isRefined,onChange:t[1]||(t[1]=function(t){return e.state.refine(t.target.value)})},null,42,["name","value","checked"]),Vue.createVNode("span",{class:e.suit("labelText")},Vue.toDisplayString(i.label),3)],2)],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$d.render=render$d,script$d.__file="src/components/NumericMenu.vue";var script$e={name:"AisPagination",mixins:[createSuitMixin({name:"Pagination"}),createWidgetMixin({connector:connectors.connectPagination}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return e.nbPages>1}})],props:{padding:{type:Number,default:void 0,validator:function(e){return e>0}},totalPages:{type:Number,default:void 0,validator:function(e){return e>0}},showFirst:{type:Boolean,default:!0},showLast:{type:Boolean,default:!0},showNext:{type:Boolean,default:!0},showPrevious:{type:Boolean,default:!0}},computed:{widgetParams:function(){return{padding:this.padding,totalPages:this.totalPages}}},emits:["page-change"],methods:{refine:function(e){var t=Math.min(Math.max(e,0),this.state.nbPages-1);this.state.refine(t),this.$emit("page-change",t)}}};function render$e(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{refine:s.refine,createURL:e.state.createURL,currentRefinement:e.state.currentRefinement,nbHits:e.state.nbHits,nbPages:e.state.nbPages,pages:e.state.pages,isFirstPage:e.state.isFirstPage,isLastPage:e.state.isLastPage},function(){var i,r,a,o;return[Vue.createVNode("ul",{class:e.suit("list")},[n.showFirst?(Vue.openBlock(),Vue.createBlock("li",{key:0,class:(i={},i[e.suit("item")]=!0,i[e.suit("item","firstPage")]=!0,i[e.suit("item","disabled")]=e.state.isFirstPage,i)},[Vue.renderSlot(e.$slots,"first",{createURL:function(){return e.state.createURL(0)},isFirstPage:e.state.isFirstPage,refine:function(){return s.refine(0)}},function(){return[e.state.isFirstPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"First"},"‹‹",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"First",href:e.state.createURL(0),onClick:t[1]||(t[1]=Vue.withModifiers(function(e){return s.refine(0)},["prevent"]))},"‹‹",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0),n.showPrevious?(Vue.openBlock(),Vue.createBlock("li",{key:1,class:(r={},r[e.suit("item")]=!0,r[e.suit("item","previousPage")]=!0,r[e.suit("item","disabled")]=e.state.isFirstPage,r)},[Vue.renderSlot(e.$slots,"previous",{createURL:function(){return e.state.createURL(e.state.currentRefinement-1)},isFirstPage:e.state.isFirstPage,refine:function(){return s.refine(e.state.currentRefinement-1)}},function(){return[e.state.isFirstPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"Previous"},"‹",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"Previous",href:e.state.createURL(e.state.currentRefinement-1),onClick:t[2]||(t[2]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement-1)},["prevent"]))},"‹",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.pages,function(t){var n;return Vue.openBlock(),Vue.createBlock("li",{class:(n={},n[e.suit("item")]=!0,n[e.suit("item","selected")]=e.state.currentRefinement===t,n),key:t},[Vue.renderSlot(e.$slots,"item",{page:t,createURL:function(){return e.state.createURL(t)},isFirstPage:e.state.isFirstPage,isLastPage:e.state.isLastPage,refine:function(){return s.refine(t)}},function(){return[Vue.createVNode("a",{class:e.suit("link"),href:e.state.createURL(t),onClick:Vue.withModifiers(function(e){return s.refine(t)},["prevent"])},Vue.toDisplayString(t+1),11,["href","onClick"])]})],2)}),128)),n.showNext?(Vue.openBlock(),Vue.createBlock("li",{key:2,class:(a={},a[e.suit("item")]=!0,a[e.suit("item","nextPage")]=!0,a[e.suit("item","disabled")]=e.state.isLastPage,a)},[Vue.renderSlot(e.$slots,"next",{createURL:function(){return e.state.createURL(e.state.currentRefinement+1)},isLastPage:e.state.isLastPage,refine:function(){return s.refine(e.state.currentRefinement+1)}},function(){return[e.state.isLastPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"Next"},"›",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"Next",href:e.state.createURL(e.state.currentRefinement+1),onClick:t[3]||(t[3]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement+1)},["prevent"]))},"›",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0),n.showLast?(Vue.openBlock(),Vue.createBlock("li",{key:3,class:(o={},o[e.suit("item")]=!0,o[e.suit("item","lastPage")]=!0,o[e.suit("item","disabled")]=e.state.isLastPage,o)},[Vue.renderSlot(e.$slots,"last",{createURL:function(){return e.state.createURL(e.state.nbPages-1)},isLastPage:e.state.isLastPage,refine:function(){return s.refine(e.state.nbPages-1)}},function(){return[e.state.isLastPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"Last"},"››",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"Last",href:e.state.createURL(e.state.nbPages-1),onClick:t[4]||(t[4]=Vue.withModifiers(function(t){return s.refine(e.state.nbPages-1)},["prevent"]))},"››",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0)],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$e.render=render$e,script$e.__file="src/components/Pagination.vue";var script$f={name:"AisPanel",mixins:[createSuitMixin({name:"Panel"}),createPanelProviderMixin()],methods:{getSlot:function(e){return this.$slots[e]}}};function render$f(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("div",{class:[e.suit(),!e.canRefine&&e.suit("","noRefinement")]},[s.getSlot("header")?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit("header")},[Vue.renderSlot(e.$slots,"header",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("v-if",!0),Vue.createVNode("div",{class:e.suit("body")},[Vue.renderSlot(e.$slots,"default",{hasRefinements:e.canRefine})],2),s.getSlot("footer")?(Vue.openBlock(),Vue.createBlock("div",{key:1,class:e.suit("footer")},[Vue.renderSlot(e.$slots,"footer",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("v-if",!0)],2)}script$f.render=render$f,script$f.__file="src/components/Panel.vue";var script$g={name:"AisPoweredBy",mixins:[createSuitMixin({name:"PoweredBy"})],props:{theme:{default:"light",validator:function(e){return-1!==["light","dark"].indexOf(e)}}},computed:{algoliaUrl:function(){return"https://www.algolia.com/?utm_source=vue-instantsearch&utm_medium=website&utm_content="+(location?location.hostname:"")+"&utm_campaign=poweredby"}}},_hoisted_1$5=Vue.createVNode("path",{fill:"#5468FF",d:"M78.99.94h16.6a2.97 2.97 0 0 1 2.96 2.96v16.6a2.97 2.97 0 0 1-2.97 2.96h-16.6a2.97 2.97 0 0 1-2.96-2.96V3.9A2.96 2.96 0 0 1 79 .94"},null,-1),_hoisted_2$2=Vue.createVNode("path",{fill:"#FFF",d:"M89.63 5.97v-.78a.98.98 0 0 0-.98-.97h-2.28a.98.98 0 0 0-.97.97V6c0 .09.08.15.17.13a7.13 7.13 0 0 1 3.9-.02c.08.02.16-.04.16-.13m-6.25 1L83 6.6a.98.98 0 0 0-1.38 0l-.46.46a.97.97 0 0 0 0 1.38l.38.39c.06.06.15.04.2-.02a7.49 7.49 0 0 1 1.63-1.62c.07-.04.08-.14.02-.2m4.16 2.45v3.34c0 .1.1.17.2.12l2.97-1.54c.06-.03.08-.12.05-.18a3.7 3.7 0 0 0-3.08-1.87c-.07 0-.14.06-.14.13m0 8.05a4.49 4.49 0 1 1 0-8.98 4.49 4.49 0 0 1 0 8.98m0-10.85a6.37 6.37 0 1 0 0 12.74 6.37 6.37 0 0 0 0-12.74"},null,-1);function render$g(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("div",{class:e.suit()},[Vue.createVNode("a",{class:e.suit("link"),href:s.algoliaUrl,target:"_blank",rel:"noopener","aria-label":"search by Algolia"},[(Vue.openBlock(),Vue.createBlock("svg",{style:{height:"1.2em",width:"auto"},class:[e.suit("logo"),e.suit("",n.theme)],viewBox:"0 0 168 24"},[Vue.createVNode("path",{fill:"dark"===n.theme?"#FFF":"#5D6494",d:"M6.97 6.68V8.3a4.47 4.47 0 0 0-2.42-.67 2.2 2.2 0 0 0-1.38.4c-.34.26-.5.6-.5 1.02 0 .43.16.77.49 1.03.33.25.83.53 1.51.83a7.04 7.04 0 0 1 1.9 1.08c.34.24.58.54.73.89.15.34.23.74.23 1.18 0 .95-.33 1.7-1 2.24a4 4 0 0 1-2.6.81 5.71 5.71 0 0 1-2.94-.68v-1.71c.84.63 1.81.94 2.92.94.58 0 1.05-.14 1.39-.4.34-.28.5-.65.5-1.13 0-.29-.1-.55-.3-.8a2.2 2.2 0 0 0-.65-.53 23.03 23.03 0 0 0-1.64-.78 13.67 13.67 0 0 1-1.11-.64c-.12-.1-.28-.22-.46-.4a1.72 1.72 0 0 1-.39-.5 4.46 4.46 0 0 1-.22-.6c-.07-.23-.1-.48-.1-.75 0-.91.33-1.63 1-2.17a4 4 0 0 1 2.57-.8c.97 0 1.8.18 2.47.52zm7.47 5.7v-.3a2.26 2.26 0 0 0-.5-1.44c-.3-.35-.74-.53-1.32-.53-.53 0-.99.2-1.37.58-.38.39-.62.95-.72 1.68h3.91zm1 2.79v1.4c-.6.34-1.38.51-2.36.51a4.02 4.02 0 0 1-3-1.13 4.04 4.04 0 0 1-1.11-2.97c0-1.3.34-2.32 1.02-3.06a3.38 3.38 0 0 1 2.6-1.1c1.03 0 1.85.32 2.46.96.6.64.9 1.57.9 2.78 0 .33-.03.68-.09 1.04h-5.31c.1.7.4 1.24.89 1.61.49.38 1.1.56 1.85.56.86 0 1.58-.2 2.15-.6zm6.61-1.78h-1.21c-.6 0-1.05.12-1.35.36-.3.23-.46.53-.46.89 0 .37.12.66.36.88.23.2.57.32 1.02.32.5 0 .9-.15 1.2-.43.3-.28.44-.65.44-1.1v-.92zm-4.07-2.55V9.33a4.96 4.96 0 0 1 2.5-.55c2.1 0 3.17 1.03 3.17 3.08V17H22.1v-.96c-.42.68-1.15 1.02-2.19 1.02-.76 0-1.38-.22-1.84-.66-.46-.44-.7-1-.7-1.68 0-.78.3-1.38.88-1.81.59-.43 1.4-.65 2.46-.65h1.34v-.46c0-.55-.13-.97-.4-1.25-.26-.29-.7-.43-1.32-.43-.86 0-1.65.24-2.35.72zm9.34-1.93v1.42c.39-1 1.1-1.5 2.12-1.5.15 0 .31.02.5.05v1.53c-.23-.1-.48-.14-.76-.14-.54 0-.99.24-1.34.71a2.8 2.8 0 0 0-.52 1.71V17h-1.57V8.91h1.57zm5 4.09a3 3 0 0 0 .76 2.01c.47.53 1.14.8 2 .8.64 0 1.24-.18 1.8-.53v1.4c-.53.32-1.2.48-2 .48a3.98 3.98 0 0 1-4.17-4.18c0-1.16.38-2.15 1.14-2.98a4 4 0 0 1 3.1-1.23c.7 0 1.34.15 1.92.44v1.44a3.24 3.24 0 0 0-1.77-.5A2.65 2.65 0 0 0 32.33 13zm7.92-7.28v4.58c.46-1 1.3-1.5 2.5-1.5.8 0 1.42.24 1.9.73.48.5.72 1.17.72 2.05V17H43.8v-5.1c0-.56-.14-.99-.43-1.29-.28-.3-.65-.45-1.1-.45-.54 0-1 .2-1.42.6-.4.4-.61 1.02-.61 1.85V17h-1.56V5.72h1.56zM55.2 15.74c.6 0 1.1-.25 1.5-.76.4-.5.6-1.16.6-1.95 0-.92-.2-1.62-.6-2.12-.4-.5-.92-.74-1.55-.74-.56 0-1.05.22-1.5.67-.44.45-.66 1.13-.66 2.06 0 .96.22 1.67.64 2.14.43.47.95.7 1.57.7zM53 5.72v4.42a2.74 2.74 0 0 1 2.43-1.34c1.03 0 1.86.38 2.51 1.15.65.76.97 1.78.97 3.05 0 1.13-.3 2.1-.92 2.9-.62.81-1.47 1.21-2.54 1.21s-1.9-.45-2.46-1.34V17h-1.58V5.72H53zm9.9 11.1l-3.22-7.9h1.74l1 2.62 1.26 3.42c.1-.32.48-1.46 1.15-3.42l.91-2.63h1.66l-2.92 7.87c-.78 2.07-1.96 3.1-3.56 3.1-.28 0-.53-.02-.73-.07v-1.34c.17.04.35.06.54.06 1.03 0 1.76-.57 2.17-1.7z"},null,8,["fill"]),_hoisted_1$5,_hoisted_2$2,Vue.createVNode("path",{fill:"dark"===n.theme?"#FFF":"#5468FF",d:"M120.92 18.8c-4.38.02-4.38-3.54-4.38-4.1V1.36l2.67-.42v13.25c0 .32 0 2.36 1.71 2.37v2.24zm-10.84-2.18c.82 0 1.43-.04 1.85-.12v-2.72a5.48 5.48 0 0 0-1.57-.2c-.3 0-.6.02-.9.07-.3.04-.57.12-.81.24-.24.11-.44.28-.58.49a.93.93 0 0 0-.22.65c0 .63.22 1 .61 1.23.4.24.94.36 1.62.36zm-.23-9.7c.88 0 1.62.11 2.23.33.6.22 1.09.53 1.44.92.36.4.61.92.76 1.48.16.56.23 1.17.23 1.85v6.87c-.4.1-1.03.2-1.86.32-.84.12-1.78.18-2.82.18-.69 0-1.32-.07-1.9-.2a4 4 0 0 1-1.46-.63c-.4-.3-.72-.67-.96-1.13a4.3 4.3 0 0 1-.34-1.8c0-.66.13-1.08.39-1.53.26-.45.6-.82 1.04-1.1.45-.3.95-.5 1.54-.62a8.8 8.8 0 0 1 3.79.05v-.44c0-.3-.04-.6-.11-.87a1.78 1.78 0 0 0-1.1-1.22c-.31-.12-.7-.2-1.15-.2a9.75 9.75 0 0 0-2.95.46l-.33-2.19c.34-.12.84-.23 1.48-.35.65-.12 1.34-.18 2.08-.18zm52.84 9.63c.82 0 1.43-.05 1.85-.13V13.7a5.42 5.42 0 0 0-1.57-.2c-.3 0-.6.02-.9.07-.3.04-.57.12-.81.24-.24.12-.44.28-.58.5a.93.93 0 0 0-.22.65c0 .63.22.99.61 1.23.4.24.94.36 1.62.36zm-.23-9.7c.88 0 1.63.11 2.23.33.6.22 1.1.53 1.45.92.35.39.6.92.76 1.48.15.56.23 1.18.23 1.85v6.88c-.41.08-1.03.19-1.87.31-.83.12-1.77.18-2.81.18-.7 0-1.33-.06-1.9-.2a4 4 0 0 1-1.47-.63c-.4-.3-.72-.67-.95-1.13a4.3 4.3 0 0 1-.34-1.8c0-.66.13-1.08.38-1.53.26-.45.61-.82 1.05-1.1.44-.3.95-.5 1.53-.62a8.8 8.8 0 0 1 3.8.05v-.43c0-.31-.04-.6-.12-.88-.07-.28-.2-.52-.38-.73a1.78 1.78 0 0 0-.73-.5c-.3-.1-.68-.2-1.14-.2a9.85 9.85 0 0 0-2.95.47l-.32-2.19a11.63 11.63 0 0 1 3.55-.53zm-8.03-1.27a1.62 1.62 0 0 0 0-3.24 1.62 1.62 0 1 0 0 3.24zm1.35 13.22h-2.7V7.27l2.7-.42V18.8zm-4.72 0c-4.38.02-4.38-3.54-4.38-4.1l-.01-13.34 2.67-.42v13.25c0 .32 0 2.36 1.72 2.37v2.24zm-8.7-5.9a4.7 4.7 0 0 0-.74-2.79 2.4 2.4 0 0 0-2.07-1 2.4 2.4 0 0 0-2.06 1 4.7 4.7 0 0 0-.74 2.8c0 1.16.25 1.94.74 2.62a2.4 2.4 0 0 0 2.07 1.02c.88 0 1.57-.34 2.07-1.02.49-.68.73-1.46.73-2.63zm2.74 0a6.46 6.46 0 0 1-1.52 4.23c-.49.53-1.07.94-1.76 1.22-.68.29-1.73.45-2.26.45-.53 0-1.58-.15-2.25-.45a5.1 5.1 0 0 1-2.88-3.13 7.3 7.3 0 0 1-.01-4.84 5.13 5.13 0 0 1 2.9-3.1 5.67 5.67 0 0 1 2.22-.42c.81 0 1.56.14 2.24.42.69.29 1.28.69 1.75 1.22.49.52.87 1.15 1.14 1.89a7 7 0 0 1 .43 2.5zm-20.14 0c0 1.11.25 2.36.74 2.88.5.52 1.13.78 1.91.78a4.07 4.07 0 0 0 2.12-.6V9.33c-.19-.04-.99-.2-1.76-.23a2.67 2.67 0 0 0-2.23 1 4.73 4.73 0 0 0-.78 2.8zm7.44 5.27c0 1.82-.46 3.16-1.4 4-.94.85-2.37 1.27-4.3 1.27-.7 0-2.17-.13-3.34-.4l.43-2.11c.98.2 2.27.26 2.95.26 1.08 0 1.84-.22 2.3-.66.46-.43.68-1.08.68-1.94v-.44a5.2 5.2 0 0 1-2.54.6 5.6 5.6 0 0 1-2.01-.36 4.2 4.2 0 0 1-2.58-2.71 9.88 9.88 0 0 1 .02-5.35 4.92 4.92 0 0 1 2.93-2.96 6.6 6.6 0 0 1 2.43-.46 19.64 19.64 0 0 1 4.43.66v10.6z"},null,8,["fill"])],2))],10,["href"])],2)}script$g.render=render$g,script$g.__file="src/components/PoweredBy.vue";var QueryRuleContext={name:"AisQueryRuleContext",mixins:[createSuitMixin({name:"QueryRuleContext"}),createWidgetMixin({connector:connectors.connectQueryRules})],props:{trackedFilters:{type:Object,required:!0},transformRuleContexts:{type:Function,required:!1,default:void 0}},computed:{widgetParams:function(){return{trackedFilters:this.trackedFilters,transformRuleContexts:this.transformRuleContexts}}},render:function(){return null}},script$h={name:"AisQueryRuleCustomData",mixins:[createSuitMixin({name:"QueryRuleCustomData"}),createWidgetMixin({connector:connectors.connectQueryRules})],props:{transformItems:{type:Function,required:!1,default:void 0}},computed:{widgetParams:function(){return{transformItems:this.transformItems}}}};function render$h(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.items},function(){return[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createBlock("div",{key:n},[Vue.renderSlot(e.$slots,"item",{item:t},function(){return[Vue.createVNode("pre",null,Vue.toDisplayString(t),1)]})])}),128))]})],2)):Vue.createCommentVNode("v-if",!0)}script$h.render=render$h,script$h.__file="src/components/QueryRuleCustomData.vue";var mapStateToCanRefine$1=function(e){return e&&Boolean(e.range)&&e.range.min!==e.range.max},script$i={name:"AisRangeInput",mixins:[createSuitMixin({name:"RangeInput"}),createWidgetMixin({connector:connectors.connectRange}),createPanelConsumerMixin({mapStateToCanRefine:mapStateToCanRefine$1})],props:{attribute:{type:String,required:!0},min:{type:Number,required:!1,default:void 0},max:{type:Number,required:!1,default:void 0},precision:{type:Number,required:!1,default:0}},data:function(){return{minInput:void 0,maxInput:void 0}},updated:function(){this.minInput=void 0,this.maxInput=void 0},computed:{widgetParams:function(){return{attribute:this.attribute,min:this.min,max:this.max,precision:this.precision}},canRefine:function(){return mapStateToCanRefine$1(this.state)},step:function(){return 1/Math.pow(10,this.precision)},values:function(){var e=this.state.start,t=e[0],n=e[1],i=this.state.range,r=i.min,s=i.max;return{min:t!==-1/0&&t!==r?t:void 0,max:n!==1/0&&n!==s?n:void 0}}},methods:{pick:function(e,t){return null!=e?e:t},refine:function(e){var t=e.min,n=e.max;this.state.refine([t,n])}}},_hoisted_1$6=Vue.createTextVNode("to"),_hoisted_2$3=Vue.createTextVNode("Go");function render$i(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{currentRefinement:s.values,refine:s.refine,canRefine:s.canRefine,range:e.state.range,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("form",{class:e.suit("form"),onSubmit:t[3]||(t[3]=Vue.withModifiers(function(e){return s.refine({min:s.pick(r.minInput,s.values.min),max:s.pick(r.maxInput,s.values.max)})},["prevent"]))},[Vue.createVNode("label",{class:e.suit("label")},[Vue.renderSlot(e.$slots,"minLabel"),Vue.createVNode("input",{type:"number",class:[e.suit("input"),e.suit("input","min")],step:s.step,min:e.state.range.min,max:e.state.range.max,placeholder:e.state.range.min,value:s.values.min,onChange:t[1]||(t[1]=function(e){return r.minInput=e.currentTarget.value})},null,42,["step","min","max","placeholder","value"])],2),Vue.createVNode("span",{class:e.suit("separator")},[Vue.renderSlot(e.$slots,"separator",{},function(){return[_hoisted_1$6]})],2),Vue.createVNode("label",{class:e.suit("label")},[Vue.renderSlot(e.$slots,"maxLabel"),Vue.createVNode("input",{class:[e.suit("input"),e.suit("input","max")],type:"number",step:s.step,min:e.state.range.min,max:e.state.range.max,placeholder:e.state.range.max,value:s.values.max,onChange:t[2]||(t[2]=function(e){return r.maxInput=e.currentTarget.value})},null,42,["step","min","max","placeholder","value"])],2),Vue.createVNode("button",{class:e.suit("submit"),type:"submit"},[Vue.renderSlot(e.$slots,"submitLabel",{},function(){return[_hoisted_2$3]})],2)],34)]})],2)):Vue.createCommentVNode("v-if",!0)}script$i.render=render$i,script$i.__file="src/components/RangeInput.vue";var script$j={name:"AisRatingMenu",mixins:[createSuitMixin({name:"RatingMenu"}),createWidgetMixin({connector:connectors.connectRatingMenu}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{attribute:{type:String,required:!0},max:{type:Number,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,max:this.max}}}},_hoisted_1$7=Vue.createVNode("svg",{xmlns:"http://www.w3.org/2000/svg",style:{display:"none"}},[Vue.createVNode("symbol",{id:"ais-RatingMenu-starSymbol",viewBox:"0 0 24 24"},[Vue.createVNode("path",{d:"M12 .288l2.833 8.718h9.167l-7.417 5.389 2.833 8.718-7.416-5.388-7.417 5.388 2.833-8.718-7.416-5.389h9.167z"})]),Vue.createVNode("symbol",{id:"ais-RatingMenu-starEmptySymbol",viewBox:"0 0 24 24"},[Vue.createVNode("path",{d:"M12 6.76l1.379 4.246h4.465l-3.612 2.625 1.379 4.246-3.611-2.625-3.612 2.625 1.379-4.246-3.612-2.625h4.465l1.38-4.246zm0-6.472l-2.833 8.718h-9.167l7.416 5.389-2.833 8.718 7.417-5.388 7.416 5.388-2.833-8.718 7.417-5.389h-9.167l-2.833-8.718z"})])],-1),_hoisted_2$4=Vue.createVNode("use",{"xlink:href":"#ais-RatingMenu-starSymbol"},null,-1),_hoisted_3$2=Vue.createVNode("use",{"xlink:href":"#ais-RatingMenu-starEmptySymbol"},null,-1),_hoisted_4$2=Vue.createTextVNode("& Up");function render$j(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[_hoisted_1$7,Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{key:n,class:[e.suit("item"),t.isRefined&&e.suit("item","selected")]},[Vue.createVNode("a",{href:e.state.createURL(t.value),"aria-label":t.value+" & Up",class:e.suit("link"),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["prevent"])},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(t.stars,function(t,n){return Vue.openBlock(),Vue.createBlock(Vue.Fragment,null,[t?(Vue.openBlock(),Vue.createBlock("svg",{"aria-hidden":"true",width:"24",height:"24",class:[e.suit("starIcon"),e.suit("starIcon--full")],key:n+"-full"},[_hoisted_2$4],2)):(Vue.openBlock(),Vue.createBlock("svg",{class:[e.suit("starIcon"),e.suit("starIcon--empty")],"aria-hidden":"true",width:"24",height:"24",key:n+"-empty"},[_hoisted_3$2],2))],64)}),256)),Vue.createVNode("span",{class:e.suit("label"),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"andUp",{},function(){return[_hoisted_4$2]})],2),Vue.createVNode("span",{class:e.suit("count")},Vue.toDisplayString(t.count),3)],10,["href","aria-label","onClick"])],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$j.render=render$j,script$j.__file="src/components/RatingMenu.vue";var script$k={name:"SearchInput",mixins:[createSuitMixin({name:"SearchBox"})],props:{placeholder:{type:String,default:"Search here…"},autofocus:{type:Boolean,default:!1},showLoadingIndicator:{type:Boolean,default:!1},shouldShowLoadingIndicator:{type:Boolean,default:!1},submitTitle:{type:String,default:"Search"},resetTitle:{type:String,default:"Clear"},value:{type:String,required:!1,default:void 0},modelValue:{type:String,required:!1,default:void 0}},emits:["input","update:modelValue","blur","focus","reset"],data:function(){return{query:""}},methods:{onFormSubmit:function(){this.$refs.input.blur()},onFormReset:function(){this.$emit("input",""),this.$emit("update:modelValue",""),this.$emit("reset")}}},_hoisted_1$8=Vue.createVNode("path",{d:"M26.804 29.01c-2.832 2.34-6.465 3.746-10.426 3.746C7.333 32.756 0 25.424 0 16.378 0 7.333 7.333 0 16.378 0c9.046 0 16.378 7.333 16.378 16.378 0 3.96-1.406 7.594-3.746 10.426l10.534 10.534c.607.607.61 1.59-.004 2.202-.61.61-1.597.61-2.202.004L26.804 29.01zm-10.426.627c7.323 0 13.26-5.936 13.26-13.26 0-7.32-5.937-13.257-13.26-13.257C9.056 3.12 3.12 9.056 3.12 16.378c0 7.323 5.936 13.26 13.258 13.26z",fillRule:"evenodd"},null,-1),_hoisted_2$5=Vue.createVNode("path",{d:"M8.114 10L.944 2.83 0 1.885 1.886 0l.943.943L10 8.113l7.17-7.17.944-.943L20 1.886l-.943.943-7.17 7.17 7.17 7.17.943.944L18.114 20l-.943-.943-7.17-7.17-7.17 7.17-.944.943L0 18.114l.943-.943L8.113 10z",fillRule:"evenodd"},null,-1),_hoisted_3$3=Vue.createVNode("g",{fill:"none","fill-rule":"evenodd"},[Vue.createVNode("g",{transform:"translate(1 1)","stroke-width":"2"},[Vue.createVNode("circle",{"stroke-opacity":".5",cx:"18",cy:"18",r:"18"}),Vue.createVNode("path",{d:"M36 18c0-9.94-8.06-18-18-18"},[Vue.createVNode("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"})])])],-1);function render$k(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("form",{action:"",role:"search",novalidate:"",class:e.suit("form"),onSubmit:t[4]||(t[4]=Vue.withModifiers(function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.onFormSubmit&&s.onFormSubmit.apply(s,e)},["prevent"])),onReset:t[5]||(t[5]=Vue.withModifiers(function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.onFormReset&&s.onFormReset.apply(s,e)},["prevent"]))},[Vue.createCommentVNode(" :value/@input allows us to pass v-model to the component in v2 "),Vue.createCommentVNode(" :modelValue/@update:modelValue allows us to pass v-model to the component in v3 "),Vue.createVNode("input",{type:"search",autocorrect:"off",autocapitalize:"off",autocomplete:"off",spellcheck:"false",required:"",maxlength:"512","aria-label":"Search",placeholder:n.placeholder,autofocus:n.autofocus,class:e.suit("input"),value:n.value||n.modelValue,onFocus:t[1]||(t[1]=function(t){return e.$emit("focus",t)}),onBlur:t[2]||(t[2]=function(t){return e.$emit("blur",t)}),onInput:t[3]||(t[3]=function(t){e.$emit("input",t.target.value),e.$emit("update:modelValue",t.target.value)}),ref:"input"},null,42,["placeholder","autofocus","value"]),Vue.createVNode("button",{type:"submit",title:n.submitTitle,class:e.suit("submit"),hidden:n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"submit-icon",{},function(){return[(Vue.openBlock(),Vue.createBlock("svg",{role:"img",xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 40 40",class:e.suit("submitIcon")},[_hoisted_1$8],2))]})],10,["title","hidden"]),Vue.createVNode("button",{type:"reset",title:n.resetTitle,class:e.suit("reset"),hidden:!n.value&&!n.modelValue||n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"reset-icon",{},function(){return[(Vue.openBlock(),Vue.createBlock("svg",{role:"img",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 20 20",class:e.suit("resetIcon")},[_hoisted_2$5],2))]})],10,["title","hidden"]),n.showLoadingIndicator?(Vue.openBlock(),Vue.createBlock("span",{key:0,hidden:!n.shouldShowLoadingIndicator,class:e.suit("loadingIndicator")},[Vue.renderSlot(e.$slots,"loading-indicator",{},function(){return[(Vue.openBlock(),Vue.createBlock("svg",{role:"img","aria-label":"Results are loading",width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg",stroke:"#444",viewBox:"0 0 38 38",class:e.suit("loadingIcon")},[_hoisted_3$3],2))]})],10,["hidden"])):Vue.createCommentVNode("v-if",!0)],34)}script$k.render=render$k,script$k.__file="src/components/SearchInput.vue";var noop=function(){},script$l={name:"AisRefinementList",components:{SearchInput:script$k,AisHighlight:script$7},mixins:[createSuitMixin({name:"RefinementList"}),createWidgetMixin({connector:connectors.connectRefinementList}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}})],props:{attribute:{type:String,required:!0},searchable:{type:Boolean,default:void 0},searchablePlaceholder:{type:String,required:!1,default:"Search here…"},operator:{default:"or",validator:function(e){return"and"===e||"or"===e},required:!1},limit:{type:Number,required:!1,default:void 0},showMoreLimit:{type:Number,required:!1,default:void 0},showMore:{type:Boolean,required:!1,default:!1},sortBy:{type:[Array,Function],required:!1,default:void 0},transformItems:{type:Function,required:!1,default:void 0}},data:function(){return{searchForFacetValuesQuery:""}},computed:{searchForFacetValues:{get:function(){return this.searchForFacetValuesQuery},set:function(e){this.state.searchForItems(e),this.searchForFacetValuesQuery=e}},toggleShowMore:function(){return this.state.toggleShowMore||noop},items:function(){return this.state.items.map(function(e){return Object.assign({},e,{_highlightResult:{item:{value:e.highlighted}}})})},widgetParams:function(){return{attribute:this.attribute,operator:this.operator,limit:this.limit,showMore:this.showMore,showMoreLimit:this.showMoreLimit,sortBy:this.sortBy,escapeFacetValues:!0,transformItems:this.transformItems}}},methods:{refine:function(e){this.state.refine(e),this.searchForFacetValuesQuery=""}}};function render$l(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input"),o=Vue.resolveComponent("ais-highlight");return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:s.items,refine:s.refine,searchForItems:e.state.searchForItems,searchForItemsQuery:r.searchForFacetValuesQuery,toggleShowMore:s.toggleShowMore,canToggleShowMore:e.state.canToggleShowMore,isShowingMore:e.state.isShowingMore,createURL:e.state.createURL,isFromSearch:e.state.isFromSearch,canRefine:e.state.canRefine,sendEvent:e.state.sendEvent},function(){var i;return[n.searchable?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit("searchBox")},[Vue.createVNode(a,{modelValue:s.searchForFacetValues,"onUpdate:modelValue":t[1]||(t[1]=function(e){return s.searchForFacetValues=e}),placeholder:n.searchablePlaceholder,"class-names":e.classNames},null,8,["modelValue","placeholder","class-names"])],2)):Vue.createCommentVNode("v-if",!0),e.state.isFromSearch&&0===s.items.length?Vue.renderSlot(e.$slots,"noResults",{key:1,query:s.searchForFacetValues},function(){return[Vue.createVNode("div",{class:e.suit("noResults")},"No results.",2)]}):Vue.createCommentVNode("v-if",!0),Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t){return Vue.openBlock(),Vue.createBlock("li",{class:[e.suit("item"),t.isRefined&&e.suit("item","selected")],key:t.value},[Vue.renderSlot(e.$slots,"item",{item:t,refine:s.refine,createURL:e.state.createURL},function(){return[Vue.createVNode("label",{class:e.suit("label")},[Vue.createVNode("input",{class:e.suit("checkbox"),type:"checkbox",value:t.value,checked:t.isRefined,onChange:function(e){return s.refine(t.value)}},null,42,["value","checked","onChange"]),n.searchable?(Vue.openBlock(),Vue.createBlock("span",{key:0,class:e.suit("labelText")},[Vue.createVNode(o,{attribute:"item",hit:t},null,8,["hit"])],2)):(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("labelText")},Vue.toDisplayString(t.label),3)),Vue.createVNode("span",{class:e.suit("count")},Vue.toDisplayString(t.count),3)],2)]})],2)}),128))],2),n.showMore?(Vue.openBlock(),Vue.createBlock("button",{key:2,class:[e.suit("showMore"),(i={},i[e.suit("showMore","disabled")]=!e.state.canToggleShowMore,i)],onClick:t[2]||(t[2]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.toggleShowMore&&s.toggleShowMore.apply(s,e)}),disabled:!e.state.canToggleShowMore},[Vue.renderSlot(e.$slots,"showMoreLabel",{isShowingMore:e.state.isShowingMore},function(){return[Vue.createTextVNode("Show "+Vue.toDisplayString(e.state.isShowingMore?"less":"more"),1)]})],10,["disabled"])):Vue.createCommentVNode("v-if",!0)]})],2)):Vue.createCommentVNode("v-if",!0)}script$l.render=render$l,script$l.__file="src/components/RefinementList.vue";var connectStateResults=function(e,t){return void 0===t&&(t=function(){}),function(n){return void 0===n&&(n={}),{init:function(t){var i=t.instantSearchInstance;e({state:void 0,results:void 0,instantSearchInstance:i,widgetParams:n},!0)},render:function(t){var i=t.results,r=t.instantSearchInstance,s=t.state,a=_objectSpread({},i),o=_objectSpread({},s);e({results:a,state:o,instantSearchInstance:r,widgetParams:n},!1)},dispose:function(){t()}}}},script$m={name:"AisStateResults",mixins:[createWidgetMixin({connector:connectStateResults}),createSuitMixin({name:"StateResults"})],computed:{stateResults:function(){var e=this.state,t=e.state,n=e.results;return _objectSpread({},n,{results:n,state:t})}}},_hoisted_1$9=Vue.createVNode("p",null," Use this component to have a different layout based on a certain state. ",-1),_hoisted_2$6=Vue.createVNode("p",null," Fill in the slot, and get access to the following things: ",-1);function render$m(e,t,n,i,r,s){return e.state&&e.state.state&&e.state.results?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",s.stateResults,function(){return[_hoisted_1$9,_hoisted_2$6,Vue.createVNode("pre",null,"results: "+Vue.toDisplayString(Object.keys(e.state.results)),1),Vue.createVNode("pre",null,"state: "+Vue.toDisplayString(Object.keys(e.state.state)),1)]})],2)):Vue.createCommentVNode("v-if",!0)}script$m.render=render$m,script$m.__file="src/components/StateResults.vue";var script$n={name:"AisSearchBox",mixins:[createWidgetMixin({connector:connectors.connectSearchBox}),createSuitMixin({name:"SearchBox"})],components:{SearchInput:script$k},props:{placeholder:{type:String,default:"Search here…"},autofocus:{type:Boolean,default:!1},showLoadingIndicator:{type:Boolean,default:!1},submitTitle:{type:String,default:"Search"},resetTitle:{type:String,default:"Clear"},value:{type:String,default:void 0},modelValue:{type:String,default:void 0}},data:function(){return{localValue:"",isVue2:isVue2,isVue3:isVue3}},computed:{isControlled:function(){return void 0!==this.value||void 0!==this.modelValue},model:function(){return this.value||this.modelValue},currentRefinement:{get:function(){return this.isControlled&&this.model!==this.localValue&&(this.localValue=this.model,this.$emit("input",this.model),this.$emit("update:modelValue",this.model),this.state.refine(this.model)),this.model||this.state.query||""},set:function(e){this.localValue=e,this.state.refine(e),this.isControlled&&(this.$emit("input",e),this.$emit("update:modelValue",e))}}}};function render$n(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input");return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{currentRefinement:s.currentRefinement,isSearchStalled:e.state.isSearchStalled,refine:e.state.refine},function(){return[Vue.createVNode(a,{onFocus:t[1]||(t[1]=function(t){return e.$emit("focus",t)}),onBlur:t[2]||(t[2]=function(t){return e.$emit("blur",t)}),onReset:t[3]||(t[3]=function(t){return e.$emit("reset")}),placeholder:n.placeholder,autofocus:n.autofocus,"show-loading-indicator":n.showLoadingIndicator,"should-show-loading-indicator":e.state.isSearchStalled,"submit-title":n.submitTitle,"reset-title":n.resetTitle,"class-names":e.classNames,modelValue:s.currentRefinement,"onUpdate:modelValue":t[4]||(t[4]=function(e){return s.currentRefinement=e})},Vue.createSlots({default:Vue.withCtx(function(){return[r.isVue2?Vue.renderSlot(e.$slots,"loading-indicator",{key:0,slot:"loading-indicator"}):Vue.createCommentVNode("v-if",!0),r.isVue2?Vue.renderSlot(e.$slots,"submit-icon",{key:1,slot:"submit-icon"}):Vue.createCommentVNode("v-if",!0),r.isVue2?Vue.renderSlot(e.$slots,"reset-icon",{key:2,slot:"reset-icon"}):Vue.createCommentVNode("v-if",!0)]}),_:2},[r.isVue3?{name:"loading-indicator",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"loading-indicator")]})}:void 0,r.isVue3?{name:"submit-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"submit-icon")]})}:void 0,r.isVue3?{name:"reset-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"reset-icon")]})}:void 0]),1032,["placeholder","autofocus","show-loading-indicator","should-show-loading-indicator","submit-title","reset-title","class-names","modelValue"])]})],2)):Vue.createCommentVNode("v-if",!0)}script$n.render=render$n,script$n.__file="src/components/SearchBox.vue";var script$o={name:"AisSnippet",mixins:[createSuitMixin({name:"Snippet"})],components:{AisHighlighter:script$6},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$o(e,t,n,i,r,s){var a=Vue.resolveComponent("ais-highlighter");return Vue.openBlock(),Vue.createBlock(a,{hit:n.hit,attribute:n.attribute,"highlighted-tag-name":n.highlightedTagName,suit:e.suit,"highlight-property":"_snippetResult","pre-tag":"<mark>","post-tag":"</mark>"},null,8,["hit","attribute","highlighted-tag-name","suit"])}script$o.render=render$o,script$o.__file="src/components/Snippet.vue";var script$p={name:"AisSortBy",mixins:[createSuitMixin({name:"SortBy"}),createWidgetMixin({connector:connectors.connectSortBy}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}}};function render$p(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.options,hasNoResults:e.state.hasNoResults,refine:e.state.refine,currentRefinement:e.state.currentRefinement},function(){return[Vue.createVNode("select",{class:e.suit("select"),onChange:t[1]||(t[1]=function(t){return e.state.refine(t.currentTarget.value)})},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.options,function(t){return Vue.openBlock(),Vue.createBlock("option",{key:t.value,class:e.suit("option"),value:t.value,selected:t.value===e.state.currentRefinement},Vue.toDisplayString(t.label),11,["value","selected"])}),128))],34)]})],2)):Vue.createCommentVNode("v-if",!0)}script$p.render=render$p,script$p.__file="src/components/SortBy.vue";var script$q={name:"AisStats",mixins:[createWidgetMixin({connector:connectors.connectStats}),createSuitMixin({name:"Stats"})],computed:{widgetParams:function(){return{}}}};function render$q(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",Vue.mergeProps(e.state,{results:e.state.instantSearchInstance.helper.lastResults}),function(){return[Vue.createVNode("span",{class:e.suit("text")},[e.state.areHitsSorted?(Vue.openBlock(),Vue.createBlock(Vue.Fragment,{key:0},[Vue.createTextVNode(Vue.toDisplayString(e.state.nbSortedHits.toLocaleString())+" relevant results sorted out of "+Vue.toDisplayString(e.state.nbHits.toLocaleString()),1)],2112)):(Vue.openBlock(),Vue.createBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(e.state.nbHits.toLocaleString())+" results",1)],2112)),Vue.createTextVNode(" found in "+Vue.toDisplayString(e.state.processingTimeMS.toLocaleString())+"ms",1)],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$q.render=render$q,script$q.__file="src/components/Stats.vue";var mapStateToCanRefine$2=function(e){return Boolean(e.value&&e.value.count)},script$r={name:"AisToggleRefinement",mixins:[createSuitMixin({name:"ToggleRefinement"}),createWidgetMixin({connector:connectors.connectToggleRefinement}),createPanelConsumerMixin({mapStateToCanRefine:mapStateToCanRefine$2})],props:{attribute:{type:String,required:!0},label:{type:String,required:!0},on:{type:[String,Number,Boolean,Array],required:!1,default:!0},off:{type:[String,Number,Boolean,Array],required:!1,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,label:this.label,on:this.on,off:this.off}},canRefine:function(){return mapStateToCanRefine$2(this.state)}}};function render$r(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{value:e.state.value,canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("label",{class:e.suit("label")},[Vue.createVNode("input",{class:e.suit("checkbox"),type:"checkbox",name:e.state.value.name,value:n.on,checked:e.state.value.isRefined,onChange:t[1]||(t[1]=function(t){return e.state.refine(e.state.value)})},null,42,["name","value","checked"]),Vue.createVNode("span",{class:e.suit("labelText")},Vue.toDisplayString(n.label),3),null!==e.state.value.count?(Vue.openBlock(),Vue.createBlock("span",{key:0,class:e.suit("count")},Vue.toDisplayString(e.state.value.count.toLocaleString()),3)):Vue.createCommentVNode("v-if",!0)],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$r.render=render$r,script$r.__file="src/components/ToggleRefinement.vue";var script$s={name:"AisVoiceSearch",mixins:[createWidgetMixin({connector:connectors.connectVoiceSearch}),createSuitMixin({name:"VoiceSearch"})],props:{searchAsYouSpeak:{type:Boolean,required:!1,default:void 0},buttonTitle:{type:String,required:!1,default:"Search by voice"},disabledButtonTitle:{type:String,required:!1,default:"Search by voice (not supported on this browser)"}},data:function(){return{buttonSvgAttrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}}},computed:{widgetParams:function(){return{searchAsYouSpeak:this.searchAsYouSpeak}},errorNotAllowed:function(){return"error"===this.state.voiceListeningState.status&&"not-allowed"===this.state.voiceListeningState.errorCode},rootSlotProps:function(){return{isBrowserSupported:this.state.isBrowserSupported,isListening:this.state.isListening,toggleListening:this.state.toggleListening,voiceListeningState:this.state.voiceListeningState}},innerSlotProps:function(){return{status:this.state.voiceListeningState.status,errorCode:this.state.voiceListeningState.errorCode,isListening:this.state.isListening,transcript:this.state.voiceListeningState.transcript,isSpeechFinal:this.state.voiceListeningState.isSpeechFinal,isBrowserSupported:this.state.isBrowserSupported}}},methods:{handleClick:function(e){e.currentTarget.blur(),this.state.toggleListening()}}},_hoisted_1$a=Vue.createVNode("line",{x1:"1",y1:"1",x2:"23",y2:"23"},null,-1),_hoisted_2$7=Vue.createVNode("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"},null,-1),_hoisted_3$4=Vue.createVNode("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"},null,-1),_hoisted_4$3=Vue.createVNode("line",{x1:"12",y1:"19",x2:"12",y2:"23"},null,-1),_hoisted_5$1=Vue.createVNode("line",{x1:"8",y1:"23",x2:"16",y2:"23"},null,-1),_hoisted_6=Vue.createVNode("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"},null,-1),_hoisted_7=Vue.createVNode("line",{x1:"12",y1:"19",x2:"12",y2:"23"},null,-1),_hoisted_8=Vue.createVNode("line",{x1:"8",y1:"23",x2:"16",y2:"23"},null,-1);function render$s(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",s.rootSlotProps,function(){return[Vue.createVNode("button",{type:"button",class:e.suit("button"),title:e.state.isBrowserSupported?n.buttonTitle:n.disabledButtonTitle,disabled:!e.state.isBrowserSupported,onClick:t[1]||(t[1]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.handleClick&&s.handleClick.apply(s,e)})},[Vue.renderSlot(e.$slots,"buttonText",s.innerSlotProps,function(){return[s.errorNotAllowed?(Vue.openBlock(),Vue.createBlock("svg",Vue.mergeProps({key:0},r.buttonSvgAttrs),[_hoisted_1$a,_hoisted_2$7,_hoisted_3$4,_hoisted_4$3,_hoisted_5$1],16)):(Vue.openBlock(),Vue.createBlock("svg",Vue.mergeProps({key:1},r.buttonSvgAttrs),[Vue.createVNode("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z",fill:e.state.isListening?"currentColor":"none"},null,8,["fill"]),_hoisted_6,_hoisted_7,_hoisted_8],16))]})],10,["title","disabled"]),Vue.createVNode("div",{class:e.suit("status")},[Vue.renderSlot(e.$slots,"status",s.innerSlotProps,function(){return[Vue.createVNode("p",null,Vue.toDisplayString(e.state.voiceListeningState.transcript),1)]})],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$s.render=render$s,script$s.__file="src/components/VoiceSearch.vue";var script$t={name:"AisRelevantSort",mixins:[createSuitMixin({name:"RelevantSort"}),createWidgetMixin({connector:connectors.connectRelevantSort})],methods:{refine:function(){this.state.isRelevantSorted?this.state.refine(0):this.state.refine(void 0)}}};function render$t(e,t,n,i,r,s){return e.state&&e.state.isVirtualReplica?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{isRelevantSorted:e.state.isRelevantSorted,refine:e.state.refine},function(){return[Vue.createVNode("div",{class:e.suit("text")},[Vue.renderSlot(e.$slots,"text",{isRelevantSorted:e.state.isRelevantSorted})],2),Vue.createVNode("button",{type:"button",class:e.suit("button"),onClick:t[1]||(t[1]=function(e){return s.refine()})},[Vue.renderSlot(e.$slots,"button",{isRelevantSorted:e.state.isRelevantSorted},function(){return[Vue.createTextVNode(Vue.toDisplayString(e.state.isRelevantSorted?"See all results":"See relevant results"),1)]})],2)]})],2)):Vue.createCommentVNode("v-if",!0)}function getWidgetAttribute(e){var t,n=e.props;if(n){if(n.attribute)return n.attribute;if(Array.isArray(n.attributes))return n.attributes[0]}if(t=e.children&&e.children.default&&e.children.default(),Array.isArray(t))return t.reduce(function(e,t){return e||getWidgetAttribute(t)},void 0)}script$t.render=render$t,script$t.__file="src/components/RelevantSort.vue";var AisDynamicWidgets={name:"AisDynamicWidgets",mixins:[createWidgetMixin({connector:connectors.connectDynamicWidgets}),createSuitMixin({name:"DynamicWidgets"})],props:{transformItems:{type:Function,default:void 0},facets:{type:Array,default:void 0},maxValuesPerFacet:{type:Number,default:void 0}},render:renderCompat(function(e){var t=this,n=new Map;if((getDefaultSlot(this)||[]).forEach(function(i){var r=getWidgetAttribute(i);r&&n.set(r,e("div",{key:r,class:[t.suit("widget")]},[i]))}),!this.state){var i=[];return n.forEach(function(e){return i.push(e)}),e("div",_objectSpread({class:[this.suit()]},{attrs:{hidden:!0}}),i)}return e("div",{class:[this.suit()]},this.state.attributesToRender.map(function(e){return n.get(e)}))}),computed:{widgetParams:function(){return{transformItems:this.transformItems,facets:this.facets,maxValuesPerFacet:this.maxValuesPerFacet,widgets:[]}}}},ExperimentalDynamicWidgets=Object.assign({},AisDynamicWidgets,{name:"AisExperimentalDynamicWidgets",mounted:function(){warn("Use AisDynamicWidgets instead of AisExperimentalDynamicWidgets.")}}),widgets=Object.freeze({__proto__:null,AisAutocomplete:script,AisBreadcrumb:script$1,AisClearRefinements:script$2,AisConfigure:Configure,AisExperimentalConfigureRelatedItems:ConfigureRelatedItems,AisCurrentRefinements:script$3,AisHierarchicalMenu:script$5,AisHighlight:script$7,AisHits:script$8,AisHitsPerPage:script$9,AisIndex:Index,AisInstantSearch:InstantSearch,AisInstantSearchSsr:InstantSearchSsr,AisInfiniteHits:script$a,AisMenu:script$b,AisMenuSelect:script$c,AisNumericMenu:script$d,AisPagination:script$e,AisPanel:script$f,AisPoweredBy:script$g,AisQueryRuleContext:QueryRuleContext,AisQueryRuleCustomData:script$h,AisRangeInput:script$i,AisRatingMenu:script$j,AisRefinementList:script$l,AisStateResults:script$m,AisSearchBox:script$n,AisSnippet:script$o,AisSortBy:script$p,AisStats:script$q,AisToggleRefinement:script$r,AisVoiceSearch:script$s,AisRelevantSort:script$t,AisDynamicWidgets:AisDynamicWidgets,AisExperimentalDynamicWidgets:ExperimentalDynamicWidgets}),plugin={install:function(e){Object.keys(widgets).forEach(function(t){e.component(widgets[t].name,widgets[t])})}};function walkIndex(e,t){return t(e),e.getWidgets().forEach(function(e){"ais.index"===e.$$type&&(t(e),walkIndex(e,t))})}function searchOnlyWithDerivedHelpers(e){return new Promise(function(t,n){e.searchOnlyWithDerivedHelpers(),e.derivedHelpers[0].on("result",function(){t()}),e.derivedHelpers.forEach(function(e){return e.on("error",function(e){n(e)})})})}function defaultCloneComponent(e,t){void 0===t&&(t={});var n=t.mixins;void 0===n&&(n=[]);var i,r={serverPrefetch:void 0,fetch:void 0,_base:void 0,name:"ais-ssr-root-component"},s=Object.assign({},e.$options,r);return s.mixins=n.concat(s.mixins),i=Vue.createSSRApp(s),e.$router&&i.use(e.$router),e.$store&&i.use(e.$store),i.$slots=e.$slots,i.$root=e.$root,i}function augmentInstantSearch(e,t){var n,i=instantsearch(e);return i.findResultsState=function(e){var r,s,a=e.component,o=e.renderToString;if(!o)throw new Error("findResultsState requires `renderToString: (component) => Promise<string>` in the first argument.");return Promise.resolve().then(function(){r=t(a,{mixins:[{beforeCreate:function(){a.$nuxt&&(this.$nuxt=a.$nuxt)},created:function(){(s=this.instantsearch).start(),s.started=!1}}]})}).then(function(){return o(r)}).then(function(){return searchOnlyWithDerivedHelpers(s.mainHelper)}).then(function(){return n={},walkIndex(s.mainIndex,function(e){var t=e.getResults(),i=t._state,r=t._rawResults;n[e.getIndexId()]={state:Object.keys(i).reduce(function(e,t){return e[t]=i[t],e},{}),results:r}}),i.hydrate(n),i.getState()})},i.getState=function(){if(!n)throw new Error("You need to wait for findResultsState to finish");return n},i.__forceRender=function(e,t){var n=t.getResults();if(null!==n){var r=n._state,s=t.getHelper();s.state=r,e.render({helper:s,results:n,scopedResults:t.getScopedResults(),parent:t,state:r,templatesConfig:{},createURL:t.createURL,instantSearchInstance:i,searchMetadata:{isSearchStalled:!1}})}},i.hydrate=function(e){e?(i._initialResults=e,i.start(),i.started=!1):warn("The result of `findResultsState()` needs to be passed to `hydrate()`.")},i}function createServerRootMixin(e){void 0===e&&(e={});var t=e.$cloneComponent;void 0===t&&(t=defaultCloneComponent);var n=augmentInstantSearch(e,t);return{provide:function(){return{$_ais_ssrInstantSearchInstance:this.instantsearch}},data:function(){return{instantsearch:n}}}}exports.AisAutocomplete=script,exports.AisBreadcrumb=script$1,exports.AisClearRefinements=script$2,exports.AisConfigure=Configure,exports.AisCurrentRefinements=script$3,exports.AisDynamicWidgets=AisDynamicWidgets,exports.AisExperimentalConfigureRelatedItems=ConfigureRelatedItems,exports.AisExperimentalDynamicWidgets=ExperimentalDynamicWidgets,exports.AisHierarchicalMenu=script$5,exports.AisHighlight=script$7,exports.AisHits=script$8,exports.AisHitsPerPage=script$9,exports.AisIndex=Index,exports.AisInfiniteHits=script$a,exports.AisInstantSearch=InstantSearch,exports.AisInstantSearchSsr=InstantSearchSsr,exports.AisMenu=script$b,exports.AisMenuSelect=script$c,exports.AisNumericMenu=script$d,exports.AisPagination=script$e,exports.AisPanel=script$f,exports.AisPoweredBy=script$g,exports.AisQueryRuleContext=QueryRuleContext,exports.AisQueryRuleCustomData=script$h,exports.AisRangeInput=script$i,exports.AisRatingMenu=script$j,exports.AisRefinementList=script$l,exports.AisRelevantSort=script$t,exports.AisSearchBox=script$n,exports.AisSnippet=script$o,exports.AisSortBy=script$p,exports.AisStateResults=script$m,exports.AisStats=script$q,exports.AisToggleRefinement=script$r,exports.AisVoiceSearch=script$s,exports.createServerRootMixin=createServerRootMixin,exports.createSuitMixin=createSuitMixin,exports.createWidgetMixin=createWidgetMixin,exports.default=plugin;
|
|
1
|
+
"use strict";function _interopDefault(e){return e&&"object"==typeof e&&"default"in e?e.default:e}Object.defineProperty(exports,"__esModule",{value:!0});var Vue=require("vue"),connectors=require("instantsearch.js/cjs/connectors"),mitt=_interopDefault(require("mitt")),utils=require("instantsearch.js/cjs/lib/utils"),indexWidget=_interopDefault(require("instantsearch.js/cjs/widgets/index/index")),instantsearch=_interopDefault(require("instantsearch.js/cjs"));function suit(e,t,n){if(!e)throw new Error("You need to provide `widgetName` in your data");var i=["ais-"+e];return t&&i.push("-"+t),n&&i.push("--"+n),i.join("")}var createSuitMixin=function(e){var t=e.name;return{props:{classNames:{type:Object,default:void 0}},methods:{suit:function(e,n){var i=suit(t,e,n),r=this.classNames&&this.classNames[i];return r?[i,r].join(" "):i}}}};function _objectSpread(e){for(var t=arguments,n=1;n<arguments.length;n++){var i=null!=t[n]?t[n]:{},r=Object.keys(i);"function"==typeof Object.getOwnPropertySymbols&&(r=r.concat(Object.getOwnPropertySymbols(i).filter(function(e){return Object.getOwnPropertyDescriptor(i,e).enumerable}))),r.forEach(function(t){_defineProperty(e,t,i[t])})}return e}function _defineProperty(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}var isVue2=!1,isVue3=!0;function renderCompat(e){function t(e,t,n){if("object"==typeof t&&(t.attrs||t.props)){var i=Object.assign({},t,t.attrs,t.props);return delete i.attrs,delete i.props,Vue.h(e,i,n)}return Vue.h(e,t,n)}return function(){return e.call(this,t)}}function getDefaultSlot(e){return e.$slots.default&&e.$slots.default()}var cache=new Set;function warn(e){cache.has(e)||(cache.add(e),console.warn(e))}var createWidgetMixin=function(e,t){var n;void 0===e&&(e={});var i=e.connector;return void 0===t&&(t={}),(n={inject:{instantSearchInstance:{from:"$_ais_instantSearchInstance",default:function(){var e=this.$options._componentTag;throw new TypeError('It looks like you forgot to wrap your Algolia search component "<'+e+'>" inside of an "<ais-instant-search>" component.')}},getParentIndex:{from:"$_ais_getParentIndex",default:function(){var e=this;return function(){return e.instantSearchInstance.mainIndex}}}},data:function(){return{state:null}},created:function(){if("function"==typeof i){if(this.factory=i(this.updateState,function(){}),this.widget=_objectSpread(this.factory(this.widgetParams),t),this.getParentIndex().addWidgets([this.widget]),this.instantSearchInstance._initialResults&&!this.instantSearchInstance.started){if("function"!=typeof this.instantSearchInstance.__forceRender)throw new Error("You are using server side rendering with <ais-instant-search> instead of <ais-instant-search-ssr>.");this.instantSearchInstance.__forceRender(this.widget,this.getParentIndex())}}else!0!==i&&warn("You are using the InstantSearch widget mixin, but didn't provide a connector.\nWhile this is technically possible, and will give you access to the Helper,\nit's not the recommended way of making custom components.\n\nIf you want to disable this message, pass { connector: true } to the mixin.\n\nRead more on using connectors: https://alg.li/vue-custom")}}).beforeUnmount=function(){this.widget&&this.getParentIndex().removeWidgets([this.widget])},n.watch={widgetParams:{handler:function(e){this.state=null,this.getParentIndex().removeWidgets([this.widget]),this.widget=_objectSpread(this.factory(e),t),this.getParentIndex().addWidgets([this.widget])},deep:!0}},n.methods={updateState:function(e,t){void 0===e&&(e={}),t||(this.state=e)}},n},script={name:"AisAutocomplete",mixins:[createWidgetMixin({connector:connectors.connectAutocomplete},{$$widgetType:"ais.autocomplete"}),createSuitMixin({name:"Autocomplete"})],props:{escapeHTML:{type:Boolean,required:!1,default:!0}},computed:{widgetParams:function(){return{escapeHTML:this.escapeHTML}}}},_hoisted_1=Vue.createVNode("p",null,"This widget doesn't render anything without a filled in default slot.",-1),_hoisted_2=Vue.createVNode("p",null,"query, function to refine and results are provided.",-1),_hoisted_3=Vue.createVNode("pre",null,"refine: Function",-1),_hoisted_4=Vue.createVNode("summary",null,[Vue.createVNode("code",null,"indices"),Vue.createTextVNode(":")],-1);function render(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{refine:e.state.refine,currentRefinement:e.state.currentRefinement,indices:e.state.indices},function(){return[_hoisted_1,_hoisted_2,_hoisted_3,Vue.createVNode("pre",null,'currentRefinement: "'+Vue.toDisplayString(e.state.currentRefinement)+'"',1),Vue.createVNode("details",null,[_hoisted_4,Vue.createVNode("pre",null,Vue.toDisplayString(e.state.indices),1)])]})],2)):Vue.createCommentVNode("v-if",!0)}script.render=render,script.__file="src/components/Autocomplete.vue";var PANEL_EMITTER_NAMESPACE="instantSearchPanelEmitter",PANEL_CHANGE_EVENT="PANEL_CHANGE_EVENT",createPanelProviderMixin=function(){var e;return(e={props:{emitter:{type:Object,required:!1,default:function(){return mitt()}}},provide:function(){var e;return(e={})[PANEL_EMITTER_NAMESPACE]=this.emitter,e},data:function(){return{canRefine:!0}},created:function(){var e=this;this.emitter.on(PANEL_CHANGE_EVENT,function(t){e.updateCanRefine(t)})}}).beforeUnmount=function(){this.emitter.all.clear()},e.methods={updateCanRefine:function(e){this.canRefine=e}},e},createPanelConsumerMixin=function(e){var t=e.mapStateToCanRefine;return{inject:{emitter:{from:PANEL_EMITTER_NAMESPACE,default:function(){return{emit:function(){}}}}},data:function(){return{state:null,hasAlreadyEmitted:!1}},watch:{state:{immediate:!0,handler:function(e,n){if(e){var i=t(n||{}),r=t(e);this.hasAlreadyEmitted&&i===r||(this.emitter.emit(PANEL_CHANGE_EVENT,r),this.hasAlreadyEmitted=!0)}}}}}},script$1={name:"AisBreadcrumb",mixins:[createWidgetMixin({connector:connectors.connectBreadcrumb},{$$widgetType:"ais.breadcrumb"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}}),createSuitMixin({name:"Breadcrumb"})],props:{attributes:{type:Array,required:!0},separator:{type:String,default:void 0},rootPath:{type:String,default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attributes:this.attributes,separator:this.separator,rootPath:this.rootPath,transformItems:this.transformItems}}},methods:{isLastItem:function(e){return this.state.items.length-1===e}}},_hoisted_1$1=Vue.createTextVNode("Home"),_hoisted_2$1={key:1},_hoisted_3$1=Vue.createTextVNode("Home"),_hoisted_4$1=Vue.createTextVNode(">"),_hoisted_5={key:1};function render$1(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:e.state.canRefine,refine:e.state.refine,createURL:e.state.createURL},function(){return[Vue.createVNode("ul",{class:e.suit("list")},[Vue.createVNode("li",{class:[e.suit("item"),!e.state.items.length&&e.suit("item","selected")]},[Boolean(e.state.items.length)?(Vue.openBlock(),Vue.createBlock("a",{key:0,href:e.state.createURL(),class:e.suit("link"),onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return e.state.refine()},["prevent"]))},[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[_hoisted_1$1]})],10,["href"])):(Vue.openBlock(),Vue.createBlock("span",_hoisted_2$1,[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[_hoisted_3$1]})]))],2),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{key:t.label,class:[e.suit("item"),s.isLastItem(n)&&e.suit("item","selected")]},[Vue.createVNode("span",{class:e.suit("separator"),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"separator",{},function(){return[_hoisted_4$1]})],2),s.isLastItem(n)?(Vue.openBlock(),Vue.createBlock("span",_hoisted_5,Vue.toDisplayString(t.label),1)):(Vue.openBlock(),Vue.createBlock("a",{key:0,href:e.state.createURL(t.value),class:e.suit("link"),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["prevent"])},Vue.toDisplayString(t.label),11,["href","onClick"]))],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$1.render=render$1,script$1.__file="src/components/Breadcrumb.vue";var script$2={name:"AisClearRefinements",mixins:[createWidgetMixin({connector:connectors.connectClearRefinements},{$$widgetType:"ais.clearRefinements"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.hasRefinements)}}),createSuitMixin({name:"ClearRefinements"})],props:{excludedAttributes:{type:Array,default:void 0},includedAttributes:{type:Array,default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{includedAttributes:this.includedAttributes,excludedAttributes:this.excludedAttributes,transformItems:this.transformItems}},canRefine:function(){return this.state.hasRefinements}}},_hoisted_1$2=Vue.createTextVNode("Clear refinements");function render$2(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL},function(){return[Vue.createVNode("button",{type:"reset",class:[e.suit("button"),!s.canRefine&&e.suit("button","disabled")],disabled:!s.canRefine,onClick:t[1]||(t[1]=Vue.withModifiers(function(){for(var t,n=[],i=arguments.length;i--;)n[i]=arguments[i];return e.state.refine&&(t=e.state).refine.apply(t,n)},["prevent"]))},[Vue.renderSlot(e.$slots,"resetLabel",{},function(){return[_hoisted_1$2]})],10,["disabled"])]})],2)):Vue.createCommentVNode("v-if",!0)}script$2.render=render$2,script$2.__file="src/components/ClearRefinements.vue";var Configure={inheritAttrs:!1,name:"AisConfigure",mixins:[createSuitMixin({name:"Configure"}),createWidgetMixin({connector:connectors.connectConfigure},{$$widgetType:"ais.configure"})],computed:{widgetParams:function(){return{searchParameters:this.$attrs}}},render:renderCompat(function(e){var t=this.$slots.default;return this.state&&t?e("div",{class:this.suit()},[t({refine:this.state.refine,searchParameters:this.state.widgetParams.searchParameters})]):null})},ConfigureRelatedItems={inheritAttrs:!1,name:"AisExperimentalConfigureRelatedItems",mixins:[createWidgetMixin({connector:connectors.EXPERIMENTAL_connectConfigureRelatedItems},{$$widgetType:"ais.configureRelatedItems"})],props:{hit:{type:Object,required:!0},matchingPatterns:{type:Object,required:!0},transformSearchParameters:{type:Function,required:!1}},computed:{widgetParams:function(){return{hit:this.hit,matchingPatterns:this.matchingPatterns,transformSearchParameters:this.transformSearchParameters}}},render:function(){return null}},script$3={name:"AisCurrentRefinements",mixins:[createSuitMixin({name:"CurrentRefinements"}),createWidgetMixin({connector:connectors.connectCurrentRefinements},{$$widgetType:"ais.currentRefinements"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.items)&&e.items.length>0}})],props:{includedAttributes:{type:Array,default:void 0},excludedAttributes:{type:Array,default:void 0},transformItems:{type:Function,default:void 0}},computed:{noRefinement:function(){return this.state&&0===this.state.items.length},widgetParams:function(){return{includedAttributes:this.includedAttributes,excludedAttributes:this.excludedAttributes,transformItems:this.transformItems}}},methods:{createItemKey:function(e){var t=e.attribute,n=e.value;return[t,e.type,n,e.operator].join(":")},capitalize:function(e){return e?e.toString().charAt(0).toLocaleUpperCase()+e.toString().slice(1):""}}},_hoisted_1$3={key:0};function render$3(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),s.noRefinement&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{refine:e.state.refine,items:e.state.items,createURL:e.state.createURL},function(){return[Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("li",{key:t.attribute,class:e.suit("item")},[Vue.renderSlot(e.$slots,"item",{refine:t.refine,item:t,createURL:e.state.createURL},function(){return[Vue.createVNode("span",{class:e.suit("label")},Vue.toDisplayString(s.capitalize(t.label))+": ",3),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(t.refinements,function(n){return Vue.openBlock(),Vue.createBlock("span",{key:s.createItemKey(n),class:e.suit("category")},[Vue.renderSlot(e.$slots,"refinement",{refine:t.refine,refinement:n,createURL:e.state.createURL},function(){return[Vue.createVNode("span",{class:e.suit("categoryLabel")},["query"===n.attribute?(Vue.openBlock(),Vue.createBlock("q",_hoisted_1$3,Vue.toDisplayString(n.label),1)):(Vue.openBlock(),Vue.createBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(n.label),1)],2112))],2),Vue.createVNode("button",{class:e.suit("delete"),onClick:function(e){return t.refine(n)}}," ✕ ",10,["onClick"])]})],2)}),128))]})],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$3.render=render$3,script$3.__file="src/components/CurrentRefinements.vue";var script$4={name:"HierarchicalMenuList",props:{items:{type:Array,required:!0},level:{type:Number,required:!0},refine:{type:Function,required:!0},createURL:{type:Function,required:!0},suit:{type:Function,required:!0}}};function render$4(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list",!0);return Vue.openBlock(),Vue.createBlock("ul",{class:[n.suit("list"),n.level>0&&n.suit("list","child"),n.suit("list","lvl"+n.level)]},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(n.items,function(e){return Vue.openBlock(),Vue.createBlock("li",{key:e.value,class:[n.suit("item"),e.data&&n.suit("item","parent"),e.isRefined&&n.suit("item","selected")]},[Vue.createVNode("a",{href:n.createURL(e.value),class:n.suit("link"),onClick:Vue.withModifiers(function(t){return n.refine(e.value)},["prevent"])},[Vue.createVNode("span",{class:n.suit("label")},Vue.toDisplayString(e.label),3),Vue.createVNode("span",{class:n.suit("count")},Vue.toDisplayString(e.count),3)],10,["href","onClick"]),e.data?(Vue.openBlock(),Vue.createBlock(a,{key:0,items:e.data,level:n.level+1,refine:n.refine,createURL:n.createURL,suit:n.suit},null,8,["items","level","refine","createURL","suit"])):Vue.createCommentVNode("v-if",!0)],2)}),128))],2)}script$4.render=render$4,script$4.__file="src/components/HierarchicalMenuList.vue";var mapStateToCanRefine=function(e){return Boolean(e.items)&&e.items.length>0},script$5={name:"AisHierarchicalMenu",mixins:[createSuitMixin({name:"HierarchicalMenu"}),createWidgetMixin({connector:connectors.connectHierarchicalMenu},{$$widgetType:"ais.hierarchicalMenu"}),createPanelConsumerMixin({mapStateToCanRefine:mapStateToCanRefine})],components:{HierarchicalMenuList:script$4},props:{attributes:{type:Array,required:!0},limit:{type:Number,default:void 0},showMoreLimit:{type:Number,default:void 0},showMore:{type:Boolean,default:!1},sortBy:{type:[Array,Function],default:void 0},separator:{type:String,default:void 0},rootPath:{type:String,default:void 0},showParentLevel:{type:Boolean,default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attributes:this.attributes,limit:this.limit,showMore:this.showMore,showMoreLimit:this.showMoreLimit,separator:this.separator,rootPath:this.rootPath,showParentLevel:this.showParentLevel,sortBy:this.sortBy,transformItems:this.transformItems}},canRefine:function(){return mapStateToCanRefine(this.state)}}};function render$5(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list");return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:s.canRefine,canToggleShowMore:e.state.canToggleShowMore,isShowingMore:e.state.isShowingMore,refine:e.state.refine,createURL:e.state.createURL,toggleShowMore:e.state.toggleShowMore,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode(a,{items:e.state.items,level:0,refine:e.state.refine,createURL:e.state.createURL,suit:e.suit},null,8,["items","refine","createURL","suit"]),n.showMore?(Vue.openBlock(),Vue.createBlock("button",{key:0,class:[e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")],disabled:!e.state.canToggleShowMore,onClick:t[1]||(t[1]=Vue.withModifiers(function(){for(var t,n=[],i=arguments.length;i--;)n[i]=arguments[i];return e.state.toggleShowMore&&(t=e.state).toggleShowMore.apply(t,n)},["prevent"]))},[Vue.renderSlot(e.$slots,"showMoreLabel",{isShowingMore:e.state.isShowingMore},function(){return[Vue.createTextVNode(Vue.toDisplayString(e.state.isShowingMore?"Show less":"Show more"),1)]})],10,["disabled"])):Vue.createCommentVNode("v-if",!0)]})],2)):Vue.createCommentVNode("v-if",!0)}script$5.render=render$5,script$5.__file="src/components/HierarchicalMenu.vue";var htmlUnescapes={"&":"&","<":"<",">":">",""":'"',"'":"'"},reEscapedHtml=/&(?:amp|lt|gt|quot|#39);/g,reHasEscapedHtml=RegExp(reEscapedHtml.source);function unescape(e){return e&&reHasEscapedHtml.test(e)?e.replace(reEscapedHtml,function(e){return htmlUnescapes[e]}):e}var TAG_PLACEHOLDER={highlightPreTag:"__ais-highlight__",highlightPostTag:"__/ais-highlight__"};function parseHighlightedAttribute(e){var t=e.preTag,n=e.postTag,i=e.highlightedValue;void 0===i&&(i="");var r=i.split(t),s=r.shift(),a=""===s?[]:[{value:s,isHighlighted:!1}];if(n===t){var o=!0;r.forEach(function(e){a.push({value:e,isHighlighted:o}),o=!o})}else r.forEach(function(e){var t=e.split(n);a.push({value:t[0],isHighlighted:!0}),""!==t[1]&&a.push({value:" "===t[1]?" ":t[1],isHighlighted:!1})});return a}function parseAlgoliaHit(e){var t=e.preTag;void 0===t&&(t=TAG_PLACEHOLDER.highlightPreTag);var n=e.postTag;void 0===n&&(n=TAG_PLACEHOLDER.highlightPostTag);var i=e.highlightProperty,r=e.attribute,s=e.hit;if(!s)throw new Error("`hit`, the matching record, must be provided");var a=utils.getPropertyByPath(s[i],r)||{};return Array.isArray(a)?a.map(function(e){return parseHighlightedAttribute({preTag:t,postTag:n,highlightedValue:unescape(e.value)})}):parseHighlightedAttribute({preTag:t,postTag:n,highlightedValue:unescape(a.value)})}var TextNode=function(e,t){return t.slots.default()},script$6={name:"AisHighlighter",props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"},suit:{type:Function,required:!0},highlightProperty:{type:String,required:!0},preTag:{type:String,required:!0},postTag:{type:String,required:!0}},data:function(){return{TextNode:TextNode}},computed:{parsedHighlights:function(){return parseAlgoliaHit({attribute:this.attribute,hit:this.hit,highlightProperty:this.highlightProperty,preTag:this.preTag,postTag:this.postTag})}}};function render$6(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("span",{class:n.suit()},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.parsedHighlights,function(e,t){var i=e.value,s=e.isHighlighted;return Vue.openBlock(),Vue.createBlock(Vue.resolveDynamicComponent(s?n.highlightedTagName:r.TextNode),{class:[s&&n.suit("highlighted")],key:t},{default:Vue.withCtx(function(){return[Vue.createTextVNode(Vue.toDisplayString(i),1)]}),_:2},1032,["class"])}),128))],2)}script$6.render=render$6,script$6.__file="src/components/Highlighter.vue";var script$7={name:"AisHighlight",mixins:[createSuitMixin({name:"Highlight"})],components:{AisHighlighter:script$6},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$7(e,t,n,i,r,s){var a=Vue.resolveComponent("ais-highlighter");return Vue.openBlock(),Vue.createBlock(a,{hit:n.hit,attribute:n.attribute,"highlighted-tag-name":n.highlightedTagName,suit:e.suit,"highlight-property":"_highlightResult","pre-tag":"<mark>","post-tag":"</mark>"},null,8,["hit","attribute","highlighted-tag-name","suit"])}script$7.render=render$7,script$7.__file="src/components/Highlight.vue";var script$8={name:"AisHits",mixins:[createWidgetMixin({connector:connectors.connectHitsWithInsights},{$$widgetType:"ais.hits"}),createSuitMixin({name:"Hits"})],props:{escapeHTML:{type:Boolean,default:!0},transformItems:{type:Function,default:void 0}},computed:{items:function(){return this.state.hits},widgetParams:function(){return{escapeHTML:this.escapeHTML,transformItems:this.transformItems}}}};function render$8(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:s.items,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ol",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{key:t.objectID,class:e.suit("item")},[Vue.renderSlot(e.$slots,"item",{item:t,index:n,insights:e.state.insights},function(){return[Vue.createTextVNode("objectID: "+Vue.toDisplayString(t.objectID)+", index: "+Vue.toDisplayString(n),1)]})],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$8.render=render$8,script$8.__file="src/components/Hits.vue";var script$9={name:"AisHitsPerPage",mixins:[createSuitMixin({name:"HitsPerPage"}),createWidgetMixin({connector:connectors.connectHitsPerPage},{$$widgetType:"ais.hitsPerPage"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},data:function(){return{selected:this.items.find(function(e){return!0===e.default}).value}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}},methods:{handleChange:function(){this.state.refine(this.selected)}}};function render$9(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,hasNoResults:e.state.hasNoResults},function(){return[Vue.withDirectives(Vue.createVNode("select",{class:e.suit("select"),"onUpdate:modelValue":t[1]||(t[1]=function(e){return r.selected=e}),onChange:t[2]||(t[2]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.handleChange&&s.handleChange.apply(s,e)})},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("option",{key:t.value,class:e.suit("option"),value:t.value},Vue.toDisplayString(t.label),11,["value"])}),128))],34),[[Vue.vModelSelect,r.selected]])]})],2)):Vue.createCommentVNode("v-if",!0)}script$9.render=render$9,script$9.__file="src/components/HitsPerPage.vue";var connectIndex=function(){return indexWidget},Index={name:"AisIndex",mixins:[createSuitMixin({name:"Index"}),createWidgetMixin({connector:connectIndex},{$$widgetType:"ais.index"})],provide:function(){var e=this;return{$_ais_getParentIndex:function(){return e.widget}}},props:{indexName:{type:String,required:!0},indexId:{type:String,required:!1}},render:renderCompat(function(e){return e("div",{},getDefaultSlot(this))}),computed:{widgetParams:function(){return{indexName:this.indexName,indexId:this.indexId}}}},version="4.4.0",createInstantSearchComponent=function(e){var t;return _objectSpread(((t={mixins:[createSuitMixin({name:"InstantSearch"})],provide:function(){return{$_ais_instantSearchInstance:this.instantSearchInstance}},watch:{searchClient:function(e){this.instantSearchInstance.helper.setClient(e).search()},indexName:function(e){this.instantSearchInstance.helper.setIndex(e).search()},stalledSearchDelay:function(e){this.instantSearchInstance._stalledSearchDelay=e},routing:function(){throw new Error("routing configuration can not be changed dynamically at this point.\n\nPlease open a new issue: https://github.com/algolia/vue-instantsearch/issues/new?template=feature.md")},searchFunction:function(e){this.instantSearchInstance._searchFunction=e},middlewares:{immediate:!0,handler:function(e,t){var n=this;(t||[]).filter(function(t){return-1===(e||[]).indexOf(t)}).forEach(function(e){n.instantSearchInstance.unuse(e)}),(e||[]).filter(function(e){return-1===(t||[]).indexOf(e)}).forEach(function(e){n.instantSearchInstance.use(e)})}}},created:function(){var e=this.instantSearchInstance.client;"function"==typeof e.addAlgoliaAgent&&(e.addAlgoliaAgent("Vue ("+Vue.version+")"),e.addAlgoliaAgent("Vue InstantSearch ("+version+")"))},mounted:function(){var e=this;this.$nextTick(function(){e.instantSearchInstance.started||e.instantSearchInstance.start()})}}).beforeUnmount=function(){this.instantSearchInstance.started&&this.instantSearchInstance.dispose(),this.instantSearchInstance.__initialSearchResults=void 0},t),e)},oldApiWarning="Vue InstantSearch: You used the prop api-key or app-id.\nThese have been replaced by search-client.\n\nSee more info here: https://www.algolia.com/doc/api-reference/widgets/instantsearch/vue/#widget-param-search-client",InstantSearch=createInstantSearchComponent({name:"AisInstantSearch",props:{searchClient:{type:Object,required:!0},insightsClient:{type:Function,default:void 0},indexName:{type:String,required:!0},routing:{default:void 0,validator:function(e){return!("boolean"==typeof e||!e.router&&!e.stateMapping)||(warn("The `routing` option expects an object with `router` and/or `stateMapping`.\n\nSee https://www.algolia.com/doc/api-reference/widgets/instantsearch/vue/#widget-param-routing"),!1)}},stalledSearchDelay:{type:Number,default:void 0},searchFunction:{type:Function,default:void 0},initialUiState:{type:Object,default:void 0},apiKey:{type:String,default:void 0,validator:function(e){return e&&warn(oldApiWarning),!1}},appId:{type:String,default:void 0,validator:function(e){return e&&warn(oldApiWarning),!1}},middlewares:{type:Array,default:null}},data:function(){return{instantSearchInstance:instantsearch({searchClient:this.searchClient,insightsClient:this.insightsClient,indexName:this.indexName,routing:this.routing,stalledSearchDelay:this.stalledSearchDelay,searchFunction:this.searchFunction,initialUiState:this.initialUiState})}},render:renderCompat(function(e){var t;return e("div",{class:(t={},t[this.suit()]=!0,t[this.suit("","ssr")]=!1,t)},getDefaultSlot(this))})}),InstantSearchSsr=createInstantSearchComponent({name:"AisInstantSearchSsr",inject:{$_ais_ssrInstantSearchInstance:{default:function(){throw new Error("`createServerRootMixin` is required when using SSR.")}}},data:function(){return{instantSearchInstance:this.$_ais_ssrInstantSearchInstance}},render:renderCompat(function(e){var t;return e("div",{class:(t={},t[this.suit()]=!0,t[this.suit("","ssr")]=!0,t)},getDefaultSlot(this))})}),script$a={name:"AisInfiniteHits",mixins:[createWidgetMixin({connector:connectors.connectInfiniteHitsWithInsights},{$$widgetType:"ais.infiniteHits"}),createSuitMixin({name:"InfiniteHits"})],props:{showPrevious:{type:Boolean,default:!1},escapeHTML:{type:Boolean,default:!0},transformItems:{type:Function,default:void 0},cache:{type:Object,default:void 0}},computed:{widgetParams:function(){return{showPrevious:this.showPrevious,escapeHTML:this.escapeHTML,transformItems:this.transformItems,cache:this.cache}},items:function(){return this.state.hits}},methods:{refinePrevious:function(){this.state.showPrevious()},refineNext:function(){this.state.showMore()}}};function render$a(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[n.showPrevious?Vue.renderSlot(e.$slots,"loadPrevious",{key:0,refinePrevious:s.refinePrevious,page:e.state.results.page,isFirstPage:e.state.isFirstPage},function(){return[Vue.createVNode("button",{class:[e.suit("loadPrevious"),e.state.isFirstPage&&e.suit("loadPrevious","disabled")],disabled:e.state.isFirstPage,onClick:t[1]||(t[1]=function(e){return s.refinePrevious()})},"Show previous results",10,["disabled"])]}):Vue.createCommentVNode("v-if",!0),Vue.renderSlot(e.$slots,"default",{items:s.items,results:e.state.results,isLastPage:e.state.isLastPage,refinePrevious:s.refinePrevious,refineNext:s.refineNext,refine:s.refineNext,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ol",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{class:e.suit("item"),key:t.objectID},[Vue.renderSlot(e.$slots,"item",{item:t,index:n,insights:e.state.insights},function(){return[Vue.createTextVNode("objectID: "+Vue.toDisplayString(t.objectID)+", index: "+Vue.toDisplayString(n),1)]})],2)}),128))],2),Vue.renderSlot(e.$slots,"loadMore",{refineNext:s.refineNext,refine:s.refineNext,page:e.state.results.page,isLastPage:e.state.isLastPage},function(){return[Vue.createVNode("button",{class:[e.suit("loadMore"),e.state.isLastPage&&e.suit("loadMore","disabled")],disabled:e.state.isLastPage,onClick:t[2]||(t[2]=function(e){return s.refineNext()})},"Show more results",10,["disabled"])]})]})],2)):Vue.createCommentVNode("v-if",!0)}script$a.render=render$a,script$a.__file="src/components/InfiniteHits.vue";var script$b={name:"AisMenu",mixins:[createSuitMixin({name:"Menu"}),createWidgetMixin({connector:connectors.connectMenu},{$$widgetType:"ais.menu"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}})],props:{attribute:{type:String,required:!0},limit:{type:Number,default:void 0},showMoreLimit:{type:Number,default:void 0},showMore:{type:Boolean,default:!1},sortBy:{type:[Array,Function],default:void 0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,limit:this.limit,showMore:this.showMore,showMoreLimit:this.showMoreLimit,sortBy:this.sortBy,transformItems:this.transformItems}},showShowMoreButton:function(){return this.state.canRefine&&this.showMore}}};function render$b(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:e.state.canRefine,canToggleShowMore:e.state.canToggleShowMore,isShowingMore:e.state.isShowingMore,refine:e.state.refine,createURL:e.state.createURL,toggleShowMore:e.state.toggleShowMore,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("li",{key:t.value,class:[e.suit("item"),t.isRefined&&e.suit("item","selected")]},[Vue.createVNode("a",{href:e.state.createURL(t.value),class:e.suit("link"),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["prevent"])},[Vue.createVNode("span",{class:e.suit("label")},Vue.toDisplayString(t.label),3),Vue.createVNode("span",{class:e.suit("count")},Vue.toDisplayString(t.count),3)],10,["href","onClick"])],2)}),128))],2),s.showShowMoreButton?(Vue.openBlock(),Vue.createBlock("button",{key:0,class:[e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")],disabled:!e.state.canToggleShowMore,onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return e.state.toggleShowMore()},["prevent"]))},[Vue.renderSlot(e.$slots,"showMoreLabel",{isShowingMore:e.state.isShowingMore},function(){return[Vue.createTextVNode(Vue.toDisplayString(e.state.isShowingMore?"Show less":"Show more"),1)]})],10,["disabled"])):Vue.createCommentVNode("v-if",!0)]})],2)):Vue.createCommentVNode("v-if",!0)}script$b.render=render$b,script$b.__file="src/components/Menu.vue";var script$c={name:"AisMenuSelect",mixins:[createSuitMixin({name:"MenuSelect"}),createWidgetMixin({connector:connectors.connectMenu},{$$widgetType:"ais.menuSelect"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}})],props:{attribute:{type:String,required:!0},limit:{type:Number,default:10},sortBy:{type:[Array,Function],default:void 0},transformItems:{type:Function,default:function(e){return e}}},computed:{widgetParams:function(){return{attribute:this.attribute,limit:this.limit,sortBy:this.sortBy,transformItems:this.transformItems}}},methods:{refine:function(e){this.state.refine(e)}}},_hoisted_1$4=Vue.createTextVNode("See all");function render$c(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:e.state.canRefine,refine:s.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("select",{class:e.suit("select"),onChange:t[1]||(t[1]=function(e){return s.refine(e.currentTarget.value)})},[Vue.createVNode("option",{class:e.suit("option"),value:""},[Vue.renderSlot(e.$slots,"defaultOption",{},function(){return[_hoisted_1$4]})],2),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createBlock("option",{key:t.value,class:e.suit("option"),value:t.value,selected:t.isRefined},[Vue.renderSlot(e.$slots,"item",{item:t},function(){return[Vue.createTextVNode(Vue.toDisplayString(t.label)+" ("+Vue.toDisplayString(t.count)+")",1)]})],10,["value","selected"])}),128))],34)]})],2)):Vue.createCommentVNode("v-if",!0)}script$c.render=render$c,script$c.__file="src/components/MenuSelect.vue";var script$d={name:"AisNumericMenu",mixins:[createWidgetMixin({connector:connectors.connectNumericMenu},{$$widgetType:"ais.numericMenu"}),createSuitMixin({name:"NumericMenu"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{attribute:{type:String,required:!0},items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,transformItems:this.transformItems,items:this.items}},canRefine:function(){return!this.state.hasNoResults}}};function render$d(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("ul",{class:[e.suit("list")]},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(i){return Vue.openBlock(),Vue.createBlock("li",{key:i.label,class:[e.suit("item"),i.isRefined&&e.suit("item","selected")]},[Vue.createVNode("label",{class:e.suit("label")},[Vue.createVNode("input",{type:"radio",class:e.suit("radio"),name:n.attribute,value:i.value,checked:i.isRefined,onChange:t[1]||(t[1]=function(t){return e.state.refine(t.target.value)})},null,42,["name","value","checked"]),Vue.createVNode("span",{class:e.suit("labelText")},Vue.toDisplayString(i.label),3)],2)],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$d.render=render$d,script$d.__file="src/components/NumericMenu.vue";var script$e={name:"AisPagination",mixins:[createSuitMixin({name:"Pagination"}),createWidgetMixin({connector:connectors.connectPagination},{$$widgetType:"ais.pagination"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return e.nbPages>1}})],props:{padding:{type:Number,default:void 0,validator:function(e){return e>0}},totalPages:{type:Number,default:void 0,validator:function(e){return e>0}},showFirst:{type:Boolean,default:!0},showLast:{type:Boolean,default:!0},showNext:{type:Boolean,default:!0},showPrevious:{type:Boolean,default:!0}},computed:{widgetParams:function(){return{padding:this.padding,totalPages:this.totalPages}}},emits:["page-change"],methods:{refine:function(e){var t=Math.min(Math.max(e,0),this.state.nbPages-1);this.state.refine(t),this.$emit("page-change",t)}}};function render$e(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{refine:s.refine,createURL:e.state.createURL,currentRefinement:e.state.currentRefinement,nbHits:e.state.nbHits,nbPages:e.state.nbPages,pages:e.state.pages,isFirstPage:e.state.isFirstPage,isLastPage:e.state.isLastPage},function(){var i,r,a,o;return[Vue.createVNode("ul",{class:e.suit("list")},[n.showFirst?(Vue.openBlock(),Vue.createBlock("li",{key:0,class:(i={},i[e.suit("item")]=!0,i[e.suit("item","firstPage")]=!0,i[e.suit("item","disabled")]=e.state.isFirstPage,i)},[Vue.renderSlot(e.$slots,"first",{createURL:function(){return e.state.createURL(0)},isFirstPage:e.state.isFirstPage,refine:function(){return s.refine(0)}},function(){return[e.state.isFirstPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"First"},"‹‹",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"First",href:e.state.createURL(0),onClick:t[1]||(t[1]=Vue.withModifiers(function(e){return s.refine(0)},["prevent"]))},"‹‹",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0),n.showPrevious?(Vue.openBlock(),Vue.createBlock("li",{key:1,class:(r={},r[e.suit("item")]=!0,r[e.suit("item","previousPage")]=!0,r[e.suit("item","disabled")]=e.state.isFirstPage,r)},[Vue.renderSlot(e.$slots,"previous",{createURL:function(){return e.state.createURL(e.state.currentRefinement-1)},isFirstPage:e.state.isFirstPage,refine:function(){return s.refine(e.state.currentRefinement-1)}},function(){return[e.state.isFirstPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"Previous"},"‹",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"Previous",href:e.state.createURL(e.state.currentRefinement-1),onClick:t[2]||(t[2]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement-1)},["prevent"]))},"‹",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0),(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.pages,function(t){var n;return Vue.openBlock(),Vue.createBlock("li",{class:(n={},n[e.suit("item")]=!0,n[e.suit("item","page")]=!0,n[e.suit("item","selected")]=e.state.currentRefinement===t,n),key:t},[Vue.renderSlot(e.$slots,"item",{page:t,createURL:function(){return e.state.createURL(t)},isFirstPage:e.state.isFirstPage,isLastPage:e.state.isLastPage,refine:function(){return s.refine(t)}},function(){return[Vue.createVNode("a",{class:e.suit("link"),href:e.state.createURL(t),onClick:Vue.withModifiers(function(e){return s.refine(t)},["prevent"])},Vue.toDisplayString(t+1),11,["href","onClick"])]})],2)}),128)),n.showNext?(Vue.openBlock(),Vue.createBlock("li",{key:2,class:(a={},a[e.suit("item")]=!0,a[e.suit("item","nextPage")]=!0,a[e.suit("item","disabled")]=e.state.isLastPage,a)},[Vue.renderSlot(e.$slots,"next",{createURL:function(){return e.state.createURL(e.state.currentRefinement+1)},isLastPage:e.state.isLastPage,refine:function(){return s.refine(e.state.currentRefinement+1)}},function(){return[e.state.isLastPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"Next"},"›",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"Next",href:e.state.createURL(e.state.currentRefinement+1),onClick:t[3]||(t[3]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement+1)},["prevent"]))},"›",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0),n.showLast?(Vue.openBlock(),Vue.createBlock("li",{key:3,class:(o={},o[e.suit("item")]=!0,o[e.suit("item","lastPage")]=!0,o[e.suit("item","disabled")]=e.state.isLastPage,o)},[Vue.renderSlot(e.$slots,"last",{createURL:function(){return e.state.createURL(e.state.nbPages-1)},isLastPage:e.state.isLastPage,refine:function(){return s.refine(e.state.nbPages-1)}},function(){return[e.state.isLastPage?(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("link"),"aria-label":"Last"},"››",2)):(Vue.openBlock(),Vue.createBlock("a",{key:0,class:e.suit("link"),"aria-label":"Last",href:e.state.createURL(e.state.nbPages-1),onClick:t[4]||(t[4]=Vue.withModifiers(function(t){return s.refine(e.state.nbPages-1)},["prevent"]))},"››",10,["href"]))]})],2)):Vue.createCommentVNode("v-if",!0)],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$e.render=render$e,script$e.__file="src/components/Pagination.vue";var script$f={name:"AisPanel",mixins:[createSuitMixin({name:"Panel"}),createPanelProviderMixin()],methods:{getSlot:function(e){return this.$slots[e]}}};function render$f(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("div",{class:[e.suit(),!e.canRefine&&e.suit("","noRefinement")]},[s.getSlot("header")?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit("header")},[Vue.renderSlot(e.$slots,"header",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("v-if",!0),Vue.createVNode("div",{class:e.suit("body")},[Vue.renderSlot(e.$slots,"default",{hasRefinements:e.canRefine})],2),s.getSlot("footer")?(Vue.openBlock(),Vue.createBlock("div",{key:1,class:e.suit("footer")},[Vue.renderSlot(e.$slots,"footer",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("v-if",!0)],2)}script$f.render=render$f,script$f.__file="src/components/Panel.vue";var script$g={name:"AisPoweredBy",mixins:[createSuitMixin({name:"PoweredBy"})],props:{theme:{default:"light",validator:function(e){return-1!==["light","dark"].indexOf(e)}}},computed:{algoliaUrl:function(){return"https://www.algolia.com/?utm_source=vue-instantsearch&utm_medium=website&utm_content="+(location?location.hostname:"")+"&utm_campaign=poweredby"}}},_hoisted_1$5=Vue.createVNode("path",{fill:"#5468FF",d:"M78.99.94h16.6a2.97 2.97 0 0 1 2.96 2.96v16.6a2.97 2.97 0 0 1-2.97 2.96h-16.6a2.97 2.97 0 0 1-2.96-2.96V3.9A2.96 2.96 0 0 1 79 .94"},null,-1),_hoisted_2$2=Vue.createVNode("path",{fill:"#FFF",d:"M89.63 5.97v-.78a.98.98 0 0 0-.98-.97h-2.28a.98.98 0 0 0-.97.97V6c0 .09.08.15.17.13a7.13 7.13 0 0 1 3.9-.02c.08.02.16-.04.16-.13m-6.25 1L83 6.6a.98.98 0 0 0-1.38 0l-.46.46a.97.97 0 0 0 0 1.38l.38.39c.06.06.15.04.2-.02a7.49 7.49 0 0 1 1.63-1.62c.07-.04.08-.14.02-.2m4.16 2.45v3.34c0 .1.1.17.2.12l2.97-1.54c.06-.03.08-.12.05-.18a3.7 3.7 0 0 0-3.08-1.87c-.07 0-.14.06-.14.13m0 8.05a4.49 4.49 0 1 1 0-8.98 4.49 4.49 0 0 1 0 8.98m0-10.85a6.37 6.37 0 1 0 0 12.74 6.37 6.37 0 0 0 0-12.74"},null,-1);function render$g(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("div",{class:e.suit()},[Vue.createVNode("a",{class:e.suit("link"),href:s.algoliaUrl,target:"_blank",rel:"noopener","aria-label":"search by Algolia"},[(Vue.openBlock(),Vue.createBlock("svg",{style:{height:"1.2em",width:"auto"},class:[e.suit("logo"),e.suit("",n.theme)],viewBox:"0 0 168 24"},[Vue.createVNode("path",{fill:"dark"===n.theme?"#FFF":"#5D6494",d:"M6.97 6.68V8.3a4.47 4.47 0 0 0-2.42-.67 2.2 2.2 0 0 0-1.38.4c-.34.26-.5.6-.5 1.02 0 .43.16.77.49 1.03.33.25.83.53 1.51.83a7.04 7.04 0 0 1 1.9 1.08c.34.24.58.54.73.89.15.34.23.74.23 1.18 0 .95-.33 1.7-1 2.24a4 4 0 0 1-2.6.81 5.71 5.71 0 0 1-2.94-.68v-1.71c.84.63 1.81.94 2.92.94.58 0 1.05-.14 1.39-.4.34-.28.5-.65.5-1.13 0-.29-.1-.55-.3-.8a2.2 2.2 0 0 0-.65-.53 23.03 23.03 0 0 0-1.64-.78 13.67 13.67 0 0 1-1.11-.64c-.12-.1-.28-.22-.46-.4a1.72 1.72 0 0 1-.39-.5 4.46 4.46 0 0 1-.22-.6c-.07-.23-.1-.48-.1-.75 0-.91.33-1.63 1-2.17a4 4 0 0 1 2.57-.8c.97 0 1.8.18 2.47.52zm7.47 5.7v-.3a2.26 2.26 0 0 0-.5-1.44c-.3-.35-.74-.53-1.32-.53-.53 0-.99.2-1.37.58-.38.39-.62.95-.72 1.68h3.91zm1 2.79v1.4c-.6.34-1.38.51-2.36.51a4.02 4.02 0 0 1-3-1.13 4.04 4.04 0 0 1-1.11-2.97c0-1.3.34-2.32 1.02-3.06a3.38 3.38 0 0 1 2.6-1.1c1.03 0 1.85.32 2.46.96.6.64.9 1.57.9 2.78 0 .33-.03.68-.09 1.04h-5.31c.1.7.4 1.24.89 1.61.49.38 1.1.56 1.85.56.86 0 1.58-.2 2.15-.6zm6.61-1.78h-1.21c-.6 0-1.05.12-1.35.36-.3.23-.46.53-.46.89 0 .37.12.66.36.88.23.2.57.32 1.02.32.5 0 .9-.15 1.2-.43.3-.28.44-.65.44-1.1v-.92zm-4.07-2.55V9.33a4.96 4.96 0 0 1 2.5-.55c2.1 0 3.17 1.03 3.17 3.08V17H22.1v-.96c-.42.68-1.15 1.02-2.19 1.02-.76 0-1.38-.22-1.84-.66-.46-.44-.7-1-.7-1.68 0-.78.3-1.38.88-1.81.59-.43 1.4-.65 2.46-.65h1.34v-.46c0-.55-.13-.97-.4-1.25-.26-.29-.7-.43-1.32-.43-.86 0-1.65.24-2.35.72zm9.34-1.93v1.42c.39-1 1.1-1.5 2.12-1.5.15 0 .31.02.5.05v1.53c-.23-.1-.48-.14-.76-.14-.54 0-.99.24-1.34.71a2.8 2.8 0 0 0-.52 1.71V17h-1.57V8.91h1.57zm5 4.09a3 3 0 0 0 .76 2.01c.47.53 1.14.8 2 .8.64 0 1.24-.18 1.8-.53v1.4c-.53.32-1.2.48-2 .48a3.98 3.98 0 0 1-4.17-4.18c0-1.16.38-2.15 1.14-2.98a4 4 0 0 1 3.1-1.23c.7 0 1.34.15 1.92.44v1.44a3.24 3.24 0 0 0-1.77-.5A2.65 2.65 0 0 0 32.33 13zm7.92-7.28v4.58c.46-1 1.3-1.5 2.5-1.5.8 0 1.42.24 1.9.73.48.5.72 1.17.72 2.05V17H43.8v-5.1c0-.56-.14-.99-.43-1.29-.28-.3-.65-.45-1.1-.45-.54 0-1 .2-1.42.6-.4.4-.61 1.02-.61 1.85V17h-1.56V5.72h1.56zM55.2 15.74c.6 0 1.1-.25 1.5-.76.4-.5.6-1.16.6-1.95 0-.92-.2-1.62-.6-2.12-.4-.5-.92-.74-1.55-.74-.56 0-1.05.22-1.5.67-.44.45-.66 1.13-.66 2.06 0 .96.22 1.67.64 2.14.43.47.95.7 1.57.7zM53 5.72v4.42a2.74 2.74 0 0 1 2.43-1.34c1.03 0 1.86.38 2.51 1.15.65.76.97 1.78.97 3.05 0 1.13-.3 2.1-.92 2.9-.62.81-1.47 1.21-2.54 1.21s-1.9-.45-2.46-1.34V17h-1.58V5.72H53zm9.9 11.1l-3.22-7.9h1.74l1 2.62 1.26 3.42c.1-.32.48-1.46 1.15-3.42l.91-2.63h1.66l-2.92 7.87c-.78 2.07-1.96 3.1-3.56 3.1-.28 0-.53-.02-.73-.07v-1.34c.17.04.35.06.54.06 1.03 0 1.76-.57 2.17-1.7z"},null,8,["fill"]),_hoisted_1$5,_hoisted_2$2,Vue.createVNode("path",{fill:"dark"===n.theme?"#FFF":"#5468FF",d:"M120.92 18.8c-4.38.02-4.38-3.54-4.38-4.1V1.36l2.67-.42v13.25c0 .32 0 2.36 1.71 2.37v2.24zm-10.84-2.18c.82 0 1.43-.04 1.85-.12v-2.72a5.48 5.48 0 0 0-1.57-.2c-.3 0-.6.02-.9.07-.3.04-.57.12-.81.24-.24.11-.44.28-.58.49a.93.93 0 0 0-.22.65c0 .63.22 1 .61 1.23.4.24.94.36 1.62.36zm-.23-9.7c.88 0 1.62.11 2.23.33.6.22 1.09.53 1.44.92.36.4.61.92.76 1.48.16.56.23 1.17.23 1.85v6.87c-.4.1-1.03.2-1.86.32-.84.12-1.78.18-2.82.18-.69 0-1.32-.07-1.9-.2a4 4 0 0 1-1.46-.63c-.4-.3-.72-.67-.96-1.13a4.3 4.3 0 0 1-.34-1.8c0-.66.13-1.08.39-1.53.26-.45.6-.82 1.04-1.1.45-.3.95-.5 1.54-.62a8.8 8.8 0 0 1 3.79.05v-.44c0-.3-.04-.6-.11-.87a1.78 1.78 0 0 0-1.1-1.22c-.31-.12-.7-.2-1.15-.2a9.75 9.75 0 0 0-2.95.46l-.33-2.19c.34-.12.84-.23 1.48-.35.65-.12 1.34-.18 2.08-.18zm52.84 9.63c.82 0 1.43-.05 1.85-.13V13.7a5.42 5.42 0 0 0-1.57-.2c-.3 0-.6.02-.9.07-.3.04-.57.12-.81.24-.24.12-.44.28-.58.5a.93.93 0 0 0-.22.65c0 .63.22.99.61 1.23.4.24.94.36 1.62.36zm-.23-9.7c.88 0 1.63.11 2.23.33.6.22 1.1.53 1.45.92.35.39.6.92.76 1.48.15.56.23 1.18.23 1.85v6.88c-.41.08-1.03.19-1.87.31-.83.12-1.77.18-2.81.18-.7 0-1.33-.06-1.9-.2a4 4 0 0 1-1.47-.63c-.4-.3-.72-.67-.95-1.13a4.3 4.3 0 0 1-.34-1.8c0-.66.13-1.08.38-1.53.26-.45.61-.82 1.05-1.1.44-.3.95-.5 1.53-.62a8.8 8.8 0 0 1 3.8.05v-.43c0-.31-.04-.6-.12-.88-.07-.28-.2-.52-.38-.73a1.78 1.78 0 0 0-.73-.5c-.3-.1-.68-.2-1.14-.2a9.85 9.85 0 0 0-2.95.47l-.32-2.19a11.63 11.63 0 0 1 3.55-.53zm-8.03-1.27a1.62 1.62 0 0 0 0-3.24 1.62 1.62 0 1 0 0 3.24zm1.35 13.22h-2.7V7.27l2.7-.42V18.8zm-4.72 0c-4.38.02-4.38-3.54-4.38-4.1l-.01-13.34 2.67-.42v13.25c0 .32 0 2.36 1.72 2.37v2.24zm-8.7-5.9a4.7 4.7 0 0 0-.74-2.79 2.4 2.4 0 0 0-2.07-1 2.4 2.4 0 0 0-2.06 1 4.7 4.7 0 0 0-.74 2.8c0 1.16.25 1.94.74 2.62a2.4 2.4 0 0 0 2.07 1.02c.88 0 1.57-.34 2.07-1.02.49-.68.73-1.46.73-2.63zm2.74 0a6.46 6.46 0 0 1-1.52 4.23c-.49.53-1.07.94-1.76 1.22-.68.29-1.73.45-2.26.45-.53 0-1.58-.15-2.25-.45a5.1 5.1 0 0 1-2.88-3.13 7.3 7.3 0 0 1-.01-4.84 5.13 5.13 0 0 1 2.9-3.1 5.67 5.67 0 0 1 2.22-.42c.81 0 1.56.14 2.24.42.69.29 1.28.69 1.75 1.22.49.52.87 1.15 1.14 1.89a7 7 0 0 1 .43 2.5zm-20.14 0c0 1.11.25 2.36.74 2.88.5.52 1.13.78 1.91.78a4.07 4.07 0 0 0 2.12-.6V9.33c-.19-.04-.99-.2-1.76-.23a2.67 2.67 0 0 0-2.23 1 4.73 4.73 0 0 0-.78 2.8zm7.44 5.27c0 1.82-.46 3.16-1.4 4-.94.85-2.37 1.27-4.3 1.27-.7 0-2.17-.13-3.34-.4l.43-2.11c.98.2 2.27.26 2.95.26 1.08 0 1.84-.22 2.3-.66.46-.43.68-1.08.68-1.94v-.44a5.2 5.2 0 0 1-2.54.6 5.6 5.6 0 0 1-2.01-.36 4.2 4.2 0 0 1-2.58-2.71 9.88 9.88 0 0 1 .02-5.35 4.92 4.92 0 0 1 2.93-2.96 6.6 6.6 0 0 1 2.43-.46 19.64 19.64 0 0 1 4.43.66v10.6z"},null,8,["fill"])],2))],10,["href"])],2)}script$g.render=render$g,script$g.__file="src/components/PoweredBy.vue";var QueryRuleContext={name:"AisQueryRuleContext",mixins:[createSuitMixin({name:"QueryRuleContext"}),createWidgetMixin({connector:connectors.connectQueryRules},{$$widgetType:"ais.queryRuleContext"})],props:{trackedFilters:{type:Object,required:!0},transformRuleContexts:{type:Function,required:!1,default:void 0}},computed:{widgetParams:function(){return{trackedFilters:this.trackedFilters,transformRuleContexts:this.transformRuleContexts}}},render:function(){return null}},script$h={name:"AisQueryRuleCustomData",mixins:[createSuitMixin({name:"QueryRuleCustomData"}),createWidgetMixin({connector:connectors.connectQueryRules},{$$widgetType:"ais.queryRuleCustomData"})],props:{transformItems:{type:Function,required:!1,default:void 0}},computed:{widgetParams:function(){return{transformItems:this.transformItems}}}};function render$h(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.items},function(){return[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createBlock("div",{key:n},[Vue.renderSlot(e.$slots,"item",{item:t},function(){return[Vue.createVNode("pre",null,Vue.toDisplayString(t),1)]})])}),128))]})],2)):Vue.createCommentVNode("v-if",!0)}script$h.render=render$h,script$h.__file="src/components/QueryRuleCustomData.vue";var mapStateToCanRefine$1=function(e){return e&&Boolean(e.range)&&e.range.min!==e.range.max},script$i={name:"AisRangeInput",mixins:[createSuitMixin({name:"RangeInput"}),createWidgetMixin({connector:connectors.connectRange},{$$widgetType:"ais.rangeInput"}),createPanelConsumerMixin({mapStateToCanRefine:mapStateToCanRefine$1})],props:{attribute:{type:String,required:!0},min:{type:Number,required:!1,default:void 0},max:{type:Number,required:!1,default:void 0},precision:{type:Number,required:!1,default:0}},data:function(){return{minInput:void 0,maxInput:void 0}},updated:function(){this.minInput=void 0,this.maxInput=void 0},computed:{widgetParams:function(){return{attribute:this.attribute,min:this.min,max:this.max,precision:this.precision}},canRefine:function(){return mapStateToCanRefine$1(this.state)},step:function(){return 1/Math.pow(10,this.precision)},values:function(){var e=this.state.start,t=e[0],n=e[1],i=this.state.range,r=i.min,s=i.max;return{min:t!==-1/0&&t!==r?t:void 0,max:n!==1/0&&n!==s?n:void 0}}},methods:{pick:function(e,t){return null!=e?e:t},refine:function(e){var t=e.min,n=e.max;this.state.refine([t,n])}}},_hoisted_1$6=Vue.createTextVNode("to"),_hoisted_2$3=Vue.createTextVNode("Go");function render$i(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{currentRefinement:s.values,refine:s.refine,canRefine:s.canRefine,range:e.state.range,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("form",{class:e.suit("form"),onSubmit:t[3]||(t[3]=Vue.withModifiers(function(e){return s.refine({min:s.pick(r.minInput,s.values.min),max:s.pick(r.maxInput,s.values.max)})},["prevent"]))},[Vue.createVNode("label",{class:e.suit("label")},[Vue.renderSlot(e.$slots,"minLabel"),Vue.createVNode("input",{type:"number",class:[e.suit("input"),e.suit("input","min")],step:s.step,min:e.state.range.min,max:e.state.range.max,placeholder:e.state.range.min,value:s.values.min,onChange:t[1]||(t[1]=function(e){return r.minInput=e.currentTarget.value})},null,42,["step","min","max","placeholder","value"])],2),Vue.createVNode("span",{class:e.suit("separator")},[Vue.renderSlot(e.$slots,"separator",{},function(){return[_hoisted_1$6]})],2),Vue.createVNode("label",{class:e.suit("label")},[Vue.renderSlot(e.$slots,"maxLabel"),Vue.createVNode("input",{class:[e.suit("input"),e.suit("input","max")],type:"number",step:s.step,min:e.state.range.min,max:e.state.range.max,placeholder:e.state.range.max,value:s.values.max,onChange:t[2]||(t[2]=function(e){return r.maxInput=e.currentTarget.value})},null,42,["step","min","max","placeholder","value"])],2),Vue.createVNode("button",{class:e.suit("submit"),type:"submit"},[Vue.renderSlot(e.$slots,"submitLabel",{},function(){return[_hoisted_2$3]})],2)],34)]})],2)):Vue.createCommentVNode("v-if",!0)}script$i.render=render$i,script$i.__file="src/components/RangeInput.vue";var script$j={name:"AisRatingMenu",mixins:[createSuitMixin({name:"RatingMenu"}),createWidgetMixin({connector:connectors.connectRatingMenu},{$$widgetType:"ais.ratingMenu"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{attribute:{type:String,required:!0},max:{type:Number,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,max:this.max}}}},_hoisted_1$7=Vue.createVNode("svg",{xmlns:"http://www.w3.org/2000/svg",style:{display:"none"}},[Vue.createVNode("symbol",{id:"ais-RatingMenu-starSymbol",viewBox:"0 0 24 24"},[Vue.createVNode("path",{d:"M12 .288l2.833 8.718h9.167l-7.417 5.389 2.833 8.718-7.416-5.388-7.417 5.388 2.833-8.718-7.416-5.389h9.167z"})]),Vue.createVNode("symbol",{id:"ais-RatingMenu-starEmptySymbol",viewBox:"0 0 24 24"},[Vue.createVNode("path",{d:"M12 6.76l1.379 4.246h4.465l-3.612 2.625 1.379 4.246-3.611-2.625-3.612 2.625 1.379-4.246-3.612-2.625h4.465l1.38-4.246zm0-6.472l-2.833 8.718h-9.167l7.416 5.389-2.833 8.718 7.417-5.388 7.416 5.388-2.833-8.718 7.417-5.389h-9.167l-2.833-8.718z"})])],-1),_hoisted_2$4=Vue.createVNode("use",{"xlink:href":"#ais-RatingMenu-starSymbol"},null,-1),_hoisted_3$2=Vue.createVNode("use",{"xlink:href":"#ais-RatingMenu-starEmptySymbol"},null,-1),_hoisted_4$2=Vue.createTextVNode("& Up");function render$j(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[_hoisted_1$7,Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createBlock("li",{key:n,class:[e.suit("item"),t.isRefined&&e.suit("item","selected")]},[Vue.createVNode("a",{href:e.state.createURL(t.value),"aria-label":t.value+" & Up",class:e.suit("link"),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["prevent"])},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(t.stars,function(t,n){return Vue.openBlock(),Vue.createBlock(Vue.Fragment,null,[t?(Vue.openBlock(),Vue.createBlock("svg",{"aria-hidden":"true",width:"24",height:"24",class:[e.suit("starIcon"),e.suit("starIcon--full")],key:n+"-full"},[_hoisted_2$4],2)):(Vue.openBlock(),Vue.createBlock("svg",{class:[e.suit("starIcon"),e.suit("starIcon--empty")],"aria-hidden":"true",width:"24",height:"24",key:n+"-empty"},[_hoisted_3$2],2))],64)}),256)),Vue.createVNode("span",{class:e.suit("label"),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"andUp",{},function(){return[_hoisted_4$2]})],2),Vue.createVNode("span",{class:e.suit("count")},Vue.toDisplayString(t.count),3)],10,["href","aria-label","onClick"])],2)}),128))],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$j.render=render$j,script$j.__file="src/components/RatingMenu.vue";var script$k={name:"SearchInput",mixins:[createSuitMixin({name:"SearchBox"})],props:{placeholder:{type:String,default:"Search here…"},autofocus:{type:Boolean,default:!1},showLoadingIndicator:{type:Boolean,default:!1},shouldShowLoadingIndicator:{type:Boolean,default:!1},submitTitle:{type:String,default:"Search"},resetTitle:{type:String,default:"Clear"},value:{type:String,required:!1,default:void 0},modelValue:{type:String,required:!1,default:void 0}},emits:["input","update:modelValue","blur","focus","reset"],data:function(){return{query:""}},methods:{onFormSubmit:function(){this.$refs.input.blur()},onFormReset:function(){this.$emit("input",""),this.$emit("update:modelValue",""),this.$emit("reset")}}},_hoisted_1$8=Vue.createVNode("path",{d:"M26.804 29.01c-2.832 2.34-6.465 3.746-10.426 3.746C7.333 32.756 0 25.424 0 16.378 0 7.333 7.333 0 16.378 0c9.046 0 16.378 7.333 16.378 16.378 0 3.96-1.406 7.594-3.746 10.426l10.534 10.534c.607.607.61 1.59-.004 2.202-.61.61-1.597.61-2.202.004L26.804 29.01zm-10.426.627c7.323 0 13.26-5.936 13.26-13.26 0-7.32-5.937-13.257-13.26-13.257C9.056 3.12 3.12 9.056 3.12 16.378c0 7.323 5.936 13.26 13.258 13.26z",fillRule:"evenodd"},null,-1),_hoisted_2$5=Vue.createVNode("path",{d:"M8.114 10L.944 2.83 0 1.885 1.886 0l.943.943L10 8.113l7.17-7.17.944-.943L20 1.886l-.943.943-7.17 7.17 7.17 7.17.943.944L18.114 20l-.943-.943-7.17-7.17-7.17 7.17-.944.943L0 18.114l.943-.943L8.113 10z",fillRule:"evenodd"},null,-1),_hoisted_3$3=Vue.createVNode("g",{fill:"none","fill-rule":"evenodd"},[Vue.createVNode("g",{transform:"translate(1 1)","stroke-width":"2"},[Vue.createVNode("circle",{"stroke-opacity":".5",cx:"18",cy:"18",r:"18"}),Vue.createVNode("path",{d:"M36 18c0-9.94-8.06-18-18-18"},[Vue.createVNode("animateTransform",{attributeName:"transform",type:"rotate",from:"0 18 18",to:"360 18 18",dur:"1s",repeatCount:"indefinite"})])])],-1);function render$k(e,t,n,i,r,s){return Vue.openBlock(),Vue.createBlock("form",{action:"",role:"search",novalidate:"",class:e.suit("form"),onSubmit:t[4]||(t[4]=Vue.withModifiers(function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.onFormSubmit&&s.onFormSubmit.apply(s,e)},["prevent"])),onReset:t[5]||(t[5]=Vue.withModifiers(function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.onFormReset&&s.onFormReset.apply(s,e)},["prevent"]))},[Vue.createCommentVNode(" :value/@input allows us to pass v-model to the component in v2 "),Vue.createCommentVNode(" :modelValue/@update:modelValue allows us to pass v-model to the component in v3 "),Vue.createVNode("input",{type:"search",autocorrect:"off",autocapitalize:"off",autocomplete:"off",spellcheck:"false",required:"",maxlength:"512","aria-label":"Search",placeholder:n.placeholder,autofocus:n.autofocus,class:e.suit("input"),value:n.value||n.modelValue,onFocus:t[1]||(t[1]=function(t){return e.$emit("focus",t)}),onBlur:t[2]||(t[2]=function(t){return e.$emit("blur",t)}),onInput:t[3]||(t[3]=function(t){e.$emit("input",t.target.value),e.$emit("update:modelValue",t.target.value)}),ref:"input"},null,42,["placeholder","autofocus","value"]),Vue.createVNode("button",{type:"submit",title:n.submitTitle,class:e.suit("submit"),hidden:n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"submit-icon",{},function(){return[(Vue.openBlock(),Vue.createBlock("svg",{role:"img",xmlns:"http://www.w3.org/2000/svg",width:"10",height:"10",viewBox:"0 0 40 40",class:e.suit("submitIcon")},[_hoisted_1$8],2))]})],10,["title","hidden"]),Vue.createVNode("button",{type:"reset",title:n.resetTitle,class:e.suit("reset"),hidden:!n.value&&!n.modelValue||n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"reset-icon",{},function(){return[(Vue.openBlock(),Vue.createBlock("svg",{role:"img",xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 20 20",class:e.suit("resetIcon")},[_hoisted_2$5],2))]})],10,["title","hidden"]),n.showLoadingIndicator?(Vue.openBlock(),Vue.createBlock("span",{key:0,hidden:!n.shouldShowLoadingIndicator,class:e.suit("loadingIndicator")},[Vue.renderSlot(e.$slots,"loading-indicator",{},function(){return[(Vue.openBlock(),Vue.createBlock("svg",{role:"img","aria-label":"Results are loading",width:"16",height:"16",xmlns:"http://www.w3.org/2000/svg",stroke:"#444",viewBox:"0 0 38 38",class:e.suit("loadingIcon")},[_hoisted_3$3],2))]})],10,["hidden"])):Vue.createCommentVNode("v-if",!0)],34)}script$k.render=render$k,script$k.__file="src/components/SearchInput.vue";var noop=function(){},script$l={name:"AisRefinementList",components:{SearchInput:script$k,AisHighlight:script$7},mixins:[createSuitMixin({name:"RefinementList"}),createWidgetMixin({connector:connectors.connectRefinementList},{$$widgetType:"ais.refinementList"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return Boolean(e.canRefine)}})],props:{attribute:{type:String,required:!0},searchable:{type:Boolean,default:void 0},searchablePlaceholder:{type:String,required:!1,default:"Search here…"},operator:{default:"or",validator:function(e){return"and"===e||"or"===e},required:!1},limit:{type:Number,required:!1,default:void 0},showMoreLimit:{type:Number,required:!1,default:void 0},showMore:{type:Boolean,required:!1,default:!1},sortBy:{type:[Array,Function],required:!1,default:void 0},transformItems:{type:Function,required:!1,default:void 0}},data:function(){return{searchForFacetValuesQuery:""}},computed:{searchForFacetValues:{get:function(){return this.searchForFacetValuesQuery},set:function(e){this.state.searchForItems(e),this.searchForFacetValuesQuery=e}},toggleShowMore:function(){return this.state.toggleShowMore||noop},items:function(){return this.state.items.map(function(e){return Object.assign({},e,{_highlightResult:{item:{value:e.highlighted}}})})},widgetParams:function(){return{attribute:this.attribute,operator:this.operator,limit:this.limit,showMore:this.showMore,showMoreLimit:this.showMoreLimit,sortBy:this.sortBy,escapeFacetValues:!0,transformItems:this.transformItems}}},methods:{refine:function(e){this.state.refine(e),this.searchForFacetValuesQuery=""}}};function render$l(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input"),o=Vue.resolveComponent("ais-highlight");return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!e.state.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{items:s.items,refine:s.refine,searchForItems:e.state.searchForItems,searchForItemsQuery:r.searchForFacetValuesQuery,toggleShowMore:s.toggleShowMore,canToggleShowMore:e.state.canToggleShowMore,isShowingMore:e.state.isShowingMore,createURL:e.state.createURL,isFromSearch:e.state.isFromSearch,canRefine:e.state.canRefine,sendEvent:e.state.sendEvent},function(){var i;return[n.searchable?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit("searchBox")},[Vue.createVNode(a,{modelValue:s.searchForFacetValues,"onUpdate:modelValue":t[1]||(t[1]=function(e){return s.searchForFacetValues=e}),placeholder:n.searchablePlaceholder,"class-names":e.classNames},null,8,["modelValue","placeholder","class-names"])],2)):Vue.createCommentVNode("v-if",!0),e.state.isFromSearch&&0===s.items.length?Vue.renderSlot(e.$slots,"noResults",{key:1,query:s.searchForFacetValues},function(){return[Vue.createVNode("div",{class:e.suit("noResults")},"No results.",2)]}):Vue.createCommentVNode("v-if",!0),Vue.createVNode("ul",{class:e.suit("list")},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t){return Vue.openBlock(),Vue.createBlock("li",{class:[e.suit("item"),t.isRefined&&e.suit("item","selected")],key:t.value},[Vue.renderSlot(e.$slots,"item",{item:t,refine:s.refine,createURL:e.state.createURL},function(){return[Vue.createVNode("label",{class:e.suit("label")},[Vue.createVNode("input",{class:e.suit("checkbox"),type:"checkbox",value:t.value,checked:t.isRefined,onChange:function(e){return s.refine(t.value)}},null,42,["value","checked","onChange"]),n.searchable?(Vue.openBlock(),Vue.createBlock("span",{key:0,class:e.suit("labelText")},[Vue.createVNode(o,{attribute:"item",hit:t},null,8,["hit"])],2)):(Vue.openBlock(),Vue.createBlock("span",{key:1,class:e.suit("labelText")},Vue.toDisplayString(t.label),3)),Vue.createVNode("span",{class:e.suit("count")},Vue.toDisplayString(t.count),3)],2)]})],2)}),128))],2),n.showMore?(Vue.openBlock(),Vue.createBlock("button",{key:2,class:[e.suit("showMore"),(i={},i[e.suit("showMore","disabled")]=!e.state.canToggleShowMore,i)],onClick:t[2]||(t[2]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.toggleShowMore&&s.toggleShowMore.apply(s,e)}),disabled:!e.state.canToggleShowMore},[Vue.renderSlot(e.$slots,"showMoreLabel",{isShowingMore:e.state.isShowingMore},function(){return[Vue.createTextVNode("Show "+Vue.toDisplayString(e.state.isShowingMore?"less":"more"),1)]})],10,["disabled"])):Vue.createCommentVNode("v-if",!0)]})],2)):Vue.createCommentVNode("v-if",!0)}script$l.render=render$l,script$l.__file="src/components/RefinementList.vue";var connectStateResults=function(e,t){return void 0===t&&(t=function(){}),function(n){return void 0===n&&(n={}),{init:function(t){var i=t.instantSearchInstance;e({state:void 0,results:void 0,instantSearchInstance:i,widgetParams:n},!0)},render:function(t){var i=t.results,r=t.instantSearchInstance,s=t.state,a=_objectSpread({},i),o=_objectSpread({},s);e({results:a,state:o,instantSearchInstance:r,widgetParams:n},!1)},dispose:function(){t()}}}},script$m={name:"AisStateResults",mixins:[createWidgetMixin({connector:connectStateResults},{$$widgetType:"ais.stateResults"}),createSuitMixin({name:"StateResults"})],computed:{stateResults:function(){var e=this.state,t=e.state,n=e.results;return _objectSpread({},n,{results:n,state:t})}}},_hoisted_1$9=Vue.createVNode("p",null," Use this component to have a different layout based on a certain state. ",-1),_hoisted_2$6=Vue.createVNode("p",null," Fill in the slot, and get access to the following things: ",-1);function render$m(e,t,n,i,r,s){return e.state&&e.state.state&&e.state.results?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",s.stateResults,function(){return[_hoisted_1$9,_hoisted_2$6,Vue.createVNode("pre",null,"results: "+Vue.toDisplayString(Object.keys(e.state.results)),1),Vue.createVNode("pre",null,"state: "+Vue.toDisplayString(Object.keys(e.state.state)),1)]})],2)):Vue.createCommentVNode("v-if",!0)}script$m.render=render$m,script$m.__file="src/components/StateResults.vue";var script$n={name:"AisSearchBox",mixins:[createWidgetMixin({connector:connectors.connectSearchBox},{$$widgetType:"ais.searchBox"}),createSuitMixin({name:"SearchBox"})],components:{SearchInput:script$k},props:{placeholder:{type:String,default:"Search here…"},autofocus:{type:Boolean,default:!1},showLoadingIndicator:{type:Boolean,default:!1},submitTitle:{type:String,default:"Search"},resetTitle:{type:String,default:"Clear"},value:{type:String,default:void 0},modelValue:{type:String,default:void 0}},data:function(){return{localValue:"",isVue2:isVue2,isVue3:isVue3}},computed:{isControlled:function(){return void 0!==this.value||void 0!==this.modelValue},model:function(){return this.value||this.modelValue},currentRefinement:{get:function(){return this.isControlled&&this.model!==this.localValue&&(this.localValue=this.model,this.$emit("input",this.model),this.$emit("update:modelValue",this.model),this.state.refine(this.model)),this.model||this.state.query||""},set:function(e){this.localValue=e,this.state.refine(e),this.isControlled&&(this.$emit("input",e),this.$emit("update:modelValue",e))}}}};function render$n(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input");return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{currentRefinement:s.currentRefinement,isSearchStalled:e.state.isSearchStalled,refine:e.state.refine},function(){return[Vue.createVNode(a,{onFocus:t[1]||(t[1]=function(t){return e.$emit("focus",t)}),onBlur:t[2]||(t[2]=function(t){return e.$emit("blur",t)}),onReset:t[3]||(t[3]=function(t){return e.$emit("reset")}),placeholder:n.placeholder,autofocus:n.autofocus,"show-loading-indicator":n.showLoadingIndicator,"should-show-loading-indicator":e.state.isSearchStalled,"submit-title":n.submitTitle,"reset-title":n.resetTitle,"class-names":e.classNames,modelValue:s.currentRefinement,"onUpdate:modelValue":t[4]||(t[4]=function(e){return s.currentRefinement=e})},Vue.createSlots({default:Vue.withCtx(function(){return[r.isVue2?Vue.renderSlot(e.$slots,"loading-indicator",{key:0,slot:"loading-indicator"}):Vue.createCommentVNode("v-if",!0),r.isVue2?Vue.renderSlot(e.$slots,"submit-icon",{key:1,slot:"submit-icon"}):Vue.createCommentVNode("v-if",!0),r.isVue2?Vue.renderSlot(e.$slots,"reset-icon",{key:2,slot:"reset-icon"}):Vue.createCommentVNode("v-if",!0)]}),_:2},[r.isVue3?{name:"loading-indicator",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"loading-indicator")]})}:void 0,r.isVue3?{name:"submit-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"submit-icon")]})}:void 0,r.isVue3?{name:"reset-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"reset-icon")]})}:void 0]),1032,["placeholder","autofocus","show-loading-indicator","should-show-loading-indicator","submit-title","reset-title","class-names","modelValue"])]})],2)):Vue.createCommentVNode("v-if",!0)}script$n.render=render$n,script$n.__file="src/components/SearchBox.vue";var script$o={name:"AisSnippet",mixins:[createSuitMixin({name:"Snippet"})],components:{AisHighlighter:script$6},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$o(e,t,n,i,r,s){var a=Vue.resolveComponent("ais-highlighter");return Vue.openBlock(),Vue.createBlock(a,{hit:n.hit,attribute:n.attribute,"highlighted-tag-name":n.highlightedTagName,suit:e.suit,"highlight-property":"_snippetResult","pre-tag":"<mark>","post-tag":"</mark>"},null,8,["hit","attribute","highlighted-tag-name","suit"])}script$o.render=render$o,script$o.__file="src/components/Snippet.vue";var script$p={name:"AisSortBy",mixins:[createSuitMixin({name:"SortBy"}),createWidgetMixin({connector:connectors.connectSortBy},{$$widgetType:"ais.sortBy"}),createPanelConsumerMixin({mapStateToCanRefine:function(e){return!1===e.hasNoResults}})],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}}};function render$p(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{items:e.state.options,hasNoResults:e.state.hasNoResults,refine:e.state.refine,currentRefinement:e.state.currentRefinement},function(){return[Vue.createVNode("select",{class:e.suit("select"),onChange:t[1]||(t[1]=function(t){return e.state.refine(t.currentTarget.value)})},[(Vue.openBlock(!0),Vue.createBlock(Vue.Fragment,null,Vue.renderList(e.state.options,function(t){return Vue.openBlock(),Vue.createBlock("option",{key:t.value,class:e.suit("option"),value:t.value,selected:t.value===e.state.currentRefinement},Vue.toDisplayString(t.label),11,["value","selected"])}),128))],34)]})],2)):Vue.createCommentVNode("v-if",!0)}script$p.render=render$p,script$p.__file="src/components/SortBy.vue";var script$q={name:"AisStats",mixins:[createWidgetMixin({connector:connectors.connectStats},{$$widgetType:"ais.stats"}),createSuitMixin({name:"Stats"})],computed:{widgetParams:function(){return{}}}};function render$q(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",Vue.mergeProps(e.state,{results:e.state.instantSearchInstance.helper.lastResults}),function(){return[Vue.createVNode("span",{class:e.suit("text")},[e.state.areHitsSorted?(Vue.openBlock(),Vue.createBlock(Vue.Fragment,{key:0},[Vue.createTextVNode(Vue.toDisplayString(e.state.nbSortedHits.toLocaleString())+" relevant results sorted out of "+Vue.toDisplayString(e.state.nbHits.toLocaleString()),1)],2112)):(Vue.openBlock(),Vue.createBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(e.state.nbHits.toLocaleString())+" results",1)],2112)),Vue.createTextVNode(" found in "+Vue.toDisplayString(e.state.processingTimeMS.toLocaleString())+"ms",1)],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$q.render=render$q,script$q.__file="src/components/Stats.vue";var mapStateToCanRefine$2=function(e){return Boolean(e.value&&e.value.count)},script$r={name:"AisToggleRefinement",mixins:[createSuitMixin({name:"ToggleRefinement"}),createWidgetMixin({connector:connectors.connectToggleRefinement},{$$widgetType:"ais.toggleRefinement"}),createPanelConsumerMixin({mapStateToCanRefine:mapStateToCanRefine$2})],props:{attribute:{type:String,required:!0},label:{type:String,required:!0},on:{type:[String,Number,Boolean,Array],required:!1,default:!0},off:{type:[String,Number,Boolean,Array],required:!1,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,label:this.label,on:this.on,off:this.off}},canRefine:function(){return mapStateToCanRefine$2(this.state)}}};function render$r(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:[e.suit(),!s.canRefine&&e.suit("","noRefinement")]},[Vue.renderSlot(e.$slots,"default",{value:e.state.value,canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createVNode("label",{class:e.suit("label")},[Vue.createVNode("input",{class:e.suit("checkbox"),type:"checkbox",name:e.state.value.name,value:n.on,checked:e.state.value.isRefined,onChange:t[1]||(t[1]=function(t){return e.state.refine(e.state.value)})},null,42,["name","value","checked"]),Vue.createVNode("span",{class:e.suit("labelText")},Vue.toDisplayString(n.label),3),null!==e.state.value.count?(Vue.openBlock(),Vue.createBlock("span",{key:0,class:e.suit("count")},Vue.toDisplayString(e.state.value.count.toLocaleString()),3)):Vue.createCommentVNode("v-if",!0)],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$r.render=render$r,script$r.__file="src/components/ToggleRefinement.vue";var script$s={name:"AisVoiceSearch",mixins:[createWidgetMixin({connector:connectors.connectVoiceSearch},{$$widgetType:"ais.voiceSearch"}),createSuitMixin({name:"VoiceSearch"})],props:{searchAsYouSpeak:{type:Boolean,required:!1,default:void 0},buttonTitle:{type:String,required:!1,default:"Search by voice"},disabledButtonTitle:{type:String,required:!1,default:"Search by voice (not supported on this browser)"}},data:function(){return{buttonSvgAttrs:{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"}}},computed:{widgetParams:function(){return{searchAsYouSpeak:this.searchAsYouSpeak}},errorNotAllowed:function(){return"error"===this.state.voiceListeningState.status&&"not-allowed"===this.state.voiceListeningState.errorCode},rootSlotProps:function(){return{isBrowserSupported:this.state.isBrowserSupported,isListening:this.state.isListening,toggleListening:this.state.toggleListening,voiceListeningState:this.state.voiceListeningState}},innerSlotProps:function(){return{status:this.state.voiceListeningState.status,errorCode:this.state.voiceListeningState.errorCode,isListening:this.state.isListening,transcript:this.state.voiceListeningState.transcript,isSpeechFinal:this.state.voiceListeningState.isSpeechFinal,isBrowserSupported:this.state.isBrowserSupported}}},methods:{handleClick:function(e){e.currentTarget.blur(),this.state.toggleListening()}}},_hoisted_1$a=Vue.createVNode("line",{x1:"1",y1:"1",x2:"23",y2:"23"},null,-1),_hoisted_2$7=Vue.createVNode("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"},null,-1),_hoisted_3$4=Vue.createVNode("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"},null,-1),_hoisted_4$3=Vue.createVNode("line",{x1:"12",y1:"19",x2:"12",y2:"23"},null,-1),_hoisted_5$1=Vue.createVNode("line",{x1:"8",y1:"23",x2:"16",y2:"23"},null,-1),_hoisted_6=Vue.createVNode("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"},null,-1),_hoisted_7=Vue.createVNode("line",{x1:"12",y1:"19",x2:"12",y2:"23"},null,-1),_hoisted_8=Vue.createVNode("line",{x1:"8",y1:"23",x2:"16",y2:"23"},null,-1);function render$s(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",s.rootSlotProps,function(){return[Vue.createVNode("button",{type:"button",class:e.suit("button"),title:e.state.isBrowserSupported?n.buttonTitle:n.disabledButtonTitle,disabled:!e.state.isBrowserSupported,onClick:t[1]||(t[1]=function(){for(var e=[],t=arguments.length;t--;)e[t]=arguments[t];return s.handleClick&&s.handleClick.apply(s,e)})},[Vue.renderSlot(e.$slots,"buttonText",s.innerSlotProps,function(){return[s.errorNotAllowed?(Vue.openBlock(),Vue.createBlock("svg",Vue.mergeProps({key:0},r.buttonSvgAttrs),[_hoisted_1$a,_hoisted_2$7,_hoisted_3$4,_hoisted_4$3,_hoisted_5$1],16)):(Vue.openBlock(),Vue.createBlock("svg",Vue.mergeProps({key:1},r.buttonSvgAttrs),[Vue.createVNode("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z",fill:e.state.isListening?"currentColor":"none"},null,8,["fill"]),_hoisted_6,_hoisted_7,_hoisted_8],16))]})],10,["title","disabled"]),Vue.createVNode("div",{class:e.suit("status")},[Vue.renderSlot(e.$slots,"status",s.innerSlotProps,function(){return[Vue.createVNode("p",null,Vue.toDisplayString(e.state.voiceListeningState.transcript),1)]})],2)]})],2)):Vue.createCommentVNode("v-if",!0)}script$s.render=render$s,script$s.__file="src/components/VoiceSearch.vue";var script$t={name:"AisRelevantSort",mixins:[createSuitMixin({name:"RelevantSort"}),createWidgetMixin({connector:connectors.connectRelevantSort},{$$widgetType:"ais.relevantSort"})],methods:{refine:function(){this.state.isRelevantSorted?this.state.refine(0):this.state.refine(void 0)}}};function render$t(e,t,n,i,r,s){return e.state&&e.state.isVirtualReplica?(Vue.openBlock(),Vue.createBlock("div",{key:0,class:e.suit()},[Vue.renderSlot(e.$slots,"default",{isRelevantSorted:e.state.isRelevantSorted,refine:e.state.refine},function(){return[Vue.createVNode("div",{class:e.suit("text")},[Vue.renderSlot(e.$slots,"text",{isRelevantSorted:e.state.isRelevantSorted})],2),Vue.createVNode("button",{type:"button",class:e.suit("button"),onClick:t[1]||(t[1]=function(e){return s.refine()})},[Vue.renderSlot(e.$slots,"button",{isRelevantSorted:e.state.isRelevantSorted},function(){return[Vue.createTextVNode(Vue.toDisplayString(e.state.isRelevantSorted?"See all results":"See relevant results"),1)]})],2)]})],2)):Vue.createCommentVNode("v-if",!0)}function getWidgetAttribute(e){var t,n=e.props;if(n){if(n.attribute)return n.attribute;if(Array.isArray(n.attributes))return n.attributes[0]}if(t=e.children&&e.children.default&&e.children.default(),Array.isArray(t))return t.reduce(function(e,t){return e||getWidgetAttribute(t)},void 0)}script$t.render=render$t,script$t.__file="src/components/RelevantSort.vue";var AisDynamicWidgets={name:"AisDynamicWidgets",mixins:[createWidgetMixin({connector:connectors.connectDynamicWidgets},{$$widgetType:"ais.dynamicWidgets"}),createSuitMixin({name:"DynamicWidgets"})],props:{transformItems:{type:Function,default:void 0},facets:{type:Array,default:void 0},maxValuesPerFacet:{type:Number,default:void 0}},render:renderCompat(function(e){var t=this,n=new Map;if((getDefaultSlot(this)||[]).forEach(function(i){var r=getWidgetAttribute(i);r&&n.set(r,e("div",{key:r,class:[t.suit("widget")]},[i]))}),!this.state){var i=[];return n.forEach(function(e){return i.push(e)}),e("div",_objectSpread({class:[this.suit()]},{attrs:{hidden:!0}}),i)}return e("div",{class:[this.suit()]},this.state.attributesToRender.map(function(e){return n.get(e)}))}),computed:{widgetParams:function(){return{transformItems:this.transformItems,facets:this.facets,maxValuesPerFacet:this.maxValuesPerFacet,widgets:[]}}}},ExperimentalDynamicWidgets=Object.assign({},AisDynamicWidgets,{name:"AisExperimentalDynamicWidgets",mounted:function(){warn("Use AisDynamicWidgets instead of AisExperimentalDynamicWidgets.")}}),widgets=Object.freeze({__proto__:null,AisAutocomplete:script,AisBreadcrumb:script$1,AisClearRefinements:script$2,AisConfigure:Configure,AisExperimentalConfigureRelatedItems:ConfigureRelatedItems,AisCurrentRefinements:script$3,AisHierarchicalMenu:script$5,AisHighlight:script$7,AisHits:script$8,AisHitsPerPage:script$9,AisIndex:Index,AisInstantSearch:InstantSearch,AisInstantSearchSsr:InstantSearchSsr,AisInfiniteHits:script$a,AisMenu:script$b,AisMenuSelect:script$c,AisNumericMenu:script$d,AisPagination:script$e,AisPanel:script$f,AisPoweredBy:script$g,AisQueryRuleContext:QueryRuleContext,AisQueryRuleCustomData:script$h,AisRangeInput:script$i,AisRatingMenu:script$j,AisRefinementList:script$l,AisStateResults:script$m,AisSearchBox:script$n,AisSnippet:script$o,AisSortBy:script$p,AisStats:script$q,AisToggleRefinement:script$r,AisVoiceSearch:script$s,AisRelevantSort:script$t,AisDynamicWidgets:AisDynamicWidgets,AisExperimentalDynamicWidgets:ExperimentalDynamicWidgets}),plugin={install:function(e){Object.keys(widgets).forEach(function(t){e.component(widgets[t].name,widgets[t])})}};function walkIndex(e,t){return t(e),e.getWidgets().forEach(function(e){"ais.index"===e.$$type&&(t(e),walkIndex(e,t))})}function searchOnlyWithDerivedHelpers(e){return new Promise(function(t,n){e.searchOnlyWithDerivedHelpers(),e.derivedHelpers[0].on("result",function(){t()}),e.derivedHelpers.forEach(function(e){return e.on("error",function(e){n(e)})})})}function defaultCloneComponent(e,t){void 0===t&&(t={});var n=t.mixins;void 0===n&&(n=[]);var i,r={serverPrefetch:void 0,fetch:void 0,_base:void 0,name:"ais-ssr-root-component"},s=Object.assign({},e.$options,r);return s.mixins=n.concat(s.mixins||[]),i=Vue.createSSRApp(s),e.$router&&i.use(e.$router),e.$store&&i.use(e.$store),i.$slots=e.$slots,i.$root=e.$root,i}function augmentInstantSearch(e,t){var n,i=instantsearch(e);return i.findResultsState=function(e){var r,s,a=e.component,o=e.renderToString;if(!o)throw new Error("findResultsState requires `renderToString: (component) => Promise<string>` in the first argument.");return Promise.resolve().then(function(){r=t(a,{mixins:[{beforeCreate:function(){a.$nuxt&&(this.$nuxt=a.$nuxt)},created:function(){(s=this.instantsearch).start(),s.started=!1}}]})}).then(function(){return o(r)}).then(function(){return searchOnlyWithDerivedHelpers(s.mainHelper)}).then(function(){return n={},walkIndex(s.mainIndex,function(e){var t=e.getResults(),i=t._state,r=t._rawResults;n[e.getIndexId()]={state:Object.keys(i).reduce(function(e,t){return e[t]=i[t],e},{}),results:r}}),i.hydrate(n),i.getState()})},i.getState=function(){if(!n)throw new Error("You need to wait for findResultsState to finish");return n},i.__forceRender=function(e,t){var n=t.getResults();if(null!==n){var r=n._state,s=t.getHelper();s.state=r,e.render({helper:s,results:n,scopedResults:t.getScopedResults(),parent:t,state:r,templatesConfig:{},createURL:t.createURL,instantSearchInstance:i,searchMetadata:{isSearchStalled:!1}})}},i.hydrate=function(e){e?(i._initialResults=e,i.start(),i.started=!1):warn("The result of `findResultsState()` needs to be passed to `hydrate()`.")},i}function createServerRootMixin(e){void 0===e&&(e={});var t=e.$cloneComponent;void 0===t&&(t=defaultCloneComponent);var n=augmentInstantSearch(e,t);return{provide:function(){return{$_ais_ssrInstantSearchInstance:this.instantsearch}},data:function(){return{instantsearch:n}}}}exports.AisAutocomplete=script,exports.AisBreadcrumb=script$1,exports.AisClearRefinements=script$2,exports.AisConfigure=Configure,exports.AisCurrentRefinements=script$3,exports.AisDynamicWidgets=AisDynamicWidgets,exports.AisExperimentalConfigureRelatedItems=ConfigureRelatedItems,exports.AisExperimentalDynamicWidgets=ExperimentalDynamicWidgets,exports.AisHierarchicalMenu=script$5,exports.AisHighlight=script$7,exports.AisHits=script$8,exports.AisHitsPerPage=script$9,exports.AisIndex=Index,exports.AisInfiniteHits=script$a,exports.AisInstantSearch=InstantSearch,exports.AisInstantSearchSsr=InstantSearchSsr,exports.AisMenu=script$b,exports.AisMenuSelect=script$c,exports.AisNumericMenu=script$d,exports.AisPagination=script$e,exports.AisPanel=script$f,exports.AisPoweredBy=script$g,exports.AisQueryRuleContext=QueryRuleContext,exports.AisQueryRuleCustomData=script$h,exports.AisRangeInput=script$i,exports.AisRatingMenu=script$j,exports.AisRefinementList=script$l,exports.AisRelevantSort=script$t,exports.AisSearchBox=script$n,exports.AisSnippet=script$o,exports.AisSortBy=script$p,exports.AisStateResults=script$m,exports.AisStats=script$q,exports.AisToggleRefinement=script$r,exports.AisVoiceSearch=script$s,exports.createServerRootMixin=createServerRootMixin,exports.createSuitMixin=createSuitMixin,exports.createWidgetMixin=createWidgetMixin,exports.default=plugin;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|