vue-instantsearch 4.20.4 → 4.20.6

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/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")),instantsearchUiComponents=require("instantsearch-ui-components"),utils=require("instantsearch.js/cjs/lib/utils"),indexWidget=_interopDefault(require("instantsearch.js/cjs/widgets/index/index")),instantsearch=_interopDefault(require("instantsearch.js/cjs")),InstantSearch$1=require("instantsearch.js/cjs/lib/InstantSearch"),server=require("instantsearch.js/cjs/lib/server");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){for(var n=[],i=arguments.length-2;i-- >0;)n[i]=arguments[i+2];var r=n.length>0?n:void 0;if("object"==typeof t&&(t.attrs||t.props||t.scopedSlots||t.on)){var s=Object.keys(t.on||{}),a=Object.assign({},t,t.attrs,t.props,s.reduce(function(e,n){return e["on"+n[0].toUpperCase()+n.slice(1)]=t.on[n],e},{}));return delete a.attrs,delete a.props,delete a.scopedSlots,s.forEach(function(e){return delete a.on[e]}),a.on&&0===Object.keys(a.on).length&&delete a.on,Vue.h(e,a,t.scopedSlots?Object.assign({default:function(){return r}},t.scopedSlots):r)}return Vue.h(e,t,r)}return function(){return e.call(this,t)}}function getDefaultSlot(e){var t=e.$slots||e.slots;return"function"==typeof t.default?t.default():t.default}function getScopedSlot(e,t){return(e.$slots||e.slots||{})[t]}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.createElementVNode("p",null," This widget doesn't render anything without a filled in default slot. ",-1),_hoisted_2=Vue.createElementVNode("p",null,"query, function to refine and results are provided.",-1),_hoisted_3=Vue.createElementVNode("pre",null,"refine: Function",-1),_hoisted_4=Vue.createElementVNode("summary",null,[Vue.createElementVNode("code",null,"indices"),Vue.createTextVNode(":")],-1);function render(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(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.createElementVNode("pre",null,'currentRefinement: "'+Vue.toDisplayString(e.state.currentRefinement)+'"',1),Vue.createElementVNode("details",null,[_hoisted_4,Vue.createElementVNode("pre",null,Vue.toDisplayString(e.state.indices),1)])]})],2)):Vue.createCommentVNode("",!0)}script.render=render;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){void 0===e&&(e={});var t=e.mapStateToCanRefine;return void 0===t&&(t=function(e){return Boolean(e.canRefine)}),{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(),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=["href"],_hoisted_2$1=["href"],_hoisted_3$1=["href","onClick"];function render$1(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[Vue.createElementVNode("li",{class:Vue.normalizeClass([e.suit("item"),!e.state.items.length&&e.suit("item","selected")])},[Boolean(e.state.items.length)?(Vue.openBlock(),Vue.createElementBlock("a",{key:0,href:e.state.createURL(),class:Vue.normalizeClass(e.suit("link")),onClick:t[0]||(t[0]=Vue.withModifiers(function(t){return e.state.refine()},["exact","left","prevent"]))},[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[Vue.createTextVNode("Home")]})],10,_hoisted_1$1)):(Vue.openBlock(),Vue.createElementBlock("a",{key:1,href:e.state.createURL(null),class:Vue.normalizeClass(e.suit("link")),onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return e.state.refine(null)},["exact","left","prevent"]))},[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[Vue.createTextVNode("Home")]})],10,_hoisted_2$1))],2),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("li",{key:t.label,class:Vue.normalizeClass([e.suit("item"),s.isLastItem(n)&&e.suit("item","selected")])},[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("separator")),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"separator",{},function(){return[Vue.createTextVNode(">")]})],2),s.isLastItem(n)?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(t.label),1)],64)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,href:e.state.createURL(t.value),class:Vue.normalizeClass(e.suit("link")),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["exact","left","prevent"])},Vue.toDisplayString(t.label),11,_hoisted_3$1))],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$1.render=render$1;var script$2={name:"AisClearRefinements",mixins:[createWidgetMixin({connector:connectors.connectClearRefinements},{$$widgetType:"ais.clearRefinements"}),createPanelConsumerMixin(),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=["disabled"];function render$2(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL},function(){return[Vue.createElementVNode("button",{type:"reset",class:Vue.normalizeClass([e.suit("button"),!s.canRefine&&e.suit("button","disabled")]),disabled:!s.canRefine,onClick:t[0]||(t[0]=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[Vue.createTextVNode(" Clear refinements ")]})],10,_hoisted_1$2)]})],2)):Vue.createCommentVNode("",!0)}script$2.render=render$2;var Configure={inheritAttrs:!1,name:"AisConfigure",mixins:[createSuitMixin({name:"Configure"}),createWidgetMixin({connector:connectors.connectConfigure},{$$widgetType:"ais.configure"})],computed:{widgetParams:function(){return{searchParameters:Object.assign({},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()],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},_hoisted_2$2=["onClick"];function render$3(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("li",{key:t.attribute,class:Vue.normalizeClass(e.suit("item"))},[Vue.renderSlot(e.$slots,"item",{refine:t.refine,item:t,createURL:e.state.createURL},function(){return[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("label"))},Vue.toDisplayString(s.capitalize(t.label))+": ",3),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(t.refinements,function(n){return Vue.openBlock(),Vue.createElementBlock("span",{key:s.createItemKey(n),class:Vue.normalizeClass(e.suit("category"))},[Vue.renderSlot(e.$slots,"refinement",{refine:t.refine,refinement:n,createURL:e.state.createURL},function(){return[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("categoryLabel"))},["query"===n.attribute?(Vue.openBlock(),Vue.createElementBlock("q",_hoisted_1$3,Vue.toDisplayString(n.label),1)):(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(n.label),1)],64))],2),Vue.createElementVNode("button",{class:Vue.normalizeClass(e.suit("delete")),type:"button",onClick:Vue.withModifiers(function(e){return t.refine(n)},["left","exact"])}," ✕ ",10,_hoisted_2$2)]})],2)}),128))]})],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$3.render=render$3;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}}},_hoisted_1$4=["href","onClick"];function render$4(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list",!0);return n.items.length>0?(Vue.openBlock(),Vue.createElementBlock("ul",{key:0,class:Vue.normalizeClass([n.suit("list"),n.level>0&&n.suit("list","child"),n.suit("list","lvl"+n.level)])},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.items,function(e){return Vue.openBlock(),Vue.createElementBlock("li",{key:e.value,class:Vue.normalizeClass([n.suit("item"),e.isRefined&&n.suit("item","selected"),e.data&&e.data.length>0&&n.suit("item","parent")])},[Vue.createElementVNode("a",{href:n.createURL(e.value),class:Vue.normalizeClass([n.suit("link"),e.isRefined&&n.suit("link","selected")]),onClick:Vue.withModifiers(function(t){return n.refine(e.value)},["exact","left","prevent"])},[Vue.createElementVNode("span",{class:Vue.normalizeClass(n.suit("label"))},Vue.toDisplayString(e.label),3),Vue.createElementVNode("span",{class:Vue.normalizeClass(n.suit("count"))},Vue.toDisplayString(e.count),3)],10,_hoisted_1$4),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("",!0)],2)}),128))],2)):Vue.createCommentVNode("",!0)}script$4.render=render$4;var script$5={name:"AisHierarchicalMenu",mixins:[createSuitMixin({name:"HierarchicalMenu"}),createWidgetMixin({connector:connectors.connectHierarchicalMenu},{$$widgetType:"ais.hierarchicalMenu"}),createPanelConsumerMixin()],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}}}},_hoisted_1$5=["disabled"];function render$5(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list");return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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(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.createElementBlock("button",{key:0,class:Vue.normalizeClass([e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")]),disabled:!e.state.canToggleShowMore,onClick:t[0]||(t[0]=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,_hoisted_1$5)):Vue.createCommentVNode("",!0)]})],2)):Vue.createCommentVNode("",!0)}script$5.render=render$5;var createElement=function(e,t,n){if(!n)return Vue.h(e,t);if(e===Vue.Fragment)return Vue.h(e,Array.isArray(n)?n:[n]);var i="string"==typeof n?{default:function(){return n}}:n,r="string"==typeof e?t:Object.assign(t,{children:n});return Vue.h(e,r,i)},Highlight=instantsearchUiComponents.createHighlightComponent({createElement:createElement,Fragment:Vue.Fragment}),AisHighlighter={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}},render:function(){var e=utils.getPropertyByPath(this.hit[this.highlightProperty],this.attribute)||[],t=(Array.isArray(e)?e:[e]).map(function(e){return utils.getHighlightedParts(utils.unescape(e.value||"")).map(function(e){var t=e.value;return{value:" "===t?" ":t,isHighlighted:e.isHighlighted}})});return createElement(Highlight,{classNames:{root:this.suit(),highlighted:this.suit("highlighted")},highlightedTagName:this.highlightedTagName,nonHighlightedTagName:Vue.Fragment,parts:t})}},script$6={name:"AisHighlight",mixins:[createSuitMixin({name:"Highlight"})],components:{AisHighlighter:AisHighlighter},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$6(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"])}function objectWithoutProperties(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&-1===t.indexOf(i)&&(n[i]=e[i]);return n}script$6.render=render$6;var Hits={name:"AisHits",mixins:[createWidgetMixin({connector:connectors.connectHitsWithInsights},{$$widgetType:"ais.hits"}),createSuitMixin({name:"Hits"})],props:{showBanner:{type:Boolean,default:!0},escapeHTML:{type:Boolean,default:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{showBanner:this.showBanner,escapeHTML:this.escapeHTML,transformItems:this.transformItems}}},render:renderCompat(function(e){var t=this;if(!this.state)return null;var n=getScopedSlot(this,"default"),i=getScopedSlot(this,"item"),r=getScopedSlot(this,"banner");return i||r||!n?e(instantsearchUiComponents.createHitsComponent({createElement:e}),{hits:this.state.items,itemComponent:function(n){var r=n.hit,s=n.index,a=n.onClick,o=n.onAuxClick,u=(n.key,objectWithoutProperties(n,["hit","index","onClick","onAuxClick","key"]));return e("li",{key:r.objectID,attrs:u,on:{click:a,auxclick:o}},[i&&i({item:r,index:s,insights:t.state.insights,sendEvent:t.state.sendEvent})||"objectID: "+r.objectID+", index: "+s])},banner:this.showBanner?this.state.banner:void 0,bannerComponent:r,sendEvent:this.state.sendEvent,classNames:this.classNames&&{root:this.classNames["ais-Hits"],list:this.classNames["ais-Hits-list"],item:this.classNames["ais-Hits-item"],bannerRoot:this.classNames["ais-Hits-banner"],bannerImage:this.classNames["ais-Hits-banner-image"],bannerLink:this.classNames["ais-Hits-banner-link"]}}):e("div",{attrs:{class:this.suit()}},[n({banner:this.state.banner,items:this.state.items,insights:this.state.insights,sendEvent:this.state.sendEvent})])})},script$7={name:"AisHitsPerPage",mixins:[createSuitMixin({name:"HitsPerPage"}),createWidgetMixin({connector:connectors.connectHitsPerPage},{$$widgetType:"ais.hitsPerPage"}),createPanelConsumerMixin()],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}}},_hoisted_1$6=["value","selected"];function render$7(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,hasNoResults:e.state.hasNoResults,canRefine:e.state.canRefine,createURL:e.state.createURL},function(){return[Vue.createElementVNode("select",{class:Vue.normalizeClass(e.suit("select")),onChange:t[0]||(t[0]=function(t){return e.state.refine(Number(t.currentTarget.value))})},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("option",{key:t.value,class:Vue.normalizeClass(e.suit("option")),value:t.value,selected:t.isRefined},Vue.toDisplayString(t.label),11,_hoisted_1$6)}),128))],34)]})],2)):Vue.createCommentVNode("",!0)}script$7.render=render$7;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.20.4",createInstantSearchComponent=function(e){var t;return _objectSpread(((t={mixins:[createSuitMixin({name:"InstantSearch"})],provide:function(){return{$_ais_instantSearchInstance:this.instantSearchInstance}},watch:{searchClient:function(e){warn(!1),this.instantSearchInstance.helper.setClient(e).search()},indexName:function(e){this.instantSearchInstance.helper.setIndex(e||"").search()},compositionID: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/instantsearch/discussions/new?category=ideas&labels=triage%2cLibrary%3A+Vue+InstantSearch&title=Feature%20request%3A%20dynamic%20props")},onStateChange:function(){throw new Error("onStateChange configuration can not be changed dynamically at this point.\n\nPlease open a new issue: https://github.com/algolia/instantsearch/discussions/new?category=ideas&labels=triage%2cLibrary%3A+Vue+InstantSearch&title=Feature%20request%3A%20dynamic%20props")},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)})}},future:function(e){this.instantSearchInstance.future=Object.assign(InstantSearch$1.INSTANTSEARCH_FUTURE_DEFAULTS,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:!1},compositionID:{type:String,required:!1},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)}},insights:{default:void 0,validator:function(e){return void 0===e||"boolean"==typeof e||"object"==typeof e}},stalledSearchDelay:{type:Number,default:void 0},searchFunction:{type:Function,default:void 0},onStateChange:{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},future:{type:Object,default:void 0}},data:function(){return{instantSearchInstance:instantsearch({searchClient:this.searchClient,insightsClient:this.insightsClient,insights:this.insights,indexName:this.indexName,compositionID:this.compositionID,routing:this.routing,stalledSearchDelay:this.stalledSearchDelay,searchFunction:this.searchFunction,onStateChange:this.onStateChange,initialUiState:this.initialUiState,future:this.future})}},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$8={name:"AisInfiniteHits",mixins:[createWidgetMixin({connector:connectors.connectInfiniteHitsWithInsights},{$$widgetType:"ais.infiniteHits"}),createSuitMixin({name:"InfiniteHits"})],props:{showBanner:{type:Boolean,default:!0},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{showBanner:this.showBanner,showPrevious:this.showPrevious,escapeHTML:this.escapeHTML,transformItems:this.transformItems,cache:this.cache}}},methods:{refinePrevious:function(){this.state.showPrevious()},refineNext:function(){this.state.showMore()}}},_hoisted_1$7=["disabled"],_hoisted_2$3=["href","target"],_hoisted_3$2=["src","alt"],_hoisted_4$1=["src","alt"],_hoisted_5=["onClick","onAuxclick"],_hoisted_6=["disabled"];function render$8(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(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.createElementVNode("button",{class:Vue.normalizeClass([e.suit("loadPrevious"),e.state.isFirstPage&&e.suit("loadPrevious","disabled")]),disabled:e.state.isFirstPage,onClick:t[0]||(t[0]=function(e){return s.refinePrevious()})}," Show previous results ",10,_hoisted_1$7)]}):Vue.createCommentVNode("",!0),Vue.renderSlot(e.$slots,"default",{items:e.state.items,results:e.state.results,banner:e.state.banner,isLastPage:e.state.isLastPage,refinePrevious:s.refinePrevious,refineNext:s.refineNext,refine:s.refineNext,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[n.showBanner&&e.state.banner&&e.state.banner.image.urls[0].url?Vue.renderSlot(e.$slots,"banner",{key:0,banner:e.state.banner},function(){return[Vue.createElementVNode("aside",{class:Vue.normalizeClass(e.suit("banner"))},[e.state.banner.link?(Vue.openBlock(),Vue.createElementBlock("a",{key:0,href:e.state.banner.link.url,target:e.state.banner.link.target,class:Vue.normalizeClass(e.suit("banner-link"))},[Vue.createElementVNode("img",{src:e.state.banner.image.urls[0].url,alt:e.state.banner.image.title,class:Vue.normalizeClass(e.suit("banner-image"))},null,10,_hoisted_3$2)],10,_hoisted_2$3)):(Vue.openBlock(),Vue.createElementBlock("img",{key:1,src:e.state.banner.image.urls[0].url,alt:e.state.banner.image.title,class:Vue.normalizeClass(e.suit("banner-image"))},null,10,_hoisted_4$1))],2)]}):Vue.createCommentVNode("",!0),Vue.createElementVNode("ol",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("li",{class:Vue.normalizeClass(e.suit("item")),key:t.objectID,onClick:function(n){return e.state.sendEvent("click:internal",t,"Hit Clicked")},onAuxclick:function(n){return e.state.sendEvent("click:internal",t,"Hit Clicked")}},[Vue.renderSlot(e.$slots,"item",{item:t,index:n,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[Vue.createTextVNode(" objectID: "+Vue.toDisplayString(t.objectID)+", index: "+Vue.toDisplayString(n),1)]})],42,_hoisted_5)}),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.createElementVNode("button",{class:Vue.normalizeClass([e.suit("loadMore"),e.state.isLastPage&&e.suit("loadMore","disabled")]),disabled:e.state.isLastPage,onClick:t[1]||(t[1]=function(e){return s.refineNext()})}," Show more results ",10,_hoisted_6)]})]})],2)):Vue.createCommentVNode("",!0)}script$8.render=render$8;var script$9={name:"AisMenu",mixins:[createSuitMixin({name:"Menu"}),createWidgetMixin({connector:connectors.connectMenu},{$$widgetType:"ais.menu"}),createPanelConsumerMixin()],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}}},_hoisted_1$8=["href","onClick"],_hoisted_2$4=["disabled"];function render$9(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("li",{key:t.value,class:Vue.normalizeClass([e.suit("item"),t.isRefined&&e.suit("item","selected")])},[Vue.createElementVNode("a",{href:e.state.createURL(t.value),class:Vue.normalizeClass(e.suit("link")),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["exact","left","prevent"])},[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("label"))},Vue.toDisplayString(t.label),3),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(t.count),3)],10,_hoisted_1$8)],2)}),128))],2),s.showShowMoreButton?(Vue.openBlock(),Vue.createElementBlock("button",{key:0,class:Vue.normalizeClass([e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")]),disabled:!e.state.canToggleShowMore,onClick:t[0]||(t[0]=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,_hoisted_2$4)):Vue.createCommentVNode("",!0)]})],2)):Vue.createCommentVNode("",!0)}script$9.render=render$9;var script$a={name:"AisMenuSelect",mixins:[createSuitMixin({name:"MenuSelect"}),createWidgetMixin({connector:connectors.connectMenu},{$$widgetType:"ais.menuSelect"}),createPanelConsumerMixin()],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$9=["value","selected"];function render$a(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("select",{class:Vue.normalizeClass(e.suit("select")),onChange:t[0]||(t[0]=function(e){return s.refine(e.currentTarget.value)})},[Vue.createElementVNode("option",{class:Vue.normalizeClass(e.suit("option")),value:""},[Vue.renderSlot(e.$slots,"defaultOption",{},function(){return[Vue.createTextVNode(" See all ")]})],2),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("option",{key:t.value,class:Vue.normalizeClass(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,_hoisted_1$9)}),128))],34)]})],2)):Vue.createCommentVNode("",!0)}script$a.render=render$a;var script$b={name:"AisNumericMenu",mixins:[createWidgetMixin({connector:connectors.connectNumericMenu},{$$widgetType:"ais.numericMenu"}),createSuitMixin({name:"NumericMenu"}),createPanelConsumerMixin()],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}}}},_hoisted_1$a=["name","value","checked"];function render$b(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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,sendEvent:e.state.sendEvent},function(){return[Vue.createElementVNode("ul",{class:Vue.normalizeClass([e.suit("list")])},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(i){return Vue.openBlock(),Vue.createElementBlock("li",{key:i.label,class:Vue.normalizeClass([e.suit("item"),i.isRefined&&e.suit("item","selected")])},[Vue.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.createElementVNode("input",{type:"radio",class:Vue.normalizeClass(e.suit("radio")),name:n.attribute,value:i.value,checked:i.isRefined,onChange:t[0]||(t[0]=function(t){return e.state.refine(t.target.value)})},null,42,_hoisted_1$a),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("labelText"))},Vue.toDisplayString(i.label),3)],2)],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$b.render=render$b;var script$c={name:"AisPagination",mixins:[createSuitMixin({name:"Pagination"}),createWidgetMixin({connector:connectors.connectPagination},{$$widgetType:"ais.pagination"}),createPanelConsumerMixin()],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)}}},_hoisted_1$b=["href"],_hoisted_2$5=["href"],_hoisted_3$3=["href","aria-label","onClick"],_hoisted_4$2=["href"],_hoisted_5$1=["aria-label","href"],_hoisted_6$1=["aria-label"];function render$c(e,t,n,i,r,s){var a;return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass((a={},a[e.suit()]=!0,a[e.suit("","noRefinement")]=e.state.nbPages<=1,a))},[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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[n.showFirst?(Vue.openBlock(),Vue.createElementBlock("li",{key:0,class:Vue.normalizeClass((i={},i[e.suit("item")]=!0,i[e.suit("item","disabled")]=e.state.isFirstPage,i[e.suit("item","firstPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"First Page"},"‹‹",2)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"First Page",href:e.state.createURL(0),onClick:t[0]||(t[0]=Vue.withModifiers(function(e){return s.refine(0)},["exact","left","prevent"]))},"‹‹",10,_hoisted_1$b))]})],2)):Vue.createCommentVNode("",!0),n.showPrevious?(Vue.openBlock(),Vue.createElementBlock("li",{key:1,class:Vue.normalizeClass((r={},r[e.suit("item")]=!0,r[e.suit("item","disabled")]=e.state.isFirstPage,r[e.suit("item","previousPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Previous Page"},"‹",2)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Previous Page",href:e.state.createURL(e.state.currentRefinement-1),onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement-1)},["exact","left","prevent"]))},"‹",10,_hoisted_2$5))]})],2)):Vue.createCommentVNode("",!0),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.pages,function(t){var n;return Vue.openBlock(),Vue.createElementBlock("li",{class:Vue.normalizeClass((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.createElementVNode("a",{class:Vue.normalizeClass(e.suit("link")),href:e.state.createURL(t),"aria-label":"Page "+(t+1),onClick:Vue.withModifiers(function(e){return s.refine(t)},["exact","left","prevent"])},Vue.toDisplayString(t+1),11,_hoisted_3$3)]})],2)}),128)),n.showNext?(Vue.openBlock(),Vue.createElementBlock("li",{key:2,class:Vue.normalizeClass((a={},a[e.suit("item")]=!0,a[e.suit("item","disabled")]=e.state.isLastPage,a[e.suit("item","nextPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Next Page"},"›",2)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Next Page",href:e.state.createURL(e.state.currentRefinement+1),onClick:t[2]||(t[2]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement+1)},["exact","left","prevent"]))},"›",10,_hoisted_4$2))]})],2)):Vue.createCommentVNode("",!0),n.showLast?(Vue.openBlock(),Vue.createElementBlock("li",{key:3,class:Vue.normalizeClass((o={},o[e.suit("item")]=!0,o[e.suit("item","disabled")]=e.state.isLastPage,o[e.suit("item","lastPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Last Page, Page "+e.state.nbPages}," ›› ",10,_hoisted_6$1)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Last Page, Page "+e.state.nbPages,href:e.state.createURL(e.state.nbPages-1),onClick:t[3]||(t[3]=Vue.withModifiers(function(t){return s.refine(e.state.nbPages-1)},["exact","left","prevent"]))},"››",10,_hoisted_5$1))]})],2)):Vue.createCommentVNode("",!0)],2)]})],2)):Vue.createCommentVNode("",!0)}script$c.render=render$c;var script$d={name:"AisPanel",mixins:[createSuitMixin({name:"Panel"}),createPanelProviderMixin()],methods:{getSlot:function(e){return this.$slots[e]}}};function render$d(e,t,n,i,r,s){return Vue.openBlock(),Vue.createElementBlock("div",{class:Vue.normalizeClass([e.suit(),!e.canRefine&&e.suit("","noRefinement")])},[s.getSlot("header")?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit("header"))},[Vue.renderSlot(e.$slots,"header",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("",!0),Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("body"))},[Vue.renderSlot(e.$slots,"default",{hasRefinements:e.canRefine})],2),s.getSlot("footer")?(Vue.openBlock(),Vue.createElementBlock("div",{key:1,class:Vue.normalizeClass(e.suit("footer"))},[Vue.renderSlot(e.$slots,"footer",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("",!0)],2)}script$d.render=render$d;var script$e={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$c=["href"],_hoisted_2$6=["fill"],_hoisted_3$4=["fill"];function render$e(e,t,n,i,r,s){return Vue.openBlock(),Vue.createElementBlock("div",{class:Vue.normalizeClass([e.suit(),e.suit("",n.theme)])},[Vue.createElementVNode("a",{class:Vue.normalizeClass(e.suit("link")),href:s.algoliaUrl,target:"_blank",rel:"noopener","aria-label":"search by Algolia"},[(Vue.openBlock(),Vue.createElementBlock("svg",{style:{height:"1.2em",width:"auto"},class:Vue.normalizeClass([e.suit("logo"),e.suit("",n.theme)]),viewBox:"0 0 572 64"},[Vue.createElementVNode("path",{fill:"dark"===n.theme?"#FFF":"#36395A",d:"M16 48.3c-3.4 0-6.3-.6-8.7-1.7A12.4 12.4 0 0 1 1.9 42C.6 40 0 38 0 35.4h6.5a6.7 6.7 0 0 0 3.9 6c1.4.7 3.3 1.1 5.6 1.1 2.2 0 4-.3 5.4-1a7 7 0 0 0 3-2.4 6 6 0 0 0 1-3.4c0-1.5-.6-2.8-1.9-3.7-1.3-1-3.3-1.6-5.9-1.8l-4-.4c-3.7-.3-6.6-1.4-8.8-3.4a10 10 0 0 1-3.3-7.9c0-2.4.6-4.6 1.8-6.4a12 12 0 0 1 5-4.3c2.2-1 4.7-1.6 7.5-1.6s5.5.5 7.6 1.6a12 12 0 0 1 5 4.4c1.2 1.8 1.8 4 1.8 6.7h-6.5a6.4 6.4 0 0 0-3.5-5.9c-1-.6-2.6-1-4.4-1s-3.2.3-4.4 1c-1.1.6-2 1.4-2.6 2.4-.5 1-.8 2-.8 3.1a5 5 0 0 0 1.5 3.6c1 1 2.6 1.7 4.7 1.9l4 .3c2.8.2 5.2.8 7.2 1.8 2.1 1 3.7 2.2 4.9 3.8a9.7 9.7 0 0 1 1.7 5.8c0 2.5-.7 4.7-2 6.6a13 13 0 0 1-5.6 4.4c-2.4 1-5.2 1.6-8.4 1.6Zm35.6 0c-2.6 0-4.8-.4-6.7-1.3a13 13 0 0 1-4.7-3.5 17.1 17.1 0 0 1-3.6-10.4v-1c0-2 .3-3.8 1-5.6a13 13 0 0 1 7.3-8.3 15 15 0 0 1 6.3-1.4A13.2 13.2 0 0 1 64 24.3c1 2.2 1.6 4.6 1.6 7.2V34H39.4v-4.3h21.8l-1.8 2.2c0-2-.3-3.7-.9-5.1a7.3 7.3 0 0 0-2.7-3.4c-1.2-.7-2.7-1.1-4.6-1.1s-3.4.4-4.7 1.3a8 8 0 0 0-2.9 3.6c-.6 1.5-.9 3.3-.9 5.4 0 2 .3 3.7 1 5.3a7.9 7.9 0 0 0 2.8 3.7c1.3.8 3 1.3 5 1.3s3.8-.5 5.1-1.3c1.3-1 2.1-2 2.4-3.2h6a11.8 11.8 0 0 1-7 8.7 16 16 0 0 1-6.4 1.2ZM80 48c-2.2 0-4-.3-5.7-1a8.4 8.4 0 0 1-3.7-3.3 9.7 9.7 0 0 1-1.3-5.2c0-2 .5-3.8 1.5-5.2a9 9 0 0 1 4.3-3.1c1.8-.7 4-1 6.7-1H89v4.1h-7.5c-2 0-3.4.5-4.4 1.4-1 1-1.6 2.1-1.6 3.6s.5 2.7 1.6 3.6c1 1 2.5 1.4 4.4 1.4 1.1 0 2.2-.2 3.2-.7 1-.4 1.9-1 2.6-2 .6-1 1-2.4 1-4.2l1.7 2.1c-.2 2-.7 3.8-1.5 5.2a9 9 0 0 1-3.4 3.3 12 12 0 0 1-5.3 1Zm9.5-.7v-8.8h-1v-10c0-1.8-.5-3.2-1.4-4.1-1-1-2.4-1.4-4.2-1.4a142.9 142.9 0 0 0-10.2.4v-5.6a74.8 74.8 0 0 1 8.6-.4c3 0 5.5.4 7.5 1.2s3.4 2 4.4 3.6c1 1.7 1.4 4 1.4 6.7v18.4h-5Zm12.9 0V17.8h5v12.3h-.2c0-4.2 1-7.4 2.8-9.5a11 11 0 0 1 8.3-3.1h1v5.6h-2a9 9 0 0 0-6.3 2.2c-1.5 1.5-2.2 3.6-2.2 6.4v15.6h-6.4Zm34.4 1a15 15 0 0 1-6.6-1.3c-1.9-.9-3.4-2-4.7-3.5a15.5 15.5 0 0 1-2.7-5c-.6-1.7-1-3.6-1-5.4v-1c0-2 .4-3.8 1-5.6a15 15 0 0 1 2.8-4.9c1.3-1.5 2.8-2.6 4.6-3.5a16.4 16.4 0 0 1 13.3.2c2 1 3.5 2.3 4.8 4a12 12 0 0 1 2 6H144c-.2-1.6-1-3-2.2-4.1a7.5 7.5 0 0 0-5.2-1.7 8 8 0 0 0-4.7 1.3 8 8 0 0 0-2.8 3.6 13.8 13.8 0 0 0 0 10.3c.6 1.5 1.5 2.7 2.8 3.6s2.8 1.3 4.8 1.3c1.5 0 2.7-.2 3.8-.8a7 7 0 0 0 2.6-2c.7-1 1-2 1.2-3.2h6.2a11 11 0 0 1-2 6.2 15.1 15.1 0 0 1-11.8 5.5Zm19.7-1v-40h6.4V31h-1.3c0-3 .4-5.5 1.1-7.6a9.7 9.7 0 0 1 3.5-4.8A9.9 9.9 0 0 1 172 17h.3c3.5 0 6 1.1 7.9 3.5 1.7 2.3 2.6 5.7 2.6 10v16.8h-6.4V29.6c0-2.1-.6-3.8-1.8-5a6.4 6.4 0 0 0-4.8-1.8c-2 0-3.7.7-5 2a7.8 7.8 0 0 0-1.9 5.5v17h-6.4Zm63.8 1a12.2 12.2 0 0 1-10.9-6.2 19 19 0 0 1-1.8-7.3h1.4v12.5h-5.1v-40h6.4v19.8l-2 3.5c.2-3.1.8-5.7 1.9-7.7a11 11 0 0 1 4.4-4.5c1.8-1 3.9-1.5 6.1-1.5a13.4 13.4 0 0 1 12.8 9.1c.7 1.9 1 3.8 1 6v1c0 2.2-.3 4.1-1 6a13.6 13.6 0 0 1-13.2 9.4Zm-1.2-5.5a8.4 8.4 0 0 0 7.9-5c.7-1.5 1.1-3.3 1.1-5.3s-.4-3.8-1.1-5.3a8.7 8.7 0 0 0-3.2-3.6 9.6 9.6 0 0 0-9.2-.2 8.5 8.5 0 0 0-3.3 3.2c-.8 1.4-1.3 3-1.3 5v2.3a9 9 0 0 0 1.3 4.8 9 9 0 0 0 3.4 3c1.4.7 2.8 1 4.4 1Zm27.3 3.9-10-28.9h6.5l9.5 28.9h-6Zm-7.5 12.2v-5.7h4.9c1 0 2-.1 2.9-.4a4 4 0 0 0 2-1.4c.4-.7.9-1.6 1.2-2.7l8.6-30.9h6.2l-9.3 32.4a14 14 0 0 1-2.5 5 8.9 8.9 0 0 1-4 2.8c-1.5.6-3.4.9-5.6.9h-4.4Zm9-12.2v-5.2h6.4v5.2H248Z"},null,8,_hoisted_2$6),Vue.createElementVNode("path",{fill:"dark"===n.theme?"#FFF":"#003DFF",d:"M534.4 9.1H528a.8.8 0 0 1-.7-.7V1.8c0-.4.2-.7.6-.8l6.5-1c.4 0 .8.2.9.6v7.8c0 .4-.4.7-.8.7zM428 35.2V.8c0-.5-.3-.8-.7-.8h-.2l-6.4 1c-.4 0-.7.4-.7.8v35c0 1.6 0 11.8 12.3 12.2.5 0 .8-.4.8-.8V43c0-.4-.3-.7-.6-.8-4.5-.5-4.5-6-4.5-7zm106.5-21.8H528c-.4 0-.7.4-.7.8v34c0 .4.3.8.7.8h6.5c.4 0 .8-.4.8-.8v-34c0-.5-.4-.8-.8-.8zm-17.7 21.8V.8c0-.5-.3-.8-.8-.8l-6.5 1c-.4 0-.7.4-.7.8v35c0 1.6 0 11.8 12.3 12.2.4 0 .8-.4.8-.8V43c0-.4-.3-.7-.7-.8-4.4-.5-4.4-6-4.4-7zm-22.2-20.6a16.5 16.5 0 0 1 8.6 9.3c.8 2.2 1.3 4.8 1.3 7.5a19.4 19.4 0 0 1-4.6 12.6 14.8 14.8 0 0 1-5.2 3.6c-2 .9-5.2 1.4-6.8 1.4a21 21 0 0 1-6.7-1.4 15.4 15.4 0 0 1-8.6-9.3 21.3 21.3 0 0 1 0-14.4 15.2 15.2 0 0 1 8.6-9.3c2-.8 4.3-1.2 6.7-1.2s4.6.4 6.7 1.2zm-6.7 27.6c2.7 0 4.7-1 6.2-3s2.2-4.3 2.2-7.8-.7-6.3-2.2-8.3-3.5-3-6.2-3-4.7 1-6.1 3c-1.5 2-2.2 4.8-2.2 8.3s.7 5.8 2.2 7.8 3.5 3 6.2 3zm-88.8-28.8c-6.2 0-11.7 3.3-14.8 8.2a18.6 18.6 0 0 0 4.8 25.2c1.8 1.2 4 1.8 6.2 1.7s.1 0 .1 0h.9c4.2-.7 8-4 9.1-8.1v7.4c0 .4.3.7.8.7h6.4a.7.7 0 0 0 .7-.7V14.2c0-.5-.3-.8-.7-.8h-13.5zm6.3 26.5a9.8 9.8 0 0 1-5.7 2h-.5a10 10 0 0 1-9.2-14c1.4-3.7 5-6.3 9-6.3h6.4v18.3zm152.3-26.5h13.5c.5 0 .8.3.8.7v33.7c0 .4-.3.7-.8.7h-6.4a.7.7 0 0 1-.8-.7v-7.4c-1.2 4-4.8 7.4-9 8h-.1a4.2 4.2 0 0 1-.5.1h-.9a10.3 10.3 0 0 1-7-2.6c-4-3.3-6.5-8.4-6.5-14.2 0-3.7 1-7.2 3-10 3-5 8.5-8.3 14.7-8.3zm.6 28.4c2.2-.1 4.2-.6 5.7-2V21.7h-6.3a9.8 9.8 0 0 0-9 6.4 10.2 10.2 0 0 0 9.1 13.9h.5zM452.8 13.4c-6.2 0-11.7 3.3-14.8 8.2a18.5 18.5 0 0 0 3.6 24.3 10.4 10.4 0 0 0 13 .6c2.2-1.5 3.8-3.7 4.5-6.1v7.8c0 2.8-.8 5-2.2 6.3-1.5 1.5-4 2.2-7.5 2.2l-6-.3c-.3 0-.7.2-.8.5l-1.6 5.5c-.1.4.1.8.5 1h.1c2.8.4 5.5.6 7 .6 6.3 0 11-1.4 14-4.1 2.7-2.5 4.2-6.3 4.5-11.4V14.2c0-.5-.4-.8-.8-.8h-13.5zm6.3 8.2v18.3a9.6 9.6 0 0 1-5.6 2h-1a10.3 10.3 0 0 1-8.8-14c1.4-3.7 5-6.3 9-6.3h6.4zM291 31.5A32 32 0 0 1 322.8 0h30.8c.6 0 1.2.5 1.2 1.2v61.5c0 1.1-1.3 1.7-2.2 1l-19.2-17a18 18 0 0 1-11 3.4 18.1 18.1 0 1 1 18.2-14.8c-.1.4-.5.7-.9.6-.1 0-.3 0-.4-.2l-3.8-3.4c-.4-.3-.6-.8-.7-1.4a12 12 0 1 0-2.4 8.3c.4-.4 1-.5 1.6-.2l14.7 13.1v-46H323a26 26 0 1 0 10 49.7c.8-.4 1.6-.2 2.3.3l3 2.7c.3.2.3.7 0 1l-.2.2a32 32 0 0 1-47.2-28.6z"},null,8,_hoisted_3$4)],2))],10,_hoisted_1$c)],2)}script$e.render=render$e;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$f={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$f(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.items},function(){return[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("div",{key:n},[Vue.renderSlot(e.$slots,"item",{item:t},function(){return[Vue.createElementVNode("pre",null,Vue.toDisplayString(t),1)]})])}),128))]})],2)):Vue.createCommentVNode("",!0)}script$f.render=render$f;var script$g={name:"AisRangeInput",mixins:[createSuitMixin({name:"RangeInput"}),createWidgetMixin({connector:connectors.connectRange},{$$widgetType:"ais.rangeInput"}),createPanelConsumerMixin()],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}},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$d=["step","min","max","placeholder","value"],_hoisted_2$7=["step","min","max","placeholder","value"];function render$g(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([e.suit(),!e.state.canRefine&&e.suit("","noRefinement")])},[Vue.renderSlot(e.$slots,"default",{currentRefinement:s.values,refine:s.refine,canRefine:e.state.canRefine,range:e.state.range,sendEvent:e.state.sendEvent},function(){return[Vue.createElementVNode("form",{class:Vue.normalizeClass(e.suit("form")),onSubmit:t[2]||(t[2]=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.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.renderSlot(e.$slots,"minLabel"),Vue.createElementVNode("input",{type:"number",class:Vue.normalizeClass([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[0]||(t[0]=function(e){return r.minInput=e.currentTarget.value})},null,42,_hoisted_1$d)],2),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("separator"))},[Vue.renderSlot(e.$slots,"separator",{},function(){return[Vue.createTextVNode("to")]})],2),Vue.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.renderSlot(e.$slots,"maxLabel"),Vue.createElementVNode("input",{class:Vue.normalizeClass([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[1]||(t[1]=function(e){return r.maxInput=e.currentTarget.value})},null,42,_hoisted_2$7)],2),Vue.createElementVNode("button",{class:Vue.normalizeClass(e.suit("submit")),type:"submit"},[Vue.renderSlot(e.$slots,"submitLabel",{},function(){return[Vue.createTextVNode(" Go ")]})],2)],34)]})],2)):Vue.createCommentVNode("",!0)}script$g.render=render$g;var script$h={name:"AisRatingMenu",mixins:[createSuitMixin({name:"RatingMenu"}),createWidgetMixin({connector:connectors.connectRatingMenu},{$$widgetType:"ais.ratingMenu"}),createPanelConsumerMixin()],props:{attribute:{type:String,required:!0},max:{type:Number,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,max:this.max}}}},_hoisted_1$e={style:{display:"none"}},_hoisted_2$8=Vue.createElementVNode("symbol",{id:"ais-RatingMenu-starSymbol",viewBox:"0 0 24 24"},[Vue.createElementVNode("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"})],-1),_hoisted_3$5=Vue.createElementVNode("symbol",{id:"ais-RatingMenu-starEmptySymbol",viewBox:"0 0 24 24"},[Vue.createElementVNode("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_4$3=[_hoisted_2$8,_hoisted_3$5],_hoisted_5$2=["href","aria-label","onClick"],_hoisted_6$2=Vue.createElementVNode("use",{"xlink:href":"#ais-RatingMenu-starSymbol"},null,-1),_hoisted_7=[_hoisted_6$2],_hoisted_8=Vue.createElementVNode("use",{"xlink:href":"#ais-RatingMenu-starEmptySymbol"},null,-1),_hoisted_9=[_hoisted_8];function render$h(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent,canRefine:e.state.canRefine},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1$e,_hoisted_4$3)),Vue.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("li",{key:n,class:Vue.normalizeClass([e.suit("item"),t.isRefined&&e.suit("item","selected")])},[Vue.createElementVNode("div",null,[Vue.createElementVNode("a",{href:e.state.createURL(t.value),"aria-label":t.value+" & up",class:Vue.normalizeClass(e.suit("link")),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["exact","left","prevent"])},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(t.stars,function(t,n){return Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,null,[t?(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":"true",width:"24",height:"24",class:Vue.normalizeClass([e.suit("starIcon"),e.suit("starIcon--full")]),key:n+"-full"},_hoisted_7,2)):(Vue.openBlock(),Vue.createElementBlock("svg",{class:Vue.normalizeClass([e.suit("starIcon"),e.suit("starIcon--empty")]),"aria-hidden":"true",width:"24",height:"24",key:n+"-empty"},_hoisted_9,2))],64)}),256)),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("label")),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"andUp",{},function(){return[Vue.createTextVNode("& Up")]})],2),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(t.count),3)],10,_hoisted_5$2)])],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$h.render=render$h;var script$i={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},ignoreCompositionEvents:{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:{isFocused:function(){return document.activeElement===this.$refs.input},onInput:function(e){this.ignoreCompositionEvents&&e.isComposing||(this.$emit("input",e.target.value),this.$emit("update:modelValue",e.target.value))},onFormSubmit:function(){this.$refs.input.blur()},onFormReset:function(){this.$emit("input",""),this.$emit("update:modelValue",""),this.$emit("reset")}}},_hoisted_1$f=["placeholder","autofocus","value"],_hoisted_2$9=["title","hidden"],_hoisted_3$6=Vue.createElementVNode("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"},null,-1),_hoisted_4$4=[_hoisted_3$6],_hoisted_5$3=["title","hidden"],_hoisted_6$3=Vue.createElementVNode("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"},null,-1),_hoisted_7$1=[_hoisted_6$3],_hoisted_8$1=["hidden"],_hoisted_9$1=["aria-hidden"],_hoisted_10=Vue.createStaticVNode('<g fill="none" fill-rule="evenodd"><g transform="translate(1 1)" stroke-width="2"><circle stroke-opacity=".5" cx="18" cy="18" r="18"></circle><path d="M36 18c0-9.94-8.06-18-18-18"><animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"></animateTransform></path></g></g>',1),_hoisted_11=[_hoisted_10];function render$i(e,t,n,i,r,s){return Vue.openBlock(),Vue.createElementBlock("form",{action:"",role:"search",novalidate:"",class:Vue.normalizeClass(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.createElementVNode("input",{type:"search",autocorrect:"off",autocapitalize:"off",autocomplete:"off",spellcheck:"false",maxlength:"512","aria-label":"Search",placeholder:n.placeholder,autofocus:n.autofocus,class:Vue.normalizeClass(e.suit("input")),value:n.value||n.modelValue,onFocus:t[0]||(t[0]=function(t){return e.$emit("focus",t)}),onBlur:t[1]||(t[1]=function(t){return e.$emit("blur",t)}),onInput:t[2]||(t[2]=function(e){return s.onInput(e)}),onCompositionend:t[3]||(t[3]=function(e){return s.onInput(e)}),ref:"input"},null,42,_hoisted_1$f),Vue.createElementVNode("button",{type:"submit",title:n.submitTitle,class:Vue.normalizeClass(e.suit("submit")),hidden:n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"submit-icon",{},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":"true",width:"10",height:"10",viewBox:"0 0 40 40",class:Vue.normalizeClass(e.suit("submitIcon"))},_hoisted_4$4,2))]})],10,_hoisted_2$9),Vue.createElementVNode("button",{type:"reset",title:n.resetTitle,class:Vue.normalizeClass(e.suit("reset")),hidden:!n.value&&!n.modelValue||n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"reset-icon",{},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":"true",height:"10",viewBox:"0 0 20 20",class:Vue.normalizeClass(e.suit("resetIcon")),width:"10"},_hoisted_7$1,2))]})],10,_hoisted_5$3),n.showLoadingIndicator?(Vue.openBlock(),Vue.createElementBlock("span",{key:0,hidden:!n.shouldShowLoadingIndicator,class:Vue.normalizeClass(e.suit("loadingIndicator"))},[Vue.renderSlot(e.$slots,"loading-indicator",{},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":!n.shouldShowLoadingIndicator,"aria-label":"Results are loading",width:"16",height:"16",stroke:"#444",viewBox:"0 0 38 38",class:Vue.normalizeClass(e.suit("loadingIcon"))},_hoisted_11,10,_hoisted_9$1))]})],10,_hoisted_8$1)):Vue.createCommentVNode("",!0)],34)}script$i.render=render$i;var obj,noop=function(){},script$j={name:"AisRefinementList",components:{SearchInput:script$i,AisHighlight:script$6},mixins:[createSuitMixin({name:"RefinementList"}),createWidgetMixin({connector:connectors.connectRefinementList},{$$widgetType:"ais.refinementList"}),createPanelConsumerMixin()],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=""}}},_hoisted_1$g=["value","checked","onChange"],_hoisted_2$a=["disabled"];function render$j(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input"),o=Vue.resolveComponent("ais-highlight");return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([e.suit(),0===s.items.length&&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.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit("searchBox"))},[Vue.createVNode(a,{modelValue:s.searchForFacetValues,"onUpdate:modelValue":t[0]||(t[0]=function(e){return s.searchForFacetValues=e}),"show-loading-indicator":!0,placeholder:n.searchablePlaceholder,"class-names":e.classNames},null,8,["modelValue","placeholder","class-names"])],2)):Vue.createCommentVNode("",!0),e.state.isFromSearch&&0===s.items.length?Vue.renderSlot(e.$slots,"noResults",{key:1,query:s.searchForFacetValues},function(){return[Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("noResults"))},"No results.",2)]}):Vue.createCommentVNode("",!0),s.items.length>0?(Vue.openBlock(),Vue.createElementBlock("ul",{key:2,class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t){return Vue.openBlock(),Vue.createElementBlock("li",{class:Vue.normalizeClass([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.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.createElementVNode("input",{class:Vue.normalizeClass(e.suit("checkbox")),type:"checkbox",value:t.value,checked:t.isRefined,onChange:function(e){return s.refine(t.value)}},null,42,_hoisted_1$g),n.searchable?(Vue.openBlock(),Vue.createElementBlock("span",{key:0,class:Vue.normalizeClass(e.suit("labelText"))},[Vue.createVNode(o,{attribute:"item",hit:t},null,8,["hit"])],2)):(Vue.openBlock(),Vue.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("labelText"))},Vue.toDisplayString(t.label),3)),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(t.count),3)],2)]})],2)}),128))],2)):Vue.createCommentVNode("",!0),n.showMore?(Vue.openBlock(),Vue.createElementBlock("button",{key:3,class:Vue.normalizeClass([e.suit("showMore"),(i={},i[e.suit("showMore","disabled")]=!e.state.canToggleShowMore,i)]),onClick:t[1]||(t[1]=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,_hoisted_2$a)):Vue.createCommentVNode("",!0)]})],2)):Vue.createCommentVNode("",!0)}script$j.render=render$j;var script$k=((obj={name:"AisStateResults",mixins:[createWidgetMixin({connector:!0}),createSuitMixin({name:"StateResults"})],props:{catchError:{type:Boolean,default:!1}},data:function(){var e=this;return{renderFn:function(){var t=e.instantSearchInstance,n=t.status,i=t.error,r=e.getParentIndex().getResults(),s=e.getParentIndex().getHelper(),a=s?s.state:null;e.state={results:r,state:a,status:n,error:i}}}},created:function(){this.instantSearchInstance.addListener("render",this.renderFn),this.renderFn()}}).beforeUnmount=function(){this.widget&&(this.instantSearchInstance.removeListener("render",this.renderFn),this.errorFn&&this.instantSearchInstance.removeListener("error",this.errorFn))},obj.watch={catchError:{immediate:!0,handler:function(e){e?(this.errorFn=function(){},this.instantSearchInstance.addListener("error",this.errorFn)):this.errorFn&&(this.instantSearchInstance.removeListener("error",this.errorFn),this.errorFn=void 0)}}},obj.computed={stateResults:function(){var e=this.state,t=e.results;return _objectSpread({},t,{results:t,state:e.state,status:e.status,error:e.error})}},obj),_hoisted_1$h=Vue.createElementVNode("p",null," Use this component to have a different layout based on a certain state. ",-1),_hoisted_2$b=Vue.createElementVNode("p",null,"Fill in the slot, and get access to the following things:",-1);function render$k(e,t,n,i,r,s){return e.state&&e.state.state&&e.state.results?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",Vue.normalizeProps(Vue.guardReactiveProps(s.stateResults)),function(){return[_hoisted_1$h,_hoisted_2$b,Vue.createElementVNode("pre",null,"results: "+Vue.toDisplayString(Object.keys(e.state.results)),1),Vue.createElementVNode("pre",null,"state: "+Vue.toDisplayString(Object.keys(e.state.state)),1),Vue.createElementVNode("pre",null,"status: "+Vue.toDisplayString(e.state.status),1),Vue.createElementVNode("pre",null,"error: "+Vue.toDisplayString(e.state.error),1)]})],2)):Vue.createCommentVNode("",!0)}script$k.render=render$k;var script$l={name:"AisSearchBox",mixins:[createWidgetMixin({connector:connectors.connectSearchBox},{$$widgetType:"ais.searchBox"}),createSuitMixin({name:"SearchBox"})],components:{SearchInput:script$i},props:{placeholder:{type:String,default:""},autofocus:{type:Boolean,default:!1},showLoadingIndicator:{type:Boolean,default:!0},ignoreCompositionEvents:{type:Boolean,default:!1},submitTitle:{type:String,default:"Submit the search query"},resetTitle:{type:String,default:"Clear the search query"},value:{type:String,default:void 0},modelValue:{type:String,default:void 0},queryHook:{type:Function,default:void 0}},data:function(){return{localValue:"",isVue2:isVue2,isVue3:isVue3}},computed:{widgetParams:function(){return{queryHook:this.queryHook}},isControlled:function(){return void 0!==this.value||void 0!==this.modelValue},model:function(){return this.value||this.modelValue},currentRefinement:{get:function(){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));var e=this.$refs.searchInput;return e&&e.isFocused()?this.localValue: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$l(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input");return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(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[0]||(t[0]=function(t){return e.$emit("focus",t)}),onBlur:t[1]||(t[1]=function(t){return e.$emit("blur",t)}),onReset:t[2]||(t[2]=function(t){return e.$emit("reset")}),placeholder:n.placeholder,autofocus:n.autofocus,"show-loading-indicator":n.showLoadingIndicator,"should-show-loading-indicator":e.state.isSearchStalled,"ignore-composition-events":n.ignoreCompositionEvents,"submit-title":n.submitTitle,"reset-title":n.resetTitle,"class-names":e.classNames,modelValue:s.currentRefinement,"onUpdate:modelValue":t[3]||(t[3]=function(e){return s.currentRefinement=e}),ref:"searchInput"},Vue.createSlots({default:Vue.withCtx(function(){return[r.isVue2?Vue.renderSlot(e.$slots,"loading-indicator",{key:0,slot:"loading-indicator"}):Vue.createCommentVNode("",!0),r.isVue2?Vue.renderSlot(e.$slots,"submit-icon",{key:1,slot:"submit-icon"}):Vue.createCommentVNode("",!0),r.isVue2?Vue.renderSlot(e.$slots,"reset-icon",{key:2,slot:"reset-icon"}):Vue.createCommentVNode("",!0)]}),_:2},[r.isVue3?{name:"loading-indicator",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"loading-indicator")]}),key:"0"}:void 0,r.isVue3?{name:"submit-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"submit-icon")]}),key:"1"}:void 0,r.isVue3?{name:"reset-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"reset-icon")]}),key:"2"}:void 0]),1032,["placeholder","autofocus","show-loading-indicator","should-show-loading-indicator","ignore-composition-events","submit-title","reset-title","class-names","modelValue"])]})],2)):Vue.createCommentVNode("",!0)}script$l.render=render$l;var script$m={name:"AisSnippet",mixins:[createSuitMixin({name:"Snippet"})],components:{AisHighlighter:AisHighlighter},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$m(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$m.render=render$m;var script$n={name:"AisSortBy",mixins:[createSuitMixin({name:"SortBy"}),createWidgetMixin({connector:connectors.connectSortBy},{$$widgetType:"ais.sortBy"}),createPanelConsumerMixin()],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}}},_hoisted_1$i=["value","selected"];function render$n(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.options,hasNoResults:e.state.hasNoResults,refine:e.state.refine,currentRefinement:e.state.currentRefinement,canRefine:e.state.canRefine},function(){return[Vue.createElementVNode("select",{class:Vue.normalizeClass(e.suit("select")),onChange:t[0]||(t[0]=function(t){return e.state.refine(t.currentTarget.value)}),"aria-label":"Sort results by"},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.options,function(t){return Vue.openBlock(),Vue.createElementBlock("option",{key:t.value,class:Vue.normalizeClass(e.suit("option")),value:t.value,selected:t.value===e.state.currentRefinement},Vue.toDisplayString(t.label),11,_hoisted_1$i)}),128))],34)]})],2)):Vue.createCommentVNode("",!0)}script$n.render=render$n;var script$o={name:"AisStats",mixins:[createWidgetMixin({connector:connectors.connectStats},{$$widgetType:"ais.stats"}),createSuitMixin({name:"Stats"})],computed:{sortedResultsSentence:function(){var e=this.state,t=e.nbHits,n=e.nbSortedHits,i="sorted out of "+t.toLocaleString();return 0===n?"No relevant results "+i:1===n?"1 relevant result "+i:n>1?(n||0).toLocaleString()+" relevant results "+i:""},resultsSentence:function(){var e=this.state.nbHits;return 0===e?"No results":1===e?"1 result":e>1?e.toLocaleString()+" results":""},widgetParams:function(){return{}}}};function render$o(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",Vue.mergeProps(e.state,{results:e.state.instantSearchInstance.helper.lastResults}),function(){return[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("text"))},[e.state.areHitsSorted?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:0},[Vue.createTextVNode(Vue.toDisplayString(s.sortedResultsSentence),1)],64)):(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(s.resultsSentence),1)],64)),Vue.createTextVNode(" found in "+Vue.toDisplayString(e.state.processingTimeMS.toLocaleString())+"ms",1)],2)]})],2)):Vue.createCommentVNode("",!0)}script$o.render=render$o;var script$p={name:"AisToggleRefinement",mixins:[createSuitMixin({name:"ToggleRefinement"}),createWidgetMixin({connector:connectors.connectToggleRefinement},{$$widgetType:"ais.toggleRefinement"}),createPanelConsumerMixin()],props:{attribute:{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},label:{type:String,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,on:this.on,off:this.off}}}},_hoisted_1$j=["name","value","checked"];function render$p(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([e.suit(),!e.state.canRefine&&e.suit("","noRefinement")])},[Vue.renderSlot(e.$slots,"default",{value:e.state.value,canRefine:e.state.canRefine,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.createElementVNode("input",{class:Vue.normalizeClass(e.suit("checkbox")),type:"checkbox",name:e.state.value.name,value:n.on,checked:e.state.value.isRefined,onChange:t[0]||(t[0]=function(t){return e.state.refine(e.state.value)})},null,42,_hoisted_1$j),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("labelText"))},Vue.toDisplayString(n.label||e.state.value.name),3),null!==e.state.value.count?(Vue.openBlock(),Vue.createElementBlock("span",{key:0,class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(e.state.value.count.toLocaleString()),3)):Vue.createCommentVNode("",!0)],2)]})],2)):Vue.createCommentVNode("",!0)}script$p.render=render$p;var script$q={name:"AisVoiceSearch",mixins:[createWidgetMixin({connector:connectors.connectVoiceSearch},{$$widgetType:"ais.voiceSearch"}),createSuitMixin({name:"VoiceSearch"})],props:{searchAsYouSpeak:{type:Boolean,required:!1,default:void 0},language:{type:String,default:void 0},additionalQueryParameters:{type:Object,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,language:this.language,additionalQueryParameters:this.additionalQueryParameters}},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$k=["title","disabled"],_hoisted_2$c=Vue.createStaticVNode('<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',5),_hoisted_7$2=[_hoisted_2$c],_hoisted_8$2=["fill"],_hoisted_9$2=Vue.createElementVNode("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"},null,-1),_hoisted_10$1=Vue.createElementVNode("line",{x1:"12",y1:"19",x2:"12",y2:"23"},null,-1),_hoisted_11$1=Vue.createElementVNode("line",{x1:"8",y1:"23",x2:"16",y2:"23"},null,-1);function render$q(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",Vue.normalizeProps(Vue.guardReactiveProps(s.rootSlotProps)),function(){return[Vue.createElementVNode("button",{type:"button",class:Vue.normalizeClass(e.suit("button")),title:e.state.isBrowserSupported?n.buttonTitle:n.disabledButtonTitle,disabled:!e.state.isBrowserSupported,onClick:t[0]||(t[0]=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",Vue.normalizeProps(Vue.guardReactiveProps(s.innerSlotProps)),function(){return[s.errorNotAllowed?(Vue.openBlock(),Vue.createElementBlock("svg",Vue.normalizeProps(Vue.mergeProps({key:0},r.buttonSvgAttrs)),_hoisted_7$2,16)):(Vue.openBlock(),Vue.createElementBlock("svg",Vue.normalizeProps(Vue.mergeProps({key:1},r.buttonSvgAttrs)),[Vue.createElementVNode("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,_hoisted_8$2),_hoisted_9$2,_hoisted_10$1,_hoisted_11$1],16))]})],10,_hoisted_1$k),Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("status"))},[Vue.renderSlot(e.$slots,"status",Vue.normalizeProps(Vue.guardReactiveProps(s.innerSlotProps)),function(){return[Vue.createElementVNode("p",null,Vue.toDisplayString(e.state.voiceListeningState.transcript),1)]})],2)]})],2)):Vue.createCommentVNode("",!0)}script$q.render=render$q;var script$r={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$r(e,t,n,i,r,s){return e.state&&e.state.isVirtualReplica?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{isRelevantSorted:e.state.isRelevantSorted,refine:e.state.refine},function(){return[Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("text"))},[Vue.renderSlot(e.$slots,"text",{isRelevantSorted:e.state.isRelevantSorted})],2),Vue.createElementVNode("button",{type:"button",class:Vue.normalizeClass(e.suit("button")),onClick:t[0]||(t[0]=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("",!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$r.render=render$r;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$6,AisHits:Hits,AisHitsPerPage:script$7,AisIndex:Index,AisInstantSearch:InstantSearch,AisInstantSearchSsr:InstantSearchSsr,AisInfiniteHits:script$8,AisMenu:script$9,AisMenuSelect:script$a,AisNumericMenu:script$b,AisPagination:script$c,AisPanel:script$d,AisPoweredBy:script$e,AisQueryRuleContext:QueryRuleContext,AisQueryRuleCustomData:script$f,AisRangeInput:script$g,AisRatingMenu:script$h,AisRefinementList:script$j,AisStateResults:script$k,AisSearchBox:script$l,AisSnippet:script$m,AisSortBy:script$n,AisStats:script$o,AisToggleRefinement:script$p,AisVoiceSearch:script$q,AisRelevantSort:script$r,AisDynamicWidgets:AisDynamicWidgets,AisExperimentalDynamicWidgets:ExperimentalDynamicWidgets}),plugin={install:function(e){Object.keys(widgets).forEach(function(t){e.component(widgets[t].name,widgets[t])})}};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),e.$i18n&&i.use(e.$i18n),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(){var e=Object.getOwnPropertyDescriptor(a,"$nuxt"),t=!!e&&(e.writable||e.set);a.$nuxt&&t&&(this.$nuxt=a.$nuxt)},created:function(){(s=this.instantsearch).start(),s.started=!1}}]})}).then(function(){return o(r)}).then(function(){return server.waitForResults(s)}).then(function(e){return n=server.getInitialResults(s.mainIndex,e),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$6,exports.AisHits=Hits,exports.AisHitsPerPage=script$7,exports.AisIndex=Index,exports.AisInfiniteHits=script$8,exports.AisInstantSearch=InstantSearch,exports.AisInstantSearchSsr=InstantSearchSsr,exports.AisMenu=script$9,exports.AisMenuSelect=script$a,exports.AisNumericMenu=script$b,exports.AisPagination=script$c,exports.AisPanel=script$d,exports.AisPoweredBy=script$e,exports.AisQueryRuleContext=QueryRuleContext,exports.AisQueryRuleCustomData=script$f,exports.AisRangeInput=script$g,exports.AisRatingMenu=script$h,exports.AisRefinementList=script$j,exports.AisRelevantSort=script$r,exports.AisSearchBox=script$l,exports.AisSnippet=script$m,exports.AisSortBy=script$n,exports.AisStateResults=script$k,exports.AisStats=script$o,exports.AisToggleRefinement=script$p,exports.AisVoiceSearch=script$q,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")),instantsearchUiComponents=require("instantsearch-ui-components"),utils=require("instantsearch.js/cjs/lib/utils"),indexWidget=_interopDefault(require("instantsearch.js/cjs/widgets/index/index")),instantsearch=_interopDefault(require("instantsearch.js/cjs")),InstantSearch$1=require("instantsearch.js/cjs/lib/InstantSearch"),server=require("instantsearch.js/cjs/lib/server");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){for(var n=[],i=arguments.length-2;i-- >0;)n[i]=arguments[i+2];var r=n.length>0?n:void 0;if("object"==typeof t&&(t.attrs||t.props||t.scopedSlots||t.on)){var s=Object.keys(t.on||{}),a=Object.assign({},t,t.attrs,t.props,s.reduce(function(e,n){return e["on"+n[0].toUpperCase()+n.slice(1)]=t.on[n],e},{}));return delete a.attrs,delete a.props,delete a.scopedSlots,s.forEach(function(e){return delete a.on[e]}),a.on&&0===Object.keys(a.on).length&&delete a.on,Vue.h(e,a,t.scopedSlots?Object.assign({default:function(){return r}},t.scopedSlots):r)}return Vue.h(e,t,r)}return function(){return e.call(this,t)}}function getDefaultSlot(e){var t=e.$slots||e.slots;return"function"==typeof t.default?t.default():t.default}function getScopedSlot(e,t){return(e.$slots||e.slots||{})[t]}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.createElementVNode("p",null," This widget doesn't render anything without a filled in default slot. ",-1),_hoisted_2=Vue.createElementVNode("p",null,"query, function to refine and results are provided.",-1),_hoisted_3=Vue.createElementVNode("pre",null,"refine: Function",-1),_hoisted_4=Vue.createElementVNode("summary",null,[Vue.createElementVNode("code",null,"indices"),Vue.createTextVNode(":")],-1);function render(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(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.createElementVNode("pre",null,'currentRefinement: "'+Vue.toDisplayString(e.state.currentRefinement)+'"',1),Vue.createElementVNode("details",null,[_hoisted_4,Vue.createElementVNode("pre",null,Vue.toDisplayString(e.state.indices),1)])]})],2)):Vue.createCommentVNode("",!0)}script.render=render;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){void 0===e&&(e={});var t=e.mapStateToCanRefine;return void 0===t&&(t=function(e){return Boolean(e.canRefine)}),{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(),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=["href"],_hoisted_2$1=["href"],_hoisted_3$1=["href","onClick"];function render$1(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[Vue.createElementVNode("li",{class:Vue.normalizeClass([e.suit("item"),!e.state.items.length&&e.suit("item","selected")])},[Boolean(e.state.items.length)?(Vue.openBlock(),Vue.createElementBlock("a",{key:0,href:e.state.createURL(),class:Vue.normalizeClass(e.suit("link")),onClick:t[0]||(t[0]=Vue.withModifiers(function(t){return e.state.refine()},["exact","left","prevent"]))},[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[Vue.createTextVNode("Home")]})],10,_hoisted_1$1)):(Vue.openBlock(),Vue.createElementBlock("a",{key:1,href:e.state.createURL(null),class:Vue.normalizeClass(e.suit("link")),onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return e.state.refine(null)},["exact","left","prevent"]))},[Vue.renderSlot(e.$slots,"rootLabel",{},function(){return[Vue.createTextVNode("Home")]})],10,_hoisted_2$1))],2),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("li",{key:t.label,class:Vue.normalizeClass([e.suit("item"),s.isLastItem(n)&&e.suit("item","selected")])},[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("separator")),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"separator",{},function(){return[Vue.createTextVNode(">")]})],2),s.isLastItem(n)?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(t.label),1)],64)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,href:e.state.createURL(t.value),class:Vue.normalizeClass(e.suit("link")),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["exact","left","prevent"])},Vue.toDisplayString(t.label),11,_hoisted_3$1))],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$1.render=render$1;var script$2={name:"AisClearRefinements",mixins:[createWidgetMixin({connector:connectors.connectClearRefinements},{$$widgetType:"ais.clearRefinements"}),createPanelConsumerMixin(),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=["disabled"];function render$2(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{canRefine:s.canRefine,refine:e.state.refine,createURL:e.state.createURL},function(){return[Vue.createElementVNode("button",{type:"reset",class:Vue.normalizeClass([e.suit("button"),!s.canRefine&&e.suit("button","disabled")]),disabled:!s.canRefine,onClick:t[0]||(t[0]=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[Vue.createTextVNode(" Clear refinements ")]})],10,_hoisted_1$2)]})],2)):Vue.createCommentVNode("",!0)}script$2.render=render$2;var Configure={inheritAttrs:!1,name:"AisConfigure",mixins:[createSuitMixin({name:"Configure"}),createWidgetMixin({connector:connectors.connectConfigure},{$$widgetType:"ais.configure"})],computed:{widgetParams:function(){return{searchParameters:Object.assign({},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()],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},_hoisted_2$2=["onClick"];function render$3(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("li",{key:t.attribute,class:Vue.normalizeClass(e.suit("item"))},[Vue.renderSlot(e.$slots,"item",{refine:t.refine,item:t,createURL:e.state.createURL},function(){return[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("label"))},Vue.toDisplayString(s.capitalize(t.label))+": ",3),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(t.refinements,function(n){return Vue.openBlock(),Vue.createElementBlock("span",{key:s.createItemKey(n),class:Vue.normalizeClass(e.suit("category"))},[Vue.renderSlot(e.$slots,"refinement",{refine:t.refine,refinement:n,createURL:e.state.createURL},function(){return[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("categoryLabel"))},["query"===n.attribute?(Vue.openBlock(),Vue.createElementBlock("q",_hoisted_1$3,Vue.toDisplayString(n.label),1)):(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(n.label),1)],64))],2),Vue.createElementVNode("button",{class:Vue.normalizeClass(e.suit("delete")),type:"button",onClick:Vue.withModifiers(function(e){return t.refine(n)},["left","exact"])}," ✕ ",10,_hoisted_2$2)]})],2)}),128))]})],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$3.render=render$3;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}}},_hoisted_1$4=["href","onClick"];function render$4(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list",!0);return n.items.length>0?(Vue.openBlock(),Vue.createElementBlock("ul",{key:0,class:Vue.normalizeClass([n.suit("list"),n.level>0&&n.suit("list","child"),n.suit("list","lvl"+n.level)])},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(n.items,function(e){return Vue.openBlock(),Vue.createElementBlock("li",{key:e.value,class:Vue.normalizeClass([n.suit("item"),e.isRefined&&n.suit("item","selected"),e.data&&e.data.length>0&&n.suit("item","parent")])},[Vue.createElementVNode("a",{href:n.createURL(e.value),class:Vue.normalizeClass([n.suit("link"),e.isRefined&&n.suit("link","selected")]),onClick:Vue.withModifiers(function(t){return n.refine(e.value)},["exact","left","prevent"])},[Vue.createElementVNode("span",{class:Vue.normalizeClass(n.suit("label"))},Vue.toDisplayString(e.label),3),Vue.createElementVNode("span",{class:Vue.normalizeClass(n.suit("count"))},Vue.toDisplayString(e.count),3)],10,_hoisted_1$4),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("",!0)],2)}),128))],2)):Vue.createCommentVNode("",!0)}script$4.render=render$4;var script$5={name:"AisHierarchicalMenu",mixins:[createSuitMixin({name:"HierarchicalMenu"}),createWidgetMixin({connector:connectors.connectHierarchicalMenu},{$$widgetType:"ais.hierarchicalMenu"}),createPanelConsumerMixin()],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}}}},_hoisted_1$5=["disabled"];function render$5(e,t,n,i,r,s){var a=Vue.resolveComponent("hierarchical-menu-list");return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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(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.createElementBlock("button",{key:0,class:Vue.normalizeClass([e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")]),disabled:!e.state.canToggleShowMore,onClick:t[0]||(t[0]=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,_hoisted_1$5)):Vue.createCommentVNode("",!0)]})],2)):Vue.createCommentVNode("",!0)}script$5.render=render$5;var createElement=function(e,t,n){if(!n)return Vue.h(e,t);if(e===Vue.Fragment)return Vue.h(e,Array.isArray(n)?n:[n]);var i="string"==typeof n?{default:function(){return n}}:n,r="string"==typeof e?t:Object.assign(t,{children:n});return Vue.h(e,r,i)},Highlight=instantsearchUiComponents.createHighlightComponent({createElement:createElement,Fragment:Vue.Fragment}),AisHighlighter={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}},render:function(){var e=utils.getPropertyByPath(this.hit[this.highlightProperty],this.attribute)||[],t=(Array.isArray(e)?e:[e]).map(function(e){return utils.getHighlightedParts(utils.unescape(e.value||"")).map(function(e){var t=e.value;return{value:" "===t?" ":t,isHighlighted:e.isHighlighted}})});return createElement(Highlight,{classNames:{root:this.suit(),highlighted:this.suit("highlighted")},highlightedTagName:this.highlightedTagName,nonHighlightedTagName:Vue.Fragment,parts:t})}},script$6={name:"AisHighlight",mixins:[createSuitMixin({name:"Highlight"})],components:{AisHighlighter:AisHighlighter},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$6(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"])}function objectWithoutProperties(e,t){var n={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&-1===t.indexOf(i)&&(n[i]=e[i]);return n}script$6.render=render$6;var Hits={name:"AisHits",mixins:[createWidgetMixin({connector:connectors.connectHitsWithInsights},{$$widgetType:"ais.hits"}),createSuitMixin({name:"Hits"})],props:{showBanner:{type:Boolean,default:!0},escapeHTML:{type:Boolean,default:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{showBanner:this.showBanner,escapeHTML:this.escapeHTML,transformItems:this.transformItems}}},render:renderCompat(function(e){var t=this;if(!this.state)return null;var n=getScopedSlot(this,"default"),i=getScopedSlot(this,"item"),r=getScopedSlot(this,"banner");return i||r||!n?e(instantsearchUiComponents.createHitsComponent({createElement:e}),{hits:this.state.items,itemComponent:function(n){var r=n.hit,s=n.index,a=n.onClick,o=n.onAuxClick,u=(n.key,objectWithoutProperties(n,["hit","index","onClick","onAuxClick","key"]));return e("li",{key:r.objectID,attrs:u,on:{click:a,auxclick:o}},[i&&i({item:r,index:s,insights:t.state.insights,sendEvent:t.state.sendEvent})||"objectID: "+r.objectID+", index: "+s])},banner:this.showBanner?this.state.banner:void 0,bannerComponent:r,sendEvent:this.state.sendEvent,classNames:this.classNames&&{root:this.classNames["ais-Hits"],list:this.classNames["ais-Hits-list"],item:this.classNames["ais-Hits-item"],bannerRoot:this.classNames["ais-Hits-banner"],bannerImage:this.classNames["ais-Hits-banner-image"],bannerLink:this.classNames["ais-Hits-banner-link"]}}):e("div",{attrs:{class:this.suit()}},[n({banner:this.state.banner,items:this.state.items,insights:this.state.insights,sendEvent:this.state.sendEvent})])})},script$7={name:"AisHitsPerPage",mixins:[createSuitMixin({name:"HitsPerPage"}),createWidgetMixin({connector:connectors.connectHitsPerPage},{$$widgetType:"ais.hitsPerPage"}),createPanelConsumerMixin()],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}}},_hoisted_1$6=["value","selected"];function render$7(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,hasNoResults:e.state.hasNoResults,canRefine:e.state.canRefine,createURL:e.state.createURL},function(){return[Vue.createElementVNode("select",{class:Vue.normalizeClass(e.suit("select")),onChange:t[0]||(t[0]=function(t){return e.state.refine(Number(t.currentTarget.value))})},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("option",{key:t.value,class:Vue.normalizeClass(e.suit("option")),value:t.value,selected:t.isRefined},Vue.toDisplayString(t.label),11,_hoisted_1$6)}),128))],34)]})],2)):Vue.createCommentVNode("",!0)}script$7.render=render$7;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.20.6",createInstantSearchComponent=function(e){var t;return _objectSpread(((t={mixins:[createSuitMixin({name:"InstantSearch"})],provide:function(){return{$_ais_instantSearchInstance:this.instantSearchInstance}},watch:{searchClient:function(e){warn(!1),this.instantSearchInstance.helper.setClient(e).search()},indexName:function(e){this.instantSearchInstance.helper.setIndex(e||"").search()},compositionID: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/instantsearch/discussions/new?category=ideas&labels=triage%2cLibrary%3A+Vue+InstantSearch&title=Feature%20request%3A%20dynamic%20props")},onStateChange:function(){throw new Error("onStateChange configuration can not be changed dynamically at this point.\n\nPlease open a new issue: https://github.com/algolia/instantsearch/discussions/new?category=ideas&labels=triage%2cLibrary%3A+Vue+InstantSearch&title=Feature%20request%3A%20dynamic%20props")},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)})}},future:function(e){this.instantSearchInstance.future=Object.assign(InstantSearch$1.INSTANTSEARCH_FUTURE_DEFAULTS,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:!1},compositionID:{type:String,required:!1},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)}},insights:{default:void 0,validator:function(e){return void 0===e||"boolean"==typeof e||"object"==typeof e}},stalledSearchDelay:{type:Number,default:void 0},searchFunction:{type:Function,default:void 0},onStateChange:{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},future:{type:Object,default:void 0}},data:function(){return{instantSearchInstance:instantsearch({searchClient:this.searchClient,insightsClient:this.insightsClient,insights:this.insights,indexName:this.indexName,compositionID:this.compositionID,routing:this.routing,stalledSearchDelay:this.stalledSearchDelay,searchFunction:this.searchFunction,onStateChange:this.onStateChange,initialUiState:this.initialUiState,future:this.future})}},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$8={name:"AisInfiniteHits",mixins:[createWidgetMixin({connector:connectors.connectInfiniteHitsWithInsights},{$$widgetType:"ais.infiniteHits"}),createSuitMixin({name:"InfiniteHits"})],props:{showBanner:{type:Boolean,default:!0},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{showBanner:this.showBanner,showPrevious:this.showPrevious,escapeHTML:this.escapeHTML,transformItems:this.transformItems,cache:this.cache}}},methods:{refinePrevious:function(){this.state.showPrevious()},refineNext:function(){this.state.showMore()}}},_hoisted_1$7=["disabled"],_hoisted_2$3=["href","target"],_hoisted_3$2=["src","alt"],_hoisted_4$1=["src","alt"],_hoisted_5=["onClick","onAuxclick"],_hoisted_6=["disabled"];function render$8(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(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.createElementVNode("button",{class:Vue.normalizeClass([e.suit("loadPrevious"),e.state.isFirstPage&&e.suit("loadPrevious","disabled")]),disabled:e.state.isFirstPage,onClick:t[0]||(t[0]=function(e){return s.refinePrevious()})}," Show previous results ",10,_hoisted_1$7)]}):Vue.createCommentVNode("",!0),Vue.renderSlot(e.$slots,"default",{items:e.state.items,results:e.state.results,banner:e.state.banner,isLastPage:e.state.isLastPage,refinePrevious:s.refinePrevious,refineNext:s.refineNext,refine:s.refineNext,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[n.showBanner&&e.state.banner&&e.state.banner.image.urls[0].url?Vue.renderSlot(e.$slots,"banner",{key:0,banner:e.state.banner},function(){return[Vue.createElementVNode("aside",{class:Vue.normalizeClass(e.suit("banner"))},[e.state.banner.link?(Vue.openBlock(),Vue.createElementBlock("a",{key:0,href:e.state.banner.link.url,target:e.state.banner.link.target,class:Vue.normalizeClass(e.suit("banner-link"))},[Vue.createElementVNode("img",{src:e.state.banner.image.urls[0].url,alt:e.state.banner.image.title,class:Vue.normalizeClass(e.suit("banner-image"))},null,10,_hoisted_3$2)],10,_hoisted_2$3)):(Vue.openBlock(),Vue.createElementBlock("img",{key:1,src:e.state.banner.image.urls[0].url,alt:e.state.banner.image.title,class:Vue.normalizeClass(e.suit("banner-image"))},null,10,_hoisted_4$1))],2)]}):Vue.createCommentVNode("",!0),Vue.createElementVNode("ol",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("li",{class:Vue.normalizeClass(e.suit("item")),key:t.objectID,onClick:function(n){return e.state.sendEvent("click:internal",t,"Hit Clicked")},onAuxclick:function(n){return e.state.sendEvent("click:internal",t,"Hit Clicked")}},[Vue.renderSlot(e.$slots,"item",{item:t,index:n,insights:e.state.insights,sendEvent:e.state.sendEvent},function(){return[Vue.createTextVNode(" objectID: "+Vue.toDisplayString(t.objectID)+", index: "+Vue.toDisplayString(n),1)]})],42,_hoisted_5)}),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.createElementVNode("button",{class:Vue.normalizeClass([e.suit("loadMore"),e.state.isLastPage&&e.suit("loadMore","disabled")]),disabled:e.state.isLastPage,onClick:t[1]||(t[1]=function(e){return s.refineNext()})}," Show more results ",10,_hoisted_6)]})]})],2)):Vue.createCommentVNode("",!0)}script$8.render=render$8;var script$9={name:"AisMenu",mixins:[createSuitMixin({name:"Menu"}),createWidgetMixin({connector:connectors.connectMenu},{$$widgetType:"ais.menu"}),createPanelConsumerMixin()],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}}},_hoisted_1$8=["href","onClick"],_hoisted_2$4=["disabled"];function render$9(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("li",{key:t.value,class:Vue.normalizeClass([e.suit("item"),t.isRefined&&e.suit("item","selected")])},[Vue.createElementVNode("a",{href:e.state.createURL(t.value),class:Vue.normalizeClass(e.suit("link")),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["exact","left","prevent"])},[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("label"))},Vue.toDisplayString(t.label),3),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(t.count),3)],10,_hoisted_1$8)],2)}),128))],2),s.showShowMoreButton?(Vue.openBlock(),Vue.createElementBlock("button",{key:0,class:Vue.normalizeClass([e.suit("showMore"),!e.state.canToggleShowMore&&e.suit("showMore","disabled")]),disabled:!e.state.canToggleShowMore,onClick:t[0]||(t[0]=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,_hoisted_2$4)):Vue.createCommentVNode("",!0)]})],2)):Vue.createCommentVNode("",!0)}script$9.render=render$9;var script$a={name:"AisMenuSelect",mixins:[createSuitMixin({name:"MenuSelect"}),createWidgetMixin({connector:connectors.connectMenu},{$$widgetType:"ais.menuSelect"}),createPanelConsumerMixin()],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$9=["value","selected"];function render$a(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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.createElementVNode("select",{class:Vue.normalizeClass(e.suit("select")),onChange:t[0]||(t[0]=function(e){return s.refine(e.currentTarget.value)})},[Vue.createElementVNode("option",{class:Vue.normalizeClass(e.suit("option")),value:""},[Vue.renderSlot(e.$slots,"defaultOption",{},function(){return[Vue.createTextVNode(" See all ")]})],2),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t){return Vue.openBlock(),Vue.createElementBlock("option",{key:t.value,class:Vue.normalizeClass(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,_hoisted_1$9)}),128))],34)]})],2)):Vue.createCommentVNode("",!0)}script$a.render=render$a;var script$b={name:"AisNumericMenu",mixins:[createWidgetMixin({connector:connectors.connectNumericMenu},{$$widgetType:"ais.numericMenu"}),createSuitMixin({name:"NumericMenu"}),createPanelConsumerMixin()],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}}}},_hoisted_1$a=["name","value","checked"];function render$b(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([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,sendEvent:e.state.sendEvent},function(){return[Vue.createElementVNode("ul",{class:Vue.normalizeClass([e.suit("list")])},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(i){return Vue.openBlock(),Vue.createElementBlock("li",{key:i.label,class:Vue.normalizeClass([e.suit("item"),i.isRefined&&e.suit("item","selected")])},[Vue.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.createElementVNode("input",{type:"radio",class:Vue.normalizeClass(e.suit("radio")),name:n.attribute,value:i.value,checked:i.isRefined,onChange:t[0]||(t[0]=function(t){return e.state.refine(t.target.value)})},null,42,_hoisted_1$a),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("labelText"))},Vue.toDisplayString(i.label),3)],2)],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$b.render=render$b;var script$c={name:"AisPagination",mixins:[createSuitMixin({name:"Pagination"}),createWidgetMixin({connector:connectors.connectPagination},{$$widgetType:"ais.pagination"}),createPanelConsumerMixin()],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)}}},_hoisted_1$b=["href"],_hoisted_2$5=["href"],_hoisted_3$3=["href","aria-label","onClick"],_hoisted_4$2=["href"],_hoisted_5$1=["aria-label","href"],_hoisted_6$1=["aria-label"];function render$c(e,t,n,i,r,s){var a;return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass((a={},a[e.suit()]=!0,a[e.suit("","noRefinement")]=e.state.nbPages<=1,a))},[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.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[n.showFirst?(Vue.openBlock(),Vue.createElementBlock("li",{key:0,class:Vue.normalizeClass((i={},i[e.suit("item")]=!0,i[e.suit("item","disabled")]=e.state.isFirstPage,i[e.suit("item","firstPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"First Page"},"‹‹",2)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"First Page",href:e.state.createURL(0),onClick:t[0]||(t[0]=Vue.withModifiers(function(e){return s.refine(0)},["exact","left","prevent"]))},"‹‹",10,_hoisted_1$b))]})],2)):Vue.createCommentVNode("",!0),n.showPrevious?(Vue.openBlock(),Vue.createElementBlock("li",{key:1,class:Vue.normalizeClass((r={},r[e.suit("item")]=!0,r[e.suit("item","disabled")]=e.state.isFirstPage,r[e.suit("item","previousPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Previous Page"},"‹",2)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Previous Page",href:e.state.createURL(e.state.currentRefinement-1),onClick:t[1]||(t[1]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement-1)},["exact","left","prevent"]))},"‹",10,_hoisted_2$5))]})],2)):Vue.createCommentVNode("",!0),(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.pages,function(t){var n;return Vue.openBlock(),Vue.createElementBlock("li",{class:Vue.normalizeClass((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.createElementVNode("a",{class:Vue.normalizeClass(e.suit("link")),href:e.state.createURL(t),"aria-label":"Page "+(t+1),onClick:Vue.withModifiers(function(e){return s.refine(t)},["exact","left","prevent"])},Vue.toDisplayString(t+1),11,_hoisted_3$3)]})],2)}),128)),n.showNext?(Vue.openBlock(),Vue.createElementBlock("li",{key:2,class:Vue.normalizeClass((a={},a[e.suit("item")]=!0,a[e.suit("item","disabled")]=e.state.isLastPage,a[e.suit("item","nextPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Next Page"},"›",2)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Next Page",href:e.state.createURL(e.state.currentRefinement+1),onClick:t[2]||(t[2]=Vue.withModifiers(function(t){return s.refine(e.state.currentRefinement+1)},["exact","left","prevent"]))},"›",10,_hoisted_4$2))]})],2)):Vue.createCommentVNode("",!0),n.showLast?(Vue.openBlock(),Vue.createElementBlock("li",{key:3,class:Vue.normalizeClass((o={},o[e.suit("item")]=!0,o[e.suit("item","disabled")]=e.state.isLastPage,o[e.suit("item","lastPage")]=!0,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.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Last Page, Page "+e.state.nbPages}," ›› ",10,_hoisted_6$1)):(Vue.openBlock(),Vue.createElementBlock("a",{key:0,class:Vue.normalizeClass(e.suit("link")),"aria-label":"Last Page, Page "+e.state.nbPages,href:e.state.createURL(e.state.nbPages-1),onClick:t[3]||(t[3]=Vue.withModifiers(function(t){return s.refine(e.state.nbPages-1)},["exact","left","prevent"]))},"››",10,_hoisted_5$1))]})],2)):Vue.createCommentVNode("",!0)],2)]})],2)):Vue.createCommentVNode("",!0)}script$c.render=render$c;var script$d={name:"AisPanel",mixins:[createSuitMixin({name:"Panel"}),createPanelProviderMixin()],methods:{getSlot:function(e){return this.$slots[e]}}};function render$d(e,t,n,i,r,s){return Vue.openBlock(),Vue.createElementBlock("div",{class:Vue.normalizeClass([e.suit(),!e.canRefine&&e.suit("","noRefinement")])},[s.getSlot("header")?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit("header"))},[Vue.renderSlot(e.$slots,"header",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("",!0),Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("body"))},[Vue.renderSlot(e.$slots,"default",{hasRefinements:e.canRefine})],2),s.getSlot("footer")?(Vue.openBlock(),Vue.createElementBlock("div",{key:1,class:Vue.normalizeClass(e.suit("footer"))},[Vue.renderSlot(e.$slots,"footer",{hasRefinements:e.canRefine})],2)):Vue.createCommentVNode("",!0)],2)}script$d.render=render$d;var script$e={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$c=["href"],_hoisted_2$6=["fill"],_hoisted_3$4=["fill"];function render$e(e,t,n,i,r,s){return Vue.openBlock(),Vue.createElementBlock("div",{class:Vue.normalizeClass([e.suit(),e.suit("",n.theme)])},[Vue.createElementVNode("a",{class:Vue.normalizeClass(e.suit("link")),href:s.algoliaUrl,target:"_blank",rel:"noopener","aria-label":"search by Algolia"},[(Vue.openBlock(),Vue.createElementBlock("svg",{style:{height:"1.2em",width:"auto"},class:Vue.normalizeClass([e.suit("logo"),e.suit("",n.theme)]),viewBox:"0 0 572 64"},[Vue.createElementVNode("path",{fill:"dark"===n.theme?"#FFF":"#36395A",d:"M16 48.3c-3.4 0-6.3-.6-8.7-1.7A12.4 12.4 0 0 1 1.9 42C.6 40 0 38 0 35.4h6.5a6.7 6.7 0 0 0 3.9 6c1.4.7 3.3 1.1 5.6 1.1 2.2 0 4-.3 5.4-1a7 7 0 0 0 3-2.4 6 6 0 0 0 1-3.4c0-1.5-.6-2.8-1.9-3.7-1.3-1-3.3-1.6-5.9-1.8l-4-.4c-3.7-.3-6.6-1.4-8.8-3.4a10 10 0 0 1-3.3-7.9c0-2.4.6-4.6 1.8-6.4a12 12 0 0 1 5-4.3c2.2-1 4.7-1.6 7.5-1.6s5.5.5 7.6 1.6a12 12 0 0 1 5 4.4c1.2 1.8 1.8 4 1.8 6.7h-6.5a6.4 6.4 0 0 0-3.5-5.9c-1-.6-2.6-1-4.4-1s-3.2.3-4.4 1c-1.1.6-2 1.4-2.6 2.4-.5 1-.8 2-.8 3.1a5 5 0 0 0 1.5 3.6c1 1 2.6 1.7 4.7 1.9l4 .3c2.8.2 5.2.8 7.2 1.8 2.1 1 3.7 2.2 4.9 3.8a9.7 9.7 0 0 1 1.7 5.8c0 2.5-.7 4.7-2 6.6a13 13 0 0 1-5.6 4.4c-2.4 1-5.2 1.6-8.4 1.6Zm35.6 0c-2.6 0-4.8-.4-6.7-1.3a13 13 0 0 1-4.7-3.5 17.1 17.1 0 0 1-3.6-10.4v-1c0-2 .3-3.8 1-5.6a13 13 0 0 1 7.3-8.3 15 15 0 0 1 6.3-1.4A13.2 13.2 0 0 1 64 24.3c1 2.2 1.6 4.6 1.6 7.2V34H39.4v-4.3h21.8l-1.8 2.2c0-2-.3-3.7-.9-5.1a7.3 7.3 0 0 0-2.7-3.4c-1.2-.7-2.7-1.1-4.6-1.1s-3.4.4-4.7 1.3a8 8 0 0 0-2.9 3.6c-.6 1.5-.9 3.3-.9 5.4 0 2 .3 3.7 1 5.3a7.9 7.9 0 0 0 2.8 3.7c1.3.8 3 1.3 5 1.3s3.8-.5 5.1-1.3c1.3-1 2.1-2 2.4-3.2h6a11.8 11.8 0 0 1-7 8.7 16 16 0 0 1-6.4 1.2ZM80 48c-2.2 0-4-.3-5.7-1a8.4 8.4 0 0 1-3.7-3.3 9.7 9.7 0 0 1-1.3-5.2c0-2 .5-3.8 1.5-5.2a9 9 0 0 1 4.3-3.1c1.8-.7 4-1 6.7-1H89v4.1h-7.5c-2 0-3.4.5-4.4 1.4-1 1-1.6 2.1-1.6 3.6s.5 2.7 1.6 3.6c1 1 2.5 1.4 4.4 1.4 1.1 0 2.2-.2 3.2-.7 1-.4 1.9-1 2.6-2 .6-1 1-2.4 1-4.2l1.7 2.1c-.2 2-.7 3.8-1.5 5.2a9 9 0 0 1-3.4 3.3 12 12 0 0 1-5.3 1Zm9.5-.7v-8.8h-1v-10c0-1.8-.5-3.2-1.4-4.1-1-1-2.4-1.4-4.2-1.4a142.9 142.9 0 0 0-10.2.4v-5.6a74.8 74.8 0 0 1 8.6-.4c3 0 5.5.4 7.5 1.2s3.4 2 4.4 3.6c1 1.7 1.4 4 1.4 6.7v18.4h-5Zm12.9 0V17.8h5v12.3h-.2c0-4.2 1-7.4 2.8-9.5a11 11 0 0 1 8.3-3.1h1v5.6h-2a9 9 0 0 0-6.3 2.2c-1.5 1.5-2.2 3.6-2.2 6.4v15.6h-6.4Zm34.4 1a15 15 0 0 1-6.6-1.3c-1.9-.9-3.4-2-4.7-3.5a15.5 15.5 0 0 1-2.7-5c-.6-1.7-1-3.6-1-5.4v-1c0-2 .4-3.8 1-5.6a15 15 0 0 1 2.8-4.9c1.3-1.5 2.8-2.6 4.6-3.5a16.4 16.4 0 0 1 13.3.2c2 1 3.5 2.3 4.8 4a12 12 0 0 1 2 6H144c-.2-1.6-1-3-2.2-4.1a7.5 7.5 0 0 0-5.2-1.7 8 8 0 0 0-4.7 1.3 8 8 0 0 0-2.8 3.6 13.8 13.8 0 0 0 0 10.3c.6 1.5 1.5 2.7 2.8 3.6s2.8 1.3 4.8 1.3c1.5 0 2.7-.2 3.8-.8a7 7 0 0 0 2.6-2c.7-1 1-2 1.2-3.2h6.2a11 11 0 0 1-2 6.2 15.1 15.1 0 0 1-11.8 5.5Zm19.7-1v-40h6.4V31h-1.3c0-3 .4-5.5 1.1-7.6a9.7 9.7 0 0 1 3.5-4.8A9.9 9.9 0 0 1 172 17h.3c3.5 0 6 1.1 7.9 3.5 1.7 2.3 2.6 5.7 2.6 10v16.8h-6.4V29.6c0-2.1-.6-3.8-1.8-5a6.4 6.4 0 0 0-4.8-1.8c-2 0-3.7.7-5 2a7.8 7.8 0 0 0-1.9 5.5v17h-6.4Zm63.8 1a12.2 12.2 0 0 1-10.9-6.2 19 19 0 0 1-1.8-7.3h1.4v12.5h-5.1v-40h6.4v19.8l-2 3.5c.2-3.1.8-5.7 1.9-7.7a11 11 0 0 1 4.4-4.5c1.8-1 3.9-1.5 6.1-1.5a13.4 13.4 0 0 1 12.8 9.1c.7 1.9 1 3.8 1 6v1c0 2.2-.3 4.1-1 6a13.6 13.6 0 0 1-13.2 9.4Zm-1.2-5.5a8.4 8.4 0 0 0 7.9-5c.7-1.5 1.1-3.3 1.1-5.3s-.4-3.8-1.1-5.3a8.7 8.7 0 0 0-3.2-3.6 9.6 9.6 0 0 0-9.2-.2 8.5 8.5 0 0 0-3.3 3.2c-.8 1.4-1.3 3-1.3 5v2.3a9 9 0 0 0 1.3 4.8 9 9 0 0 0 3.4 3c1.4.7 2.8 1 4.4 1Zm27.3 3.9-10-28.9h6.5l9.5 28.9h-6Zm-7.5 12.2v-5.7h4.9c1 0 2-.1 2.9-.4a4 4 0 0 0 2-1.4c.4-.7.9-1.6 1.2-2.7l8.6-30.9h6.2l-9.3 32.4a14 14 0 0 1-2.5 5 8.9 8.9 0 0 1-4 2.8c-1.5.6-3.4.9-5.6.9h-4.4Zm9-12.2v-5.2h6.4v5.2H248Z"},null,8,_hoisted_2$6),Vue.createElementVNode("path",{fill:"dark"===n.theme?"#FFF":"#003DFF",d:"M534.4 9.1H528a.8.8 0 0 1-.7-.7V1.8c0-.4.2-.7.6-.8l6.5-1c.4 0 .8.2.9.6v7.8c0 .4-.4.7-.8.7zM428 35.2V.8c0-.5-.3-.8-.7-.8h-.2l-6.4 1c-.4 0-.7.4-.7.8v35c0 1.6 0 11.8 12.3 12.2.5 0 .8-.4.8-.8V43c0-.4-.3-.7-.6-.8-4.5-.5-4.5-6-4.5-7zm106.5-21.8H528c-.4 0-.7.4-.7.8v34c0 .4.3.8.7.8h6.5c.4 0 .8-.4.8-.8v-34c0-.5-.4-.8-.8-.8zm-17.7 21.8V.8c0-.5-.3-.8-.8-.8l-6.5 1c-.4 0-.7.4-.7.8v35c0 1.6 0 11.8 12.3 12.2.4 0 .8-.4.8-.8V43c0-.4-.3-.7-.7-.8-4.4-.5-4.4-6-4.4-7zm-22.2-20.6a16.5 16.5 0 0 1 8.6 9.3c.8 2.2 1.3 4.8 1.3 7.5a19.4 19.4 0 0 1-4.6 12.6 14.8 14.8 0 0 1-5.2 3.6c-2 .9-5.2 1.4-6.8 1.4a21 21 0 0 1-6.7-1.4 15.4 15.4 0 0 1-8.6-9.3 21.3 21.3 0 0 1 0-14.4 15.2 15.2 0 0 1 8.6-9.3c2-.8 4.3-1.2 6.7-1.2s4.6.4 6.7 1.2zm-6.7 27.6c2.7 0 4.7-1 6.2-3s2.2-4.3 2.2-7.8-.7-6.3-2.2-8.3-3.5-3-6.2-3-4.7 1-6.1 3c-1.5 2-2.2 4.8-2.2 8.3s.7 5.8 2.2 7.8 3.5 3 6.2 3zm-88.8-28.8c-6.2 0-11.7 3.3-14.8 8.2a18.6 18.6 0 0 0 4.8 25.2c1.8 1.2 4 1.8 6.2 1.7s.1 0 .1 0h.9c4.2-.7 8-4 9.1-8.1v7.4c0 .4.3.7.8.7h6.4a.7.7 0 0 0 .7-.7V14.2c0-.5-.3-.8-.7-.8h-13.5zm6.3 26.5a9.8 9.8 0 0 1-5.7 2h-.5a10 10 0 0 1-9.2-14c1.4-3.7 5-6.3 9-6.3h6.4v18.3zm152.3-26.5h13.5c.5 0 .8.3.8.7v33.7c0 .4-.3.7-.8.7h-6.4a.7.7 0 0 1-.8-.7v-7.4c-1.2 4-4.8 7.4-9 8h-.1a4.2 4.2 0 0 1-.5.1h-.9a10.3 10.3 0 0 1-7-2.6c-4-3.3-6.5-8.4-6.5-14.2 0-3.7 1-7.2 3-10 3-5 8.5-8.3 14.7-8.3zm.6 28.4c2.2-.1 4.2-.6 5.7-2V21.7h-6.3a9.8 9.8 0 0 0-9 6.4 10.2 10.2 0 0 0 9.1 13.9h.5zM452.8 13.4c-6.2 0-11.7 3.3-14.8 8.2a18.5 18.5 0 0 0 3.6 24.3 10.4 10.4 0 0 0 13 .6c2.2-1.5 3.8-3.7 4.5-6.1v7.8c0 2.8-.8 5-2.2 6.3-1.5 1.5-4 2.2-7.5 2.2l-6-.3c-.3 0-.7.2-.8.5l-1.6 5.5c-.1.4.1.8.5 1h.1c2.8.4 5.5.6 7 .6 6.3 0 11-1.4 14-4.1 2.7-2.5 4.2-6.3 4.5-11.4V14.2c0-.5-.4-.8-.8-.8h-13.5zm6.3 8.2v18.3a9.6 9.6 0 0 1-5.6 2h-1a10.3 10.3 0 0 1-8.8-14c1.4-3.7 5-6.3 9-6.3h6.4zM291 31.5A32 32 0 0 1 322.8 0h30.8c.6 0 1.2.5 1.2 1.2v61.5c0 1.1-1.3 1.7-2.2 1l-19.2-17a18 18 0 0 1-11 3.4 18.1 18.1 0 1 1 18.2-14.8c-.1.4-.5.7-.9.6-.1 0-.3 0-.4-.2l-3.8-3.4c-.4-.3-.6-.8-.7-1.4a12 12 0 1 0-2.4 8.3c.4-.4 1-.5 1.6-.2l14.7 13.1v-46H323a26 26 0 1 0 10 49.7c.8-.4 1.6-.2 2.3.3l3 2.7c.3.2.3.7 0 1l-.2.2a32 32 0 0 1-47.2-28.6z"},null,8,_hoisted_3$4)],2))],10,_hoisted_1$c)],2)}script$e.render=render$e;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$f={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$f(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.items},function(){return[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("div",{key:n},[Vue.renderSlot(e.$slots,"item",{item:t},function(){return[Vue.createElementVNode("pre",null,Vue.toDisplayString(t),1)]})])}),128))]})],2)):Vue.createCommentVNode("",!0)}script$f.render=render$f;var script$g={name:"AisRangeInput",mixins:[createSuitMixin({name:"RangeInput"}),createWidgetMixin({connector:connectors.connectRange},{$$widgetType:"ais.rangeInput"}),createPanelConsumerMixin()],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}},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$d=["step","min","max","placeholder","value"],_hoisted_2$7=["step","min","max","placeholder","value"];function render$g(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([e.suit(),!e.state.canRefine&&e.suit("","noRefinement")])},[Vue.renderSlot(e.$slots,"default",{currentRefinement:s.values,refine:s.refine,canRefine:e.state.canRefine,range:e.state.range,sendEvent:e.state.sendEvent},function(){return[Vue.createElementVNode("form",{class:Vue.normalizeClass(e.suit("form")),onSubmit:t[2]||(t[2]=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.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.renderSlot(e.$slots,"minLabel"),Vue.createElementVNode("input",{type:"number",class:Vue.normalizeClass([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[0]||(t[0]=function(e){return r.minInput=e.currentTarget.value})},null,42,_hoisted_1$d)],2),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("separator"))},[Vue.renderSlot(e.$slots,"separator",{},function(){return[Vue.createTextVNode("to")]})],2),Vue.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.renderSlot(e.$slots,"maxLabel"),Vue.createElementVNode("input",{class:Vue.normalizeClass([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[1]||(t[1]=function(e){return r.maxInput=e.currentTarget.value})},null,42,_hoisted_2$7)],2),Vue.createElementVNode("button",{class:Vue.normalizeClass(e.suit("submit")),type:"submit"},[Vue.renderSlot(e.$slots,"submitLabel",{},function(){return[Vue.createTextVNode(" Go ")]})],2)],34)]})],2)):Vue.createCommentVNode("",!0)}script$g.render=render$g;var script$h={name:"AisRatingMenu",mixins:[createSuitMixin({name:"RatingMenu"}),createWidgetMixin({connector:connectors.connectRatingMenu},{$$widgetType:"ais.ratingMenu"}),createPanelConsumerMixin()],props:{attribute:{type:String,required:!0},max:{type:Number,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,max:this.max}}}},_hoisted_1$e={style:{display:"none"}},_hoisted_2$8=Vue.createElementVNode("symbol",{id:"ais-RatingMenu-starSymbol",viewBox:"0 0 24 24"},[Vue.createElementVNode("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"})],-1),_hoisted_3$5=Vue.createElementVNode("symbol",{id:"ais-RatingMenu-starEmptySymbol",viewBox:"0 0 24 24"},[Vue.createElementVNode("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_4$3=[_hoisted_2$8,_hoisted_3$5],_hoisted_5$2=["href","aria-label","onClick"],_hoisted_6$2=Vue.createElementVNode("use",{"xlink:href":"#ais-RatingMenu-starSymbol"},null,-1),_hoisted_7=[_hoisted_6$2],_hoisted_8=Vue.createElementVNode("use",{"xlink:href":"#ais-RatingMenu-starEmptySymbol"},null,-1),_hoisted_9=[_hoisted_8];function render$h(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.items,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent,canRefine:e.state.canRefine},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",_hoisted_1$e,_hoisted_4$3)),Vue.createElementVNode("ul",{class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.items,function(t,n){return Vue.openBlock(),Vue.createElementBlock("li",{key:n,class:Vue.normalizeClass([e.suit("item"),t.isRefined&&e.suit("item","selected")])},[Vue.createElementVNode("div",null,[Vue.createElementVNode("a",{href:e.state.createURL(t.value),"aria-label":t.value+" & up",class:Vue.normalizeClass(e.suit("link")),onClick:Vue.withModifiers(function(n){return e.state.refine(t.value)},["exact","left","prevent"])},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(t.stars,function(t,n){return Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,null,[t?(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":"true",width:"24",height:"24",class:Vue.normalizeClass([e.suit("starIcon"),e.suit("starIcon--full")]),key:n+"-full"},_hoisted_7,2)):(Vue.openBlock(),Vue.createElementBlock("svg",{class:Vue.normalizeClass([e.suit("starIcon"),e.suit("starIcon--empty")]),"aria-hidden":"true",width:"24",height:"24",key:n+"-empty"},_hoisted_9,2))],64)}),256)),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("label")),"aria-hidden":"true"},[Vue.renderSlot(e.$slots,"andUp",{},function(){return[Vue.createTextVNode("& Up")]})],2),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(t.count),3)],10,_hoisted_5$2)])],2)}),128))],2)]})],2)):Vue.createCommentVNode("",!0)}script$h.render=render$h;var script$i={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},ignoreCompositionEvents:{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:{isFocused:function(){return document.activeElement===this.$refs.input},onInput:function(e){this.ignoreCompositionEvents&&e.isComposing||(this.$emit("input",e.target.value),this.$emit("update:modelValue",e.target.value))},onFormSubmit:function(){this.$refs.input.blur()},onFormReset:function(){this.$emit("input",""),this.$emit("update:modelValue",""),this.$emit("reset")}}},_hoisted_1$f=["placeholder","autofocus","value"],_hoisted_2$9=["title","hidden"],_hoisted_3$6=Vue.createElementVNode("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"},null,-1),_hoisted_4$4=[_hoisted_3$6],_hoisted_5$3=["title","hidden"],_hoisted_6$3=Vue.createElementVNode("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"},null,-1),_hoisted_7$1=[_hoisted_6$3],_hoisted_8$1=["hidden"],_hoisted_9$1=["aria-hidden"],_hoisted_10=Vue.createStaticVNode('<g fill="none" fill-rule="evenodd"><g transform="translate(1 1)" stroke-width="2"><circle stroke-opacity=".5" cx="18" cy="18" r="18"></circle><path d="M36 18c0-9.94-8.06-18-18-18"><animateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"></animateTransform></path></g></g>',1),_hoisted_11=[_hoisted_10];function render$i(e,t,n,i,r,s){return Vue.openBlock(),Vue.createElementBlock("form",{action:"",role:"search",novalidate:"",class:Vue.normalizeClass(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.createElementVNode("input",{type:"search",autocorrect:"off",autocapitalize:"off",autocomplete:"off",spellcheck:"false",maxlength:"512","aria-label":"Search",placeholder:n.placeholder,autofocus:n.autofocus,class:Vue.normalizeClass(e.suit("input")),value:n.value||n.modelValue,onFocus:t[0]||(t[0]=function(t){return e.$emit("focus",t)}),onBlur:t[1]||(t[1]=function(t){return e.$emit("blur",t)}),onInput:t[2]||(t[2]=function(e){return s.onInput(e)}),onCompositionend:t[3]||(t[3]=function(e){return s.onInput(e)}),ref:"input"},null,42,_hoisted_1$f),Vue.createElementVNode("button",{type:"submit",title:n.submitTitle,class:Vue.normalizeClass(e.suit("submit")),hidden:n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"submit-icon",{},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":"true",width:"10",height:"10",viewBox:"0 0 40 40",class:Vue.normalizeClass(e.suit("submitIcon"))},_hoisted_4$4,2))]})],10,_hoisted_2$9),Vue.createElementVNode("button",{type:"reset",title:n.resetTitle,class:Vue.normalizeClass(e.suit("reset")),hidden:!n.value&&!n.modelValue||n.showLoadingIndicator&&n.shouldShowLoadingIndicator},[Vue.renderSlot(e.$slots,"reset-icon",{},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":"true",height:"10",viewBox:"0 0 20 20",class:Vue.normalizeClass(e.suit("resetIcon")),width:"10"},_hoisted_7$1,2))]})],10,_hoisted_5$3),n.showLoadingIndicator?(Vue.openBlock(),Vue.createElementBlock("span",{key:0,hidden:!n.shouldShowLoadingIndicator,class:Vue.normalizeClass(e.suit("loadingIndicator"))},[Vue.renderSlot(e.$slots,"loading-indicator",{},function(){return[(Vue.openBlock(),Vue.createElementBlock("svg",{"aria-hidden":!n.shouldShowLoadingIndicator,"aria-label":"Results are loading",width:"16",height:"16",stroke:"#444",viewBox:"0 0 38 38",class:Vue.normalizeClass(e.suit("loadingIcon"))},_hoisted_11,10,_hoisted_9$1))]})],10,_hoisted_8$1)):Vue.createCommentVNode("",!0)],34)}script$i.render=render$i;var obj,noop=function(){},script$j={name:"AisRefinementList",components:{SearchInput:script$i,AisHighlight:script$6},mixins:[createSuitMixin({name:"RefinementList"}),createWidgetMixin({connector:connectors.connectRefinementList},{$$widgetType:"ais.refinementList"}),createPanelConsumerMixin()],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=""}}},_hoisted_1$g=["value","checked","onChange"],_hoisted_2$a=["disabled"];function render$j(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input"),o=Vue.resolveComponent("ais-highlight");return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([e.suit(),0===s.items.length&&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.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit("searchBox"))},[Vue.createVNode(a,{modelValue:s.searchForFacetValues,"onUpdate:modelValue":t[0]||(t[0]=function(e){return s.searchForFacetValues=e}),"show-loading-indicator":!0,placeholder:n.searchablePlaceholder,"class-names":e.classNames},null,8,["modelValue","placeholder","class-names"])],2)):Vue.createCommentVNode("",!0),e.state.isFromSearch&&0===s.items.length?Vue.renderSlot(e.$slots,"noResults",{key:1,query:s.searchForFacetValues},function(){return[Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("noResults"))},"No results.",2)]}):Vue.createCommentVNode("",!0),s.items.length>0?(Vue.openBlock(),Vue.createElementBlock("ul",{key:2,class:Vue.normalizeClass(e.suit("list"))},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(s.items,function(t){return Vue.openBlock(),Vue.createElementBlock("li",{class:Vue.normalizeClass([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.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.createElementVNode("input",{class:Vue.normalizeClass(e.suit("checkbox")),type:"checkbox",value:t.value,checked:t.isRefined,onChange:function(e){return s.refine(t.value)}},null,42,_hoisted_1$g),n.searchable?(Vue.openBlock(),Vue.createElementBlock("span",{key:0,class:Vue.normalizeClass(e.suit("labelText"))},[Vue.createVNode(o,{attribute:"item",hit:t},null,8,["hit"])],2)):(Vue.openBlock(),Vue.createElementBlock("span",{key:1,class:Vue.normalizeClass(e.suit("labelText"))},Vue.toDisplayString(t.label),3)),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(t.count),3)],2)]})],2)}),128))],2)):Vue.createCommentVNode("",!0),n.showMore?(Vue.openBlock(),Vue.createElementBlock("button",{key:3,class:Vue.normalizeClass([e.suit("showMore"),(i={},i[e.suit("showMore","disabled")]=!e.state.canToggleShowMore,i)]),onClick:t[1]||(t[1]=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,_hoisted_2$a)):Vue.createCommentVNode("",!0)]})],2)):Vue.createCommentVNode("",!0)}script$j.render=render$j;var script$k=((obj={name:"AisStateResults",mixins:[createWidgetMixin({connector:!0}),createSuitMixin({name:"StateResults"})],props:{catchError:{type:Boolean,default:!1}},data:function(){var e=this;return{renderFn:function(){var t=e.instantSearchInstance,n=t.status,i=t.error,r=e.getParentIndex().getResults(),s=e.getParentIndex().getHelper(),a=s?s.state:null;e.state={results:r,state:a,status:n,error:i}}}},created:function(){this.instantSearchInstance.addListener("render",this.renderFn),this.renderFn()}}).beforeUnmount=function(){this.widget&&(this.instantSearchInstance.removeListener("render",this.renderFn),this.errorFn&&this.instantSearchInstance.removeListener("error",this.errorFn))},obj.watch={catchError:{immediate:!0,handler:function(e){e?(this.errorFn=function(){},this.instantSearchInstance.addListener("error",this.errorFn)):this.errorFn&&(this.instantSearchInstance.removeListener("error",this.errorFn),this.errorFn=void 0)}}},obj.computed={stateResults:function(){var e=this.state,t=e.results;return _objectSpread({},t,{results:t,state:e.state,status:e.status,error:e.error})}},obj),_hoisted_1$h=Vue.createElementVNode("p",null," Use this component to have a different layout based on a certain state. ",-1),_hoisted_2$b=Vue.createElementVNode("p",null,"Fill in the slot, and get access to the following things:",-1);function render$k(e,t,n,i,r,s){return e.state&&e.state.state&&e.state.results?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",Vue.normalizeProps(Vue.guardReactiveProps(s.stateResults)),function(){return[_hoisted_1$h,_hoisted_2$b,Vue.createElementVNode("pre",null,"results: "+Vue.toDisplayString(Object.keys(e.state.results)),1),Vue.createElementVNode("pre",null,"state: "+Vue.toDisplayString(Object.keys(e.state.state)),1),Vue.createElementVNode("pre",null,"status: "+Vue.toDisplayString(e.state.status),1),Vue.createElementVNode("pre",null,"error: "+Vue.toDisplayString(e.state.error),1)]})],2)):Vue.createCommentVNode("",!0)}script$k.render=render$k;var script$l={name:"AisSearchBox",mixins:[createWidgetMixin({connector:connectors.connectSearchBox},{$$widgetType:"ais.searchBox"}),createSuitMixin({name:"SearchBox"})],components:{SearchInput:script$i},props:{placeholder:{type:String,default:""},autofocus:{type:Boolean,default:!1},showLoadingIndicator:{type:Boolean,default:!0},ignoreCompositionEvents:{type:Boolean,default:!1},submitTitle:{type:String,default:"Submit the search query"},resetTitle:{type:String,default:"Clear the search query"},value:{type:String,default:void 0},modelValue:{type:String,default:void 0},queryHook:{type:Function,default:void 0}},data:function(){return{localValue:"",isVue2:isVue2,isVue3:isVue3}},computed:{widgetParams:function(){return{queryHook:this.queryHook}},isControlled:function(){return void 0!==this.value||void 0!==this.modelValue},model:function(){return this.value||this.modelValue},currentRefinement:{get:function(){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));var e=this.$refs.searchInput;return e&&e.isFocused()?this.localValue: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$l(e,t,n,i,r,s){var a=Vue.resolveComponent("search-input");return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(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[0]||(t[0]=function(t){return e.$emit("focus",t)}),onBlur:t[1]||(t[1]=function(t){return e.$emit("blur",t)}),onReset:t[2]||(t[2]=function(t){return e.$emit("reset")}),placeholder:n.placeholder,autofocus:n.autofocus,"show-loading-indicator":n.showLoadingIndicator,"should-show-loading-indicator":e.state.isSearchStalled,"ignore-composition-events":n.ignoreCompositionEvents,"submit-title":n.submitTitle,"reset-title":n.resetTitle,"class-names":e.classNames,modelValue:s.currentRefinement,"onUpdate:modelValue":t[3]||(t[3]=function(e){return s.currentRefinement=e}),ref:"searchInput"},Vue.createSlots({default:Vue.withCtx(function(){return[r.isVue2?Vue.renderSlot(e.$slots,"loading-indicator",{key:0,slot:"loading-indicator"}):Vue.createCommentVNode("",!0),r.isVue2?Vue.renderSlot(e.$slots,"submit-icon",{key:1,slot:"submit-icon"}):Vue.createCommentVNode("",!0),r.isVue2?Vue.renderSlot(e.$slots,"reset-icon",{key:2,slot:"reset-icon"}):Vue.createCommentVNode("",!0)]}),_:2},[r.isVue3?{name:"loading-indicator",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"loading-indicator")]}),key:"0"}:void 0,r.isVue3?{name:"submit-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"submit-icon")]}),key:"1"}:void 0,r.isVue3?{name:"reset-icon",fn:Vue.withCtx(function(){return[Vue.renderSlot(e.$slots,"reset-icon")]}),key:"2"}:void 0]),1032,["placeholder","autofocus","show-loading-indicator","should-show-loading-indicator","ignore-composition-events","submit-title","reset-title","class-names","modelValue"])]})],2)):Vue.createCommentVNode("",!0)}script$l.render=render$l;var script$m={name:"AisSnippet",mixins:[createSuitMixin({name:"Snippet"})],components:{AisHighlighter:AisHighlighter},props:{hit:{type:Object,required:!0},attribute:{type:String,required:!0},highlightedTagName:{type:String,default:"mark"}}};function render$m(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$m.render=render$m;var script$n={name:"AisSortBy",mixins:[createSuitMixin({name:"SortBy"}),createWidgetMixin({connector:connectors.connectSortBy},{$$widgetType:"ais.sortBy"}),createPanelConsumerMixin()],props:{items:{type:Array,required:!0},transformItems:{type:Function,default:void 0}},computed:{widgetParams:function(){return{items:this.items,transformItems:this.transformItems}}}},_hoisted_1$i=["value","selected"];function render$n(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{items:e.state.options,hasNoResults:e.state.hasNoResults,refine:e.state.refine,currentRefinement:e.state.currentRefinement,canRefine:e.state.canRefine},function(){return[Vue.createElementVNode("select",{class:Vue.normalizeClass(e.suit("select")),onChange:t[0]||(t[0]=function(t){return e.state.refine(t.currentTarget.value)}),"aria-label":"Sort results by"},[(Vue.openBlock(!0),Vue.createElementBlock(Vue.Fragment,null,Vue.renderList(e.state.options,function(t){return Vue.openBlock(),Vue.createElementBlock("option",{key:t.value,class:Vue.normalizeClass(e.suit("option")),value:t.value,selected:t.value===e.state.currentRefinement},Vue.toDisplayString(t.label),11,_hoisted_1$i)}),128))],34)]})],2)):Vue.createCommentVNode("",!0)}script$n.render=render$n;var script$o={name:"AisStats",mixins:[createWidgetMixin({connector:connectors.connectStats},{$$widgetType:"ais.stats"}),createSuitMixin({name:"Stats"})],computed:{sortedResultsSentence:function(){var e=this.state,t=e.nbHits,n=e.nbSortedHits,i="sorted out of "+t.toLocaleString();return 0===n?"No relevant results "+i:1===n?"1 relevant result "+i:n>1?(n||0).toLocaleString()+" relevant results "+i:""},resultsSentence:function(){var e=this.state.nbHits;return 0===e?"No results":1===e?"1 result":e>1?e.toLocaleString()+" results":""},widgetParams:function(){return{}}}};function render$o(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",Vue.mergeProps(e.state,{results:e.state.instantSearchInstance.helper.lastResults}),function(){return[Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("text"))},[e.state.areHitsSorted?(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:0},[Vue.createTextVNode(Vue.toDisplayString(s.sortedResultsSentence),1)],64)):(Vue.openBlock(),Vue.createElementBlock(Vue.Fragment,{key:1},[Vue.createTextVNode(Vue.toDisplayString(s.resultsSentence),1)],64)),Vue.createTextVNode(" found in "+Vue.toDisplayString(e.state.processingTimeMS.toLocaleString())+"ms",1)],2)]})],2)):Vue.createCommentVNode("",!0)}script$o.render=render$o;var script$p={name:"AisToggleRefinement",mixins:[createSuitMixin({name:"ToggleRefinement"}),createWidgetMixin({connector:connectors.connectToggleRefinement},{$$widgetType:"ais.toggleRefinement"}),createPanelConsumerMixin()],props:{attribute:{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},label:{type:String,default:void 0}},computed:{widgetParams:function(){return{attribute:this.attribute,on:this.on,off:this.off}}}},_hoisted_1$j=["name","value","checked"];function render$p(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass([e.suit(),!e.state.canRefine&&e.suit("","noRefinement")])},[Vue.renderSlot(e.$slots,"default",{value:e.state.value,canRefine:e.state.canRefine,refine:e.state.refine,createURL:e.state.createURL,sendEvent:e.state.sendEvent},function(){return[Vue.createElementVNode("label",{class:Vue.normalizeClass(e.suit("label"))},[Vue.createElementVNode("input",{class:Vue.normalizeClass(e.suit("checkbox")),type:"checkbox",name:e.state.value.name,value:n.on,checked:e.state.value.isRefined,onChange:t[0]||(t[0]=function(t){return e.state.refine(e.state.value)})},null,42,_hoisted_1$j),Vue.createElementVNode("span",{class:Vue.normalizeClass(e.suit("labelText"))},Vue.toDisplayString(n.label||e.state.value.name),3),null!==e.state.value.count?(Vue.openBlock(),Vue.createElementBlock("span",{key:0,class:Vue.normalizeClass(e.suit("count"))},Vue.toDisplayString(e.state.value.count.toLocaleString()),3)):Vue.createCommentVNode("",!0)],2)]})],2)):Vue.createCommentVNode("",!0)}script$p.render=render$p;var script$q={name:"AisVoiceSearch",mixins:[createWidgetMixin({connector:connectors.connectVoiceSearch},{$$widgetType:"ais.voiceSearch"}),createSuitMixin({name:"VoiceSearch"})],props:{searchAsYouSpeak:{type:Boolean,required:!1,default:void 0},language:{type:String,default:void 0},additionalQueryParameters:{type:Object,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,language:this.language,additionalQueryParameters:this.additionalQueryParameters}},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$k=["title","disabled"],_hoisted_2$c=Vue.createStaticVNode('<line x1="1" y1="1" x2="23" y2="23"></line><path d="M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"></path><path d="M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"></path><line x1="12" y1="19" x2="12" y2="23"></line><line x1="8" y1="23" x2="16" y2="23"></line>',5),_hoisted_7$2=[_hoisted_2$c],_hoisted_8$2=["fill"],_hoisted_9$2=Vue.createElementVNode("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"},null,-1),_hoisted_10$1=Vue.createElementVNode("line",{x1:"12",y1:"19",x2:"12",y2:"23"},null,-1),_hoisted_11$1=Vue.createElementVNode("line",{x1:"8",y1:"23",x2:"16",y2:"23"},null,-1);function render$q(e,t,n,i,r,s){return e.state?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",Vue.normalizeProps(Vue.guardReactiveProps(s.rootSlotProps)),function(){return[Vue.createElementVNode("button",{type:"button",class:Vue.normalizeClass(e.suit("button")),title:e.state.isBrowserSupported?n.buttonTitle:n.disabledButtonTitle,disabled:!e.state.isBrowserSupported,onClick:t[0]||(t[0]=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",Vue.normalizeProps(Vue.guardReactiveProps(s.innerSlotProps)),function(){return[s.errorNotAllowed?(Vue.openBlock(),Vue.createElementBlock("svg",Vue.normalizeProps(Vue.mergeProps({key:0},r.buttonSvgAttrs)),_hoisted_7$2,16)):(Vue.openBlock(),Vue.createElementBlock("svg",Vue.normalizeProps(Vue.mergeProps({key:1},r.buttonSvgAttrs)),[Vue.createElementVNode("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,_hoisted_8$2),_hoisted_9$2,_hoisted_10$1,_hoisted_11$1],16))]})],10,_hoisted_1$k),Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("status"))},[Vue.renderSlot(e.$slots,"status",Vue.normalizeProps(Vue.guardReactiveProps(s.innerSlotProps)),function(){return[Vue.createElementVNode("p",null,Vue.toDisplayString(e.state.voiceListeningState.transcript),1)]})],2)]})],2)):Vue.createCommentVNode("",!0)}script$q.render=render$q;var script$r={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$r(e,t,n,i,r,s){return e.state&&e.state.isVirtualReplica?(Vue.openBlock(),Vue.createElementBlock("div",{key:0,class:Vue.normalizeClass(e.suit())},[Vue.renderSlot(e.$slots,"default",{isRelevantSorted:e.state.isRelevantSorted,refine:e.state.refine},function(){return[Vue.createElementVNode("div",{class:Vue.normalizeClass(e.suit("text"))},[Vue.renderSlot(e.$slots,"text",{isRelevantSorted:e.state.isRelevantSorted})],2),Vue.createElementVNode("button",{type:"button",class:Vue.normalizeClass(e.suit("button")),onClick:t[0]||(t[0]=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("",!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$r.render=render$r;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$6,AisHits:Hits,AisHitsPerPage:script$7,AisIndex:Index,AisInstantSearch:InstantSearch,AisInstantSearchSsr:InstantSearchSsr,AisInfiniteHits:script$8,AisMenu:script$9,AisMenuSelect:script$a,AisNumericMenu:script$b,AisPagination:script$c,AisPanel:script$d,AisPoweredBy:script$e,AisQueryRuleContext:QueryRuleContext,AisQueryRuleCustomData:script$f,AisRangeInput:script$g,AisRatingMenu:script$h,AisRefinementList:script$j,AisStateResults:script$k,AisSearchBox:script$l,AisSnippet:script$m,AisSortBy:script$n,AisStats:script$o,AisToggleRefinement:script$p,AisVoiceSearch:script$q,AisRelevantSort:script$r,AisDynamicWidgets:AisDynamicWidgets,AisExperimentalDynamicWidgets:ExperimentalDynamicWidgets}),plugin={install:function(e){Object.keys(widgets).forEach(function(t){e.component(widgets[t].name,widgets[t])})}};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),e.$i18n&&i.use(e.$i18n),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(){var e=Object.getOwnPropertyDescriptor(a,"$nuxt"),t=!!e&&(e.writable||e.set);a.$nuxt&&t&&(this.$nuxt=a.$nuxt)},created:function(){(s=this.instantsearch).start(),s.started=!1}}]})}).then(function(){return o(r)}).then(function(){return server.waitForResults(s)}).then(function(e){return n=server.getInitialResults(s.mainIndex,e),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$6,exports.AisHits=Hits,exports.AisHitsPerPage=script$7,exports.AisIndex=Index,exports.AisInfiniteHits=script$8,exports.AisInstantSearch=InstantSearch,exports.AisInstantSearchSsr=InstantSearchSsr,exports.AisMenu=script$9,exports.AisMenuSelect=script$a,exports.AisNumericMenu=script$b,exports.AisPagination=script$c,exports.AisPanel=script$d,exports.AisPoweredBy=script$e,exports.AisQueryRuleContext=QueryRuleContext,exports.AisQueryRuleCustomData=script$f,exports.AisRangeInput=script$g,exports.AisRatingMenu=script$h,exports.AisRefinementList=script$j,exports.AisRelevantSort=script$r,exports.AisSearchBox=script$l,exports.AisSnippet=script$m,exports.AisSortBy=script$n,exports.AisStateResults=script$k,exports.AisStats=script$o,exports.AisToggleRefinement=script$p,exports.AisVoiceSearch=script$q,exports.createServerRootMixin=createServerRootMixin,exports.createSuitMixin=createSuitMixin,exports.createWidgetMixin=createWidgetMixin,exports.default=plugin;
2
2
  //# sourceMappingURL=index.js.map
@@ -1,2 +1,2 @@
1
- var r="4.20.4";export{r as version};
1
+ var r="4.20.6";export{r as version};
2
2
  //# sourceMappingURL=package.json.js.map